{"map":"{\"version\":3,\"file\":\"TemplateAdminForm.types.js\",\"sourceRoot\":\"\",\"sources\":[\"../../../../../src/lib/components/TemplateAdminForm/TemplateAdminForm.types.tsx\"],\"names\":[],\"mappings\":\"AAuFA,MAAM,CAAC,IAAM,qBAAqB,GAAG;IACnC,MAAM,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE;IAClC,WAAW,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,IAAI,EAAE,aAAa,EAAE;IAC5C,QAAQ,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE;IACtC,QAAQ,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE;IACtC,YAAY,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,IAAI,EAAE,cAAc,EAAE;IAC9C,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,IAAI,EAAE,WAAW,EAAE;IACxC,MAAM,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE;IAClC,QAAQ,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE;CACvC,CAAC;AAEF,MAAM,CAAC,IAAM,0BAA0B,GAAU;IAC/C,qBAAqB,CAAC,MAAM;IAC5B,qBAAqB,CAAC,WAAW;IACjC,qBAAqB,CAAC,QAAQ;IAC9B,qBAAqB,CAAC,QAAQ;IAC9B,qBAAqB,CAAC,YAAY;IAClC,qBAAqB,CAAC,SAAS;IAC/B,qBAAqB,CAAC,MAAM;IAC5B,qBAAqB,CAAC,QAAQ;CAC/B,CAAC;AAEF,MAAM,CAAC,IAAM,yBAAyB,GAAG;IACvC,OAAO,EAAE,GAAG;IACZ,YAAY,EAAE,IAAI;CACnB,CAAC;AAEF,MAAM,CAAN,IAAY,YAGX;AAHD,WAAY,YAAY;IACtB,6CAAG,CAAA;IACH,+CAAI,CAAA;AACN,CAAC,EAHW,YAAY,KAAZ,YAAY,QAGvB\"}","code":"export var OperatorsSettingsEnum = {\r\n    EQUALS: { key: 1, text: 'Equals' },\r\n    STARTS_WITH: { key: 2, text: 'Starts With' },\r\n    CONTAINS: { key: 3, text: 'Contains' },\r\n    IS_EMPTY: { key: 4, text: 'Is Empty' },\r\n    GREATER_THAN: { key: 5, text: 'Greater Than' },\r\n    LESS_THAN: { key: 6, text: 'Less Than' },\r\n    WITHIN: { key: 7, text: 'Within' },\r\n    INCLUDES: { key: 8, text: 'Includes' }\r\n};\r\nexport var OperatorsSettingsArrayEnum = [\r\n    OperatorsSettingsEnum.EQUALS,\r\n    OperatorsSettingsEnum.STARTS_WITH,\r\n    OperatorsSettingsEnum.CONTAINS,\r\n    OperatorsSettingsEnum.IS_EMPTY,\r\n    OperatorsSettingsEnum.GREATER_THAN,\r\n    OperatorsSettingsEnum.LESS_THAN,\r\n    OperatorsSettingsEnum.WITHIN,\r\n    OperatorsSettingsEnum.INCLUDES\r\n];\r\nexport var OperatorsSettingsTypeEnum = {\r\n    USE_ALL: 'A',\r\n    USE_SELECTED: 'US'\r\n};\r\nexport var FormModeEnum;\r\n(function (FormModeEnum) {\r\n    FormModeEnum[FormModeEnum[\"NEW\"] = 0] = \"NEW\";\r\n    FormModeEnum[FormModeEnum[\"EDIT\"] = 1] = \"EDIT\";\r\n})(FormModeEnum || (FormModeEnum = {}));\r\n//# sourceMappingURL=TemplateAdminForm.types.js.map","dts":{"name":"C:/WORK/ImageTag/Tests/react-ktx-3530/dist/types/lib/components/TemplateAdminForm/TemplateAdminForm.types.d.ts","writeByteOrderMark":false,"text":"import { ITheme, IStyle } from 'office-ui-fabric-react/lib/Styling';\r\nimport { IStyleFunctionOrObject } from 'office-ui-fabric-react/lib/Utilities';\r\nexport interface ITemplateAdminFormProps {\r\n    id?: string;\r\n    user: string;\r\n    styles?: IStyleFunctionOrObject<ITemplateAdminFormStyleProps, ITemplateAdminFormStyles>;\r\n    theme?: ITheme;\r\n    className?: string;\r\n    baseUrl: string;\r\n    titleOnPanels?: boolean;\r\n    labelTitleNew?: string;\r\n    labelTitleEdit?: string;\r\n    labelFormTemplateName?: string;\r\n    labelDialogTitleDelete?: string;\r\n    labelDialogSubtextPrefixDelete?: string;\r\n    labelDialogSubtextSuffixDelete?: string;\r\n    labelDialogBtnDelete?: string;\r\n    labelDialogBtnCancel?: string;\r\n    labelPanelSettingsPropertyTitle?: string;\r\n    labelPanelSettingsOperatorsTitle?: string;\r\n    labelPanelSettingsBtnUseAll?: string;\r\n    labelPanelSettingsBtnUseSelected?: string;\r\n    labelPanelSettingsEquals?: string;\r\n    labelPanelSettingsStartsWith?: string;\r\n    labelPanelSettingsContains?: string;\r\n    labelPanelSettingsIsEmpty?: string;\r\n    labelPanelSettingsGreaterThan?: string;\r\n    labelPanelSettingsLessThan?: string;\r\n    labelPanelSettingsWithin?: string;\r\n    labelPanelSettingsIncludes?: string;\r\n    labelDialogTitleReset?: string;\r\n    labelDialogSubtextReset?: string;\r\n    labelDialogBtnReset?: string;\r\n    labelPanelDisplayPropertiesTitle?: string;\r\n    labelPanelAddPropertiesTitle?: string;\r\n    labelPanelAddBtnAdd?: string;\r\n    labelPanelAddBtnCancel?: string;\r\n    labelIconOperatorDelete?: string;\r\n    labelIconOperatorSetting?: string;\r\n    labelIconOperatorUp?: string;\r\n    labelIconOperatorDown?: string;\r\n    labelCmdBarBtnSave?: string;\r\n    labelCmdBarBtnEdit?: string;\r\n    labelCmdBarBtnCancel?: string;\r\n    labelCmdBarFarBtnAdd?: string;\r\n    labelCmdBarFarBtnReset?: string;\r\n    labelCmdBarFarBtnResults?: string;\r\n    labelMovListAvailable?: string;\r\n    labelMovListSelected?: string;\r\n    getPropertiesDetailsUrl?: () => string;\r\n    onCancel: () => any;\r\n    onSubmitSuccess: (response: any) => void;\r\n    onSubmitError: (error: any) => void;\r\n}\r\nexport interface ITemplateAdminFormStyleProps {\r\n    theme: ITheme;\r\n    className?: string;\r\n}\r\nexport interface ITemplateAdminFormStyles {\r\n    root?: IStyle;\r\n}\r\nexport interface ITemplateAdminMainRow {\r\n    id: number;\r\n    values: any[];\r\n}\r\nexport interface ITemplateAdminPropertiesRow {\r\n    id: number;\r\n    operation: number;\r\n    values: any[];\r\n    propertyType: number;\r\n    settings: boolean[];\r\n}\r\nexport interface ITemplateAdminFormObject {\r\n    id: string;\r\n    name: string;\r\n    main: Map<number, ITemplateAdminMainRow>;\r\n    properties: Map<number, ITemplateAdminPropertiesRow>;\r\n    displayProperties: string[];\r\n}\r\nexport declare const OperatorsSettingsEnum: {\r\n    EQUALS: {\r\n        key: number;\r\n        text: string;\r\n    };\r\n    STARTS_WITH: {\r\n        key: number;\r\n        text: string;\r\n    };\r\n    CONTAINS: {\r\n        key: number;\r\n        text: string;\r\n    };\r\n    IS_EMPTY: {\r\n        key: number;\r\n        text: string;\r\n    };\r\n    GREATER_THAN: {\r\n        key: number;\r\n        text: string;\r\n    };\r\n    LESS_THAN: {\r\n        key: number;\r\n        text: string;\r\n    };\r\n    WITHIN: {\r\n        key: number;\r\n        text: string;\r\n    };\r\n    INCLUDES: {\r\n        key: number;\r\n        text: string;\r\n    };\r\n};\r\nexport declare const OperatorsSettingsArrayEnum: any[];\r\nexport declare const OperatorsSettingsTypeEnum: {\r\n    USE_ALL: string;\r\n    USE_SELECTED: string;\r\n};\r\nexport declare enum FormModeEnum {\r\n    NEW = 0,\r\n    EDIT = 1\r\n}\r\n"}}
