@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,56 +1,56 @@
|
|
|
1
|
-
import { ElementRef, NgZone } from '@angular/core';
|
|
2
|
-
import { CoRippleRef } from "./ripple-ref";
|
|
3
|
-
import { CoViewportRulerService } from "./viewport-ruler.service";
|
|
4
|
-
/** Fade-in duration for the ripples. Can be modified with the speedFactor option. */
|
|
5
|
-
export declare const RIPPLE_FADE_IN_DURATION = 450;
|
|
6
|
-
/** Fade-out duration for the ripples in milliseconds. This can't be modified by the speedFactor. */
|
|
7
|
-
export declare const RIPPLE_FADE_OUT_DURATION = 400;
|
|
8
|
-
export declare type CoRippleConfig = {
|
|
9
|
-
color?: string;
|
|
10
|
-
centered?: boolean;
|
|
11
|
-
radius?: number;
|
|
12
|
-
speedFactor?: number;
|
|
13
|
-
persistent?: boolean;
|
|
14
|
-
};
|
|
15
|
-
/**
|
|
16
|
-
* Helper service that performs DOM manipulations. Not intended to be used outside this module.
|
|
17
|
-
* The constructor takes a reference to the ripple directive's host element and a map of DOM
|
|
18
|
-
* event handlers to be installed on the element that triggers ripple animations.
|
|
19
|
-
* This will eventually become a custom renderer once Angular support exists.
|
|
20
|
-
* @docs-private
|
|
21
|
-
*/
|
|
22
|
-
export declare class CoRippleRenderer {
|
|
23
|
-
private _ngZone;
|
|
24
|
-
private _ruler;
|
|
25
|
-
/** Element where the ripples are being added to. */
|
|
26
|
-
private _containerElement;
|
|
27
|
-
/** Element which triggers the ripple elements on mouse events. */
|
|
28
|
-
private _triggerElement;
|
|
29
|
-
/** Whether the mouse is currently down or not. */
|
|
30
|
-
private _isMousedown;
|
|
31
|
-
/** Events to be registered on the trigger element. */
|
|
32
|
-
private _triggerEvents;
|
|
33
|
-
/** Set of currently active ripple references. */
|
|
34
|
-
private _activeRipples;
|
|
35
|
-
/** Ripple config for all ripples created by events. */
|
|
36
|
-
rippleConfig: CoRippleConfig;
|
|
37
|
-
/** Whether mouse ripples should be created or not. */
|
|
38
|
-
rippleDisabled: boolean;
|
|
39
|
-
constructor(_elementRef: ElementRef, _ngZone: NgZone, _ruler: CoViewportRulerService);
|
|
40
|
-
/** Fades in a ripple at the given coordinates. */
|
|
41
|
-
fadeInRipple(pageX: number, pageY: number, config?: CoRippleConfig): CoRippleRef;
|
|
42
|
-
/** Fades out a ripple reference. */
|
|
43
|
-
fadeOutRipple(rippleRef: CoRippleRef): void;
|
|
44
|
-
/** Fades out all currently active ripples. */
|
|
45
|
-
fadeOutAll(): void;
|
|
46
|
-
/** Sets the trigger element and registers the mouse events. */
|
|
47
|
-
setTriggerElement(element: HTMLElement): void;
|
|
48
|
-
/** Listener being called on mousedown event. */
|
|
49
|
-
private onMousedown;
|
|
50
|
-
/** Listener being called on mouseup event. */
|
|
51
|
-
private onMouseup;
|
|
52
|
-
/** Listener being called on mouseleave event. */
|
|
53
|
-
private onMouseLeave;
|
|
54
|
-
/** Runs a timeout outside of the Angular zone to avoid triggering the change detection. */
|
|
55
|
-
private runTimeoutOutsideZone;
|
|
56
|
-
}
|
|
1
|
+
import { ElementRef, NgZone } from '@angular/core';
|
|
2
|
+
import { CoRippleRef } from "./ripple-ref";
|
|
3
|
+
import { CoViewportRulerService } from "./viewport-ruler.service";
|
|
4
|
+
/** Fade-in duration for the ripples. Can be modified with the speedFactor option. */
|
|
5
|
+
export declare const RIPPLE_FADE_IN_DURATION = 450;
|
|
6
|
+
/** Fade-out duration for the ripples in milliseconds. This can't be modified by the speedFactor. */
|
|
7
|
+
export declare const RIPPLE_FADE_OUT_DURATION = 400;
|
|
8
|
+
export declare type CoRippleConfig = {
|
|
9
|
+
color?: string;
|
|
10
|
+
centered?: boolean;
|
|
11
|
+
radius?: number;
|
|
12
|
+
speedFactor?: number;
|
|
13
|
+
persistent?: boolean;
|
|
14
|
+
};
|
|
15
|
+
/**
|
|
16
|
+
* Helper service that performs DOM manipulations. Not intended to be used outside this module.
|
|
17
|
+
* The constructor takes a reference to the ripple directive's host element and a map of DOM
|
|
18
|
+
* event handlers to be installed on the element that triggers ripple animations.
|
|
19
|
+
* This will eventually become a custom renderer once Angular support exists.
|
|
20
|
+
* @docs-private
|
|
21
|
+
*/
|
|
22
|
+
export declare class CoRippleRenderer {
|
|
23
|
+
private _ngZone;
|
|
24
|
+
private _ruler;
|
|
25
|
+
/** Element where the ripples are being added to. */
|
|
26
|
+
private _containerElement;
|
|
27
|
+
/** Element which triggers the ripple elements on mouse events. */
|
|
28
|
+
private _triggerElement;
|
|
29
|
+
/** Whether the mouse is currently down or not. */
|
|
30
|
+
private _isMousedown;
|
|
31
|
+
/** Events to be registered on the trigger element. */
|
|
32
|
+
private _triggerEvents;
|
|
33
|
+
/** Set of currently active ripple references. */
|
|
34
|
+
private _activeRipples;
|
|
35
|
+
/** Ripple config for all ripples created by events. */
|
|
36
|
+
rippleConfig: CoRippleConfig;
|
|
37
|
+
/** Whether mouse ripples should be created or not. */
|
|
38
|
+
rippleDisabled: boolean;
|
|
39
|
+
constructor(_elementRef: ElementRef, _ngZone: NgZone, _ruler: CoViewportRulerService);
|
|
40
|
+
/** Fades in a ripple at the given coordinates. */
|
|
41
|
+
fadeInRipple(pageX: number, pageY: number, config?: CoRippleConfig): CoRippleRef;
|
|
42
|
+
/** Fades out a ripple reference. */
|
|
43
|
+
fadeOutRipple(rippleRef: CoRippleRef): void;
|
|
44
|
+
/** Fades out all currently active ripples. */
|
|
45
|
+
fadeOutAll(): void;
|
|
46
|
+
/** Sets the trigger element and registers the mouse events. */
|
|
47
|
+
setTriggerElement(element: HTMLElement): void;
|
|
48
|
+
/** Listener being called on mousedown event. */
|
|
49
|
+
private onMousedown;
|
|
50
|
+
/** Listener being called on mouseup event. */
|
|
51
|
+
private onMouseup;
|
|
52
|
+
/** Listener being called on mouseleave event. */
|
|
53
|
+
private onMouseLeave;
|
|
54
|
+
/** Runs a timeout outside of the Angular zone to avoid triggering the change detection. */
|
|
55
|
+
private runTimeoutOutsideZone;
|
|
56
|
+
}
|
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
import { ElementRef, InjectionToken, NgZone, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { CoRippleConfig } from "./ripple-renderer";
|
|
3
|
-
import { CoRippleRef } from "./ripple-ref";
|
|
4
|
-
import { CoViewportRulerService } from "./viewport-ruler.service";
|
|
5
|
-
/** OpaqueToken that can be used to specify the global ripple options. */
|
|
6
|
-
export declare const MD_RIPPLE_GLOBAL_OPTIONS: InjectionToken<CoRippleGlobalOptions>;
|
|
7
|
-
export declare type CoRippleGlobalOptions = {
|
|
8
|
-
disabled?: boolean;
|
|
9
|
-
baseSpeedFactor?: number;
|
|
10
|
-
};
|
|
11
|
-
export declare class CoRippleDirective implements OnChanges, OnDestroy {
|
|
12
|
-
/**
|
|
13
|
-
* The element that triggers the ripple when click events are received. Defaults to the
|
|
14
|
-
* directive's host element.
|
|
15
|
-
*/
|
|
16
|
-
trigger: HTMLElement | HTMLElement;
|
|
17
|
-
/**
|
|
18
|
-
* Whether the ripple always originates from the center of the host element's bounds, rather
|
|
19
|
-
* than originating from the location of the click event.
|
|
20
|
-
*/
|
|
21
|
-
centered: boolean;
|
|
22
|
-
/**
|
|
23
|
-
* Whether click events will not trigger the ripple. It can still be triggered by manually
|
|
24
|
-
* calling createRipple()
|
|
25
|
-
*/
|
|
26
|
-
disabled: boolean;
|
|
27
|
-
/**
|
|
28
|
-
* If set, the radius in pixels of foreground ripples when fully expanded. If unset, the radius
|
|
29
|
-
* will be the distance from the center of the ripple to the furthest corner of the host element's
|
|
30
|
-
* bounding rectangle.
|
|
31
|
-
*/
|
|
32
|
-
radius: number;
|
|
33
|
-
/**
|
|
34
|
-
* If set, the normal duration of ripple animations is divided by this value. For example,
|
|
35
|
-
* setting it to 0.5 will cause the animations to take twice as long.
|
|
36
|
-
* A changed speedFactor will not modify the fade-out duration of the ripples.
|
|
37
|
-
*/
|
|
38
|
-
speedFactor: number;
|
|
39
|
-
/** Custom color for ripples. */
|
|
40
|
-
color: string;
|
|
41
|
-
/** Whether foreground ripples should be visible outside the component's bounds. */
|
|
42
|
-
unbounded: boolean;
|
|
43
|
-
/** Renderer for the ripple DOM manipulations. */
|
|
44
|
-
private _rippleRenderer;
|
|
45
|
-
/** Options that are set globally for all ripples. */
|
|
46
|
-
private _globalOptions;
|
|
47
|
-
constructor(elementRef: ElementRef, ngZone: NgZone, ruler: CoViewportRulerService, globalOptions: any);
|
|
48
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
49
|
-
ngOnDestroy(): void;
|
|
50
|
-
/** Launches a manual ripple at the specified position. */
|
|
51
|
-
launch(pageX: number, pageY: number, config?: CoRippleConfig): CoRippleRef;
|
|
52
|
-
/** Fades out all currently showing ripple elements. */
|
|
53
|
-
fadeOutAll(): void;
|
|
54
|
-
/** Ripple configuration from the directive's input values. */
|
|
55
|
-
get rippleConfig(): CoRippleConfig;
|
|
56
|
-
}
|
|
1
|
+
import { ElementRef, InjectionToken, NgZone, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { CoRippleConfig } from "./ripple-renderer";
|
|
3
|
+
import { CoRippleRef } from "./ripple-ref";
|
|
4
|
+
import { CoViewportRulerService } from "./viewport-ruler.service";
|
|
5
|
+
/** OpaqueToken that can be used to specify the global ripple options. */
|
|
6
|
+
export declare const MD_RIPPLE_GLOBAL_OPTIONS: InjectionToken<CoRippleGlobalOptions>;
|
|
7
|
+
export declare type CoRippleGlobalOptions = {
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
baseSpeedFactor?: number;
|
|
10
|
+
};
|
|
11
|
+
export declare class CoRippleDirective implements OnChanges, OnDestroy {
|
|
12
|
+
/**
|
|
13
|
+
* The element that triggers the ripple when click events are received. Defaults to the
|
|
14
|
+
* directive's host element.
|
|
15
|
+
*/
|
|
16
|
+
trigger: HTMLElement | HTMLElement;
|
|
17
|
+
/**
|
|
18
|
+
* Whether the ripple always originates from the center of the host element's bounds, rather
|
|
19
|
+
* than originating from the location of the click event.
|
|
20
|
+
*/
|
|
21
|
+
centered: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* Whether click events will not trigger the ripple. It can still be triggered by manually
|
|
24
|
+
* calling createRipple()
|
|
25
|
+
*/
|
|
26
|
+
disabled: boolean;
|
|
27
|
+
/**
|
|
28
|
+
* If set, the radius in pixels of foreground ripples when fully expanded. If unset, the radius
|
|
29
|
+
* will be the distance from the center of the ripple to the furthest corner of the host element's
|
|
30
|
+
* bounding rectangle.
|
|
31
|
+
*/
|
|
32
|
+
radius: number;
|
|
33
|
+
/**
|
|
34
|
+
* If set, the normal duration of ripple animations is divided by this value. For example,
|
|
35
|
+
* setting it to 0.5 will cause the animations to take twice as long.
|
|
36
|
+
* A changed speedFactor will not modify the fade-out duration of the ripples.
|
|
37
|
+
*/
|
|
38
|
+
speedFactor: number;
|
|
39
|
+
/** Custom color for ripples. */
|
|
40
|
+
color: string;
|
|
41
|
+
/** Whether foreground ripples should be visible outside the component's bounds. */
|
|
42
|
+
unbounded: boolean;
|
|
43
|
+
/** Renderer for the ripple DOM manipulations. */
|
|
44
|
+
private _rippleRenderer;
|
|
45
|
+
/** Options that are set globally for all ripples. */
|
|
46
|
+
private _globalOptions;
|
|
47
|
+
constructor(elementRef: ElementRef, ngZone: NgZone, ruler: CoViewportRulerService, globalOptions: any);
|
|
48
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
49
|
+
ngOnDestroy(): void;
|
|
50
|
+
/** Launches a manual ripple at the specified position. */
|
|
51
|
+
launch(pageX: number, pageY: number, config?: CoRippleConfig): CoRippleRef;
|
|
52
|
+
/** Fades out all currently showing ripple elements. */
|
|
53
|
+
fadeOutAll(): void;
|
|
54
|
+
/** Ripple configuration from the directive's input values. */
|
|
55
|
+
get rippleConfig(): CoRippleConfig;
|
|
56
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class RippleModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class RippleModule {
|
|
2
|
+
}
|
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
import { ElementRef, Optional } from '@angular/core';
|
|
2
|
-
import { Subject, Subscription } from 'rxjs';
|
|
3
|
-
import { CoScrollableDirective } from './scrollable.directive';
|
|
4
|
-
/** Time in ms to throttle the scrolling events by default. */
|
|
5
|
-
export declare const DEFAULT_SCROLL_TIME = 20;
|
|
6
|
-
/**
|
|
7
|
-
* Service contained all registered Scrollable references and emits an event when any one of the
|
|
8
|
-
* Scrollable references emit a scrolled event.
|
|
9
|
-
*/
|
|
10
|
-
export declare class CoScrollDispatcherService {
|
|
11
|
-
/** Subject for notifying that a registered scrollable reference element has been scrolled. */
|
|
12
|
-
_scrolled: Subject<void>;
|
|
13
|
-
/** Keeps track of the global `scroll` and `resize` subscriptions. */
|
|
14
|
-
_globalSubscription: Subscription;
|
|
15
|
-
/** Keeps track of the amount of subscriptions to `scrolled`. Used for cleaning up afterwards. */
|
|
16
|
-
private _scrolledCount;
|
|
17
|
-
/**
|
|
18
|
-
* Map of all the scrollable references that are registered with the service and their
|
|
19
|
-
* scroll event subscriptions.
|
|
20
|
-
*/
|
|
21
|
-
scrollableReferences: Map<CoScrollableDirective, Subscription>;
|
|
22
|
-
/**
|
|
23
|
-
* Registers a Scrollable with the service and listens for its scrolled events. When the
|
|
24
|
-
* scrollable is scrolled, the service emits the event in its scrolled observable.
|
|
25
|
-
* @param scrollable Scrollable instance to be registered.
|
|
26
|
-
*/
|
|
27
|
-
register(scrollable: CoScrollableDirective): void;
|
|
28
|
-
/**
|
|
29
|
-
* Deregisters a Scrollable reference and unsubscribes from its scroll event observable.
|
|
30
|
-
* @param scrollable Scrollable instance to be deregistered.
|
|
31
|
-
*/
|
|
32
|
-
deregister(scrollable: CoScrollableDirective): void;
|
|
33
|
-
/**
|
|
34
|
-
* Subscribes to an observable that emits an event whenever any of the registered Scrollable
|
|
35
|
-
* references (or window, document, or body) fire a scrolled event. Can provide a time in ms
|
|
36
|
-
* to override the default "throttle" time.
|
|
37
|
-
*/
|
|
38
|
-
scrolled(auditTimeInMs: number, callback: () => any): Subscription;
|
|
39
|
-
/** Returns all registered Scrollables that contain the provided element. */
|
|
40
|
-
getScrollContainers(elementRef: ElementRef): CoScrollableDirective[];
|
|
41
|
-
/** Returns true if the element is contained within the provided Scrollable. */
|
|
42
|
-
scrollableContainsElement(scrollable: CoScrollableDirective, elementRef: ElementRef): boolean;
|
|
43
|
-
/** Sends a notification that a scroll event has been fired. */
|
|
44
|
-
_notify(): void;
|
|
45
|
-
}
|
|
46
|
-
export declare function SCROLL_DISPATCHER_PROVIDER_FACTORY(parentDispatcher: CoScrollDispatcherService): CoScrollDispatcherService;
|
|
47
|
-
export declare const SCROLL_DISPATCHER_PROVIDER: {
|
|
48
|
-
provide: typeof CoScrollDispatcherService;
|
|
49
|
-
deps: Optional[][];
|
|
50
|
-
useFactory: typeof SCROLL_DISPATCHER_PROVIDER_FACTORY;
|
|
51
|
-
};
|
|
1
|
+
import { ElementRef, Optional } from '@angular/core';
|
|
2
|
+
import { Subject, Subscription } from 'rxjs';
|
|
3
|
+
import { CoScrollableDirective } from './scrollable.directive';
|
|
4
|
+
/** Time in ms to throttle the scrolling events by default. */
|
|
5
|
+
export declare const DEFAULT_SCROLL_TIME = 20;
|
|
6
|
+
/**
|
|
7
|
+
* Service contained all registered Scrollable references and emits an event when any one of the
|
|
8
|
+
* Scrollable references emit a scrolled event.
|
|
9
|
+
*/
|
|
10
|
+
export declare class CoScrollDispatcherService {
|
|
11
|
+
/** Subject for notifying that a registered scrollable reference element has been scrolled. */
|
|
12
|
+
_scrolled: Subject<void>;
|
|
13
|
+
/** Keeps track of the global `scroll` and `resize` subscriptions. */
|
|
14
|
+
_globalSubscription: Subscription;
|
|
15
|
+
/** Keeps track of the amount of subscriptions to `scrolled`. Used for cleaning up afterwards. */
|
|
16
|
+
private _scrolledCount;
|
|
17
|
+
/**
|
|
18
|
+
* Map of all the scrollable references that are registered with the service and their
|
|
19
|
+
* scroll event subscriptions.
|
|
20
|
+
*/
|
|
21
|
+
scrollableReferences: Map<CoScrollableDirective, Subscription>;
|
|
22
|
+
/**
|
|
23
|
+
* Registers a Scrollable with the service and listens for its scrolled events. When the
|
|
24
|
+
* scrollable is scrolled, the service emits the event in its scrolled observable.
|
|
25
|
+
* @param scrollable Scrollable instance to be registered.
|
|
26
|
+
*/
|
|
27
|
+
register(scrollable: CoScrollableDirective): void;
|
|
28
|
+
/**
|
|
29
|
+
* Deregisters a Scrollable reference and unsubscribes from its scroll event observable.
|
|
30
|
+
* @param scrollable Scrollable instance to be deregistered.
|
|
31
|
+
*/
|
|
32
|
+
deregister(scrollable: CoScrollableDirective): void;
|
|
33
|
+
/**
|
|
34
|
+
* Subscribes to an observable that emits an event whenever any of the registered Scrollable
|
|
35
|
+
* references (or window, document, or body) fire a scrolled event. Can provide a time in ms
|
|
36
|
+
* to override the default "throttle" time.
|
|
37
|
+
*/
|
|
38
|
+
scrolled(auditTimeInMs: number, callback: () => any): Subscription;
|
|
39
|
+
/** Returns all registered Scrollables that contain the provided element. */
|
|
40
|
+
getScrollContainers(elementRef: ElementRef): CoScrollableDirective[];
|
|
41
|
+
/** Returns true if the element is contained within the provided Scrollable. */
|
|
42
|
+
scrollableContainsElement(scrollable: CoScrollableDirective, elementRef: ElementRef): boolean;
|
|
43
|
+
/** Sends a notification that a scroll event has been fired. */
|
|
44
|
+
_notify(): void;
|
|
45
|
+
}
|
|
46
|
+
export declare function SCROLL_DISPATCHER_PROVIDER_FACTORY(parentDispatcher: CoScrollDispatcherService): CoScrollDispatcherService;
|
|
47
|
+
export declare const SCROLL_DISPATCHER_PROVIDER: {
|
|
48
|
+
provide: typeof CoScrollDispatcherService;
|
|
49
|
+
deps: Optional[][];
|
|
50
|
+
useFactory: typeof SCROLL_DISPATCHER_PROVIDER_FACTORY;
|
|
51
|
+
};
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { ElementRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { CoScrollDispatcherService } from './scroll-dispatcher.service';
|
|
3
|
-
import { Observable } from 'rxjs';
|
|
4
|
-
/**
|
|
5
|
-
* Sends an event when the directive's element is scrolled. Registers itself with the
|
|
6
|
-
* ScrollDispatcher service to include itself as part of its collection of scrolling events that it
|
|
7
|
-
* can be listened to through the service.
|
|
8
|
-
*/
|
|
9
|
-
export declare class CoScrollableDirective implements OnInit, OnDestroy {
|
|
10
|
-
private _elementRef;
|
|
11
|
-
private _scroll;
|
|
12
|
-
constructor(_elementRef: ElementRef, _scroll: CoScrollDispatcherService);
|
|
13
|
-
ngOnInit(): void;
|
|
14
|
-
ngOnDestroy(): void;
|
|
15
|
-
/**
|
|
16
|
-
* Returns observable that emits when a scroll event is fired on the host element.
|
|
17
|
-
*/
|
|
18
|
-
elementScrolled(): Observable<any>;
|
|
19
|
-
getElementRef(): ElementRef;
|
|
20
|
-
}
|
|
1
|
+
import { ElementRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { CoScrollDispatcherService } from './scroll-dispatcher.service';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
/**
|
|
5
|
+
* Sends an event when the directive's element is scrolled. Registers itself with the
|
|
6
|
+
* ScrollDispatcher service to include itself as part of its collection of scrolling events that it
|
|
7
|
+
* can be listened to through the service.
|
|
8
|
+
*/
|
|
9
|
+
export declare class CoScrollableDirective implements OnInit, OnDestroy {
|
|
10
|
+
private _elementRef;
|
|
11
|
+
private _scroll;
|
|
12
|
+
constructor(_elementRef: ElementRef, _scroll: CoScrollDispatcherService);
|
|
13
|
+
ngOnInit(): void;
|
|
14
|
+
ngOnDestroy(): void;
|
|
15
|
+
/**
|
|
16
|
+
* Returns observable that emits when a scroll event is fired on the host element.
|
|
17
|
+
*/
|
|
18
|
+
elementScrolled(): Observable<any>;
|
|
19
|
+
getElementRef(): ElementRef;
|
|
20
|
+
}
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { Optional } from '@angular/core';
|
|
2
|
-
import { CoScrollDispatcherService } from "./scroll-dispatcher.service";
|
|
3
|
-
/**
|
|
4
|
-
* Simple utility for getting the bounds of the browser viewport.
|
|
5
|
-
* @docs-private
|
|
6
|
-
*/
|
|
7
|
-
export declare class CoViewportRulerService {
|
|
8
|
-
/** Cached document client rectangle. */
|
|
9
|
-
private _documentRect?;
|
|
10
|
-
constructor(scrollDispatcher: CoScrollDispatcherService);
|
|
11
|
-
/** Gets a ClientRect for the viewport's bounds. */
|
|
12
|
-
getViewportRect(documentRect?: ClientRect): ClientRect;
|
|
13
|
-
/**
|
|
14
|
-
* Gets the (top, left) scroll position of the viewport.
|
|
15
|
-
* @param documentRect
|
|
16
|
-
*/
|
|
17
|
-
getViewportScrollPosition(documentRect?: ClientRect): {
|
|
18
|
-
top: number;
|
|
19
|
-
left: number;
|
|
20
|
-
};
|
|
21
|
-
/** Caches the latest client rectangle of the document element. */
|
|
22
|
-
_cacheViewportGeometry(): void;
|
|
23
|
-
}
|
|
24
|
-
export declare function VIEWPORT_RULER_PROVIDER_FACTORY(parentRuler: CoViewportRulerService, scrollDispatcher: CoScrollDispatcherService): CoViewportRulerService;
|
|
25
|
-
export declare const VIEWPORT_RULER_PROVIDER: {
|
|
26
|
-
provide: typeof CoViewportRulerService;
|
|
27
|
-
deps: (typeof CoScrollDispatcherService | Optional[])[];
|
|
28
|
-
useFactory: typeof VIEWPORT_RULER_PROVIDER_FACTORY;
|
|
29
|
-
};
|
|
1
|
+
import { Optional } from '@angular/core';
|
|
2
|
+
import { CoScrollDispatcherService } from "./scroll-dispatcher.service";
|
|
3
|
+
/**
|
|
4
|
+
* Simple utility for getting the bounds of the browser viewport.
|
|
5
|
+
* @docs-private
|
|
6
|
+
*/
|
|
7
|
+
export declare class CoViewportRulerService {
|
|
8
|
+
/** Cached document client rectangle. */
|
|
9
|
+
private _documentRect?;
|
|
10
|
+
constructor(scrollDispatcher: CoScrollDispatcherService);
|
|
11
|
+
/** Gets a ClientRect for the viewport's bounds. */
|
|
12
|
+
getViewportRect(documentRect?: ClientRect): ClientRect;
|
|
13
|
+
/**
|
|
14
|
+
* Gets the (top, left) scroll position of the viewport.
|
|
15
|
+
* @param documentRect
|
|
16
|
+
*/
|
|
17
|
+
getViewportScrollPosition(documentRect?: ClientRect): {
|
|
18
|
+
top: number;
|
|
19
|
+
left: number;
|
|
20
|
+
};
|
|
21
|
+
/** Caches the latest client rectangle of the document element. */
|
|
22
|
+
_cacheViewportGeometry(): void;
|
|
23
|
+
}
|
|
24
|
+
export declare function VIEWPORT_RULER_PROVIDER_FACTORY(parentRuler: CoViewportRulerService, scrollDispatcher: CoScrollDispatcherService): CoViewportRulerService;
|
|
25
|
+
export declare const VIEWPORT_RULER_PROVIDER: {
|
|
26
|
+
provide: typeof CoViewportRulerService;
|
|
27
|
+
deps: (typeof CoScrollDispatcherService | Optional[])[];
|
|
28
|
+
useFactory: typeof VIEWPORT_RULER_PROVIDER_FACTORY;
|
|
29
|
+
};
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { ElementRef, OnDestroy, Renderer2 } from '@angular/core';
|
|
2
|
-
import { ScreenConfigAdapterComponent } from '../../interfaces/screen-config-adapter.component.interface';
|
|
3
|
-
import { BaseModuleScreenConfigService } from '../../service/base-module-screen-config.service';
|
|
4
|
-
import { BaseModuleService } from '../../service/base-module.service';
|
|
5
|
-
export declare class ScreenConfigurationDirective implements OnDestroy {
|
|
6
|
-
hostComponent: ScreenConfigAdapterComponent;
|
|
7
|
-
private _element;
|
|
8
|
-
private _configService;
|
|
9
|
-
private _renderer;
|
|
10
|
-
private _moduleService?;
|
|
11
|
-
set screenConfigurationObject(value: string);
|
|
12
|
-
get screenConfigurationObject(): string;
|
|
13
|
-
dataName: string;
|
|
14
|
-
screenConfigNativeElement: boolean;
|
|
15
|
-
noModuleService: boolean;
|
|
16
|
-
private _isHeader;
|
|
17
|
-
private _screenConfigurationObject;
|
|
18
|
-
private _isTurnedOff;
|
|
19
|
-
private _subs;
|
|
20
|
-
constructor(hostComponent: ScreenConfigAdapterComponent, _element: ElementRef, _configService: BaseModuleScreenConfigService, _renderer: Renderer2, _moduleService?: BaseModuleService);
|
|
21
|
-
ngOnInit(): void;
|
|
22
|
-
ngOnDestroy(): void;
|
|
23
|
-
private _updateHost;
|
|
24
|
-
/**
|
|
25
|
-
* Spawn error message tooltip onto our host comp, if any error was meant for the host (found by screenConfigurationObject);
|
|
26
|
-
* @param errorValidation A top-level full validation result, either from the backend or from some client-side validation error.
|
|
27
|
-
*/
|
|
28
|
-
private _setErrorRedBackgroundAfterScrCfgValidate;
|
|
29
|
-
private _moduleInReadonlyMode;
|
|
30
|
-
private _mayUpdateHost;
|
|
31
|
-
private _setHostVisible;
|
|
32
|
-
}
|
|
1
|
+
import { ElementRef, OnDestroy, Renderer2 } from '@angular/core';
|
|
2
|
+
import { ScreenConfigAdapterComponent } from '../../interfaces/screen-config-adapter.component.interface';
|
|
3
|
+
import { BaseModuleScreenConfigService } from '../../service/base-module-screen-config.service';
|
|
4
|
+
import { BaseModuleService } from '../../service/base-module.service';
|
|
5
|
+
export declare class ScreenConfigurationDirective implements OnDestroy {
|
|
6
|
+
hostComponent: ScreenConfigAdapterComponent;
|
|
7
|
+
private _element;
|
|
8
|
+
private _configService;
|
|
9
|
+
private _renderer;
|
|
10
|
+
private _moduleService?;
|
|
11
|
+
set screenConfigurationObject(value: string);
|
|
12
|
+
get screenConfigurationObject(): string;
|
|
13
|
+
dataName: string;
|
|
14
|
+
screenConfigNativeElement: boolean;
|
|
15
|
+
noModuleService: boolean;
|
|
16
|
+
private _isHeader;
|
|
17
|
+
private _screenConfigurationObject;
|
|
18
|
+
private _isTurnedOff;
|
|
19
|
+
private _subs;
|
|
20
|
+
constructor(hostComponent: ScreenConfigAdapterComponent, _element: ElementRef, _configService: BaseModuleScreenConfigService, _renderer: Renderer2, _moduleService?: BaseModuleService);
|
|
21
|
+
ngOnInit(): void;
|
|
22
|
+
ngOnDestroy(): void;
|
|
23
|
+
private _updateHost;
|
|
24
|
+
/**
|
|
25
|
+
* Spawn error message tooltip onto our host comp, if any error was meant for the host (found by screenConfigurationObject);
|
|
26
|
+
* @param errorValidation A top-level full validation result, either from the backend or from some client-side validation error.
|
|
27
|
+
*/
|
|
28
|
+
private _setErrorRedBackgroundAfterScrCfgValidate;
|
|
29
|
+
private _moduleInReadonlyMode;
|
|
30
|
+
private _mayUpdateHost;
|
|
31
|
+
private _setHostVisible;
|
|
32
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class ScreenConfigurationModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class ScreenConfigurationModule {
|
|
2
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { ElementRef, NgZone, OnDestroy, OnInit } from "@angular/core";
|
|
2
|
-
export declare class StopClickDirective implements OnInit, OnDestroy {
|
|
3
|
-
private _elementRef;
|
|
4
|
-
private _ngZone;
|
|
5
|
-
stopClick: boolean;
|
|
6
|
-
constructor(_elementRef: ElementRef, _ngZone: NgZone);
|
|
7
|
-
ngOnInit(): void;
|
|
8
|
-
ngOnDestroy(): void;
|
|
9
|
-
private _killEventHandler;
|
|
10
|
-
}
|
|
1
|
+
import { ElementRef, NgZone, OnDestroy, OnInit } from "@angular/core";
|
|
2
|
+
export declare class StopClickDirective implements OnInit, OnDestroy {
|
|
3
|
+
private _elementRef;
|
|
4
|
+
private _ngZone;
|
|
5
|
+
stopClick: boolean;
|
|
6
|
+
constructor(_elementRef: ElementRef, _ngZone: NgZone);
|
|
7
|
+
ngOnInit(): void;
|
|
8
|
+
ngOnDestroy(): void;
|
|
9
|
+
private _killEventHandler;
|
|
10
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class StopClickModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class StopClickModule {
|
|
2
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { OnChanges, OnDestroy, SimpleChanges, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
2
|
-
export declare class TemplateWrapperDirective implements OnDestroy, OnChanges {
|
|
3
|
-
protected viewContainer: ViewContainerRef;
|
|
4
|
-
templateWrapper: TemplateRef<any> | null;
|
|
5
|
-
templateWrapperContext: Object | null;
|
|
6
|
-
private _viewRef;
|
|
7
|
-
constructor(viewContainer: ViewContainerRef);
|
|
8
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
9
|
-
ngOnDestroy(): void;
|
|
10
|
-
private _shouldRecreateView;
|
|
11
|
-
private _hasContextShapeChanged;
|
|
12
|
-
private _updateExistingContext;
|
|
13
|
-
}
|
|
1
|
+
import { OnChanges, OnDestroy, SimpleChanges, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
2
|
+
export declare class TemplateWrapperDirective implements OnDestroy, OnChanges {
|
|
3
|
+
protected viewContainer: ViewContainerRef;
|
|
4
|
+
templateWrapper: TemplateRef<any> | null;
|
|
5
|
+
templateWrapperContext: Object | null;
|
|
6
|
+
private _viewRef;
|
|
7
|
+
constructor(viewContainer: ViewContainerRef);
|
|
8
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
9
|
+
ngOnDestroy(): void;
|
|
10
|
+
private _shouldRecreateView;
|
|
11
|
+
private _hasContextShapeChanged;
|
|
12
|
+
private _updateExistingContext;
|
|
13
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class TemplateWrapperModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class TemplateWrapperModule {
|
|
2
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class TooltipDirectiveModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class TooltipDirectiveModule {
|
|
2
|
+
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { ApplicationRef, ComponentFactoryResolver, ElementRef, Injector, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
|
-
export declare class TooltipDirective implements OnDestroy, OnInit {
|
|
4
|
-
private _compFactoryResolver;
|
|
5
|
-
private _appRef;
|
|
6
|
-
private _injector;
|
|
7
|
-
private _sanitizer;
|
|
8
|
-
set tooltip(str: string);
|
|
9
|
-
private _elementRef;
|
|
10
|
-
private _tooltipMessage;
|
|
11
|
-
private _componentRef;
|
|
12
|
-
constructor(elementRef: ElementRef, _compFactoryResolver: ComponentFactoryResolver, _appRef: ApplicationRef, _injector: Injector, _sanitizer: DomSanitizer);
|
|
13
|
-
ngOnDestroy(): void;
|
|
14
|
-
ngOnInit(): void;
|
|
15
|
-
private _handleScroll;
|
|
16
|
-
private _handleMouseMove;
|
|
17
|
-
private _showTooltip;
|
|
18
|
-
private _removeTooltip;
|
|
19
|
-
private _createTooltipComponent;
|
|
20
|
-
}
|
|
1
|
+
import { ApplicationRef, ComponentFactoryResolver, ElementRef, Injector, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
|
+
export declare class TooltipDirective implements OnDestroy, OnInit {
|
|
4
|
+
private _compFactoryResolver;
|
|
5
|
+
private _appRef;
|
|
6
|
+
private _injector;
|
|
7
|
+
private _sanitizer;
|
|
8
|
+
set tooltip(str: string);
|
|
9
|
+
private _elementRef;
|
|
10
|
+
private _tooltipMessage;
|
|
11
|
+
private _componentRef;
|
|
12
|
+
constructor(elementRef: ElementRef, _compFactoryResolver: ComponentFactoryResolver, _appRef: ApplicationRef, _injector: Injector, _sanitizer: DomSanitizer);
|
|
13
|
+
ngOnDestroy(): void;
|
|
14
|
+
ngOnInit(): void;
|
|
15
|
+
private _handleScroll;
|
|
16
|
+
private _handleMouseMove;
|
|
17
|
+
private _showTooltip;
|
|
18
|
+
private _removeTooltip;
|
|
19
|
+
private _createTooltipComponent;
|
|
20
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { AppPopupButtonType } from '../model/enum/app-button-type.enum';
|
|
2
|
-
export interface DialogResponseInterface {
|
|
3
|
-
button: AppPopupButtonType;
|
|
4
|
-
output?: any;
|
|
5
|
-
rememberChoice?: boolean;
|
|
6
|
-
}
|
|
1
|
+
import { AppPopupButtonType } from '../model/enum/app-button-type.enum';
|
|
2
|
+
export interface DialogResponseInterface {
|
|
3
|
+
button: AppPopupButtonType;
|
|
4
|
+
output?: any;
|
|
5
|
+
rememberChoice?: boolean;
|
|
6
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export interface ScannerInput {
|
|
2
|
-
triggerCodeScanned(code?: string): void;
|
|
3
|
-
}
|
|
1
|
+
export interface ScannerInput {
|
|
2
|
+
triggerCodeScanned(code?: string): void;
|
|
3
|
+
}
|