@koobiq/components 18.33.0 → 18.35.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/actions-panel/actions-panel-config.d.ts +4 -3
- package/actions-panel/actions-panel-container.scss +0 -6
- package/actions-panel/actions-panel-ref.d.ts +13 -0
- package/actions-panel/actions-panel.d.ts +1 -7
- package/button/_button-theme.scss +1 -0
- package/clamped-text/clamped-text.d.ts +61 -0
- package/clamped-text/clamped-text.scss +17 -0
- package/clamped-text/constants.d.ts +14 -0
- package/clamped-text/index.d.ts +3 -0
- package/clamped-text/module.d.ts +7 -0
- package/content-panel/content-panel-aside.scss +9 -0
- package/content-panel/content-panel-body.scss +9 -0
- package/content-panel/content-panel-container.scss +32 -0
- package/content-panel/content-panel-footer.scss +5 -0
- package/content-panel/content-panel-header.scss +30 -0
- package/content-panel/content-panel-tokens.scss +9 -0
- package/content-panel/content-panel.d.ts +149 -0
- package/content-panel/content-panel.scss +25 -0
- package/content-panel/index.d.ts +3 -0
- package/content-panel/module.d.ts +7 -0
- package/content-panel/resizable.d.ts +70 -0
- package/core/form-field/field-sizing-content.d.ts +21 -0
- package/core/form-field/index.d.ts +1 -0
- package/core/locales/en-US.d.ts +10 -0
- package/core/locales/es-LA.d.ts +10 -0
- package/core/locales/fa-IR.d.ts +10 -0
- package/core/locales/locale-service.d.ts +70 -0
- package/core/locales/pt-BR.d.ts +10 -0
- package/core/locales/ru-RU.d.ts +10 -0
- package/core/locales/tk-TM.d.ts +10 -0
- package/core/locales/types.d.ts +5 -0
- package/core/locales/zh-CN.d.ts +10 -0
- package/core/navbar/index.d.ts +1 -0
- package/core/navbar/rectangle-item.d.ts +14 -0
- package/core/option/option.d.ts +3 -1
- package/core/pop-up/pop-up-trigger.d.ts +2 -0
- package/core/public-api.d.ts +1 -0
- package/core/styles/common/_select.scss +6 -3
- package/core/utils/dom.d.ts +9 -0
- package/core/utils/index.d.ts +1 -0
- package/core/utils/utils.d.ts +4 -0
- package/datepicker/calendar.component.d.ts +1 -1
- package/datepicker/datepicker-input.directive.d.ts +19 -8
- package/datepicker/datepicker-toggle.component.d.ts +1 -1
- package/datepicker/datepicker.component.d.ts +2 -2
- package/dropdown/dropdown-item.scss +1 -0
- package/dropdown/dropdown-trigger.directive.d.ts +7 -1
- package/dynamic-translation/dynamic-translation.d.ts +72 -0
- package/dynamic-translation/index.d.ts +2 -0
- package/dynamic-translation/module.d.ts +7 -0
- package/esm2022/actions-panel/actions-panel-config.mjs +1 -1
- package/esm2022/actions-panel/actions-panel-container.mjs +7 -7
- package/esm2022/actions-panel/actions-panel-ref.mjs +17 -1
- package/esm2022/actions-panel/actions-panel.mjs +34 -24
- package/esm2022/breadcrumbs/breadcrumbs.mjs +2 -2
- package/esm2022/button/button.component.mjs +2 -2
- package/esm2022/button-toggle/button-toggle.component.mjs +9 -9
- package/esm2022/clamped-text/clamped-text.mjs +202 -0
- package/esm2022/clamped-text/constants.mjs +20 -0
- package/esm2022/clamped-text/index.mjs +4 -0
- package/esm2022/clamped-text/koobiq-components-clamped-text.mjs +5 -0
- package/esm2022/clamped-text/module.mjs +19 -0
- package/esm2022/content-panel/content-panel.mjs +432 -0
- package/esm2022/content-panel/index.mjs +4 -0
- package/esm2022/content-panel/koobiq-components-content-panel.mjs +5 -0
- package/esm2022/content-panel/module.mjs +42 -0
- package/esm2022/content-panel/resizable.mjs +138 -0
- package/esm2022/core/form-field/field-sizing-content.mjs +114 -0
- package/esm2022/core/form-field/index.mjs +2 -1
- package/esm2022/core/locales/en-US.mjs +11 -1
- package/esm2022/core/locales/es-LA.mjs +11 -1
- package/esm2022/core/locales/fa-IR.mjs +11 -1
- package/esm2022/core/locales/pt-BR.mjs +11 -1
- package/esm2022/core/locales/ru-RU.mjs +11 -1
- package/esm2022/core/locales/tk-TM.mjs +11 -1
- package/esm2022/core/locales/types.mjs +1 -1
- package/esm2022/core/locales/zh-CN.mjs +11 -1
- package/esm2022/core/navbar/index.mjs +2 -0
- package/esm2022/core/navbar/rectangle-item.mjs +39 -0
- package/esm2022/core/option/option.mjs +8 -4
- package/esm2022/core/pop-up/pop-up-trigger.mjs +5 -1
- package/esm2022/core/public-api.mjs +2 -1
- package/esm2022/core/utils/dom.mjs +14 -0
- package/esm2022/core/utils/index.mjs +2 -1
- package/esm2022/core/utils/utils.mjs +9 -1
- package/esm2022/core/version.mjs +2 -2
- package/esm2022/datepicker/calendar-header.component.mjs +6 -3
- package/esm2022/datepicker/calendar.component.mjs +9 -9
- package/esm2022/datepicker/datepicker-input.directive.mjs +24 -21
- package/esm2022/datepicker/datepicker-toggle.component.mjs +8 -8
- package/esm2022/datepicker/datepicker.component.mjs +3 -3
- package/esm2022/dropdown/dropdown-item.component.mjs +2 -2
- package/esm2022/dropdown/dropdown-trigger.directive.mjs +30 -10
- package/esm2022/dropdown/dropdown.component.mjs +3 -3
- package/esm2022/dynamic-translation/dynamic-translation.mjs +175 -0
- package/esm2022/dynamic-translation/index.mjs +3 -0
- package/esm2022/dynamic-translation/koobiq-components-dynamic-translation.mjs +5 -0
- package/esm2022/dynamic-translation/module.mjs +25 -0
- package/esm2022/file-upload/file-drop.mjs +1 -1
- package/esm2022/file-upload/file-upload.mjs +6 -1
- package/esm2022/file-upload/multiple-file-upload.component.mjs +21 -16
- package/esm2022/file-upload/single-file-upload.component.mjs +23 -16
- package/esm2022/filter-bar/filter-bar.mjs +3 -3
- package/esm2022/filter-bar/filter-refresher.mjs +5 -5
- package/esm2022/filter-bar/filter-reset.mjs +3 -3
- package/esm2022/filter-bar/filter-search.mjs +11 -11
- package/esm2022/filter-bar/filters.mjs +16 -4
- package/esm2022/filter-bar/pipe-add.mjs +6 -6
- package/esm2022/filter-bar/pipes/base-pipe.mjs +2 -2
- package/esm2022/filter-bar/pipes/pipe-button.mjs +7 -7
- package/esm2022/filter-bar/pipes/pipe-date.mjs +10 -2
- package/esm2022/filter-bar/pipes/pipe-datetime.mjs +10 -2
- package/esm2022/filter-bar/pipes/pipe-multi-select.mjs +11 -17
- package/esm2022/filter-bar/pipes/pipe-multi-tree-select.mjs +10 -9
- package/esm2022/filter-bar/pipes/pipe-readonly.mjs +7 -7
- package/esm2022/filter-bar/pipes/pipe-select.mjs +3 -4
- package/esm2022/filter-bar/pipes/pipe-text.mjs +9 -3
- package/esm2022/filter-bar/pipes/pipe-tree-select.mjs +9 -3
- package/esm2022/form-field/cleaner.mjs +16 -11
- package/esm2022/form-field/fieldset.mjs +2 -2
- package/esm2022/form-field/form-field.mjs +5 -5
- package/esm2022/form-field/password-hint.mjs +14 -3
- package/esm2022/form-field/password-toggle.mjs +45 -10
- package/esm2022/form-field/reactive-password-hint.mjs +18 -17
- package/esm2022/form-field/stepper.mjs +9 -9
- package/esm2022/icon/icon-button.component.mjs +2 -2
- package/esm2022/input/input-number.mjs +15 -10
- package/esm2022/markdown/markdown.component.mjs +3 -3
- package/esm2022/modal/modal.component.mjs +14 -14
- package/esm2022/modal/modal.directive.mjs +7 -5
- package/esm2022/navbar/navbar-item.component.mjs +3 -3
- package/esm2022/navbar-ic/index.mjs +2 -0
- package/esm2022/navbar-ic/koobiq-components-navbar-ic.mjs +5 -0
- package/esm2022/navbar-ic/navbar-ic-header.mjs +58 -0
- package/esm2022/navbar-ic/navbar-ic-item.mjs +399 -0
- package/esm2022/navbar-ic/navbar-ic.animation.mjs +9 -0
- package/esm2022/navbar-ic/navbar-ic.mjs +281 -0
- package/esm2022/navbar-ic/navbar-ic.module.mjs +74 -0
- package/esm2022/navbar-ic/public-api.mjs +5 -0
- package/esm2022/popover/popover-confirm.component.mjs +3 -3
- package/esm2022/popover/popover.component.mjs +10 -5
- package/esm2022/scrollbar/scrollbar.component.mjs +5 -5
- package/esm2022/select/select.component.mjs +24 -11
- package/esm2022/sidebar/sidebar.component.mjs +46 -27
- package/esm2022/sidepanel/sidepanel-container.component.mjs +15 -4
- package/esm2022/sidepanel/sidepanel-directives.mjs +5 -5
- package/esm2022/sidepanel/sidepanel-ref.mjs +8 -6
- package/esm2022/splitter/splitter.component.mjs +1 -1
- package/esm2022/tabs/tab-body.component.mjs +3 -3
- package/esm2022/tabs/tab-group.component.mjs +27 -27
- package/esm2022/tabs/tab.component.mjs +4 -4
- package/esm2022/tags/tag-input.mjs +2 -2
- package/esm2022/tags/tag-list.component.mjs +36 -17
- package/esm2022/tags/tag.component.mjs +231 -22
- package/esm2022/tags/tag.module.mjs +16 -6
- package/esm2022/textarea/textarea.component.mjs +6 -4
- package/esm2022/timepicker/timepicker.directive.mjs +1 -1
- package/esm2022/timezone/timezone-select.component.mjs +3 -3
- package/esm2022/tooltip/tooltip.component.mjs +3 -3
- package/esm2022/tree/tree-selection.component.mjs +4 -4
- package/esm2022/tree-select/tree-select.component.mjs +11 -9
- package/esm2022/username/constants.mjs +25 -0
- package/esm2022/username/index.mjs +6 -0
- package/esm2022/username/koobiq-components-username.mjs +5 -0
- package/esm2022/username/module.mjs +35 -0
- package/esm2022/username/types.mjs +32 -0
- package/esm2022/username/username.mjs +129 -0
- package/esm2022/username/username.pipe.mjs +92 -0
- package/fesm2022/koobiq-components-actions-panel.mjs +56 -31
- package/fesm2022/koobiq-components-actions-panel.mjs.map +1 -1
- package/fesm2022/koobiq-components-breadcrumbs.mjs +1 -1
- package/fesm2022/koobiq-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/koobiq-components-button-toggle.mjs +8 -8
- package/fesm2022/koobiq-components-button-toggle.mjs.map +1 -1
- package/fesm2022/koobiq-components-button.mjs +2 -2
- package/fesm2022/koobiq-components-button.mjs.map +1 -1
- package/fesm2022/koobiq-components-clamped-text.mjs +242 -0
- package/fesm2022/koobiq-components-clamped-text.mjs.map +1 -0
- package/fesm2022/koobiq-components-content-panel.mjs +612 -0
- package/fesm2022/koobiq-components-content-panel.mjs.map +1 -0
- package/fesm2022/koobiq-components-core.mjs +271 -31
- package/fesm2022/koobiq-components-core.mjs.map +1 -1
- package/fesm2022/koobiq-components-datepicker.mjs +45 -40
- package/fesm2022/koobiq-components-datepicker.mjs.map +1 -1
- package/fesm2022/koobiq-components-dropdown.mjs +33 -13
- package/fesm2022/koobiq-components-dropdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-dynamic-translation.mjs +204 -0
- package/fesm2022/koobiq-components-dynamic-translation.mjs.map +1 -0
- package/fesm2022/koobiq-components-file-upload.mjs +44 -27
- package/fesm2022/koobiq-components-file-upload.mjs.map +1 -1
- package/fesm2022/koobiq-components-filter-bar.mjs +100 -71
- package/fesm2022/koobiq-components-filter-bar.mjs.map +1 -1
- package/fesm2022/koobiq-components-form-field.mjs +100 -49
- package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
- package/fesm2022/koobiq-components-icon.mjs +2 -2
- package/fesm2022/koobiq-components-icon.mjs.map +1 -1
- package/fesm2022/koobiq-components-input.mjs +14 -9
- package/fesm2022/koobiq-components-input.mjs.map +1 -1
- package/fesm2022/koobiq-components-markdown.mjs +2 -2
- package/fesm2022/koobiq-components-markdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-modal.mjs +19 -17
- package/fesm2022/koobiq-components-modal.mjs.map +1 -1
- package/fesm2022/koobiq-components-navbar-ic.mjs +800 -0
- package/fesm2022/koobiq-components-navbar-ic.mjs.map +1 -0
- package/fesm2022/koobiq-components-navbar.mjs +2 -2
- package/fesm2022/koobiq-components-navbar.mjs.map +1 -1
- package/fesm2022/koobiq-components-popover.mjs +11 -6
- package/fesm2022/koobiq-components-popover.mjs.map +1 -1
- package/fesm2022/koobiq-components-scrollbar.mjs +4 -4
- package/fesm2022/koobiq-components-scrollbar.mjs.map +1 -1
- package/fesm2022/koobiq-components-select.mjs +23 -10
- package/fesm2022/koobiq-components-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-sidebar.mjs +45 -26
- package/fesm2022/koobiq-components-sidebar.mjs.map +1 -1
- package/fesm2022/koobiq-components-sidepanel.mjs +24 -12
- package/fesm2022/koobiq-components-sidepanel.mjs.map +1 -1
- package/fesm2022/koobiq-components-splitter.mjs.map +1 -1
- package/fesm2022/koobiq-components-tabs.mjs +31 -31
- package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
- package/fesm2022/koobiq-components-tags.mjs +284 -47
- package/fesm2022/koobiq-components-tags.mjs.map +1 -1
- package/fesm2022/koobiq-components-textarea.mjs +5 -3
- package/fesm2022/koobiq-components-textarea.mjs.map +1 -1
- package/fesm2022/koobiq-components-timepicker.mjs.map +1 -1
- package/fesm2022/koobiq-components-timezone.mjs +2 -2
- package/fesm2022/koobiq-components-timezone.mjs.map +1 -1
- package/fesm2022/koobiq-components-tooltip.mjs +2 -2
- package/fesm2022/koobiq-components-tooltip.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree-select.mjs +10 -8
- package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree.mjs +3 -3
- package/fesm2022/koobiq-components-tree.mjs.map +1 -1
- package/fesm2022/koobiq-components-username.mjs +308 -0
- package/fesm2022/koobiq-components-username.mjs.map +1 -0
- package/file-upload/_file-upload-theme.scss +1 -1
- package/file-upload/file-drop.d.ts +1 -1
- package/file-upload/file-upload.d.ts +5 -2
- package/file-upload/multiple-file-upload.component.d.ts +4 -2
- package/file-upload/single-file-upload.component.d.ts +5 -3
- package/filter-bar/_filter-bar-theme.scss +2 -2
- package/filter-bar/filters.d.ts +1 -0
- package/filter-bar/pipes/pipe-date.d.ts +3 -1
- package/filter-bar/pipes/pipe-datetime.d.ts +3 -1
- package/filter-bar/pipes/pipe-multi-select.d.ts +0 -1
- package/filter-bar/pipes/pipe-multi-tree-select.d.ts +3 -2
- package/filter-bar/pipes/pipe-select.d.ts +0 -1
- package/filter-bar/pipes/pipe-tree-select.d.ts +3 -2
- package/form-field/_form-field-theme.scss +27 -18
- package/form-field/cleaner.d.ts +4 -2
- package/form-field/cleaner.scss +6 -2
- package/form-field/form-field.scss +12 -2
- package/form-field/password-hint.d.ts +7 -0
- package/form-field/password-toggle.d.ts +23 -3
- package/form-field/password-toggle.scss +4 -8
- package/form-field/reactive-password-hint.d.ts +1 -0
- package/icon/_icon-button-theme.scss +8 -2
- package/modal/modal.component.d.ts +6 -6
- package/navbar-ic/_navbar-ic-theme.scss +81 -0
- package/navbar-ic/index.d.ts +1 -0
- package/navbar-ic/navbar-ic-divider.scss +7 -0
- package/navbar-ic/navbar-ic-header.d.ts +18 -0
- package/navbar-ic/navbar-ic-header.scss +53 -0
- package/navbar-ic/navbar-ic-item.d.ts +125 -0
- package/navbar-ic/navbar-ic-item.scss +96 -0
- package/navbar-ic/navbar-ic-tokens.scss +22 -0
- package/navbar-ic/navbar-ic.animation.d.ts +2 -0
- package/navbar-ic/navbar-ic.d.ts +103 -0
- package/navbar-ic/navbar-ic.module.d.ts +14 -0
- package/navbar-ic/navbar-ic.scss +32 -0
- package/navbar-ic/public-api.d.ts +4 -0
- package/package.json +34 -4
- package/popover/_popover-theme.scss +6 -2
- package/popover/popover-confirm.component.d.ts +1 -1
- package/popover/popover-tokens.scss +2 -0
- package/popover/popover.component.d.ts +6 -3
- package/prebuilt-themes/dark-theme.css +1 -1
- package/prebuilt-themes/light-theme.css +1 -1
- package/prebuilt-themes/theme.css +1 -1
- package/schematics/ng-add/index.js +4 -4
- package/scrollbar/scrollbar.component.d.ts +4 -4
- package/select/select.component.d.ts +14 -2
- package/sidebar/sidebar.component.d.ts +31 -5
- package/sidepanel/sidepanel-container.component.d.ts +9 -0
- package/sidepanel/sidepanel-ref.d.ts +3 -3
- package/splitter/splitter.component.d.ts +2 -2
- package/tabs/tab-group.component.d.ts +1 -1
- package/tabs/tab.component.d.ts +1 -1
- package/tags/_tag-theme.scss +10 -1
- package/tags/tag-input.d.ts +1 -1
- package/tags/tag-list.component.d.ts +11 -3
- package/tags/tag-list.scss +5 -0
- package/tags/tag.component.d.ts +78 -8
- package/tags/tag.module.d.ts +1 -1
- package/tags/tag.scss +18 -0
- package/textarea/textarea-tokens.scss +1 -1
- package/timepicker/timepicker.directive.d.ts +1 -1
- package/tooltip/_tooltip-theme.scss +9 -2
- package/tooltip/tooltip-tokens.scss +2 -0
- package/tooltip/tooltip.component.d.ts +2 -2
- package/tree/tree-selection.component.d.ts +1 -1
- package/tree-select/tree-select.component.d.ts +1 -1
- package/username/constants.d.ts +15 -0
- package/username/index.d.ts +5 -0
- package/username/module.d.ts +8 -0
- package/username/types.d.ts +62 -0
- package/username/username-tokens.scss +6 -0
- package/username/username.d.ts +68 -0
- package/username/username.pipe.d.ts +23 -0
- package/username/username.scss +107 -0
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
.kbq-navbar-ic-item {
|
|
2
|
+
box-sizing: border-box;
|
|
3
|
+
|
|
4
|
+
display: flex;
|
|
5
|
+
|
|
6
|
+
padding: var(--kbq-size-3xs) var(--kbq-size-m);
|
|
7
|
+
|
|
8
|
+
& .kbq-icon {
|
|
9
|
+
min-width: var(--kbq-size-l);
|
|
10
|
+
min-height: var(--kbq-size-l);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
& .kbq-navbar-ic-item__title-container {
|
|
14
|
+
gap: var(--kbq-size-m);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
&.kbq-collapsed {
|
|
18
|
+
& .kbq-badge {
|
|
19
|
+
position: absolute;
|
|
20
|
+
|
|
21
|
+
z-index: 1;
|
|
22
|
+
|
|
23
|
+
top: 0;
|
|
24
|
+
right: 0;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
& .kbq-navbar-ic-item__title-container {
|
|
28
|
+
display: none;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
& > .kbq-icon {
|
|
33
|
+
display: flex;
|
|
34
|
+
justify-content: center;
|
|
35
|
+
align-items: center;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.kbq-navbar-ic-item__inner {
|
|
40
|
+
position: relative;
|
|
41
|
+
|
|
42
|
+
display: flex;
|
|
43
|
+
align-items: center;
|
|
44
|
+
|
|
45
|
+
height: 36px;
|
|
46
|
+
width: 100%;
|
|
47
|
+
max-width: calc(100% - var(--kbq-size-xxl));
|
|
48
|
+
|
|
49
|
+
gap: var(--kbq-size-m);
|
|
50
|
+
|
|
51
|
+
padding-left: var(--kbq-size-m);
|
|
52
|
+
padding-right: var(--kbq-size-m);
|
|
53
|
+
|
|
54
|
+
border-radius: var(--kbq-navbar-ic-item-size-content-border-radius);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.kbq-navbar-ic-title {
|
|
58
|
+
display: inline-block;
|
|
59
|
+
|
|
60
|
+
text-overflow: ellipsis;
|
|
61
|
+
white-space: nowrap;
|
|
62
|
+
overflow: hidden;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.kbq-navbar-ic-item__title-container {
|
|
66
|
+
display: flex;
|
|
67
|
+
flex-direction: row;
|
|
68
|
+
|
|
69
|
+
flex: 1 1 auto;
|
|
70
|
+
justify-content: space-between;
|
|
71
|
+
|
|
72
|
+
min-width: 0;
|
|
73
|
+
|
|
74
|
+
& .kbq-icon {
|
|
75
|
+
align-self: center;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
a.kbq-navbar-ic-item,
|
|
80
|
+
a.kbq-navbar-ic-title {
|
|
81
|
+
text-decoration: none;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.kbq-navbar-ic-item,
|
|
85
|
+
.kbq-navbar-ic-header,
|
|
86
|
+
.kbq-navbar-ic-toggle {
|
|
87
|
+
& [kbq-button] {
|
|
88
|
+
z-index: 1;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.kbq-navbar-ic-toggle .kbq-navbar-ic-item__inner {
|
|
93
|
+
text-overflow: ellipsis;
|
|
94
|
+
white-space: nowrap;
|
|
95
|
+
overflow: hidden;
|
|
96
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
.kbq-navbar-ic {
|
|
2
|
+
--kbq-navbar-ic-item-size-content-border-radius: var(--kbq-size-border-radius);
|
|
3
|
+
/* THEME TOKENS */
|
|
4
|
+
--kbq-navbar-ic-background: var(--kbq-background-bg);
|
|
5
|
+
--kbq-navbar-ic-border: var(--kbq-shadow-overflow-compact-right);
|
|
6
|
+
--kbq-navbar-ic-item-default-content-text: var(--kbq-foreground-contrast);
|
|
7
|
+
--kbq-navbar-ic-item-default-content-background: transparent;
|
|
8
|
+
--kbq-navbar-ic-item-default-content-icon-left: var(--kbq-icon-contrast);
|
|
9
|
+
--kbq-navbar-ic-item-default-content-icon-right: var(--kbq-icon-contrast);
|
|
10
|
+
--kbq-navbar-ic-item-states-hover-content-text: var(--kbq-foreground-contrast);
|
|
11
|
+
--kbq-navbar-ic-item-states-hover-content-background: var(--kbq-states-background-transparent-hover);
|
|
12
|
+
--kbq-navbar-ic-item-states-hover-content-icon-left: var(--kbq-states-icon-contrast-hover);
|
|
13
|
+
--kbq-navbar-ic-item-states-hover-content-icon-right: var(--kbq-states-icon-contrast-hover);
|
|
14
|
+
--kbq-navbar-ic-item-states-selected-content-text: var(--kbq-foreground-contrast);
|
|
15
|
+
--kbq-navbar-ic-item-states-selected-content-background: var(--kbq-states-background-transparent-active);
|
|
16
|
+
--kbq-navbar-ic-item-states-selected-content-icon-left: var(--kbq-states-icon-contrast-active);
|
|
17
|
+
--kbq-navbar-ic-item-states-selected-content-icon-right: var(--kbq-states-icon-contrast-active);
|
|
18
|
+
--kbq-navbar-ic-item-states-disabled-content-text: var(--kbq-states-foreground-disabled);
|
|
19
|
+
--kbq-navbar-ic-item-states-disabled-content-background: transparent;
|
|
20
|
+
--kbq-navbar-ic-item-states-disabled-content-icon-left: var(--kbq-states-icon-disabled);
|
|
21
|
+
--kbq-navbar-ic-item-states-disabled-content-icon-right: var(--kbq-states-icon-disabled);
|
|
22
|
+
}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import { FocusMonitor } from '@angular/cdk/a11y';
|
|
2
|
+
import { AfterContentInit, AfterViewInit, ChangeDetectorRef, DestroyRef, ElementRef, InjectionToken, OnDestroy, QueryList } from '@angular/core';
|
|
3
|
+
import { FocusKeyManager } from '@koobiq/cdk/a11y';
|
|
4
|
+
import { BehaviorSubject, Observable, Subject } from 'rxjs';
|
|
5
|
+
import { KbqNavbarFocusableItemEvent, KbqNavbarIcFocusableItem, KbqNavbarIcItem } from './navbar-ic-item';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare enum KbqExpandEvents {
|
|
8
|
+
toggle = 0,
|
|
9
|
+
hoverOrFocus = 1
|
|
10
|
+
}
|
|
11
|
+
/** default configuration of navbar-ic */
|
|
12
|
+
/** @docs-private */
|
|
13
|
+
export declare const KBQ_NAVBAR_IC_DEFAULT_CONFIGURATION: {
|
|
14
|
+
toggle: {
|
|
15
|
+
pinButton: string;
|
|
16
|
+
collapseButton: string;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
/** Injection Token for providing configuration of navbar-ic */
|
|
20
|
+
/** @docs-private */
|
|
21
|
+
export declare const KBQ_NAVBAR_IC_CONFIGURATION: InjectionToken<unknown>;
|
|
22
|
+
export declare class KbqFocusable implements AfterContentInit, AfterViewInit, OnDestroy {
|
|
23
|
+
protected readonly changeDetectorRef: ChangeDetectorRef;
|
|
24
|
+
protected readonly elementRef: ElementRef<any>;
|
|
25
|
+
protected readonly destroyRef: DestroyRef;
|
|
26
|
+
protected readonly focusMonitor: FocusMonitor;
|
|
27
|
+
focusableItems: QueryList<KbqNavbarIcFocusableItem>;
|
|
28
|
+
keyManager: FocusKeyManager<KbqNavbarIcFocusableItem>;
|
|
29
|
+
get tabindex(): number;
|
|
30
|
+
set tabindex(value: number);
|
|
31
|
+
private _tabindex;
|
|
32
|
+
get itemFocusChanges(): Observable<KbqNavbarFocusableItemEvent>;
|
|
33
|
+
get itemBlurChanges(): Observable<KbqNavbarFocusableItemEvent>;
|
|
34
|
+
private itemFocusSubscription;
|
|
35
|
+
private itemBlurSubscription;
|
|
36
|
+
ngAfterContentInit(): void;
|
|
37
|
+
ngAfterViewInit(): void;
|
|
38
|
+
ngOnDestroy(): void;
|
|
39
|
+
/** @docs-private */
|
|
40
|
+
focusHandler(): void;
|
|
41
|
+
/** @docs-private */
|
|
42
|
+
blurHandler(): void;
|
|
43
|
+
protected resetOptions(): void;
|
|
44
|
+
protected dropSubscriptions(): void;
|
|
45
|
+
protected listenToItemsFocus(): void;
|
|
46
|
+
protected updateTabIndex(): void;
|
|
47
|
+
protected isValidIndex(index: number): boolean;
|
|
48
|
+
protected hasFocusedItem(): boolean;
|
|
49
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KbqFocusable, never>;
|
|
50
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<KbqFocusable, never, never, { "tabindex": { "alias": "tabindex"; "required": false; }; }, {}, ["focusableItems"], never, false, never>;
|
|
51
|
+
static ngAcceptInputType_tabindex: unknown;
|
|
52
|
+
}
|
|
53
|
+
export declare class KbqNavbarIcContainer {
|
|
54
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KbqNavbarIcContainer, never>;
|
|
55
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<KbqNavbarIcContainer, "kbq-navbar-ic-container", never, {}, {}, never, never, true, never>;
|
|
56
|
+
}
|
|
57
|
+
export declare class KbqNavbarIc extends KbqFocusable implements AfterContentInit {
|
|
58
|
+
/** @docs-private */
|
|
59
|
+
protected readonly localeService: import("@koobiq/components/core").KbqLocaleService | null;
|
|
60
|
+
readonly externalConfiguration: unknown;
|
|
61
|
+
configuration: any;
|
|
62
|
+
/** @docs-private */
|
|
63
|
+
rectangleElements: import("@angular/core").Signal<readonly any[]>;
|
|
64
|
+
/** @docs-private */
|
|
65
|
+
items: import("@angular/core").Signal<readonly any[]>;
|
|
66
|
+
/** @docs-private */
|
|
67
|
+
toggleElement: import("@angular/core").Signal<readonly any[]>;
|
|
68
|
+
/** @docs-private */
|
|
69
|
+
dropdownTrigger: import("@angular/core").Signal<readonly any[]>;
|
|
70
|
+
/** @docs-private */
|
|
71
|
+
popoverTrigger: import("@angular/core").Signal<readonly any[]>;
|
|
72
|
+
readonly hovered: BehaviorSubject<boolean>;
|
|
73
|
+
readonly focused: BehaviorSubject<boolean>;
|
|
74
|
+
readonly animationDone: Subject<void>;
|
|
75
|
+
expandEvent: KbqExpandEvents | null;
|
|
76
|
+
pinned: boolean;
|
|
77
|
+
collapsedWidth: number;
|
|
78
|
+
expandedWidth: number;
|
|
79
|
+
get expanded(): boolean;
|
|
80
|
+
set expanded(value: boolean);
|
|
81
|
+
private _expanded;
|
|
82
|
+
get hasOpenedPopUp(): boolean;
|
|
83
|
+
get expandedByToggle(): boolean;
|
|
84
|
+
get expandedByHoverOrFocus(): boolean;
|
|
85
|
+
get currentWidth(): number;
|
|
86
|
+
constructor();
|
|
87
|
+
/** @docs-private */
|
|
88
|
+
ngAfterContentInit(): void;
|
|
89
|
+
toggle(): void;
|
|
90
|
+
/** @docs-private */
|
|
91
|
+
onKeyDown(event: KeyboardEvent): void;
|
|
92
|
+
protected updateTooltipForItems: () => void;
|
|
93
|
+
protected updateExpandedStateForItems: () => void;
|
|
94
|
+
protected updateItemExpandedState: (item: KbqNavbarIcItem) => void;
|
|
95
|
+
private updateLocaleParams;
|
|
96
|
+
private initDefaultParams;
|
|
97
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KbqNavbarIc, never>;
|
|
98
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KbqNavbarIc, "kbq-navbar-ic", ["KbqNavbarIc"], { "pinned": { "alias": "pinned"; "required": false; }; "collapsedWidth": { "alias": "collapsedWidth"; "required": false; }; "expandedWidth": { "alias": "expandedWidth"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; }, {}, ["rectangleElements", "items", "toggleElement", "dropdownTrigger", "popoverTrigger"], ["[kbq-navbar-ic-container], kbq-navbar-ic-container", "[kbq-navbar-ic-toggle], kbq-navbar-ic-toggle"], true, never>;
|
|
99
|
+
static ngAcceptInputType_pinned: unknown;
|
|
100
|
+
static ngAcceptInputType_collapsedWidth: unknown;
|
|
101
|
+
static ngAcceptInputType_expandedWidth: unknown;
|
|
102
|
+
static ngAcceptInputType_expanded: unknown;
|
|
103
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
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 "@koobiq/components/icon";
|
|
5
|
+
import * as i4 from "@koobiq/components/tooltip";
|
|
6
|
+
import * as i5 from "./navbar-ic";
|
|
7
|
+
import * as i6 from "./navbar-ic-item";
|
|
8
|
+
import * as i7 from "./navbar-ic-header";
|
|
9
|
+
import * as i8 from "@koobiq/components/core";
|
|
10
|
+
export declare class KbqNavbarIcModule {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KbqNavbarIcModule, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqNavbarIcModule, never, [typeof i1.A11yModule, typeof i2.PlatformModule, typeof i3.KbqIconModule, typeof i4.KbqToolTipModule, typeof i5.KbqNavbarIc, typeof i6.KbqNavbarIcTitle, typeof i6.KbqNavbarIcItem, typeof i7.KbqNavbarIcHeader, typeof i6.KbqNavbarIcLogo, typeof i6.KbqNavbarIcToggle, typeof i6.KbqNavbarIcDivider, typeof i6.KbqNavbarIcFocusableItem, typeof i5.KbqNavbarIcContainer, typeof i8.KbqRectangleItem], [typeof i5.KbqNavbarIc, typeof i5.KbqNavbarIcContainer, typeof i6.KbqNavbarIcTitle, typeof i6.KbqNavbarIcItem, typeof i7.KbqNavbarIcHeader, typeof i6.KbqNavbarIcLogo, typeof i6.KbqNavbarIcToggle, typeof i6.KbqNavbarIcDivider, typeof i6.KbqNavbarIcFocusableItem]>;
|
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<KbqNavbarIcModule>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
@use './navbar-ic-theme';
|
|
2
|
+
|
|
3
|
+
.kbq-navbar-ic-container {
|
|
4
|
+
display: flex;
|
|
5
|
+
|
|
6
|
+
flex-shrink: 0;
|
|
7
|
+
flex-direction: column;
|
|
8
|
+
justify-content: space-between;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.kbq-navbar-ic {
|
|
12
|
+
display: flex;
|
|
13
|
+
position: relative;
|
|
14
|
+
|
|
15
|
+
& .kbq-navbar-ic-container + .kbq-navbar-ic-container {
|
|
16
|
+
padding-top: var(--kbq-size-xxl);
|
|
17
|
+
padding-bottom: var(--kbq-size-m);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
& .kbq-navbar-ic__top-layer {
|
|
21
|
+
position: absolute;
|
|
22
|
+
z-index: 998;
|
|
23
|
+
|
|
24
|
+
display: flex;
|
|
25
|
+
flex-direction: column;
|
|
26
|
+
justify-content: space-between;
|
|
27
|
+
min-height: 100%;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
@include navbar-ic-theme.kbq-navbar-ic-theme();
|
|
32
|
+
@include navbar-ic-theme.kbq-navbar-ic-typography();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@koobiq/components",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.35.0",
|
|
4
4
|
"description": "koobiq",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"@angular/cdk": "^18.0.0",
|
|
25
25
|
"@angular/core": "^18.0.0",
|
|
26
26
|
"@angular/forms": "^18.0.0",
|
|
27
|
-
"@koobiq/cdk": "18.
|
|
28
|
-
"@koobiq/angular-moment-adapter": "18.
|
|
29
|
-
"@koobiq/angular-luxon-adapter": "18.
|
|
27
|
+
"@koobiq/cdk": "18.35.0",
|
|
28
|
+
"@koobiq/angular-moment-adapter": "18.35.0",
|
|
29
|
+
"@koobiq/angular-luxon-adapter": "18.35.0",
|
|
30
30
|
"@koobiq/date-formatter": "^3.2.3",
|
|
31
31
|
"@koobiq/icons": "^10.4.0",
|
|
32
32
|
"@koobiq/tokens-builder": "3.11.0",
|
|
@@ -118,12 +118,24 @@
|
|
|
118
118
|
"esm": "./esm2022/checkbox/koobiq-components-checkbox.mjs",
|
|
119
119
|
"default": "./fesm2022/koobiq-components-checkbox.mjs"
|
|
120
120
|
},
|
|
121
|
+
"./clamped-text": {
|
|
122
|
+
"types": "./clamped-text/index.d.ts",
|
|
123
|
+
"esm2022": "./esm2022/clamped-text/koobiq-components-clamped-text.mjs",
|
|
124
|
+
"esm": "./esm2022/clamped-text/koobiq-components-clamped-text.mjs",
|
|
125
|
+
"default": "./fesm2022/koobiq-components-clamped-text.mjs"
|
|
126
|
+
},
|
|
121
127
|
"./code-block": {
|
|
122
128
|
"types": "./code-block/index.d.ts",
|
|
123
129
|
"esm2022": "./esm2022/code-block/koobiq-components-code-block.mjs",
|
|
124
130
|
"esm": "./esm2022/code-block/koobiq-components-code-block.mjs",
|
|
125
131
|
"default": "./fesm2022/koobiq-components-code-block.mjs"
|
|
126
132
|
},
|
|
133
|
+
"./content-panel": {
|
|
134
|
+
"types": "./content-panel/index.d.ts",
|
|
135
|
+
"esm2022": "./esm2022/content-panel/koobiq-components-content-panel.mjs",
|
|
136
|
+
"esm": "./esm2022/content-panel/koobiq-components-content-panel.mjs",
|
|
137
|
+
"default": "./fesm2022/koobiq-components-content-panel.mjs"
|
|
138
|
+
},
|
|
127
139
|
"./core": {
|
|
128
140
|
"types": "./core/index.d.ts",
|
|
129
141
|
"esm2022": "./esm2022/core/koobiq-components-core.mjs",
|
|
@@ -154,6 +166,12 @@
|
|
|
154
166
|
"esm": "./esm2022/dropdown/koobiq-components-dropdown.mjs",
|
|
155
167
|
"default": "./fesm2022/koobiq-components-dropdown.mjs"
|
|
156
168
|
},
|
|
169
|
+
"./dynamic-translation": {
|
|
170
|
+
"types": "./dynamic-translation/index.d.ts",
|
|
171
|
+
"esm2022": "./esm2022/dynamic-translation/koobiq-components-dynamic-translation.mjs",
|
|
172
|
+
"esm": "./esm2022/dynamic-translation/koobiq-components-dynamic-translation.mjs",
|
|
173
|
+
"default": "./fesm2022/koobiq-components-dynamic-translation.mjs"
|
|
174
|
+
},
|
|
157
175
|
"./ellipsis-center": {
|
|
158
176
|
"types": "./ellipsis-center/index.d.ts",
|
|
159
177
|
"esm2022": "./esm2022/ellipsis-center/koobiq-components-ellipsis-center.mjs",
|
|
@@ -232,6 +250,12 @@
|
|
|
232
250
|
"esm": "./esm2022/navbar/koobiq-components-navbar.mjs",
|
|
233
251
|
"default": "./fesm2022/koobiq-components-navbar.mjs"
|
|
234
252
|
},
|
|
253
|
+
"./navbar-ic": {
|
|
254
|
+
"types": "./navbar-ic/index.d.ts",
|
|
255
|
+
"esm2022": "./esm2022/navbar-ic/koobiq-components-navbar-ic.mjs",
|
|
256
|
+
"esm": "./esm2022/navbar-ic/koobiq-components-navbar-ic.mjs",
|
|
257
|
+
"default": "./fesm2022/koobiq-components-navbar-ic.mjs"
|
|
258
|
+
},
|
|
235
259
|
"./overflow-items": {
|
|
236
260
|
"types": "./overflow-items/index.d.ts",
|
|
237
261
|
"esm2022": "./esm2022/overflow-items/koobiq-components-overflow-items.mjs",
|
|
@@ -375,6 +399,12 @@
|
|
|
375
399
|
"esm2022": "./esm2022/tree-select/koobiq-components-tree-select.mjs",
|
|
376
400
|
"esm": "./esm2022/tree-select/koobiq-components-tree-select.mjs",
|
|
377
401
|
"default": "./fesm2022/koobiq-components-tree-select.mjs"
|
|
402
|
+
},
|
|
403
|
+
"./username": {
|
|
404
|
+
"types": "./username/index.d.ts",
|
|
405
|
+
"esm2022": "./esm2022/username/koobiq-components-username.mjs",
|
|
406
|
+
"esm": "./esm2022/username/koobiq-components-username.mjs",
|
|
407
|
+
"default": "./fesm2022/koobiq-components-username.mjs"
|
|
378
408
|
}
|
|
379
409
|
},
|
|
380
410
|
"schematics": "./schematics/collection.json",
|
|
@@ -2,7 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
@mixin kbq-popover-theme() {
|
|
4
4
|
.kbq-popover {
|
|
5
|
-
box-shadow: var(--kbq-popover-
|
|
5
|
+
box-shadow: var(--kbq-popover-borderless-shadow);
|
|
6
|
+
|
|
7
|
+
&.kbq-popover_arrowless {
|
|
8
|
+
box-shadow: var(--kbq-popover-container-shadow);
|
|
9
|
+
}
|
|
6
10
|
}
|
|
7
11
|
|
|
8
12
|
.kbq-popover__container {
|
|
@@ -10,7 +14,7 @@
|
|
|
10
14
|
}
|
|
11
15
|
|
|
12
16
|
.kbq-popover__arrow {
|
|
13
|
-
box-shadow: var(--kbq-popover-
|
|
17
|
+
box-shadow: var(--kbq-popover-borderless-shadow);
|
|
14
18
|
background: var(--kbq-popover-container-background);
|
|
15
19
|
}
|
|
16
20
|
|
|
@@ -12,7 +12,7 @@ export declare class KbqPopoverConfirmComponent extends KbqPopoverComponent {
|
|
|
12
12
|
static ɵcmp: i0.ɵɵComponentDeclaration<KbqPopoverConfirmComponent, "kbq-popover-confirm-component", never, {}, {}, never, never, false, never>;
|
|
13
13
|
}
|
|
14
14
|
export declare class KbqPopoverConfirmTrigger extends KbqPopoverTrigger {
|
|
15
|
-
confirm: EventEmitter<void>;
|
|
15
|
+
readonly confirm: EventEmitter<void>;
|
|
16
16
|
get confirmText(): string;
|
|
17
17
|
set confirmText(value: string);
|
|
18
18
|
private _confirmText;
|
|
@@ -24,4 +24,6 @@
|
|
|
24
24
|
--kbq-popover-header-scroll-shadow: var(--kbq-shadow-overflow-normal-bottom);
|
|
25
25
|
--kbq-popover-content-text-color: var(--kbq-foreground-contrast);
|
|
26
26
|
--kbq-popover-footer-scroll-shadow: var(--kbq-shadow-overflow-normal-top);
|
|
27
|
+
|
|
28
|
+
--kbq-popover-borderless-shadow: 0 2px 8px var(--kbq-shadow-key), 0 3px 8px var(--kbq-shadow-ambient);
|
|
27
29
|
}
|
|
@@ -39,6 +39,8 @@ export declare const KBQ_POPOVER_SCROLL_STRATEGY_FACTORY_PROVIDER: {
|
|
|
39
39
|
export declare function getKbqPopoverInvalidPositionError(position: string): Error;
|
|
40
40
|
export declare class KbqPopoverTrigger extends KbqPopUpTrigger<KbqPopoverComponent> implements AfterContentInit, OnInit {
|
|
41
41
|
protected scrollStrategy: () => ScrollStrategy;
|
|
42
|
+
/** prevents closure by any event */
|
|
43
|
+
preventClose: boolean;
|
|
42
44
|
get popoverVisible(): boolean;
|
|
43
45
|
set popoverVisible(value: boolean);
|
|
44
46
|
get popoverPlacement(): PopUpPlacements;
|
|
@@ -83,8 +85,8 @@ export declare class KbqPopoverTrigger extends KbqPopUpTrigger<KbqPopoverCompone
|
|
|
83
85
|
offset: number | null;
|
|
84
86
|
/** Delay before closing in milliseconds. The default value for kbqTrigger=PopUpTriggers.Hover is 500 ms. */
|
|
85
87
|
leaveDelay: number;
|
|
86
|
-
placementChange: EventEmitter<any>;
|
|
87
|
-
visibleChange: EventEmitter<boolean>;
|
|
88
|
+
readonly placementChange: EventEmitter<any>;
|
|
89
|
+
readonly visibleChange: EventEmitter<boolean>;
|
|
88
90
|
protected originSelector: string;
|
|
89
91
|
protected get overlayConfig(): OverlayConfig;
|
|
90
92
|
ngOnInit(): void;
|
|
@@ -99,7 +101,8 @@ export declare class KbqPopoverTrigger extends KbqPopUpTrigger<KbqPopoverCompone
|
|
|
99
101
|
closingActions(): import("rxjs").Observable<void | CdkScrollable | MouseEvent>;
|
|
100
102
|
private hideIfNotInViewPort;
|
|
101
103
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqPopoverTrigger, never>;
|
|
102
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<KbqPopoverTrigger, "[kbqPopover]", ["kbqPopover"], { "popoverVisible": { "alias": "kbqPopoverVisible"; "required": false; }; "popoverPlacement": { "alias": "kbqPopoverPlacement"; "required": false; }; "popoverPlacementPriority": { "alias": "kbqPopoverPlacementPriority"; "required": false; }; "hasBackdrop": { "alias": "hasBackdrop"; "required": false; }; "header": { "alias": "kbqPopoverHeader"; "required": false; }; "content": { "alias": "kbqPopoverContent"; "required": false; }; "footer": { "alias": "kbqPopoverFooter"; "required": false; }; "disabled": { "alias": "kbqPopoverDisabled"; "required": false; }; "trigger": { "alias": "kbqTrigger"; "required": false; }; "size": { "alias": "kbqPopoverSize"; "required": false; }; "customClass": { "alias": "kbqPopoverClass"; "required": false; }; "hasCloseButton": { "alias": "hasCloseButton"; "required": false; }; "closeOnScroll": { "alias": "closeOnScroll"; "required": false; }; "backdropClass": { "alias": "backdropClass"; "required": false; }; "arrow": { "alias": "kbqPopoverArrow"; "required": false; }; "offset": { "alias": "kbqPopoverOffset"; "required": false; }; "leaveDelay": { "alias": "kbqLeaveDelay"; "required": false; }; }, { "placementChange": "kbqPopoverPlacementChange"; "visibleChange": "kbqPopoverVisibleChange"; }, never, never, false, never>;
|
|
104
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<KbqPopoverTrigger, "[kbqPopover]", ["kbqPopover"], { "preventClose": { "alias": "kbqPopoverPreventClose"; "required": false; }; "popoverVisible": { "alias": "kbqPopoverVisible"; "required": false; }; "popoverPlacement": { "alias": "kbqPopoverPlacement"; "required": false; }; "popoverPlacementPriority": { "alias": "kbqPopoverPlacementPriority"; "required": false; }; "hasBackdrop": { "alias": "hasBackdrop"; "required": false; }; "header": { "alias": "kbqPopoverHeader"; "required": false; }; "content": { "alias": "kbqPopoverContent"; "required": false; }; "footer": { "alias": "kbqPopoverFooter"; "required": false; }; "disabled": { "alias": "kbqPopoverDisabled"; "required": false; }; "trigger": { "alias": "kbqTrigger"; "required": false; }; "size": { "alias": "kbqPopoverSize"; "required": false; }; "customClass": { "alias": "kbqPopoverClass"; "required": false; }; "hasCloseButton": { "alias": "hasCloseButton"; "required": false; }; "closeOnScroll": { "alias": "closeOnScroll"; "required": false; }; "backdropClass": { "alias": "backdropClass"; "required": false; }; "arrow": { "alias": "kbqPopoverArrow"; "required": false; }; "offset": { "alias": "kbqPopoverOffset"; "required": false; }; "leaveDelay": { "alias": "kbqLeaveDelay"; "required": false; }; }, { "placementChange": "kbqPopoverPlacementChange"; "visibleChange": "kbqPopoverVisibleChange"; }, never, never, false, never>;
|
|
105
|
+
static ngAcceptInputType_preventClose: unknown;
|
|
103
106
|
static ngAcceptInputType_arrow: unknown;
|
|
104
107
|
static ngAcceptInputType_offset: unknown;
|
|
105
108
|
static ngAcceptInputType_leaveDelay: unknown;
|