@colijnit/corecomponents_v12 12.2.26 → 12.2.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/colijnit-corecomponents_v12.umd.js +13792 -13682
- package/bundles/colijnit-corecomponents_v12.umd.js.map +1 -1
- package/colijnit-corecomponents_v12.d.ts +43 -43
- package/colijnit-corecomponents_v12.metadata.json +1 -1
- package/esm2015/colijnit-corecomponents_v12.js +43 -43
- package/esm2015/lib/components/article-tile/article-tile.component.js +49 -49
- package/esm2015/lib/components/article-tile/article-tile.module.js +34 -34
- package/esm2015/lib/components/base/base-input.component.js +833 -833
- package/esm2015/lib/components/base/base.module.js +21 -21
- package/esm2015/lib/components/base/commit-buttons/commit-buttons.component.js +85 -85
- package/esm2015/lib/components/base/commit-buttons/commit-buttons.module.js +20 -20
- package/esm2015/lib/components/base/dialog-base.component.js +5 -5
- package/esm2015/lib/components/base-input-date-picker/base-input-date-picker.directive.js +24 -24
- package/esm2015/lib/components/button/button.component.js +73 -73
- package/esm2015/lib/components/button/button.module.js +18 -18
- package/esm2015/lib/components/calendar/calendar-template.component.js +281 -281
- package/esm2015/lib/components/calendar/calendar.component.js +32 -32
- package/esm2015/lib/components/calendar/calendar.module.js +27 -27
- package/esm2015/lib/components/card/card.component.js +50 -50
- package/esm2015/lib/components/card/card.module.js +34 -34
- package/esm2015/lib/components/carousel/carousel.component.js +109 -109
- package/esm2015/lib/components/carousel/carousel.module.js +31 -31
- package/esm2015/lib/components/carousel-3d/carousel-3d.component.js +293 -293
- package/esm2015/lib/components/carousel-3d/carousel-3d.module.js +18 -18
- package/esm2015/lib/components/carousel-3d/carouselItem.js +53 -53
- package/esm2015/lib/components/checkmark-overlay/checkmark-overlay.component.js +72 -72
- package/esm2015/lib/components/checkmark-overlay/checkmark-overlay.module.js +18 -18
- package/esm2015/lib/components/co-dialog/co-dialog.component.js +91 -91
- package/esm2015/lib/components/co-dialog/co-dialog.module.js +18 -18
- package/esm2015/lib/components/co-dialog-wizard/co-dialog-wizard.component.js +35 -35
- package/esm2015/lib/components/co-dialog-wizard/co-dialog-wizard.module.js +16 -16
- package/esm2015/lib/components/collapsible/collapsible.component.js +67 -67
- package/esm2015/lib/components/collapsible/collapsible.module.js +18 -18
- package/esm2015/lib/components/color-picker/color-picker.component.js +33 -33
- package/esm2015/lib/components/color-picker/color-picker.module.js +20 -20
- package/esm2015/lib/components/core-dialog/confirmation-dialog/confirmation-dialog.component.js +46 -46
- package/esm2015/lib/components/core-dialog/core-dialog.module.js +38 -38
- package/esm2015/lib/components/core-dialog/core-dialog.service.js +66 -66
- package/esm2015/lib/components/core-dialog/core-dynamic-component.service.js +92 -92
- package/esm2015/lib/components/double-calendar/double-calendar.component.js +62 -62
- package/esm2015/lib/components/double-calendar/double-calendar.module.js +24 -24
- package/esm2015/lib/components/filter-item/filter-item-viewmodel.js +12 -12
- package/esm2015/lib/components/filter-item/filter-item.component.js +496 -496
- package/esm2015/lib/components/filter-item/filter-item.module.js +42 -42
- package/esm2015/lib/components/filter-item/filter-viewmodel.js +10 -10
- package/esm2015/lib/components/form/form.component.js +181 -181
- package/esm2015/lib/components/form/form.module.js +22 -22
- package/esm2015/lib/components/grid-toolbar/grid-toolbar.component.js +48 -48
- package/esm2015/lib/components/grid-toolbar/grid-toolbar.module.js +22 -22
- package/esm2015/lib/components/grid-toolbar-button/grid-toolbar-button.component.js +23 -23
- package/esm2015/lib/components/grid-toolbar-button/grid-toolbar-button.module.js +18 -18
- package/esm2015/lib/components/icon/icon-cache.service.js +51 -51
- package/esm2015/lib/components/icon/icon.component.js +47 -47
- package/esm2015/lib/components/icon/icon.module.js +24 -24
- package/esm2015/lib/components/icon-collapse-handle/icon-collapse-handle.component.js +56 -56
- package/esm2015/lib/components/icon-collapse-handle/icon-collapse-handle.module.js +22 -22
- package/esm2015/lib/components/image/image.component.js +31 -31
- package/esm2015/lib/components/image/image.module.js +13 -13
- package/esm2015/lib/components/input-checkbox/input-checkbox.component.js +71 -71
- package/esm2015/lib/components/input-checkbox/input-checkbox.module.js +18 -18
- package/esm2015/lib/components/input-date-picker/input-date-picker.component.js +74 -74
- package/esm2015/lib/components/input-date-picker/input-date-picker.module.js +25 -25
- package/esm2015/lib/components/input-date-range-picker/input-date-range-picker.component.js +107 -107
- package/esm2015/lib/components/input-date-range-picker/input-date-range-picker.module.js +26 -26
- package/esm2015/lib/components/input-number-picker/input-number-picker.component.js +285 -285
- package/esm2015/lib/components/input-number-picker/input-number-picker.module.js +22 -22
- package/esm2015/lib/components/input-radio-button/input-radio-button.component.js +77 -77
- package/esm2015/lib/components/input-radio-button/input-radio-button.module.js +18 -18
- package/esm2015/lib/components/input-scanner/bar-code-scanner.js +22 -22
- package/esm2015/lib/components/input-scanner/input-scanner.component.js +56 -56
- package/esm2015/lib/components/input-scanner/input-scanner.module.js +20 -20
- package/esm2015/lib/components/input-scanner/scanner.service.js +27 -27
- package/esm2015/lib/components/input-search/input-search.component.js +67 -63
- package/esm2015/lib/components/input-search/input-search.module.js +20 -20
- package/esm2015/lib/components/input-text/input-text.component.js +198 -194
- package/esm2015/lib/components/input-text/input-text.module.js +32 -32
- package/esm2015/lib/components/input-textarea/input-textarea.component.js +55 -55
- package/esm2015/lib/components/input-textarea/input-textarea.module.js +26 -26
- package/esm2015/lib/components/level-indicator/level-indicator-level.enum.js +6 -6
- package/esm2015/lib/components/level-indicator/level-indicator.component.js +29 -29
- package/esm2015/lib/components/level-indicator/level-indicator.module.js +14 -14
- package/esm2015/lib/components/list-of-values/list-of-values-multiselect-popup.component.js +87 -87
- package/esm2015/lib/components/list-of-values/list-of-values-popup.component.js +218 -218
- package/esm2015/lib/components/list-of-values/list-of-values.component.js +199 -199
- package/esm2015/lib/components/list-of-values/list-of-values.module.js +37 -37
- package/esm2015/lib/components/loader/loader.component.js +16 -16
- package/esm2015/lib/components/loader/loader.module.js +18 -18
- package/esm2015/lib/components/pagination/paginate.pipe.js +98 -98
- package/esm2015/lib/components/pagination/pagination-instance.js +1 -1
- package/esm2015/lib/components/pagination/pagination.component.js +107 -107
- package/esm2015/lib/components/pagination/pagination.module.js +27 -27
- package/esm2015/lib/components/pagination/pagination.service.js +87 -87
- package/esm2015/lib/components/pagination-bar/pagination-bar.component.js +136 -136
- package/esm2015/lib/components/pagination-bar/pagination-bar.module.js +18 -18
- package/esm2015/lib/components/popup/const/popup-window-token.js +2 -2
- package/esm2015/lib/components/popup/interface/popup-button.js +7 -7
- package/esm2015/lib/components/popup/interface/popup-close-event.js +1 -1
- package/esm2015/lib/components/popup/interface/popup-settings.js +41 -41
- package/esm2015/lib/components/popup/interface/popup.js +1 -1
- package/esm2015/lib/components/popup/model/popup-button-globals.js +10 -10
- package/esm2015/lib/components/popup/model/popup-window.js +37 -37
- package/esm2015/lib/components/popup/popup-buttons.component.js +42 -42
- package/esm2015/lib/components/popup/popup-message-display.component.js +37 -37
- package/esm2015/lib/components/popup/popup-window-shell.component.js +141 -141
- package/esm2015/lib/components/popup/popup.module.js +48 -48
- package/esm2015/lib/components/popup/service/popup-shower.service.js +89 -89
- package/esm2015/lib/components/popup/service/prompt.service.js +126 -126
- package/esm2015/lib/components/popup/text-input-popup.component.js +33 -33
- package/esm2015/lib/components/responsive-text/responsive-text.component.js +17 -17
- package/esm2015/lib/components/responsive-text/responsive-text.module.js +18 -18
- package/esm2015/lib/components/simple-grid/base-simple-grid.component.js +166 -164
- package/esm2015/lib/components/simple-grid/simple-grid-cell.component.js +141 -141
- package/esm2015/lib/components/simple-grid/simple-grid-column.directive.js +113 -111
- package/esm2015/lib/components/simple-grid/simple-grid.component.js +553 -412
- package/esm2015/lib/components/simple-grid/simple-grid.module.js +45 -41
- package/esm2015/lib/components/tile/tile.component.js +44 -44
- package/esm2015/lib/components/tile/tile.module.js +22 -22
- package/esm2015/lib/components/tile-select/tile-select.component.js +26 -26
- package/esm2015/lib/components/tile-select/tile-select.module.js +20 -20
- package/esm2015/lib/components/tooltip/tooltip.component.js +74 -74
- package/esm2015/lib/components/tooltip/tooltip.module.js +18 -18
- package/esm2015/lib/components/validation-error/validation-error.component.js +30 -30
- package/esm2015/lib/components/validation-error/validation-error.module.js +24 -24
- package/esm2015/lib/components/view-mode-buttons/content-view-mode.enum.js +10 -10
- package/esm2015/lib/components/view-mode-buttons/view-mode-buttons.component.js +41 -41
- package/esm2015/lib/components/view-mode-buttons/view-mode-buttons.module.js +20 -20
- package/esm2015/lib/core/constant/default-upper-bound-for-range-components.js +3 -3
- package/esm2015/lib/core/constant/java-max-int.js +1 -1
- package/esm2015/lib/core/constant/number-inputs-key-down-white-list.js +44 -44
- package/esm2015/lib/core/decorator/input-boolean.decorator.js +33 -33
- package/esm2015/lib/core/enum/co-direction.js +8 -8
- package/esm2015/lib/core/enum/co-document-image-display-kind.enum.js +6 -6
- package/esm2015/lib/core/enum/co-document-type.enum.js +10 -10
- package/esm2015/lib/core/enum/co-orientation.js +16 -16
- package/esm2015/lib/core/enum/core-components-icon.enum.js +299 -299
- package/esm2015/lib/core/enum/file-type-internal.enum.js +16 -16
- package/esm2015/lib/core/enum/file-type.enum.js +10 -10
- package/esm2015/lib/core/enum/filterItem-mode.enum.js +42 -42
- package/esm2015/lib/core/enum/input-number-picker-show-mode.enum.js +7 -7
- package/esm2015/lib/core/enum/keyboard-code.enum.js +73 -73
- package/esm2015/lib/core/enum/keyboard-key.enum.js +75 -75
- package/esm2015/lib/core/enum/object-right-type.enum.js +6 -6
- package/esm2015/lib/core/enum/popup-button-type.enum.js +11 -11
- package/esm2015/lib/core/enum/popup-type.enum.js +10 -10
- package/esm2015/lib/core/enum/table-name.enum.js +80 -80
- package/esm2015/lib/core/function/any-nill.function.js +5 -5
- package/esm2015/lib/core/function/is-nill.function.js +4 -4
- package/esm2015/lib/core/function/none-nill.function.js +16 -16
- package/esm2015/lib/core/function/not-nill.function.js +4 -4
- package/esm2015/lib/core/model/bounds-constrained-number-value.js +170 -170
- package/esm2015/lib/core/model/check-precision-and-scale-result.js +1 -1
- package/esm2015/lib/core/model/check-within-stepped-bounds-result.js +1 -1
- package/esm2015/lib/core/model/co-document-right.bo.js +2 -2
- package/esm2015/lib/core/model/co-document.bo.js +120 -120
- package/esm2015/lib/core/model/core-components-icon-svg.js +298 -298
- package/esm2015/lib/core/model/element-position.js +9 -9
- package/esm2015/lib/core/model/event/string-prompt-result-event.js +7 -7
- package/esm2015/lib/core/service/form-input-user-change-listener.service.js +24 -24
- package/esm2015/lib/core/service/form-master.service.js +101 -101
- package/esm2015/lib/core/service/ng-zone-wrapper.service.js +19 -19
- package/esm2015/lib/core/utils/array-utils.js +263 -263
- package/esm2015/lib/core/utils/browser-utils.js +99 -99
- package/esm2015/lib/core/utils/direction-enum-utils.js +13 -13
- package/esm2015/lib/core/utils/event-utils.js +52 -52
- package/esm2015/lib/core/utils/file-utils.js +266 -266
- package/esm2015/lib/core/utils/number-utils.js +308 -308
- package/esm2015/lib/core/utils/object-utils.js +185 -185
- package/esm2015/lib/core/utils/string-utils.js +93 -93
- package/esm2015/lib/core/validator/email.validator.js +5 -5
- package/esm2015/lib/core/validator/equal.validator.js +10 -10
- package/esm2015/lib/core/validator/max-string-length.validator.js +9 -9
- package/esm2015/lib/core/validator/password.validator.js +30 -30
- package/esm2015/lib/core/validator/precision-scale.validator.js +10 -10
- package/esm2015/lib/core/validator/required.validator.js +4 -4
- package/esm2015/lib/directives/clickoutside/click-outside-master.service.js +56 -56
- package/esm2015/lib/directives/clickoutside/click-outside.directive.js +70 -70
- package/esm2015/lib/directives/clickoutside/clickoutside.module.js +18 -18
- package/esm2015/lib/directives/observe-visibility/observe-visibility.directive.js +52 -52
- package/esm2015/lib/directives/observe-visibility/observe-visibility.module.js +14 -14
- package/esm2015/lib/directives/overlay/overlay-parent.directive.js +18 -18
- package/esm2015/lib/directives/overlay/overlay.directive.js +160 -160
- package/esm2015/lib/directives/overlay/overlay.module.js +17 -17
- package/esm2015/lib/directives/ripple/ripple-ref.js +25 -25
- package/esm2015/lib/directives/ripple/ripple-renderer.js +159 -159
- package/esm2015/lib/directives/ripple/ripple.directive.js +79 -79
- package/esm2015/lib/directives/ripple/ripple.module.js +23 -23
- package/esm2015/lib/directives/ripple/scroll-dispatcher.service.js +107 -107
- package/esm2015/lib/directives/ripple/scrollable.directive.js +39 -39
- package/esm2015/lib/directives/ripple/viewport-ruler.service.js +72 -72
- package/esm2015/lib/directives/screen-configuration/screen-configuration.directive.js +157 -157
- package/esm2015/lib/directives/screen-configuration/screen-configuration.module.js +18 -18
- package/esm2015/lib/directives/stopclick/stop-click.directive.js +37 -37
- package/esm2015/lib/directives/stopclick/stop-click.module.js +14 -14
- package/esm2015/lib/directives/template-wrapper/template-wrapper.directive.js +67 -67
- package/esm2015/lib/directives/template-wrapper/template-wrapper.module.js +14 -14
- package/esm2015/lib/directives/tooltip/tooltip-directive.module.js +18 -18
- package/esm2015/lib/directives/tooltip/tooltip.directive.js +77 -77
- package/esm2015/lib/interfaces/dialog-response.interface.js +1 -1
- package/esm2015/lib/interfaces/scanner-input.interface.js +1 -1
- package/esm2015/lib/interfaces/screen-config-adapter-component-interface-name.js +3 -3
- package/esm2015/lib/interfaces/screen-config-adapter.component.interface.js +1 -1
- package/esm2015/lib/model/enum/app-button-type.enum.js +10 -10
- package/esm2015/lib/model/enum/app-popup-type.enum.js +7 -7
- package/esm2015/lib/pipes/append.pipe.js +16 -16
- package/esm2015/lib/pipes/append.pipe.module.js +14 -14
- package/esm2015/lib/pipes/filter.pipe.js +15 -15
- package/esm2015/lib/pipes/filter.pipe.module.js +14 -14
- package/esm2015/lib/pipes/prepend.pipe.js +16 -16
- package/esm2015/lib/pipes/prepend.pipe.module.js +14 -14
- package/esm2015/lib/pipes/price-display-pipe.module.js +14 -14
- package/esm2015/lib/pipes/price-display.pipe.js +19 -19
- package/esm2015/lib/service/base-module-screen-config.service.js +204 -204
- package/esm2015/lib/service/base-module.service.js +41 -41
- package/esm2015/lib/service/color-sequence.service.js +22 -22
- package/esm2015/lib/service/overlay.service.js +72 -72
- package/esm2015/lib/translation/core-components-translation.module.js +28 -28
- package/esm2015/lib/translation/core-components-translation.service.js +16 -16
- package/esm2015/lib/translation/core-dictionary.service.js +28 -28
- package/esm2015/lib/translation/core-localize.pipe.js +25 -25
- package/esm2015/public-api.js +129 -129
- package/fesm2015/colijnit-corecomponents_v12.js +12271 -12118
- package/fesm2015/colijnit-corecomponents_v12.js.map +1 -1
- package/lib/components/article-tile/article-tile.component.d.ts +22 -22
- package/lib/components/article-tile/article-tile.module.d.ts +2 -2
- package/lib/components/base/base-input.component.d.ts +182 -182
- package/lib/components/base/base.module.d.ts +2 -2
- package/lib/components/base/commit-buttons/commit-buttons.component.d.ts +21 -21
- package/lib/components/base/commit-buttons/commit-buttons.module.d.ts +2 -2
- package/lib/components/base/dialog-base.component.d.ts +4 -4
- package/lib/components/base-input-date-picker/base-input-date-picker.directive.d.ts +15 -15
- package/lib/components/button/button.component.d.ts +29 -29
- package/lib/components/button/button.module.d.ts +2 -2
- package/lib/components/calendar/calendar-template.component.d.ts +60 -60
- package/lib/components/calendar/calendar.component.d.ts +13 -13
- package/lib/components/calendar/calendar.module.d.ts +2 -2
- package/lib/components/card/card.component.d.ts +23 -23
- package/lib/components/card/card.module.d.ts +2 -2
- package/lib/components/carousel/carousel.component.d.ts +23 -23
- package/lib/components/carousel/carousel.module.d.ts +6 -6
- package/lib/components/carousel-3d/carousel-3d.component.d.ts +55 -55
- package/lib/components/carousel-3d/carousel-3d.module.d.ts +2 -2
- package/lib/components/carousel-3d/carouselItem.d.ts +13 -13
- package/lib/components/checkmark-overlay/checkmark-overlay.component.d.ts +17 -17
- package/lib/components/checkmark-overlay/checkmark-overlay.module.d.ts +2 -2
- package/lib/components/co-dialog/co-dialog.component.d.ts +23 -23
- package/lib/components/co-dialog/co-dialog.module.d.ts +2 -2
- package/lib/components/co-dialog-wizard/co-dialog-wizard.component.d.ts +9 -9
- package/lib/components/co-dialog-wizard/co-dialog-wizard.module.d.ts +2 -2
- package/lib/components/collapsible/collapsible.component.d.ts +22 -22
- package/lib/components/collapsible/collapsible.module.d.ts +2 -2
- package/lib/components/color-picker/color-picker.component.d.ts +6 -6
- package/lib/components/color-picker/color-picker.module.d.ts +2 -2
- package/lib/components/core-dialog/confirmation-dialog/confirmation-dialog.component.d.ts +20 -20
- package/lib/components/core-dialog/core-dialog.module.d.ts +4 -4
- package/lib/components/core-dialog/core-dialog.service.d.ts +15 -15
- package/lib/components/core-dialog/core-dynamic-component.service.d.ts +12 -12
- package/lib/components/double-calendar/double-calendar.component.d.ts +18 -18
- package/lib/components/double-calendar/double-calendar.module.d.ts +2 -2
- package/lib/components/filter-item/filter-item-viewmodel.d.ts +9 -9
- package/lib/components/filter-item/filter-item.component.d.ts +80 -80
- package/lib/components/filter-item/filter-item.module.d.ts +2 -2
- package/lib/components/filter-item/filter-viewmodel.d.ts +8 -8
- package/lib/components/form/form.component.d.ts +39 -39
- package/lib/components/form/form.module.d.ts +2 -2
- package/lib/components/grid-toolbar/grid-toolbar.component.d.ts +19 -19
- package/lib/components/grid-toolbar/grid-toolbar.module.d.ts +2 -2
- package/lib/components/grid-toolbar-button/grid-toolbar-button.component.d.ts +8 -8
- package/lib/components/grid-toolbar-button/grid-toolbar-button.module.d.ts +2 -2
- package/lib/components/icon/icon-cache.service.d.ts +20 -20
- package/lib/components/icon/icon.component.d.ts +17 -17
- package/lib/components/icon/icon.module.d.ts +2 -2
- package/lib/components/icon-collapse-handle/icon-collapse-handle.component.d.ts +21 -21
- package/lib/components/icon-collapse-handle/icon-collapse-handle.module.d.ts +2 -2
- package/lib/components/image/image.component.d.ts +20 -20
- package/lib/components/image/image.module.d.ts +2 -2
- package/lib/components/input-checkbox/input-checkbox.component.d.ts +24 -24
- package/lib/components/input-checkbox/input-checkbox.module.d.ts +2 -2
- package/lib/components/input-date-picker/input-date-picker.component.d.ts +12 -12
- package/lib/components/input-date-picker/input-date-picker.module.d.ts +2 -2
- package/lib/components/input-date-range-picker/input-date-range-picker.component.d.ts +20 -20
- package/lib/components/input-date-range-picker/input-date-range-picker.module.d.ts +2 -2
- package/lib/components/input-number-picker/input-number-picker.component.d.ts +73 -73
- package/lib/components/input-number-picker/input-number-picker.module.d.ts +2 -2
- package/lib/components/input-radio-button/input-radio-button.component.d.ts +19 -19
- package/lib/components/input-radio-button/input-radio-button.module.d.ts +2 -2
- package/lib/components/input-scanner/bar-code-scanner.d.ts +7 -7
- package/lib/components/input-scanner/input-scanner.component.d.ts +24 -24
- package/lib/components/input-scanner/input-scanner.module.d.ts +2 -2
- package/lib/components/input-scanner/scanner.service.d.ts +11 -11
- package/lib/components/input-search/input-search.component.d.ts +20 -19
- package/lib/components/input-search/input-search.module.d.ts +2 -2
- package/lib/components/input-text/input-text.component.d.ts +66 -65
- package/lib/components/input-text/input-text.module.d.ts +2 -2
- package/lib/components/input-textarea/input-textarea.component.d.ts +19 -19
- package/lib/components/input-textarea/input-textarea.module.d.ts +2 -2
- package/lib/components/level-indicator/level-indicator-level.enum.d.ts +5 -5
- package/lib/components/level-indicator/level-indicator.component.d.ts +10 -10
- package/lib/components/level-indicator/level-indicator.module.d.ts +2 -2
- package/lib/components/list-of-values/list-of-values-multiselect-popup.component.d.ts +25 -25
- package/lib/components/list-of-values/list-of-values-popup.component.d.ts +47 -47
- package/lib/components/list-of-values/list-of-values.component.d.ts +37 -37
- package/lib/components/list-of-values/list-of-values.module.d.ts +2 -2
- package/lib/components/loader/loader.component.d.ts +3 -3
- package/lib/components/loader/loader.module.d.ts +2 -2
- package/lib/components/pagination/paginate.pipe.d.ts +15 -15
- package/lib/components/pagination/pagination-instance.d.ts +14 -14
- package/lib/components/pagination/pagination.component.d.ts +38 -38
- package/lib/components/pagination/pagination.module.d.ts +2 -2
- package/lib/components/pagination/pagination.service.d.ts +24 -24
- package/lib/components/pagination-bar/pagination-bar.component.d.ts +33 -33
- package/lib/components/pagination-bar/pagination-bar.module.d.ts +2 -2
- package/lib/components/popup/const/popup-window-token.d.ts +3 -3
- package/lib/components/popup/interface/popup-button.d.ts +8 -8
- package/lib/components/popup/interface/popup-close-event.d.ts +5 -5
- package/lib/components/popup/interface/popup-settings.d.ts +21 -21
- package/lib/components/popup/interface/popup.d.ts +9 -9
- package/lib/components/popup/model/popup-button-globals.d.ts +9 -9
- package/lib/components/popup/model/popup-window.d.ts +21 -21
- package/lib/components/popup/popup-buttons.component.d.ts +13 -13
- package/lib/components/popup/popup-message-display.component.d.ts +12 -12
- package/lib/components/popup/popup-window-shell.component.d.ts +42 -42
- package/lib/components/popup/popup.module.d.ts +4 -4
- package/lib/components/popup/service/popup-shower.service.d.ts +17 -17
- package/lib/components/popup/service/prompt.service.d.ts +17 -17
- package/lib/components/popup/text-input-popup.component.d.ts +12 -12
- package/lib/components/responsive-text/responsive-text.component.d.ts +4 -4
- package/lib/components/responsive-text/responsive-text.module.d.ts +2 -2
- package/lib/components/simple-grid/base-simple-grid.component.d.ts +53 -52
- package/lib/components/simple-grid/simple-grid-cell.component.d.ts +30 -30
- package/lib/components/simple-grid/simple-grid-column.directive.d.ts +43 -42
- package/lib/components/simple-grid/simple-grid.component.d.ts +77 -64
- package/lib/components/simple-grid/simple-grid.module.d.ts +2 -2
- package/lib/components/simple-grid/style/_layout.scss +68 -0
- package/lib/components/tile/tile.component.d.ts +16 -16
- package/lib/components/tile/tile.module.d.ts +2 -2
- package/lib/components/tile-select/tile-select.component.d.ts +8 -8
- package/lib/components/tile-select/tile-select.module.d.ts +2 -2
- package/lib/components/tooltip/tooltip.component.d.ts +18 -18
- package/lib/components/tooltip/tooltip.module.d.ts +2 -2
- package/lib/components/validation-error/validation-error.component.d.ts +12 -12
- package/lib/components/validation-error/validation-error.module.d.ts +2 -2
- package/lib/components/view-mode-buttons/content-view-mode.enum.d.ts +8 -8
- package/lib/components/view-mode-buttons/view-mode-buttons.component.d.ts +17 -17
- package/lib/components/view-mode-buttons/view-mode-buttons.module.d.ts +2 -2
- package/lib/core/constant/default-upper-bound-for-range-components.d.ts +2 -2
- package/lib/core/constant/java-max-int.d.ts +1 -1
- package/lib/core/constant/number-inputs-key-down-white-list.d.ts +2 -2
- package/lib/core/decorator/input-boolean.decorator.d.ts +8 -8
- package/lib/core/enum/co-direction.d.ts +6 -6
- package/lib/core/enum/co-document-image-display-kind.enum.d.ts +5 -5
- package/lib/core/enum/co-document-type.enum.d.ts +5 -5
- package/lib/core/enum/co-orientation.d.ts +6 -6
- package/lib/core/enum/core-components-icon.enum.d.ts +298 -298
- package/lib/core/enum/file-type-internal.enum.d.ts +15 -15
- package/lib/core/enum/file-type.enum.d.ts +5 -5
- package/lib/core/enum/filterItem-mode.enum.d.ts +15 -15
- package/lib/core/enum/input-number-picker-show-mode.enum.d.ts +5 -5
- package/lib/core/enum/keyboard-code.enum.d.ts +71 -71
- package/lib/core/enum/keyboard-key.enum.d.ts +70 -70
- package/lib/core/enum/object-right-type.enum.d.ts +5 -5
- package/lib/core/enum/popup-button-type.enum.d.ts +9 -9
- package/lib/core/enum/popup-type.enum.d.ts +9 -9
- package/lib/core/enum/table-name.enum.d.ts +79 -79
- package/lib/core/function/any-nill.function.d.ts +1 -1
- package/lib/core/function/is-nill.function.d.ts +1 -1
- package/lib/core/function/none-nill.function.d.ts +1 -1
- package/lib/core/function/not-nill.function.d.ts +1 -1
- package/lib/core/model/bounds-constrained-number-value.d.ts +46 -46
- package/lib/core/model/check-precision-and-scale-result.d.ts +4 -4
- package/lib/core/model/check-within-stepped-bounds-result.d.ts +8 -8
- package/lib/core/model/co-document-right.bo.d.ts +6 -6
- package/lib/core/model/co-document.bo.d.ts +61 -61
- package/lib/core/model/core-components-icon-svg.d.ts +4 -4
- package/lib/core/model/element-position.d.ts +7 -7
- package/lib/core/model/event/string-prompt-result-event.d.ts +6 -6
- package/lib/core/service/form-input-user-change-listener.service.d.ts +10 -10
- package/lib/core/service/form-master.service.d.ts +26 -26
- package/lib/core/service/ng-zone-wrapper.service.d.ts +6 -6
- package/lib/core/utils/array-utils.d.ts +85 -85
- package/lib/core/utils/browser-utils.d.ts +15 -15
- package/lib/core/utils/direction-enum-utils.d.ts +5 -5
- package/lib/core/utils/event-utils.d.ts +12 -12
- package/lib/core/utils/file-utils.d.ts +29 -29
- package/lib/core/utils/number-utils.d.ts +89 -89
- package/lib/core/utils/object-utils.d.ts +31 -31
- package/lib/core/utils/string-utils.d.ts +25 -25
- package/lib/core/validator/email.validator.d.ts +2 -2
- package/lib/core/validator/equal.validator.d.ts +2 -2
- package/lib/core/validator/max-string-length.validator.d.ts +2 -2
- package/lib/core/validator/password.validator.d.ts +3 -3
- package/lib/core/validator/precision-scale.validator.d.ts +2 -2
- package/lib/core/validator/required.validator.d.ts +2 -2
- package/lib/directives/clickoutside/click-outside-master.service.d.ts +15 -15
- package/lib/directives/clickoutside/click-outside.directive.d.ts +18 -18
- package/lib/directives/clickoutside/clickoutside.module.d.ts +2 -2
- package/lib/directives/observe-visibility/observe-visibility.directive.d.ts +14 -14
- package/lib/directives/observe-visibility/observe-visibility.module.d.ts +2 -2
- package/lib/directives/overlay/overlay-parent.directive.d.ts +6 -6
- package/lib/directives/overlay/overlay.directive.d.ts +25 -25
- package/lib/directives/overlay/overlay.module.d.ts +2 -2
- package/lib/directives/ripple/ripple-ref.d.ts +21 -21
- package/lib/directives/ripple/ripple-renderer.d.ts +56 -56
- package/lib/directives/ripple/ripple.directive.d.ts +56 -56
- package/lib/directives/ripple/ripple.module.d.ts +2 -2
- package/lib/directives/ripple/scroll-dispatcher.service.d.ts +51 -51
- package/lib/directives/ripple/scrollable.directive.d.ts +20 -20
- package/lib/directives/ripple/viewport-ruler.service.d.ts +29 -29
- package/lib/directives/screen-configuration/screen-configuration.directive.d.ts +32 -32
- package/lib/directives/screen-configuration/screen-configuration.module.d.ts +2 -2
- package/lib/directives/stopclick/stop-click.directive.d.ts +10 -10
- package/lib/directives/stopclick/stop-click.module.d.ts +2 -2
- package/lib/directives/template-wrapper/template-wrapper.directive.d.ts +13 -13
- package/lib/directives/template-wrapper/template-wrapper.module.d.ts +2 -2
- package/lib/directives/tooltip/tooltip-directive.module.d.ts +2 -2
- package/lib/directives/tooltip/tooltip.directive.d.ts +20 -20
- package/lib/interfaces/dialog-response.interface.d.ts +6 -6
- package/lib/interfaces/scanner-input.interface.d.ts +3 -3
- package/lib/interfaces/screen-config-adapter-component-interface-name.d.ts +3 -3
- package/lib/interfaces/screen-config-adapter.component.interface.d.ts +10 -10
- package/lib/model/enum/app-button-type.enum.d.ts +9 -9
- package/lib/model/enum/app-popup-type.enum.d.ts +6 -6
- package/lib/pipes/append.pipe.d.ts +4 -4
- package/lib/pipes/append.pipe.module.d.ts +2 -2
- package/lib/pipes/filter.pipe.d.ts +4 -4
- package/lib/pipes/filter.pipe.module.d.ts +2 -2
- package/lib/pipes/prepend.pipe.d.ts +4 -4
- package/lib/pipes/prepend.pipe.module.d.ts +2 -2
- package/lib/pipes/price-display-pipe.module.d.ts +2 -2
- package/lib/pipes/price-display.pipe.d.ts +4 -4
- package/lib/service/base-module-screen-config.service.d.ts +47 -47
- package/lib/service/base-module.service.d.ts +22 -22
- package/lib/service/color-sequence.service.d.ts +4 -4
- package/lib/service/overlay.service.d.ts +13 -13
- package/lib/translation/core-components-translation.module.d.ts +4 -4
- package/lib/translation/core-components-translation.service.d.ts +6 -6
- package/lib/translation/core-dictionary.service.d.ts +12 -12
- package/lib/translation/core-localize.pipe.d.ts +7 -7
- package/package.json +1 -1
- package/public-api.d.ts +126 -126
|
@@ -1,300 +1,300 @@
|
|
|
1
|
-
/** AUTO GENERATED FILE. DO NOT CHANGE.. OR YOU WILL SUFFER THE CONSEQUENCES OF YOUR ACTIONS **/
|
|
2
|
-
export var CoreComponentsIcon;
|
|
3
|
-
(function (CoreComponentsIcon) {
|
|
4
|
-
CoreComponentsIcon["Account"] = "account";
|
|
5
|
-
CoreComponentsIcon["AccountRoundOpen"] = "account_round_open";
|
|
6
|
-
CoreComponentsIcon["Activities"] = "activities";
|
|
7
|
-
CoreComponentsIcon["AddToCartDrop"] = "add_to_cart_drop";
|
|
8
|
-
CoreComponentsIcon["ArrowDown"] = "arrow_down";
|
|
9
|
-
CoreComponentsIcon["ArrowFatLeft"] = "arrow_fat_left";
|
|
10
|
-
CoreComponentsIcon["ArrowFatRight"] = "arrow_fat_right";
|
|
11
|
-
CoreComponentsIcon["ArrowLeft"] = "arrow_left";
|
|
12
|
-
CoreComponentsIcon["ArrowLeftRoundOpen"] = "arrow_left_round_open";
|
|
13
|
-
CoreComponentsIcon["ArrowPointDown"] = "arrow_point_down";
|
|
14
|
-
CoreComponentsIcon["ArrowPointLeft"] = "arrow_point_left";
|
|
15
|
-
CoreComponentsIcon["ArrowPointRight"] = "arrow_point_right";
|
|
16
|
-
CoreComponentsIcon["ArrowPointUp"] = "arrow_point_up";
|
|
17
|
-
CoreComponentsIcon["ArrowRightRoundOpen"] = "arrow_right_round_open";
|
|
18
|
-
CoreComponentsIcon["ArrowScrollDown"] = "arrow_scroll_down";
|
|
19
|
-
CoreComponentsIcon["ArrowScrollLeft"] = "arrow_scroll_left";
|
|
20
|
-
CoreComponentsIcon["ArrowScrollRight"] = "arrow_scroll_right";
|
|
21
|
-
CoreComponentsIcon["ArrowScrollUp"] = "arrow_scroll_up";
|
|
22
|
-
CoreComponentsIcon["ArrowUp"] = "arrow_up";
|
|
23
|
-
CoreComponentsIcon["Article"] = "article";
|
|
24
|
-
CoreComponentsIcon["ArticleWithFold"] = "article_with_fold";
|
|
25
|
-
CoreComponentsIcon["AsteriskSmall"] = "asterisk_small";
|
|
26
|
-
CoreComponentsIcon["Attachments"] = "attachments";
|
|
27
|
-
CoreComponentsIcon["BackToTop"] = "back_to_top";
|
|
28
|
-
CoreComponentsIcon["Barcode"] = "Barcode";
|
|
29
|
-
CoreComponentsIcon["BigMac"] = "big_mac";
|
|
30
|
-
CoreComponentsIcon["Boxes"] = "boxes";
|
|
31
|
-
CoreComponentsIcon["Brush"] = "brush";
|
|
32
|
-
CoreComponentsIcon["BrushRoundOpen"] = "brush_round_open";
|
|
33
|
-
CoreComponentsIcon["BuildingColumns"] = "building_columns";
|
|
34
|
-
CoreComponentsIcon["Businessrules"] = "businessrules";
|
|
35
|
-
CoreComponentsIcon["Calendar"] = "calendar";
|
|
36
|
-
CoreComponentsIcon["CalendarDay"] = "calendar_day";
|
|
37
|
-
CoreComponentsIcon["CalendarDayRegular"] = "calendar_day_regular";
|
|
38
|
-
CoreComponentsIcon["CalendarEmpty"] = "calendar_empty";
|
|
39
|
-
CoreComponentsIcon["CalendarRange"] = "calendar_range";
|
|
40
|
-
CoreComponentsIcon["CalendarRoundOpen"] = "calendar_round_open";
|
|
41
|
-
CoreComponentsIcon["Camera"] = "camera";
|
|
42
|
-
CoreComponentsIcon["Cancel"] = "cancel";
|
|
43
|
-
CoreComponentsIcon["CancelRoundFilled"] = "cancel_round_filled";
|
|
44
|
-
CoreComponentsIcon["CancelRoundOpen"] = "cancel_round_open";
|
|
45
|
-
CoreComponentsIcon["Cart"] = "cart";
|
|
46
|
-
CoreComponentsIcon["CartOpen"] = "cart_open";
|
|
47
|
-
CoreComponentsIcon["CaseManager"] = "case_manager";
|
|
48
|
-
CoreComponentsIcon["CashRegister"] = "CashRegister";
|
|
49
|
-
CoreComponentsIcon["CashRegisterSimple"] = "cash_register_simple";
|
|
50
|
-
CoreComponentsIcon["ChangeLocation"] = "change_location";
|
|
51
|
-
CoreComponentsIcon["Check"] = "check";
|
|
52
|
-
CoreComponentsIcon["CheckDuotone"] = "check_duotone";
|
|
53
|
-
CoreComponentsIcon["CheckRound"] = "check_round";
|
|
54
|
-
CoreComponentsIcon["CheckRoundOpen"] = "check_round_open";
|
|
55
|
-
CoreComponentsIcon["CheckSimple"] = "check_simple";
|
|
56
|
-
CoreComponentsIcon["CheckThin"] = "check_thin";
|
|
57
|
-
CoreComponentsIcon["ChevronDownRegular"] = "chevron_down_regular";
|
|
58
|
-
CoreComponentsIcon["ChevronUpRegular"] = "chevron_up_regular";
|
|
59
|
-
CoreComponentsIcon["CirclePlusSkinny"] = "CirclePlusSkinny";
|
|
60
|
-
CoreComponentsIcon["Client"] = "client";
|
|
61
|
-
CoreComponentsIcon["Clock"] = "clock";
|
|
62
|
-
CoreComponentsIcon["ClockArrow"] = "clockArrow";
|
|
63
|
-
CoreComponentsIcon["CogWheelPlus"] = "cogWheelPlus";
|
|
64
|
-
CoreComponentsIcon["CogWheels"] = "cogWheels";
|
|
65
|
-
CoreComponentsIcon["ColumnOptions"] = "column_options";
|
|
66
|
-
CoreComponentsIcon["Company"] = "company";
|
|
67
|
-
CoreComponentsIcon["CompanyFlat"] = "company_flat";
|
|
68
|
-
CoreComponentsIcon["Configurable"] = "configurable";
|
|
69
|
-
CoreComponentsIcon["Consultant"] = "consultant";
|
|
70
|
-
CoreComponentsIcon["Copy"] = "copy";
|
|
71
|
-
CoreComponentsIcon["Crosshair1"] = "crosshair_1";
|
|
72
|
-
CoreComponentsIcon["CrossSkinny"] = "CrossSkinny";
|
|
73
|
-
CoreComponentsIcon["Dashboard"] = "dashboard";
|
|
74
|
-
CoreComponentsIcon["DeliveryMethod"] = "delivery_method";
|
|
75
|
-
CoreComponentsIcon["DeliveryStatusUncheck"] = "delivery_status_uncheck";
|
|
76
|
-
CoreComponentsIcon["DeliveryTruck"] = "delivery_truck";
|
|
77
|
-
CoreComponentsIcon["DetailRecord"] = "detail_record";
|
|
78
|
-
CoreComponentsIcon["DetailView"] = "detail_view";
|
|
79
|
-
CoreComponentsIcon["Dictionary"] = "dictionary";
|
|
80
|
-
CoreComponentsIcon["Documents"] = "documents";
|
|
81
|
-
CoreComponentsIcon["DocumentWrench"] = "documentWrench";
|
|
82
|
-
CoreComponentsIcon["Dollar"] = "dollar";
|
|
83
|
-
CoreComponentsIcon["Download"] = "download";
|
|
84
|
-
CoreComponentsIcon["Dropdown"] = "dropdown";
|
|
85
|
-
CoreComponentsIcon["Dropzone"] = "dropzone";
|
|
86
|
-
CoreComponentsIcon["EditPencil"] = "edit_pencil";
|
|
87
|
-
CoreComponentsIcon["EditPencilCircle"] = "edit_pencil_circle";
|
|
88
|
-
CoreComponentsIcon["EditPencilRound"] = "edit_pencil_round";
|
|
89
|
-
CoreComponentsIcon["EditPencilSimple"] = "edit_pencil_simple";
|
|
90
|
-
CoreComponentsIcon["Email"] = "email";
|
|
91
|
-
CoreComponentsIcon["EmailRoundOpen"] = "email_round_open";
|
|
92
|
-
CoreComponentsIcon["Employee"] = "employee";
|
|
93
|
-
CoreComponentsIcon["EmployeeTwo"] = "employee_two";
|
|
94
|
-
CoreComponentsIcon["Employer"] = "employer";
|
|
95
|
-
CoreComponentsIcon["Employment"] = "employment";
|
|
96
|
-
CoreComponentsIcon["EmploymentEnd"] = "employment_end";
|
|
97
|
-
CoreComponentsIcon["Equal"] = "equal";
|
|
98
|
-
CoreComponentsIcon["Euro"] = "euro";
|
|
99
|
-
CoreComponentsIcon["Exclamation"] = "exclamation";
|
|
100
|
-
CoreComponentsIcon["ExclamationRoundOpen"] = "exclamation_round_open";
|
|
101
|
-
CoreComponentsIcon["EyeCircle"] = "eye_circle";
|
|
102
|
-
CoreComponentsIcon["EyeCircleLarge"] = "eye_circle_large";
|
|
103
|
-
CoreComponentsIcon["EyeRoundFilled"] = "eye_round_filled";
|
|
104
|
-
CoreComponentsIcon["Factory"] = "factory";
|
|
105
|
-
CoreComponentsIcon["Fasttrack"] = "fasttrack";
|
|
106
|
-
CoreComponentsIcon["Filter"] = "filter";
|
|
107
|
-
CoreComponentsIcon["Finish"] = "finish";
|
|
108
|
-
CoreComponentsIcon["FixedOptionValueTree"] = "fixed_option_value_tree";
|
|
109
|
-
CoreComponentsIcon["FixedTreeOptionValue"] = "fixed_tree_option_value";
|
|
110
|
-
CoreComponentsIcon["FloppyDiskSolid"] = "floppy_disk_solid";
|
|
111
|
-
CoreComponentsIcon["FolderArrow"] = "FolderArrow";
|
|
112
|
-
CoreComponentsIcon["FolderArrowIn"] = "folder_arrow_in";
|
|
113
|
-
CoreComponentsIcon["Formula"] = "formula";
|
|
114
|
-
CoreComponentsIcon["Fullscreen"] = "fullscreen";
|
|
115
|
-
CoreComponentsIcon["GearDouble"] = "gear_double";
|
|
116
|
-
CoreComponentsIcon["GlobalSearch"] = "global_search";
|
|
117
|
-
CoreComponentsIcon["Globe"] = "globe";
|
|
118
|
-
CoreComponentsIcon["GreaterThan"] = "greater_than";
|
|
119
|
-
CoreComponentsIcon["Groupby"] = "groupby";
|
|
120
|
-
CoreComponentsIcon["Hamburger"] = "hamburger";
|
|
121
|
-
CoreComponentsIcon["HandPointer"] = "hand_pointer";
|
|
122
|
-
CoreComponentsIcon["Hbarchart"] = "hbarchart";
|
|
123
|
-
CoreComponentsIcon["Home"] = "Home";
|
|
124
|
-
CoreComponentsIcon["HomeCircle"] = "home_circle";
|
|
125
|
-
CoreComponentsIcon["HomeOpen"] = "home_open";
|
|
126
|
-
CoreComponentsIcon["HomeRoundOpen"] = "home_round_open";
|
|
127
|
-
CoreComponentsIcon["Hourglass"] = "hourglass";
|
|
128
|
-
CoreComponentsIcon["Icon3d"] = "icon_3d";
|
|
129
|
-
CoreComponentsIcon["Id"] = "id";
|
|
130
|
-
CoreComponentsIcon["Image"] = "image";
|
|
131
|
-
CoreComponentsIcon["IncomingStorage"] = "incoming_storage";
|
|
132
|
-
CoreComponentsIcon["Information"] = "information";
|
|
133
|
-
CoreComponentsIcon["InformationRoundOpen"] = "information_round_open";
|
|
134
|
-
CoreComponentsIcon["InputMultiplechoice"] = "input_multiplechoice";
|
|
135
|
-
CoreComponentsIcon["InputText"] = "input_text";
|
|
136
|
-
CoreComponentsIcon["InputTextarea"] = "input_textarea";
|
|
137
|
-
CoreComponentsIcon["Inventory"] = "inventory";
|
|
138
|
-
CoreComponentsIcon["Invoice"] = "invoice";
|
|
139
|
-
CoreComponentsIcon["IoneLogo"] = "ione_logo";
|
|
140
|
-
CoreComponentsIcon["IoneLogoFat"] = "ione_logo_fat";
|
|
141
|
-
CoreComponentsIcon["IoneStatusNext"] = "ione_status_next";
|
|
142
|
-
CoreComponentsIcon["IoneWorkflow"] = "ione_workflow";
|
|
143
|
-
CoreComponentsIcon["Keyboard"] = "keyboard";
|
|
144
|
-
CoreComponentsIcon["Keychain"] = "keychain";
|
|
145
|
-
CoreComponentsIcon["Label"] = "label";
|
|
146
|
-
CoreComponentsIcon["LabelRoundOpen"] = "label_round_open";
|
|
147
|
-
CoreComponentsIcon["LandmarkFlag"] = "landmark_flag";
|
|
148
|
-
CoreComponentsIcon["Library"] = "library";
|
|
149
|
-
CoreComponentsIcon["Linechart"] = "linechart";
|
|
150
|
-
CoreComponentsIcon["LinkedProducts"] = "linked_products";
|
|
151
|
-
CoreComponentsIcon["LinkCircle"] = "link_circle";
|
|
152
|
-
CoreComponentsIcon["ListView"] = "list_view";
|
|
153
|
-
CoreComponentsIcon["Location"] = "location";
|
|
154
|
-
CoreComponentsIcon["Lock"] = "lock";
|
|
155
|
-
CoreComponentsIcon["LockRoundOpen"] = "lock_round_open";
|
|
156
|
-
CoreComponentsIcon["Logo"] = "logo";
|
|
157
|
-
CoreComponentsIcon["Logout"] = "logout";
|
|
158
|
-
CoreComponentsIcon["MagicWand"] = "magic_wand";
|
|
159
|
-
CoreComponentsIcon["Magnifier"] = "magnifier";
|
|
160
|
-
CoreComponentsIcon["Manager"] = "manager";
|
|
161
|
-
CoreComponentsIcon["Mask"] = "mask";
|
|
162
|
-
CoreComponentsIcon["MasterDetail"] = "master_detail";
|
|
163
|
-
CoreComponentsIcon["MaterialCircleLarge"] = "material_circle_large";
|
|
164
|
-
CoreComponentsIcon["MedalBronze"] = "medal_bronze";
|
|
165
|
-
CoreComponentsIcon["MedalGold"] = "medal_gold";
|
|
166
|
-
CoreComponentsIcon["MedalSilver"] = "medal_silver";
|
|
167
|
-
CoreComponentsIcon["MedicalOfficer"] = "medical_officer";
|
|
168
|
-
CoreComponentsIcon["Microphone"] = "microphone";
|
|
169
|
-
CoreComponentsIcon["MinusRoundOpen"] = "minus_round_open";
|
|
170
|
-
CoreComponentsIcon["MinusSimple"] = "minus_simple";
|
|
171
|
-
CoreComponentsIcon["Mobile"] = "mobile";
|
|
172
|
-
CoreComponentsIcon["MultiSelectCheck"] = "multi_select_check";
|
|
173
|
-
CoreComponentsIcon["NewTask"] = "new_task";
|
|
174
|
-
CoreComponentsIcon["Note"] = "note";
|
|
175
|
-
CoreComponentsIcon["NoteBordered"] = "note_bordered";
|
|
176
|
-
CoreComponentsIcon["Notification"] = "notification";
|
|
177
|
-
CoreComponentsIcon["NotEqual"] = "not_equal";
|
|
178
|
-
CoreComponentsIcon["Option"] = "option";
|
|
179
|
-
CoreComponentsIcon["Optionset"] = "optionset";
|
|
180
|
-
CoreComponentsIcon["Order"] = "order";
|
|
181
|
-
CoreComponentsIcon["Orderpicking"] = "orderpicking";
|
|
182
|
-
CoreComponentsIcon["OutgoingStorage"] = "outgoing_storage";
|
|
183
|
-
CoreComponentsIcon["OverBooking"] = "over_booking";
|
|
184
|
-
CoreComponentsIcon["PauseCircle"] = "pause_circle";
|
|
185
|
-
CoreComponentsIcon["PencilRoundOpen"] = "pencil_round_open";
|
|
186
|
-
CoreComponentsIcon["PenToSquareSolid"] = "pen_to_square_solid";
|
|
187
|
-
CoreComponentsIcon["Phone"] = "phone";
|
|
188
|
-
CoreComponentsIcon["PhoneRoundOpen"] = "phone_round_open";
|
|
189
|
-
CoreComponentsIcon["Piechart"] = "piechart";
|
|
190
|
-
CoreComponentsIcon["Pin"] = "pin";
|
|
191
|
-
CoreComponentsIcon["PinRoundOpen"] = "pin_round_open";
|
|
192
|
-
CoreComponentsIcon["PlayCircle"] = "play_circle";
|
|
193
|
-
CoreComponentsIcon["PlusRound"] = "plus_round";
|
|
194
|
-
CoreComponentsIcon["PlusRoundOpen"] = "plus_round_open";
|
|
195
|
-
CoreComponentsIcon["PlusSimple"] = "plus_simple";
|
|
196
|
-
CoreComponentsIcon["PlusSkinny"] = "plus_skinny";
|
|
197
|
-
CoreComponentsIcon["PlusSolid"] = "plus_solid";
|
|
198
|
-
CoreComponentsIcon["PlusStars"] = "plus_stars";
|
|
199
|
-
CoreComponentsIcon["Pointer"] = "pointer";
|
|
200
|
-
CoreComponentsIcon["Pointer3d"] = "pointer_3d";
|
|
201
|
-
CoreComponentsIcon["PointerFilled"] = "pointer_filled";
|
|
202
|
-
CoreComponentsIcon["POS"] = "POS";
|
|
203
|
-
CoreComponentsIcon["Positioning"] = "positioning";
|
|
204
|
-
CoreComponentsIcon["Pregnancy"] = "pregnancy";
|
|
205
|
-
CoreComponentsIcon["Preset"] = "preset";
|
|
206
|
-
CoreComponentsIcon["Print"] = "print";
|
|
207
|
-
CoreComponentsIcon["ProductProperties"] = "product_properties";
|
|
208
|
-
CoreComponentsIcon["Purchase"] = "purchase";
|
|
209
|
-
CoreComponentsIcon["Qrcode"] = "qrcode";
|
|
210
|
-
CoreComponentsIcon["Question"] = "question";
|
|
211
|
-
CoreComponentsIcon["RadioUncheck"] = "radio_uncheck";
|
|
212
|
-
CoreComponentsIcon["Range"] = "range";
|
|
213
|
-
CoreComponentsIcon["RangeSelect"] = "range_select";
|
|
214
|
-
CoreComponentsIcon["Rectangles"] = "rectangles";
|
|
215
|
-
CoreComponentsIcon["Refresh"] = "refresh";
|
|
216
|
-
CoreComponentsIcon["Relations"] = "relations";
|
|
217
|
-
CoreComponentsIcon["Remark"] = "remark";
|
|
218
|
-
CoreComponentsIcon["RemarkRoundOpen"] = "remark_round_open";
|
|
219
|
-
CoreComponentsIcon["ReportInType"] = "report_in_type";
|
|
220
|
-
CoreComponentsIcon["Resize"] = "resize";
|
|
221
|
-
CoreComponentsIcon["ResizeDown"] = "resize_down";
|
|
222
|
-
CoreComponentsIcon["ResizeUp"] = "resize_up";
|
|
223
|
-
CoreComponentsIcon["Returns"] = "returns";
|
|
224
|
-
CoreComponentsIcon["ReturnGoods"] = "return_goods";
|
|
225
|
-
CoreComponentsIcon["RotateLeftSolid"] = "rotate_left_solid";
|
|
226
|
-
CoreComponentsIcon["SaveDisk"] = "save_disk";
|
|
227
|
-
CoreComponentsIcon["SaveSkinny"] = "save_skinny";
|
|
228
|
-
CoreComponentsIcon["ScaleBalanced"] = "scale_balanced";
|
|
229
|
-
CoreComponentsIcon["Scanner"] = "scanner";
|
|
230
|
-
CoreComponentsIcon["SearchRoundOpen"] = "search_round_open";
|
|
231
|
-
CoreComponentsIcon["Sections"] = "sections";
|
|
232
|
-
CoreComponentsIcon["SelectAllRound"] = "select_all_round";
|
|
233
|
-
CoreComponentsIcon["Services"] = "services";
|
|
234
|
-
CoreComponentsIcon["Settings"] = "settings";
|
|
235
|
-
CoreComponentsIcon["Shop"] = "Shop";
|
|
236
|
-
CoreComponentsIcon["ShoppingCart"] = "shopping_cart";
|
|
237
|
-
CoreComponentsIcon["ShoppingCartNr"] = "shopping_cart_nr";
|
|
238
|
-
CoreComponentsIcon["Shortcut"] = "shortcut";
|
|
239
|
-
CoreComponentsIcon["SinglePerson"] = "SinglePerson";
|
|
240
|
-
CoreComponentsIcon["Skills"] = "skills";
|
|
241
|
-
CoreComponentsIcon["SliderPanel"] = "slider_panel";
|
|
242
|
-
CoreComponentsIcon["SlideIn"] = "slide_in";
|
|
243
|
-
CoreComponentsIcon["SmallerThan"] = "smaller_than";
|
|
244
|
-
CoreComponentsIcon["SmallTiles"] = "small_tiles";
|
|
245
|
-
CoreComponentsIcon["SortAsc"] = "sort_asc";
|
|
246
|
-
CoreComponentsIcon["SortDesc"] = "sort_desc";
|
|
247
|
-
CoreComponentsIcon["Star"] = "Star";
|
|
248
|
-
CoreComponentsIcon["StarRoundOpen"] = "star_round_open";
|
|
249
|
-
CoreComponentsIcon["StatusActive"] = "status_active";
|
|
250
|
-
CoreComponentsIcon["StatusAdoption"] = "status_adoption";
|
|
251
|
-
CoreComponentsIcon["StatusFostercare"] = "status_fostercare";
|
|
252
|
-
CoreComponentsIcon["StatusIll"] = "status_ill";
|
|
253
|
-
CoreComponentsIcon["StatusLeave"] = "status_leave";
|
|
254
|
-
CoreComponentsIcon["StatusPregnancy"] = "status_pregnancy";
|
|
255
|
-
CoreComponentsIcon["Stock"] = "stock";
|
|
256
|
-
CoreComponentsIcon["StockManagement"] = "stock_management";
|
|
257
|
-
CoreComponentsIcon["Storage"] = "storage";
|
|
258
|
-
CoreComponentsIcon["Supervisor"] = "supervisor";
|
|
259
|
-
CoreComponentsIcon["Supplier"] = "supplier";
|
|
260
|
-
CoreComponentsIcon["Surgery"] = "surgery";
|
|
261
|
-
CoreComponentsIcon["Tablechart"] = "tablechart";
|
|
262
|
-
CoreComponentsIcon["Tag"] = "tag";
|
|
263
|
-
CoreComponentsIcon["TalkTooMuch"] = "talk_too_much";
|
|
264
|
-
CoreComponentsIcon["Target"] = "target";
|
|
265
|
-
CoreComponentsIcon["Task"] = "task";
|
|
266
|
-
CoreComponentsIcon["ThickLines"] = "thick_lines";
|
|
267
|
-
CoreComponentsIcon["ThinLines"] = "thin_lines";
|
|
268
|
-
CoreComponentsIcon["ThreeSixtyView"] = "three_sixty_view";
|
|
269
|
-
CoreComponentsIcon["ThumbBronze"] = "thumb_bronze";
|
|
270
|
-
CoreComponentsIcon["ThumbGold"] = "thumb_gold";
|
|
271
|
-
CoreComponentsIcon["ThumbSilver"] = "thumb_silver";
|
|
272
|
-
CoreComponentsIcon["Timeline"] = "timeline";
|
|
273
|
-
CoreComponentsIcon["Transactions"] = "transactions";
|
|
274
|
-
CoreComponentsIcon["TransactionDetail"] = "transaction_detail";
|
|
275
|
-
CoreComponentsIcon["TrashBin"] = "TrashBin";
|
|
276
|
-
CoreComponentsIcon["TrashCanSolid"] = "trash_can_solid";
|
|
277
|
-
CoreComponentsIcon["TriangleDown"] = "triangle_down";
|
|
278
|
-
CoreComponentsIcon["TriangleLarge"] = "triangle_large";
|
|
279
|
-
CoreComponentsIcon["TriangleLeft"] = "triangle_left";
|
|
280
|
-
CoreComponentsIcon["TriangleRight"] = "triangle_right";
|
|
281
|
-
CoreComponentsIcon["TriangleUp"] = "triangle_up";
|
|
282
|
-
CoreComponentsIcon["Truck"] = "truck";
|
|
283
|
-
CoreComponentsIcon["TruckCalendar"] = "truck_calendar";
|
|
284
|
-
CoreComponentsIcon["UndoRoundOpen"] = "undo_round_open";
|
|
285
|
-
CoreComponentsIcon["User"] = "user";
|
|
286
|
-
CoreComponentsIcon["Variants"] = "variants";
|
|
287
|
-
CoreComponentsIcon["Vbarchart"] = "vbarchart";
|
|
288
|
-
CoreComponentsIcon["View"] = "view";
|
|
289
|
-
CoreComponentsIcon["Warehouse"] = "warehouse";
|
|
290
|
-
CoreComponentsIcon["Watermark"] = "watermark";
|
|
291
|
-
CoreComponentsIcon["Website"] = "website";
|
|
292
|
-
CoreComponentsIcon["Wizard"] = "wizard";
|
|
293
|
-
CoreComponentsIcon["Wms"] = "wms";
|
|
294
|
-
CoreComponentsIcon["WorkInProgress"] = "work_in_progress";
|
|
295
|
-
CoreComponentsIcon["WorkInProgressRoundOpen"] = "work_in_progress_round_open";
|
|
296
|
-
CoreComponentsIcon["Wrench"] = "wrench";
|
|
297
|
-
CoreComponentsIcon["XAxis"] = "x_axis";
|
|
298
|
-
CoreComponentsIcon["YAxis"] = "y_axis";
|
|
299
|
-
})(CoreComponentsIcon || (CoreComponentsIcon = {}));
|
|
1
|
+
/** AUTO GENERATED FILE. DO NOT CHANGE.. OR YOU WILL SUFFER THE CONSEQUENCES OF YOUR ACTIONS **/
|
|
2
|
+
export var CoreComponentsIcon;
|
|
3
|
+
(function (CoreComponentsIcon) {
|
|
4
|
+
CoreComponentsIcon["Account"] = "account";
|
|
5
|
+
CoreComponentsIcon["AccountRoundOpen"] = "account_round_open";
|
|
6
|
+
CoreComponentsIcon["Activities"] = "activities";
|
|
7
|
+
CoreComponentsIcon["AddToCartDrop"] = "add_to_cart_drop";
|
|
8
|
+
CoreComponentsIcon["ArrowDown"] = "arrow_down";
|
|
9
|
+
CoreComponentsIcon["ArrowFatLeft"] = "arrow_fat_left";
|
|
10
|
+
CoreComponentsIcon["ArrowFatRight"] = "arrow_fat_right";
|
|
11
|
+
CoreComponentsIcon["ArrowLeft"] = "arrow_left";
|
|
12
|
+
CoreComponentsIcon["ArrowLeftRoundOpen"] = "arrow_left_round_open";
|
|
13
|
+
CoreComponentsIcon["ArrowPointDown"] = "arrow_point_down";
|
|
14
|
+
CoreComponentsIcon["ArrowPointLeft"] = "arrow_point_left";
|
|
15
|
+
CoreComponentsIcon["ArrowPointRight"] = "arrow_point_right";
|
|
16
|
+
CoreComponentsIcon["ArrowPointUp"] = "arrow_point_up";
|
|
17
|
+
CoreComponentsIcon["ArrowRightRoundOpen"] = "arrow_right_round_open";
|
|
18
|
+
CoreComponentsIcon["ArrowScrollDown"] = "arrow_scroll_down";
|
|
19
|
+
CoreComponentsIcon["ArrowScrollLeft"] = "arrow_scroll_left";
|
|
20
|
+
CoreComponentsIcon["ArrowScrollRight"] = "arrow_scroll_right";
|
|
21
|
+
CoreComponentsIcon["ArrowScrollUp"] = "arrow_scroll_up";
|
|
22
|
+
CoreComponentsIcon["ArrowUp"] = "arrow_up";
|
|
23
|
+
CoreComponentsIcon["Article"] = "article";
|
|
24
|
+
CoreComponentsIcon["ArticleWithFold"] = "article_with_fold";
|
|
25
|
+
CoreComponentsIcon["AsteriskSmall"] = "asterisk_small";
|
|
26
|
+
CoreComponentsIcon["Attachments"] = "attachments";
|
|
27
|
+
CoreComponentsIcon["BackToTop"] = "back_to_top";
|
|
28
|
+
CoreComponentsIcon["Barcode"] = "Barcode";
|
|
29
|
+
CoreComponentsIcon["BigMac"] = "big_mac";
|
|
30
|
+
CoreComponentsIcon["Boxes"] = "boxes";
|
|
31
|
+
CoreComponentsIcon["Brush"] = "brush";
|
|
32
|
+
CoreComponentsIcon["BrushRoundOpen"] = "brush_round_open";
|
|
33
|
+
CoreComponentsIcon["BuildingColumns"] = "building_columns";
|
|
34
|
+
CoreComponentsIcon["Businessrules"] = "businessrules";
|
|
35
|
+
CoreComponentsIcon["Calendar"] = "calendar";
|
|
36
|
+
CoreComponentsIcon["CalendarDay"] = "calendar_day";
|
|
37
|
+
CoreComponentsIcon["CalendarDayRegular"] = "calendar_day_regular";
|
|
38
|
+
CoreComponentsIcon["CalendarEmpty"] = "calendar_empty";
|
|
39
|
+
CoreComponentsIcon["CalendarRange"] = "calendar_range";
|
|
40
|
+
CoreComponentsIcon["CalendarRoundOpen"] = "calendar_round_open";
|
|
41
|
+
CoreComponentsIcon["Camera"] = "camera";
|
|
42
|
+
CoreComponentsIcon["Cancel"] = "cancel";
|
|
43
|
+
CoreComponentsIcon["CancelRoundFilled"] = "cancel_round_filled";
|
|
44
|
+
CoreComponentsIcon["CancelRoundOpen"] = "cancel_round_open";
|
|
45
|
+
CoreComponentsIcon["Cart"] = "cart";
|
|
46
|
+
CoreComponentsIcon["CartOpen"] = "cart_open";
|
|
47
|
+
CoreComponentsIcon["CaseManager"] = "case_manager";
|
|
48
|
+
CoreComponentsIcon["CashRegister"] = "CashRegister";
|
|
49
|
+
CoreComponentsIcon["CashRegisterSimple"] = "cash_register_simple";
|
|
50
|
+
CoreComponentsIcon["ChangeLocation"] = "change_location";
|
|
51
|
+
CoreComponentsIcon["Check"] = "check";
|
|
52
|
+
CoreComponentsIcon["CheckDuotone"] = "check_duotone";
|
|
53
|
+
CoreComponentsIcon["CheckRound"] = "check_round";
|
|
54
|
+
CoreComponentsIcon["CheckRoundOpen"] = "check_round_open";
|
|
55
|
+
CoreComponentsIcon["CheckSimple"] = "check_simple";
|
|
56
|
+
CoreComponentsIcon["CheckThin"] = "check_thin";
|
|
57
|
+
CoreComponentsIcon["ChevronDownRegular"] = "chevron_down_regular";
|
|
58
|
+
CoreComponentsIcon["ChevronUpRegular"] = "chevron_up_regular";
|
|
59
|
+
CoreComponentsIcon["CirclePlusSkinny"] = "CirclePlusSkinny";
|
|
60
|
+
CoreComponentsIcon["Client"] = "client";
|
|
61
|
+
CoreComponentsIcon["Clock"] = "clock";
|
|
62
|
+
CoreComponentsIcon["ClockArrow"] = "clockArrow";
|
|
63
|
+
CoreComponentsIcon["CogWheelPlus"] = "cogWheelPlus";
|
|
64
|
+
CoreComponentsIcon["CogWheels"] = "cogWheels";
|
|
65
|
+
CoreComponentsIcon["ColumnOptions"] = "column_options";
|
|
66
|
+
CoreComponentsIcon["Company"] = "company";
|
|
67
|
+
CoreComponentsIcon["CompanyFlat"] = "company_flat";
|
|
68
|
+
CoreComponentsIcon["Configurable"] = "configurable";
|
|
69
|
+
CoreComponentsIcon["Consultant"] = "consultant";
|
|
70
|
+
CoreComponentsIcon["Copy"] = "copy";
|
|
71
|
+
CoreComponentsIcon["Crosshair1"] = "crosshair_1";
|
|
72
|
+
CoreComponentsIcon["CrossSkinny"] = "CrossSkinny";
|
|
73
|
+
CoreComponentsIcon["Dashboard"] = "dashboard";
|
|
74
|
+
CoreComponentsIcon["DeliveryMethod"] = "delivery_method";
|
|
75
|
+
CoreComponentsIcon["DeliveryStatusUncheck"] = "delivery_status_uncheck";
|
|
76
|
+
CoreComponentsIcon["DeliveryTruck"] = "delivery_truck";
|
|
77
|
+
CoreComponentsIcon["DetailRecord"] = "detail_record";
|
|
78
|
+
CoreComponentsIcon["DetailView"] = "detail_view";
|
|
79
|
+
CoreComponentsIcon["Dictionary"] = "dictionary";
|
|
80
|
+
CoreComponentsIcon["Documents"] = "documents";
|
|
81
|
+
CoreComponentsIcon["DocumentWrench"] = "documentWrench";
|
|
82
|
+
CoreComponentsIcon["Dollar"] = "dollar";
|
|
83
|
+
CoreComponentsIcon["Download"] = "download";
|
|
84
|
+
CoreComponentsIcon["Dropdown"] = "dropdown";
|
|
85
|
+
CoreComponentsIcon["Dropzone"] = "dropzone";
|
|
86
|
+
CoreComponentsIcon["EditPencil"] = "edit_pencil";
|
|
87
|
+
CoreComponentsIcon["EditPencilCircle"] = "edit_pencil_circle";
|
|
88
|
+
CoreComponentsIcon["EditPencilRound"] = "edit_pencil_round";
|
|
89
|
+
CoreComponentsIcon["EditPencilSimple"] = "edit_pencil_simple";
|
|
90
|
+
CoreComponentsIcon["Email"] = "email";
|
|
91
|
+
CoreComponentsIcon["EmailRoundOpen"] = "email_round_open";
|
|
92
|
+
CoreComponentsIcon["Employee"] = "employee";
|
|
93
|
+
CoreComponentsIcon["EmployeeTwo"] = "employee_two";
|
|
94
|
+
CoreComponentsIcon["Employer"] = "employer";
|
|
95
|
+
CoreComponentsIcon["Employment"] = "employment";
|
|
96
|
+
CoreComponentsIcon["EmploymentEnd"] = "employment_end";
|
|
97
|
+
CoreComponentsIcon["Equal"] = "equal";
|
|
98
|
+
CoreComponentsIcon["Euro"] = "euro";
|
|
99
|
+
CoreComponentsIcon["Exclamation"] = "exclamation";
|
|
100
|
+
CoreComponentsIcon["ExclamationRoundOpen"] = "exclamation_round_open";
|
|
101
|
+
CoreComponentsIcon["EyeCircle"] = "eye_circle";
|
|
102
|
+
CoreComponentsIcon["EyeCircleLarge"] = "eye_circle_large";
|
|
103
|
+
CoreComponentsIcon["EyeRoundFilled"] = "eye_round_filled";
|
|
104
|
+
CoreComponentsIcon["Factory"] = "factory";
|
|
105
|
+
CoreComponentsIcon["Fasttrack"] = "fasttrack";
|
|
106
|
+
CoreComponentsIcon["Filter"] = "filter";
|
|
107
|
+
CoreComponentsIcon["Finish"] = "finish";
|
|
108
|
+
CoreComponentsIcon["FixedOptionValueTree"] = "fixed_option_value_tree";
|
|
109
|
+
CoreComponentsIcon["FixedTreeOptionValue"] = "fixed_tree_option_value";
|
|
110
|
+
CoreComponentsIcon["FloppyDiskSolid"] = "floppy_disk_solid";
|
|
111
|
+
CoreComponentsIcon["FolderArrow"] = "FolderArrow";
|
|
112
|
+
CoreComponentsIcon["FolderArrowIn"] = "folder_arrow_in";
|
|
113
|
+
CoreComponentsIcon["Formula"] = "formula";
|
|
114
|
+
CoreComponentsIcon["Fullscreen"] = "fullscreen";
|
|
115
|
+
CoreComponentsIcon["GearDouble"] = "gear_double";
|
|
116
|
+
CoreComponentsIcon["GlobalSearch"] = "global_search";
|
|
117
|
+
CoreComponentsIcon["Globe"] = "globe";
|
|
118
|
+
CoreComponentsIcon["GreaterThan"] = "greater_than";
|
|
119
|
+
CoreComponentsIcon["Groupby"] = "groupby";
|
|
120
|
+
CoreComponentsIcon["Hamburger"] = "hamburger";
|
|
121
|
+
CoreComponentsIcon["HandPointer"] = "hand_pointer";
|
|
122
|
+
CoreComponentsIcon["Hbarchart"] = "hbarchart";
|
|
123
|
+
CoreComponentsIcon["Home"] = "Home";
|
|
124
|
+
CoreComponentsIcon["HomeCircle"] = "home_circle";
|
|
125
|
+
CoreComponentsIcon["HomeOpen"] = "home_open";
|
|
126
|
+
CoreComponentsIcon["HomeRoundOpen"] = "home_round_open";
|
|
127
|
+
CoreComponentsIcon["Hourglass"] = "hourglass";
|
|
128
|
+
CoreComponentsIcon["Icon3d"] = "icon_3d";
|
|
129
|
+
CoreComponentsIcon["Id"] = "id";
|
|
130
|
+
CoreComponentsIcon["Image"] = "image";
|
|
131
|
+
CoreComponentsIcon["IncomingStorage"] = "incoming_storage";
|
|
132
|
+
CoreComponentsIcon["Information"] = "information";
|
|
133
|
+
CoreComponentsIcon["InformationRoundOpen"] = "information_round_open";
|
|
134
|
+
CoreComponentsIcon["InputMultiplechoice"] = "input_multiplechoice";
|
|
135
|
+
CoreComponentsIcon["InputText"] = "input_text";
|
|
136
|
+
CoreComponentsIcon["InputTextarea"] = "input_textarea";
|
|
137
|
+
CoreComponentsIcon["Inventory"] = "inventory";
|
|
138
|
+
CoreComponentsIcon["Invoice"] = "invoice";
|
|
139
|
+
CoreComponentsIcon["IoneLogo"] = "ione_logo";
|
|
140
|
+
CoreComponentsIcon["IoneLogoFat"] = "ione_logo_fat";
|
|
141
|
+
CoreComponentsIcon["IoneStatusNext"] = "ione_status_next";
|
|
142
|
+
CoreComponentsIcon["IoneWorkflow"] = "ione_workflow";
|
|
143
|
+
CoreComponentsIcon["Keyboard"] = "keyboard";
|
|
144
|
+
CoreComponentsIcon["Keychain"] = "keychain";
|
|
145
|
+
CoreComponentsIcon["Label"] = "label";
|
|
146
|
+
CoreComponentsIcon["LabelRoundOpen"] = "label_round_open";
|
|
147
|
+
CoreComponentsIcon["LandmarkFlag"] = "landmark_flag";
|
|
148
|
+
CoreComponentsIcon["Library"] = "library";
|
|
149
|
+
CoreComponentsIcon["Linechart"] = "linechart";
|
|
150
|
+
CoreComponentsIcon["LinkedProducts"] = "linked_products";
|
|
151
|
+
CoreComponentsIcon["LinkCircle"] = "link_circle";
|
|
152
|
+
CoreComponentsIcon["ListView"] = "list_view";
|
|
153
|
+
CoreComponentsIcon["Location"] = "location";
|
|
154
|
+
CoreComponentsIcon["Lock"] = "lock";
|
|
155
|
+
CoreComponentsIcon["LockRoundOpen"] = "lock_round_open";
|
|
156
|
+
CoreComponentsIcon["Logo"] = "logo";
|
|
157
|
+
CoreComponentsIcon["Logout"] = "logout";
|
|
158
|
+
CoreComponentsIcon["MagicWand"] = "magic_wand";
|
|
159
|
+
CoreComponentsIcon["Magnifier"] = "magnifier";
|
|
160
|
+
CoreComponentsIcon["Manager"] = "manager";
|
|
161
|
+
CoreComponentsIcon["Mask"] = "mask";
|
|
162
|
+
CoreComponentsIcon["MasterDetail"] = "master_detail";
|
|
163
|
+
CoreComponentsIcon["MaterialCircleLarge"] = "material_circle_large";
|
|
164
|
+
CoreComponentsIcon["MedalBronze"] = "medal_bronze";
|
|
165
|
+
CoreComponentsIcon["MedalGold"] = "medal_gold";
|
|
166
|
+
CoreComponentsIcon["MedalSilver"] = "medal_silver";
|
|
167
|
+
CoreComponentsIcon["MedicalOfficer"] = "medical_officer";
|
|
168
|
+
CoreComponentsIcon["Microphone"] = "microphone";
|
|
169
|
+
CoreComponentsIcon["MinusRoundOpen"] = "minus_round_open";
|
|
170
|
+
CoreComponentsIcon["MinusSimple"] = "minus_simple";
|
|
171
|
+
CoreComponentsIcon["Mobile"] = "mobile";
|
|
172
|
+
CoreComponentsIcon["MultiSelectCheck"] = "multi_select_check";
|
|
173
|
+
CoreComponentsIcon["NewTask"] = "new_task";
|
|
174
|
+
CoreComponentsIcon["Note"] = "note";
|
|
175
|
+
CoreComponentsIcon["NoteBordered"] = "note_bordered";
|
|
176
|
+
CoreComponentsIcon["Notification"] = "notification";
|
|
177
|
+
CoreComponentsIcon["NotEqual"] = "not_equal";
|
|
178
|
+
CoreComponentsIcon["Option"] = "option";
|
|
179
|
+
CoreComponentsIcon["Optionset"] = "optionset";
|
|
180
|
+
CoreComponentsIcon["Order"] = "order";
|
|
181
|
+
CoreComponentsIcon["Orderpicking"] = "orderpicking";
|
|
182
|
+
CoreComponentsIcon["OutgoingStorage"] = "outgoing_storage";
|
|
183
|
+
CoreComponentsIcon["OverBooking"] = "over_booking";
|
|
184
|
+
CoreComponentsIcon["PauseCircle"] = "pause_circle";
|
|
185
|
+
CoreComponentsIcon["PencilRoundOpen"] = "pencil_round_open";
|
|
186
|
+
CoreComponentsIcon["PenToSquareSolid"] = "pen_to_square_solid";
|
|
187
|
+
CoreComponentsIcon["Phone"] = "phone";
|
|
188
|
+
CoreComponentsIcon["PhoneRoundOpen"] = "phone_round_open";
|
|
189
|
+
CoreComponentsIcon["Piechart"] = "piechart";
|
|
190
|
+
CoreComponentsIcon["Pin"] = "pin";
|
|
191
|
+
CoreComponentsIcon["PinRoundOpen"] = "pin_round_open";
|
|
192
|
+
CoreComponentsIcon["PlayCircle"] = "play_circle";
|
|
193
|
+
CoreComponentsIcon["PlusRound"] = "plus_round";
|
|
194
|
+
CoreComponentsIcon["PlusRoundOpen"] = "plus_round_open";
|
|
195
|
+
CoreComponentsIcon["PlusSimple"] = "plus_simple";
|
|
196
|
+
CoreComponentsIcon["PlusSkinny"] = "plus_skinny";
|
|
197
|
+
CoreComponentsIcon["PlusSolid"] = "plus_solid";
|
|
198
|
+
CoreComponentsIcon["PlusStars"] = "plus_stars";
|
|
199
|
+
CoreComponentsIcon["Pointer"] = "pointer";
|
|
200
|
+
CoreComponentsIcon["Pointer3d"] = "pointer_3d";
|
|
201
|
+
CoreComponentsIcon["PointerFilled"] = "pointer_filled";
|
|
202
|
+
CoreComponentsIcon["POS"] = "POS";
|
|
203
|
+
CoreComponentsIcon["Positioning"] = "positioning";
|
|
204
|
+
CoreComponentsIcon["Pregnancy"] = "pregnancy";
|
|
205
|
+
CoreComponentsIcon["Preset"] = "preset";
|
|
206
|
+
CoreComponentsIcon["Print"] = "print";
|
|
207
|
+
CoreComponentsIcon["ProductProperties"] = "product_properties";
|
|
208
|
+
CoreComponentsIcon["Purchase"] = "purchase";
|
|
209
|
+
CoreComponentsIcon["Qrcode"] = "qrcode";
|
|
210
|
+
CoreComponentsIcon["Question"] = "question";
|
|
211
|
+
CoreComponentsIcon["RadioUncheck"] = "radio_uncheck";
|
|
212
|
+
CoreComponentsIcon["Range"] = "range";
|
|
213
|
+
CoreComponentsIcon["RangeSelect"] = "range_select";
|
|
214
|
+
CoreComponentsIcon["Rectangles"] = "rectangles";
|
|
215
|
+
CoreComponentsIcon["Refresh"] = "refresh";
|
|
216
|
+
CoreComponentsIcon["Relations"] = "relations";
|
|
217
|
+
CoreComponentsIcon["Remark"] = "remark";
|
|
218
|
+
CoreComponentsIcon["RemarkRoundOpen"] = "remark_round_open";
|
|
219
|
+
CoreComponentsIcon["ReportInType"] = "report_in_type";
|
|
220
|
+
CoreComponentsIcon["Resize"] = "resize";
|
|
221
|
+
CoreComponentsIcon["ResizeDown"] = "resize_down";
|
|
222
|
+
CoreComponentsIcon["ResizeUp"] = "resize_up";
|
|
223
|
+
CoreComponentsIcon["Returns"] = "returns";
|
|
224
|
+
CoreComponentsIcon["ReturnGoods"] = "return_goods";
|
|
225
|
+
CoreComponentsIcon["RotateLeftSolid"] = "rotate_left_solid";
|
|
226
|
+
CoreComponentsIcon["SaveDisk"] = "save_disk";
|
|
227
|
+
CoreComponentsIcon["SaveSkinny"] = "save_skinny";
|
|
228
|
+
CoreComponentsIcon["ScaleBalanced"] = "scale_balanced";
|
|
229
|
+
CoreComponentsIcon["Scanner"] = "scanner";
|
|
230
|
+
CoreComponentsIcon["SearchRoundOpen"] = "search_round_open";
|
|
231
|
+
CoreComponentsIcon["Sections"] = "sections";
|
|
232
|
+
CoreComponentsIcon["SelectAllRound"] = "select_all_round";
|
|
233
|
+
CoreComponentsIcon["Services"] = "services";
|
|
234
|
+
CoreComponentsIcon["Settings"] = "settings";
|
|
235
|
+
CoreComponentsIcon["Shop"] = "Shop";
|
|
236
|
+
CoreComponentsIcon["ShoppingCart"] = "shopping_cart";
|
|
237
|
+
CoreComponentsIcon["ShoppingCartNr"] = "shopping_cart_nr";
|
|
238
|
+
CoreComponentsIcon["Shortcut"] = "shortcut";
|
|
239
|
+
CoreComponentsIcon["SinglePerson"] = "SinglePerson";
|
|
240
|
+
CoreComponentsIcon["Skills"] = "skills";
|
|
241
|
+
CoreComponentsIcon["SliderPanel"] = "slider_panel";
|
|
242
|
+
CoreComponentsIcon["SlideIn"] = "slide_in";
|
|
243
|
+
CoreComponentsIcon["SmallerThan"] = "smaller_than";
|
|
244
|
+
CoreComponentsIcon["SmallTiles"] = "small_tiles";
|
|
245
|
+
CoreComponentsIcon["SortAsc"] = "sort_asc";
|
|
246
|
+
CoreComponentsIcon["SortDesc"] = "sort_desc";
|
|
247
|
+
CoreComponentsIcon["Star"] = "Star";
|
|
248
|
+
CoreComponentsIcon["StarRoundOpen"] = "star_round_open";
|
|
249
|
+
CoreComponentsIcon["StatusActive"] = "status_active";
|
|
250
|
+
CoreComponentsIcon["StatusAdoption"] = "status_adoption";
|
|
251
|
+
CoreComponentsIcon["StatusFostercare"] = "status_fostercare";
|
|
252
|
+
CoreComponentsIcon["StatusIll"] = "status_ill";
|
|
253
|
+
CoreComponentsIcon["StatusLeave"] = "status_leave";
|
|
254
|
+
CoreComponentsIcon["StatusPregnancy"] = "status_pregnancy";
|
|
255
|
+
CoreComponentsIcon["Stock"] = "stock";
|
|
256
|
+
CoreComponentsIcon["StockManagement"] = "stock_management";
|
|
257
|
+
CoreComponentsIcon["Storage"] = "storage";
|
|
258
|
+
CoreComponentsIcon["Supervisor"] = "supervisor";
|
|
259
|
+
CoreComponentsIcon["Supplier"] = "supplier";
|
|
260
|
+
CoreComponentsIcon["Surgery"] = "surgery";
|
|
261
|
+
CoreComponentsIcon["Tablechart"] = "tablechart";
|
|
262
|
+
CoreComponentsIcon["Tag"] = "tag";
|
|
263
|
+
CoreComponentsIcon["TalkTooMuch"] = "talk_too_much";
|
|
264
|
+
CoreComponentsIcon["Target"] = "target";
|
|
265
|
+
CoreComponentsIcon["Task"] = "task";
|
|
266
|
+
CoreComponentsIcon["ThickLines"] = "thick_lines";
|
|
267
|
+
CoreComponentsIcon["ThinLines"] = "thin_lines";
|
|
268
|
+
CoreComponentsIcon["ThreeSixtyView"] = "three_sixty_view";
|
|
269
|
+
CoreComponentsIcon["ThumbBronze"] = "thumb_bronze";
|
|
270
|
+
CoreComponentsIcon["ThumbGold"] = "thumb_gold";
|
|
271
|
+
CoreComponentsIcon["ThumbSilver"] = "thumb_silver";
|
|
272
|
+
CoreComponentsIcon["Timeline"] = "timeline";
|
|
273
|
+
CoreComponentsIcon["Transactions"] = "transactions";
|
|
274
|
+
CoreComponentsIcon["TransactionDetail"] = "transaction_detail";
|
|
275
|
+
CoreComponentsIcon["TrashBin"] = "TrashBin";
|
|
276
|
+
CoreComponentsIcon["TrashCanSolid"] = "trash_can_solid";
|
|
277
|
+
CoreComponentsIcon["TriangleDown"] = "triangle_down";
|
|
278
|
+
CoreComponentsIcon["TriangleLarge"] = "triangle_large";
|
|
279
|
+
CoreComponentsIcon["TriangleLeft"] = "triangle_left";
|
|
280
|
+
CoreComponentsIcon["TriangleRight"] = "triangle_right";
|
|
281
|
+
CoreComponentsIcon["TriangleUp"] = "triangle_up";
|
|
282
|
+
CoreComponentsIcon["Truck"] = "truck";
|
|
283
|
+
CoreComponentsIcon["TruckCalendar"] = "truck_calendar";
|
|
284
|
+
CoreComponentsIcon["UndoRoundOpen"] = "undo_round_open";
|
|
285
|
+
CoreComponentsIcon["User"] = "user";
|
|
286
|
+
CoreComponentsIcon["Variants"] = "variants";
|
|
287
|
+
CoreComponentsIcon["Vbarchart"] = "vbarchart";
|
|
288
|
+
CoreComponentsIcon["View"] = "view";
|
|
289
|
+
CoreComponentsIcon["Warehouse"] = "warehouse";
|
|
290
|
+
CoreComponentsIcon["Watermark"] = "watermark";
|
|
291
|
+
CoreComponentsIcon["Website"] = "website";
|
|
292
|
+
CoreComponentsIcon["Wizard"] = "wizard";
|
|
293
|
+
CoreComponentsIcon["Wms"] = "wms";
|
|
294
|
+
CoreComponentsIcon["WorkInProgress"] = "work_in_progress";
|
|
295
|
+
CoreComponentsIcon["WorkInProgressRoundOpen"] = "work_in_progress_round_open";
|
|
296
|
+
CoreComponentsIcon["Wrench"] = "wrench";
|
|
297
|
+
CoreComponentsIcon["XAxis"] = "x_axis";
|
|
298
|
+
CoreComponentsIcon["YAxis"] = "y_axis";
|
|
299
|
+
})(CoreComponentsIcon || (CoreComponentsIcon = {}));
|
|
300
300
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29yZS1jb21wb25lbnRzLWljb24uZW51bS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvcmVjb21wb25lbnRzL3NyYy9saWIvY29yZS9lbnVtL2NvcmUtY29tcG9uZW50cy1pY29uLmVudW0udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsZ0dBQWdHO0FBRWhHLE1BQU0sQ0FBTixJQUFZLGtCQXdTWDtBQXhTRCxXQUFZLGtCQUFrQjtJQUMxQix5Q0FBbUIsQ0FBQTtJQUNuQiw2REFBdUMsQ0FBQTtJQUN2QywrQ0FBeUIsQ0FBQTtJQUN6Qix3REFBa0MsQ0FBQTtJQUNsQyw4Q0FBd0IsQ0FBQTtJQUN4QixxREFBK0IsQ0FBQTtJQUMvQix1REFBaUMsQ0FBQTtJQUNqQyw4Q0FBd0IsQ0FBQTtJQUN4QixrRUFBNEMsQ0FBQTtJQUM1Qyx5REFBbUMsQ0FBQTtJQUNuQyx5REFBbUMsQ0FBQTtJQUNuQywyREFBcUMsQ0FBQTtJQUNyQyxxREFBK0IsQ0FBQTtJQUMvQixvRUFBOEMsQ0FBQTtJQUM5QywyREFBcUMsQ0FBQTtJQUNyQywyREFBcUMsQ0FBQTtJQUNyQyw2REFBdUMsQ0FBQTtJQUN2Qyx1REFBaUMsQ0FBQTtJQUNqQywwQ0FBb0IsQ0FBQTtJQUNwQix5Q0FBbUIsQ0FBQTtJQUNuQiwyREFBcUMsQ0FBQTtJQUNyQyxzREFBZ0MsQ0FBQTtJQUNoQyxpREFBMkIsQ0FBQTtJQUMzQiwrQ0FBeUIsQ0FBQTtJQUN6Qix5Q0FBbUIsQ0FBQTtJQUNuQix3Q0FBa0IsQ0FBQTtJQUNsQixxQ0FBZSxDQUFBO0lBQ2YscUNBQWUsQ0FBQTtJQUNmLHlEQUFtQyxDQUFBO0lBQ25DLDBEQUFvQyxDQUFBO0lBQ3BDLHFEQUErQixDQUFBO0lBQy9CLDJDQUFxQixDQUFBO0lBQ3JCLGtEQUE0QixDQUFBO0lBQzVCLGlFQUEyQyxDQUFBO0lBQzNDLHNEQUFnQyxDQUFBO0lBQ2hDLHNEQUFnQyxDQUFBO0lBQ2hD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LENBQUE7SUFDWCx5REFBbUMsQ0FBQTtJQUNuQyw2RUFBdUQsQ0FBQTtJQUN2RCx1Q0FBaUIsQ0FBQTtJQUNqQixzQ0FBZ0IsQ0FBQTtJQUNoQixzQ0FBZ0IsQ0FBQTtBQUNwQixDQUFDLEVBeFNXLGtCQUFrQixLQUFsQixrQkFBa0IsUUF3UzdCIiwic291cmNlc0NvbnRlbnQiOlsiLyoqIEFVVE8gR0VORVJBVEVEIEZJTEUuIERPIE5PVCBDSEFOR0UuLiBPUiBZT1UgV0lMTCBTVUZGRVIgVEhFIENPTlNFUVVFTkNFUyBPRiBZT1VSIEFDVElPTlMgKiovXG5cbmV4cG9ydCBlbnVtIENvcmVDb21wb25lbnRzSWNvbiB7XG4gICAgQWNjb3VudCA9IFwiYWNjb3VudFwiLFxuICAgIEFjY291bnRSb3VuZE9wZW4gPSBcImFjY291bnRfcm91bmRfb3BlblwiLFxuICAgIEFjdGl2aXRpZXMgPSBcImFjdGl2aXRpZXNcIixcbiAgICBBZGRUb0NhcnREcm9wID0gXCJhZGRfdG9fY2FydF9kcm9wXCIsXG4gICAgQXJyb3dEb3duID0gXCJhcnJvd19kb3duXCIsXG4gICAgQXJyb3dGYXRMZWZ0ID0gXCJhcnJvd19mYXRfbGVmdFwiLFxuICAgIEFycm93RmF0UmlnaHQgPSBcImFycm93X2ZhdF9yaWdodFwiLFxuICAgIEFycm93TGVmdCA9IFwiYXJyb3dfbGVmdFwiLFxuICAgIEFycm93TGVmdFJvdW5kT3BlbiA9IFwiYXJyb3dfbGVmdF9yb3VuZF9vcGVuXCIsXG4gICAgQXJyb3dQb2ludERvd24gPSBcImFycm93X3BvaW50X2Rvd25cIixcbiAgICBBcnJvd1BvaW50TGVmdCA9IFwiYXJyb3dfcG9pbnRfbGVmdFwiLFxuICAgIEFycm93UG9pbnRSaWdodCA9IFwiYXJyb3dfcG9pbnRfcmlnaHRcIixcbiAgICBBcnJvd1BvaW50VXAgPSBcImFycm93X3BvaW50X3VwXCIsXG4gICAgQXJyb3dSaWdodFJvdW5kT3BlbiA9IFwiYXJyb3dfcmlnaHRfcm91bmRfb3BlblwiLFxuICAgIEFycm93U2Nyb2xsRG93biA9IFwiYXJyb3dfc2Nyb2xsX2Rvd25cIixcbiAgICBBcnJvd1Njcm9sbExlZnQgPSBcImFycm93X3Njcm9sbF9sZWZ0XCIsXG4gICAgQXJyb3dTY3JvbGxSaWdodCA9IFwiYXJyb3dfc2Nyb2xsX3JpZ2h0XCIsXG4gICAgQXJyb3dTY3JvbGxVcCA9IFwiYXJyb3dfc2Nyb2xsX3VwXCIsXG4gICAgQXJyb3dVcCA9IFwiYXJyb3dfdXBcIixcbiAgICBBcnRpY2xlID0gXCJhcnRpY2xlXCIsXG4gICAgQXJ0aWNsZVdpdGhGb2xkID0gXCJhcnRpY2xlX3dpdGhfZm9sZFwiLFxuICAgIEFzdGVyaXNrU21hbGwgPSBcImFzdGVyaXNrX3NtYWxsXCIsXG4gICAgQXR0YWNobWVudHMgPSBcImF0dGFjaG1lbnRzXCIsXG4gICAgQmFja1RvVG9wID0gXCJiYWNrX3RvX3RvcFwiLFxuICAgIEJhcmNvZGUgPSBcIkJhcmNvZGVcIixcbiAgICBCaWdNYWMgPSBcImJpZ19tYWNcIixcbiAgICBCb3hlcyA9IFwiYm94ZXNcIixcbiAgICBCcnVzaCA9IFwiYnJ1c2hcIixcbiAgICBCcnVzaFJvdW5kT3BlbiA9IFwiYnJ1c2hfcm91bmRfb3BlblwiLFxuICAgIEJ1aWxkaW5nQ29sdW1ucyA9IFwiYnVpbGRpbmdfY29sdW1uc1wiLFxuICAgIEJ1c2luZXNzcnVsZXMgPSBcImJ1c2luZXNzcnVsZXNcIixcbiAgICBDYWxlbmRhciA9IFwiY2FsZW5kYXJcIixcbiAgICBDYWxlbmRhckRheSA9IFwiY2FsZW5kYXJfZGF5XCIsXG4gICAgQ2FsZW5kYXJEYXlSZWd1bGFyID0gXCJjYWxlbmRhcl9kYXlfcmVndWxhclwiLFxuICAgIENhbGVuZGFyRW1wdHkgPSBcImNhbGVuZGFyX2VtcHR5XCIsXG4gICAgQ2FsZW5kYXJSYW5nZSA9IFwiY2FsZW5kYXJfcmFuZ2VcIixcbiAgICBDYWxlbmRhclJvdW5kT3BlbiA9IFwiY2FsZW5kYXJfcm91bmRfb3BlblwiLFxuICAgIENhbWVyYSA9IFwiY2FtZXJhXCIsXG4gICAgQ2FuY2VsID0gXCJjYW5jZWxcIixcbiAgICBDYW5jZWxSb3VuZEZpbGxlZCA9IFwiY2FuY2VsX3JvdW5kX2ZpbGxlZFwiLFxuICAgIENhbmNlbFJvdW5kT3BlbiA9IFwiY2FuY2VsX3JvdW5kX29wZW5cIixcbiAgICBDYXJ0ID0gXCJjYXJ0XCIsXG4gICAgQ2FydE9wZW4gPSBcImNhcnRfb3BlblwiLFxuICAgIENhc2VNYW5hZ2VyID0gXCJjYXNlX21hbmFnZXJcIixcbiAgICBDYXNoUmVnaXN0ZXIgPSBcIkNhc2hSZWdpc3RlclwiLFxuICAgIENhc2hSZWdpc3RlclNpbXBsZSA9IFwiY2FzaF9yZWdpc3Rlcl9zaW1wbGVcIixcbiAgICBDaGFuZ2VMb2NhdGlvbiA9IFwiY2hhbmdlX2xvY2F0aW9uXCIsXG4gICAgQ2hlY2sgPSBcImNoZWNrXCIsXG4gICAgQ2hlY2tEdW90b25lID0gXCJjaGVja19kdW90b25lXCIsXG4gICAgQ2hlY2tSb3VuZCA9IFwiY2hlY2tfcm91bmRcIixcbiAgICBDaGVja1JvdW5kT3BlbiA9IFwiY2hlY2tfcm91bmRfb3BlblwiLFxuICAgIENoZWNrU2ltcGxlID0gXCJjaGVja19zaW1wbGVcIixcbiAgICBDaGVja1RoaW4gPSBcImNoZWNrX3RoaW5cIixcbiAgICBDaGV2cm9uRG93blJlZ3VsYXIgPSBcImNoZXZyb25fZG93bl9yZWd1bGFyXCIsXG4gICAgQ2hldnJvblVwUmVndWxhciA9IFwiY2hldnJvbl91cF9yZWd1bGFyXCIsXG4gICAgQ2lyY2xlUGx1c1NraW5ueSA9IFwiQ2lyY2xlUGx1c1NraW5ueVwiLFxuICAgIENsaWVudCA9IFwiY2xpZW50XCIsXG4gICAgQ2xvY2sgPSBcImNsb2NrXCIsXG4gICAgQ2xvY2tBcnJvdyA9IFwiY2xvY2tBcnJvd1wiLFxuICAgIENvZ1doZWVsUGx1cyA9IFwiY29nV2hlZWxQbHVzXCIsXG4gICAgQ29nV2hlZWxzID0gXCJjb2dXaGVlbHNcIixcbiAgICBDb2x1bW5PcHRpb25zID0gXCJjb2x1bW5fb3B0aW9uc1wiLFxuICAgIENvbXBhbnkgPSBcImNvbXBhbnlcIixcbiAgICBDb21wYW55RmxhdCA9IFwiY29tcGFueV9mbGF0XCIsXG4gICAgQ29uZmlndXJhYmxlID0gXCJjb25maWd1cmFibGVcIixcbiAgICBDb25zdWx0YW50ID0gXCJjb25zdWx0YW50XCIsXG4gICAgQ29weSA9IFwiY29weVwiLFxuICAgIENyb3NzaGFpcjEgPSBcImNyb3NzaGFpcl8xXCIsXG4gICAgQ3Jvc3NTa2lubnkgPSBcIkNyb3NzU2tpbm55XCIsXG4gICAgRGFzaGJvYXJkID0gXCJkYXNoYm9hcmRcIixcbiAgICBEZWxpdmVyeU1ldGhvZCA9IFwiZGVsaXZlcnlfbWV0aG9kXCIsXG4gICAgRGVsaXZlcnlTdGF0dXNVbmNoZWNrID0gXCJkZWxpdmVyeV9zdGF0dXNfdW5jaGVja1wiLFxuICAgIERlbGl2ZXJ5VHJ1Y2sgPSBcImRlbGl2ZXJ5X3RydWNrXCIsXG4gICAgRGV0YWlsUmVjb3JkID0gXCJkZXRhaWxfcmVjb3JkXCIsXG4gICAgRGV0YWlsVmlldyA9IFwiZGV0YWlsX3ZpZXdcIixcbiAgICBEaWN0aW9uYXJ5ID0gXCJkaWN0aW9uYXJ5XCIsXG4gICAgRG9jdW1lbnRzID0gXCJkb2N1bWVudHNcIixcbiAgICBEb2N1bWVudFdyZW5jaCA9IFwiZG9jdW1lbnRXcmVuY2hcIixcbiAgICBEb2xsYXIgPSBcImRvbGxhclwiLFxuICAgIERvd25sb2FkID0gXCJkb3dubG9hZFwiLFxuICAgIERyb3Bkb3duID0gXCJkcm9wZG93blwiLFxuICAgIERyb3B6b25lID0gXCJkcm9wem9uZVwiLFxuICAgIEVkaXRQZW5jaWwgPSBcImVkaXRfcGVuY2lsXCIsXG4gICAgRWRpdFBlbmNpbENpcmNsZSA9IFwiZWRpdF9wZW5jaWxfY2lyY2xlXCIsXG4gICAgRWRpdFBlbmNpbFJvdW5kID0gXCJlZGl0X3BlbmNpbF9yb3VuZFwiLFxuICAgIEVkaXRQZW5jaWxTaW1wbGUgPSBcImVkaXRfcGVuY2lsX3NpbXBsZVwiLFxuICAgIEVtYWlsID0gXCJlbWFpbFwiLFxuICAgIEVtYWlsUm91bmRPcGVuID0gXCJlbWFpbF9yb3VuZF9vcGVuXCIsXG4gICAgRW1wbG95ZWUgPSBcImVtcGxveWVlXCIsXG4gICAgRW1wbG95ZWVUd28gPSBcImVtcGxveWVlX3R3b1wiLFxuICAgIEVtcGxveWVyID0gXCJlbXBsb3llclwiLFxuICAgIEVtcGxveW1lbnQgPSBcImVtcGxveW1lbnRcIixcbiAgICBFbXBsb3ltZW50RW5kID0gXCJlbXBsb3ltZW50X2VuZFwiLFxuICAgIEVxdWFsID0gXCJlcXVhbFwiLFxuICAgIEV1cm8gPSBcImV1cm9cIixcbiAgICBFeGNsYW1hdGlvbiA9IFwiZXhjbGFtYXRpb25cIixcbiAgICBFeGNsYW1hdGlvblJvdW5kT3BlbiA9IFwiZXhjbGFtYXRpb25fcm91bmRfb3BlblwiLFxuICAgIEV5ZUNpcmNsZSA9IFwiZXllX2NpcmNsZVwiLFxuICAgIEV5ZUNpcmNsZUxhcmdlID0gXCJleWVfY2lyY2xlX2xhcmdlXCIsXG4gICAgRXllUm91bmRGaWxsZWQgPSBcImV5ZV9yb3VuZF9maWxsZWRcIixcbiAgICBGYWN0b3J5ID0gXCJmYWN0b3J5XCIsXG4gICAgRmFzdHRyYWNrID0gXCJmYXN0dHJhY2tcIixcbiAgICBGaWx0ZXIgPSBcImZpbHRlclwiLFxuICAgIEZpbmlzaCA9IFwiZmluaXNoXCIsXG4gICAgRml4ZWRPcHRpb25WYWx1ZVRyZWUgPSBcImZpeGVkX29wdGlvbl92YWx1ZV90cmVlXCIsXG4gICAgRml4ZWRUcmVlT3B0aW9uVmFsdWUgPSBcImZpeGVkX3RyZWVfb3B0aW9uX3ZhbHVlXCIsXG4gICAgRmxvcHB5RGlza1NvbGlkID0gXCJmbG9wcHlfZGlza19zb2xpZFwiLFxuICAgIEZvbGRlckFycm93ID0gXCJGb2xkZXJBcnJvd1wiLFxuICAgIEZvbGRlckFycm93SW4gPSBcImZvbGRlcl9hcnJvd19pblwiLFxuICAgIEZvcm11bGEgPSBcImZvcm11bGFcIixcbiAgICBGdWxsc2NyZWVuID0gXCJmdWxsc2NyZWVuXCIsXG4gICAgR2VhckRvdWJsZSA9IFwiZ2Vhcl9kb3VibGVcIixcbiAgICBHbG9iYWxTZWFyY2ggPSBcImdsb2JhbF9zZWFyY2hcIixcbiAgICBHbG9iZSA9IFwiZ2xvYmVcIixcbiAgICBHcmVhdGVyVGhhbiA9IFwiZ3JlYXRlcl90aGFuXCIsXG4gICAgR3JvdXBieSA9IFwiZ3JvdXBieVwiLFxuICAgIEhhbWJ1cmdlciA9IFwiaGFtYnVyZ2VyXCIsXG4gICAgSGFuZFBvaW50ZXIgPSBcImhhbmRfcG9pbnRlclwiLFxuICAgIEhiYXJjaGFydCA9IFwiaGJhcmNoYXJ0XCIsXG4gICAgSG9tZSA9IFwiSG9tZVwiLFxuICAgIEhvbWVDaXJjbGUgPSBcImhvbWVfY2lyY2xlXCIsXG4gICAgSG9tZU9wZW4gPSBcImhvbWVfb3BlblwiLFxuICAgIEhvbWVSb3VuZE9wZW4gPSBcImhvbWVfcm91bmRfb3BlblwiLFxuICAgIEhvdXJnbGFzcyA9IFwiaG91cmdsYXNzXCIsXG4gICAgSWNvbjNkID0gXCJpY29uXzNkXCIsXG4gICAgSWQgPSBcImlkXCIsXG4gICAgSW1hZ2UgPSBcImltYWdlXCIsXG4gICAgSW5jb21pbmdTdG9yYWdlID0gXCJpbmNvbWluZ19zdG9yYWdlXCIsXG4gICAgSW5mb3JtYXRpb24gPSBcImluZm9ybWF0aW9uXCIsXG4gICAgSW5mb3JtYXRpb25Sb3VuZE9wZW4gPSBcImluZm9ybWF0aW9uX3JvdW5kX29wZW5cIixcbiAgICBJbnB1dE11bHRpcGxlY2hvaWNlID0gXCJpbnB1dF9tdWx0aXBsZWNob2ljZVwiLFxuICAgIElucHV0VGV4dCA9IFwiaW5wdXRfdGV4dFwiLFxuICAgIElucHV0VGV4dGFyZWEgPSBcImlucHV0X3RleHRhcmVhXCIsXG4gICAgSW52ZW50b3J5ID0gXCJpbnZlbnRvcnlcIixcbiAgICBJbnZvaWNlID0gXCJpbnZvaWNlXCIsXG4gICAgSW9uZUxvZ28gPSBcImlvbmVfbG9nb1wiLFxuICAgIElvbmVMb2dvRmF0ID0gXCJpb25lX2xvZ29fZmF0XCIsXG4gICAgSW9uZVN0YXR1c05leHQgPSBcImlvbmVfc3RhdHVzX25leHRcIixcbiAgICBJb25lV29ya2Zsb3cgPSBcImlvbmVfd29ya2Zsb3dcIixcbiAgICBLZXlib2FyZCA9IFwia2V5Ym9hcmRcIixcbiAgICBLZXljaGFpbiA9IFwia2V5Y2hhaW5cIixcbiAgICBMYWJlbCA9IFwibGFiZWxcIixcbiAgICBMYWJlbFJvdW5kT3BlbiA9IFwibGFiZWxfcm91bmRfb3BlblwiLFxuICAgIExhbmRtYXJrRmxhZyA9IFwibGFuZG1hcmtfZmxhZ1wiLFxuICAgIExpYnJhcnkgPSBcImxpYnJhcnlcIixcbiAgICBMaW5lY2hhcnQgPSBcImxpbmVjaGFydFwiLFxuICAgIExpbmtlZFByb2R1Y3RzID0gXCJsaW5rZWRfcHJvZHVjdHNcIixcbiAgICBMaW5rQ2lyY2xlID0gXCJsaW5rX2NpcmNsZVwiLFxuICAgIExpc3RWaWV3ID0gXCJsaXN0X3ZpZXdcIixcbiAgICBMb2NhdGlvbiA9IFwibG9jYXRpb25cIixcbiAgICBMb2NrID0gXCJsb2NrXCIsXG4gICAgTG9ja1JvdW5kT3BlbiA9IFwibG9ja19yb3VuZF9vcGVuXCIsXG4gICAgTG9nbyA9IFwibG9nb1wiLFxuICAgIExvZ291dCA9IFwibG9nb3V0XCIsXG4gICAgTWFnaWNXYW5kID0gXCJtYWdpY193YW5kXCIsXG4gICAgTWFnbmlmaWVyID0gXCJtYWduaWZpZXJcIixcbiAgICBNYW5hZ2VyID0gXCJtYW5hZ2VyXCIsXG4gICAgTWFzayA9IFwibWFza1wiLFxuICAgIE1hc3RlckRldGFpbCA9IFwibWFzdGVyX2RldGFpbFwiLFxuICAgIE1hdGVyaWFsQ2lyY2xlTGFyZ2UgPSBcIm1hdGVyaWFsX2NpcmNsZV9sYXJnZVwiLFxuICAgIE1lZGFsQnJvbnplID0gXCJtZWRhbF9icm9uemVcIixcbiAgICBNZWRhbEdvbGQgPSBcIm1lZGFsX2dvbGRcIixcbiAgICBNZWRhbFNpbHZlciA9IFwibWVkYWxfc2lsdmVyXCIsXG4gICAgTWVkaWNhbE9mZmljZXIgPSBcIm1lZGljYWxfb2ZmaWNlclwiLFxuICAgIE1pY3JvcGhvbmUgPSBcIm1pY3JvcGhvbmVcIixcbiAgICBNaW51c1JvdW5kT3BlbiA9IFwibWludXNfcm91bmRfb3BlblwiLFxuICAgIE1pbnVzU2ltcGxlID0gXCJtaW51c19zaW1wbGVcIixcbiAgICBNb2JpbGUgPSBcIm1vYmlsZVwiLFxuICAgIE11bHRpU2VsZWN0Q2hlY2sgPSBcIm11bHRpX3NlbGVjdF9jaGVja1wiLFxuICAgIE5ld1Rhc2sgPSBcIm5ld190YXNrXCIsXG4gICAgTm90ZSA9IFwibm90ZVwiLFxuICAgIE5vdGVCb3JkZXJlZCA9IFwibm90ZV9ib3JkZXJlZFwiLFxuICAgIE5vdGlmaWNhdGlvbiA9IFwibm90aWZpY2F0aW9uXCIsXG4gICAgTm90RXF1YWwgPSBcIm5vdF9lcXVhbFwiLFxuICAgIE9wdGlvbiA9IFwib3B0aW9uXCIsXG4gICAgT3B0aW9uc2V0ID0gXCJvcHRpb25zZXRcIixcbiAgICBPcmRlciA9IFwib3JkZXJcIixcbiAgICBPcmRlcnBpY2tpbmcgPSBcIm9yZGVycGlja2luZ1wiLFxuICAgIE91dGdvaW5nU3RvcmFnZSA9IFwib3V0Z29pbmdfc3RvcmFnZVwiLFxuICAgIE92ZXJCb29raW5nID0gXCJvdmVyX2Jvb2tpbmdcIixcbiAgICBQYXVzZUNpcmNsZSA9IFwicGF1c2VfY2lyY2xlXCIsXG4gICAgUGVuY2lsUm91bmRPcGVuID0gXCJwZW5jaWxfcm91bmRfb3BlblwiLFxuICAgIFBlblRvU3F1YXJlU29saWQgPSBcInBlbl90b19zcXVhcmVfc29saWRcIixcbiAgICBQaG9uZSA9IFwicGhvbmVcIixcbiAgICBQaG9uZVJvdW5kT3BlbiA9IFwicGhvbmVfcm91bmRfb3BlblwiLFxuICAgIFBpZWNoYXJ0ID0gXCJwaWVjaGFydFwiLFxuICAgIFBpbiA9IFwicGluXCIsXG4gICAgUGluUm91bmRPcGVuID0gXCJwaW5fcm91bmRfb3BlblwiLFxuICAgIFBsYXlDaXJjbGUgPSBcInBsYXlfY2lyY2xlXCIsXG4gICAgUGx1c1JvdW5kID0gXCJwbHVzX3JvdW5kXCIsXG4gICAgUGx1c1JvdW5kT3BlbiA9IFwicGx1c19yb3VuZF9vcGVuXCIsXG4gICAgUGx1c1NpbXBsZSA9IFwicGx1c19zaW1wbGVcIixcbiAgICBQbHVzU2tpbm55ID0gXCJwbHVzX3NraW5ueVwiLFxuICAgIFBsdXNTb2xpZCA9IFwicGx1c19zb2xpZFwiLFxuICAgIFBsdXNTdGFycyA9IFwicGx1c19zdGFyc1wiLFxuICAgIFBvaW50ZXIgPSBcInBvaW50ZXJcIixcbiAgICBQb2ludGVyM2QgPSBcInBvaW50ZXJfM2RcIixcbiAgICBQb2ludGVyRmlsbGVkID0gXCJwb2ludGVyX2ZpbGxlZFwiLFxuICAgIFBPUyA9IFwiUE9TXCIsXG4gICAgUG9zaXRpb25pbmcgPSBcInBvc2l0aW9uaW5nXCIsXG4gICAgUHJlZ25hbmN5ID0gXCJwcmVnbmFuY3lcIixcbiAgICBQcmVzZXQgPSBcInByZXNldFwiLFxuICAgIFByaW50ID0gXCJwcmludFwiLFxuICAgIFByb2R1Y3RQcm9wZXJ0aWVzID0gXCJwcm9kdWN0X3Byb3BlcnRpZXNcIixcbiAgICBQdXJjaGFzZSA9IFwicHVyY2hhc2VcIixcbiAgICBRcmNvZGUgPSBcInFyY29kZVwiLFxuICAgIFF1ZXN0aW9uID0gXCJxdWVzdGlvblwiLFxuICAgIFJhZGlvVW5jaGVjayA9IFwicmFkaW9fdW5jaGVja1wiLFxuICAgIFJhbmdlID0gXCJyYW5nZVwiLFxuICAgIFJhbmdlU2VsZWN0ID0gXCJyYW5nZV9zZWxlY3RcIixcbiAgICBSZWN0YW5nbGVzID0gXCJyZWN0YW5nbGVzXCIsXG4gICAgUmVmcmVzaCA9IFwicmVmcmVzaFwiLFxuICAgIFJlbGF0aW9ucyA9IFwicmVsYXRpb25zXCIsXG4gICAgUmVtYXJrID0gXCJyZW1hcmtcIixcbiAgICBSZW1hcmtSb3VuZE9wZW4gPSBcInJlbWFya19yb3VuZF9vcGVuXCIsXG4gICAgUmVwb3J0SW5UeXBlID0gXCJyZXBvcnRfaW5fdHlwZVwiLFxuICAgIFJlc2l6ZSA9IFwicmVzaXplXCIsXG4gICAgUmVzaXplRG93biA9IFwicmVzaXplX2Rvd25cIixcbiAgICBSZXNpemVVcCA9IFwicmVzaXplX3VwXCIsXG4gICAgUmV0dXJucyA9IFwicmV0dXJuc1wiLFxuICAgIFJldHVybkdvb2RzID0gXCJyZXR1cm5fZ29vZHNcIixcbiAgICBSb3RhdGVMZWZ0U29saWQgPSBcInJvdGF0ZV9sZWZ0X3NvbGlkXCIsXG4gICAgU2F2ZURpc2sgPSBcInNhdmVfZGlza1wiLFxuICAgIFNhdmVTa2lubnkgPSBcInNhdmVfc2tpbm55XCIsXG4gICAgU2NhbGVCYWxhbmNlZCA9IFwic2NhbGVfYmFsYW5jZWRcIixcbiAgICBTY2FubmVyID0gXCJzY2FubmVyXCIsXG4gICAgU2VhcmNoUm91bmRPcGVuID0gXCJzZWFyY2hfcm91bmRfb3BlblwiLFxuICAgIFNlY3Rpb25zID0gXCJzZWN0aW9uc1wiLFxuICAgIFNlbGVjdEFsbFJvdW5kID0gXCJzZWxlY3RfYWxsX3JvdW5kXCIsXG4gICAgU2VydmljZXMgPSBcInNlcnZpY2VzXCIsXG4gICAgU2V0dGluZ3MgPSBcInNldHRpbmdzXCIsXG4gICAgU2hvcCA9IFwiU2hvcFwiLFxuICAgIFNob3BwaW5nQ2FydCA9IFwic2hvcHBpbmdfY2FydFwiLFxuICAgIFNob3BwaW5nQ2FydE5yID0gXCJzaG9wcGluZ19jYXJ0X25yXCIsXG4gICAgU2hvcnRjdXQgPSBcInNob3J0Y3V0XCIsXG4gICAgU2luZ2xlUGVyc29uID0gXCJTaW5nbGVQZXJzb25cIixcbiAgICBTa2lsbHMgPSBcInNraWxsc1wiLFxuICAgIFNsaWRlclBhbmVsID0gXCJzbGlkZXJfcGFuZWxcIixcbiAgICBTbGlkZUluID0gXCJzbGlkZV9pblwiLFxuICAgIFNtYWxsZXJUaGFuID0gXCJzbWFsbGVyX3RoYW5cIixcbiAgICBTbWFsbFRpbGVzID0gXCJzbWFsbF90aWxlc1wiLFxuICAgIFNvcnRBc2MgPSBcInNvcnRfYXNjXCIsXG4gICAgU29ydERlc2MgPSBcInNvcnRfZGVzY1wiLFxuICAgIFN0YXIgPSBcIlN0YXJcIixcbiAgICBTdGFyUm91bmRPcGVuID0gXCJzdGFyX3JvdW5kX29wZW5cIixcbiAgICBTdGF0dXNBY3RpdmUgPSBcInN0YXR1c19hY3RpdmVcIixcbiAgICBTdGF0dXNBZG9wdGlvbiA9IFwic3RhdHVzX2Fkb3B0aW9uXCIsXG4gICAgU3RhdHVzRm9zdGVyY2FyZSA9IFwic3RhdHVzX2Zvc3RlcmNhcmVcIixcbiAgICBTdGF0dXNJbGwgPSBcInN0YXR1c19pbGxcIixcbiAgICBTdGF0dXNMZWF2ZSA9IFwic3RhdHVzX2xlYXZlXCIsXG4gICAgU3RhdHVzUHJlZ25hbmN5ID0gXCJzdGF0dXNfcHJlZ25hbmN5XCIsXG4gICAgU3RvY2sgPSBcInN0b2NrXCIsXG4gICAgU3RvY2tNYW5hZ2VtZW50ID0gXCJzdG9ja19tYW5hZ2VtZW50XCIsXG4gICAgU3RvcmFnZSA9IFwic3RvcmFnZVwiLFxuICAgIFN1cGVydmlzb3IgPSBcInN1cGVydmlzb3JcIixcbiAgICBTdXBwbGllciA9IFwic3VwcGxpZXJcIixcbiAgICBTdXJnZXJ5ID0gXCJzdXJnZXJ5XCIsXG4gICAgVGFibGVjaGFydCA9IFwidGFibGVjaGFydFwiLFxuICAgIFRhZyA9IFwidGFnXCIsXG4gICAgVGFsa1Rvb011Y2ggPSBcInRhbGtfdG9vX211Y2hcIixcbiAgICBUYXJnZXQgPSBcInRhcmdldFwiLFxuICAgIFRhc2sgPSBcInRhc2tcIixcbiAgICBUaGlja0xpbmVzID0gXCJ0aGlja19saW5lc1wiLFxuICAgIFRoaW5MaW5lcyA9IFwidGhpbl9saW5lc1wiLFxuICAgIFRocmVlU2l4dHlWaWV3ID0gXCJ0aHJlZV9zaXh0eV92aWV3XCIsXG4gICAgVGh1bWJCcm9uemUgPSBcInRodW1iX2Jyb256ZVwiLFxuICAgIFRodW1iR29sZCA9IFwidGh1bWJfZ29sZFwiLFxuICAgIFRodW1iU2lsdmVyID0gXCJ0aHVtYl9zaWx2ZXJcIixcbiAgICBUaW1lbGluZSA9IFwidGltZWxpbmVcIixcbiAgICBUcmFuc2FjdGlvbnMgPSBcInRyYW5zYWN0aW9uc1wiLFxuICAgIFRyYW5zYWN0aW9uRGV0YWlsID0gXCJ0cmFuc2FjdGlvbl9kZXRhaWxcIixcbiAgICBUcmFzaEJpbiA9IFwiVHJhc2hCaW5cIixcbiAgICBUcmFzaENhblNvbGlkID0gXCJ0cmFzaF9jYW5fc29saWRcIixcbiAgICBUcmlhbmdsZURvd24gPSBcInRyaWFuZ2xlX2Rvd25cIixcbiAgICBUcmlhbmdsZUxhcmdlID0gXCJ0cmlhbmdsZV9sYXJnZVwiLFxuICAgIFRyaWFuZ2xlTGVmdCA9IFwidHJpYW5nbGVfbGVmdFwiLFxuICAgIFRyaWFuZ2xlUmlnaHQgPSBcInRyaWFuZ2xlX3JpZ2h0XCIsXG4gICAgVHJpYW5nbGVVcCA9IFwidHJpYW5nbGVfdXBcIixcbiAgICBUcnVjayA9IFwidHJ1Y2tcIixcbiAgICBUcnVja0NhbGVuZGFyID0gXCJ0cnVja19jYWxlbmRhclwiLFxuICAgIFVuZG9Sb3VuZE9wZW4gPSBcInVuZG9fcm91bmRfb3BlblwiLFxuICAgIFVzZXIgPSBcInVzZXJcIixcbiAgICBWYXJpYW50cyA9IFwidmFyaWFudHNcIixcbiAgICBWYmFyY2hhcnQgPSBcInZiYXJjaGFydFwiLFxuICAgIFZpZXcgPSBcInZpZXdcIixcbiAgICBXYXJlaG91c2UgPSBcIndhcmVob3VzZVwiLFxuICAgIFdhdGVybWFyayA9IFwid2F0ZXJtYXJrXCIsXG4gICAgV2Vic2l0ZSA9IFwid2Vic2l0ZVwiLFxuICAgIFdpemFyZCA9IFwid2l6YXJkXCIsXG4gICAgV21zID0gXCJ3bXNcIixcbiAgICBXb3JrSW5Qcm9ncmVzcyA9IFwid29ya19pbl9wcm9ncmVzc1wiLFxuICAgIFdvcmtJblByb2dyZXNzUm91bmRPcGVuID0gXCJ3b3JrX2luX3Byb2dyZXNzX3JvdW5kX29wZW5cIixcbiAgICBXcmVuY2ggPSBcIndyZW5jaFwiLFxuICAgIFhBeGlzID0gXCJ4X2F4aXNcIixcbiAgICBZQXhpcyA9IFwieV9heGlzXCJcbn0iXX0=
|