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,45 +1,45 @@
|
|
|
1
|
-
import { ElementRef, OnInit, OnDestroy, EventEmitter } from "@angular/core";
|
|
2
|
-
import { ControlValueAccessor } from "@angular/forms";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class SlickDatePickerComponent implements OnInit, OnDestroy, ControlValueAccessor {
|
|
5
|
-
private el;
|
|
6
|
-
slickDatePicker: SlickDatePickerComponent;
|
|
7
|
-
format: string;
|
|
8
|
-
condensed: boolean;
|
|
9
|
-
mobile: boolean;
|
|
10
|
-
onDateChange: EventEmitter<Date>;
|
|
11
|
-
containerRef: ElementRef;
|
|
12
|
-
fnDocumentClick: (e: any) => void;
|
|
13
|
-
fnDocumentMouseDown: (e: any) => void;
|
|
14
|
-
onKeydown(event: KeyboardEvent): Promise<void>;
|
|
15
|
-
onFocus(event: FocusEvent): void;
|
|
16
|
-
onBlur(event: FocusEvent, targetElement: HTMLElement): Promise<void>;
|
|
17
|
-
uuid: string;
|
|
18
|
-
ignoreBlur: boolean;
|
|
19
|
-
showDatePicker: boolean;
|
|
20
|
-
datePickerVisiblity: string;
|
|
21
|
-
datePickerOpacity: string;
|
|
22
|
-
left: string;
|
|
23
|
-
top: string;
|
|
24
|
-
selectedDate: Date;
|
|
25
|
-
isInitial: boolean;
|
|
26
|
-
private inputGroupPrepend;
|
|
27
|
-
constructor(el: ElementRef);
|
|
28
|
-
ngOnInit(): Promise<void>;
|
|
29
|
-
ngOnDestroy(): void;
|
|
30
|
-
propagateChange: (_: any) => void;
|
|
31
|
-
private doPropagate;
|
|
32
|
-
private emitDateChange;
|
|
33
|
-
writeValue(obj: any): void;
|
|
34
|
-
registerOnChange(fn: any): void;
|
|
35
|
-
registerOnTouched(): void;
|
|
36
|
-
private documentMouseDown;
|
|
37
|
-
private documentClick;
|
|
38
|
-
onDateSelect(date: any): void;
|
|
39
|
-
showCalendar(): Promise<void>;
|
|
40
|
-
hideCalendar(): void;
|
|
41
|
-
private reposition;
|
|
42
|
-
toggleCalendar(): void;
|
|
43
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SlickDatePickerComponent, never>;
|
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SlickDatePickerComponent, "[slick-date-picker]", never, { "slickDatePicker": "slick-date-picker"; "format": "slick-date-picker-format"; "condensed": "slick-date-picker-condensed"; "mobile": "slick-date-picker-mobile"; }, { "onDateChange": "onDateChange"; }, never, ["*"], false, never>;
|
|
45
|
-
}
|
|
1
|
+
import { ElementRef, OnInit, OnDestroy, EventEmitter } from "@angular/core";
|
|
2
|
+
import { ControlValueAccessor } from "@angular/forms";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SlickDatePickerComponent implements OnInit, OnDestroy, ControlValueAccessor {
|
|
5
|
+
private el;
|
|
6
|
+
slickDatePicker: SlickDatePickerComponent;
|
|
7
|
+
format: string;
|
|
8
|
+
condensed: boolean;
|
|
9
|
+
mobile: boolean;
|
|
10
|
+
onDateChange: EventEmitter<Date>;
|
|
11
|
+
containerRef: ElementRef;
|
|
12
|
+
fnDocumentClick: (e: any) => void;
|
|
13
|
+
fnDocumentMouseDown: (e: any) => void;
|
|
14
|
+
onKeydown(event: KeyboardEvent): Promise<void>;
|
|
15
|
+
onFocus(event: FocusEvent): void;
|
|
16
|
+
onBlur(event: FocusEvent, targetElement: HTMLElement): Promise<void>;
|
|
17
|
+
uuid: string;
|
|
18
|
+
ignoreBlur: boolean;
|
|
19
|
+
showDatePicker: boolean;
|
|
20
|
+
datePickerVisiblity: string;
|
|
21
|
+
datePickerOpacity: string;
|
|
22
|
+
left: string;
|
|
23
|
+
top: string;
|
|
24
|
+
selectedDate: Date;
|
|
25
|
+
isInitial: boolean;
|
|
26
|
+
private inputGroupPrepend;
|
|
27
|
+
constructor(el: ElementRef);
|
|
28
|
+
ngOnInit(): Promise<void>;
|
|
29
|
+
ngOnDestroy(): void;
|
|
30
|
+
propagateChange: (_: any) => void;
|
|
31
|
+
private doPropagate;
|
|
32
|
+
private emitDateChange;
|
|
33
|
+
writeValue(obj: any): void;
|
|
34
|
+
registerOnChange(fn: any): void;
|
|
35
|
+
registerOnTouched(): void;
|
|
36
|
+
private documentMouseDown;
|
|
37
|
+
private documentClick;
|
|
38
|
+
onDateSelect(date: any): void;
|
|
39
|
+
showCalendar(): Promise<void>;
|
|
40
|
+
hideCalendar(): void;
|
|
41
|
+
private reposition;
|
|
42
|
+
toggleCalendar(): void;
|
|
43
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SlickDatePickerComponent, never>;
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SlickDatePickerComponent, "[slick-date-picker]", never, { "slickDatePicker": { "alias": "slick-date-picker"; "required": false; }; "format": { "alias": "slick-date-picker-format"; "required": false; }; "condensed": { "alias": "slick-date-picker-condensed"; "required": false; }; "mobile": { "alias": "slick-date-picker-mobile"; "required": false; }; }, { "onDateChange": "onDateChange"; }, never, ["*"], false, never>;
|
|
45
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { SlickDatePickerComponent } from "./slick-date-picker.component";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./slick-date-picker.component";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
|
-
import * as i3 from "@angular/forms";
|
|
6
|
-
import * as i4 from "../slick-calendar/slick-calendar.module";
|
|
7
|
-
export declare class SlickDatePickerModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SlickDatePickerModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SlickDatePickerModule, [typeof i1.SlickDatePickerComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.SlickCalendarModule], [typeof i1.SlickDatePickerComponent, typeof i4.SlickCalendarModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SlickDatePickerModule>;
|
|
11
|
-
}
|
|
12
|
-
export { SlickDatePickerComponent };
|
|
1
|
+
import { SlickDatePickerComponent } from "./slick-date-picker.component";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./slick-date-picker.component";
|
|
4
|
+
import * as i2 from "@angular/common";
|
|
5
|
+
import * as i3 from "@angular/forms";
|
|
6
|
+
import * as i4 from "../slick-calendar/slick-calendar.module";
|
|
7
|
+
export declare class SlickDatePickerModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SlickDatePickerModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SlickDatePickerModule, [typeof i1.SlickDatePickerComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.SlickCalendarModule], [typeof i1.SlickDatePickerComponent, typeof i4.SlickCalendarModule]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SlickDatePickerModule>;
|
|
11
|
+
}
|
|
12
|
+
export { SlickDatePickerComponent };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class SlickDialogFooterComponent {
|
|
3
|
-
flex: string;
|
|
4
|
-
textAlign: string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SlickDialogFooterComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SlickDialogFooterComponent, "slick-dialog-footer", never, {}, {}, never, ["*"], false, never>;
|
|
7
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class SlickDialogFooterComponent {
|
|
3
|
+
flex: string;
|
|
4
|
+
textAlign: string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SlickDialogFooterComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SlickDialogFooterComponent, "slick-dialog-footer", never, {}, {}, never, ["*"], false, never>;
|
|
7
|
+
}
|
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
import { EventEmitter, ElementRef, OnDestroy, OnChanges, SimpleChanges, OnInit } from "@angular/core";
|
|
2
|
-
import { SlickDialogService } from "./slick-dialog.service";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class SlickDialogComponent implements OnChanges, OnDestroy, OnInit {
|
|
5
|
-
private readonly dialogService;
|
|
6
|
-
draggable: boolean;
|
|
7
|
-
resizable: boolean;
|
|
8
|
-
minimizable: boolean;
|
|
9
|
-
header: string;
|
|
10
|
-
showHeader: boolean;
|
|
11
|
-
noPadding: boolean;
|
|
12
|
-
top: number;
|
|
13
|
-
width: number;
|
|
14
|
-
height: number;
|
|
15
|
-
maxHeight: number;
|
|
16
|
-
cssClass: string;
|
|
17
|
-
key: string;
|
|
18
|
-
showOverlay: boolean;
|
|
19
|
-
disableScrollbar: boolean;
|
|
20
|
-
onClose: EventEmitter<void>;
|
|
21
|
-
containerRef: ElementRef;
|
|
22
|
-
dialogRef: ElementRef;
|
|
23
|
-
headerRef: ElementRef;
|
|
24
|
-
footerRef: ElementRef;
|
|
25
|
-
dialogWrapper: ElementRef;
|
|
26
|
-
fnResize: () => Promise<void>;
|
|
27
|
-
private overlayEl;
|
|
28
|
-
showDialog_internal: boolean;
|
|
29
|
-
isDialogVisible: boolean;
|
|
30
|
-
isBodyVisible: boolean;
|
|
31
|
-
hasFooter: boolean;
|
|
32
|
-
zIndex: number;
|
|
33
|
-
inBounds: boolean;
|
|
34
|
-
isMaximized: boolean;
|
|
35
|
-
isMinimized: boolean;
|
|
36
|
-
positionXOffset: number;
|
|
37
|
-
positionYOffset: number;
|
|
38
|
-
position: any;
|
|
39
|
-
constructor(dialogService: SlickDialogService);
|
|
40
|
-
ngOnInit(): void;
|
|
41
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
42
|
-
ngOnDestroy(): void;
|
|
43
|
-
onMoveEnd(event: any): void;
|
|
44
|
-
onResizeStop(event: any): void;
|
|
45
|
-
updatePositionAndSize(): void;
|
|
46
|
-
loadPositionAndSize(): void;
|
|
47
|
-
showDialog(): Promise<void>;
|
|
48
|
-
onDialogClose(event: Event): Promise<void>;
|
|
49
|
-
hideDialog(): Promise<void>;
|
|
50
|
-
onDialogMinimize(event: Event): void;
|
|
51
|
-
onDialogMaximize(event: Event): void;
|
|
52
|
-
toggleFullSize(event: Event): void;
|
|
53
|
-
private resize;
|
|
54
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SlickDialogComponent, never>;
|
|
55
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SlickDialogComponent, "slick-dialog", never, { "draggable": "draggable"; "resizable": "resizable"; "minimizable": "minimizable"; "header": "header"; "showHeader": "showHeader"; "noPadding": "noPadding"; "top": "top"; "width": "width"; "height": "height"; "maxHeight": "maxHeight"; "cssClass": "cssClass"; "key": "key"; "showOverlay": "showOverlay"; "disableScrollbar": "disableScrollbar"; }, { "onClose": "onClose"; }, never, ["*", "slick-dialog-footer"], false, never>;
|
|
56
|
-
}
|
|
1
|
+
import { EventEmitter, ElementRef, OnDestroy, OnChanges, SimpleChanges, OnInit } from "@angular/core";
|
|
2
|
+
import { SlickDialogService } from "./slick-dialog.service";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SlickDialogComponent implements OnChanges, OnDestroy, OnInit {
|
|
5
|
+
private readonly dialogService;
|
|
6
|
+
draggable: boolean;
|
|
7
|
+
resizable: boolean;
|
|
8
|
+
minimizable: boolean;
|
|
9
|
+
header: string;
|
|
10
|
+
showHeader: boolean;
|
|
11
|
+
noPadding: boolean;
|
|
12
|
+
top: number;
|
|
13
|
+
width: number;
|
|
14
|
+
height: number;
|
|
15
|
+
maxHeight: number;
|
|
16
|
+
cssClass: string;
|
|
17
|
+
key: string;
|
|
18
|
+
showOverlay: boolean;
|
|
19
|
+
disableScrollbar: boolean;
|
|
20
|
+
onClose: EventEmitter<void>;
|
|
21
|
+
containerRef: ElementRef;
|
|
22
|
+
dialogRef: ElementRef;
|
|
23
|
+
headerRef: ElementRef;
|
|
24
|
+
footerRef: ElementRef;
|
|
25
|
+
dialogWrapper: ElementRef;
|
|
26
|
+
fnResize: () => Promise<void>;
|
|
27
|
+
private overlayEl;
|
|
28
|
+
showDialog_internal: boolean;
|
|
29
|
+
isDialogVisible: boolean;
|
|
30
|
+
isBodyVisible: boolean;
|
|
31
|
+
hasFooter: boolean;
|
|
32
|
+
zIndex: number;
|
|
33
|
+
inBounds: boolean;
|
|
34
|
+
isMaximized: boolean;
|
|
35
|
+
isMinimized: boolean;
|
|
36
|
+
positionXOffset: number;
|
|
37
|
+
positionYOffset: number;
|
|
38
|
+
position: any;
|
|
39
|
+
constructor(dialogService: SlickDialogService);
|
|
40
|
+
ngOnInit(): void;
|
|
41
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
42
|
+
ngOnDestroy(): void;
|
|
43
|
+
onMoveEnd(event: any): void;
|
|
44
|
+
onResizeStop(event: any): void;
|
|
45
|
+
updatePositionAndSize(): void;
|
|
46
|
+
loadPositionAndSize(): void;
|
|
47
|
+
showDialog(): Promise<void>;
|
|
48
|
+
onDialogClose(event: Event): Promise<void>;
|
|
49
|
+
hideDialog(): Promise<void>;
|
|
50
|
+
onDialogMinimize(event: Event): void;
|
|
51
|
+
onDialogMaximize(event: Event): void;
|
|
52
|
+
toggleFullSize(event: Event): void;
|
|
53
|
+
private resize;
|
|
54
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SlickDialogComponent, never>;
|
|
55
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SlickDialogComponent, "slick-dialog", never, { "draggable": { "alias": "draggable"; "required": false; }; "resizable": { "alias": "resizable"; "required": false; }; "minimizable": { "alias": "minimizable"; "required": false; }; "header": { "alias": "header"; "required": false; }; "showHeader": { "alias": "showHeader"; "required": false; }; "noPadding": { "alias": "noPadding"; "required": false; }; "top": { "alias": "top"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "key": { "alias": "key"; "required": false; }; "showOverlay": { "alias": "showOverlay"; "required": false; }; "disableScrollbar": { "alias": "disableScrollbar"; "required": false; }; }, { "onClose": "onClose"; }, never, ["*", "slick-dialog-footer"], false, never>;
|
|
56
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { SlickDialogComponent } from "./slick-dialog.component";
|
|
2
|
-
import { SlickDialogFooterComponent } from "./slick-dialog-footer.component";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "./slick-dialog.component";
|
|
5
|
-
import * as i2 from "./slick-dialog-footer.component";
|
|
6
|
-
import * as i3 from "@angular/common";
|
|
7
|
-
import * as i4 from "angular2-draggable";
|
|
8
|
-
export declare class SlickDialogModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SlickDialogModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SlickDialogModule, [typeof i1.SlickDialogComponent, typeof i2.SlickDialogFooterComponent], [typeof i3.CommonModule, typeof i4.AngularDraggableModule], [typeof i1.SlickDialogComponent, typeof i2.SlickDialogFooterComponent]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SlickDialogModule>;
|
|
12
|
-
}
|
|
13
|
-
export { SlickDialogComponent, SlickDialogFooterComponent };
|
|
1
|
+
import { SlickDialogComponent } from "./slick-dialog.component";
|
|
2
|
+
import { SlickDialogFooterComponent } from "./slick-dialog-footer.component";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "./slick-dialog.component";
|
|
5
|
+
import * as i2 from "./slick-dialog-footer.component";
|
|
6
|
+
import * as i3 from "@angular/common";
|
|
7
|
+
import * as i4 from "angular2-draggable";
|
|
8
|
+
export declare class SlickDialogModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SlickDialogModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SlickDialogModule, [typeof i1.SlickDialogComponent, typeof i2.SlickDialogFooterComponent], [typeof i3.CommonModule, typeof i4.AngularDraggableModule], [typeof i1.SlickDialogComponent, typeof i2.SlickDialogFooterComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SlickDialogModule>;
|
|
12
|
+
}
|
|
13
|
+
export { SlickDialogComponent, SlickDialogFooterComponent };
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { ElementRef } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class SlickDialogService {
|
|
4
|
-
static overlayCount: number;
|
|
5
|
-
constructor();
|
|
6
|
-
static minimizedDialogs: ElementRef<any>[];
|
|
7
|
-
createOverlay(): HTMLDivElement;
|
|
8
|
-
showOverlay(overlayEl: HTMLDivElement): void;
|
|
9
|
-
hideOverlay(overlayEl: HTMLDivElement): void;
|
|
10
|
-
minimize(el: ElementRef): void;
|
|
11
|
-
maximize(el: ElementRef, top: number, width: number, height: number, xOffset: number, yOffset: number): void;
|
|
12
|
-
removeDialogFromMinimized(el: ElementRef): void;
|
|
13
|
-
positionAtCenter(el: ElementRef, top: number, width: number, height: number, xOffset: number, yOffset: number): void;
|
|
14
|
-
positionInBottomBar(position: number): void;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SlickDialogService, never>;
|
|
16
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<SlickDialogService>;
|
|
17
|
-
}
|
|
1
|
+
import { ElementRef } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SlickDialogService {
|
|
4
|
+
static overlayCount: number;
|
|
5
|
+
constructor();
|
|
6
|
+
static minimizedDialogs: ElementRef<any>[];
|
|
7
|
+
createOverlay(): HTMLDivElement;
|
|
8
|
+
showOverlay(overlayEl: HTMLDivElement): void;
|
|
9
|
+
hideOverlay(overlayEl: HTMLDivElement): void;
|
|
10
|
+
minimize(el: ElementRef): void;
|
|
11
|
+
maximize(el: ElementRef, top: number, width: number, height: number, xOffset: number, yOffset: number): void;
|
|
12
|
+
removeDialogFromMinimized(el: ElementRef): void;
|
|
13
|
+
positionAtCenter(el: ElementRef, top: number, width: number, height: number, xOffset: number, yOffset: number): void;
|
|
14
|
+
positionInBottomBar(position: number): void;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SlickDialogService, never>;
|
|
16
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SlickDialogService>;
|
|
17
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class SlickDragDropDirective {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SlickDragDropDirective, never>;
|
|
4
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SlickDragDropDirective, "[slick-drag-drop]", never, {}, {}, never, never, false, never>;
|
|
5
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class SlickDragDropDirective {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SlickDragDropDirective, never>;
|
|
4
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SlickDragDropDirective, "[slick-drag-drop]", never, {}, {}, never, never, false, never>;
|
|
5
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { SlickDragDropDirective } from "./slick-drag-drop.directive";
|
|
2
|
-
import { SlickDraggableDirective } from "./slick-draggable.directive";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "./slick-drag-drop.directive";
|
|
5
|
-
import * as i2 from "./slick-draggable.directive";
|
|
6
|
-
import * as i3 from "@angular/common";
|
|
7
|
-
export declare class SlickDragDropModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SlickDragDropModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SlickDragDropModule, [typeof i1.SlickDragDropDirective, typeof i2.SlickDraggableDirective], [typeof i3.CommonModule], [typeof i1.SlickDragDropDirective, typeof i2.SlickDraggableDirective]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SlickDragDropModule>;
|
|
11
|
-
}
|
|
12
|
-
export { SlickDragDropDirective };
|
|
13
|
-
export { SlickDraggableDirective };
|
|
1
|
+
import { SlickDragDropDirective } from "./slick-drag-drop.directive";
|
|
2
|
+
import { SlickDraggableDirective } from "./slick-draggable.directive";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "./slick-drag-drop.directive";
|
|
5
|
+
import * as i2 from "./slick-draggable.directive";
|
|
6
|
+
import * as i3 from "@angular/common";
|
|
7
|
+
export declare class SlickDragDropModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SlickDragDropModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SlickDragDropModule, [typeof i1.SlickDragDropDirective, typeof i2.SlickDraggableDirective], [typeof i3.CommonModule], [typeof i1.SlickDragDropDirective, typeof i2.SlickDraggableDirective]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SlickDragDropModule>;
|
|
11
|
+
}
|
|
12
|
+
export { SlickDragDropDirective };
|
|
13
|
+
export { SlickDraggableDirective };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class SlickDraggableDirective {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SlickDraggableDirective, never>;
|
|
4
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SlickDraggableDirective, "[slick-draggable]", never, {}, {}, never, never, false, never>;
|
|
5
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class SlickDraggableDirective {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SlickDraggableDirective, never>;
|
|
4
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SlickDraggableDirective, "[slick-draggable]", never, {}, {}, never, never, false, never>;
|
|
5
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export interface ISlickDropDownButtonModel {
|
|
2
|
-
onClick: Function;
|
|
3
|
-
faClass: string;
|
|
4
|
-
tabIndex: number;
|
|
5
|
-
disabled: boolean;
|
|
6
|
-
}
|
|
7
|
-
export declare class SlickDropDownButtonModel implements ISlickDropDownButtonModel {
|
|
8
|
-
constructor(faClass?: string, onClick?: Function);
|
|
9
|
-
onClick: Function;
|
|
10
|
-
faClass: string;
|
|
11
|
-
tabIndex: number;
|
|
12
|
-
disabled: boolean;
|
|
13
|
-
}
|
|
1
|
+
export interface ISlickDropDownButtonModel {
|
|
2
|
+
onClick: Function;
|
|
3
|
+
faClass: string;
|
|
4
|
+
tabIndex: number;
|
|
5
|
+
disabled: boolean;
|
|
6
|
+
}
|
|
7
|
+
export declare class SlickDropDownButtonModel implements ISlickDropDownButtonModel {
|
|
8
|
+
constructor(faClass?: string, onClick?: Function);
|
|
9
|
+
onClick: Function;
|
|
10
|
+
faClass: string;
|
|
11
|
+
tabIndex: number;
|
|
12
|
+
disabled: boolean;
|
|
13
|
+
}
|
|
@@ -1,78 +1,78 @@
|
|
|
1
|
-
import { EventEmitter, ElementRef, OnInit, OnDestroy, OnChanges, SimpleChanges, ChangeDetectorRef, AfterViewInit } from "@angular/core";
|
|
2
|
-
import { SlickDropDownService } from "./slick-drop-down.service";
|
|
3
|
-
import { ControlValueAccessor } from "@angular/forms";
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare enum SlickDropDownSearchTypes {
|
|
6
|
-
startsWith = 0,
|
|
7
|
-
eachWord = 1,
|
|
8
|
-
any = 2
|
|
9
|
-
}
|
|
10
|
-
export declare class SlickDropDownComponent implements OnInit, AfterViewInit, OnChanges, OnDestroy, ControlValueAccessor {
|
|
11
|
-
private slickDropDownService;
|
|
12
|
-
private changeDetector;
|
|
13
|
-
placeholder: string;
|
|
14
|
-
items: any[];
|
|
15
|
-
idFieldName: string;
|
|
16
|
-
textFieldName: string;
|
|
17
|
-
compact: boolean;
|
|
18
|
-
disabled: boolean;
|
|
19
|
-
allowEmpty: boolean;
|
|
20
|
-
getUrl: string;
|
|
21
|
-
width: string;
|
|
22
|
-
listWidth: string;
|
|
23
|
-
height: string;
|
|
24
|
-
showLoadingMessage: boolean;
|
|
25
|
-
showDebug: boolean;
|
|
26
|
-
tabindex: number;
|
|
27
|
-
validationIndicator: boolean;
|
|
28
|
-
validationIndicatorType: string;
|
|
29
|
-
attachTo: string;
|
|
30
|
-
searchType: SlickDropDownSearchTypes;
|
|
31
|
-
icon: string;
|
|
32
|
-
isMobile: boolean;
|
|
33
|
-
cssClass: string;
|
|
34
|
-
onExpand: EventEmitter<any>;
|
|
35
|
-
onSelect: EventEmitter<any>;
|
|
36
|
-
onChange: EventEmitter<any>;
|
|
37
|
-
containerDiv: ElementRef;
|
|
38
|
-
dropdownList: ElementRef;
|
|
39
|
-
selectedTextInputRef: ElementRef;
|
|
40
|
-
fnReposition: () => void;
|
|
41
|
-
fnDocumentClick: (e: any) => Promise<void>;
|
|
42
|
-
uuid: string;
|
|
43
|
-
selectedId: string;
|
|
44
|
-
selectedText: string;
|
|
45
|
-
expanded: boolean;
|
|
46
|
-
selectedItem: any;
|
|
47
|
-
selectedIndex: number;
|
|
48
|
-
filterText: string;
|
|
49
|
-
visibleItems: any[];
|
|
50
|
-
left: number;
|
|
51
|
-
top: number;
|
|
52
|
-
listGroupWidth: string;
|
|
53
|
-
isVisible: boolean;
|
|
54
|
-
isAndroid: boolean;
|
|
55
|
-
constructor(slickDropDownService: SlickDropDownService, changeDetector: ChangeDetectorRef);
|
|
56
|
-
ngOnInit(): Promise<void>;
|
|
57
|
-
ngAfterViewInit(): void;
|
|
58
|
-
propagateChange: (_: any) => void;
|
|
59
|
-
writeValue(obj: any): void;
|
|
60
|
-
registerOnChange(fn: any): void;
|
|
61
|
-
registerOnTouched(): void;
|
|
62
|
-
ngOnChanges(changes: SimpleChanges): Promise<void>;
|
|
63
|
-
ngOnDestroy(): void;
|
|
64
|
-
setFocus(showDropdownList?: boolean): Promise<void>;
|
|
65
|
-
private expand;
|
|
66
|
-
private collapse;
|
|
67
|
-
private reposition;
|
|
68
|
-
private documentClick;
|
|
69
|
-
private selectItem;
|
|
70
|
-
onKeyDown(e: KeyboardEvent): Promise<boolean>;
|
|
71
|
-
onKeyUp(e: KeyboardEvent): Promise<boolean>;
|
|
72
|
-
private filterSearch;
|
|
73
|
-
lastEvent: string;
|
|
74
|
-
onDropdownClicked(e: MouseEvent): void;
|
|
75
|
-
onItemClick(item: any): void;
|
|
76
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SlickDropDownComponent, never>;
|
|
77
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SlickDropDownComponent, "slick-drop-down", never, { "placeholder": "placeholder"; "items": "items"; "idFieldName": "idFieldName"; "textFieldName": "textFieldName"; "compact": "compact"; "disabled": "disabled"; "allowEmpty": "allowEmpty"; "getUrl": "getUrl"; "width": "width"; "listWidth": "listWidth"; "height": "height"; "showLoadingMessage": "showLoadingMessage"; "showDebug": "showDebug"; "tabindex": "tabindex"; "validationIndicator": "validationIndicator"; "validationIndicatorType": "validationIndicatorType"; "attachTo": "attachTo"; "searchType": "searchType"; "icon": "icon"; "isMobile": "isMobile"; "cssClass": "cssClass"; }, { "onExpand": "onExpand"; "onSelect": "onSelect"; "onChange": "onChange"; }, never, never, false, never>;
|
|
78
|
-
}
|
|
1
|
+
import { EventEmitter, ElementRef, OnInit, OnDestroy, OnChanges, SimpleChanges, ChangeDetectorRef, AfterViewInit } from "@angular/core";
|
|
2
|
+
import { SlickDropDownService } from "./slick-drop-down.service";
|
|
3
|
+
import { ControlValueAccessor } from "@angular/forms";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare enum SlickDropDownSearchTypes {
|
|
6
|
+
startsWith = 0,
|
|
7
|
+
eachWord = 1,
|
|
8
|
+
any = 2
|
|
9
|
+
}
|
|
10
|
+
export declare class SlickDropDownComponent implements OnInit, AfterViewInit, OnChanges, OnDestroy, ControlValueAccessor {
|
|
11
|
+
private slickDropDownService;
|
|
12
|
+
private changeDetector;
|
|
13
|
+
placeholder: string;
|
|
14
|
+
items: any[];
|
|
15
|
+
idFieldName: string;
|
|
16
|
+
textFieldName: string;
|
|
17
|
+
compact: boolean;
|
|
18
|
+
disabled: boolean;
|
|
19
|
+
allowEmpty: boolean;
|
|
20
|
+
getUrl: string;
|
|
21
|
+
width: string;
|
|
22
|
+
listWidth: string;
|
|
23
|
+
height: string;
|
|
24
|
+
showLoadingMessage: boolean;
|
|
25
|
+
showDebug: boolean;
|
|
26
|
+
tabindex: number;
|
|
27
|
+
validationIndicator: boolean;
|
|
28
|
+
validationIndicatorType: string;
|
|
29
|
+
attachTo: string;
|
|
30
|
+
searchType: SlickDropDownSearchTypes;
|
|
31
|
+
icon: string;
|
|
32
|
+
isMobile: boolean;
|
|
33
|
+
cssClass: string;
|
|
34
|
+
onExpand: EventEmitter<any>;
|
|
35
|
+
onSelect: EventEmitter<any>;
|
|
36
|
+
onChange: EventEmitter<any>;
|
|
37
|
+
containerDiv: ElementRef;
|
|
38
|
+
dropdownList: ElementRef;
|
|
39
|
+
selectedTextInputRef: ElementRef;
|
|
40
|
+
fnReposition: () => void;
|
|
41
|
+
fnDocumentClick: (e: any) => Promise<void>;
|
|
42
|
+
uuid: string;
|
|
43
|
+
selectedId: string;
|
|
44
|
+
selectedText: string;
|
|
45
|
+
expanded: boolean;
|
|
46
|
+
selectedItem: any;
|
|
47
|
+
selectedIndex: number;
|
|
48
|
+
filterText: string;
|
|
49
|
+
visibleItems: any[];
|
|
50
|
+
left: number;
|
|
51
|
+
top: number;
|
|
52
|
+
listGroupWidth: string;
|
|
53
|
+
isVisible: boolean;
|
|
54
|
+
isAndroid: boolean;
|
|
55
|
+
constructor(slickDropDownService: SlickDropDownService, changeDetector: ChangeDetectorRef);
|
|
56
|
+
ngOnInit(): Promise<void>;
|
|
57
|
+
ngAfterViewInit(): void;
|
|
58
|
+
propagateChange: (_: any) => void;
|
|
59
|
+
writeValue(obj: any): void;
|
|
60
|
+
registerOnChange(fn: any): void;
|
|
61
|
+
registerOnTouched(): void;
|
|
62
|
+
ngOnChanges(changes: SimpleChanges): Promise<void>;
|
|
63
|
+
ngOnDestroy(): void;
|
|
64
|
+
setFocus(showDropdownList?: boolean): Promise<void>;
|
|
65
|
+
private expand;
|
|
66
|
+
private collapse;
|
|
67
|
+
private reposition;
|
|
68
|
+
private documentClick;
|
|
69
|
+
private selectItem;
|
|
70
|
+
onKeyDown(e: KeyboardEvent): Promise<boolean>;
|
|
71
|
+
onKeyUp(e: KeyboardEvent): Promise<boolean>;
|
|
72
|
+
private filterSearch;
|
|
73
|
+
lastEvent: string;
|
|
74
|
+
onDropdownClicked(e: MouseEvent): void;
|
|
75
|
+
onItemClick(item: any): void;
|
|
76
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SlickDropDownComponent, never>;
|
|
77
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SlickDropDownComponent, "slick-drop-down", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "items": { "alias": "items"; "required": false; }; "idFieldName": { "alias": "idFieldName"; "required": false; }; "textFieldName": { "alias": "textFieldName"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "allowEmpty": { "alias": "allowEmpty"; "required": false; }; "getUrl": { "alias": "getUrl"; "required": false; }; "width": { "alias": "width"; "required": false; }; "listWidth": { "alias": "listWidth"; "required": false; }; "height": { "alias": "height"; "required": false; }; "showLoadingMessage": { "alias": "showLoadingMessage"; "required": false; }; "showDebug": { "alias": "showDebug"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "validationIndicator": { "alias": "validationIndicator"; "required": false; }; "validationIndicatorType": { "alias": "validationIndicatorType"; "required": false; }; "attachTo": { "alias": "attachTo"; "required": false; }; "searchType": { "alias": "searchType"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; }, { "onExpand": "onExpand"; "onSelect": "onSelect"; "onChange": "onChange"; }, never, never, false, never>;
|
|
78
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { SlickDropDownComponent } from "./slick-drop-down.component";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./slick-drop-down.component";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
|
-
import * as i3 from "@angular/forms";
|
|
6
|
-
import * as i4 from "@angular/common/http";
|
|
7
|
-
import * as i5 from "../slick-validation-indicator/slick-validation-indicator.module";
|
|
8
|
-
export declare class SlickDropDownModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SlickDropDownModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SlickDropDownModule, [typeof i1.SlickDropDownComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.HttpClientModule, typeof i5.SlickValidationIndicatorModule], [typeof i1.SlickDropDownComponent]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SlickDropDownModule>;
|
|
12
|
-
}
|
|
13
|
-
export { SlickDropDownComponent };
|
|
14
|
-
export { SlickDropDownButtonModel, ISlickDropDownButtonModel } from "./slick-drop-down-button.model";
|
|
1
|
+
import { SlickDropDownComponent } from "./slick-drop-down.component";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./slick-drop-down.component";
|
|
4
|
+
import * as i2 from "@angular/common";
|
|
5
|
+
import * as i3 from "@angular/forms";
|
|
6
|
+
import * as i4 from "@angular/common/http";
|
|
7
|
+
import * as i5 from "../slick-validation-indicator/slick-validation-indicator.module";
|
|
8
|
+
export declare class SlickDropDownModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SlickDropDownModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SlickDropDownModule, [typeof i1.SlickDropDownComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.HttpClientModule, typeof i5.SlickValidationIndicatorModule], [typeof i1.SlickDropDownComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SlickDropDownModule>;
|
|
12
|
+
}
|
|
13
|
+
export { SlickDropDownComponent };
|
|
14
|
+
export { SlickDropDownButtonModel, ISlickDropDownButtonModel } from "./slick-drop-down-button.model";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HttpClient } from "@angular/common/http";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class SlickDropDownService {
|
|
4
|
-
private http;
|
|
5
|
-
constructor(http: HttpClient);
|
|
6
|
-
getVisibleItems(items: any[], idFieldName: string, textFieldName: string): any[];
|
|
7
|
-
getSelectedItem(items: any[], selectedId: string | number): any;
|
|
8
|
-
getItemsFromServer(url: string): Promise<any>;
|
|
9
|
-
getItemIndex(items: any[], selectedId: string): number;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SlickDropDownService, never>;
|
|
11
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<SlickDropDownService>;
|
|
12
|
-
}
|
|
1
|
+
import { HttpClient } from "@angular/common/http";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SlickDropDownService {
|
|
4
|
+
private http;
|
|
5
|
+
constructor(http: HttpClient);
|
|
6
|
+
getVisibleItems(items: any[], idFieldName: string, textFieldName: string): any[];
|
|
7
|
+
getSelectedItem(items: any[], selectedId: string | number): any;
|
|
8
|
+
getItemsFromServer(url: string): Promise<any>;
|
|
9
|
+
getItemIndex(items: any[], selectedId: string): number;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SlickDropDownService, never>;
|
|
11
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SlickDropDownService>;
|
|
12
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ElementRef } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class SlickDropListGrabDirective {
|
|
4
|
-
constructor(el: ElementRef);
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SlickDropListGrabDirective, never>;
|
|
6
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SlickDropListGrabDirective, "[slick-drop-list-grab]", never, {}, {}, never, never, false, never>;
|
|
7
|
-
}
|
|
1
|
+
import { ElementRef } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SlickDropListGrabDirective {
|
|
4
|
+
constructor(el: ElementRef);
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SlickDropListGrabDirective, never>;
|
|
6
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SlickDropListGrabDirective, "[slick-drop-list-grab]", never, {}, {}, never, never, false, never>;
|
|
7
|
+
}
|