slick-components 5.0.28 → 17.0.2
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/{esm2020 → esm2022}/public-api.mjs +44 -44
- package/{esm2020 → esm2022}/slick-accordion/slick-accordion-item-header.component.mjs +14 -14
- package/esm2022/slick-accordion/slick-accordion-item.component.mjs +92 -0
- package/{esm2020 → esm2022}/slick-accordion/slick-accordion.component.mjs +80 -80
- package/{esm2020 → esm2022}/slick-accordion/slick-accordion.module.mjs +23 -23
- package/{esm2020 → esm2022}/slick-auto-complete/slick-auto-complete-list-item-template.directive.mjs +22 -22
- package/esm2022/slick-auto-complete/slick-auto-complete.component.mjs +388 -0
- package/{esm2020 → esm2022}/slick-auto-complete/slick-auto-complete.module.mjs +25 -25
- package/esm2022/slick-button-spinner/slick-button-spinner.component.mjs +175 -0
- package/{esm2020 → esm2022}/slick-button-spinner/slick-button-spinner.module.mjs +19 -19
- package/esm2022/slick-calendar/slick-calendar.component.mjs +271 -0
- package/{esm2020 → esm2022}/slick-calendar/slick-calendar.module.mjs +19 -19
- package/{esm2020 → esm2022}/slick-card/slick-card-header.component.mjs +14 -14
- package/esm2022/slick-card/slick-card.component.mjs +42 -0
- package/{esm2020 → esm2022}/slick-card/slick-card.module.mjs +20 -20
- package/{esm2020 → esm2022}/slick-components.mjs +4 -4
- package/{esm2020 → esm2022}/slick-confirm-dialog/slick-confirm-dialog.component.mjs +65 -65
- package/{esm2020 → esm2022}/slick-confirm-dialog/slick-confirm-dialog.module.mjs +20 -20
- package/{esm2020 → esm2022}/slick-container/slick-container-body.component.mjs +24 -24
- package/{esm2020 → esm2022}/slick-container/slick-container-footer.component.mjs +20 -20
- package/{esm2020 → esm2022}/slick-container/slick-container-header.component.mjs +20 -20
- package/{esm2020 → esm2022}/slick-container/slick-container.component.mjs +21 -21
- package/{esm2020 → esm2022}/slick-container/slick-container.module.mjs +25 -25
- package/{esm2020 → esm2022}/slick-context-menu/slick-context-menu-item.component.mjs +14 -14
- package/esm2022/slick-context-menu/slick-context-menu.component.mjs +48 -0
- package/{esm2020 → esm2022}/slick-context-menu/slick-context-menu.module.mjs +20 -20
- package/{esm2020 → esm2022}/slick-currency-mask/slick-currency-mask-options.model.mjs +11 -11
- package/esm2022/slick-currency-mask/slick-currency-mask.directive.mjs +233 -0
- package/{esm2020 → esm2022}/slick-currency-mask/slick-currency-mask.module.mjs +19 -19
- package/esm2022/slick-date-picker/slick-date-picker.component.mjs +278 -0
- package/{esm2020 → esm2022}/slick-date-picker/slick-date-picker.module.mjs +21 -21
- package/{esm2020 → esm2022}/slick-dialog/slick-dialog-footer.component.mjs +24 -24
- package/esm2022/slick-dialog/slick-dialog.component.mjs +294 -0
- package/{esm2020 → esm2022}/slick-dialog/slick-dialog.module.mjs +23 -23
- package/esm2022/slick-dialog/slick-dialog.service.mjs +68 -0
- package/{esm2020 → esm2022}/slick-drag-drop/slick-drag-drop.directive.mjs +13 -13
- package/{esm2020 → esm2022}/slick-drag-drop/slick-drag-drop.module.mjs +21 -21
- package/{esm2020 → esm2022}/slick-drag-drop/slick-draggable.directive.mjs +13 -13
- package/{esm2020 → esm2022}/slick-drop-down/slick-drop-down-button.model.mjs +7 -7
- package/esm2022/slick-drop-down/slick-drop-down.component.mjs +447 -0
- package/{esm2020 → esm2022}/slick-drop-down/slick-drop-down.module.mjs +24 -24
- package/esm2022/slick-drop-down/slick-drop-down.service.mjs +55 -0
- package/{esm2020 → esm2022}/slick-drop-list/slick-drop-list-grab.directive.mjs +18 -18
- package/{esm2020 → esm2022}/slick-drop-list/slick-drop-list-item.directive.mjs +18 -18
- package/esm2022/slick-drop-list/slick-drop-list.directive.mjs +215 -0
- package/{esm2020 → esm2022}/slick-drop-list/slick-drop-list.module.mjs +23 -23
- package/{esm2020 → esm2022}/slick-email-viewer/slick-email-viewer-dialog.component.mjs +62 -62
- package/esm2022/slick-email-viewer/slick-email-viewer.component.mjs +42 -0
- package/{esm2020 → esm2022}/slick-email-viewer/slick-email-viewer.module.mjs +26 -26
- package/{esm2020 → esm2022}/slick-emailer/slick-emailer-address.model.mjs +2 -2
- package/esm2022/slick-emailer/slick-emailer-dialog.component.mjs +153 -0
- package/esm2022/slick-emailer/slick-emailer.component.mjs +235 -0
- package/{esm2020 → esm2022}/slick-emailer/slick-emailer.model.mjs +2 -2
- package/{esm2020 → esm2022}/slick-emailer/slick-emailer.module.mjs +29 -29
- package/esm2022/slick-file-drop/slick-file-drop.component.mjs +156 -0
- package/{esm2020 → esm2022}/slick-file-drop/slick-file-drop.module.mjs +20 -20
- package/esm2022/slick-file-list/slick-file-list-item.component.mjs +190 -0
- package/esm2022/slick-file-list/slick-file-list.component.mjs +130 -0
- package/{esm2020 → esm2022}/slick-file-list/slick-file-list.module.mjs +23 -23
- package/{esm2020 → esm2022}/slick-file-model/slick-file.model.mjs +2 -2
- package/esm2022/slick-google-address-search/slick-google-address-search.directive.mjs +78 -0
- package/{esm2020 → esm2022}/slick-google-address-search/slick-google-address-search.module.mjs +19 -19
- package/esm2022/slick-google-map/slick-google-map-dialog.component.mjs +50 -0
- package/esm2022/slick-google-map/slick-google-map.component.mjs +48 -0
- package/{esm2020 → esm2022}/slick-google-map/slick-google-map.module.mjs +22 -22
- package/{esm2020 → esm2022}/slick-grid/slick-grid-column-template.directive.mjs +19 -19
- package/{esm2020 → esm2022}/slick-grid/slick-grid-column.model.mjs +66 -66
- package/{esm2020 → esm2022}/slick-grid/slick-grid-favorite.model.mjs +2 -2
- package/{esm2020 → esm2022}/slick-grid/slick-grid-request.model.mjs +2 -2
- package/{esm2020 → esm2022}/slick-grid/slick-grid-response.model.mjs +2 -2
- package/{esm2020 → esm2022}/slick-grid/slick-grid-sanitize.pipe.mjs +20 -20
- package/esm2022/slick-grid/slick-grid.component.mjs +793 -0
- package/{esm2020 → esm2022}/slick-grid/slick-grid.module.mjs +43 -43
- package/{esm2020 → esm2022}/slick-grid/slick-grid.options.mjs +11 -11
- package/esm2022/slick-grid/slick-grid.service.mjs +66 -0
- package/esm2022/slick-multi-select/slick-multi-select.component.mjs +415 -0
- package/{esm2020 → esm2022}/slick-multi-select/slick-multi-select.module.mjs +20 -20
- package/esm2022/slick-multi-select/slick-multi-select.service.mjs +78 -0
- package/esm2022/slick-ordered-list/slick-ordered-list.component.mjs +200 -0
- package/{esm2020 → esm2022}/slick-ordered-list/slick-ordered-list.module.mjs +20 -20
- package/esm2022/slick-paging/slick-paging.component.mjs +185 -0
- package/{esm2020 → esm2022}/slick-paging/slick-paging.module.mjs +19 -19
- package/esm2022/slick-photo-gallery/slick-photo-gallery.component.mjs +98 -0
- package/{esm2020 → esm2022}/slick-photo-gallery/slick-photo-gallery.model.mjs +2 -2
- package/{esm2020 → esm2022}/slick-photo-gallery/slick-photo-gallery.module.mjs +21 -21
- package/{esm2020 → esm2022}/slick-pick-list/slick-pick-list.component.mjs +84 -84
- package/{esm2020 → esm2022}/slick-pick-list/slick-pick-list.module.mjs +20 -20
- package/esm2022/slick-popover/slick-popover.component.mjs +204 -0
- package/{esm2020 → esm2022}/slick-popover/slick-popover.module.mjs +19 -19
- package/esm2022/slick-profile-picture/slick-profile-picture.component.mjs +267 -0
- package/{esm2020 → esm2022}/slick-profile-picture/slick-profile-picture.module.mjs +20 -20
- package/{esm2020 → esm2022}/slick-progress-bar/slick-progress-bar.module.mjs +18 -18
- package/esm2022/slick-progress-bar/slick-progress-bar.service.mjs +53 -0
- package/{esm2020 → esm2022}/slick-screen-blocker/slick-screen-blocker.module.mjs +18 -18
- package/esm2022/slick-screen-blocker/slick-screen-blocker.service.mjs +83 -0
- package/esm2022/slick-search-bar/slick-search-bar.component.mjs +130 -0
- package/{esm2020 → esm2022}/slick-search-bar/slick-search-bar.module.mjs +20 -20
- package/{esm2020 → esm2022}/slick-slider/slick-slider-tick.model.mjs +2 -2
- package/esm2022/slick-slider/slick-slider.component.mjs +90 -0
- package/{esm2020 → esm2022}/slick-slider/slick-slider.module.mjs +20 -20
- package/{esm2020 → esm2022}/slick-split-screen/slick-screen-split-left-content.component.mjs +15 -15
- package/{esm2020 → esm2022}/slick-split-screen/slick-screen-split-right-content.component.mjs +15 -15
- package/esm2022/slick-split-screen/slick-split-screen.component.mjs +159 -0
- package/{esm2020 → esm2022}/slick-split-screen/slick-split-screen.module.mjs +21 -21
- package/esm2022/slick-star-rating/slick-star-rating.component.mjs +91 -0
- package/{esm2020 → esm2022}/slick-star-rating/slick-star-rating.module.mjs +21 -21
- package/{esm2020 → esm2022}/slick-tabs/slick-tab-header.component.mjs +28 -28
- package/esm2022/slick-tabs/slick-tab.component.mjs +63 -0
- package/{esm2020 → esm2022}/slick-tabs/slick-tab.model.mjs +2 -2
- package/esm2022/slick-tabs/slick-tabs.component.mjs +107 -0
- package/{esm2020 → esm2022}/slick-tabs/slick-tabs.module.mjs +23 -23
- package/{esm2020 → esm2022}/slick-toast/slick-toast.module.mjs +18 -18
- package/esm2022/slick-toast/slick-toast.service.mjs +88 -0
- package/esm2022/slick-tree-view/slick-tree-node.model.mjs +18 -0
- package/esm2022/slick-tree-view/slick-tree-view.component.mjs +293 -0
- package/{esm2020 → esm2022}/slick-tree-view/slick-tree-view.module.mjs +22 -22
- package/esm2022/slick-type-ahead/slick-type-ahead.directive.mjs +164 -0
- package/{esm2020 → esm2022}/slick-type-ahead/slick-type-ahead.module.mjs +18 -18
- package/esm2022/slick-validation-indicator/slick-validation-indicator.directive.mjs +66 -0
- package/{esm2020 → esm2022}/slick-validation-indicator/slick-validation-indicator.module.mjs +19 -19
- package/esm2022/utils/slick-function-lock.service.mjs +55 -0
- package/esm2022/utils/slick-init.service.mjs +49 -0
- package/{esm2020 → esm2022}/utils/slick-log.service.mjs +23 -23
- package/{esm2020 → esm2022}/utils/slick-sleep.service.mjs +14 -14
- package/esm2022/utils/slick-utils.service.mjs +247 -0
- package/{fesm2020 → fesm2022}/slick-components.mjs +8495 -8495
- package/fesm2022/slick-components.mjs.map +1 -0
- package/index.d.ts +5 -5
- package/package.json +11 -17
- package/public-api.d.ts +41 -41
- package/slick-accordion/slick-accordion-item-header.component.d.ts +5 -5
- package/slick-accordion/slick-accordion-item.component.d.ts +24 -24
- package/slick-accordion/slick-accordion.component.d.ts +22 -22
- package/slick-accordion/slick-accordion.module.d.ts +16 -16
- package/slick-auto-complete/slick-auto-complete-list-item-template.directive.d.ts +10 -10
- package/slick-auto-complete/slick-auto-complete.component.d.ts +60 -60
- package/slick-auto-complete/slick-auto-complete.module.d.ts +15 -15
- package/slick-button-spinner/slick-button-spinner.component.d.ts +28 -28
- package/slick-button-spinner/slick-button-spinner.module.d.ts +10 -10
- package/slick-calendar/slick-calendar.component.d.ts +53 -53
- package/slick-calendar/slick-calendar.module.d.ts +10 -10
- package/slick-card/slick-card-header.component.d.ts +5 -5
- package/slick-card/slick-card.component.d.ts +13 -13
- package/slick-card/slick-card.module.d.ts +12 -12
- package/slick-confirm-dialog/slick-confirm-dialog.component.d.ts +26 -26
- package/slick-confirm-dialog/slick-confirm-dialog.module.d.ts +11 -11
- package/slick-container/slick-container-body.component.d.ts +7 -7
- package/slick-container/slick-container-footer.component.d.ts +6 -6
- package/slick-container/slick-container-header.component.d.ts +6 -6
- package/slick-container/slick-container.component.d.ts +8 -8
- package/slick-container/slick-container.module.d.ts +19 -19
- package/slick-context-menu/slick-context-menu-item.component.d.ts +5 -5
- package/slick-context-menu/slick-context-menu.component.d.ts +13 -13
- package/slick-context-menu/slick-context-menu.module.d.ts +12 -12
- package/slick-currency-mask/slick-currency-mask-options.model.d.ts +10 -10
- package/slick-currency-mask/slick-currency-mask.directive.d.ts +29 -29
- package/slick-currency-mask/slick-currency-mask.module.d.ts +10 -10
- package/slick-date-picker/slick-date-picker.component.d.ts +45 -45
- package/slick-date-picker/slick-date-picker.module.d.ts +12 -12
- package/slick-dialog/slick-dialog-footer.component.d.ts +7 -7
- package/slick-dialog/slick-dialog.component.d.ts +56 -56
- package/slick-dialog/slick-dialog.module.d.ts +13 -13
- package/slick-dialog/slick-dialog.service.d.ts +17 -17
- package/slick-drag-drop/slick-drag-drop.directive.d.ts +5 -5
- package/slick-drag-drop/slick-drag-drop.module.d.ts +13 -13
- package/slick-drag-drop/slick-draggable.directive.d.ts +5 -5
- package/slick-drop-down/slick-drop-down-button.model.d.ts +13 -13
- package/slick-drop-down/slick-drop-down.component.d.ts +78 -78
- package/slick-drop-down/slick-drop-down.module.d.ts +14 -14
- package/slick-drop-down/slick-drop-down.service.d.ts +12 -12
- package/slick-drop-list/slick-drop-list-grab.directive.d.ts +7 -7
- package/slick-drop-list/slick-drop-list-item.directive.d.ts +7 -7
- package/slick-drop-list/slick-drop-list.directive.d.ts +33 -33
- package/slick-drop-list/slick-drop-list.module.d.ts +16 -16
- package/slick-email-viewer/slick-email-viewer-dialog.component.d.ts +19 -19
- package/slick-email-viewer/slick-email-viewer.component.d.ts +13 -13
- package/slick-email-viewer/slick-email-viewer.module.d.ts +18 -18
- package/slick-emailer/slick-emailer-address.model.d.ts +10 -10
- package/slick-emailer/slick-emailer-dialog.component.d.ts +33 -33
- package/slick-emailer/slick-emailer.component.d.ts +50 -50
- package/slick-emailer/slick-emailer.model.d.ts +16 -16
- package/slick-emailer/slick-emailer.module.d.ts +21 -21
- package/slick-file-drop/slick-file-drop.component.d.ts +25 -25
- package/slick-file-drop/slick-file-drop.module.d.ts +11 -11
- package/slick-file-list/slick-file-list-item.component.d.ts +37 -37
- package/slick-file-list/slick-file-list.component.d.ts +31 -31
- package/slick-file-list/slick-file-list.module.d.ts +14 -14
- package/slick-file-model/slick-file.model.d.ts +28 -28
- package/slick-google-address-search/slick-google-address-search.directive.d.ts +16 -17
- package/slick-google-address-search/slick-google-address-search.module.d.ts +10 -10
- package/slick-google-map/slick-google-map-dialog.component.d.ts +15 -16
- package/slick-google-map/slick-google-map.component.d.ts +17 -18
- package/slick-google-map/slick-google-map.module.d.ts +14 -14
- package/slick-grid/slick-grid-column-template.directive.d.ts +9 -9
- package/slick-grid/slick-grid-column.model.d.ts +64 -64
- package/slick-grid/slick-grid-favorite.model.d.ts +9 -9
- package/slick-grid/slick-grid-request.model.d.ts +33 -33
- package/slick-grid/slick-grid-response.model.d.ts +8 -8
- package/slick-grid/slick-grid-sanitize.pipe.d.ts +10 -10
- package/slick-grid/slick-grid.component.d.ts +119 -119
- package/slick-grid/slick-grid.module.d.ts +32 -32
- package/slick-grid/slick-grid.options.d.ts +35 -35
- package/slick-grid/slick-grid.service.d.ts +12 -12
- package/slick-multi-select/slick-multi-select.component.d.ts +69 -69
- package/slick-multi-select/slick-multi-select.module.d.ts +11 -11
- package/slick-multi-select/slick-multi-select.service.d.ts +9 -9
- package/slick-ordered-list/slick-ordered-list.component.d.ts +28 -28
- package/slick-ordered-list/slick-ordered-list.module.d.ts +11 -11
- package/slick-paging/slick-paging.component.d.ts +31 -31
- package/slick-paging/slick-paging.module.d.ts +10 -10
- package/slick-photo-gallery/slick-photo-gallery.component.d.ts +26 -26
- package/slick-photo-gallery/slick-photo-gallery.model.d.ts +8 -8
- package/slick-photo-gallery/slick-photo-gallery.module.d.ts +12 -12
- package/slick-pick-list/slick-pick-list.component.d.ts +24 -24
- package/slick-pick-list/slick-pick-list.module.d.ts +11 -11
- package/slick-popover/slick-popover.component.d.ts +39 -39
- package/slick-popover/slick-popover.module.d.ts +10 -10
- package/slick-profile-picture/slick-profile-picture.component.d.ts +29 -29
- package/slick-profile-picture/slick-profile-picture.module.d.ts +11 -11
- package/slick-progress-bar/slick-progress-bar.module.d.ts +9 -9
- package/slick-progress-bar/slick-progress-bar.service.d.ts +12 -12
- package/slick-screen-blocker/slick-screen-blocker.module.d.ts +9 -9
- package/slick-screen-blocker/slick-screen-blocker.service.d.ts +16 -16
- package/slick-search-bar/slick-search-bar.component.d.ts +37 -37
- package/slick-search-bar/slick-search-bar.module.d.ts +11 -11
- package/slick-slider/slick-slider-tick.model.d.ts +10 -10
- package/slick-slider/slick-slider.component.d.ts +29 -29
- package/slick-slider/slick-slider.module.d.ts +11 -11
- package/slick-split-screen/slick-screen-split-left-content.component.d.ts +6 -6
- package/slick-split-screen/slick-screen-split-right-content.component.d.ts +6 -6
- package/slick-split-screen/slick-split-screen.component.d.ts +40 -40
- package/slick-split-screen/slick-split-screen.module.d.ts +14 -14
- package/slick-star-rating/slick-star-rating.component.d.ts +28 -28
- package/slick-star-rating/slick-star-rating.module.d.ts +12 -12
- package/slick-tabs/slick-tab-header.component.d.ts +12 -12
- package/slick-tabs/slick-tab.component.d.ts +22 -22
- package/slick-tabs/slick-tab.model.d.ts +10 -10
- package/slick-tabs/slick-tabs.component.d.ts +25 -25
- package/slick-tabs/slick-tabs.module.d.ts +16 -16
- package/slick-toast/slick-toast.module.d.ts +9 -9
- package/slick-toast/slick-toast.service.d.ts +16 -16
- package/slick-tree-view/slick-tree-node.model.d.ts +30 -30
- package/slick-tree-view/slick-tree-view.component.d.ts +62 -62
- package/slick-tree-view/slick-tree-view.module.d.ts +13 -13
- package/slick-type-ahead/slick-type-ahead.directive.d.ts +25 -25
- package/slick-type-ahead/slick-type-ahead.module.d.ts +9 -9
- package/slick-validation-indicator/slick-validation-indicator.directive.d.ts +22 -22
- package/slick-validation-indicator/slick-validation-indicator.module.d.ts +10 -10
- package/utils/slick-function-lock.service.d.ts +9 -9
- package/utils/slick-init.service.d.ts +21 -21
- package/utils/slick-log.service.d.ts +9 -9
- package/utils/slick-sleep.service.d.ts +6 -6
- package/utils/slick-utils.service.d.ts +24 -24
- package/esm2020/slick-accordion/slick-accordion-item.component.mjs +0 -92
- package/esm2020/slick-auto-complete/slick-auto-complete.component.mjs +0 -388
- package/esm2020/slick-button-spinner/slick-button-spinner.component.mjs +0 -175
- package/esm2020/slick-calendar/slick-calendar.component.mjs +0 -271
- package/esm2020/slick-card/slick-card.component.mjs +0 -42
- package/esm2020/slick-context-menu/slick-context-menu.component.mjs +0 -48
- package/esm2020/slick-currency-mask/slick-currency-mask.directive.mjs +0 -233
- package/esm2020/slick-date-picker/slick-date-picker.component.mjs +0 -278
- package/esm2020/slick-dialog/slick-dialog.component.mjs +0 -294
- package/esm2020/slick-dialog/slick-dialog.service.mjs +0 -68
- package/esm2020/slick-drop-down/slick-drop-down.component.mjs +0 -447
- package/esm2020/slick-drop-down/slick-drop-down.service.mjs +0 -55
- package/esm2020/slick-drop-list/slick-drop-list.directive.mjs +0 -215
- package/esm2020/slick-email-viewer/slick-email-viewer.component.mjs +0 -42
- package/esm2020/slick-emailer/slick-emailer-dialog.component.mjs +0 -153
- package/esm2020/slick-emailer/slick-emailer.component.mjs +0 -235
- package/esm2020/slick-file-drop/slick-file-drop.component.mjs +0 -156
- package/esm2020/slick-file-list/slick-file-list-item.component.mjs +0 -190
- package/esm2020/slick-file-list/slick-file-list.component.mjs +0 -130
- package/esm2020/slick-google-address-search/slick-google-address-search.directive.mjs +0 -78
- package/esm2020/slick-google-map/slick-google-map-dialog.component.mjs +0 -50
- package/esm2020/slick-google-map/slick-google-map.component.mjs +0 -48
- package/esm2020/slick-grid/slick-grid.component.mjs +0 -793
- package/esm2020/slick-grid/slick-grid.service.mjs +0 -66
- package/esm2020/slick-multi-select/slick-multi-select.component.mjs +0 -415
- package/esm2020/slick-multi-select/slick-multi-select.service.mjs +0 -78
- package/esm2020/slick-ordered-list/slick-ordered-list.component.mjs +0 -200
- package/esm2020/slick-paging/slick-paging.component.mjs +0 -185
- package/esm2020/slick-photo-gallery/slick-photo-gallery.component.mjs +0 -98
- package/esm2020/slick-popover/slick-popover.component.mjs +0 -204
- package/esm2020/slick-profile-picture/slick-profile-picture.component.mjs +0 -267
- package/esm2020/slick-progress-bar/slick-progress-bar.service.mjs +0 -53
- package/esm2020/slick-screen-blocker/slick-screen-blocker.service.mjs +0 -83
- package/esm2020/slick-search-bar/slick-search-bar.component.mjs +0 -130
- package/esm2020/slick-slider/slick-slider.component.mjs +0 -90
- package/esm2020/slick-split-screen/slick-split-screen.component.mjs +0 -159
- package/esm2020/slick-star-rating/slick-star-rating.component.mjs +0 -91
- package/esm2020/slick-tabs/slick-tab.component.mjs +0 -63
- package/esm2020/slick-tabs/slick-tabs.component.mjs +0 -107
- package/esm2020/slick-toast/slick-toast.service.mjs +0 -88
- package/esm2020/slick-tree-view/slick-tree-node.model.mjs +0 -18
- package/esm2020/slick-tree-view/slick-tree-view.component.mjs +0 -293
- package/esm2020/slick-type-ahead/slick-type-ahead.directive.mjs +0 -164
- package/esm2020/slick-validation-indicator/slick-validation-indicator.directive.mjs +0 -66
- package/esm2020/utils/slick-function-lock.service.mjs +0 -55
- package/esm2020/utils/slick-init.service.mjs +0 -49
- package/esm2020/utils/slick-utils.service.mjs +0 -247
- package/fesm2015/slick-components.mjs +0 -9084
- package/fesm2015/slick-components.mjs.map +0 -1
- package/fesm2020/slick-components.mjs.map +0 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { SlickToastService } from "./slick-toast.service";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/router";
|
|
4
|
-
export declare class SlickToastModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SlickToastModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SlickToastModule, never, [typeof i1.RouterModule], never>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SlickToastModule>;
|
|
8
|
-
}
|
|
9
|
-
export { SlickToastService };
|
|
1
|
+
import { SlickToastService } from "./slick-toast.service";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@angular/router";
|
|
4
|
+
export declare class SlickToastModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SlickToastModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SlickToastModule, never, [typeof i1.RouterModule], never>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SlickToastModule>;
|
|
8
|
+
}
|
|
9
|
+
export { SlickToastService };
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { Router } from "@angular/router";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class SlickToastService {
|
|
4
|
-
private router;
|
|
5
|
-
private static messageInfos;
|
|
6
|
-
constructor(router: Router);
|
|
7
|
-
showSuccess(message: string, delay?: number): void;
|
|
8
|
-
showInfo(message: string, delay?: number): void;
|
|
9
|
-
showWarning(message: string, delay?: number): void;
|
|
10
|
-
showDanger(message: string, delay?: number): void;
|
|
11
|
-
resetAll(): void;
|
|
12
|
-
private fadeOut;
|
|
13
|
-
private showMessage;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SlickToastService, [{ optional: true; }]>;
|
|
15
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<SlickToastService>;
|
|
16
|
-
}
|
|
1
|
+
import { Router } from "@angular/router";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SlickToastService {
|
|
4
|
+
private router;
|
|
5
|
+
private static messageInfos;
|
|
6
|
+
constructor(router: Router);
|
|
7
|
+
showSuccess(message: string, delay?: number): void;
|
|
8
|
+
showInfo(message: string, delay?: number): void;
|
|
9
|
+
showWarning(message: string, delay?: number): void;
|
|
10
|
+
showDanger(message: string, delay?: number): void;
|
|
11
|
+
resetAll(): void;
|
|
12
|
+
private fadeOut;
|
|
13
|
+
private showMessage;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SlickToastService, [{ optional: true; }]>;
|
|
15
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SlickToastService>;
|
|
16
|
+
}
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
export interface ISlickTreeNodeModel {
|
|
2
|
-
uuid: string;
|
|
3
|
-
parentUuid: string;
|
|
4
|
-
iconClass: string;
|
|
5
|
-
iconColor: string;
|
|
6
|
-
iconUrl: string;
|
|
7
|
-
text: string;
|
|
8
|
-
expanded: boolean;
|
|
9
|
-
expandOnClick: boolean;
|
|
10
|
-
canEditText: boolean;
|
|
11
|
-
canAddChildren: boolean;
|
|
12
|
-
canDelete: boolean;
|
|
13
|
-
hidden: boolean;
|
|
14
|
-
}
|
|
15
|
-
export declare class SlickTreeNodeModel implements ISlickTreeNodeModel {
|
|
16
|
-
constructor(parentNode: ISlickTreeNodeModel, text: string);
|
|
17
|
-
uuid: string;
|
|
18
|
-
parentUuid: string;
|
|
19
|
-
sortOrder: number;
|
|
20
|
-
iconClass: string;
|
|
21
|
-
iconColor: string;
|
|
22
|
-
iconUrl: string;
|
|
23
|
-
text: string;
|
|
24
|
-
expanded: boolean;
|
|
25
|
-
expandOnClick: boolean;
|
|
26
|
-
canEditText: boolean;
|
|
27
|
-
canAddChildren: boolean;
|
|
28
|
-
canDelete: boolean;
|
|
29
|
-
hidden: boolean;
|
|
30
|
-
}
|
|
1
|
+
export interface ISlickTreeNodeModel {
|
|
2
|
+
uuid: string;
|
|
3
|
+
parentUuid: string;
|
|
4
|
+
iconClass: string;
|
|
5
|
+
iconColor: string;
|
|
6
|
+
iconUrl: string;
|
|
7
|
+
text: string;
|
|
8
|
+
expanded: boolean;
|
|
9
|
+
expandOnClick: boolean;
|
|
10
|
+
canEditText: boolean;
|
|
11
|
+
canAddChildren: boolean;
|
|
12
|
+
canDelete: boolean;
|
|
13
|
+
hidden: boolean;
|
|
14
|
+
}
|
|
15
|
+
export declare class SlickTreeNodeModel implements ISlickTreeNodeModel {
|
|
16
|
+
constructor(parentNode: ISlickTreeNodeModel, text: string);
|
|
17
|
+
uuid: string;
|
|
18
|
+
parentUuid: string;
|
|
19
|
+
sortOrder: number;
|
|
20
|
+
iconClass: string;
|
|
21
|
+
iconColor: string;
|
|
22
|
+
iconUrl: string;
|
|
23
|
+
text: string;
|
|
24
|
+
expanded: boolean;
|
|
25
|
+
expandOnClick: boolean;
|
|
26
|
+
canEditText: boolean;
|
|
27
|
+
canAddChildren: boolean;
|
|
28
|
+
canDelete: boolean;
|
|
29
|
+
hidden: boolean;
|
|
30
|
+
}
|
|
@@ -1,62 +1,62 @@
|
|
|
1
|
-
import { OnChanges, SimpleChanges, EventEmitter, OnDestroy, OnInit, ElementRef } from "@angular/core";
|
|
2
|
-
import { ISlickTreeNodeModel } from './slick-tree-node.model';
|
|
3
|
-
import { SlickConfirmDialogComponent } from '../slick-confirm-dialog/slick-confirm-dialog.module';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
declare class SlickTreeViewDisplayModel {
|
|
6
|
-
constructor(node: ISlickTreeNodeModel, level: number);
|
|
7
|
-
node: ISlickTreeNodeModel;
|
|
8
|
-
uuid: string;
|
|
9
|
-
text: string;
|
|
10
|
-
parentUuid: string;
|
|
11
|
-
level: number;
|
|
12
|
-
indentArray: boolean[];
|
|
13
|
-
expanded: boolean;
|
|
14
|
-
hasChildNodes: boolean;
|
|
15
|
-
editingText: boolean;
|
|
16
|
-
}
|
|
17
|
-
export declare class SlickTreeViewComponent implements OnChanges, OnInit, OnDestroy {
|
|
18
|
-
nodes: ISlickTreeNodeModel[];
|
|
19
|
-
nodesChange: EventEmitter<ISlickTreeNodeModel[]>;
|
|
20
|
-
showRootNode: boolean;
|
|
21
|
-
rootNodeUuid: string;
|
|
22
|
-
expandOnClick: boolean;
|
|
23
|
-
onNodeSelected: EventEmitter<ISlickTreeNodeModel>;
|
|
24
|
-
onNodeChanged: EventEmitter<ISlickTreeNodeModel>;
|
|
25
|
-
onNodeAdded: EventEmitter<ISlickTreeNodeModel>;
|
|
26
|
-
onNodeDeleted: EventEmitter<ISlickTreeNodeModel[]>;
|
|
27
|
-
slickTreeViewRef: ElementRef;
|
|
28
|
-
contextMenuRef: ElementRef;
|
|
29
|
-
deleteNodeConfirmRef: SlickConfirmDialogComponent;
|
|
30
|
-
fnDocumentClick: (e: any) => Promise<void>;
|
|
31
|
-
fnContextMenu: (e: any) => void;
|
|
32
|
-
contextNodeUuid: string;
|
|
33
|
-
uuid: string;
|
|
34
|
-
displayNodes: SlickTreeViewDisplayModel[];
|
|
35
|
-
selectedUuid: string;
|
|
36
|
-
newUuid: string;
|
|
37
|
-
deleteNodeName: string;
|
|
38
|
-
contextMenuShowAdd: boolean;
|
|
39
|
-
contextMenuShowDelete: boolean;
|
|
40
|
-
contextMenuShowEditText: boolean;
|
|
41
|
-
constructor();
|
|
42
|
-
ngOnInit(): void;
|
|
43
|
-
ngOnDestroy(): void;
|
|
44
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
45
|
-
private documentClick;
|
|
46
|
-
onTextKeydown(e: KeyboardEvent, displayNode: SlickTreeViewDisplayModel): void;
|
|
47
|
-
contextMenu(e: MouseEvent): void;
|
|
48
|
-
addNode(): Promise<void>;
|
|
49
|
-
deleteNode(): Promise<void>;
|
|
50
|
-
editNodeText(): void;
|
|
51
|
-
selectNode(displayNode: SlickTreeViewDisplayModel): void;
|
|
52
|
-
expandNode(displayNode: SlickTreeViewDisplayModel): void;
|
|
53
|
-
collapseNode(displayNode: SlickTreeViewDisplayModel): void;
|
|
54
|
-
editText(displayNode: SlickTreeViewDisplayModel): Promise<void>;
|
|
55
|
-
private refreshDisplay;
|
|
56
|
-
private populateDisplayNodes;
|
|
57
|
-
private deleteRecursive;
|
|
58
|
-
private processNewNode;
|
|
59
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SlickTreeViewComponent, never>;
|
|
60
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SlickTreeViewComponent, "slick-tree-view", never, { "nodes": "nodes"; "showRootNode": "showRootNode"; "rootNodeUuid": "rootNodeUuid"; "expandOnClick": "expandOnClick"; }, { "nodesChange": "nodesChange"; "onNodeSelected": "onNodeSelected"; "onNodeChanged": "onNodeChanged"; "onNodeAdded": "onNodeAdded"; "onNodeDeleted": "onNodeDeleted"; }, never, never, false, never>;
|
|
61
|
-
}
|
|
62
|
-
export {};
|
|
1
|
+
import { OnChanges, SimpleChanges, EventEmitter, OnDestroy, OnInit, ElementRef } from "@angular/core";
|
|
2
|
+
import { ISlickTreeNodeModel } from './slick-tree-node.model';
|
|
3
|
+
import { SlickConfirmDialogComponent } from '../slick-confirm-dialog/slick-confirm-dialog.module';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
declare class SlickTreeViewDisplayModel {
|
|
6
|
+
constructor(node: ISlickTreeNodeModel, level: number);
|
|
7
|
+
node: ISlickTreeNodeModel;
|
|
8
|
+
uuid: string;
|
|
9
|
+
text: string;
|
|
10
|
+
parentUuid: string;
|
|
11
|
+
level: number;
|
|
12
|
+
indentArray: boolean[];
|
|
13
|
+
expanded: boolean;
|
|
14
|
+
hasChildNodes: boolean;
|
|
15
|
+
editingText: boolean;
|
|
16
|
+
}
|
|
17
|
+
export declare class SlickTreeViewComponent implements OnChanges, OnInit, OnDestroy {
|
|
18
|
+
nodes: ISlickTreeNodeModel[];
|
|
19
|
+
nodesChange: EventEmitter<ISlickTreeNodeModel[]>;
|
|
20
|
+
showRootNode: boolean;
|
|
21
|
+
rootNodeUuid: string;
|
|
22
|
+
expandOnClick: boolean;
|
|
23
|
+
onNodeSelected: EventEmitter<ISlickTreeNodeModel>;
|
|
24
|
+
onNodeChanged: EventEmitter<ISlickTreeNodeModel>;
|
|
25
|
+
onNodeAdded: EventEmitter<ISlickTreeNodeModel>;
|
|
26
|
+
onNodeDeleted: EventEmitter<ISlickTreeNodeModel[]>;
|
|
27
|
+
slickTreeViewRef: ElementRef;
|
|
28
|
+
contextMenuRef: ElementRef;
|
|
29
|
+
deleteNodeConfirmRef: SlickConfirmDialogComponent;
|
|
30
|
+
fnDocumentClick: (e: any) => Promise<void>;
|
|
31
|
+
fnContextMenu: (e: any) => void;
|
|
32
|
+
contextNodeUuid: string;
|
|
33
|
+
uuid: string;
|
|
34
|
+
displayNodes: SlickTreeViewDisplayModel[];
|
|
35
|
+
selectedUuid: string;
|
|
36
|
+
newUuid: string;
|
|
37
|
+
deleteNodeName: string;
|
|
38
|
+
contextMenuShowAdd: boolean;
|
|
39
|
+
contextMenuShowDelete: boolean;
|
|
40
|
+
contextMenuShowEditText: boolean;
|
|
41
|
+
constructor();
|
|
42
|
+
ngOnInit(): void;
|
|
43
|
+
ngOnDestroy(): void;
|
|
44
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
45
|
+
private documentClick;
|
|
46
|
+
onTextKeydown(e: KeyboardEvent, displayNode: SlickTreeViewDisplayModel): void;
|
|
47
|
+
contextMenu(e: MouseEvent): void;
|
|
48
|
+
addNode(): Promise<void>;
|
|
49
|
+
deleteNode(): Promise<void>;
|
|
50
|
+
editNodeText(): void;
|
|
51
|
+
selectNode(displayNode: SlickTreeViewDisplayModel): void;
|
|
52
|
+
expandNode(displayNode: SlickTreeViewDisplayModel): void;
|
|
53
|
+
collapseNode(displayNode: SlickTreeViewDisplayModel): void;
|
|
54
|
+
editText(displayNode: SlickTreeViewDisplayModel): Promise<void>;
|
|
55
|
+
private refreshDisplay;
|
|
56
|
+
private populateDisplayNodes;
|
|
57
|
+
private deleteRecursive;
|
|
58
|
+
private processNewNode;
|
|
59
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SlickTreeViewComponent, never>;
|
|
60
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SlickTreeViewComponent, "slick-tree-view", never, { "nodes": { "alias": "nodes"; "required": false; }; "showRootNode": { "alias": "showRootNode"; "required": false; }; "rootNodeUuid": { "alias": "rootNodeUuid"; "required": false; }; "expandOnClick": { "alias": "expandOnClick"; "required": false; }; }, { "nodesChange": "nodesChange"; "onNodeSelected": "onNodeSelected"; "onNodeChanged": "onNodeChanged"; "onNodeAdded": "onNodeAdded"; "onNodeDeleted": "onNodeDeleted"; }, never, never, false, never>;
|
|
61
|
+
}
|
|
62
|
+
export {};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { SlickTreeViewComponent } from "./slick-tree-view.component";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./slick-tree-view.component";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
|
-
import * as i3 from "@angular/forms";
|
|
6
|
-
import * as i4 from "../slick-confirm-dialog/slick-confirm-dialog.module";
|
|
7
|
-
export declare class SlickTreeViewModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SlickTreeViewModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SlickTreeViewModule, [typeof i1.SlickTreeViewComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.SlickConfirmDialogModule], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i1.SlickTreeViewComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SlickTreeViewModule>;
|
|
11
|
-
}
|
|
12
|
-
export { SlickTreeViewComponent };
|
|
13
|
-
export { ISlickTreeNodeModel, SlickTreeNodeModel } from "./slick-tree-node.model";
|
|
1
|
+
import { SlickTreeViewComponent } from "./slick-tree-view.component";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./slick-tree-view.component";
|
|
4
|
+
import * as i2 from "@angular/common";
|
|
5
|
+
import * as i3 from "@angular/forms";
|
|
6
|
+
import * as i4 from "../slick-confirm-dialog/slick-confirm-dialog.module";
|
|
7
|
+
export declare class SlickTreeViewModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SlickTreeViewModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SlickTreeViewModule, [typeof i1.SlickTreeViewComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.SlickConfirmDialogModule], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i1.SlickTreeViewComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SlickTreeViewModule>;
|
|
11
|
+
}
|
|
12
|
+
export { SlickTreeViewComponent };
|
|
13
|
+
export { ISlickTreeNodeModel, SlickTreeNodeModel } from "./slick-tree-node.model";
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { EventEmitter, OnChanges, ElementRef } from "@angular/core";
|
|
2
|
-
import { ControlValueAccessor } from "@angular/forms";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class SlickTypeAheadDirective implements OnChanges, ControlValueAccessor {
|
|
5
|
-
private el;
|
|
6
|
-
slickTypeAhead: any[];
|
|
7
|
-
slickTypeAheadField: string;
|
|
8
|
-
slickTypeAheadFields: string;
|
|
9
|
-
slickTypeAheadChange: EventEmitter<any>;
|
|
10
|
-
private fnKeyDown;
|
|
11
|
-
private filteredItems;
|
|
12
|
-
private suggestedItem;
|
|
13
|
-
constructor(el: ElementRef);
|
|
14
|
-
ngOnInit(): void;
|
|
15
|
-
ngOnChanges(): void;
|
|
16
|
-
ngOnDestroy(): void;
|
|
17
|
-
keyDown(e: KeyboardEvent): Promise<boolean>;
|
|
18
|
-
private createSelection;
|
|
19
|
-
propagateChange: (_: any) => void;
|
|
20
|
-
writeValue(obj: any): void;
|
|
21
|
-
registerOnChange(fn: any): void;
|
|
22
|
-
registerOnTouched(): void;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SlickTypeAheadDirective, never>;
|
|
24
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SlickTypeAheadDirective, "[slick-type-ahead]", never, { "slickTypeAhead": "slick-type-ahead"; "slickTypeAheadField": "slick-type-ahead-field-id"; "slickTypeAheadFields": "slick-type-ahead-field-ids"; }, { "slickTypeAheadChange": "slick-type-ahead-change"; }, never, never, false, never>;
|
|
25
|
-
}
|
|
1
|
+
import { EventEmitter, OnChanges, ElementRef } from "@angular/core";
|
|
2
|
+
import { ControlValueAccessor } from "@angular/forms";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SlickTypeAheadDirective implements OnChanges, ControlValueAccessor {
|
|
5
|
+
private el;
|
|
6
|
+
slickTypeAhead: any[];
|
|
7
|
+
slickTypeAheadField: string;
|
|
8
|
+
slickTypeAheadFields: string;
|
|
9
|
+
slickTypeAheadChange: EventEmitter<any>;
|
|
10
|
+
private fnKeyDown;
|
|
11
|
+
private filteredItems;
|
|
12
|
+
private suggestedItem;
|
|
13
|
+
constructor(el: ElementRef);
|
|
14
|
+
ngOnInit(): void;
|
|
15
|
+
ngOnChanges(): void;
|
|
16
|
+
ngOnDestroy(): void;
|
|
17
|
+
keyDown(e: KeyboardEvent): Promise<boolean>;
|
|
18
|
+
private createSelection;
|
|
19
|
+
propagateChange: (_: any) => void;
|
|
20
|
+
writeValue(obj: any): void;
|
|
21
|
+
registerOnChange(fn: any): void;
|
|
22
|
+
registerOnTouched(): void;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SlickTypeAheadDirective, never>;
|
|
24
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SlickTypeAheadDirective, "[slick-type-ahead]", never, { "slickTypeAhead": { "alias": "slick-type-ahead"; "required": false; }; "slickTypeAheadField": { "alias": "slick-type-ahead-field-id"; "required": false; }; "slickTypeAheadFields": { "alias": "slick-type-ahead-field-ids"; "required": false; }; }, { "slickTypeAheadChange": "slick-type-ahead-change"; }, never, never, false, never>;
|
|
25
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { SlickTypeAheadDirective } from "./slick-type-ahead.directive";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./slick-type-ahead.directive";
|
|
4
|
-
export declare class SlickTypeAheadModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SlickTypeAheadModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SlickTypeAheadModule, [typeof i1.SlickTypeAheadDirective], never, [typeof i1.SlickTypeAheadDirective]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SlickTypeAheadModule>;
|
|
8
|
-
}
|
|
9
|
-
export { SlickTypeAheadDirective };
|
|
1
|
+
import { SlickTypeAheadDirective } from "./slick-type-ahead.directive";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./slick-type-ahead.directive";
|
|
4
|
+
export declare class SlickTypeAheadModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SlickTypeAheadModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SlickTypeAheadModule, [typeof i1.SlickTypeAheadDirective], never, [typeof i1.SlickTypeAheadDirective]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SlickTypeAheadModule>;
|
|
8
|
+
}
|
|
9
|
+
export { SlickTypeAheadDirective };
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { OnInit, OnChanges, SimpleChanges, ElementRef } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare enum SlickValidationTypes {
|
|
4
|
-
None = 0,
|
|
5
|
-
Error = 1,
|
|
6
|
-
Warning = 2
|
|
7
|
-
}
|
|
8
|
-
export declare class SlickValidationIndicatorDirective implements OnInit, OnChanges {
|
|
9
|
-
private el;
|
|
10
|
-
isValid: boolean;
|
|
11
|
-
validationType: SlickValidationTypes;
|
|
12
|
-
private bgWarningStyle;
|
|
13
|
-
private bgDangerStyle;
|
|
14
|
-
private bgSuccessStyle;
|
|
15
|
-
private originalBorderStyle;
|
|
16
|
-
constructor(el: ElementRef);
|
|
17
|
-
ngOnInit(): void;
|
|
18
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
19
|
-
private setIndicator;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SlickValidationIndicatorDirective, never>;
|
|
21
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SlickValidationIndicatorDirective, "[slick-validation-indicator]", never, { "isValid": "slick-validation-indicator"; "validationType": "slickValidationType"; }, {}, never, never, false, never>;
|
|
22
|
-
}
|
|
1
|
+
import { OnInit, OnChanges, SimpleChanges, ElementRef } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare enum SlickValidationTypes {
|
|
4
|
+
None = 0,
|
|
5
|
+
Error = 1,
|
|
6
|
+
Warning = 2
|
|
7
|
+
}
|
|
8
|
+
export declare class SlickValidationIndicatorDirective implements OnInit, OnChanges {
|
|
9
|
+
private el;
|
|
10
|
+
isValid: boolean;
|
|
11
|
+
validationType: SlickValidationTypes;
|
|
12
|
+
private bgWarningStyle;
|
|
13
|
+
private bgDangerStyle;
|
|
14
|
+
private bgSuccessStyle;
|
|
15
|
+
private originalBorderStyle;
|
|
16
|
+
constructor(el: ElementRef);
|
|
17
|
+
ngOnInit(): void;
|
|
18
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
19
|
+
private setIndicator;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SlickValidationIndicatorDirective, never>;
|
|
21
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SlickValidationIndicatorDirective, "[slick-validation-indicator]", never, { "isValid": { "alias": "slick-validation-indicator"; "required": false; }; "validationType": { "alias": "slickValidationType"; "required": false; }; }, {}, never, never, false, never>;
|
|
22
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { SlickValidationIndicatorDirective, SlickValidationTypes } from "./slick-validation-indicator.directive";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./slick-validation-indicator.directive";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
|
-
export declare class SlickValidationIndicatorModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SlickValidationIndicatorModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SlickValidationIndicatorModule, [typeof i1.SlickValidationIndicatorDirective], [typeof i2.CommonModule], [typeof i2.CommonModule, typeof i1.SlickValidationIndicatorDirective]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SlickValidationIndicatorModule>;
|
|
9
|
-
}
|
|
10
|
-
export { SlickValidationIndicatorDirective, SlickValidationTypes };
|
|
1
|
+
import { SlickValidationIndicatorDirective, SlickValidationTypes } from "./slick-validation-indicator.directive";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./slick-validation-indicator.directive";
|
|
4
|
+
import * as i2 from "@angular/common";
|
|
5
|
+
export declare class SlickValidationIndicatorModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SlickValidationIndicatorModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SlickValidationIndicatorModule, [typeof i1.SlickValidationIndicatorDirective], [typeof i2.CommonModule], [typeof i2.CommonModule, typeof i1.SlickValidationIndicatorDirective]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SlickValidationIndicatorModule>;
|
|
9
|
+
}
|
|
10
|
+
export { SlickValidationIndicatorDirective, SlickValidationTypes };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class SlickFunctionLockService {
|
|
3
|
-
private functionLocks;
|
|
4
|
-
constructor();
|
|
5
|
-
lock(functionKey: string, iterationTimeout?: number): Promise<void>;
|
|
6
|
-
release(functionKey: string): number;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SlickFunctionLockService, never>;
|
|
8
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<SlickFunctionLockService>;
|
|
9
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class SlickFunctionLockService {
|
|
3
|
+
private functionLocks;
|
|
4
|
+
constructor();
|
|
5
|
+
lock(functionKey: string, iterationTimeout?: number): Promise<void>;
|
|
6
|
+
release(functionKey: string): number;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SlickFunctionLockService, never>;
|
|
8
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SlickFunctionLockService>;
|
|
9
|
+
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class SlickInitParams {
|
|
3
|
-
attachTo: string;
|
|
4
|
-
platform: string;
|
|
5
|
-
errorLog: string;
|
|
6
|
-
version: string;
|
|
7
|
-
}
|
|
8
|
-
export declare class SlickInitService {
|
|
9
|
-
static version: string;
|
|
10
|
-
constructor();
|
|
11
|
-
static init(initParams: SlickInitParams): SlickInitParams;
|
|
12
|
-
static getParams(): SlickInitParams;
|
|
13
|
-
static getAttachTo(): string;
|
|
14
|
-
static setAttachTo(attachToElement: string): void;
|
|
15
|
-
static getPlatform(): string;
|
|
16
|
-
static setPlatform(platform: string): void;
|
|
17
|
-
static getErrorLog(): string;
|
|
18
|
-
static setErrorLog(errorLog: string): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SlickInitService, never>;
|
|
20
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<SlickInitService>;
|
|
21
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class SlickInitParams {
|
|
3
|
+
attachTo: string;
|
|
4
|
+
platform: string;
|
|
5
|
+
errorLog: string;
|
|
6
|
+
version: string;
|
|
7
|
+
}
|
|
8
|
+
export declare class SlickInitService {
|
|
9
|
+
static version: string;
|
|
10
|
+
constructor();
|
|
11
|
+
static init(initParams: SlickInitParams): SlickInitParams;
|
|
12
|
+
static getParams(): SlickInitParams;
|
|
13
|
+
static getAttachTo(): string;
|
|
14
|
+
static setAttachTo(attachToElement: string): void;
|
|
15
|
+
static getPlatform(): string;
|
|
16
|
+
static setPlatform(platform: string): void;
|
|
17
|
+
static getErrorLog(): string;
|
|
18
|
+
static setErrorLog(errorLog: string): void;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SlickInitService, never>;
|
|
20
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SlickInitService>;
|
|
21
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { HttpClient } from "@angular/common/http";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class SlickLogService {
|
|
4
|
-
private httpClient;
|
|
5
|
-
constructor(httpClient: HttpClient);
|
|
6
|
-
writeLog(text: string): Promise<any>;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SlickLogService, never>;
|
|
8
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<SlickLogService>;
|
|
9
|
-
}
|
|
1
|
+
import { HttpClient } from "@angular/common/http";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SlickLogService {
|
|
4
|
+
private httpClient;
|
|
5
|
+
constructor(httpClient: HttpClient);
|
|
6
|
+
writeLog(text: string): Promise<any>;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SlickLogService, never>;
|
|
8
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SlickLogService>;
|
|
9
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class SlickSleepService {
|
|
3
|
-
static sleep(timeout?: number): Promise<void>;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SlickSleepService, never>;
|
|
5
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<SlickSleepService>;
|
|
6
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class SlickSleepService {
|
|
3
|
+
static sleep(timeout?: number): Promise<void>;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SlickSleepService, never>;
|
|
5
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SlickSleepService>;
|
|
6
|
+
}
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { ElementRef } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class SlickUtilsService {
|
|
4
|
-
static newGuid(): string;
|
|
5
|
-
static waitForElement(elementSelector: string, iterationTimeout?: number): Promise<HTMLElement>;
|
|
6
|
-
static waitForElementRef(elementRef: ElementRef, iterationTimeout?: number): Promise<ElementRef>;
|
|
7
|
-
static getDeepObject(obj: any, objName: string): any;
|
|
8
|
-
static setDeepObject(obj: any, objName: string, val: any): any;
|
|
9
|
-
static clone(obj: any): any;
|
|
10
|
-
static dateSanitize(obj: any, infiniteLoopCheck?: number): any;
|
|
11
|
-
static round(num: number, decimals: number): number;
|
|
12
|
-
static checkParentClassExists(el: HTMLElement, className: string): boolean;
|
|
13
|
-
static checkParentIdExists(el: HTMLElement, idName: string): boolean;
|
|
14
|
-
static findParentByAttr(el: HTMLElement, attrName: string, attrValue: string): HTMLElement;
|
|
15
|
-
static findParent(el: HTMLElement, className: string): HTMLElement;
|
|
16
|
-
static getClosestSibling(el: HTMLElement, className: string): HTMLElement;
|
|
17
|
-
static getHashCode: (str: string) => number;
|
|
18
|
-
static waitForTinyMCE(tinyMCEId: string): Promise<void>;
|
|
19
|
-
static attachElement(el: HTMLElement, attachTo: string): void;
|
|
20
|
-
static removeElement(el: HTMLElement): void;
|
|
21
|
-
static arrayInsert<T>(elementToInsert: T, arr: T[], index: number): T[];
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SlickUtilsService, never>;
|
|
23
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<SlickUtilsService>;
|
|
24
|
-
}
|
|
1
|
+
import { ElementRef } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SlickUtilsService {
|
|
4
|
+
static newGuid(): string;
|
|
5
|
+
static waitForElement(elementSelector: string, iterationTimeout?: number): Promise<HTMLElement>;
|
|
6
|
+
static waitForElementRef(elementRef: ElementRef, iterationTimeout?: number): Promise<ElementRef>;
|
|
7
|
+
static getDeepObject(obj: any, objName: string): any;
|
|
8
|
+
static setDeepObject(obj: any, objName: string, val: any): any;
|
|
9
|
+
static clone(obj: any): any;
|
|
10
|
+
static dateSanitize(obj: any, infiniteLoopCheck?: number): any;
|
|
11
|
+
static round(num: number, decimals: number): number;
|
|
12
|
+
static checkParentClassExists(el: HTMLElement, className: string): boolean;
|
|
13
|
+
static checkParentIdExists(el: HTMLElement, idName: string): boolean;
|
|
14
|
+
static findParentByAttr(el: HTMLElement, attrName: string, attrValue: string): HTMLElement;
|
|
15
|
+
static findParent(el: HTMLElement, className: string): HTMLElement;
|
|
16
|
+
static getClosestSibling(el: HTMLElement, className: string): HTMLElement;
|
|
17
|
+
static getHashCode: (str: string) => number;
|
|
18
|
+
static waitForTinyMCE(tinyMCEId: string): Promise<void>;
|
|
19
|
+
static attachElement(el: HTMLElement, attachTo: string): void;
|
|
20
|
+
static removeElement(el: HTMLElement): void;
|
|
21
|
+
static arrayInsert<T>(elementToInsert: T, arr: T[], index: number): T[];
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SlickUtilsService, never>;
|
|
23
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SlickUtilsService>;
|
|
24
|
+
}
|