@koobiq/components 19.8.3 → 20.1.0
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/accordion/accordion-trigger.component.scss +0 -18
- package/accordion/accordion.component.scss +9 -2
- package/accordion/index.d.ts +238 -1
- package/actions-panel/index.d.ts +304 -5
- package/alert/_alert-theme.scss +0 -4
- package/alert/alert-tokens.scss +4 -4
- package/alert/index.d.ts +54 -1
- package/app-switcher/app-switcher-dropdown-app.scss +2 -0
- package/app-switcher/index.d.ts +239 -1
- package/autocomplete/index.d.ts +265 -1
- package/badge/index.d.ts +57 -1
- package/breadcrumbs/breadcrumbs.scss +4 -0
- package/breadcrumbs/index.d.ts +244 -1
- package/button/button-group.scss +42 -2
- package/button/index.d.ts +153 -1
- package/button-toggle/button-toggle.scss +23 -0
- package/button-toggle/index.d.ts +157 -1
- package/checkbox/checkbox.scss +5 -4
- package/checkbox/index.d.ts +159 -1
- package/clamped-text/index.d.ts +145 -4
- package/code-block/_code-block-theme.scss +0 -6
- package/code-block/code-block-tokens.scss +0 -2
- package/code-block/index.d.ts +383 -1
- package/content-panel/content-panel.scss +0 -8
- package/content-panel/index.d.ts +158 -2
- package/core/highlight/_highlight-theme.scss +9 -0
- package/core/index.d.ts +4794 -1
- package/core/styles/_koobiq-theme.scss +1 -0
- package/core/styles/common/_animation.scss +4 -0
- package/core/styles/common/_overlay.scss +3 -4
- package/core/styles/theming/_components-theming.scss +1 -63
- package/core/styles/theming/_scrollbar-theme.scss +4 -0
- package/datepicker/_datepicker-theme.scss +1 -1
- package/datepicker/datepicker-toggle.scss +3 -3
- package/datepicker/index.d.ts +699 -1
- package/divider/index.d.ts +20 -1
- package/dl/index.d.ts +38 -1
- package/dropdown/dropdown.scss +2 -2
- package/dropdown/index.d.ts +473 -1
- package/dynamic-translation/index.d.ts +81 -2
- package/ellipsis-center/index.d.ts +38 -1
- package/empty-state/index.d.ts +45 -1
- package/fesm2022/koobiq-components-accordion.mjs +104 -115
- package/fesm2022/koobiq-components-accordion.mjs.map +1 -1
- package/fesm2022/koobiq-components-actions-panel.mjs +16 -16
- package/fesm2022/koobiq-components-actions-panel.mjs.map +1 -1
- package/fesm2022/koobiq-components-alert.mjs +35 -49
- package/fesm2022/koobiq-components-alert.mjs.map +1 -1
- package/fesm2022/koobiq-components-app-switcher.mjs +82 -87
- package/fesm2022/koobiq-components-app-switcher.mjs.map +1 -1
- package/fesm2022/koobiq-components-autocomplete.mjs +294 -304
- package/fesm2022/koobiq-components-autocomplete.mjs.map +1 -1
- package/fesm2022/koobiq-components-badge.mjs +35 -42
- package/fesm2022/koobiq-components-badge.mjs.map +1 -1
- package/fesm2022/koobiq-components-breadcrumbs.mjs +79 -101
- package/fesm2022/koobiq-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/koobiq-components-button-toggle.mjs +92 -88
- package/fesm2022/koobiq-components-button-toggle.mjs.map +1 -1
- package/fesm2022/koobiq-components-button.mjs +56 -51
- package/fesm2022/koobiq-components-button.mjs.map +1 -1
- package/fesm2022/koobiq-components-checkbox.mjs +50 -52
- package/fesm2022/koobiq-components-checkbox.mjs.map +1 -1
- package/fesm2022/koobiq-components-clamped-text.mjs +46 -49
- package/fesm2022/koobiq-components-clamped-text.mjs.map +1 -1
- package/fesm2022/koobiq-components-code-block.mjs +115 -136
- package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
- package/fesm2022/koobiq-components-content-panel.mjs +90 -107
- package/fesm2022/koobiq-components-content-panel.mjs.map +1 -1
- package/fesm2022/koobiq-components-core.mjs +2048 -703
- package/fesm2022/koobiq-components-core.mjs.map +1 -1
- package/fesm2022/koobiq-components-datepicker.mjs +285 -349
- package/fesm2022/koobiq-components-datepicker.mjs.map +1 -1
- package/fesm2022/koobiq-components-divider.mjs +14 -25
- package/fesm2022/koobiq-components-divider.mjs.map +1 -1
- package/fesm2022/koobiq-components-dl.mjs +30 -31
- package/fesm2022/koobiq-components-dl.mjs.map +1 -1
- package/fesm2022/koobiq-components-dropdown.mjs +159 -160
- package/fesm2022/koobiq-components-dropdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-dynamic-translation.mjs +23 -23
- package/fesm2022/koobiq-components-dynamic-translation.mjs.map +1 -1
- package/fesm2022/koobiq-components-ellipsis-center.mjs +16 -21
- package/fesm2022/koobiq-components-ellipsis-center.mjs.map +1 -1
- package/fesm2022/koobiq-components-empty-state.mjs +35 -39
- package/fesm2022/koobiq-components-empty-state.mjs.map +1 -1
- package/fesm2022/koobiq-components-file-upload.mjs +160 -248
- package/fesm2022/koobiq-components-file-upload.mjs.map +1 -1
- package/fesm2022/koobiq-components-filter-bar.mjs +1160 -1184
- package/fesm2022/koobiq-components-filter-bar.mjs.map +1 -1
- package/fesm2022/koobiq-components-flag.mjs +66 -0
- package/fesm2022/koobiq-components-flag.mjs.map +1 -0
- package/fesm2022/koobiq-components-form-field.mjs +211 -430
- package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
- package/fesm2022/koobiq-components-icon.mjs +42 -43
- package/fesm2022/koobiq-components-icon.mjs.map +1 -1
- package/fesm2022/koobiq-components-inline-edit.mjs +85 -61
- package/fesm2022/koobiq-components-inline-edit.mjs.map +1 -1
- package/fesm2022/koobiq-components-input.mjs +116 -155
- package/fesm2022/koobiq-components-input.mjs.map +1 -1
- package/fesm2022/koobiq-components-link.mjs +38 -53
- package/fesm2022/koobiq-components-link.mjs.map +1 -1
- package/fesm2022/koobiq-components-list.mjs +138 -128
- package/fesm2022/koobiq-components-list.mjs.map +1 -1
- package/fesm2022/koobiq-components-loader-overlay.mjs +38 -45
- package/fesm2022/koobiq-components-loader-overlay.mjs.map +1 -1
- package/fesm2022/koobiq-components-markdown.mjs +31 -35
- package/fesm2022/koobiq-components-markdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-modal.mjs +174 -164
- package/fesm2022/koobiq-components-modal.mjs.map +1 -1
- package/fesm2022/koobiq-components-navbar.mjs +164 -169
- package/fesm2022/koobiq-components-navbar.mjs.map +1 -1
- package/fesm2022/koobiq-components-notification-center.mjs +80 -59
- package/fesm2022/koobiq-components-notification-center.mjs.map +1 -1
- package/fesm2022/koobiq-components-overflow-items.mjs +40 -36
- package/fesm2022/koobiq-components-overflow-items.mjs.map +1 -1
- package/fesm2022/koobiq-components-popover.mjs +94 -85
- package/fesm2022/koobiq-components-popover.mjs.map +1 -1
- package/fesm2022/koobiq-components-progress-bar.mjs +24 -30
- package/fesm2022/koobiq-components-progress-bar.mjs.map +1 -1
- package/fesm2022/koobiq-components-progress-spinner.mjs +25 -32
- package/fesm2022/koobiq-components-progress-spinner.mjs.map +1 -1
- package/fesm2022/koobiq-components-radio.mjs +95 -85
- package/fesm2022/koobiq-components-radio.mjs.map +1 -1
- package/fesm2022/koobiq-components-resizer.mjs +17 -17
- package/fesm2022/koobiq-components-resizer.mjs.map +1 -1
- package/fesm2022/koobiq-components-scrollbar.mjs +69 -60
- package/fesm2022/koobiq-components-scrollbar.mjs.map +1 -1
- package/fesm2022/koobiq-components-search-expandable.mjs +44 -35
- package/fesm2022/koobiq-components-search-expandable.mjs.map +1 -1
- package/fesm2022/koobiq-components-select.mjs +279 -244
- package/fesm2022/koobiq-components-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-sidebar.mjs +63 -55
- package/fesm2022/koobiq-components-sidebar.mjs.map +1 -1
- package/fesm2022/koobiq-components-sidepanel.mjs +88 -128
- package/fesm2022/koobiq-components-sidepanel.mjs.map +1 -1
- package/fesm2022/koobiq-components-skeleton.mjs +13 -13
- package/fesm2022/koobiq-components-skeleton.mjs.map +1 -1
- package/fesm2022/koobiq-components-split-button.mjs +29 -22
- package/fesm2022/koobiq-components-split-button.mjs.map +1 -1
- package/fesm2022/koobiq-components-splitter.mjs +114 -96
- package/fesm2022/koobiq-components-splitter.mjs.map +1 -1
- package/fesm2022/koobiq-components-table.mjs +23 -23
- package/fesm2022/koobiq-components-table.mjs.map +1 -1
- package/fesm2022/koobiq-components-tabs.mjs +260 -275
- package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
- package/fesm2022/koobiq-components-tags.mjs +179 -267
- package/fesm2022/koobiq-components-tags.mjs.map +1 -1
- package/fesm2022/koobiq-components-textarea.mjs +42 -68
- package/fesm2022/koobiq-components-textarea.mjs.map +1 -1
- package/fesm2022/koobiq-components-time-range.mjs +65 -66
- package/fesm2022/koobiq-components-time-range.mjs.map +1 -1
- package/fesm2022/koobiq-components-timepicker.mjs +46 -38
- package/fesm2022/koobiq-components-timepicker.mjs.map +1 -1
- package/fesm2022/koobiq-components-timezone.mjs +58 -58
- package/fesm2022/koobiq-components-timezone.mjs.map +1 -1
- package/fesm2022/koobiq-components-title.mjs +150 -39
- package/fesm2022/koobiq-components-title.mjs.map +1 -1
- package/fesm2022/koobiq-components-toast.mjs +54 -69
- package/fesm2022/koobiq-components-toast.mjs.map +1 -1
- package/fesm2022/koobiq-components-toggle.mjs +51 -63
- package/fesm2022/koobiq-components-toggle.mjs.map +1 -1
- package/fesm2022/koobiq-components-tooltip.mjs +141 -121
- package/fesm2022/koobiq-components-tooltip.mjs.map +1 -1
- package/fesm2022/koobiq-components-top-bar.mjs +22 -25
- package/fesm2022/koobiq-components-top-bar.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree-select.mjs +264 -231
- package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree.mjs +273 -239
- package/fesm2022/koobiq-components-tree.mjs.map +1 -1
- package/fesm2022/koobiq-components-username.mjs +62 -49
- package/fesm2022/koobiq-components-username.mjs.map +1 -1
- package/file-upload/file-upload-tokens.scss +1 -0
- package/file-upload/index.d.ts +577 -1
- package/filter-bar/_filter-bar-theme.scss +86 -0
- package/filter-bar/filter-bar-tokens.scss +6 -0
- package/filter-bar/filter-bar.scss +10 -4
- package/filter-bar/filter-refresher.scss +1 -1
- package/filter-bar/filters.scss +23 -19
- package/filter-bar/index.d.ts +1165 -1
- package/filter-bar/pipes/base-pipe.scss +14 -35
- package/filter-bar/pipes/pipe-date.scss +20 -14
- package/filter-bar/pipes/pipe-multi-tree-select.scss +5 -3
- package/filter-bar/pipes/pipe-multiselect.scss +5 -3
- package/filter-bar/pipes/pipe-readonly.scss +4 -13
- package/filter-bar/pipes/pipe-select.scss +3 -1
- package/filter-bar/pipes/pipe-tree-select.scss +3 -1
- package/flag/flag.scss +53 -0
- package/flag/index.d.ts +44 -0
- package/form-field/index.d.ts +569 -1
- package/icon/index.d.ts +162 -1
- package/index.d.ts +2 -1
- package/inline-edit/index.d.ts +176 -2
- package/inline-edit/inline-edit.scss +7 -7
- package/input/index.d.ts +339 -1
- package/link/index.d.ts +56 -1
- package/link/link-tokens.scss +2 -2
- package/list/index.d.ts +229 -1
- package/loader-overlay/index.d.ts +57 -1
- package/loader-overlay/loader-overlay-tokens.scss +1 -1
- package/markdown/index.d.ts +68 -1
- package/modal/_modal-animation.scss +6 -6
- package/modal/_modal-theme.scss +3 -6
- package/modal/index.d.ts +313 -1
- package/modal/modal.scss +15 -0
- package/navbar/index.d.ts +305 -1
- package/navbar/navbar.scss +1 -2
- package/notification-center/index.d.ts +322 -1
- package/notification-center/notification-center.scss +14 -9
- package/notification-center/notification-item.scss +2 -1
- package/overflow-items/index.d.ts +162 -2
- package/package.json +13 -17
- package/popover/index.d.ts +182 -1
- package/popover/popover.scss +8 -12
- package/prebuilt-themes/dark-theme.css +1 -1
- package/prebuilt-themes/light-theme.css +1 -1
- package/prebuilt-themes/theme.css +1 -1
- package/progress-bar/index.d.ts +31 -1
- package/progress-bar/progress-bar.scss +4 -0
- package/progress-spinner/index.d.ts +37 -1
- package/progress-spinner/progress-spinner.scss +5 -1
- package/radio/index.d.ts +203 -1
- package/radio/radio.scss +18 -4
- package/resizer/index.d.ts +85 -2
- package/schematics/collection.json +10 -0
- package/schematics/migrations/css-selectors/index.js +1 -1
- package/schematics/migrations/deprecated-icons/index.js +1 -1
- package/schematics/migrations/filter-bar-signals/README.md +66 -0
- package/schematics/migrations/filter-bar-signals/data.js +72 -0
- package/schematics/migrations/filter-bar-signals/index.js +316 -0
- package/schematics/migrations/filter-bar-signals/schema.json +20 -0
- package/schematics/migrations/new-icons-pack/index.js +1 -1
- package/schematics/migrations/v20-upgrade/README.md +72 -0
- package/schematics/migrations/v20-upgrade/data.js +274 -0
- package/schematics/migrations/v20-upgrade/index.js +222 -0
- package/schematics/migrations/v20-upgrade/schema.json +20 -0
- package/schematics/migrations.json +15 -0
- package/schematics/ng-add/index.js +3 -4
- package/scrollbar/index.d.ts +136 -1
- package/search-expandable/index.d.ts +98 -1
- package/select/index.d.ts +701 -1
- package/sidebar/index.d.ts +93 -1
- package/sidepanel/index.d.ts +263 -1
- package/sidepanel/sidepanel.scss +0 -8
- package/skeleton/index.d.ts +26 -2
- package/skeleton/skeleton.scss +4 -0
- package/split-button/_split-button-theme.scss +2 -2
- package/split-button/index.d.ts +46 -1
- package/splitter/_splitter-theme.scss +2 -2
- package/splitter/index.d.ts +142 -1
- package/table/_table-theme.scss +4 -0
- package/table/index.d.ts +24 -1
- package/tabs/index.d.ts +647 -1
- package/tabs/tab-header.scss +1 -0
- package/tabs/tabs-tokens.scss +1 -1
- package/tags/index.d.ts +706 -1
- package/textarea/index.d.ts +133 -1
- package/time-range/index.d.ts +310 -7
- package/time-range/time-range.scss +0 -8
- package/timepicker/index.d.ts +193 -1
- package/timepicker/timepicker.scss +2 -2
- package/timezone/index.d.ts +123 -1
- package/title/index.d.ts +131 -1
- package/toast/index.d.ts +164 -1
- package/toggle/index.d.ts +84 -1
- package/tooltip/index.d.ts +211 -1
- package/top-bar/index.d.ts +33 -1
- package/top-bar/top-bar.scss +1 -2
- package/tree/_tree-theme.scss +2 -7
- package/tree/index.d.ts +733 -1
- package/tree/toggle.scss +5 -0
- package/tree/tree-option.scss +20 -11
- package/tree-select/_tree-select-theme.scss +1 -1
- package/tree-select/index.d.ts +384 -1
- package/username/index.d.ts +194 -5
- package/accordion/accordion-content.d.ts +0 -6
- package/accordion/accordion-content.directive.d.ts +0 -27
- package/accordion/accordion-header.d.ts +0 -6
- package/accordion/accordion-header.directive.d.ts +0 -7
- package/accordion/accordion-item.d.ts +0 -77
- package/accordion/accordion-trigger.component.d.ts +0 -24
- package/accordion/accordion-trigger.directive.d.ts +0 -21
- package/accordion/accordion.component.d.ts +0 -79
- package/accordion/accordion.module.d.ts +0 -12
- package/accordion/public-api.d.ts +0 -9
- package/actions-panel/actions-panel-config.d.ts +0 -82
- package/actions-panel/actions-panel-container.d.ts +0 -90
- package/actions-panel/actions-panel-ref.d.ts +0 -44
- package/actions-panel/actions-panel.d.ts +0 -85
- package/actions-panel/module.d.ts +0 -7
- package/alert/alert.component.d.ts +0 -43
- package/alert/alert.module.d.ts +0 -9
- package/alert/public-api.d.ts +0 -2
- package/app-switcher/app-switcher-animations.d.ts +0 -5
- package/app-switcher/app-switcher-dropdown-app.d.ts +0 -11
- package/app-switcher/app-switcher-dropdown-site.d.ts +0 -9
- package/app-switcher/app-switcher.d.ts +0 -198
- package/app-switcher/app-switcher.module.d.ts +0 -10
- package/app-switcher/kbq-app-switcher-list-item.d.ts +0 -16
- package/app-switcher/public-api.d.ts +0 -6
- package/autocomplete/autocomplete-origin.directive.d.ts +0 -12
- package/autocomplete/autocomplete-trigger.directive.d.ts +0 -169
- package/autocomplete/autocomplete.component.d.ts +0 -88
- package/autocomplete/autocomplete.module.d.ts +0 -12
- package/autocomplete/public-api.d.ts +0 -4
- package/badge/badge.component.d.ts +0 -46
- package/badge/badge.module.d.ts +0 -9
- package/badge/public-api.d.ts +0 -2
- package/breadcrumbs/breadcrumbs.d.ts +0 -121
- package/breadcrumbs/breadcrumbs.module.d.ts +0 -7
- package/breadcrumbs/breadcrumbs.types.d.ts +0 -22
- package/breadcrumbs/public-api.d.ts +0 -5
- package/breadcrumbs/roving-focus-group.directive.d.ts +0 -50
- package/breadcrumbs/roving-focus-item.directive.d.ts +0 -50
- package/breadcrumbs/utils.d.ts +0 -19
- package/button/button-group.d.ts +0 -45
- package/button/button-slots.d.ts +0 -11
- package/button/button.component.d.ts +0 -74
- package/button/button.dropdown-trigger.directive.d.ts +0 -14
- package/button/button.module.d.ts +0 -13
- package/button/public-api.d.ts +0 -5
- package/button-toggle/button-toggle.component.d.ts +0 -146
- package/button-toggle/button-toggle.module.d.ts +0 -9
- package/button-toggle/public-api.d.ts +0 -2
- package/checkbox/checkbox-config.d.ts +0 -13
- package/checkbox/checkbox-module.d.ts +0 -9
- package/checkbox/checkbox-required-validator.d.ts +0 -13
- package/checkbox/checkbox.d.ts +0 -128
- package/checkbox/public-api.d.ts +0 -4
- package/clamped-text/clamped-list.d.ts +0 -41
- package/clamped-text/clamped-text.d.ts +0 -65
- package/clamped-text/constants.d.ts +0 -34
- package/clamped-text/module.d.ts +0 -8
- package/code-block/code-block-highlight.d.ts +0 -98
- package/code-block/code-block.d.ts +0 -259
- package/code-block/code-block.module.d.ts +0 -7
- package/code-block/public-api.d.ts +0 -4
- package/code-block/types.d.ts +0 -36
- package/content-panel/content-panel.d.ts +0 -149
- package/content-panel/module.d.ts +0 -7
- package/core/animation/animation.d.ts +0 -37
- package/core/animation/fade-animations.d.ts +0 -2
- package/core/animation/index.d.ts +0 -3
- package/core/animation/select-animations.d.ts +0 -12
- package/core/common-behaviors/checkbox.d.ts +0 -5
- package/core/common-behaviors/clipboard.d.ts +0 -12
- package/core/common-behaviors/color.d.ts +0 -50
- package/core/common-behaviors/common-module.d.ts +0 -38
- package/core/common-behaviors/constructor.d.ts +0 -9
- package/core/common-behaviors/disabled.d.ts +0 -8
- package/core/common-behaviors/error-state.d.ts +0 -46
- package/core/common-behaviors/flex.d.ts +0 -4
- package/core/common-behaviors/hover.d.ts +0 -15
- package/core/common-behaviors/index.d.ts +0 -14
- package/core/common-behaviors/orientation.d.ts +0 -4
- package/core/common-behaviors/read-state.d.ts +0 -12
- package/core/common-behaviors/size.d.ts +0 -4
- package/core/common-behaviors/tabindex.d.ts +0 -8
- package/core/datetime/date-adapter.d.ts +0 -12
- package/core/datetime/date-formats.d.ts +0 -4
- package/core/datetime/index.d.ts +0 -2
- package/core/error/error-state-matcher.d.ts +0 -39
- package/core/form-field/field-sizing-content.d.ts +0 -21
- package/core/form-field/form-field-ref.d.ts +0 -28
- package/core/form-field/index.d.ts +0 -2
- package/core/formatters/date/formatter.d.ts +0 -11
- package/core/formatters/date/formatter.pipe.d.ts +0 -139
- package/core/formatters/filesize/config.d.ts +0 -66
- package/core/formatters/filesize/formatter.d.ts +0 -17
- package/core/formatters/filesize/index.d.ts +0 -3
- package/core/formatters/filesize/size.d.ts +0 -52
- package/core/formatters/index.d.ts +0 -13
- package/core/formatters/number/formatter.d.ts +0 -101
- package/core/forms/forms-module.d.ts +0 -7
- package/core/forms/forms.directive.d.ts +0 -22
- package/core/forms/index.d.ts +0 -3
- package/core/forms/validators.d.ts +0 -120
- package/core/highlight/highlight.pipe.d.ts +0 -10
- package/core/highlight/index.d.ts +0 -9
- package/core/line/line.d.ts +0 -23
- package/core/locales/en-US.d.ts +0 -176
- package/core/locales/es-LA.d.ts +0 -175
- package/core/locales/formatters.d.ts +0 -190
- package/core/locales/index.d.ts +0 -9
- package/core/locales/locale-service.d.ts +0 -1117
- package/core/locales/locale-service.module.d.ts +0 -6
- package/core/locales/pt-BR.d.ts +0 -175
- package/core/locales/ru-RU.d.ts +0 -176
- package/core/locales/tk-TM.d.ts +0 -176
- package/core/locales/types.d.ts +0 -77
- package/core/navbar/index.d.ts +0 -1
- package/core/navbar/rectangle-item.d.ts +0 -14
- package/core/option/action-container.d.ts +0 -5
- package/core/option/action.d.ts +0 -38
- package/core/option/index.d.ts +0 -5
- package/core/option/optgroup.d.ts +0 -16
- package/core/option/option-module.d.ts +0 -10
- package/core/option/option.d.ts +0 -170
- package/core/overlay/overlay-position-map.d.ts +0 -40
- package/core/pop-up/constants.d.ts +0 -56
- package/core/pop-up/focus-trap-strategy.d.ts +0 -5
- package/core/pop-up/index.d.ts +0 -5
- package/core/pop-up/pop-up-styles.d.ts +0 -2
- package/core/pop-up/pop-up-trigger.d.ts +0 -104
- package/core/pop-up/pop-up.d.ts +0 -57
- package/core/public-api.d.ts +0 -23
- package/core/select/common.d.ts +0 -59
- package/core/select/constants.d.ts +0 -22
- package/core/select/errors.d.ts +0 -19
- package/core/select/events.d.ts +0 -1
- package/core/select/index.d.ts +0 -4
- package/core/selection/constants.d.ts +0 -4
- package/core/selection/index.d.ts +0 -3
- package/core/selection/pseudo-checkbox/pseudo-checkbox.d.ts +0 -23
- package/core/selection/pseudo-checkbox/pseudo-checkbox.module.d.ts +0 -8
- package/core/services/measure-scrollbar.service.d.ts +0 -11
- package/core/services/theme.service.d.ts +0 -41
- package/core/title/index.d.ts +0 -1
- package/core/title/title-text-ref.d.ts +0 -6
- package/core/tokens/index.d.ts +0 -1
- package/core/tokens/window.d.ts +0 -5
- package/core/utils/dom.d.ts +0 -4
- package/core/utils/index.d.ts +0 -2
- package/core/utils/public-api.d.ts +0 -1
- package/core/utils/utils.d.ts +0 -25
- package/core/validation/index.d.ts +0 -1
- package/core/validation/validation.d.ts +0 -29
- package/core/version.d.ts +0 -2
- package/datepicker/calendar-body.component.d.ts +0 -55
- package/datepicker/calendar-header.component.d.ts +0 -51
- package/datepicker/calendar.component.d.ts +0 -89
- package/datepicker/datepicker-animations.d.ts +0 -9
- package/datepicker/datepicker-errors.d.ts +0 -2
- package/datepicker/datepicker-input.directive.d.ts +0 -221
- package/datepicker/datepicker-intl.d.ts +0 -32
- package/datepicker/datepicker-module.d.ts +0 -21
- package/datepicker/datepicker-toggle.component.d.ts +0 -57
- package/datepicker/datepicker.component.d.ts +0 -148
- package/datepicker/month-view.component.d.ts +0 -73
- package/datepicker/public-api.d.ts +0 -10
- package/divider/divider.component.d.ts +0 -18
- package/divider/divider.module.d.ts +0 -8
- package/divider/public-api.d.ts +0 -2
- package/dl/dl.component.d.ts +0 -26
- package/dl/dl.module.d.ts +0 -9
- package/dl/public-api.d.ts +0 -2
- package/dropdown/dropdown-animations.d.ts +0 -11
- package/dropdown/dropdown-content.directive.d.ts +0 -32
- package/dropdown/dropdown-errors.d.ts +0 -17
- package/dropdown/dropdown-item.component.d.ts +0 -52
- package/dropdown/dropdown-trigger.directive.d.ts +0 -167
- package/dropdown/dropdown.component.d.ts +0 -134
- package/dropdown/dropdown.module.d.ts +0 -13
- package/dropdown/dropdown.types.d.ts +0 -67
- package/dropdown/public-api.d.ts +0 -8
- package/dynamic-translation/dynamic-translation.d.ts +0 -72
- package/dynamic-translation/module.d.ts +0 -7
- package/ellipsis-center/ellipsis-center.directive.d.ts +0 -36
- package/ellipsis-center/public-api.d.ts +0 -1
- package/empty-state/empty-state.component.d.ts +0 -36
- package/empty-state/empty-state.module.d.ts +0 -9
- package/empty-state/public-api.d.ts +0 -2
- package/fesm2022/koobiq-components-navbar-ic.mjs +0 -863
- package/fesm2022/koobiq-components-navbar-ic.mjs.map +0 -1
- package/fesm2022/koobiq-components-risk-level.mjs +0 -75
- package/fesm2022/koobiq-components-risk-level.mjs.map +0 -1
- package/file-upload/dropzone.d.ts +0 -147
- package/file-upload/file-upload.d.ts +0 -102
- package/file-upload/file-upload.module.d.ts +0 -20
- package/file-upload/multiple-file-upload.component.d.ts +0 -138
- package/file-upload/primitives/file-drop.d.ts +0 -35
- package/file-upload/primitives/file-picker.d.ts +0 -82
- package/file-upload/primitives/index.d.ts +0 -2
- package/file-upload/public-api.d.ts +0 -7
- package/file-upload/single-file-upload.component.d.ts +0 -118
- package/filter-bar/filter-bar-button.d.ts +0 -14
- package/filter-bar/filter-bar.d.ts +0 -81
- package/filter-bar/filter-bar.module.d.ts +0 -17
- package/filter-bar/filter-bar.types.d.ts +0 -143
- package/filter-bar/filter-refresher.d.ts +0 -5
- package/filter-bar/filter-reset.d.ts +0 -15
- package/filter-bar/filter-search.d.ts +0 -54
- package/filter-bar/filter-search.scss +0 -12
- package/filter-bar/filters.d.ts +0 -122
- package/filter-bar/pipe-add.d.ts +0 -28
- package/filter-bar/pipe.directive.d.ts +0 -13
- package/filter-bar/pipes/base-pipe.d.ts +0 -74
- package/filter-bar/pipes/pipe-button.d.ts +0 -21
- package/filter-bar/pipes/pipe-date.d.ts +0 -65
- package/filter-bar/pipes/pipe-datetime.d.ts +0 -66
- package/filter-bar/pipes/pipe-multi-select.d.ts +0 -56
- package/filter-bar/pipes/pipe-multi-tree-select.d.ts +0 -67
- package/filter-bar/pipes/pipe-readonly.d.ts +0 -7
- package/filter-bar/pipes/pipe-select.d.ts +0 -30
- package/filter-bar/pipes/pipe-state.d.ts +0 -21
- package/filter-bar/pipes/pipe-text.d.ts +0 -26
- package/filter-bar/pipes/pipe-title.d.ts +0 -27
- package/filter-bar/pipes/pipe-tree-select.d.ts +0 -42
- package/filter-bar/public-api.d.ts +0 -21
- package/form-field/cleaner.d.ts +0 -11
- package/form-field/error.d.ts +0 -8
- package/form-field/fieldset.d.ts +0 -27
- package/form-field/form-field-control.d.ts +0 -40
- package/form-field/form-field.d.ts +0 -298
- package/form-field/form-field.module.d.ts +0 -19
- package/form-field/hint.d.ts +0 -15
- package/form-field/label.d.ts +0 -6
- package/form-field/password-hint.d.ts +0 -53
- package/form-field/password-toggle.d.ts +0 -56
- package/form-field/prefix.d.ts +0 -6
- package/form-field/public-api.d.ts +0 -15
- package/form-field/reactive-password-hint.d.ts +0 -20
- package/form-field/stepper.d.ts +0 -59
- package/form-field/suffix.d.ts +0 -6
- package/form-field/validate.directive.d.ts +0 -53
- package/icon/icon-button.component.d.ts +0 -28
- package/icon/icon-item.component.d.ts +0 -11
- package/icon/icon-registry-providers.d.ts +0 -34
- package/icon/icon-registry.d.ts +0 -50
- package/icon/icon.component.d.ts +0 -33
- package/icon/icon.module.d.ts +0 -9
- package/icon/public-api.d.ts +0 -6
- package/inline-edit/inline-edit.d.ts +0 -161
- package/inline-edit/module.d.ts +0 -7
- package/input/input-errors.d.ts +0 -1
- package/input/input-number-validators.d.ts +0 -35
- package/input/input-number.d.ts +0 -96
- package/input/input-password.d.ts +0 -99
- package/input/input-value-accessor.d.ts +0 -4
- package/input/input.d.ts +0 -109
- package/input/input.module.d.ts +0 -14
- package/input/public-api.d.ts +0 -6
- package/link/link.component.d.ts +0 -53
- package/link/link.module.d.ts +0 -8
- package/link/public-api.d.ts +0 -2
- package/list/list-selection.component.d.ts +0 -196
- package/list/list.component.d.ts +0 -18
- package/list/list.module.d.ts +0 -11
- package/list/public-api.d.ts +0 -3
- package/loader-overlay/loader-overlay.component.d.ts +0 -47
- package/loader-overlay/loader-overlay.module.d.ts +0 -10
- package/loader-overlay/public-api.d.ts +0 -2
- package/markdown/markdown.component.d.ts +0 -31
- package/markdown/markdown.module.d.ts +0 -7
- package/markdown/markdown.service.d.ts +0 -19
- package/markdown/markdown.values.d.ts +0 -10
- package/markdown/public-api.d.ts +0 -4
- package/modal/css-unit.pipe.d.ts +0 -7
- package/modal/modal-control.service.d.ts +0 -20
- package/modal/modal-ref.class.d.ts +0 -37
- package/modal/modal-util.d.ts +0 -15
- package/modal/modal.component.d.ts +0 -141
- package/modal/modal.directive.d.ts +0 -20
- package/modal/modal.module.d.ts +0 -15
- package/modal/modal.service.d.ts +0 -42
- package/modal/modal.type.d.ts +0 -72
- package/modal/public-api.d.ts +0 -6
- package/navbar/navbar-brand.component.d.ts +0 -41
- package/navbar/navbar-item.component.d.ts +0 -131
- package/navbar/navbar-toggle.component.d.ts +0 -23
- package/navbar/navbar.component.d.ts +0 -68
- package/navbar/navbar.module.d.ts +0 -15
- package/navbar/public-api.d.ts +0 -6
- package/navbar/vertical-navbar.component.d.ts +0 -47
- package/navbar-ic/_navbar-ic-theme.scss +0 -81
- package/navbar-ic/index.d.ts +0 -1
- package/navbar-ic/navbar-ic-divider.scss +0 -7
- package/navbar-ic/navbar-ic-header.d.ts +0 -22
- package/navbar-ic/navbar-ic-header.scss +0 -49
- package/navbar-ic/navbar-ic-item.d.ts +0 -144
- package/navbar-ic/navbar-ic-item.scss +0 -92
- package/navbar-ic/navbar-ic-tokens.scss +0 -22
- package/navbar-ic/navbar-ic.animation.d.ts +0 -3
- package/navbar-ic/navbar-ic.d.ts +0 -118
- package/navbar-ic/navbar-ic.module.d.ts +0 -14
- package/navbar-ic/navbar-ic.scss +0 -32
- package/navbar-ic/public-api.d.ts +0 -4
- package/notification-center/notification-center-animations.d.ts +0 -5
- package/notification-center/notification-center.d.ts +0 -184
- package/notification-center/notification-center.module.d.ts +0 -7
- package/notification-center/notification-center.service.d.ts +0 -115
- package/notification-center/notification-item.d.ts +0 -27
- package/notification-center/public-api.d.ts +0 -4
- package/overflow-items/module.d.ts +0 -7
- package/overflow-items/overflow-items.d.ts +0 -152
- package/popover/popover-animations.d.ts +0 -4
- package/popover/popover-confirm.component.d.ts +0 -28
- package/popover/popover.component.d.ts +0 -139
- package/popover/popover.module.d.ts +0 -14
- package/popover/public-api.d.ts +0 -4
- package/progress-bar/progress-bar.component.d.ts +0 -20
- package/progress-bar/progress-bar.module.d.ts +0 -8
- package/progress-bar/public-api.d.ts +0 -2
- package/progress-spinner/progress-spinner.component.d.ts +0 -26
- package/progress-spinner/progress-spinner.module.d.ts +0 -9
- package/progress-spinner/public-api.d.ts +0 -2
- package/public-api.d.ts +0 -1
- package/radio/public-api.d.ts +0 -2
- package/radio/radio.component.d.ts +0 -200
- package/radio/radio.module.d.ts +0 -8
- package/resizer/module.d.ts +0 -7
- package/resizer/resizer.d.ts +0 -75
- package/risk-level/_risk-level-theme.scss +0 -74
- package/risk-level/index.d.ts +0 -1
- package/risk-level/public-api.d.ts +0 -2
- package/risk-level/risk-level-tokens.scss +0 -33
- package/risk-level/risk-level.component.d.ts +0 -21
- package/risk-level/risk-level.component.scss +0 -22
- package/risk-level/risk-level.module.d.ts +0 -12
- package/scrollbar/public-api.d.ts +0 -4
- package/scrollbar/scrollbar.component.d.ts +0 -37
- package/scrollbar/scrollbar.directive.d.ts +0 -29
- package/scrollbar/scrollbar.module.d.ts +0 -8
- package/scrollbar/scrollbar.types.d.ts +0 -33
- package/search-expandable/public-api.d.ts +0 -2
- package/search-expandable/search-expandable.d.ts +0 -89
- package/search-expandable/search-expandable.module.d.ts +0 -7
- package/select/public-api.d.ts +0 -4
- package/select/select-common.d.ts +0 -30
- package/select/select-option.directive.d.ts +0 -21
- package/select/select.component.d.ts +0 -627
- package/select/select.module.d.ts +0 -17
- package/sidebar/public-api.d.ts +0 -2
- package/sidebar/sidebar-animations.d.ts +0 -8
- package/sidebar/sidebar.component.d.ts +0 -80
- package/sidebar/sidebar.module.d.ts +0 -8
- package/sidepanel/public-api.d.ts +0 -6
- package/sidepanel/sidepanel-animations.d.ts +0 -20
- package/sidepanel/sidepanel-config.d.ts +0 -43
- package/sidepanel/sidepanel-container.component.d.ts +0 -67
- package/sidepanel/sidepanel-directives.d.ts +0 -61
- package/sidepanel/sidepanel-ref.d.ts +0 -36
- package/sidepanel/sidepanel.module.d.ts +0 -14
- package/sidepanel/sidepanel.service.d.ts +0 -58
- package/skeleton/module.d.ts +0 -7
- package/skeleton/skeleton.d.ts +0 -17
- package/split-button/public-api.d.ts +0 -2
- package/split-button/split-button.d.ts +0 -37
- package/split-button/split-button.module.d.ts +0 -7
- package/splitter/public-api.d.ts +0 -2
- package/splitter/splitter.component.d.ts +0 -136
- package/splitter/splitter.module.d.ts +0 -8
- package/table/public-api.d.ts +0 -2
- package/table/table.component.d.ts +0 -12
- package/table/table.module.d.ts +0 -9
- package/tabs/paginated-tab-header.d.ts +0 -182
- package/tabs/public-api.d.ts +0 -10
- package/tabs/tab-body.component.d.ts +0 -95
- package/tabs/tab-content.directive.d.ts +0 -9
- package/tabs/tab-group.component.d.ts +0 -137
- package/tabs/tab-header.component.d.ts +0 -34
- package/tabs/tab-label-wrapper.directive.d.ts +0 -29
- package/tabs/tab-label.directive.d.ts +0 -11
- package/tabs/tab-nav-bar.d.ts +0 -91
- package/tabs/tab.component.d.ts +0 -70
- package/tabs/tabs-animations.d.ts +0 -4
- package/tabs/tabs.module.d.ts +0 -20
- package/tags/public-api.d.ts +0 -5
- package/tags/tag-default-options.d.ts +0 -13
- package/tags/tag-input.d.ts +0 -110
- package/tags/tag-list.component.d.ts +0 -373
- package/tags/tag-text-control.d.ts +0 -10
- package/tags/tag.component.d.ts +0 -272
- package/tags/tag.module.d.ts +0 -10
- package/textarea/public-api.d.ts +0 -2
- package/textarea/textarea.component.d.ts +0 -123
- package/textarea/textarea.module.d.ts +0 -10
- package/time-range/constants.d.ts +0 -19
- package/time-range/module.d.ts +0 -10
- package/time-range/time-range-editor.d.ts +0 -65
- package/time-range/time-range-title-as-form-field.d.ts +0 -41
- package/time-range/time-range-title.d.ts +0 -18
- package/time-range/time-range.d.ts +0 -78
- package/time-range/time-range.service.d.ts +0 -25
- package/time-range/types.d.ts +0 -69
- package/timepicker/public-api.d.ts +0 -3
- package/timepicker/timepicker.constants.d.ts +0 -22
- package/timepicker/timepicker.directive.d.ts +0 -159
- package/timepicker/timepicker.module.d.ts +0 -11
- package/timezone/cities-by-filter.pipe.d.ts +0 -7
- package/timezone/public-api.d.ts +0 -6
- package/timezone/timezone-option.component.d.ts +0 -15
- package/timezone/timezone-option.directive.d.ts +0 -22
- package/timezone/timezone-select.component.d.ts +0 -16
- package/timezone/timezone.models.d.ts +0 -16
- package/timezone/timezone.module.d.ts +0 -20
- package/timezone/timezone.utils.d.ts +0 -22
- package/timezone/utc-offset.pipe.d.ts +0 -9
- package/title/public-api.d.ts +0 -2
- package/title/title.directive.d.ts +0 -33
- package/title/title.module.d.ts +0 -8
- package/toast/public-api.d.ts +0 -5
- package/toast/toast-animations.d.ts +0 -5
- package/toast/toast-container.component.d.ts +0 -19
- package/toast/toast.component.d.ts +0 -41
- package/toast/toast.module.d.ts +0 -8
- package/toast/toast.service.d.ts +0 -61
- package/toast/toast.type.d.ts +0 -44
- package/toggle/public-api.d.ts +0 -2
- package/toggle/toggle.component.d.ts +0 -77
- package/toggle/toggle.module.d.ts +0 -8
- package/tooltip/public-api.d.ts +0 -2
- package/tooltip/tooltip.animations.d.ts +0 -8
- package/tooltip/tooltip.component.d.ts +0 -156
- package/tooltip/tooltip.module.d.ts +0 -7
- package/top-bar/module.d.ts +0 -7
- package/top-bar/public-api.d.ts +0 -2
- package/top-bar/top-bar.d.ts +0 -25
- package/tree/control/base-tree-control.d.ts +0 -40
- package/tree/control/flat-tree-control.d.ts +0 -55
- package/tree/control/flat-tree-control.filters.d.ts +0 -27
- package/tree/control/nested-tree-control.d.ts +0 -19
- package/tree/control/tree-control.d.ts +0 -44
- package/tree/data-source/flat-data-source.d.ts +0 -80
- package/tree/data-source/nested-data-source.d.ts +0 -15
- package/tree/node.d.ts +0 -34
- package/tree/outlet.d.ts +0 -9
- package/tree/padding.directive.d.ts +0 -45
- package/tree/public-api.d.ts +0 -16
- package/tree/toggle.d.ts +0 -28
- package/tree/tree-base.d.ts +0 -96
- package/tree/tree-errors.d.ts +0 -25
- package/tree/tree-option.component.d.ts +0 -89
- package/tree/tree-selection.component.d.ts +0 -156
- package/tree/tree.d.ts +0 -6
- package/tree/tree.module.d.ts +0 -16
- package/tree-select/public-api.d.ts +0 -2
- package/tree-select/tree-select.component.d.ts +0 -360
- package/tree-select/tree-select.module.d.ts +0 -15
- package/username/constants.d.ts +0 -15
- package/username/module.d.ts +0 -8
- package/username/types.d.ts +0 -62
- package/username/username.d.ts +0 -68
- package/username/username.pipe.d.ts +0 -23
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { KbqDropdownItem } from '@koobiq/components/dropdown';
|
|
2
|
-
import { KbqAppSwitcherSite } from './app-switcher';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/** @docs-private */
|
|
5
|
-
export declare class KbqAppSwitcherDropdownSite extends KbqDropdownItem {
|
|
6
|
-
site: KbqAppSwitcherSite;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KbqAppSwitcherDropdownSite, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KbqAppSwitcherDropdownSite, "[kbq-app-switcher-dropdown-site]", ["kbqAppSwitcherDropdownSite"], { "site": { "alias": "kbq-app-switcher-dropdown-site"; "required": false; }; }, {}, never, never, true, never>;
|
|
9
|
-
}
|
|
@@ -1,198 +0,0 @@
|
|
|
1
|
-
import { CdkScrollable, Overlay, OverlayConfig, ScrollStrategy } from '@angular/cdk/overlay';
|
|
2
|
-
import { AfterContentInit, AfterViewInit, EventEmitter, InjectionToken, OnInit, TemplateRef, Type } from '@angular/core';
|
|
3
|
-
import { FormControl } from '@angular/forms';
|
|
4
|
-
import { KbqPopUp, KbqPopUpPlacementValues, KbqPopUpSizeValues, KbqPopUpTrigger } from '@koobiq/components/core';
|
|
5
|
-
import { KbqDropdownTrigger } from '@koobiq/components/dropdown';
|
|
6
|
-
import { KbqInput } from '@koobiq/components/input';
|
|
7
|
-
import { Subscription } from 'rxjs';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export interface KbqAppSwitcherApp {
|
|
10
|
-
name: string;
|
|
11
|
-
id: string | number;
|
|
12
|
-
type?: string | number;
|
|
13
|
-
/** Inline SVG markup for the application icon. Use this for SVG icons that should be rendered directly in the DOM. */
|
|
14
|
-
icon?: string;
|
|
15
|
-
/** Path to the icon file (URL or relative path). */
|
|
16
|
-
iconSrc?: string;
|
|
17
|
-
caption?: string;
|
|
18
|
-
aliases?: KbqAppSwitcherApp[];
|
|
19
|
-
link?: string;
|
|
20
|
-
}
|
|
21
|
-
export interface KbqAppSwitcherSite {
|
|
22
|
-
name: string;
|
|
23
|
-
id: string | number;
|
|
24
|
-
status?: string;
|
|
25
|
-
/** Inline SVG markup for the site icon. Use this for SVG icons that should be rendered directly in the DOM. */
|
|
26
|
-
icon?: string;
|
|
27
|
-
/** Path to the icon file (URL or relative path). */
|
|
28
|
-
iconSrc?: string;
|
|
29
|
-
apps: KbqAppSwitcherApp[];
|
|
30
|
-
}
|
|
31
|
-
/** @docs-private */
|
|
32
|
-
export declare function defaultGroupBy(app: KbqAppSwitcherApp, groups: Record<string, KbqAppSwitcherApp>, untyped: KbqAppSwitcherApp[]): void;
|
|
33
|
-
export declare const KBQ_MIN_NUMBER_OF_APPS_TO_ENABLE_SEARCH: number;
|
|
34
|
-
export declare const KBQ_MIN_NUMBER_OF_APPS_TO_ENABLE_GROUPING: number;
|
|
35
|
-
/** @docs-private */
|
|
36
|
-
export declare const KBQ_APP_SWITCHER_SCROLL_STRATEGY: InjectionToken<() => ScrollStrategy>;
|
|
37
|
-
/** @docs-private */
|
|
38
|
-
export declare function kbqAppSwitcherScrollStrategyFactory(overlay: Overlay): () => ScrollStrategy;
|
|
39
|
-
/** @docs-private */
|
|
40
|
-
export declare const KBQ_APP_SWITCHER_SCROLL_STRATEGY_FACTORY_PROVIDER: {
|
|
41
|
-
provide: InjectionToken<() => ScrollStrategy>;
|
|
42
|
-
deps: (typeof Overlay)[];
|
|
43
|
-
useFactory: typeof kbqAppSwitcherScrollStrategyFactory;
|
|
44
|
-
};
|
|
45
|
-
/** default configuration of app-switcher */
|
|
46
|
-
/** @docs-private */
|
|
47
|
-
export declare const KBQ_APP_SWITCHER_DEFAULT_CONFIGURATION: {
|
|
48
|
-
searchPlaceholder: string;
|
|
49
|
-
searchEmptyResult: string;
|
|
50
|
-
sitesHeader: string;
|
|
51
|
-
};
|
|
52
|
-
/** Injection Token for providing configuration of app-switcher */
|
|
53
|
-
/** @docs-private */
|
|
54
|
-
export declare const KBQ_APP_SWITCHER_CONFIGURATION: InjectionToken<unknown>;
|
|
55
|
-
/** @docs-private */
|
|
56
|
-
export declare class KbqAppSwitcherComponent extends KbqPopUp implements AfterViewInit {
|
|
57
|
-
/** @docs-private */
|
|
58
|
-
protected readonly localeService: import("@koobiq/components/core").KbqLocaleService | null;
|
|
59
|
-
readonly externalConfiguration: unknown;
|
|
60
|
-
configuration: any;
|
|
61
|
-
/** localized data
|
|
62
|
-
* @docs-private */
|
|
63
|
-
get localeData(): any;
|
|
64
|
-
/** @docs-private */
|
|
65
|
-
readonly searchControl: FormControl<string | null>;
|
|
66
|
-
/** @docs-private */
|
|
67
|
-
filteredSites: KbqAppSwitcherSite[];
|
|
68
|
-
/** @docs-private */
|
|
69
|
-
prefix: string;
|
|
70
|
-
/** @docs-private */
|
|
71
|
-
trigger: KbqAppSwitcherTrigger;
|
|
72
|
-
/** @docs-private */
|
|
73
|
-
isTrapFocus: boolean;
|
|
74
|
-
/** @docs-private */
|
|
75
|
-
protected activeSite: KbqAppSwitcherSite;
|
|
76
|
-
/** @docs-private */
|
|
77
|
-
protected activeApp: KbqAppSwitcherApp;
|
|
78
|
-
/** @docs-private */
|
|
79
|
-
input: KbqInput;
|
|
80
|
-
/** @docs-private */
|
|
81
|
-
otherSites: KbqDropdownTrigger;
|
|
82
|
-
constructor();
|
|
83
|
-
ngAfterViewInit(): void;
|
|
84
|
-
/** @docs-private */
|
|
85
|
-
updateClassMap(placement: string, customClass: string, size: KbqPopUpSizeValues): void;
|
|
86
|
-
/** @docs-private */
|
|
87
|
-
updateTrapFocus(isTrapFocus: boolean): void;
|
|
88
|
-
/** @docs-private */
|
|
89
|
-
escapeHandler(): void;
|
|
90
|
-
/** @docs-private */
|
|
91
|
-
selectAppInSite(site: KbqAppSwitcherSite, app: KbqAppSwitcherApp): void;
|
|
92
|
-
private filterSites;
|
|
93
|
-
private updateLocaleParams;
|
|
94
|
-
private initDefaultParams;
|
|
95
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KbqAppSwitcherComponent, never>;
|
|
96
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KbqAppSwitcherComponent, "kbq-app-switcher", never, { "trigger": { "alias": "trigger"; "required": false; }; }, {}, never, never, true, never>;
|
|
97
|
-
}
|
|
98
|
-
export declare class KbqAppSwitcherTrigger extends KbqPopUpTrigger<KbqAppSwitcherComponent> implements AfterContentInit, OnInit {
|
|
99
|
-
/** @docs-private */
|
|
100
|
-
protected scrollStrategy: () => ScrollStrategy;
|
|
101
|
-
/** @docs-private */
|
|
102
|
-
arrow: boolean;
|
|
103
|
-
/** @docs-private */
|
|
104
|
-
customClass: string;
|
|
105
|
-
/** @docs-private */
|
|
106
|
-
private hasBackdrop;
|
|
107
|
-
/** @docs-private */
|
|
108
|
-
private size;
|
|
109
|
-
/** @docs-private */
|
|
110
|
-
content: string | TemplateRef<any>;
|
|
111
|
-
/** @docs-private */
|
|
112
|
-
header: string | TemplateRef<any>;
|
|
113
|
-
/** @docs-private */
|
|
114
|
-
footer: string | TemplateRef<any>;
|
|
115
|
-
/** @docs-private */
|
|
116
|
-
private closeOnScroll;
|
|
117
|
-
/** Whether search is used or not */
|
|
118
|
-
get withSearch(): boolean;
|
|
119
|
-
/** Number of applications to choose from
|
|
120
|
-
* @docs-private */
|
|
121
|
-
get appsCount(): number;
|
|
122
|
-
/** Whether the sites are used or not
|
|
123
|
-
* @docs-private */
|
|
124
|
-
get sitesMode(): boolean;
|
|
125
|
-
/** @docs-private */
|
|
126
|
-
get currentApps(): KbqAppSwitcherApp[];
|
|
127
|
-
/** Selected application */
|
|
128
|
-
selectedApp: KbqAppSwitcherApp;
|
|
129
|
-
/** Placement of popUp */
|
|
130
|
-
placement: KbqPopUpPlacementValues;
|
|
131
|
-
/** Class that will be used in the background */
|
|
132
|
-
backdropClass: string;
|
|
133
|
-
/** Offset of popUp */
|
|
134
|
-
offset: number | null;
|
|
135
|
-
/** Array of sites */
|
|
136
|
-
get sites(): KbqAppSwitcherSite[];
|
|
137
|
-
set sites(value: KbqAppSwitcherSite[]);
|
|
138
|
-
private _parsedSites;
|
|
139
|
-
/**
|
|
140
|
-
* @deprecated Will be removed in next major release, use `sites` with one element instead.
|
|
141
|
-
*/
|
|
142
|
-
get apps(): KbqAppSwitcherApp[];
|
|
143
|
-
set apps(apps: KbqAppSwitcherApp[]);
|
|
144
|
-
private makeGroupsForApps;
|
|
145
|
-
private _parsedApps;
|
|
146
|
-
/** Function to group the apps by type. The first argument is an app object with type.
|
|
147
|
-
* The second is a groups object and third is an array for untyped apps */
|
|
148
|
-
get groupBy(): (app: KbqAppSwitcherApp, groups: Record<string, KbqAppSwitcherApp>, untyped: KbqAppSwitcherApp[]) => void;
|
|
149
|
-
set groupBy(fn: (app: KbqAppSwitcherApp, groups: Record<string, KbqAppSwitcherApp>, untyped: KbqAppSwitcherApp[]) => void);
|
|
150
|
-
private _groupBy;
|
|
151
|
-
/** Selected site */
|
|
152
|
-
get selectedSite(): KbqAppSwitcherSite;
|
|
153
|
-
set selectedSite(value: KbqAppSwitcherSite);
|
|
154
|
-
private _parsedSelectedSite;
|
|
155
|
-
/** Whether the trigger is disabled. */
|
|
156
|
-
get disabled(): boolean;
|
|
157
|
-
set disabled(value: boolean);
|
|
158
|
-
/** @docs-private */
|
|
159
|
-
get hasClickTrigger(): boolean;
|
|
160
|
-
/** Emits a change event whenever the placement state changes. */
|
|
161
|
-
readonly placementChange: EventEmitter<any>;
|
|
162
|
-
/** Emits a change event whenever the visible state changes. */
|
|
163
|
-
readonly visibleChange: EventEmitter<boolean>;
|
|
164
|
-
/** @docs-private */
|
|
165
|
-
readonly selectedSiteChange: EventEmitter<KbqAppSwitcherSite>;
|
|
166
|
-
/** @docs-private */
|
|
167
|
-
readonly selectedAppChange: EventEmitter<KbqAppSwitcherApp>;
|
|
168
|
-
/** @docs-private */
|
|
169
|
-
trigger: string;
|
|
170
|
-
/** @docs-private */
|
|
171
|
-
originalSites: KbqAppSwitcherSite[];
|
|
172
|
-
/** @docs-private */
|
|
173
|
-
originalApps: KbqAppSwitcherApp[];
|
|
174
|
-
/** @docs-private */
|
|
175
|
-
protected originSelector: string;
|
|
176
|
-
/** @docs-private */
|
|
177
|
-
protected get overlayConfig(): OverlayConfig;
|
|
178
|
-
/** @docs-private */
|
|
179
|
-
protected preventClosingByInnerScrollSubscription: Subscription;
|
|
180
|
-
ngOnInit(): void;
|
|
181
|
-
ngAfterContentInit(): void;
|
|
182
|
-
/** @docs-private */
|
|
183
|
-
updateData(): void;
|
|
184
|
-
/** Updates the current position.
|
|
185
|
-
* @docs-private */
|
|
186
|
-
updatePosition(reapplyPosition?: boolean): void;
|
|
187
|
-
/** @docs-private */
|
|
188
|
-
getOverlayHandleComponentType(): Type<KbqAppSwitcherComponent>;
|
|
189
|
-
/** @docs-private */
|
|
190
|
-
updateClassMap(newPlacement?: string): void;
|
|
191
|
-
/** @docs-private */
|
|
192
|
-
closingActions(): import("rxjs").Observable<void | MouseEvent | CdkScrollable>;
|
|
193
|
-
private hideIfNotInViewPort;
|
|
194
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KbqAppSwitcherTrigger, never>;
|
|
195
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<KbqAppSwitcherTrigger, "[kbqAppSwitcher]", ["kbqAppSwitcher"], { "selectedApp": { "alias": "selectedApp"; "required": false; }; "placement": { "alias": "kbqAppSwitcherPlacement"; "required": false; }; "backdropClass": { "alias": "backdropClass"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "sites": { "alias": "sites"; "required": false; }; "apps": { "alias": "apps"; "required": false; }; "groupBy": { "alias": "groupBy"; "required": false; }; "selectedSite": { "alias": "selectedSite"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "placementChange": "kbqPlacementChange"; "visibleChange": "kbqVisibleChange"; "selectedSiteChange": "selectedSiteChange"; "selectedAppChange": "selectedAppChange"; }, never, never, true, never>;
|
|
196
|
-
static ngAcceptInputType_offset: unknown;
|
|
197
|
-
static ngAcceptInputType_disabled: unknown;
|
|
198
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./app-switcher";
|
|
3
|
-
import * as i2 from "./kbq-app-switcher-list-item";
|
|
4
|
-
import * as i3 from "./app-switcher-dropdown-app";
|
|
5
|
-
import * as i4 from "./app-switcher-dropdown-site";
|
|
6
|
-
export declare class KbqAppSwitcherModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KbqAppSwitcherModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqAppSwitcherModule, never, [typeof i1.KbqAppSwitcherComponent, typeof i1.KbqAppSwitcherTrigger, typeof i2.KbqAppSwitcherListItem, typeof i3.KbqAppSwitcherDropdownApp, typeof i4.KbqAppSwitcherDropdownSite], [typeof i1.KbqAppSwitcherTrigger]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KbqAppSwitcherModule>;
|
|
10
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { KbqDropdownItem } from '@koobiq/components/dropdown';
|
|
2
|
-
import { KbqAppSwitcherApp } from './app-switcher';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/** @docs-private */
|
|
5
|
-
export declare class KbqAppSwitcherListItem extends KbqDropdownItem {
|
|
6
|
-
private sanitizer;
|
|
7
|
-
app: KbqAppSwitcherApp;
|
|
8
|
-
toggle: boolean;
|
|
9
|
-
collapsed: boolean;
|
|
10
|
-
clickHandler(event: MouseEvent): void;
|
|
11
|
-
getIcon(icon: string | null): import("@angular/platform-browser").SafeHtml;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KbqAppSwitcherListItem, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KbqAppSwitcherListItem, "[kbq-app-switcher-list-item]", ["kbqAppSwitcherApp"], { "app": { "alias": "app"; "required": false; }; "toggle": { "alias": "toggle"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; }, {}, never, never, true, never>;
|
|
14
|
-
static ngAcceptInputType_toggle: unknown;
|
|
15
|
-
static ngAcceptInputType_collapsed: unknown;
|
|
16
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Directive applied to an element to make it usable
|
|
5
|
-
* as a connection point for an autocomplete panel.
|
|
6
|
-
*/
|
|
7
|
-
export declare class KbqAutocompleteOrigin {
|
|
8
|
-
elementRef: ElementRef<HTMLElement>;
|
|
9
|
-
constructor(elementRef: ElementRef<HTMLElement>);
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KbqAutocompleteOrigin, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<KbqAutocompleteOrigin, "[kbqAutocompleteOrigin]", ["kbqAutocompleteOrigin"], {}, {}, never, never, true, never>;
|
|
12
|
-
}
|
|
@@ -1,169 +0,0 @@
|
|
|
1
|
-
import { Directionality } from '@angular/cdk/bidi';
|
|
2
|
-
import { Overlay, ScrollStrategy } from '@angular/cdk/overlay';
|
|
3
|
-
import { ViewportRuler } from '@angular/cdk/scrolling';
|
|
4
|
-
import { AfterViewInit, ChangeDetectorRef, ElementRef, InjectionToken, NgZone, OnDestroy, Provider, ViewContainerRef } from '@angular/core';
|
|
5
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
6
|
-
import { KbqOption, KbqOptionSelectionChange, KeyboardNavigationHandler } from '@koobiq/components/core';
|
|
7
|
-
import { KbqFormField } from '@koobiq/components/form-field';
|
|
8
|
-
import { Observable } from 'rxjs';
|
|
9
|
-
import { KbqAutocompleteOrigin } from './autocomplete-origin.directive';
|
|
10
|
-
import { KbqAutocomplete } from './autocomplete.component';
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
/**
|
|
13
|
-
* The following style constants are necessary to save here in order
|
|
14
|
-
* to properly calculate the scrollTop of the panel. Because we are not
|
|
15
|
-
* actually focusing the active item, scroll must be handled manually.
|
|
16
|
-
*/
|
|
17
|
-
/** The total height of the autocomplete panel. */
|
|
18
|
-
export declare const AUTOCOMPLETE_PANEL_HEIGHT = 256;
|
|
19
|
-
/** Injection token that determines the scroll handling while the autocomplete panel is open. */
|
|
20
|
-
export declare const KBQ_AUTOCOMPLETE_SCROLL_STRATEGY: InjectionToken<() => ScrollStrategy>;
|
|
21
|
-
export declare function KBQ_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY(overlay: Overlay): () => ScrollStrategy;
|
|
22
|
-
export declare const KBQ_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY_PROVIDER: {
|
|
23
|
-
provide: InjectionToken<() => ScrollStrategy>;
|
|
24
|
-
deps: (typeof Overlay)[];
|
|
25
|
-
useFactory: typeof KBQ_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY;
|
|
26
|
-
};
|
|
27
|
-
/**
|
|
28
|
-
* Provider that allows the autocomplete to register as a ControlValueAccessor.
|
|
29
|
-
* @docs-private
|
|
30
|
-
*/
|
|
31
|
-
export declare const KBQ_AUTOCOMPLETE_VALUE_ACCESSOR: Provider;
|
|
32
|
-
/**
|
|
33
|
-
* Creates an error to be thrown when attempting to use an autocomplete trigger without a panel.
|
|
34
|
-
* @docs-private
|
|
35
|
-
*/
|
|
36
|
-
export declare function getKbqAutocompleteMissingPanelError(): Error;
|
|
37
|
-
export declare class KbqAutocompleteTrigger implements AfterViewInit, ControlValueAccessor, OnDestroy, KeyboardNavigationHandler {
|
|
38
|
-
private elementRef;
|
|
39
|
-
private viewContainerRef;
|
|
40
|
-
private changeDetectorRef;
|
|
41
|
-
private overlay;
|
|
42
|
-
private zone;
|
|
43
|
-
private dir;
|
|
44
|
-
private formField;
|
|
45
|
-
private viewportRuler?;
|
|
46
|
-
protected readonly document: Document;
|
|
47
|
-
readonly optionSelections: Observable<KbqOptionSelectionChange>;
|
|
48
|
-
/** The currently active option, coerced to MatOption type. */
|
|
49
|
-
get activeOption(): KbqOption | null;
|
|
50
|
-
get panelOpen(): boolean;
|
|
51
|
-
/** The autocomplete panel to be attached to this trigger. */
|
|
52
|
-
autocomplete: KbqAutocomplete;
|
|
53
|
-
/**
|
|
54
|
-
* Reference relative to which to position the autocomplete panel.
|
|
55
|
-
* Defaults to the autocomplete trigger element.
|
|
56
|
-
*/
|
|
57
|
-
connectedTo: KbqAutocompleteOrigin;
|
|
58
|
-
/**
|
|
59
|
-
* `autocomplete` attribute to be set on the input element.
|
|
60
|
-
* @docs-private
|
|
61
|
-
*/
|
|
62
|
-
autocompleteAttribute: string;
|
|
63
|
-
/**
|
|
64
|
-
* Whether the autocomplete is disabled. When disabled, the element will
|
|
65
|
-
* act as a regular input and the user won't be able to open the panel.
|
|
66
|
-
*/
|
|
67
|
-
get autocompleteDisabled(): boolean;
|
|
68
|
-
set autocompleteDisabled(value: boolean);
|
|
69
|
-
/**
|
|
70
|
-
* Event handler for input blur events.
|
|
71
|
-
* Determines whether the blur event is triggered outside the specific target
|
|
72
|
-
* @returns A boolean indicating if the blur event happened outside the target element
|
|
73
|
-
*/
|
|
74
|
-
onInputBlur: (event: FocusEvent) => boolean;
|
|
75
|
-
private _autocompleteDisabled;
|
|
76
|
-
private overlayAttached;
|
|
77
|
-
private overlayRef;
|
|
78
|
-
private portal;
|
|
79
|
-
private componentDestroyed;
|
|
80
|
-
private scrollStrategy;
|
|
81
|
-
/** Old value of the native input. Used to work around issues with the `input` event on IE. */
|
|
82
|
-
private previousValue;
|
|
83
|
-
/** Strategy that is used to position the panel. */
|
|
84
|
-
private positionStrategy;
|
|
85
|
-
/** The subscription for closing actions (some are bound to document). */
|
|
86
|
-
private closingActionsSubscription;
|
|
87
|
-
/** Subscription to viewport size changes. */
|
|
88
|
-
private viewportSubscription;
|
|
89
|
-
/**
|
|
90
|
-
* Whether the autocomplete can open the next time it is focused. Used to prevent a focused,
|
|
91
|
-
* closed autocomplete from being reopened if the user switches to another browser tab and then
|
|
92
|
-
* comes back.
|
|
93
|
-
*/
|
|
94
|
-
private canOpenOnNextFocus;
|
|
95
|
-
/** Stream of keyboard events that can close the panel. */
|
|
96
|
-
private readonly closeKeyEventStream;
|
|
97
|
-
private readonly window;
|
|
98
|
-
constructor(elementRef: ElementRef<HTMLInputElement>, viewContainerRef: ViewContainerRef, changeDetectorRef: ChangeDetectorRef, overlay: Overlay, zone: NgZone, scrollStrategy: any, dir: Directionality, formField: KbqFormField, viewportRuler?: ViewportRuler | undefined);
|
|
99
|
-
ngAfterViewInit(): void;
|
|
100
|
-
ngOnDestroy(): void;
|
|
101
|
-
/** `View -> model callback called when value changes` */
|
|
102
|
-
onChange: (value: any) => void;
|
|
103
|
-
/** `View -> model callback called when autocomplete has been touched` */
|
|
104
|
-
onTouched: () => void;
|
|
105
|
-
/** Opens the autocomplete suggestion panel. */
|
|
106
|
-
open(): void;
|
|
107
|
-
/**
|
|
108
|
-
* @deprecated Will be removed in next major release. Use `open` instead.
|
|
109
|
-
* @docs-private
|
|
110
|
-
*/
|
|
111
|
-
openPanel(): void;
|
|
112
|
-
closePanel(): void;
|
|
113
|
-
/**
|
|
114
|
-
* Updates the position of the autocomplete suggestion panel to ensure that it fits all options
|
|
115
|
-
* within the viewport.
|
|
116
|
-
*/
|
|
117
|
-
updatePosition(): void;
|
|
118
|
-
/**
|
|
119
|
-
* A stream of actions that should close the autocomplete panel, including
|
|
120
|
-
* when an option is selected, on blur, and when TAB is pressed.
|
|
121
|
-
*/
|
|
122
|
-
get panelClosingActions(): Observable<KbqOptionSelectionChange | null>;
|
|
123
|
-
writeValue(value: any): void;
|
|
124
|
-
registerOnChange(fn: (value: any) => {}): void;
|
|
125
|
-
registerOnTouched(fn: () => {}): void;
|
|
126
|
-
setDisabledState(isDisabled: boolean): void;
|
|
127
|
-
handleKeydown(event: KeyboardEvent): void;
|
|
128
|
-
handleInput(event: KeyboardEvent): void;
|
|
129
|
-
handleFocus(): void;
|
|
130
|
-
handleClick($event: MouseEvent): void;
|
|
131
|
-
scrollActiveOptionIntoView(): void;
|
|
132
|
-
/** Stream of clicks outside of the autocomplete panel. */
|
|
133
|
-
private getOutsideClickStream;
|
|
134
|
-
/**
|
|
135
|
-
* Event handler for when the window is blurred. Needs to be an
|
|
136
|
-
* arrow function in order to preserve the context.
|
|
137
|
-
*/
|
|
138
|
-
private windowBlurHandler;
|
|
139
|
-
/**
|
|
140
|
-
* This method listens to a stream of panel closing actions and resets the
|
|
141
|
-
* stream every time the option list changes.
|
|
142
|
-
*/
|
|
143
|
-
private subscribeToClosingActions;
|
|
144
|
-
/** Destroys the autocomplete suggestion panel. */
|
|
145
|
-
private destroyPanel;
|
|
146
|
-
private setTriggerValue;
|
|
147
|
-
/** This method closes the panel, and if a value is specified, also sets the associated
|
|
148
|
-
* control to that value. It will also mark the control as dirty if this interaction
|
|
149
|
-
* stemmed from the user.
|
|
150
|
-
*/
|
|
151
|
-
private setValueAndClose;
|
|
152
|
-
/** Clear any previous selected option and emit a selection change event for this option */
|
|
153
|
-
private clearPreviousSelectedOption;
|
|
154
|
-
private attachOverlay;
|
|
155
|
-
private getOverlayConfig;
|
|
156
|
-
private getOverlayPosition;
|
|
157
|
-
private getConnectedElement;
|
|
158
|
-
private getPanelMinWidth;
|
|
159
|
-
private getOverlaySize;
|
|
160
|
-
private getHostWidth;
|
|
161
|
-
/**
|
|
162
|
-
* Resets the active item to -1 so arrow events will activate the
|
|
163
|
-
* correct options, or to 0 if the consumer opted into it.
|
|
164
|
-
*/
|
|
165
|
-
private resetActiveItem;
|
|
166
|
-
private canOpen;
|
|
167
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KbqAutocompleteTrigger, [null, null, null, null, null, null, { optional: true; }, { optional: true; host: true; }, null]>;
|
|
168
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<KbqAutocompleteTrigger, "input[kbqAutocomplete], textarea[kbqAutocomplete]", ["kbqAutocompleteTrigger"], { "autocomplete": { "alias": "kbqAutocomplete"; "required": false; }; "connectedTo": { "alias": "kbqAutocompleteConnectedTo"; "required": false; }; "autocompleteAttribute": { "alias": "autocomplete"; "required": false; }; "autocompleteDisabled": { "alias": "kbqAutocompleteDisabled"; "required": false; }; "onInputBlur": { "alias": "kbqAutocompleteOnBlur"; "required": false; }; }, {}, never, never, true, never>;
|
|
169
|
-
}
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit, ChangeDetectorRef, ElementRef, EventEmitter, InjectionToken, QueryList, TemplateRef } from '@angular/core';
|
|
2
|
-
import { ActiveDescendantKeyManager } from '@koobiq/cdk/a11y';
|
|
3
|
-
import { KbqOptgroup, KbqOption } from '@koobiq/components/core';
|
|
4
|
-
import { KbqFormField } from '@koobiq/components/form-field';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
/** Footer that is rendered below the autocomplete options panel. */
|
|
7
|
-
export declare class KbqAutocompleteFooter {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KbqAutocompleteFooter, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<KbqAutocompleteFooter, "[kbqAutocompleteFooter], kbq-autocomplete-footer", never, {}, {}, never, never, true, never>;
|
|
10
|
-
}
|
|
11
|
-
export declare class KbqAutocompleteSelectedEvent {
|
|
12
|
-
source: KbqAutocomplete;
|
|
13
|
-
option: KbqOption;
|
|
14
|
-
constructor(source: KbqAutocomplete, option: KbqOption);
|
|
15
|
-
}
|
|
16
|
-
/** Default `kbq-autocomplete` options that can be overridden. */
|
|
17
|
-
export interface KbqAutocompleteDefaultOptions {
|
|
18
|
-
/** Whether the first option should be highlighted when an autocomplete panel is opened. */
|
|
19
|
-
autoActiveFirstOption?: boolean;
|
|
20
|
-
}
|
|
21
|
-
/** Injection token to be used to override the default options for `kbq-autocomplete`. */
|
|
22
|
-
export declare const KBQ_AUTOCOMPLETE_DEFAULT_OPTIONS: InjectionToken<KbqAutocompleteDefaultOptions>;
|
|
23
|
-
export declare function KBQ_AUTOCOMPLETE_DEFAULT_OPTIONS_FACTORY(): KbqAutocompleteDefaultOptions;
|
|
24
|
-
export declare class KbqAutocomplete implements AfterContentInit {
|
|
25
|
-
private changeDetectorRef;
|
|
26
|
-
private elementRef;
|
|
27
|
-
private readonly parentFormField;
|
|
28
|
-
private readonly destroyRef;
|
|
29
|
-
/** Unique ID to be used by autocomplete trigger's "aria-owns" property. */
|
|
30
|
-
id: string;
|
|
31
|
-
/** Manages active item in option list based on key events. */
|
|
32
|
-
keyManager: ActiveDescendantKeyManager<KbqOption>;
|
|
33
|
-
/** Whether the autocomplete panel should be visible, depending on option length. */
|
|
34
|
-
showPanel: boolean;
|
|
35
|
-
template: TemplateRef<any>;
|
|
36
|
-
panel: ElementRef;
|
|
37
|
-
options: QueryList<KbqOption>;
|
|
38
|
-
optionGroups: QueryList<KbqOptgroup>;
|
|
39
|
-
/** Function that maps an option's control value to its display value in the trigger. */
|
|
40
|
-
displayWith: ((value: any) => string) | null;
|
|
41
|
-
/**
|
|
42
|
-
* Specify the width of the autocomplete panel. Can be any CSS sizing value, otherwise it will
|
|
43
|
-
* match the width of its host.
|
|
44
|
-
*/
|
|
45
|
-
panelWidth: string | number;
|
|
46
|
-
/**
|
|
47
|
-
* Minimum width of the panel in pixels.
|
|
48
|
-
* When panelWidth is not set, the panel will be at least as wide as its host and no less than panelMinWidth.
|
|
49
|
-
*/
|
|
50
|
-
panelMinWidth: number;
|
|
51
|
-
/** Event that is emitted whenever an option from the list is selected. */
|
|
52
|
-
readonly optionSelected: EventEmitter<KbqAutocompleteSelectedEvent>;
|
|
53
|
-
/** Event that is emitted when the autocomplete panel is opened. */
|
|
54
|
-
readonly opened: EventEmitter<void>;
|
|
55
|
-
/** Event that is emitted when the autocomplete panel is closed. */
|
|
56
|
-
readonly closed: EventEmitter<void>;
|
|
57
|
-
/**
|
|
58
|
-
* Takes classes set on the host kbq-autocomplete element and applies them to the panel
|
|
59
|
-
* inside the overlay container to allow for easy styling.
|
|
60
|
-
*/
|
|
61
|
-
get classList(): string;
|
|
62
|
-
set classList(value: string);
|
|
63
|
-
private _classList;
|
|
64
|
-
/**
|
|
65
|
-
* Whether the first option should be highlighted when the autocomplete panel is opened.
|
|
66
|
-
* Can be configured globally through the `KBQ_AUTOCOMPLETE_DEFAULT_OPTIONS` token.
|
|
67
|
-
*/
|
|
68
|
-
get autoActiveFirstOption(): boolean;
|
|
69
|
-
set autoActiveFirstOption(value: boolean);
|
|
70
|
-
private _autoActiveFirstOption;
|
|
71
|
-
get isOpen(): boolean;
|
|
72
|
-
set isOpen(value: boolean);
|
|
73
|
-
private _isOpen;
|
|
74
|
-
get openOnFocus(): boolean;
|
|
75
|
-
set openOnFocus(value: boolean);
|
|
76
|
-
private _openOnFocus;
|
|
77
|
-
constructor(changeDetectorRef: ChangeDetectorRef, elementRef: ElementRef<HTMLElement>, defaults: KbqAutocompleteDefaultOptions, parentFormField: KbqFormField);
|
|
78
|
-
ngAfterContentInit(): void;
|
|
79
|
-
setScrollTop(scrollTop: number): void;
|
|
80
|
-
getScrollTop(): number;
|
|
81
|
-
setVisibility(): void;
|
|
82
|
-
emitSelectEvent(option: KbqOption): void;
|
|
83
|
-
onKeydown(event: KeyboardEvent): any;
|
|
84
|
-
private updateFocusClass;
|
|
85
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KbqAutocomplete, [null, null, null, { optional: true; host: true; }]>;
|
|
86
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KbqAutocomplete, "kbq-autocomplete", ["kbqAutocomplete"], { "displayWith": { "alias": "displayWith"; "required": false; }; "panelWidth": { "alias": "panelWidth"; "required": false; }; "panelMinWidth": { "alias": "panelMinWidth"; "required": false; }; "classList": { "alias": "class"; "required": false; }; "autoActiveFirstOption": { "alias": "autoActiveFirstOption"; "required": false; }; "openOnFocus": { "alias": "openOnFocus"; "required": false; }; }, { "optionSelected": "optionSelected"; "opened": "opened"; "closed": "closed"; }, ["options", "optionGroups"], ["*", "[kbqAutocompleteFooter], kbq-autocomplete-footer"], true, never>;
|
|
87
|
-
static ngAcceptInputType_panelMinWidth: unknown;
|
|
88
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@koobiq/components/core";
|
|
3
|
-
import * as i2 from "@angular/cdk/overlay";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
|
-
import * as i4 from "./autocomplete.component";
|
|
6
|
-
import * as i5 from "./autocomplete-trigger.directive";
|
|
7
|
-
import * as i6 from "./autocomplete-origin.directive";
|
|
8
|
-
export declare class KbqAutocompleteModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KbqAutocompleteModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqAutocompleteModule, never, [typeof i1.KbqOptionModule, typeof i2.OverlayModule, typeof i3.NgClass, typeof i4.KbqAutocomplete, typeof i5.KbqAutocompleteTrigger, typeof i6.KbqAutocompleteOrigin, typeof i4.KbqAutocompleteFooter], [typeof i4.KbqAutocomplete, typeof i1.KbqOptionModule, typeof i5.KbqAutocompleteTrigger, typeof i6.KbqAutocompleteOrigin, typeof i4.KbqAutocompleteFooter]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KbqAutocompleteModule>;
|
|
12
|
-
}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit, ChangeDetectorRef, ElementRef, QueryList, Renderer2 } from '@angular/core';
|
|
2
|
-
import { KbqIcon, KbqIconItem } from '@koobiq/components/icon';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare enum KbqBadgeColors {
|
|
5
|
-
FadeContrast = "fade-contrast",
|
|
6
|
-
FadeTheme = "fade-theme",
|
|
7
|
-
FadeSuccess = "fade-success",
|
|
8
|
-
FadeWarning = "fade-warning",
|
|
9
|
-
FadeError = "fade-error",
|
|
10
|
-
Contrast = "contrast",
|
|
11
|
-
Theme = "theme",
|
|
12
|
-
Success = "success",
|
|
13
|
-
Warning = "warning",
|
|
14
|
-
Error = "error",
|
|
15
|
-
Disabled = "disabled"
|
|
16
|
-
}
|
|
17
|
-
export declare class KbqBadgeCaption {
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KbqBadgeCaption, never>;
|
|
19
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<KbqBadgeCaption, "[kbq-badge-caption]", never, {}, {}, never, never, true, never>;
|
|
20
|
-
}
|
|
21
|
-
export declare const leftIconClassName = "kbq-icon_left";
|
|
22
|
-
export declare const rightIconClassName = "kbq-icon_right";
|
|
23
|
-
export declare const badgeLeftIconClassName = "kbq-badge-icon_left";
|
|
24
|
-
export declare const badgeRightIconClassName = "kbq-badge-icon_right";
|
|
25
|
-
export declare class KbqBadgeCssStyler implements AfterContentInit {
|
|
26
|
-
private renderer;
|
|
27
|
-
private cdr;
|
|
28
|
-
icons: QueryList<KbqIcon>;
|
|
29
|
-
nativeElement: HTMLElement;
|
|
30
|
-
isIconButton: boolean;
|
|
31
|
-
constructor(elementRef: ElementRef<HTMLElement>, renderer: Renderer2, cdr: ChangeDetectorRef);
|
|
32
|
-
ngAfterContentInit(): void;
|
|
33
|
-
updateClassModifierForIcons(): void;
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KbqBadgeCssStyler, [null, null, { skipSelf: true; }]>;
|
|
35
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<KbqBadgeCssStyler, "kbq-badge", never, {}, {}, ["icons"], never, true, never>;
|
|
36
|
-
}
|
|
37
|
-
export declare class KbqBadge {
|
|
38
|
-
iconItem: KbqIconItem;
|
|
39
|
-
compact: boolean;
|
|
40
|
-
outline: boolean;
|
|
41
|
-
get badgeColor(): string;
|
|
42
|
-
set badgeColor(value: string | KbqBadgeColors);
|
|
43
|
-
private _badgeColor;
|
|
44
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KbqBadge, never>;
|
|
45
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KbqBadge, "kbq-badge", never, { "compact": { "alias": "compact"; "required": false; }; "outline": { "alias": "outline"; "required": false; }; "badgeColor": { "alias": "badgeColor"; "required": false; }; }, {}, ["iconItem"], ["*"], true, never>;
|
|
46
|
-
}
|
package/badge/badge.module.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/cdk/a11y";
|
|
3
|
-
import * as i2 from "@angular/cdk/platform";
|
|
4
|
-
import * as i3 from "./badge.component";
|
|
5
|
-
export declare class KbqBadgeModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KbqBadgeModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqBadgeModule, never, [typeof i1.A11yModule, typeof i2.PlatformModule, typeof i3.KbqBadge, typeof i3.KbqBadgeCaption, typeof i3.KbqBadgeCssStyler], [typeof i3.KbqBadge, typeof i3.KbqBadgeCaption, typeof i3.KbqBadgeCssStyler]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<KbqBadgeModule>;
|
|
9
|
-
}
|
package/badge/public-api.d.ts
DELETED