@colijnit/corecomponents_v12 12.2.26 → 12.2.27
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 +13684 -13680
- 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 +192 -192
- 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 +163 -163
- package/esm2015/lib/components/simple-grid/simple-grid-cell.component.js +141 -141
- package/esm2015/lib/components/simple-grid/simple-grid-column.directive.js +110 -110
- package/esm2015/lib/components/simple-grid/simple-grid.component.js +378 -378
- package/esm2015/lib/components/simple-grid/simple-grid.module.js +40 -40
- 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 +12090 -12086
- 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 +65 -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 +52 -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 +42 -42
- package/lib/components/simple-grid/simple-grid.component.d.ts +64 -64
- package/lib/components/simple-grid/simple-grid.module.d.ts +2 -2
- 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,17 +1,17 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Represents the enumeration of file types of files that the application can recognize. Used, for instance, in
|
|
3
|
-
* document view components to show an Excel, Pdf or Word icon for the documents file type.
|
|
4
|
-
*/
|
|
5
|
-
export var FileTypeInternal;
|
|
6
|
-
(function (FileTypeInternal) {
|
|
7
|
-
FileTypeInternal[FileTypeInternal["Test"] = 0] = "Test";
|
|
8
|
-
FileTypeInternal[FileTypeInternal["Image"] = 1] = "Image";
|
|
9
|
-
FileTypeInternal[FileTypeInternal["Swf"] = 2] = "Swf";
|
|
10
|
-
FileTypeInternal[FileTypeInternal["ExcelSheet"] = 3] = "ExcelSheet";
|
|
11
|
-
FileTypeInternal[FileTypeInternal["WordDocument"] = 4] = "WordDocument";
|
|
12
|
-
FileTypeInternal[FileTypeInternal["Pdf"] = 5] = "Pdf";
|
|
13
|
-
FileTypeInternal[FileTypeInternal["TextFile"] = 6] = "TextFile";
|
|
14
|
-
FileTypeInternal[FileTypeInternal["Executable"] = 7] = "Executable";
|
|
15
|
-
FileTypeInternal[FileTypeInternal["Undefined"] = 8] = "Undefined";
|
|
16
|
-
})(FileTypeInternal || (FileTypeInternal = {}));
|
|
1
|
+
/**
|
|
2
|
+
* Represents the enumeration of file types of files that the application can recognize. Used, for instance, in
|
|
3
|
+
* document view components to show an Excel, Pdf or Word icon for the documents file type.
|
|
4
|
+
*/
|
|
5
|
+
export var FileTypeInternal;
|
|
6
|
+
(function (FileTypeInternal) {
|
|
7
|
+
FileTypeInternal[FileTypeInternal["Test"] = 0] = "Test";
|
|
8
|
+
FileTypeInternal[FileTypeInternal["Image"] = 1] = "Image";
|
|
9
|
+
FileTypeInternal[FileTypeInternal["Swf"] = 2] = "Swf";
|
|
10
|
+
FileTypeInternal[FileTypeInternal["ExcelSheet"] = 3] = "ExcelSheet";
|
|
11
|
+
FileTypeInternal[FileTypeInternal["WordDocument"] = 4] = "WordDocument";
|
|
12
|
+
FileTypeInternal[FileTypeInternal["Pdf"] = 5] = "Pdf";
|
|
13
|
+
FileTypeInternal[FileTypeInternal["TextFile"] = 6] = "TextFile";
|
|
14
|
+
FileTypeInternal[FileTypeInternal["Executable"] = 7] = "Executable";
|
|
15
|
+
FileTypeInternal[FileTypeInternal["Undefined"] = 8] = "Undefined";
|
|
16
|
+
})(FileTypeInternal || (FileTypeInternal = {}));
|
|
17
17
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlsZS10eXBlLWludGVybmFsLmVudW0uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb3JlY29tcG9uZW50cy9zcmMvbGliL2NvcmUvZW51bS9maWxlLXR5cGUtaW50ZXJuYWwuZW51bS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7O0dBR0c7QUFDSCxNQUFNLENBQU4sSUFBWSxnQkFVWDtBQVZELFdBQVksZ0JBQWdCO0lBQ3hCLHVEQUFJLENBQUE7SUFDSix5REFBSyxDQUFBO0lBQ0wscURBQUcsQ0FBQTtJQUNILG1FQUFVLENBQUE7SUFDVix1RUFBWSxDQUFBO0lBQ1oscURBQUcsQ0FBQTtJQUNILCtEQUFRLENBQUE7SUFDUixtRUFBVSxDQUFBO0lBQ1YsaUVBQVMsQ0FBQTtBQUNiLENBQUMsRUFWVyxnQkFBZ0IsS0FBaEIsZ0JBQWdCLFFBVTNCIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXHJcbiAqIFJlcHJlc2VudHMgdGhlIGVudW1lcmF0aW9uIG9mIGZpbGUgdHlwZXMgb2YgZmlsZXMgdGhhdCB0aGUgYXBwbGljYXRpb24gY2FuIHJlY29nbml6ZS4gVXNlZCwgZm9yIGluc3RhbmNlLCBpblxyXG4gKiBkb2N1bWVudCB2aWV3IGNvbXBvbmVudHMgdG8gc2hvdyBhbiBFeGNlbCwgUGRmIG9yIFdvcmQgaWNvbiBmb3IgdGhlIGRvY3VtZW50cyBmaWxlIHR5cGUuXHJcbiAqL1xyXG5leHBvcnQgZW51bSBGaWxlVHlwZUludGVybmFsIHtcclxuICAgIFRlc3QsXHJcbiAgICBJbWFnZSxcclxuICAgIFN3ZixcclxuICAgIEV4Y2VsU2hlZXQsXHJcbiAgICBXb3JkRG9jdW1lbnQsXHJcbiAgICBQZGYsXHJcbiAgICBUZXh0RmlsZSxcclxuICAgIEV4ZWN1dGFibGUsXHJcbiAgICBVbmRlZmluZWRcclxufVxyXG4iXX0=
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
// DOM_BESTANDSSOORT
|
|
2
|
-
export var FileType;
|
|
3
|
-
(function (FileType) {
|
|
4
|
-
// DOC: Document
|
|
5
|
-
FileType["Document"] = "DOC";
|
|
6
|
-
// IMG: Afbeelding
|
|
7
|
-
FileType["Image"] = "IMG";
|
|
8
|
-
// SDWEB: Digitale handtekening
|
|
9
|
-
FileType["DigitalSignature"] = "SDWEB";
|
|
10
|
-
})(FileType || (FileType = {}));
|
|
1
|
+
// DOM_BESTANDSSOORT
|
|
2
|
+
export var FileType;
|
|
3
|
+
(function (FileType) {
|
|
4
|
+
// DOC: Document
|
|
5
|
+
FileType["Document"] = "DOC";
|
|
6
|
+
// IMG: Afbeelding
|
|
7
|
+
FileType["Image"] = "IMG";
|
|
8
|
+
// SDWEB: Digitale handtekening
|
|
9
|
+
FileType["DigitalSignature"] = "SDWEB";
|
|
10
|
+
})(FileType || (FileType = {}));
|
|
11
11
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlsZS10eXBlLmVudW0uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb3JlY29tcG9uZW50cy9zcmMvbGliL2NvcmUvZW51bS9maWxlLXR5cGUuZW51bS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxvQkFBb0I7QUFDcEIsTUFBTSxDQUFOLElBQVksUUFPWDtBQVBELFdBQVksUUFBUTtJQUNoQixnQkFBZ0I7SUFDaEIsNEJBQWdCLENBQUE7SUFDaEIsa0JBQWtCO0lBQ2xCLHlCQUFhLENBQUE7SUFDYiwrQkFBK0I7SUFDL0Isc0NBQTBCLENBQUE7QUFDOUIsQ0FBQyxFQVBXLFFBQVEsS0FBUixRQUFRLFFBT25CIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRE9NX0JFU1RBTkRTU09PUlRcclxuZXhwb3J0IGVudW0gRmlsZVR5cGUge1xyXG4gICAgLy8gRE9DOiBEb2N1bWVudFxyXG4gICAgRG9jdW1lbnQgPSBcIkRPQ1wiLFxyXG4gICAgLy8gSU1HOiBBZmJlZWxkaW5nXHJcbiAgICBJbWFnZSA9IFwiSU1HXCIsXHJcbiAgICAvLyBTRFdFQjogRGlnaXRhbGUgaGFuZHRla2VuaW5nXHJcbiAgICBEaWdpdGFsU2lnbmF0dXJlID0gXCJTRFdFQlwiLFxyXG59XHJcbiJdfQ==
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
export var FilterItemMode;
|
|
2
|
-
(function (FilterItemMode) {
|
|
3
|
-
//This mode makes the Filter display a multi select list
|
|
4
|
-
// Input will be passed along directly as a string with the following syntax: "?>='choice 1', ?<='choice2'"
|
|
5
|
-
FilterItemMode["Filterlist"] = "filterlist";
|
|
6
|
-
//This mode makes the Filter display a single select list
|
|
7
|
-
// Input will be passed along directly as a simple string.
|
|
8
|
-
FilterItemMode["SingleSelectList"] = "singleSelectList";
|
|
9
|
-
//This mode makes the Filter display a multi select list
|
|
10
|
-
// Input will be passed along directly as a simple string.
|
|
11
|
-
FilterItemMode["SelectListWithStringCollectionOutput"] = "selectListWithStringCollectionOutput";
|
|
12
|
-
//This mode makes the Filter display a multi select list
|
|
13
|
-
// Available choices will need to have their identifying value be a number. The summation of all these numbers will be passed along.
|
|
14
|
-
FilterItemMode["SelectListWithNumberOutput"] = "selectListWithNumberOutput";
|
|
15
|
-
//This mode makes the Filter display a min and max field. This should eventually be a slider.
|
|
16
|
-
// input is passed along as "min - max"
|
|
17
|
-
FilterItemMode["Slider"] = "slider";
|
|
18
|
-
//This mode makes the Filter display a min and max field. This should eventually be a slider.
|
|
19
|
-
// input is passed along as "min - max" This version can be emptied.
|
|
20
|
-
FilterItemMode["NullableSlider"] = "nullableSlider";
|
|
21
|
-
//This mode makes the Filter display a simple textfield.
|
|
22
|
-
// The value typed into the field will be passed along directly as a string.
|
|
23
|
-
FilterItemMode["TextField"] = "textField";
|
|
24
|
-
//This mode makes the Filter display a simple dateField.
|
|
25
|
-
// Field input will be passed along directly as a date object.
|
|
26
|
-
FilterItemMode["DateField"] = "dateField";
|
|
27
|
-
//This mode makes the Filter display a dateRange field.
|
|
28
|
-
// Field input will be passed along directly as a string with the following syntax: "?>='01-08-2022'& ?<='31-08-2022'"
|
|
29
|
-
FilterItemMode["DateRangeField"] = "dateRangeField";
|
|
30
|
-
//This mode makes the Filter display a simple checkBox.
|
|
31
|
-
// It's value will be passed along directly as a boolean.
|
|
32
|
-
FilterItemMode["Checkbox"] = "checkbox";
|
|
33
|
-
//This mode makes the Filter display a simple checkBox.
|
|
34
|
-
// It's value will be passed along as either a 'T' or and 'F'.
|
|
35
|
-
FilterItemMode["CheckboxToSimpleText"] = "checkboxToSimpleText";
|
|
36
|
-
//This mode makes the Filter display a simple checkBox.
|
|
37
|
-
// It's value will be passed along as either a "?='T'" or and "?='F'".
|
|
38
|
-
FilterItemMode["CheckboxToText"] = "checkboxToText";
|
|
39
|
-
//This mode makes the Filter display a simple checkBox.
|
|
40
|
-
// It's value will be passed along as either a 1 or and 0.
|
|
41
|
-
FilterItemMode["CheckboxToBinary"] = "checkboxToBinary";
|
|
42
|
-
})(FilterItemMode || (FilterItemMode = {}));
|
|
1
|
+
export var FilterItemMode;
|
|
2
|
+
(function (FilterItemMode) {
|
|
3
|
+
//This mode makes the Filter display a multi select list
|
|
4
|
+
// Input will be passed along directly as a string with the following syntax: "?>='choice 1', ?<='choice2'"
|
|
5
|
+
FilterItemMode["Filterlist"] = "filterlist";
|
|
6
|
+
//This mode makes the Filter display a single select list
|
|
7
|
+
// Input will be passed along directly as a simple string.
|
|
8
|
+
FilterItemMode["SingleSelectList"] = "singleSelectList";
|
|
9
|
+
//This mode makes the Filter display a multi select list
|
|
10
|
+
// Input will be passed along directly as a simple string.
|
|
11
|
+
FilterItemMode["SelectListWithStringCollectionOutput"] = "selectListWithStringCollectionOutput";
|
|
12
|
+
//This mode makes the Filter display a multi select list
|
|
13
|
+
// Available choices will need to have their identifying value be a number. The summation of all these numbers will be passed along.
|
|
14
|
+
FilterItemMode["SelectListWithNumberOutput"] = "selectListWithNumberOutput";
|
|
15
|
+
//This mode makes the Filter display a min and max field. This should eventually be a slider.
|
|
16
|
+
// input is passed along as "min - max"
|
|
17
|
+
FilterItemMode["Slider"] = "slider";
|
|
18
|
+
//This mode makes the Filter display a min and max field. This should eventually be a slider.
|
|
19
|
+
// input is passed along as "min - max" This version can be emptied.
|
|
20
|
+
FilterItemMode["NullableSlider"] = "nullableSlider";
|
|
21
|
+
//This mode makes the Filter display a simple textfield.
|
|
22
|
+
// The value typed into the field will be passed along directly as a string.
|
|
23
|
+
FilterItemMode["TextField"] = "textField";
|
|
24
|
+
//This mode makes the Filter display a simple dateField.
|
|
25
|
+
// Field input will be passed along directly as a date object.
|
|
26
|
+
FilterItemMode["DateField"] = "dateField";
|
|
27
|
+
//This mode makes the Filter display a dateRange field.
|
|
28
|
+
// Field input will be passed along directly as a string with the following syntax: "?>='01-08-2022'& ?<='31-08-2022'"
|
|
29
|
+
FilterItemMode["DateRangeField"] = "dateRangeField";
|
|
30
|
+
//This mode makes the Filter display a simple checkBox.
|
|
31
|
+
// It's value will be passed along directly as a boolean.
|
|
32
|
+
FilterItemMode["Checkbox"] = "checkbox";
|
|
33
|
+
//This mode makes the Filter display a simple checkBox.
|
|
34
|
+
// It's value will be passed along as either a 'T' or and 'F'.
|
|
35
|
+
FilterItemMode["CheckboxToSimpleText"] = "checkboxToSimpleText";
|
|
36
|
+
//This mode makes the Filter display a simple checkBox.
|
|
37
|
+
// It's value will be passed along as either a "?='T'" or and "?='F'".
|
|
38
|
+
FilterItemMode["CheckboxToText"] = "checkboxToText";
|
|
39
|
+
//This mode makes the Filter display a simple checkBox.
|
|
40
|
+
// It's value will be passed along as either a 1 or and 0.
|
|
41
|
+
FilterItemMode["CheckboxToBinary"] = "checkboxToBinary";
|
|
42
|
+
})(FilterItemMode || (FilterItemMode = {}));
|
|
43
43
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlsdGVySXRlbS1tb2RlLmVudW0uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb3JlY29tcG9uZW50cy9zcmMvbGliL2NvcmUvZW51bS9maWx0ZXJJdGVtLW1vZGUuZW51bS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLENBQU4sSUFBWSxjQXdEWDtBQXhERCxXQUFZLGNBQWM7SUFFeEIsd0RBQXdEO0lBQ3hELDJHQUEyRztJQUMzRywyQ0FBeUIsQ0FBQTtJQUV6Qix5REFBeUQ7SUFDekQsMERBQTBEO0lBQzFELHVEQUFxQyxDQUFBO0lBRXJDLHdEQUF3RDtJQUN4RCwwREFBMEQ7SUFDMUQsK0ZBQTZFLENBQUE7SUFFN0Usd0RBQXdEO0lBQ3hELG9JQUFvSTtJQUNwSSwyRUFBeUQsQ0FBQTtJQUV6RCw2RkFBNkY7SUFDN0YsdUNBQXVDO0lBQ3ZDLG1DQUFpQixDQUFBO0lBRWpCLDZGQUE2RjtJQUM3RixvRUFBb0U7SUFDcEUsbURBQWlDLENBQUE7SUFFakMsd0RBQXdEO0lBQ3hELDRFQUE0RTtJQUM1RSx5Q0FBdUIsQ0FBQTtJQUV2Qix3REFBd0Q7SUFDeEQsOERBQThEO0lBQzlELHlDQUF1QixDQUFBO0lBRXZCLHVEQUF1RDtJQUN2RCxzSEFBc0g7SUFDdEgsbURBQWlDLENBQUE7SUFFakMsdURBQXVEO0lBQ3ZELHlEQUF5RDtJQUN6RCx1Q0FBcUIsQ0FBQTtJQUVyQix1REFBdUQ7SUFDdkQsOERBQThEO0lBQzlELCtEQUE2QyxDQUFBO0lBRTdDLHVEQUF1RDtJQUN2RCxzRUFBc0U7SUFDdEUsbURBQWlDLENBQUE7SUFFakMsdURBQXVEO0lBQ3ZELDBEQUEwRDtJQUMxRCx1REFBcUMsQ0FBQTtBQUl2QyxDQUFDLEVBeERXLGNBQWMsS0FBZCxjQUFjLFFBd0R6QiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBlbnVtIEZpbHRlckl0ZW1Nb2RlIHtcclxuXHJcbiAgLy9UaGlzIG1vZGUgbWFrZXMgdGhlIEZpbHRlciBkaXNwbGF5IGEgbXVsdGkgc2VsZWN0IGxpc3RcclxuICAvLyBJbnB1dCB3aWxsIGJlIHBhc3NlZCBhbG9uZyBkaXJlY3RseSBhcyBhIHN0cmluZyB3aXRoIHRoZSBmb2xsb3dpbmcgc3ludGF4OiBcIj8+PSdjaG9pY2UgMScsID88PSdjaG9pY2UyJ1wiXHJcbiAgRmlsdGVybGlzdCA9ICdmaWx0ZXJsaXN0JyxcclxuXHJcbiAgLy9UaGlzIG1vZGUgbWFrZXMgdGhlIEZpbHRlciBkaXNwbGF5IGEgc2luZ2xlIHNlbGVjdCBsaXN0XHJcbiAgLy8gSW5wdXQgd2lsbCBiZSBwYXNzZWQgYWxvbmcgZGlyZWN0bHkgYXMgYSBzaW1wbGUgc3RyaW5nLlxyXG4gIFNpbmdsZVNlbGVjdExpc3QgPSAnc2luZ2xlU2VsZWN0TGlzdCcsXHJcblxyXG4gIC8vVGhpcyBtb2RlIG1ha2VzIHRoZSBGaWx0ZXIgZGlzcGxheSBhIG11bHRpIHNlbGVjdCBsaXN0XHJcbiAgLy8gSW5wdXQgd2lsbCBiZSBwYXNzZWQgYWxvbmcgZGlyZWN0bHkgYXMgYSBzaW1wbGUgc3RyaW5nLlxyXG4gIFNlbGVjdExpc3RXaXRoU3RyaW5nQ29sbGVjdGlvbk91dHB1dCA9ICdzZWxlY3RMaXN0V2l0aFN0cmluZ0NvbGxlY3Rpb25PdXRwdXQnLFxyXG5cclxuICAvL1RoaXMgbW9kZSBtYWtlcyB0aGUgRmlsdGVyIGRpc3BsYXkgYSBtdWx0aSBzZWxlY3QgbGlzdFxyXG4gIC8vIEF2YWlsYWJsZSBjaG9pY2VzIHdpbGwgbmVlZCB0byBoYXZlIHRoZWlyIGlkZW50aWZ5aW5nIHZhbHVlIGJlIGEgbnVtYmVyLiBUaGUgc3VtbWF0aW9uIG9mIGFsbCB0aGVzZSBudW1iZXJzIHdpbGwgYmUgcGFzc2VkIGFsb25nLlxyXG4gIFNlbGVjdExpc3RXaXRoTnVtYmVyT3V0cHV0ID0gJ3NlbGVjdExpc3RXaXRoTnVtYmVyT3V0cHV0JyxcclxuXHJcbiAgLy9UaGlzIG1vZGUgbWFrZXMgdGhlIEZpbHRlciBkaXNwbGF5IGEgbWluIGFuZCBtYXggZmllbGQuIFRoaXMgc2hvdWxkIGV2ZW50dWFsbHkgYmUgYSBzbGlkZXIuXHJcbiAgLy8gaW5wdXQgaXMgcGFzc2VkIGFsb25nIGFzIFwibWluIC0gbWF4XCJcclxuICBTbGlkZXIgPSAnc2xpZGVyJyxcclxuXHJcbiAgLy9UaGlzIG1vZGUgbWFrZXMgdGhlIEZpbHRlciBkaXNwbGF5IGEgbWluIGFuZCBtYXggZmllbGQuIFRoaXMgc2hvdWxkIGV2ZW50dWFsbHkgYmUgYSBzbGlkZXIuXHJcbiAgLy8gaW5wdXQgaXMgcGFzc2VkIGFsb25nIGFzIFwibWluIC0gbWF4XCIgVGhpcyB2ZXJzaW9uIGNhbiBiZSBlbXB0aWVkLlxyXG4gIE51bGxhYmxlU2xpZGVyID0gJ251bGxhYmxlU2xpZGVyJyxcclxuXHJcbiAgLy9UaGlzIG1vZGUgbWFrZXMgdGhlIEZpbHRlciBkaXNwbGF5IGEgc2ltcGxlIHRleHRmaWVsZC5cclxuICAvLyBUaGUgdmFsdWUgdHlwZWQgaW50byB0aGUgZmllbGQgd2lsbCBiZSBwYXNzZWQgYWxvbmcgZGlyZWN0bHkgYXMgYSBzdHJpbmcuXHJcbiAgVGV4dEZpZWxkID0gJ3RleHRGaWVsZCcsXHJcblxyXG4gIC8vVGhpcyBtb2RlIG1ha2VzIHRoZSBGaWx0ZXIgZGlzcGxheSBhIHNpbXBsZSBkYXRlRmllbGQuXHJcbiAgLy8gRmllbGQgaW5wdXQgd2lsbCBiZSBwYXNzZWQgYWxvbmcgZGlyZWN0bHkgYXMgYSBkYXRlIG9iamVjdC5cclxuICBEYXRlRmllbGQgPSAnZGF0ZUZpZWxkJyxcclxuXHJcbiAgLy9UaGlzIG1vZGUgbWFrZXMgdGhlIEZpbHRlciBkaXNwbGF5IGEgZGF0ZVJhbmdlIGZpZWxkLlxyXG4gIC8vIEZpZWxkIGlucHV0IHdpbGwgYmUgcGFzc2VkIGFsb25nIGRpcmVjdGx5IGFzIGEgc3RyaW5nIHdpdGggdGhlIGZvbGxvd2luZyBzeW50YXg6IFwiPz49JzAxLTA4LTIwMjInJiA/PD0nMzEtMDgtMjAyMidcIlxyXG4gIERhdGVSYW5nZUZpZWxkID0gJ2RhdGVSYW5nZUZpZWxkJyxcclxuXHJcbiAgLy9UaGlzIG1vZGUgbWFrZXMgdGhlIEZpbHRlciBkaXNwbGF5IGEgc2ltcGxlIGNoZWNrQm94LlxyXG4gIC8vIEl0J3MgdmFsdWUgd2lsbCBiZSBwYXNzZWQgYWxvbmcgZGlyZWN0bHkgYXMgYSBib29sZWFuLlxyXG4gIENoZWNrYm94ID0gJ2NoZWNrYm94JyxcclxuXHJcbiAgLy9UaGlzIG1vZGUgbWFrZXMgdGhlIEZpbHRlciBkaXNwbGF5IGEgc2ltcGxlIGNoZWNrQm94LlxyXG4gIC8vIEl0J3MgdmFsdWUgd2lsbCBiZSBwYXNzZWQgYWxvbmcgYXMgZWl0aGVyIGEgJ1QnIG9yIGFuZCAnRicuXHJcbiAgQ2hlY2tib3hUb1NpbXBsZVRleHQgPSAnY2hlY2tib3hUb1NpbXBsZVRleHQnLFxyXG5cclxuICAvL1RoaXMgbW9kZSBtYWtlcyB0aGUgRmlsdGVyIGRpc3BsYXkgYSBzaW1wbGUgY2hlY2tCb3guXHJcbiAgLy8gSXQncyB2YWx1ZSB3aWxsIGJlIHBhc3NlZCBhbG9uZyBhcyBlaXRoZXIgYSBcIj89J1QnXCIgb3IgYW5kIFwiPz0nRidcIi5cclxuICBDaGVja2JveFRvVGV4dCA9ICdjaGVja2JveFRvVGV4dCcsXHJcblxyXG4gIC8vVGhpcyBtb2RlIG1ha2VzIHRoZSBGaWx0ZXIgZGlzcGxheSBhIHNpbXBsZSBjaGVja0JveC5cclxuICAvLyBJdCdzIHZhbHVlIHdpbGwgYmUgcGFzc2VkIGFsb25nIGFzIGVpdGhlciBhIDEgb3IgYW5kIDAuXHJcbiAgQ2hlY2tib3hUb0JpbmFyeSA9ICdjaGVja2JveFRvQmluYXJ5JyxcclxuXHJcblxyXG5cclxufVxyXG4iXX0=
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
// Input values for 'buttonShowMode' of NumberPickerComponent.
|
|
2
|
-
export var InputNumberPickerButtonShowMode;
|
|
3
|
-
(function (InputNumberPickerButtonShowMode) {
|
|
4
|
-
InputNumberPickerButtonShowMode["Always"] = "always";
|
|
5
|
-
InputNumberPickerButtonShowMode["OnFocusOnly"] = "onFocusOnly";
|
|
6
|
-
InputNumberPickerButtonShowMode["Never"] = "never";
|
|
7
|
-
})(InputNumberPickerButtonShowMode || (InputNumberPickerButtonShowMode = {}));
|
|
1
|
+
// Input values for 'buttonShowMode' of NumberPickerComponent.
|
|
2
|
+
export var InputNumberPickerButtonShowMode;
|
|
3
|
+
(function (InputNumberPickerButtonShowMode) {
|
|
4
|
+
InputNumberPickerButtonShowMode["Always"] = "always";
|
|
5
|
+
InputNumberPickerButtonShowMode["OnFocusOnly"] = "onFocusOnly";
|
|
6
|
+
InputNumberPickerButtonShowMode["Never"] = "never";
|
|
7
|
+
})(InputNumberPickerButtonShowMode || (InputNumberPickerButtonShowMode = {}));
|
|
8
8
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtbnVtYmVyLXBpY2tlci1zaG93LW1vZGUuZW51bS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvcmVjb21wb25lbnRzL3NyYy9saWIvY29yZS9lbnVtL2lucHV0LW51bWJlci1waWNrZXItc2hvdy1tb2RlLmVudW0udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsOERBQThEO0FBQzlELE1BQU0sQ0FBTixJQUFZLCtCQUlYO0FBSkQsV0FBWSwrQkFBK0I7SUFDdkMsb0RBQWlCLENBQUE7SUFDakIsOERBQTJCLENBQUE7SUFDM0Isa0RBQWUsQ0FBQTtBQUNuQixDQUFDLEVBSlcsK0JBQStCLEtBQS9CLCtCQUErQixRQUkxQyIsInNvdXJjZXNDb250ZW50IjpbIi8vIElucHV0IHZhbHVlcyBmb3IgJ2J1dHRvblNob3dNb2RlJyBvZiBOdW1iZXJQaWNrZXJDb21wb25lbnQuXHJcbmV4cG9ydCBlbnVtIElucHV0TnVtYmVyUGlja2VyQnV0dG9uU2hvd01vZGUge1xyXG4gICAgQWx3YXlzID0gXCJhbHdheXNcIixcclxuICAgIE9uRm9jdXNPbmx5ID0gXCJvbkZvY3VzT25seVwiLFxyXG4gICAgTmV2ZXIgPSBcIm5ldmVyXCJcclxufVxyXG4iXX0=
|
|
@@ -1,74 +1,74 @@
|
|
|
1
|
-
// human-readable JS keyboard codes, as found in KeyboardEvent.which numeric values
|
|
2
|
-
export var KeyboardCode;
|
|
3
|
-
(function (KeyboardCode) {
|
|
4
|
-
KeyboardCode[KeyboardCode["Backspace"] = 8] = "Backspace";
|
|
5
|
-
KeyboardCode[KeyboardCode["Tab"] = 9] = "Tab";
|
|
6
|
-
KeyboardCode[KeyboardCode["Enter"] = 13] = "Enter";
|
|
7
|
-
KeyboardCode[KeyboardCode["Shift"] = 16] = "Shift";
|
|
8
|
-
KeyboardCode[KeyboardCode["Escape"] = 27] = "Escape";
|
|
9
|
-
KeyboardCode[KeyboardCode["SpaceBar"] = 32] = "SpaceBar";
|
|
10
|
-
KeyboardCode[KeyboardCode["End"] = 35] = "End";
|
|
11
|
-
KeyboardCode[KeyboardCode["Home"] = 36] = "Home";
|
|
12
|
-
KeyboardCode[KeyboardCode["Left"] = 37] = "Left";
|
|
13
|
-
KeyboardCode[KeyboardCode["Up"] = 38] = "Up";
|
|
14
|
-
KeyboardCode[KeyboardCode["Right"] = 39] = "Right";
|
|
15
|
-
KeyboardCode[KeyboardCode["Down"] = 40] = "Down";
|
|
16
|
-
KeyboardCode[KeyboardCode["Insert"] = 45] = "Insert";
|
|
17
|
-
KeyboardCode[KeyboardCode["Delete"] = 46] = "Delete";
|
|
18
|
-
KeyboardCode[KeyboardCode["Zero"] = 48] = "Zero";
|
|
19
|
-
KeyboardCode[KeyboardCode["One"] = 49] = "One";
|
|
20
|
-
KeyboardCode[KeyboardCode["Two"] = 50] = "Two";
|
|
21
|
-
KeyboardCode[KeyboardCode["Three"] = 51] = "Three";
|
|
22
|
-
KeyboardCode[KeyboardCode["Four"] = 52] = "Four";
|
|
23
|
-
KeyboardCode[KeyboardCode["Five"] = 53] = "Five";
|
|
24
|
-
KeyboardCode[KeyboardCode["Six"] = 54] = "Six";
|
|
25
|
-
KeyboardCode[KeyboardCode["Seven"] = 55] = "Seven";
|
|
26
|
-
KeyboardCode[KeyboardCode["Eight"] = 56] = "Eight";
|
|
27
|
-
KeyboardCode[KeyboardCode["Nine"] = 57] = "Nine";
|
|
28
|
-
KeyboardCode[KeyboardCode["A"] = 65] = "A";
|
|
29
|
-
KeyboardCode[KeyboardCode["B"] = 66] = "B";
|
|
30
|
-
KeyboardCode[KeyboardCode["C"] = 67] = "C";
|
|
31
|
-
KeyboardCode[KeyboardCode["D"] = 68] = "D";
|
|
32
|
-
KeyboardCode[KeyboardCode["e"] = 69] = "e";
|
|
33
|
-
KeyboardCode[KeyboardCode["F"] = 70] = "F";
|
|
34
|
-
KeyboardCode[KeyboardCode["G"] = 71] = "G";
|
|
35
|
-
KeyboardCode[KeyboardCode["H"] = 72] = "H";
|
|
36
|
-
KeyboardCode[KeyboardCode["I"] = 73] = "I";
|
|
37
|
-
KeyboardCode[KeyboardCode["J"] = 74] = "J";
|
|
38
|
-
KeyboardCode[KeyboardCode["K"] = 75] = "K";
|
|
39
|
-
KeyboardCode[KeyboardCode["L"] = 76] = "L";
|
|
40
|
-
KeyboardCode[KeyboardCode["M"] = 77] = "M";
|
|
41
|
-
KeyboardCode[KeyboardCode["N"] = 78] = "N";
|
|
42
|
-
KeyboardCode[KeyboardCode["O"] = 79] = "O";
|
|
43
|
-
KeyboardCode[KeyboardCode["P"] = 80] = "P";
|
|
44
|
-
KeyboardCode[KeyboardCode["Q"] = 81] = "Q";
|
|
45
|
-
KeyboardCode[KeyboardCode["R"] = 82] = "R";
|
|
46
|
-
KeyboardCode[KeyboardCode["S"] = 83] = "S";
|
|
47
|
-
KeyboardCode[KeyboardCode["T"] = 84] = "T";
|
|
48
|
-
KeyboardCode[KeyboardCode["U"] = 85] = "U";
|
|
49
|
-
KeyboardCode[KeyboardCode["V"] = 86] = "V";
|
|
50
|
-
KeyboardCode[KeyboardCode["W"] = 87] = "W";
|
|
51
|
-
KeyboardCode[KeyboardCode["X"] = 88] = "X";
|
|
52
|
-
KeyboardCode[KeyboardCode["Y"] = 89] = "Y";
|
|
53
|
-
KeyboardCode[KeyboardCode["Z"] = 90] = "Z";
|
|
54
|
-
KeyboardCode[KeyboardCode["NumpadZero"] = 96] = "NumpadZero";
|
|
55
|
-
KeyboardCode[KeyboardCode["NumpadOne"] = 97] = "NumpadOne";
|
|
56
|
-
KeyboardCode[KeyboardCode["NumpadTwo"] = 98] = "NumpadTwo";
|
|
57
|
-
KeyboardCode[KeyboardCode["NumpadThree"] = 99] = "NumpadThree";
|
|
58
|
-
KeyboardCode[KeyboardCode["NumpadFour"] = 100] = "NumpadFour";
|
|
59
|
-
KeyboardCode[KeyboardCode["NumpadFive"] = 101] = "NumpadFive";
|
|
60
|
-
KeyboardCode[KeyboardCode["NumpadSix"] = 102] = "NumpadSix";
|
|
61
|
-
KeyboardCode[KeyboardCode["NumpadSeven"] = 103] = "NumpadSeven";
|
|
62
|
-
KeyboardCode[KeyboardCode["NumpadEight"] = 104] = "NumpadEight";
|
|
63
|
-
KeyboardCode[KeyboardCode["NumpadNine"] = 105] = "NumpadNine";
|
|
64
|
-
KeyboardCode[KeyboardCode["Substract"] = 109] = "Substract";
|
|
65
|
-
KeyboardCode[KeyboardCode["DecimalPoint"] = 110] = "DecimalPoint";
|
|
66
|
-
KeyboardCode[KeyboardCode["Add"] = 107] = "Add";
|
|
67
|
-
KeyboardCode[KeyboardCode["MinusFireFox"] = 173] = "MinusFireFox";
|
|
68
|
-
KeyboardCode[KeyboardCode["Equal"] = 187] = "Equal";
|
|
69
|
-
KeyboardCode[KeyboardCode["Comma"] = 188] = "Comma";
|
|
70
|
-
KeyboardCode[KeyboardCode["Minus"] = 189] = "Minus";
|
|
71
|
-
KeyboardCode[KeyboardCode["Period"] = 190] = "Period";
|
|
72
|
-
KeyboardCode[KeyboardCode["Tilde"] = 192] = "Tilde";
|
|
73
|
-
})(KeyboardCode || (KeyboardCode = {}));
|
|
1
|
+
// human-readable JS keyboard codes, as found in KeyboardEvent.which numeric values
|
|
2
|
+
export var KeyboardCode;
|
|
3
|
+
(function (KeyboardCode) {
|
|
4
|
+
KeyboardCode[KeyboardCode["Backspace"] = 8] = "Backspace";
|
|
5
|
+
KeyboardCode[KeyboardCode["Tab"] = 9] = "Tab";
|
|
6
|
+
KeyboardCode[KeyboardCode["Enter"] = 13] = "Enter";
|
|
7
|
+
KeyboardCode[KeyboardCode["Shift"] = 16] = "Shift";
|
|
8
|
+
KeyboardCode[KeyboardCode["Escape"] = 27] = "Escape";
|
|
9
|
+
KeyboardCode[KeyboardCode["SpaceBar"] = 32] = "SpaceBar";
|
|
10
|
+
KeyboardCode[KeyboardCode["End"] = 35] = "End";
|
|
11
|
+
KeyboardCode[KeyboardCode["Home"] = 36] = "Home";
|
|
12
|
+
KeyboardCode[KeyboardCode["Left"] = 37] = "Left";
|
|
13
|
+
KeyboardCode[KeyboardCode["Up"] = 38] = "Up";
|
|
14
|
+
KeyboardCode[KeyboardCode["Right"] = 39] = "Right";
|
|
15
|
+
KeyboardCode[KeyboardCode["Down"] = 40] = "Down";
|
|
16
|
+
KeyboardCode[KeyboardCode["Insert"] = 45] = "Insert";
|
|
17
|
+
KeyboardCode[KeyboardCode["Delete"] = 46] = "Delete";
|
|
18
|
+
KeyboardCode[KeyboardCode["Zero"] = 48] = "Zero";
|
|
19
|
+
KeyboardCode[KeyboardCode["One"] = 49] = "One";
|
|
20
|
+
KeyboardCode[KeyboardCode["Two"] = 50] = "Two";
|
|
21
|
+
KeyboardCode[KeyboardCode["Three"] = 51] = "Three";
|
|
22
|
+
KeyboardCode[KeyboardCode["Four"] = 52] = "Four";
|
|
23
|
+
KeyboardCode[KeyboardCode["Five"] = 53] = "Five";
|
|
24
|
+
KeyboardCode[KeyboardCode["Six"] = 54] = "Six";
|
|
25
|
+
KeyboardCode[KeyboardCode["Seven"] = 55] = "Seven";
|
|
26
|
+
KeyboardCode[KeyboardCode["Eight"] = 56] = "Eight";
|
|
27
|
+
KeyboardCode[KeyboardCode["Nine"] = 57] = "Nine";
|
|
28
|
+
KeyboardCode[KeyboardCode["A"] = 65] = "A";
|
|
29
|
+
KeyboardCode[KeyboardCode["B"] = 66] = "B";
|
|
30
|
+
KeyboardCode[KeyboardCode["C"] = 67] = "C";
|
|
31
|
+
KeyboardCode[KeyboardCode["D"] = 68] = "D";
|
|
32
|
+
KeyboardCode[KeyboardCode["e"] = 69] = "e";
|
|
33
|
+
KeyboardCode[KeyboardCode["F"] = 70] = "F";
|
|
34
|
+
KeyboardCode[KeyboardCode["G"] = 71] = "G";
|
|
35
|
+
KeyboardCode[KeyboardCode["H"] = 72] = "H";
|
|
36
|
+
KeyboardCode[KeyboardCode["I"] = 73] = "I";
|
|
37
|
+
KeyboardCode[KeyboardCode["J"] = 74] = "J";
|
|
38
|
+
KeyboardCode[KeyboardCode["K"] = 75] = "K";
|
|
39
|
+
KeyboardCode[KeyboardCode["L"] = 76] = "L";
|
|
40
|
+
KeyboardCode[KeyboardCode["M"] = 77] = "M";
|
|
41
|
+
KeyboardCode[KeyboardCode["N"] = 78] = "N";
|
|
42
|
+
KeyboardCode[KeyboardCode["O"] = 79] = "O";
|
|
43
|
+
KeyboardCode[KeyboardCode["P"] = 80] = "P";
|
|
44
|
+
KeyboardCode[KeyboardCode["Q"] = 81] = "Q";
|
|
45
|
+
KeyboardCode[KeyboardCode["R"] = 82] = "R";
|
|
46
|
+
KeyboardCode[KeyboardCode["S"] = 83] = "S";
|
|
47
|
+
KeyboardCode[KeyboardCode["T"] = 84] = "T";
|
|
48
|
+
KeyboardCode[KeyboardCode["U"] = 85] = "U";
|
|
49
|
+
KeyboardCode[KeyboardCode["V"] = 86] = "V";
|
|
50
|
+
KeyboardCode[KeyboardCode["W"] = 87] = "W";
|
|
51
|
+
KeyboardCode[KeyboardCode["X"] = 88] = "X";
|
|
52
|
+
KeyboardCode[KeyboardCode["Y"] = 89] = "Y";
|
|
53
|
+
KeyboardCode[KeyboardCode["Z"] = 90] = "Z";
|
|
54
|
+
KeyboardCode[KeyboardCode["NumpadZero"] = 96] = "NumpadZero";
|
|
55
|
+
KeyboardCode[KeyboardCode["NumpadOne"] = 97] = "NumpadOne";
|
|
56
|
+
KeyboardCode[KeyboardCode["NumpadTwo"] = 98] = "NumpadTwo";
|
|
57
|
+
KeyboardCode[KeyboardCode["NumpadThree"] = 99] = "NumpadThree";
|
|
58
|
+
KeyboardCode[KeyboardCode["NumpadFour"] = 100] = "NumpadFour";
|
|
59
|
+
KeyboardCode[KeyboardCode["NumpadFive"] = 101] = "NumpadFive";
|
|
60
|
+
KeyboardCode[KeyboardCode["NumpadSix"] = 102] = "NumpadSix";
|
|
61
|
+
KeyboardCode[KeyboardCode["NumpadSeven"] = 103] = "NumpadSeven";
|
|
62
|
+
KeyboardCode[KeyboardCode["NumpadEight"] = 104] = "NumpadEight";
|
|
63
|
+
KeyboardCode[KeyboardCode["NumpadNine"] = 105] = "NumpadNine";
|
|
64
|
+
KeyboardCode[KeyboardCode["Substract"] = 109] = "Substract";
|
|
65
|
+
KeyboardCode[KeyboardCode["DecimalPoint"] = 110] = "DecimalPoint";
|
|
66
|
+
KeyboardCode[KeyboardCode["Add"] = 107] = "Add";
|
|
67
|
+
KeyboardCode[KeyboardCode["MinusFireFox"] = 173] = "MinusFireFox";
|
|
68
|
+
KeyboardCode[KeyboardCode["Equal"] = 187] = "Equal";
|
|
69
|
+
KeyboardCode[KeyboardCode["Comma"] = 188] = "Comma";
|
|
70
|
+
KeyboardCode[KeyboardCode["Minus"] = 189] = "Minus";
|
|
71
|
+
KeyboardCode[KeyboardCode["Period"] = 190] = "Period";
|
|
72
|
+
KeyboardCode[KeyboardCode["Tilde"] = 192] = "Tilde";
|
|
73
|
+
})(KeyboardCode || (KeyboardCode = {}));
|
|
74
74
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoia2V5Ym9hcmQtY29kZS5lbnVtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29yZWNvbXBvbmVudHMvc3JjL2xpYi9jb3JlL2VudW0va2V5Ym9hcmQtY29kZS5lbnVtLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLG1GQUFtRjtBQUNuRixNQUFNLENBQU4sSUFBWSxZQXNFWDtBQXRFRCxXQUFZLFlBQVk7SUFDcEIseURBQWEsQ0FBQTtJQUNiLDZDQUFPLENBQUE7SUFDUCxrREFBVSxDQUFBO0lBQ1Ysa0RBQVUsQ0FBQTtJQUNWLG9EQUFXLENBQUE7SUFDWCx3REFBYSxDQUFBO0lBQ2IsOENBQVEsQ0FBQTtJQUNSLGdEQUFTLENBQUE7SUFDVCxnREFBUyxDQUFBO0lBQ1QsNENBQU8sQ0FBQTtJQUNQLGtEQUFVLENBQUE7SUFDVixnREFBUyxDQUFBO0lBQ1Qsb0RBQVcsQ0FBQTtJQUNYLG9EQUFXLENBQUE7SUFDWCxnREFBUyxDQUFBO0lBQ1QsOENBQVEsQ0FBQTtJQUNSLDhDQUFRLENBQUE7SUFDUixrREFBVSxDQUFBO0lBQ1YsZ0RBQVMsQ0FBQTtJQUNULGdEQUFTLENBQUE7SUFDVCw4Q0FBUSxDQUFBO0lBQ1Isa0RBQVUsQ0FBQTtJQUNWLGtEQUFVLENBQUE7SUFDVixnREFBUyxDQUFBO0lBQ1QsMENBQU0sQ0FBQTtJQUNOLDBDQUFNLENBQUE7SUFDTiwwQ0FBTSxDQUFBO0lBQ04sMENBQU0sQ0FBQTtJQUNOLDBDQUFNLENBQUE7SUFDTiwwQ0FBTSxDQUFBO0lBQ04sMENBQU0sQ0FBQTtJQUNOLDBDQUFNLENBQUE7SUFDTiwwQ0FBTSxDQUFBO0lBQ04sMENBQU0sQ0FBQTtJQUNOLDBDQUFNLENBQUE7SUFDTiwwQ0FBTSxDQUFBO0lBQ04sMENBQU0sQ0FBQTtJQUNOLDBDQUFNLENBQUE7SUFDTiwwQ0FBTSxDQUFBO0lBQ04sMENBQU0sQ0FBQTtJQUNOLDBDQUFNLENBQUE7SUFDTiwwQ0FBTSxDQUFBO0lBQ04sMENBQU0sQ0FBQTtJQUNOLDBDQUFNLENBQUE7SUFDTiwwQ0FBTSxDQUFBO0lBQ04sMENBQU0sQ0FBQTtJQUNOLDBDQUFNLENBQUE7SUFDTiwwQ0FBTSxDQUFBO0lBQ04sMENBQU0sQ0FBQTtJQUNOLDBDQUFNLENBQUE7SUFDTiw0REFBZSxDQUFBO0lBQ2YsMERBQWMsQ0FBQTtJQUNkLDBEQUFjLENBQUE7SUFDZCw4REFBZ0IsQ0FBQTtJQUNoQiw2REFBZ0IsQ0FBQTtJQUNoQiw2REFBZ0IsQ0FBQTtJQUNoQiwyREFBZSxDQUFBO0lBQ2YsK0RBQWlCLENBQUE7SUFDakIsK0RBQWlCLENBQUE7SUFDakIsNkRBQWdCLENBQUE7SUFDaEIsMkRBQWUsQ0FBQTtJQUNmLGlFQUFrQixDQUFBO0lBQ2xCLCtDQUFTLENBQUE7SUFDVCxpRUFBa0IsQ0FBQTtJQUNsQixtREFBVyxDQUFBO0lBQ1gsbURBQVcsQ0FBQTtJQUNYLG1EQUFXLENBQUE7SUFDWCxxREFBWSxDQUFBO0lBQ1osbURBQVcsQ0FBQTtBQUNmLENBQUMsRUF0RVcsWUFBWSxLQUFaLFlBQVksUUFzRXZCIiwic291cmNlc0NvbnRlbnQiOlsiLy8gaHVtYW4tcmVhZGFibGUgSlMga2V5Ym9hcmQgY29kZXMsIGFzIGZvdW5kIGluIEtleWJvYXJkRXZlbnQud2hpY2ggbnVtZXJpYyB2YWx1ZXNcclxuZXhwb3J0IGVudW0gS2V5Ym9hcmRDb2RlIHtcclxuICAgIEJhY2tzcGFjZSA9IDgsXHJcbiAgICBUYWIgPSA5LFxyXG4gICAgRW50ZXIgPSAxMyxcclxuICAgIFNoaWZ0ID0gMTYsXHJcbiAgICBFc2NhcGUgPSAyNyxcclxuICAgIFNwYWNlQmFyID0gMzIsXHJcbiAgICBFbmQgPSAzNSxcclxuICAgIEhvbWUgPSAzNixcclxuICAgIExlZnQgPSAzNyxcclxuICAgIFVwID0gMzgsXHJcbiAgICBSaWdodCA9IDM5LFxyXG4gICAgRG93biA9IDQwLFxyXG4gICAgSW5zZXJ0ID0gNDUsXHJcbiAgICBEZWxldGUgPSA0NixcclxuICAgIFplcm8gPSA0OCxcclxuICAgIE9uZSA9IDQ5LFxyXG4gICAgVHdvID0gNTAsXHJcbiAgICBUaHJlZSA9IDUxLFxyXG4gICAgRm91ciA9IDUyLFxyXG4gICAgRml2ZSA9IDUzLFxyXG4gICAgU2l4ID0gNTQsXHJcbiAgICBTZXZlbiA9IDU1LFxyXG4gICAgRWlnaHQgPSA1NixcclxuICAgIE5pbmUgPSA1NyxcclxuICAgIEEgPSA2NSxcclxuICAgIEIgPSA2NixcclxuICAgIEMgPSA2NyxcclxuICAgIEQgPSA2OCxcclxuICAgIGUgPVx0NjksXHJcbiAgICBGID1cdDcwLFxyXG4gICAgRyA9XHQ3MSxcclxuICAgIEggPVx0NzIsXHJcbiAgICBJID1cdDczLFxyXG4gICAgSiA9XHQ3NCxcclxuICAgIEsgPVx0NzUsXHJcbiAgICBMID1cdDc2LFxyXG4gICAgTSA9XHQ3NyxcclxuICAgIE4gPVx0NzgsXHJcbiAgICBPID1cdDc5LFxyXG4gICAgUCA9XHQ4MCxcclxuICAgIFEgPVx0ODEsXHJcbiAgICBSID1cdDgyLFxyXG4gICAgUyA9XHQ4MyxcclxuICAgIFQgPVx0ODQsXHJcbiAgICBVID1cdDg1LFxyXG4gICAgViA9XHQ4NixcclxuICAgIFcgPVx0ODcsXHJcbiAgICBYID1cdDg4LFxyXG4gICAgWSA9XHQ4OSxcclxuICAgIFogPVx0OTAsXHJcbiAgICBOdW1wYWRaZXJvID0gOTYsXHJcbiAgICBOdW1wYWRPbmUgPSA5NyxcclxuICAgIE51bXBhZFR3byA9IDk4LFxyXG4gICAgTnVtcGFkVGhyZWUgPSA5OSxcclxuICAgIE51bXBhZEZvdXIgPSAxMDAsXHJcbiAgICBOdW1wYWRGaXZlID0gMTAxLFxyXG4gICAgTnVtcGFkU2l4ID0gMTAyLFxyXG4gICAgTnVtcGFkU2V2ZW4gPSAxMDMsXHJcbiAgICBOdW1wYWRFaWdodCA9IDEwNCxcclxuICAgIE51bXBhZE5pbmUgPSAxMDUsXHJcbiAgICBTdWJzdHJhY3QgPSAxMDksXHJcbiAgICBEZWNpbWFsUG9pbnQgPSAxMTAsXHJcbiAgICBBZGQgPSAxMDcsXHJcbiAgICBNaW51c0ZpcmVGb3ggPSAxNzMsXHJcbiAgICBFcXVhbCA9IDE4NyxcclxuICAgIENvbW1hID0gMTg4LFxyXG4gICAgTWludXMgPSAxODksXHJcbiAgICBQZXJpb2QgPSAxOTAsXHJcbiAgICBUaWxkZSA9IDE5MlxyXG59XHJcbiJdfQ==
|
|
@@ -1,76 +1,76 @@
|
|
|
1
|
-
// Human-readable JS keyboard codes, as in KeyboardEvent.key string values.
|
|
2
|
-
export var KeyboardKey;
|
|
3
|
-
(function (KeyboardKey) {
|
|
4
|
-
KeyboardKey["Down"] = "ArrowDown";
|
|
5
|
-
KeyboardKey["Up"] = "ArrowUp";
|
|
6
|
-
KeyboardKey["Left"] = "ArrowLeft";
|
|
7
|
-
KeyboardKey["Right"] = "ArrowRight";
|
|
8
|
-
KeyboardKey["Tab"] = "Tab";
|
|
9
|
-
KeyboardKey["Escape"] = "Escape";
|
|
10
|
-
KeyboardKey["Enter"] = "Enter";
|
|
11
|
-
KeyboardKey["Home"] = "Home";
|
|
12
|
-
KeyboardKey["End"] = "End";
|
|
13
|
-
KeyboardKey["Delete"] = "Delete";
|
|
14
|
-
KeyboardKey["Insert"] = "Insert";
|
|
15
|
-
KeyboardKey["ShiftLeft"] = "ShiftLeft";
|
|
16
|
-
KeyboardKey["ShiftRight"] = "ShiftRight";
|
|
17
|
-
KeyboardKey["Backspace"] = "Backspace";
|
|
18
|
-
KeyboardKey["SpaceBar"] = "Space";
|
|
19
|
-
KeyboardKey["Period"] = "Period";
|
|
20
|
-
KeyboardKey["DecimalPoint"] = "NumpadDecimal";
|
|
21
|
-
KeyboardKey["SemiColon"] = "Semicolon";
|
|
22
|
-
KeyboardKey["ControlRight"] = "ControlRight";
|
|
23
|
-
KeyboardKey["ControlLeft"] = "ControlLeft";
|
|
24
|
-
KeyboardKey["Comma"] = "Comma";
|
|
25
|
-
////Minus,
|
|
26
|
-
////MinusFireFox,
|
|
27
|
-
////Substract,
|
|
28
|
-
KeyboardKey["Zero"] = "Digit0";
|
|
29
|
-
KeyboardKey["One"] = "Digit1";
|
|
30
|
-
KeyboardKey["Two"] = "Digit2";
|
|
31
|
-
KeyboardKey["Three"] = "Digit3";
|
|
32
|
-
KeyboardKey["Four"] = "Digit4";
|
|
33
|
-
KeyboardKey["Five"] = "Digit5";
|
|
34
|
-
KeyboardKey["Six"] = "Digit6";
|
|
35
|
-
KeyboardKey["Seven"] = "Digit7";
|
|
36
|
-
KeyboardKey["Eight"] = "Digit8";
|
|
37
|
-
KeyboardKey["Nine"] = "Digit9";
|
|
38
|
-
KeyboardKey["NumpadZero"] = "Numpad0";
|
|
39
|
-
KeyboardKey["NumpadOne"] = "Numpad1";
|
|
40
|
-
KeyboardKey["NumpadTwo"] = "Numpad2";
|
|
41
|
-
KeyboardKey["NumpadThree"] = "Numpad3";
|
|
42
|
-
KeyboardKey["NumpadFour"] = "Numpad4";
|
|
43
|
-
KeyboardKey["NumpadFive"] = "Numpad5";
|
|
44
|
-
KeyboardKey["NumpadSix"] = "Numpad6";
|
|
45
|
-
KeyboardKey["NumpadSeven"] = "Numpad7";
|
|
46
|
-
KeyboardKey["NumpadEight"] = "Numpad8";
|
|
47
|
-
KeyboardKey["NumpadNine"] = "Numpad9";
|
|
48
|
-
KeyboardKey["NumpadEnter"] = "NumpadEnter";
|
|
49
|
-
KeyboardKey["A"] = "KeyA";
|
|
50
|
-
KeyboardKey["B"] = "KeyB";
|
|
51
|
-
KeyboardKey["C"] = "KeyC";
|
|
52
|
-
KeyboardKey["D"] = "KeyD";
|
|
53
|
-
KeyboardKey["E"] = "KeyE";
|
|
54
|
-
KeyboardKey["F"] = "KeyF";
|
|
55
|
-
KeyboardKey["G"] = "KeyG";
|
|
56
|
-
KeyboardKey["H"] = "KeyH";
|
|
57
|
-
KeyboardKey["I"] = "KeyI";
|
|
58
|
-
KeyboardKey["J"] = "KeyJ";
|
|
59
|
-
KeyboardKey["K"] = "KeyK";
|
|
60
|
-
KeyboardKey["L"] = "KeyL";
|
|
61
|
-
KeyboardKey["M"] = "KeyM";
|
|
62
|
-
KeyboardKey["N"] = "KeyN";
|
|
63
|
-
KeyboardKey["O"] = "KeyO";
|
|
64
|
-
KeyboardKey["P"] = "KeyP";
|
|
65
|
-
KeyboardKey["Q"] = "KeyQ";
|
|
66
|
-
KeyboardKey["R"] = "KeyR";
|
|
67
|
-
KeyboardKey["S"] = "KeyS";
|
|
68
|
-
KeyboardKey["T"] = "KeyT";
|
|
69
|
-
KeyboardKey["U"] = "KeyU";
|
|
70
|
-
KeyboardKey["V"] = "KeyV";
|
|
71
|
-
KeyboardKey["W"] = "KeyW";
|
|
72
|
-
KeyboardKey["X"] = "KeyX";
|
|
73
|
-
KeyboardKey["Y"] = "KeyY";
|
|
74
|
-
KeyboardKey["Z"] = "KeyZ";
|
|
75
|
-
})(KeyboardKey || (KeyboardKey = {}));
|
|
1
|
+
// Human-readable JS keyboard codes, as in KeyboardEvent.key string values.
|
|
2
|
+
export var KeyboardKey;
|
|
3
|
+
(function (KeyboardKey) {
|
|
4
|
+
KeyboardKey["Down"] = "ArrowDown";
|
|
5
|
+
KeyboardKey["Up"] = "ArrowUp";
|
|
6
|
+
KeyboardKey["Left"] = "ArrowLeft";
|
|
7
|
+
KeyboardKey["Right"] = "ArrowRight";
|
|
8
|
+
KeyboardKey["Tab"] = "Tab";
|
|
9
|
+
KeyboardKey["Escape"] = "Escape";
|
|
10
|
+
KeyboardKey["Enter"] = "Enter";
|
|
11
|
+
KeyboardKey["Home"] = "Home";
|
|
12
|
+
KeyboardKey["End"] = "End";
|
|
13
|
+
KeyboardKey["Delete"] = "Delete";
|
|
14
|
+
KeyboardKey["Insert"] = "Insert";
|
|
15
|
+
KeyboardKey["ShiftLeft"] = "ShiftLeft";
|
|
16
|
+
KeyboardKey["ShiftRight"] = "ShiftRight";
|
|
17
|
+
KeyboardKey["Backspace"] = "Backspace";
|
|
18
|
+
KeyboardKey["SpaceBar"] = "Space";
|
|
19
|
+
KeyboardKey["Period"] = "Period";
|
|
20
|
+
KeyboardKey["DecimalPoint"] = "NumpadDecimal";
|
|
21
|
+
KeyboardKey["SemiColon"] = "Semicolon";
|
|
22
|
+
KeyboardKey["ControlRight"] = "ControlRight";
|
|
23
|
+
KeyboardKey["ControlLeft"] = "ControlLeft";
|
|
24
|
+
KeyboardKey["Comma"] = "Comma";
|
|
25
|
+
////Minus,
|
|
26
|
+
////MinusFireFox,
|
|
27
|
+
////Substract,
|
|
28
|
+
KeyboardKey["Zero"] = "Digit0";
|
|
29
|
+
KeyboardKey["One"] = "Digit1";
|
|
30
|
+
KeyboardKey["Two"] = "Digit2";
|
|
31
|
+
KeyboardKey["Three"] = "Digit3";
|
|
32
|
+
KeyboardKey["Four"] = "Digit4";
|
|
33
|
+
KeyboardKey["Five"] = "Digit5";
|
|
34
|
+
KeyboardKey["Six"] = "Digit6";
|
|
35
|
+
KeyboardKey["Seven"] = "Digit7";
|
|
36
|
+
KeyboardKey["Eight"] = "Digit8";
|
|
37
|
+
KeyboardKey["Nine"] = "Digit9";
|
|
38
|
+
KeyboardKey["NumpadZero"] = "Numpad0";
|
|
39
|
+
KeyboardKey["NumpadOne"] = "Numpad1";
|
|
40
|
+
KeyboardKey["NumpadTwo"] = "Numpad2";
|
|
41
|
+
KeyboardKey["NumpadThree"] = "Numpad3";
|
|
42
|
+
KeyboardKey["NumpadFour"] = "Numpad4";
|
|
43
|
+
KeyboardKey["NumpadFive"] = "Numpad5";
|
|
44
|
+
KeyboardKey["NumpadSix"] = "Numpad6";
|
|
45
|
+
KeyboardKey["NumpadSeven"] = "Numpad7";
|
|
46
|
+
KeyboardKey["NumpadEight"] = "Numpad8";
|
|
47
|
+
KeyboardKey["NumpadNine"] = "Numpad9";
|
|
48
|
+
KeyboardKey["NumpadEnter"] = "NumpadEnter";
|
|
49
|
+
KeyboardKey["A"] = "KeyA";
|
|
50
|
+
KeyboardKey["B"] = "KeyB";
|
|
51
|
+
KeyboardKey["C"] = "KeyC";
|
|
52
|
+
KeyboardKey["D"] = "KeyD";
|
|
53
|
+
KeyboardKey["E"] = "KeyE";
|
|
54
|
+
KeyboardKey["F"] = "KeyF";
|
|
55
|
+
KeyboardKey["G"] = "KeyG";
|
|
56
|
+
KeyboardKey["H"] = "KeyH";
|
|
57
|
+
KeyboardKey["I"] = "KeyI";
|
|
58
|
+
KeyboardKey["J"] = "KeyJ";
|
|
59
|
+
KeyboardKey["K"] = "KeyK";
|
|
60
|
+
KeyboardKey["L"] = "KeyL";
|
|
61
|
+
KeyboardKey["M"] = "KeyM";
|
|
62
|
+
KeyboardKey["N"] = "KeyN";
|
|
63
|
+
KeyboardKey["O"] = "KeyO";
|
|
64
|
+
KeyboardKey["P"] = "KeyP";
|
|
65
|
+
KeyboardKey["Q"] = "KeyQ";
|
|
66
|
+
KeyboardKey["R"] = "KeyR";
|
|
67
|
+
KeyboardKey["S"] = "KeyS";
|
|
68
|
+
KeyboardKey["T"] = "KeyT";
|
|
69
|
+
KeyboardKey["U"] = "KeyU";
|
|
70
|
+
KeyboardKey["V"] = "KeyV";
|
|
71
|
+
KeyboardKey["W"] = "KeyW";
|
|
72
|
+
KeyboardKey["X"] = "KeyX";
|
|
73
|
+
KeyboardKey["Y"] = "KeyY";
|
|
74
|
+
KeyboardKey["Z"] = "KeyZ";
|
|
75
|
+
})(KeyboardKey || (KeyboardKey = {}));
|
|
76
76
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoia2V5Ym9hcmQta2V5LmVudW0uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb3JlY29tcG9uZW50cy9zcmMvbGliL2NvcmUvZW51bS9rZXlib2FyZC1rZXkuZW51bS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSwyRUFBMkU7QUFDM0UsTUFBTSxDQUFOLElBQVksV0E0RVg7QUE1RUQsV0FBWSxXQUFXO0lBQ25CLGlDQUFrQixDQUFBO0lBQ2xCLDZCQUFjLENBQUE7SUFDZCxpQ0FBa0IsQ0FBQTtJQUNsQixtQ0FBb0IsQ0FBQTtJQUNwQiwwQkFBVyxDQUFBO0lBQ1gsZ0NBQWlCLENBQUE7SUFDakIsOEJBQWUsQ0FBQTtJQUNmLDRCQUFhLENBQUE7SUFDYiwwQkFBVyxDQUFBO0lBQ1gsZ0NBQWlCLENBQUE7SUFDakIsZ0NBQWlCLENBQUE7SUFDakIsc0NBQXVCLENBQUE7SUFDdkIsd0NBQXlCLENBQUE7SUFDekIsc0NBQXVCLENBQUE7SUFDdkIsaUNBQWtCLENBQUE7SUFDbEIsZ0NBQWlCLENBQUE7SUFDakIsNkNBQThCLENBQUE7SUFFOUIsc0NBQXVCLENBQUE7SUFDdkIsNENBQTZCLENBQUE7SUFDN0IsMENBQTJCLENBQUE7SUFDM0IsOEJBQWUsQ0FBQTtJQUVmLFVBQVU7SUFDVixpQkFBaUI7SUFDakIsY0FBYztJQUVkLDhCQUFlLENBQUE7SUFDZiw2QkFBYyxDQUFBO0lBQ2QsNkJBQWMsQ0FBQTtJQUNkLCtCQUFnQixDQUFBO0lBQ2hCLDhCQUFlLENBQUE7SUFDZiw4QkFBZSxDQUFBO0lBQ2YsNkJBQWMsQ0FBQTtJQUNkLCtCQUFnQixDQUFBO0lBQ2hCLCtCQUFnQixDQUFBO0lBQ2hCLDhCQUFlLENBQUE7SUFDZixxQ0FBc0IsQ0FBQTtJQUN0QixvQ0FBcUIsQ0FBQTtJQUNyQixvQ0FBcUIsQ0FBQTtJQUNyQixzQ0FBdUIsQ0FBQTtJQUN2QixxQ0FBc0IsQ0FBQTtJQUN0QixxQ0FBc0IsQ0FBQTtJQUN0QixvQ0FBcUIsQ0FBQTtJQUNyQixzQ0FBdUIsQ0FBQTtJQUN2QixzQ0FBdUIsQ0FBQTtJQUN2QixxQ0FBc0IsQ0FBQTtJQUN0QiwwQ0FBMkIsQ0FBQTtJQUUzQix5QkFBVSxDQUFBO0lBQ1YseUJBQVUsQ0FBQTtJQUNWLHlCQUFVLENBQUE7SUFDVix5QkFBVSxDQUFBO0lBQ1YseUJBQVUsQ0FBQTtJQUNWLHlCQUFVLENBQUE7SUFDVix5QkFBVSxDQUFBO0lBQ1YseUJBQVUsQ0FBQTtJQUNWLHlCQUFVLENBQUE7SUFDVix5QkFBVSxDQUFBO0lBQ1YseUJBQVUsQ0FBQTtJQUNWLHlCQUFVLENBQUE7SUFDVix5QkFBVSxDQUFBO0lBQ1YseUJBQVUsQ0FBQTtJQUNWLHlCQUFVLENBQUE7SUFDVix5QkFBVSxDQUFBO0lBQ1YseUJBQVUsQ0FBQTtJQUNWLHlCQUFVLENBQUE7SUFDVix5QkFBVSxDQUFBO0lBQ1YseUJBQVUsQ0FBQTtJQUNWLHlCQUFVLENBQUE7SUFDVix5QkFBVSxDQUFBO0lBQ1YseUJBQVUsQ0FBQTtJQUNWLHlCQUFVLENBQUE7SUFDVix5QkFBVSxDQUFBO0lBQ1YseUJBQVUsQ0FBQTtBQUNkLENBQUMsRUE1RVcsV0FBVyxLQUFYLFdBQVcsUUE0RXRCIiwic291cmNlc0NvbnRlbnQiOlsiLy8gSHVtYW4tcmVhZGFibGUgSlMga2V5Ym9hcmQgY29kZXMsIGFzIGluIEtleWJvYXJkRXZlbnQua2V5IHN0cmluZyB2YWx1ZXMuXHJcbmV4cG9ydCBlbnVtIEtleWJvYXJkS2V5IHtcclxuICAgIERvd24gPSBcIkFycm93RG93blwiLFxyXG4gICAgVXAgPSBcIkFycm93VXBcIixcclxuICAgIExlZnQgPSBcIkFycm93TGVmdFwiLFxyXG4gICAgUmlnaHQgPSBcIkFycm93UmlnaHRcIixcclxuICAgIFRhYiA9IFwiVGFiXCIsXHJcbiAgICBFc2NhcGUgPSBcIkVzY2FwZVwiLFxyXG4gICAgRW50ZXIgPSBcIkVudGVyXCIsXHJcbiAgICBIb21lID0gXCJIb21lXCIsXHJcbiAgICBFbmQgPSBcIkVuZFwiLFxyXG4gICAgRGVsZXRlID0gXCJEZWxldGVcIixcclxuICAgIEluc2VydCA9IFwiSW5zZXJ0XCIsXHJcbiAgICBTaGlmdExlZnQgPSBcIlNoaWZ0TGVmdFwiLFxyXG4gICAgU2hpZnRSaWdodCA9IFwiU2hpZnRSaWdodFwiLFxyXG4gICAgQmFja3NwYWNlID0gXCJCYWNrc3BhY2VcIixcclxuICAgIFNwYWNlQmFyID0gXCJTcGFjZVwiLFxyXG4gICAgUGVyaW9kID0gXCJQZXJpb2RcIixcclxuICAgIERlY2ltYWxQb2ludCA9IFwiTnVtcGFkRGVjaW1hbFwiLFxyXG5cclxuICAgIFNlbWlDb2xvbiA9IFwiU2VtaWNvbG9uXCIsXHJcbiAgICBDb250cm9sUmlnaHQgPSBcIkNvbnRyb2xSaWdodFwiLFxyXG4gICAgQ29udHJvbExlZnQgPSBcIkNvbnRyb2xMZWZ0XCIsXHJcbiAgICBDb21tYSA9IFwiQ29tbWFcIixcclxuXHJcbiAgICAvLy8vTWludXMsXHJcbiAgICAvLy8vTWludXNGaXJlRm94LFxyXG4gICAgLy8vL1N1YnN0cmFjdCxcclxuXHJcbiAgICBaZXJvID0gXCJEaWdpdDBcIixcclxuICAgIE9uZSA9IFwiRGlnaXQxXCIsXHJcbiAgICBUd28gPSBcIkRpZ2l0MlwiLFxyXG4gICAgVGhyZWUgPSBcIkRpZ2l0M1wiLFxyXG4gICAgRm91ciA9IFwiRGlnaXQ0XCIsXHJcbiAgICBGaXZlID0gXCJEaWdpdDVcIixcclxuICAgIFNpeCA9IFwiRGlnaXQ2XCIsXHJcbiAgICBTZXZlbiA9IFwiRGlnaXQ3XCIsXHJcbiAgICBFaWdodCA9IFwiRGlnaXQ4XCIsXHJcbiAgICBOaW5lID0gXCJEaWdpdDlcIixcclxuICAgIE51bXBhZFplcm8gPSBcIk51bXBhZDBcIixcclxuICAgIE51bXBhZE9uZSA9IFwiTnVtcGFkMVwiLFxyXG4gICAgTnVtcGFkVHdvID0gXCJOdW1wYWQyXCIsXHJcbiAgICBOdW1wYWRUaHJlZSA9IFwiTnVtcGFkM1wiLFxyXG4gICAgTnVtcGFkRm91ciA9IFwiTnVtcGFkNFwiLFxyXG4gICAgTnVtcGFkRml2ZSA9IFwiTnVtcGFkNVwiLFxyXG4gICAgTnVtcGFkU2l4ID0gXCJOdW1wYWQ2XCIsXHJcbiAgICBOdW1wYWRTZXZlbiA9IFwiTnVtcGFkN1wiLFxyXG4gICAgTnVtcGFkRWlnaHQgPSBcIk51bXBhZDhcIixcclxuICAgIE51bXBhZE5pbmUgPSBcIk51bXBhZDlcIixcclxuICAgIE51bXBhZEVudGVyID0gXCJOdW1wYWRFbnRlclwiLFxyXG5cclxuICAgIEEgPSBcIktleUFcIixcclxuICAgIEIgPSBcIktleUJcIixcclxuICAgIEMgPSBcIktleUNcIixcclxuICAgIEQgPSBcIktleURcIixcclxuICAgIEUgPSBcIktleUVcIixcclxuICAgIEYgPSBcIktleUZcIixcclxuICAgIEcgPSBcIktleUdcIixcclxuICAgIEggPSBcIktleUhcIixcclxuICAgIEkgPSBcIktleUlcIixcclxuICAgIEogPSBcIktleUpcIixcclxuICAgIEsgPSBcIktleUtcIixcclxuICAgIEwgPSBcIktleUxcIixcclxuICAgIE0gPSBcIktleU1cIixcclxuICAgIE4gPSBcIktleU5cIixcclxuICAgIE8gPSBcIktleU9cIixcclxuICAgIFAgPSBcIktleVBcIixcclxuICAgIFEgPSBcIktleVFcIixcclxuICAgIFIgPSBcIktleVJcIixcclxuICAgIFMgPSBcIktleVNcIixcclxuICAgIFQgPSBcIktleVRcIixcclxuICAgIFUgPSBcIktleVVcIixcclxuICAgIFYgPSBcIktleVZcIixcclxuICAgIFcgPSBcIktleVdcIixcclxuICAgIFggPSBcIktleVhcIixcclxuICAgIFkgPSBcIktleVlcIixcclxuICAgIFogPSBcIktleVpcIixcclxufVxyXG4iXX0=
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export var ObjectRightType;
|
|
2
|
-
(function (ObjectRightType) {
|
|
3
|
-
ObjectRightType[ObjectRightType["NoAccess"] = 0] = "NoAccess";
|
|
4
|
-
ObjectRightType[ObjectRightType["ReadOnly"] = 1] = "ReadOnly";
|
|
5
|
-
ObjectRightType[ObjectRightType["ReadWrite"] = 2] = "ReadWrite";
|
|
6
|
-
})(ObjectRightType || (ObjectRightType = {}));
|
|
1
|
+
export var ObjectRightType;
|
|
2
|
+
(function (ObjectRightType) {
|
|
3
|
+
ObjectRightType[ObjectRightType["NoAccess"] = 0] = "NoAccess";
|
|
4
|
+
ObjectRightType[ObjectRightType["ReadOnly"] = 1] = "ReadOnly";
|
|
5
|
+
ObjectRightType[ObjectRightType["ReadWrite"] = 2] = "ReadWrite";
|
|
6
|
+
})(ObjectRightType || (ObjectRightType = {}));
|
|
7
7
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib2JqZWN0LXJpZ2h0LXR5cGUuZW51bS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvcmVjb21wb25lbnRzL3NyYy9saWIvY29yZS9lbnVtL29iamVjdC1yaWdodC10eXBlLmVudW0udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsTUFBTSxDQUFOLElBQVksZUFJWDtBQUpELFdBQVksZUFBZTtJQUN2Qiw2REFBWSxDQUFBO0lBQ1osNkRBQVksQ0FBQTtJQUNaLCtEQUFhLENBQUE7QUFDakIsQ0FBQyxFQUpXLGVBQWUsS0FBZixlQUFlLFFBSTFCIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGVudW0gT2JqZWN0UmlnaHRUeXBlIHtcclxuICAgIE5vQWNjZXNzID0gMCxcclxuICAgIFJlYWRPbmx5ID0gMSxcclxuICAgIFJlYWRXcml0ZSA9IDJcclxufVxyXG4iXX0=
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
// the different types of buttons for the app window component
|
|
2
|
-
export var PopupButtonType;
|
|
3
|
-
(function (PopupButtonType) {
|
|
4
|
-
PopupButtonType[PopupButtonType["Ok"] = 0] = "Ok";
|
|
5
|
-
PopupButtonType[PopupButtonType["Open"] = 1] = "Open";
|
|
6
|
-
PopupButtonType[PopupButtonType["Save"] = 2] = "Save";
|
|
7
|
-
PopupButtonType[PopupButtonType["Cancel"] = 3] = "Cancel";
|
|
8
|
-
PopupButtonType[PopupButtonType["Yes"] = 4] = "Yes";
|
|
9
|
-
PopupButtonType[PopupButtonType["No"] = 5] = "No";
|
|
10
|
-
PopupButtonType[PopupButtonType["NoButton"] = 6] = "NoButton";
|
|
11
|
-
})(PopupButtonType || (PopupButtonType = {}));
|
|
1
|
+
// the different types of buttons for the app window component
|
|
2
|
+
export var PopupButtonType;
|
|
3
|
+
(function (PopupButtonType) {
|
|
4
|
+
PopupButtonType[PopupButtonType["Ok"] = 0] = "Ok";
|
|
5
|
+
PopupButtonType[PopupButtonType["Open"] = 1] = "Open";
|
|
6
|
+
PopupButtonType[PopupButtonType["Save"] = 2] = "Save";
|
|
7
|
+
PopupButtonType[PopupButtonType["Cancel"] = 3] = "Cancel";
|
|
8
|
+
PopupButtonType[PopupButtonType["Yes"] = 4] = "Yes";
|
|
9
|
+
PopupButtonType[PopupButtonType["No"] = 5] = "No";
|
|
10
|
+
PopupButtonType[PopupButtonType["NoButton"] = 6] = "NoButton";
|
|
11
|
+
})(PopupButtonType || (PopupButtonType = {}));
|
|
12
12
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9wdXAtYnV0dG9uLXR5cGUuZW51bS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvcmVjb21wb25lbnRzL3NyYy9saWIvY29yZS9lbnVtL3BvcHVwLWJ1dHRvbi10eXBlLmVudW0udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsOERBQThEO0FBQzlELE1BQU0sQ0FBTixJQUFZLGVBUVg7QUFSRCxXQUFZLGVBQWU7SUFDdkIsaURBQUUsQ0FBQTtJQUNGLHFEQUFJLENBQUE7SUFDSixxREFBSSxDQUFBO0lBQ0oseURBQU0sQ0FBQTtJQUNOLG1EQUFHLENBQUE7SUFDSCxpREFBRSxDQUFBO0lBQ0YsNkRBQVEsQ0FBQTtBQUNaLENBQUMsRUFSVyxlQUFlLEtBQWYsZUFBZSxRQVExQiIsInNvdXJjZXNDb250ZW50IjpbIi8vIHRoZSBkaWZmZXJlbnQgdHlwZXMgb2YgYnV0dG9ucyBmb3IgdGhlIGFwcCB3aW5kb3cgY29tcG9uZW50XHJcbmV4cG9ydCBlbnVtIFBvcHVwQnV0dG9uVHlwZSB7XHJcbiAgICBPayxcclxuICAgIE9wZW4sXHJcbiAgICBTYXZlLFxyXG4gICAgQ2FuY2VsLFxyXG4gICAgWWVzLFxyXG4gICAgTm8sXHJcbiAgICBOb0J1dHRvblxyXG59XHJcbiJdfQ==
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export var PopupType;
|
|
2
|
-
(function (PopupType) {
|
|
3
|
-
PopupType[PopupType["Notification"] = 0] = "Notification";
|
|
4
|
-
PopupType[PopupType["Warning"] = 1] = "Warning";
|
|
5
|
-
PopupType[PopupType["Error"] = 2] = "Error";
|
|
6
|
-
PopupType[PopupType["Question"] = 3] = "Question";
|
|
7
|
-
PopupType[PopupType["Blank"] = 4] = "Blank";
|
|
8
|
-
PopupType[PopupType["FullScreen"] = 5] = "FullScreen";
|
|
9
|
-
PopupType[PopupType["Confirmation"] = 6] = "Confirmation";
|
|
10
|
-
})(PopupType || (PopupType = {}));
|
|
1
|
+
export var PopupType;
|
|
2
|
+
(function (PopupType) {
|
|
3
|
+
PopupType[PopupType["Notification"] = 0] = "Notification";
|
|
4
|
+
PopupType[PopupType["Warning"] = 1] = "Warning";
|
|
5
|
+
PopupType[PopupType["Error"] = 2] = "Error";
|
|
6
|
+
PopupType[PopupType["Question"] = 3] = "Question";
|
|
7
|
+
PopupType[PopupType["Blank"] = 4] = "Blank";
|
|
8
|
+
PopupType[PopupType["FullScreen"] = 5] = "FullScreen";
|
|
9
|
+
PopupType[PopupType["Confirmation"] = 6] = "Confirmation";
|
|
10
|
+
})(PopupType || (PopupType = {}));
|
|
11
11
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9wdXAtdHlwZS5lbnVtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29yZWNvbXBvbmVudHMvc3JjL2xpYi9jb3JlL2VudW0vcG9wdXAtdHlwZS5lbnVtLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sQ0FBTixJQUFZLFNBUVg7QUFSRCxXQUFZLFNBQVM7SUFDakIseURBQVksQ0FBQTtJQUNaLCtDQUFPLENBQUE7SUFDUCwyQ0FBSyxDQUFBO0lBQ0wsaURBQVEsQ0FBQTtJQUNSLDJDQUFLLENBQUE7SUFDTCxxREFBVSxDQUFBO0lBQ1YseURBQVksQ0FBQTtBQUNoQixDQUFDLEVBUlcsU0FBUyxLQUFULFNBQVMsUUFRcEIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZW51bSBQb3B1cFR5cGUge1xyXG4gICAgTm90aWZpY2F0aW9uLFxyXG4gICAgV2FybmluZyxcclxuICAgIEVycm9yLFxyXG4gICAgUXVlc3Rpb24sXHJcbiAgICBCbGFuayxcclxuICAgIEZ1bGxTY3JlZW4sXHJcbiAgICBDb25maXJtYXRpb25cclxufVxyXG4iXX0=
|