@colijnit/corecomponents_v12 12.2.20 → 12.2.22
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 +13656 -13656
- package/colijnit-corecomponents_v12.d.ts +43 -43
- 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 +54 -54
- 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 +59 -59
- package/esm2015/lib/components/input-search/input-search.module.js +20 -20
- package/esm2015/lib/components/input-text/input-text.component.js +179 -179
- 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 +12066 -12066
- 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 +23 -23
- 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 +18 -18
- package/lib/components/input-search/input-search.module.d.ts +2 -2
- package/lib/components/input-text/input-text.component.d.ts +62 -62
- 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/list-of-values/style/_layout.scss +4 -0
- 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 +2 -2
- package/public-api.d.ts +126 -126
|
@@ -1,89 +1,89 @@
|
|
|
1
|
-
import { CheckWithinSteppedBoundsResult } from "../model/check-within-stepped-bounds-result";
|
|
2
|
-
import { CheckPrecisionAndScaleResult } from '../model/check-precision-and-scale-result';
|
|
3
|
-
export declare class NumberUtils {
|
|
4
|
-
static PrecisionScaleToMaxValue(precision: number, scale: number): number;
|
|
5
|
-
static ParseInt(arg: any): number;
|
|
6
|
-
static DecimalsToStepIncrement(numberOfDecimals: number): number;
|
|
7
|
-
static ParseNumberOrDefault(arg: any, defaultValue?: number): number;
|
|
8
|
-
static ParseNumberInputOrDefault(numberInput: any, defaultValue?: number): number;
|
|
9
|
-
static IsParsableNumberInput(numberInput: any): boolean;
|
|
10
|
-
static IsNumber(arg: any): boolean;
|
|
11
|
-
static IsParsableNumber(arg: any): boolean;
|
|
12
|
-
/**
|
|
13
|
-
* Returns given arg as a float number with given decimal precision, if possible. Returns NaN if parse conversion failed.
|
|
14
|
-
*
|
|
15
|
-
* @param The argument to parse to a float
|
|
16
|
-
* @param The number of decimals, or the precision, the parsed return float should have
|
|
17
|
-
* @returns NaN if not possible, else the parsed float value
|
|
18
|
-
*/
|
|
19
|
-
static ParseFloat(arg: any, decimalPrecision?: number): number;
|
|
20
|
-
/**
|
|
21
|
-
* Returns given arg as a float number with given decimal precision, if possible. Returns NaN if parse conversion failed.
|
|
22
|
-
*
|
|
23
|
-
* @param The argument to parse to a float
|
|
24
|
-
* @returns The argument as a float with its original decimal precision intact
|
|
25
|
-
*/
|
|
26
|
-
static ParseFloatKeepPrecision(arg: any): number;
|
|
27
|
-
static ParseFloatNumberInputKeepPrecision(arg: any): number;
|
|
28
|
-
/**
|
|
29
|
-
* Finds the number closest to the originalNumber, that adheres to the given bounds. That is, for which it holds that
|
|
30
|
-
* nr = min + N * step with N integer or 0.
|
|
31
|
-
* @param originalNr Find closest answer to this number
|
|
32
|
-
* @param min Inclusive
|
|
33
|
-
* @param max Inclusive
|
|
34
|
-
* @param stepSize
|
|
35
|
-
* @returns The closest OK number for bounds.
|
|
36
|
-
*/
|
|
37
|
-
static GetNearestNumberWithinSteppedBounds(originalNr: number, min: number, max: number, stepSize?: number): number;
|
|
38
|
-
static GetDecimalPlaces(arg: any, maxAnswer?: number): number;
|
|
39
|
-
static IsInteger(arg: any): boolean;
|
|
40
|
-
/**
|
|
41
|
-
* Returns whether given arg is parseable as a number, and whether the lengts of its number parse result is equal to its original length.
|
|
42
|
-
* I.e. this function returns FALSE with given number-parsable strings, but that have non-numeric appendices, eg '2233ff'. That arg
|
|
43
|
-
* IS number-parseable, but not a strict 'string number', the latter being what this method actually checks for.
|
|
44
|
-
*/
|
|
45
|
-
static IsStringNumber(arg: string): boolean;
|
|
46
|
-
/**
|
|
47
|
-
* Returns a random integer in range [lowerBound .. upperBound], an inclusive range. Returns NaN if not possible.
|
|
48
|
-
* Given bounds are truncated first, before serving as the true lower- and upper bounds for the random int.
|
|
49
|
-
*/
|
|
50
|
-
static RandomInt(lowerBoundInt: number, upperBoundInt: number): number;
|
|
51
|
-
/**
|
|
52
|
-
* Returns the true maximum allowed value for the given "stepped bounds": min, stepSize and max, for which it holds that each allowed
|
|
53
|
-
* value Y = min + stepSize * N, for any INTEGER or 0 N where it also holds, of course, that Y <= max.
|
|
54
|
-
* @param min
|
|
55
|
-
* @param max
|
|
56
|
-
* @param stepSize
|
|
57
|
-
*/
|
|
58
|
-
static GetTrueSteppedBoundsMax(min: number, max: number, stepSize?: number): number;
|
|
59
|
-
static ToString(nr: number): string;
|
|
60
|
-
static IsNaN(arg: any): boolean;
|
|
61
|
-
/**
|
|
62
|
-
* Returns whether given x is OK within the given min, max and step boundaries, where it should hold that nrToCheck = min + N * step,
|
|
63
|
-
* with N integer or 0.
|
|
64
|
-
* @param nrToCheck Number to check whether it's within the given bounds
|
|
65
|
-
* @param min Inclusive
|
|
66
|
-
* @param max Inclusive
|
|
67
|
-
* @param stepSize
|
|
68
|
-
* @returns Returns remainder of undefined when nrToCheck was OUTSIDE [min, max], else full result object.
|
|
69
|
-
*/
|
|
70
|
-
static CheckWithinSteppedBounds(nrToCheck: number, min: number, max: number, stepSize?: number): CheckWithinSteppedBoundsResult;
|
|
71
|
-
static AddThousandsCommasTo(value: any): string;
|
|
72
|
-
static GetNearestNumberWithinBounds(originalNr: number, min: number, max: number): number;
|
|
73
|
-
/**
|
|
74
|
-
* Returns whether given nrToCheck is within the given precision and scale limits. Precision and scale, here, are Oracle DB terms.
|
|
75
|
-
* This function can thus be used to check whether the given number is safe to send to the 'database' beforehand, if we know the
|
|
76
|
-
* precision and scale of the number in the db declaration.
|
|
77
|
-
*
|
|
78
|
-
* I.e. A number declared in the Oracle DB as number(5, 2) has a precision of 5 and a scale of 2.
|
|
79
|
-
*
|
|
80
|
-
* @param nrToCheck
|
|
81
|
-
* @param precision The number of significant digits, including possibly negative scale. E.g. 3 in '123' and 5 in '51.123'
|
|
82
|
-
* @param [scale = 0] The number of significant digits AFTER the decimal point. E.g. 1 in 5432.1 and 3 in 54000.003
|
|
83
|
-
* @returns Whether given nrToCheck is ok for given precision and scale, and if not, the
|
|
84
|
-
* nearest number that IS ok for those constraints.
|
|
85
|
-
*/
|
|
86
|
-
static CheckPrecisionAndScale(nrToCheck: number, precision: number, scale?: number): CheckPrecisionAndScaleResult;
|
|
87
|
-
private static _GetLargestDecimalPrecisionOf;
|
|
88
|
-
private static _NumberInputToNumberStr;
|
|
89
|
-
}
|
|
1
|
+
import { CheckWithinSteppedBoundsResult } from "../model/check-within-stepped-bounds-result";
|
|
2
|
+
import { CheckPrecisionAndScaleResult } from '../model/check-precision-and-scale-result';
|
|
3
|
+
export declare class NumberUtils {
|
|
4
|
+
static PrecisionScaleToMaxValue(precision: number, scale: number): number;
|
|
5
|
+
static ParseInt(arg: any): number;
|
|
6
|
+
static DecimalsToStepIncrement(numberOfDecimals: number): number;
|
|
7
|
+
static ParseNumberOrDefault(arg: any, defaultValue?: number): number;
|
|
8
|
+
static ParseNumberInputOrDefault(numberInput: any, defaultValue?: number): number;
|
|
9
|
+
static IsParsableNumberInput(numberInput: any): boolean;
|
|
10
|
+
static IsNumber(arg: any): boolean;
|
|
11
|
+
static IsParsableNumber(arg: any): boolean;
|
|
12
|
+
/**
|
|
13
|
+
* Returns given arg as a float number with given decimal precision, if possible. Returns NaN if parse conversion failed.
|
|
14
|
+
*
|
|
15
|
+
* @param The argument to parse to a float
|
|
16
|
+
* @param The number of decimals, or the precision, the parsed return float should have
|
|
17
|
+
* @returns NaN if not possible, else the parsed float value
|
|
18
|
+
*/
|
|
19
|
+
static ParseFloat(arg: any, decimalPrecision?: number): number;
|
|
20
|
+
/**
|
|
21
|
+
* Returns given arg as a float number with given decimal precision, if possible. Returns NaN if parse conversion failed.
|
|
22
|
+
*
|
|
23
|
+
* @param The argument to parse to a float
|
|
24
|
+
* @returns The argument as a float with its original decimal precision intact
|
|
25
|
+
*/
|
|
26
|
+
static ParseFloatKeepPrecision(arg: any): number;
|
|
27
|
+
static ParseFloatNumberInputKeepPrecision(arg: any): number;
|
|
28
|
+
/**
|
|
29
|
+
* Finds the number closest to the originalNumber, that adheres to the given bounds. That is, for which it holds that
|
|
30
|
+
* nr = min + N * step with N integer or 0.
|
|
31
|
+
* @param originalNr Find closest answer to this number
|
|
32
|
+
* @param min Inclusive
|
|
33
|
+
* @param max Inclusive
|
|
34
|
+
* @param stepSize
|
|
35
|
+
* @returns The closest OK number for bounds.
|
|
36
|
+
*/
|
|
37
|
+
static GetNearestNumberWithinSteppedBounds(originalNr: number, min: number, max: number, stepSize?: number): number;
|
|
38
|
+
static GetDecimalPlaces(arg: any, maxAnswer?: number): number;
|
|
39
|
+
static IsInteger(arg: any): boolean;
|
|
40
|
+
/**
|
|
41
|
+
* Returns whether given arg is parseable as a number, and whether the lengts of its number parse result is equal to its original length.
|
|
42
|
+
* I.e. this function returns FALSE with given number-parsable strings, but that have non-numeric appendices, eg '2233ff'. That arg
|
|
43
|
+
* IS number-parseable, but not a strict 'string number', the latter being what this method actually checks for.
|
|
44
|
+
*/
|
|
45
|
+
static IsStringNumber(arg: string): boolean;
|
|
46
|
+
/**
|
|
47
|
+
* Returns a random integer in range [lowerBound .. upperBound], an inclusive range. Returns NaN if not possible.
|
|
48
|
+
* Given bounds are truncated first, before serving as the true lower- and upper bounds for the random int.
|
|
49
|
+
*/
|
|
50
|
+
static RandomInt(lowerBoundInt: number, upperBoundInt: number): number;
|
|
51
|
+
/**
|
|
52
|
+
* Returns the true maximum allowed value for the given "stepped bounds": min, stepSize and max, for which it holds that each allowed
|
|
53
|
+
* value Y = min + stepSize * N, for any INTEGER or 0 N where it also holds, of course, that Y <= max.
|
|
54
|
+
* @param min
|
|
55
|
+
* @param max
|
|
56
|
+
* @param stepSize
|
|
57
|
+
*/
|
|
58
|
+
static GetTrueSteppedBoundsMax(min: number, max: number, stepSize?: number): number;
|
|
59
|
+
static ToString(nr: number): string;
|
|
60
|
+
static IsNaN(arg: any): boolean;
|
|
61
|
+
/**
|
|
62
|
+
* Returns whether given x is OK within the given min, max and step boundaries, where it should hold that nrToCheck = min + N * step,
|
|
63
|
+
* with N integer or 0.
|
|
64
|
+
* @param nrToCheck Number to check whether it's within the given bounds
|
|
65
|
+
* @param min Inclusive
|
|
66
|
+
* @param max Inclusive
|
|
67
|
+
* @param stepSize
|
|
68
|
+
* @returns Returns remainder of undefined when nrToCheck was OUTSIDE [min, max], else full result object.
|
|
69
|
+
*/
|
|
70
|
+
static CheckWithinSteppedBounds(nrToCheck: number, min: number, max: number, stepSize?: number): CheckWithinSteppedBoundsResult;
|
|
71
|
+
static AddThousandsCommasTo(value: any): string;
|
|
72
|
+
static GetNearestNumberWithinBounds(originalNr: number, min: number, max: number): number;
|
|
73
|
+
/**
|
|
74
|
+
* Returns whether given nrToCheck is within the given precision and scale limits. Precision and scale, here, are Oracle DB terms.
|
|
75
|
+
* This function can thus be used to check whether the given number is safe to send to the 'database' beforehand, if we know the
|
|
76
|
+
* precision and scale of the number in the db declaration.
|
|
77
|
+
*
|
|
78
|
+
* I.e. A number declared in the Oracle DB as number(5, 2) has a precision of 5 and a scale of 2.
|
|
79
|
+
*
|
|
80
|
+
* @param nrToCheck
|
|
81
|
+
* @param precision The number of significant digits, including possibly negative scale. E.g. 3 in '123' and 5 in '51.123'
|
|
82
|
+
* @param [scale = 0] The number of significant digits AFTER the decimal point. E.g. 1 in 5432.1 and 3 in 54000.003
|
|
83
|
+
* @returns Whether given nrToCheck is ok for given precision and scale, and if not, the
|
|
84
|
+
* nearest number that IS ok for those constraints.
|
|
85
|
+
*/
|
|
86
|
+
static CheckPrecisionAndScale(nrToCheck: number, precision: number, scale?: number): CheckPrecisionAndScaleResult;
|
|
87
|
+
private static _GetLargestDecimalPrecisionOf;
|
|
88
|
+
private static _NumberInputToNumberStr;
|
|
89
|
+
}
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
export declare class ObjectUtils {
|
|
2
|
-
/**
|
|
3
|
-
* Returns whether all given values exist: for all values it holds that they are not null nor undefined. Short-circuit check.
|
|
4
|
-
* @param values Rest parameters with all objects to check existence for.
|
|
5
|
-
* @returns True if ALL given values are not null nor undefined, otherwise false (if at least one value was null or undefined)
|
|
6
|
-
*/
|
|
7
|
-
static AllExist(...values: any[]): boolean;
|
|
8
|
-
static GetShallowClone(originalObject: any, objectClass?: any): any;
|
|
9
|
-
/**
|
|
10
|
-
* Copies all properties from object 'from' to object 'to'. Overwrites properties on object 'to' if property already exists.
|
|
11
|
-
* Does not copy functions, only properties.
|
|
12
|
-
* @param from The source object from which to copy all properties of to the 'to' object.
|
|
13
|
-
* @param to The object to which the properties of the 'from' object will be copied.
|
|
14
|
-
* @param [allowUndefined = true] wether the 'to' object may be assigned null or undefined values to any of its properties.
|
|
15
|
-
*/
|
|
16
|
-
static CopyPropertiesFrom<T>(from: Object, to: T, allowUndefined?: boolean): T;
|
|
17
|
-
/**
|
|
18
|
-
* Returns the display value of the given property on the given object, as a string (== the string representation of the property value).
|
|
19
|
-
* Does not return null or undefined, but returns the given defaultValue instead.
|
|
20
|
-
*/
|
|
21
|
-
static GetDisplayValueOfPropertyOn(object: Object, property: string, defaultValue?: string): string;
|
|
22
|
-
static ForOwnProperty(plainObject: any, callback: (propVal: any, key: string) => any): void;
|
|
23
|
-
static IsPlainObject(object: any): boolean;
|
|
24
|
-
static DeepEquals(actual: any, expected: any): boolean;
|
|
25
|
-
private static _objEquiv;
|
|
26
|
-
private static _isBuffer;
|
|
27
|
-
private static _isArguments;
|
|
28
|
-
private static _isArgumentsWhenArgsClassNotSupported;
|
|
29
|
-
private static _isArgumentsWhenArgsClassSupported;
|
|
30
|
-
private static _supportsArgumentsClass;
|
|
31
|
-
}
|
|
1
|
+
export declare class ObjectUtils {
|
|
2
|
+
/**
|
|
3
|
+
* Returns whether all given values exist: for all values it holds that they are not null nor undefined. Short-circuit check.
|
|
4
|
+
* @param values Rest parameters with all objects to check existence for.
|
|
5
|
+
* @returns True if ALL given values are not null nor undefined, otherwise false (if at least one value was null or undefined)
|
|
6
|
+
*/
|
|
7
|
+
static AllExist(...values: any[]): boolean;
|
|
8
|
+
static GetShallowClone(originalObject: any, objectClass?: any): any;
|
|
9
|
+
/**
|
|
10
|
+
* Copies all properties from object 'from' to object 'to'. Overwrites properties on object 'to' if property already exists.
|
|
11
|
+
* Does not copy functions, only properties.
|
|
12
|
+
* @param from The source object from which to copy all properties of to the 'to' object.
|
|
13
|
+
* @param to The object to which the properties of the 'from' object will be copied.
|
|
14
|
+
* @param [allowUndefined = true] wether the 'to' object may be assigned null or undefined values to any of its properties.
|
|
15
|
+
*/
|
|
16
|
+
static CopyPropertiesFrom<T>(from: Object, to: T, allowUndefined?: boolean): T;
|
|
17
|
+
/**
|
|
18
|
+
* Returns the display value of the given property on the given object, as a string (== the string representation of the property value).
|
|
19
|
+
* Does not return null or undefined, but returns the given defaultValue instead.
|
|
20
|
+
*/
|
|
21
|
+
static GetDisplayValueOfPropertyOn(object: Object, property: string, defaultValue?: string): string;
|
|
22
|
+
static ForOwnProperty(plainObject: any, callback: (propVal: any, key: string) => any): void;
|
|
23
|
+
static IsPlainObject(object: any): boolean;
|
|
24
|
+
static DeepEquals(actual: any, expected: any): boolean;
|
|
25
|
+
private static _objEquiv;
|
|
26
|
+
private static _isBuffer;
|
|
27
|
+
private static _isArguments;
|
|
28
|
+
private static _isArgumentsWhenArgsClassNotSupported;
|
|
29
|
+
private static _isArgumentsWhenArgsClassSupported;
|
|
30
|
+
private static _supportsArgumentsClass;
|
|
31
|
+
}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
export declare class StringUtils {
|
|
2
|
-
static ParseString(arg: any, defaultValue?: string): string;
|
|
3
|
-
static AsLowerCaseIfString(str: any): any;
|
|
4
|
-
/**
|
|
5
|
-
* Example usage:
|
|
6
|
-
* str = 'File is to large to upload. Maximum file size is {0} Mb'
|
|
7
|
-
* format = [FileUtils.MaxUploadSizeInMb]
|
|
8
|
-
* output = File is to large to upload. Maximum file size is 3 Mb
|
|
9
|
-
*
|
|
10
|
-
* str = '{0} is way better than {1}'
|
|
11
|
-
* format = ['Angular2','Angular1']
|
|
12
|
-
* output = Angular2 is way better than Angular1
|
|
13
|
-
*
|
|
14
|
-
* @param str The string that contains {0} and {1} etc, for replacement by given format data
|
|
15
|
-
* @param format The format replacement data
|
|
16
|
-
*/
|
|
17
|
-
static Format(str: string, format: any[]): string;
|
|
18
|
-
static IsString(str: any): boolean;
|
|
19
|
-
static IsStringWithLength(str: any): boolean;
|
|
20
|
-
static RemoveLastChars(str: string, amount: number): string;
|
|
21
|
-
static StringToStringArray(str: string): string[];
|
|
22
|
-
static CloneStringArray(strArray: string[]): string[];
|
|
23
|
-
static ToStringOrDefault(arg: any, defaultReturnVal?: string): string;
|
|
24
|
-
static CreateGuid(): string;
|
|
25
|
-
}
|
|
1
|
+
export declare class StringUtils {
|
|
2
|
+
static ParseString(arg: any, defaultValue?: string): string;
|
|
3
|
+
static AsLowerCaseIfString(str: any): any;
|
|
4
|
+
/**
|
|
5
|
+
* Example usage:
|
|
6
|
+
* str = 'File is to large to upload. Maximum file size is {0} Mb'
|
|
7
|
+
* format = [FileUtils.MaxUploadSizeInMb]
|
|
8
|
+
* output = File is to large to upload. Maximum file size is 3 Mb
|
|
9
|
+
*
|
|
10
|
+
* str = '{0} is way better than {1}'
|
|
11
|
+
* format = ['Angular2','Angular1']
|
|
12
|
+
* output = Angular2 is way better than Angular1
|
|
13
|
+
*
|
|
14
|
+
* @param str The string that contains {0} and {1} etc, for replacement by given format data
|
|
15
|
+
* @param format The format replacement data
|
|
16
|
+
*/
|
|
17
|
+
static Format(str: string, format: any[]): string;
|
|
18
|
+
static IsString(str: any): boolean;
|
|
19
|
+
static IsStringWithLength(str: any): boolean;
|
|
20
|
+
static RemoveLastChars(str: string, amount: number): string;
|
|
21
|
+
static StringToStringArray(str: string): string[];
|
|
22
|
+
static CloneStringArray(strArray: string[]): string[];
|
|
23
|
+
static ToStringOrDefault(arg: any, defaultReturnVal?: string): string;
|
|
24
|
+
static CreateGuid(): string;
|
|
25
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { AbstractControl, ValidationErrors } from '@angular/forms';
|
|
2
|
-
export declare function emailValidator(control: AbstractControl): ValidationErrors | null;
|
|
1
|
+
import { AbstractControl, ValidationErrors } from '@angular/forms';
|
|
2
|
+
export declare function emailValidator(control: AbstractControl): ValidationErrors | null;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { ValidatorFn } from "@angular/forms";
|
|
2
|
-
export declare function equalValidator(valueGetterFn: () => any): ValidatorFn;
|
|
1
|
+
import { ValidatorFn } from "@angular/forms";
|
|
2
|
+
export declare function equalValidator(valueGetterFn: () => any): ValidatorFn;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { ValidatorFn } from '@angular/forms';
|
|
2
|
-
export declare function maxStringLengthValidator(length: number): ValidatorFn;
|
|
1
|
+
import { ValidatorFn } from '@angular/forms';
|
|
2
|
+
export declare function maxStringLengthValidator(length: number): ValidatorFn;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { ValidatorFn } from "@angular/forms";
|
|
2
|
-
export declare function passwordValidator(userNameGetterFn: () => string): ValidatorFn;
|
|
3
|
-
export declare function getValidatePasswordErrorString(password: string, username: string): string;
|
|
1
|
+
import { ValidatorFn } from "@angular/forms";
|
|
2
|
+
export declare function passwordValidator(userNameGetterFn: () => string): ValidatorFn;
|
|
3
|
+
export declare function getValidatePasswordErrorString(password: string, username: string): string;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { ValidatorFn } from '@angular/forms';
|
|
2
|
-
export declare function precisionScaleValidator(precision: number, scale: number): ValidatorFn;
|
|
1
|
+
import { ValidatorFn } from '@angular/forms';
|
|
2
|
+
export declare function precisionScaleValidator(precision: number, scale: number): ValidatorFn;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { AbstractControl, ValidationErrors } from '@angular/forms';
|
|
2
|
-
export declare function requiredValidator(control: AbstractControl): ValidationErrors | null;
|
|
1
|
+
import { AbstractControl, ValidationErrors } from '@angular/forms';
|
|
2
|
+
export declare function requiredValidator(control: AbstractControl): ValidationErrors | null;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { NgZone, OnDestroy } from "@angular/core";
|
|
2
|
-
import { ClickOutsideDirective } from "./click-outside.directive";
|
|
3
|
-
export declare class ClickOutsideMasterService implements OnDestroy {
|
|
4
|
-
private readonly _ngZone;
|
|
5
|
-
get currentClick(): MouseEvent;
|
|
6
|
-
private _clickOutsideRefs;
|
|
7
|
-
private _currentClick;
|
|
8
|
-
constructor(_ngZone: NgZone);
|
|
9
|
-
ngOnDestroy(): void;
|
|
10
|
-
onClick: (event: MouseEvent) => void;
|
|
11
|
-
checkEmit(clickOutside: ClickOutsideDirective, event: Event, force?: boolean): void;
|
|
12
|
-
onKeyDown: (event: KeyboardEvent) => void;
|
|
13
|
-
addClickOutside(clickOutside: ClickOutsideDirective): void;
|
|
14
|
-
removeClickOutside(clickOutside: ClickOutsideDirective): void;
|
|
15
|
-
}
|
|
1
|
+
import { NgZone, OnDestroy } from "@angular/core";
|
|
2
|
+
import { ClickOutsideDirective } from "./click-outside.directive";
|
|
3
|
+
export declare class ClickOutsideMasterService implements OnDestroy {
|
|
4
|
+
private readonly _ngZone;
|
|
5
|
+
get currentClick(): MouseEvent;
|
|
6
|
+
private _clickOutsideRefs;
|
|
7
|
+
private _currentClick;
|
|
8
|
+
constructor(_ngZone: NgZone);
|
|
9
|
+
ngOnDestroy(): void;
|
|
10
|
+
onClick: (event: MouseEvent) => void;
|
|
11
|
+
checkEmit(clickOutside: ClickOutsideDirective, event: Event, force?: boolean): void;
|
|
12
|
+
onKeyDown: (event: KeyboardEvent) => void;
|
|
13
|
+
addClickOutside(clickOutside: ClickOutsideDirective): void;
|
|
14
|
+
removeClickOutside(clickOutside: ClickOutsideDirective): void;
|
|
15
|
+
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, EventEmitter, NgZone, OnDestroy } from "@angular/core";
|
|
2
|
-
import { ClickOutsideMasterService } from "./click-outside-master.service";
|
|
3
|
-
export declare class ClickOutsideDirective implements OnDestroy, AfterViewInit {
|
|
4
|
-
elementRef: ElementRef;
|
|
5
|
-
private _ngZone;
|
|
6
|
-
private _master;
|
|
7
|
-
get currentClick(): MouseEvent;
|
|
8
|
-
set enabled(enabled: boolean);
|
|
9
|
-
alwaysTrigger: boolean;
|
|
10
|
-
readonly clickOutside: EventEmitter<Event>;
|
|
11
|
-
private _currentClick;
|
|
12
|
-
private _enabled;
|
|
13
|
-
private _initialized;
|
|
14
|
-
constructor(elementRef: ElementRef, _ngZone: NgZone, _master: ClickOutsideMasterService);
|
|
15
|
-
ngAfterViewInit(): void;
|
|
16
|
-
ngOnDestroy(): void;
|
|
17
|
-
onClick: (event: MouseEvent) => void;
|
|
18
|
-
}
|
|
1
|
+
import { AfterViewInit, ElementRef, EventEmitter, NgZone, OnDestroy } from "@angular/core";
|
|
2
|
+
import { ClickOutsideMasterService } from "./click-outside-master.service";
|
|
3
|
+
export declare class ClickOutsideDirective implements OnDestroy, AfterViewInit {
|
|
4
|
+
elementRef: ElementRef;
|
|
5
|
+
private _ngZone;
|
|
6
|
+
private _master;
|
|
7
|
+
get currentClick(): MouseEvent;
|
|
8
|
+
set enabled(enabled: boolean);
|
|
9
|
+
alwaysTrigger: boolean;
|
|
10
|
+
readonly clickOutside: EventEmitter<Event>;
|
|
11
|
+
private _currentClick;
|
|
12
|
+
private _enabled;
|
|
13
|
+
private _initialized;
|
|
14
|
+
constructor(elementRef: ElementRef, _ngZone: NgZone, _master: ClickOutsideMasterService);
|
|
15
|
+
ngAfterViewInit(): void;
|
|
16
|
+
ngOnDestroy(): void;
|
|
17
|
+
onClick: (event: MouseEvent) => void;
|
|
18
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class ClickoutsideModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class ClickoutsideModule {
|
|
2
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
export declare class ObserveVisibilityDirective implements OnDestroy, OnInit, AfterViewInit {
|
|
3
|
-
private _element;
|
|
4
|
-
threshold: number;
|
|
5
|
-
visibilityChange: EventEmitter<boolean>;
|
|
6
|
-
visible: boolean;
|
|
7
|
-
private _observer;
|
|
8
|
-
constructor(_element: ElementRef);
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
ngAfterViewInit(): void;
|
|
11
|
-
ngOnDestroy(): void;
|
|
12
|
-
private _createObserver;
|
|
13
|
-
private _startObservingElements;
|
|
14
|
-
}
|
|
1
|
+
import { AfterViewInit, ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
export declare class ObserveVisibilityDirective implements OnDestroy, OnInit, AfterViewInit {
|
|
3
|
+
private _element;
|
|
4
|
+
threshold: number;
|
|
5
|
+
visibilityChange: EventEmitter<boolean>;
|
|
6
|
+
visible: boolean;
|
|
7
|
+
private _observer;
|
|
8
|
+
constructor(_element: ElementRef);
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
ngAfterViewInit(): void;
|
|
11
|
+
ngOnDestroy(): void;
|
|
12
|
+
private _createObserver;
|
|
13
|
+
private _startObservingElements;
|
|
14
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class ObserveVisibilityModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class ObserveVisibilityModule {
|
|
2
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ElementRef, OnDestroy } from "@angular/core";
|
|
2
|
-
export declare class OverlayParentDirective implements OnDestroy {
|
|
3
|
-
elementRef: ElementRef;
|
|
4
|
-
constructor(elementRef: ElementRef);
|
|
5
|
-
ngOnDestroy(): void;
|
|
6
|
-
}
|
|
1
|
+
import { ElementRef, OnDestroy } from "@angular/core";
|
|
2
|
+
export declare class OverlayParentDirective implements OnDestroy {
|
|
3
|
+
elementRef: ElementRef;
|
|
4
|
+
constructor(elementRef: ElementRef);
|
|
5
|
+
ngOnDestroy(): void;
|
|
6
|
+
}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { ElementRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { OverlayParentDirective } from './overlay-parent.directive';
|
|
3
|
-
export declare class OverlayDirective implements OnDestroy, OnInit {
|
|
4
|
-
set parent(value: OverlayParentDirective | ElementRef | HTMLElement);
|
|
5
|
-
view: HTMLElement;
|
|
6
|
-
/**
|
|
7
|
-
* true; Element is added to the parent template
|
|
8
|
-
* false; Element is added to the bottom of the DOM
|
|
9
|
-
*/
|
|
10
|
-
inline: boolean;
|
|
11
|
-
keepInView: boolean;
|
|
12
|
-
inheritWidth: boolean;
|
|
13
|
-
rightAlign: boolean;
|
|
14
|
-
fullSize: boolean;
|
|
15
|
-
private _elementRef;
|
|
16
|
-
private _resizeObserver;
|
|
17
|
-
private _intersectionObserver;
|
|
18
|
-
private _parent;
|
|
19
|
-
constructor(elementRef: ElementRef);
|
|
20
|
-
ngOnDestroy(): void;
|
|
21
|
-
ngOnInit(): void;
|
|
22
|
-
handleScroll: (event: Event) => void;
|
|
23
|
-
private _checkAndPlaceElement;
|
|
24
|
-
private _placeElement;
|
|
25
|
-
}
|
|
1
|
+
import { ElementRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { OverlayParentDirective } from './overlay-parent.directive';
|
|
3
|
+
export declare class OverlayDirective implements OnDestroy, OnInit {
|
|
4
|
+
set parent(value: OverlayParentDirective | ElementRef | HTMLElement);
|
|
5
|
+
view: HTMLElement;
|
|
6
|
+
/**
|
|
7
|
+
* true; Element is added to the parent template
|
|
8
|
+
* false; Element is added to the bottom of the DOM
|
|
9
|
+
*/
|
|
10
|
+
inline: boolean;
|
|
11
|
+
keepInView: boolean;
|
|
12
|
+
inheritWidth: boolean;
|
|
13
|
+
rightAlign: boolean;
|
|
14
|
+
fullSize: boolean;
|
|
15
|
+
private _elementRef;
|
|
16
|
+
private _resizeObserver;
|
|
17
|
+
private _intersectionObserver;
|
|
18
|
+
private _parent;
|
|
19
|
+
constructor(elementRef: ElementRef);
|
|
20
|
+
ngOnDestroy(): void;
|
|
21
|
+
ngOnInit(): void;
|
|
22
|
+
handleScroll: (event: Event) => void;
|
|
23
|
+
private _checkAndPlaceElement;
|
|
24
|
+
private _placeElement;
|
|
25
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class OverlayModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class OverlayModule {
|
|
2
|
+
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { CoRippleConfig, CoRippleRenderer } from "./ripple-renderer";
|
|
2
|
-
/** Possible states for a ripple element. */
|
|
3
|
-
export declare enum CoRippleState {
|
|
4
|
-
FADING_IN = 0,
|
|
5
|
-
VISIBLE = 1,
|
|
6
|
-
FADING_OUT = 2,
|
|
7
|
-
HIDDEN = 3
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* Reference to a previously launched ripple element.
|
|
11
|
-
*/
|
|
12
|
-
export declare class CoRippleRef {
|
|
13
|
-
private _renderer;
|
|
14
|
-
element: HTMLElement;
|
|
15
|
-
config: CoRippleConfig;
|
|
16
|
-
/** Current state of the ripple reference. */
|
|
17
|
-
state: CoRippleState;
|
|
18
|
-
constructor(_renderer: CoRippleRenderer, element: HTMLElement, config: CoRippleConfig);
|
|
19
|
-
/** Fades out the ripple element. */
|
|
20
|
-
fadeOut(): void;
|
|
21
|
-
}
|
|
1
|
+
import { CoRippleConfig, CoRippleRenderer } from "./ripple-renderer";
|
|
2
|
+
/** Possible states for a ripple element. */
|
|
3
|
+
export declare enum CoRippleState {
|
|
4
|
+
FADING_IN = 0,
|
|
5
|
+
VISIBLE = 1,
|
|
6
|
+
FADING_OUT = 2,
|
|
7
|
+
HIDDEN = 3
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Reference to a previously launched ripple element.
|
|
11
|
+
*/
|
|
12
|
+
export declare class CoRippleRef {
|
|
13
|
+
private _renderer;
|
|
14
|
+
element: HTMLElement;
|
|
15
|
+
config: CoRippleConfig;
|
|
16
|
+
/** Current state of the ripple reference. */
|
|
17
|
+
state: CoRippleState;
|
|
18
|
+
constructor(_renderer: CoRippleRenderer, element: HTMLElement, config: CoRippleConfig);
|
|
19
|
+
/** Fades out the ripple element. */
|
|
20
|
+
fadeOut(): void;
|
|
21
|
+
}
|