@koobiq/components 17.6.0 → 17.7.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/alert/alert.module.d.ts +3 -4
- package/autocomplete/autocomplete.module.d.ts +1 -1
- package/badge/badge-tokens.scss +1 -1
- package/badge/badge.module.d.ts +3 -4
- package/button/button-tokens.scss +2 -3
- package/button/button.module.d.ts +4 -5
- package/code-block/code-block.module.d.ts +6 -7
- package/core/forms/_forms-theme.scss +7 -15
- package/core/forms/_forms.scss +3 -9
- package/core/forms/forms-tokens.scss +39 -0
- package/core/option/_optgroup-theme.scss +4 -10
- package/core/option/_option-action-theme.scss +7 -15
- package/core/option/_option-theme.scss +13 -24
- package/core/option/action.scss +4 -0
- package/core/option/optgroup-tokens.scss +26 -0
- package/core/option/optgroup.scss +4 -5
- package/core/option/option-action-tokens.scss +21 -0
- package/core/option/option-module.d.ts +2 -3
- package/core/option/option-tokens.scss +115 -0
- package/core/option/option.scss +5 -3
- package/core/styles/_koobiq-theme.scss +7 -37
- package/core/styles/theming/_scrollbar-theme.scss +10 -11
- package/core/styles/theming/scrollbar-tokens.scss +34 -0
- package/datepicker/datepicker-module.d.ts +8 -8
- package/dl/dl.module.d.ts +3 -4
- package/dropdown/dropdown-tokens.scss +0 -1
- package/dropdown/dropdown.module.d.ts +4 -4
- package/empty-state/empty-state.module.d.ts +3 -4
- package/esm2022/alert/alert.component.mjs +3 -4
- package/esm2022/alert/alert.module.mjs +3 -7
- package/esm2022/autocomplete/autocomplete.module.mjs +15 -5
- package/esm2022/badge/badge.component.mjs +2 -2
- package/esm2022/badge/badge.module.mjs +3 -7
- package/esm2022/button/button.component.mjs +2 -2
- package/esm2022/button/button.module.mjs +3 -7
- package/esm2022/code-block/actionbar.component.mjs +6 -7
- package/esm2022/code-block/code-block.component.mjs +8 -9
- package/esm2022/code-block/code-block.module.mjs +4 -8
- package/esm2022/core/option/action.mjs +14 -25
- package/esm2022/core/option/optgroup.mjs +3 -3
- package/esm2022/core/option/option-module.mjs +4 -5
- package/esm2022/core/option/option.mjs +5 -6
- package/esm2022/core/version.mjs +2 -2
- package/esm2022/datepicker/calendar-body.component.mjs +3 -3
- package/esm2022/datepicker/calendar-header.component.mjs +8 -8
- package/esm2022/datepicker/datepicker-module.mjs +10 -9
- package/esm2022/datepicker/datepicker-toggle.component.mjs +5 -6
- package/esm2022/datepicker/month-view.component.mjs +4 -5
- package/esm2022/dl/dl.module.mjs +3 -7
- package/esm2022/dropdown/dropdown-item.component.mjs +5 -6
- package/esm2022/dropdown/dropdown.module.mjs +8 -9
- package/esm2022/empty-state/empty-state.module.mjs +3 -7
- package/esm2022/file-upload/file-upload.module.mjs +12 -9
- package/esm2022/file-upload/multiple-file-upload.component.mjs +10 -10
- package/esm2022/file-upload/single-file-upload.component.mjs +10 -10
- package/esm2022/form-field/form-field.mjs +7 -8
- package/esm2022/form-field/form-field.module.mjs +9 -5
- package/esm2022/form-field/password-hint.mjs +3 -3
- package/esm2022/form-field/password-toggle.mjs +3 -3
- package/esm2022/icon/icon.module.mjs +3 -7
- package/esm2022/input/input.module.mjs +3 -7
- package/esm2022/link/link.module.mjs +3 -7
- package/esm2022/list/list-selection.component.mjs +4 -5
- package/esm2022/list/list.module.mjs +3 -7
- package/esm2022/loader-overlay/loader-overlay.component.mjs +4 -5
- package/esm2022/loader-overlay/loader-overlay.module.mjs +3 -7
- package/esm2022/markdown/markdown.module.mjs +4 -5
- package/esm2022/modal/modal.component.mjs +7 -7
- package/esm2022/modal/modal.module.mjs +12 -9
- package/esm2022/navbar/navbar-item.component.mjs +30 -31
- package/esm2022/navbar/navbar.module.mjs +3 -7
- package/esm2022/popover/popover-confirm.component.mjs +4 -4
- package/esm2022/popover/popover.component.mjs +8 -8
- package/esm2022/popover/popover.module.mjs +40 -7
- package/esm2022/progress-bar/progress-bar.component.mjs +3 -4
- package/esm2022/progress-bar/progress-bar.module.mjs +3 -7
- package/esm2022/progress-spinner/progress-spinner.component.mjs +3 -3
- package/esm2022/progress-spinner/progress-spinner.module.mjs +7 -8
- package/esm2022/radio/radio.component.mjs +3 -3
- package/esm2022/radio/radio.module.mjs +4 -5
- package/esm2022/risk-level/risk-level.component.mjs +3 -3
- package/esm2022/risk-level/risk-level.module.mjs +3 -7
- package/esm2022/scrollbar/scrollbar.component.mjs +3 -3
- package/esm2022/select/select.component.mjs +8 -8
- package/esm2022/select/select.module.mjs +11 -13
- package/esm2022/sidebar/sidebar.component.mjs +3 -4
- package/esm2022/sidepanel/sidepanel-container.component.mjs +5 -6
- package/esm2022/sidepanel/sidepanel-directives.mjs +30 -29
- package/esm2022/sidepanel/sidepanel.module.mjs +3 -7
- package/esm2022/splitter/splitter.component.mjs +3 -4
- package/esm2022/splitter/splitter.module.mjs +3 -7
- package/esm2022/table/table.module.mjs +3 -7
- package/esm2022/tabs/tab-group.component.mjs +9 -10
- package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +3 -3
- package/esm2022/tabs/tabs.module.mjs +3 -7
- package/esm2022/tags/tag-list.component.mjs +3 -4
- package/esm2022/tags/tag.module.mjs +4 -5
- package/esm2022/textarea/textarea.module.mjs +4 -5
- package/esm2022/timepicker/timepicker.module.mjs +3 -7
- package/esm2022/timezone/timezone-option.component.mjs +6 -6
- package/esm2022/timezone/timezone-select.component.mjs +7 -7
- package/esm2022/timezone/timezone.module.mjs +10 -9
- package/esm2022/toast/toast.component.mjs +6 -6
- package/esm2022/toast/toast.module.mjs +10 -9
- package/esm2022/toggle/toggle.component.mjs +2 -2
- package/esm2022/toggle/toggle.module.mjs +4 -5
- package/esm2022/tooltip/tooltip.component.mjs +3 -3
- package/esm2022/tooltip/tooltip.module.mjs +11 -5
- package/esm2022/tree/toggle.mjs +2 -2
- package/esm2022/tree/tree-option.component.mjs +5 -6
- package/esm2022/tree/tree-selection.component.mjs +2 -2
- package/esm2022/tree/tree.mjs +2 -2
- package/esm2022/tree/tree.module.mjs +3 -7
- package/esm2022/tree-select/tree-select.component.mjs +7 -7
- package/esm2022/tree-select/tree-select.module.mjs +11 -12
- package/fesm2022/koobiq-components-alert.mjs +4 -9
- package/fesm2022/koobiq-components-alert.mjs.map +1 -1
- package/fesm2022/koobiq-components-autocomplete.mjs +14 -4
- package/fesm2022/koobiq-components-autocomplete.mjs.map +1 -1
- package/fesm2022/koobiq-components-badge.mjs +4 -8
- package/fesm2022/koobiq-components-badge.mjs.map +1 -1
- package/fesm2022/koobiq-components-button.mjs +4 -8
- package/fesm2022/koobiq-components-button.mjs.map +1 -1
- package/fesm2022/koobiq-components-code-block.mjs +15 -20
- package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
- package/fesm2022/koobiq-components-core.mjs +22 -33
- package/fesm2022/koobiq-components-core.mjs.map +1 -1
- package/fesm2022/koobiq-components-datepicker.mjs +21 -20
- package/fesm2022/koobiq-components-datepicker.mjs.map +1 -1
- package/fesm2022/koobiq-components-dl.mjs +2 -6
- package/fesm2022/koobiq-components-dl.mjs.map +1 -1
- package/fesm2022/koobiq-components-dropdown.mjs +16 -17
- package/fesm2022/koobiq-components-dropdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-empty-state.mjs +2 -6
- package/fesm2022/koobiq-components-empty-state.mjs.map +1 -1
- package/fesm2022/koobiq-components-file-upload.mjs +22 -19
- package/fesm2022/koobiq-components-file-upload.mjs.map +1 -1
- package/fesm2022/koobiq-components-form-field.mjs +17 -13
- package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
- package/fesm2022/koobiq-components-icon.mjs +2 -6
- package/fesm2022/koobiq-components-icon.mjs.map +1 -1
- package/fesm2022/koobiq-components-input.mjs +2 -6
- package/fesm2022/koobiq-components-input.mjs.map +1 -1
- package/fesm2022/koobiq-components-link.mjs +2 -6
- package/fesm2022/koobiq-components-link.mjs.map +1 -1
- package/fesm2022/koobiq-components-list.mjs +5 -10
- package/fesm2022/koobiq-components-list.mjs.map +1 -1
- package/fesm2022/koobiq-components-loader-overlay.mjs +5 -10
- package/fesm2022/koobiq-components-loader-overlay.mjs.map +1 -1
- package/fesm2022/koobiq-components-markdown.mjs +3 -4
- package/fesm2022/koobiq-components-markdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-modal.mjs +18 -15
- package/fesm2022/koobiq-components-modal.mjs.map +1 -1
- package/fesm2022/koobiq-components-navbar.mjs +32 -36
- package/fesm2022/koobiq-components-navbar.mjs.map +1 -1
- package/fesm2022/koobiq-components-popover.mjs +47 -14
- package/fesm2022/koobiq-components-popover.mjs.map +1 -1
- package/fesm2022/koobiq-components-progress-bar.mjs +4 -9
- package/fesm2022/koobiq-components-progress-bar.mjs.map +1 -1
- package/fesm2022/koobiq-components-progress-spinner.mjs +8 -9
- package/fesm2022/koobiq-components-progress-spinner.mjs.map +1 -1
- package/fesm2022/koobiq-components-radio.mjs +5 -6
- package/fesm2022/koobiq-components-radio.mjs.map +1 -1
- package/fesm2022/koobiq-components-risk-level.mjs +4 -8
- package/fesm2022/koobiq-components-risk-level.mjs.map +1 -1
- package/fesm2022/koobiq-components-scrollbar.mjs +2 -2
- package/fesm2022/koobiq-components-scrollbar.mjs.map +1 -1
- package/fesm2022/koobiq-components-select.mjs +17 -19
- package/fesm2022/koobiq-components-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-sidebar.mjs +2 -3
- package/fesm2022/koobiq-components-sidebar.mjs.map +1 -1
- package/fesm2022/koobiq-components-sidepanel.mjs +35 -38
- package/fesm2022/koobiq-components-sidepanel.mjs.map +1 -1
- package/fesm2022/koobiq-components-splitter.mjs +4 -9
- package/fesm2022/koobiq-components-splitter.mjs.map +1 -1
- package/fesm2022/koobiq-components-table.mjs +2 -6
- package/fesm2022/koobiq-components-table.mjs.map +1 -1
- package/fesm2022/koobiq-components-tabs.mjs +8 -13
- package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
- package/fesm2022/koobiq-components-tags.mjs +5 -7
- package/fesm2022/koobiq-components-tags.mjs.map +1 -1
- package/fesm2022/koobiq-components-textarea.mjs +3 -4
- package/fesm2022/koobiq-components-textarea.mjs.map +1 -1
- package/fesm2022/koobiq-components-timepicker.mjs +2 -6
- package/fesm2022/koobiq-components-timepicker.mjs.map +1 -1
- package/fesm2022/koobiq-components-timezone.mjs +19 -18
- package/fesm2022/koobiq-components-timezone.mjs.map +1 -1
- package/fesm2022/koobiq-components-toast.mjs +14 -13
- package/fesm2022/koobiq-components-toast.mjs.map +1 -1
- package/fesm2022/koobiq-components-toggle.mjs +5 -6
- package/fesm2022/koobiq-components-toggle.mjs.map +1 -1
- package/fesm2022/koobiq-components-tooltip.mjs +12 -6
- package/fesm2022/koobiq-components-tooltip.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree-select.mjs +16 -17
- package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree.mjs +16 -21
- package/fesm2022/koobiq-components-tree.mjs.map +1 -1
- package/file-upload/file-upload-tokens.scss +5 -5
- package/file-upload/file-upload.module.d.ts +12 -12
- package/file-upload/single-file-upload.component.d.ts +1 -1
- package/form-field/form-field-tokens.scss +13 -1
- package/form-field/form-field.module.d.ts +3 -3
- package/icon/icon-button-tokens.scss +0 -1
- package/icon/icon.module.d.ts +3 -4
- package/input/input.module.d.ts +5 -6
- package/link/link-tokens.scss +1 -1
- package/link/link.module.d.ts +2 -3
- package/list/list.module.d.ts +3 -4
- package/loader-overlay/loader-overlay.module.d.ts +4 -5
- package/markdown/markdown.module.d.ts +4 -5
- package/modal/modal.module.d.ts +7 -7
- package/navbar/navbar.module.d.ts +5 -6
- package/package.json +6 -6
- package/popover/popover.module.d.ts +7 -7
- package/prebuilt-themes/dark-theme.css +1 -1
- package/prebuilt-themes/light-theme.css +1 -1
- package/progress-bar/_progress-bar-theme.scss +6 -12
- package/progress-bar/progress-bar-tokens.scss +36 -0
- package/progress-bar/progress-bar.module.d.ts +2 -3
- package/progress-bar/progress-bar.scss +4 -4
- package/progress-spinner/_progress-spinner-theme.scss +5 -11
- package/progress-spinner/progress-spinner-tokens.scss +38 -0
- package/progress-spinner/progress-spinner.module.d.ts +3 -3
- package/progress-spinner/progress-spinner.scss +4 -4
- package/radio/_radio-theme.scss +21 -36
- package/radio/radio-tokens.scss +166 -0
- package/radio/radio.module.d.ts +3 -4
- package/radio/radio.scss +4 -5
- package/risk-level/_risk-level-theme.scss +20 -24
- package/risk-level/risk-level-tokens.scss +72 -0
- package/risk-level/risk-level.component.scss +5 -3
- package/risk-level/risk-level.module.d.ts +3 -4
- package/schematics/ng-add/index.js +4 -4
- package/scrollbar/_scrollbar-component-theme.scss +13 -31
- package/scrollbar/scrollbar-tokens.scss +34 -0
- package/scrollbar/scrollbar.component.scss +4 -3
- package/select/_select-theme.scss +11 -22
- package/select/select-tokens.scss +59 -0
- package/select/select.component.d.ts +1 -1
- package/select/select.module.d.ts +7 -7
- package/select/select.scss +5 -3
- package/sidepanel/_sidepanel-theme.scss +6 -12
- package/sidepanel/sidepanel-tokens.scss +48 -0
- package/sidepanel/sidepanel.module.d.ts +8 -9
- package/sidepanel/sidepanel.scss +4 -4
- package/splitter/_splitter-theme.scss +2 -6
- package/splitter/splitter-tokens.scss +7 -0
- package/splitter/splitter.module.d.ts +2 -3
- package/splitter/splitter.scss +4 -0
- package/table/table.module.d.ts +3 -4
- package/tabs/_tabs-common.scss +0 -6
- package/tabs/_tabs-theme.scss +30 -65
- package/tabs/tab-group.scss +0 -3
- package/tabs/tab-header.scss +0 -3
- package/tabs/tab-nav-bar/tab-nav-bar.scss +0 -2
- package/tabs/tabs-tokens.scss +136 -0
- package/tabs/tabs.module.d.ts +7 -8
- package/tags/_tag-theme.scss +17 -26
- package/tags/tag-input-tokens.scss +14 -0
- package/tags/tag-list.scss +0 -6
- package/tags/tag-tokens.scss +151 -0
- package/tags/tag.module.d.ts +2 -3
- package/tags/tag.scss +0 -3
- package/textarea/textarea.module.d.ts +4 -5
- package/timepicker/timepicker.module.d.ts +4 -5
- package/timezone/timezone.module.d.ts +9 -9
- package/toast/toast.module.d.ts +7 -7
- package/toggle/toggle-tokens.scss +4 -4
- package/toggle/toggle.module.d.ts +3 -4
- package/tooltip/tooltip.module.d.ts +3 -3
- package/tree/tree-tokens.scss +4 -4
- package/tree/tree.module.d.ts +3 -4
- package/tree-select/tree-select.component.d.ts +1 -1
- package/tree-select/tree-select.module.d.ts +7 -7
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
|
64
|
-
--kbq-file-upload-single-default-container-border: hsla(229, 15%,
|
|
64
|
+
--kbq-file-upload-single-default-container-border: hsla(229, 15%, 80%, 100%);
|
|
65
65
|
--kbq-file-upload-single-default-container-background: hsla(0, 0%, 100%, 100%);
|
|
66
66
|
--kbq-file-upload-single-default-upload-icon-color: hsla(229, 15%, 60%, 100%);
|
|
67
67
|
--kbq-file-upload-single-default-left-icon-color: hsla(229, 15%, 60%, 100%);
|
|
@@ -76,13 +76,13 @@
|
|
|
76
76
|
--kbq-file-upload-single-states-error-container-background: hsla(7, 97%, 99%, 100%);
|
|
77
77
|
--kbq-file-upload-single-states-error-left-icon-color: hsla(7, 97%, 45%, 100%);
|
|
78
78
|
--kbq-file-upload-single-states-error-text-block-color: hsla(7, 97%, 40%, 100%);
|
|
79
|
-
--kbq-file-upload-single-states-disabled-container-border: hsla(229, 15%,
|
|
79
|
+
--kbq-file-upload-single-states-disabled-container-border: hsla(229, 15%, 50%, 32%);
|
|
80
80
|
--kbq-file-upload-single-states-disabled-container-background: hsla(229, 15%, 50%, 16%);
|
|
81
81
|
--kbq-file-upload-single-states-disabled-upload-icon-color: hsla(229, 15%, 15%, 32%);
|
|
82
82
|
--kbq-file-upload-single-states-disabled-left-icon-color: hsla(229, 15%, 15%, 32%);
|
|
83
83
|
--kbq-file-upload-single-states-disabled-text-block-color: hsla(229, 15%, 15%, 32%);
|
|
84
84
|
--kbq-file-upload-single-states-focused-focus-outline-color: hsla(216, 100%, 60%, 100%);
|
|
85
|
-
--kbq-file-upload-multiple-default-container-border: hsla(229, 15%,
|
|
85
|
+
--kbq-file-upload-multiple-default-container-border: hsla(229, 15%, 80%, 100%);
|
|
86
86
|
--kbq-file-upload-multiple-default-container-background: hsla(0, 0%, 100%, 100%);
|
|
87
87
|
--kbq-file-upload-multiple-default-upload-icon-color: hsla(229, 15%, 60%, 100%);
|
|
88
88
|
--kbq-file-upload-multiple-default-left-icon-color: hsla(229, 15%, 60%, 100%);
|
|
@@ -100,12 +100,12 @@
|
|
|
100
100
|
--kbq-file-upload-multiple-states-error-left-icon-color: hsla(7, 97%, 45%, 100%);
|
|
101
101
|
--kbq-file-upload-multiple-states-error-text-block-color: hsla(7, 97%, 40%, 100%);
|
|
102
102
|
--kbq-file-upload-multiple-states-error-icon-button-color: hsla(7, 97%, 45%, 100%);
|
|
103
|
-
--kbq-file-upload-multiple-states-disabled-container-border: hsla(229, 15%,
|
|
103
|
+
--kbq-file-upload-multiple-states-disabled-container-border: hsla(229, 15%, 50%, 32%);
|
|
104
104
|
--kbq-file-upload-multiple-states-disabled-container-background: hsla(229, 15%, 50%, 16%);
|
|
105
105
|
--kbq-file-upload-multiple-states-disabled-upload-icon-color: hsla(229, 15%, 15%, 32%);
|
|
106
106
|
--kbq-file-upload-multiple-states-disabled-left-icon-color: hsla(229, 15%, 15%, 32%);
|
|
107
107
|
--kbq-file-upload-multiple-states-disabled-text-block-color: hsla(229, 15%, 15%, 32%);
|
|
108
|
-
--kbq-file-upload-multiple-states-disabled-grid-divider-color: hsla(229, 15%,
|
|
108
|
+
--kbq-file-upload-multiple-states-disabled-grid-divider-color: hsla(229, 15%, 50%, 32%);
|
|
109
109
|
--kbq-form-field-hint-text: hsla(229, 15%, 50%, 100%);
|
|
110
110
|
}
|
|
111
111
|
|
|
@@ -2,19 +2,19 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./file-drop";
|
|
3
3
|
import * as i2 from "./single-file-upload.component";
|
|
4
4
|
import * as i3 from "./multiple-file-upload.component";
|
|
5
|
-
import * as i4 from "@angular/
|
|
6
|
-
import * as i5 from "@
|
|
7
|
-
import * as i6 from "@koobiq/components/
|
|
8
|
-
import * as i7 from "@koobiq/components/
|
|
9
|
-
import * as i8 from "@koobiq/components/
|
|
10
|
-
import * as i9 from "@koobiq/components/
|
|
11
|
-
import * as i10 from "@koobiq/components/
|
|
12
|
-
import * as i11 from "@koobiq/components/
|
|
13
|
-
import * as i12 from "@koobiq/components/
|
|
14
|
-
import * as i13 from "@koobiq/components/
|
|
15
|
-
import * as i14 from "@
|
|
5
|
+
import * as i4 from "@angular/forms";
|
|
6
|
+
import * as i5 from "@koobiq/components/tooltip";
|
|
7
|
+
import * as i6 from "@koobiq/components/progress-spinner";
|
|
8
|
+
import * as i7 from "@koobiq/components/icon";
|
|
9
|
+
import * as i8 from "@koobiq/components/button";
|
|
10
|
+
import * as i9 from "@koobiq/components/list";
|
|
11
|
+
import * as i10 from "@koobiq/components/form-field";
|
|
12
|
+
import * as i11 from "@koobiq/components/ellipsis-center";
|
|
13
|
+
import * as i12 from "@koobiq/components/core";
|
|
14
|
+
import * as i13 from "@koobiq/components/link";
|
|
15
|
+
import * as i14 from "@angular/common";
|
|
16
16
|
export declare class KbqFileUploadModule {
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqFileUploadModule, never>;
|
|
18
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqFileUploadModule, [typeof i1.KbqFileDropDirective, typeof i2.KbqSingleFileUploadComponent, typeof i3.KbqMultipleFileUploadComponent], [typeof i4.
|
|
18
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqFileUploadModule, [typeof i1.KbqFileDropDirective, typeof i2.KbqSingleFileUploadComponent, typeof i3.KbqMultipleFileUploadComponent], [typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.KbqToolTipModule, typeof i6.KbqProgressSpinnerModule, typeof i7.KbqIconModule, typeof i8.KbqButtonModule, typeof i9.KbqListModule, typeof i10.KbqFormFieldModule, typeof i11.KbqEllipsisCenterModule, typeof i12.KbqDataSizePipe, typeof i13.KbqLinkModule, typeof i14.AsyncPipe, typeof i14.NgClass, typeof i14.NgTemplateOutlet], [typeof i2.KbqSingleFileUploadComponent, typeof i3.KbqMultipleFileUploadComponent, typeof i1.KbqFileDropDirective]>;
|
|
19
19
|
static ɵinj: i0.ɵɵInjectorDeclaration<KbqFileUploadModule>;
|
|
20
20
|
}
|
|
@@ -64,5 +64,5 @@ export declare class KbqSingleFileUploadComponent implements AfterViewInit, OnDe
|
|
|
64
64
|
private initDefaultParams;
|
|
65
65
|
private getCaptionText;
|
|
66
66
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqSingleFileUploadComponent, [null, null, { optional: true; }, { optional: true; }, { optional: true; self: true; }]>;
|
|
67
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KbqSingleFileUploadComponent, "kbq-single-file-upload,kbq-file-upload:not([multiple])", never, { "progressMode": { "alias": "progressMode"; "required": false; }; "accept": { "alias": "accept"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "customValidation": { "alias": "customValidation"; "required": false; }; "file": { "alias": "file"; "required": false; }; }, { "fileQueueChange": "fileQueueChange"; }, never, ["[
|
|
67
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KbqSingleFileUploadComponent, "kbq-single-file-upload,kbq-file-upload:not([multiple])", never, { "progressMode": { "alias": "progressMode"; "required": false; }; "accept": { "alias": "accept"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "customValidation": { "alias": "customValidation"; "required": false; }; "file": { "alias": "file"; "required": false; }; }, { "fileQueueChange": "fileQueueChange"; }, never, ["[kbq-icon]", "[hint]"], false, never>;
|
|
68
68
|
}
|
|
@@ -16,6 +16,16 @@
|
|
|
16
16
|
Arial, sans-serif;
|
|
17
17
|
--kbq-form-field-font-text-text-transform: null;
|
|
18
18
|
--kbq-form-field-font-text-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
19
|
+
--kbq-form-field-hint-size-margin-top: 4px;
|
|
20
|
+
--kbq-form-field-hint-size-gap: 8px;
|
|
21
|
+
--kbq-form-field-hint-font-text-font-size: 12px;
|
|
22
|
+
--kbq-form-field-hint-font-text-line-height: 16px;
|
|
23
|
+
--kbq-form-field-hint-font-text-letter-spacing: normal;
|
|
24
|
+
--kbq-form-field-hint-font-text-font-weight: normal;
|
|
25
|
+
--kbq-form-field-hint-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
26
|
+
Arial, sans-serif;
|
|
27
|
+
--kbq-form-field-hint-font-text-text-transform: null;
|
|
28
|
+
--kbq-form-field-hint-font-text-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
19
29
|
}
|
|
20
30
|
|
|
21
31
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
|
@@ -37,10 +47,11 @@
|
|
|
37
47
|
--kbq-form-field-states-autofill-background: hsla(216, 100%, 85%, 100%);
|
|
38
48
|
--kbq-form-field-states-autofill-placeholder: hsla(229, 15%, 60%, 100%);
|
|
39
49
|
--kbq-form-field-states-autofill-text: hsla(229, 15%, 15%, 100%);
|
|
40
|
-
--kbq-form-field-states-disabled-border-color: hsla(229, 15%,
|
|
50
|
+
--kbq-form-field-states-disabled-border-color: hsla(229, 15%, 50%, 32%);
|
|
41
51
|
--kbq-form-field-states-disabled-background: hsla(229, 15%, 50%, 16%);
|
|
42
52
|
--kbq-form-field-states-disabled-placeholder: hsla(229, 15%, 15%, 32%);
|
|
43
53
|
--kbq-form-field-states-disabled-text: hsla(229, 15%, 15%, 32%);
|
|
54
|
+
--kbq-form-field-hint-text: hsla(229, 15%, 50%, 100%);
|
|
44
55
|
}
|
|
45
56
|
|
|
46
57
|
:where(.kbq-dark, .theme-dark, .kbq-theme-dark) {
|
|
@@ -66,4 +77,5 @@
|
|
|
66
77
|
--kbq-form-field-states-disabled-background: hsla(229, 15%, 50%, 16%);
|
|
67
78
|
--kbq-form-field-states-disabled-placeholder: hsla(229, 15%, 40%, 100%);
|
|
68
79
|
--kbq-form-field-states-disabled-text: hsla(229, 15%, 40%, 100%);
|
|
80
|
+
--kbq-form-field-hint-text: hsla(229, 15%, 60%, 100%);
|
|
69
81
|
}
|
|
@@ -8,10 +8,10 @@ import * as i6 from "./cleaner";
|
|
|
8
8
|
import * as i7 from "./stepper";
|
|
9
9
|
import * as i8 from "./validate.directive";
|
|
10
10
|
import * as i9 from "./password-toggle";
|
|
11
|
-
import * as i10 from "@
|
|
12
|
-
import * as i11 from "@
|
|
11
|
+
import * as i10 from "@koobiq/components/icon";
|
|
12
|
+
import * as i11 from "@angular/common";
|
|
13
13
|
export declare class KbqFormFieldModule {
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqFormFieldModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqFormFieldModule, [typeof i1.KbqFormField, typeof i1.KbqFormFieldWithoutBorders, typeof i2.KbqHint, typeof i3.KbqPasswordHint, typeof i4.KbqPrefix, typeof i5.KbqSuffix, typeof i6.KbqCleaner, typeof i7.KbqStepper, typeof i8.KbqValidateDirective, typeof i1.KbqTrim, typeof i9.KbqPasswordToggle], [typeof i10.
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqFormFieldModule, [typeof i1.KbqFormField, typeof i1.KbqFormFieldWithoutBorders, typeof i2.KbqHint, typeof i3.KbqPasswordHint, typeof i4.KbqPrefix, typeof i5.KbqSuffix, typeof i6.KbqCleaner, typeof i7.KbqStepper, typeof i8.KbqValidateDirective, typeof i1.KbqTrim, typeof i9.KbqPasswordToggle], [typeof i10.KbqIconModule, typeof i11.NgClass], [typeof i1.KbqFormField, typeof i1.KbqFormFieldWithoutBorders, typeof i2.KbqHint, typeof i3.KbqPasswordHint, typeof i4.KbqPrefix, typeof i5.KbqSuffix, typeof i6.KbqCleaner, typeof i7.KbqStepper, typeof i8.KbqValidateDirective, typeof i1.KbqTrim, typeof i9.KbqPasswordToggle]>;
|
|
16
16
|
static ɵinj: i0.ɵɵInjectorDeclaration<KbqFormFieldModule>;
|
|
17
17
|
}
|
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
|
11
|
-
// TODO: remove after all settled, should be assigned via css-tokens.css (#DS-2846)
|
|
12
11
|
--kbq-states-focused-color: hsla(216, 100%, 50%, 100%);
|
|
13
12
|
--kbq-states-focused-color-error: hsla(7, 97%, 50%, 100%);
|
|
14
13
|
--kbq-icon-button-theme-default: hsla(216, 100%, 50%, 100%);
|
package/icon/icon.module.d.ts
CHANGED
|
@@ -2,11 +2,10 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./icon.component";
|
|
3
3
|
import * as i2 from "./icon-button.component";
|
|
4
4
|
import * as i3 from "./icon-item.component";
|
|
5
|
-
import * as i4 from "@angular/
|
|
6
|
-
import * as i5 from "@angular/cdk/
|
|
7
|
-
import * as i6 from "@angular/cdk/platform";
|
|
5
|
+
import * as i4 from "@angular/cdk/a11y";
|
|
6
|
+
import * as i5 from "@angular/cdk/platform";
|
|
8
7
|
export declare class KbqIconModule {
|
|
9
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqIconModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqIconModule, [typeof i1.KbqIcon, typeof i2.KbqIconButton, typeof i3.KbqIconItem], [typeof i4.
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqIconModule, [typeof i1.KbqIcon, typeof i2.KbqIconButton, typeof i3.KbqIconItem], [typeof i4.A11yModule, typeof i5.PlatformModule], [typeof i1.KbqIcon, typeof i2.KbqIconButton, typeof i3.KbqIconItem]>;
|
|
11
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<KbqIconModule>;
|
|
12
11
|
}
|
package/input/input.module.d.ts
CHANGED
|
@@ -3,13 +3,12 @@ import * as i1 from "./input";
|
|
|
3
3
|
import * as i2 from "./input-number";
|
|
4
4
|
import * as i3 from "./input-password";
|
|
5
5
|
import * as i4 from "./input-number-validators";
|
|
6
|
-
import * as i5 from "@angular/
|
|
7
|
-
import * as i6 from "@
|
|
8
|
-
import * as i7 from "@
|
|
9
|
-
import * as i8 from "@
|
|
10
|
-
import * as i9 from "@koobiq/components/icon";
|
|
6
|
+
import * as i5 from "@angular/cdk/a11y";
|
|
7
|
+
import * as i6 from "@koobiq/components/core";
|
|
8
|
+
import * as i7 from "@angular/forms";
|
|
9
|
+
import * as i8 from "@koobiq/components/icon";
|
|
11
10
|
export declare class KbqInputModule {
|
|
12
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqInputModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqInputModule, [typeof i1.KbqInput, typeof i2.KbqNumberInput, typeof i3.KbqInputPassword, typeof i1.KbqInputMono, typeof i4.MinValidator, typeof i4.MaxValidator], [typeof i5.
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqInputModule, [typeof i1.KbqInput, typeof i2.KbqNumberInput, typeof i3.KbqInputPassword, typeof i1.KbqInputMono, typeof i4.MinValidator, typeof i4.MaxValidator], [typeof i5.A11yModule, typeof i6.KbqCommonModule, typeof i7.FormsModule, typeof i8.KbqIconModule], [typeof i1.KbqInput, typeof i2.KbqNumberInput, typeof i3.KbqInputPassword, typeof i1.KbqInputMono, typeof i4.MinValidator, typeof i4.MaxValidator]>;
|
|
14
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<KbqInputModule>;
|
|
15
14
|
}
|
package/link/link-tokens.scss
CHANGED
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
--kbq-link-state-active-border-bottom: hsla(216, 100%, 85%, 100%);
|
|
46
46
|
--kbq-link-state-focused-outline: hsla(216, 100%, 60%, 100%);
|
|
47
47
|
--kbq-link-state-disabled-text: hsla(229, 15%, 15%, 32%);
|
|
48
|
-
--kbq-link-state-disabled-border-bottom: hsla(229, 15%,
|
|
48
|
+
--kbq-link-state-disabled-border-bottom: hsla(229, 15%, 50%, 32%);
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
:where(.kbq-dark, .theme-dark, .kbq-theme-dark) {
|
package/link/link.module.d.ts
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./link.component";
|
|
3
|
-
import * as i2 from "@angular/
|
|
4
|
-
import * as i3 from "@angular/cdk/a11y";
|
|
3
|
+
import * as i2 from "@angular/cdk/a11y";
|
|
5
4
|
export declare class KbqLinkModule {
|
|
6
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqLinkModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqLinkModule, [typeof i1.KbqLink], [typeof i2.
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqLinkModule, [typeof i1.KbqLink], [typeof i2.A11yModule], [typeof i1.KbqLink]>;
|
|
8
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<KbqLinkModule>;
|
|
9
8
|
}
|
package/list/list.module.d.ts
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./list.component";
|
|
3
3
|
import * as i2 from "./list-selection.component";
|
|
4
|
-
import * as i3 from "@angular/
|
|
5
|
-
import * as i4 from "@
|
|
6
|
-
import * as i5 from "@koobiq/components/core";
|
|
4
|
+
import * as i3 from "@angular/cdk/a11y";
|
|
5
|
+
import * as i4 from "@koobiq/components/core";
|
|
7
6
|
export declare class KbqListModule {
|
|
8
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqListModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqListModule, [typeof i1.KbqList, typeof i2.KbqListSelection, typeof i1.KbqListItem, typeof i2.KbqListOption, typeof i2.KbqListOptionCaption], [typeof i3.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqListModule, [typeof i1.KbqList, typeof i2.KbqListSelection, typeof i1.KbqListItem, typeof i2.KbqListOption, typeof i2.KbqListOptionCaption], [typeof i3.A11yModule, typeof i4.KbqPseudoCheckboxModule, typeof i4.KbqLineModule, typeof i4.KbqOptionModule], [typeof i1.KbqList, typeof i2.KbqListSelection, typeof i1.KbqListItem, typeof i2.KbqListOption, typeof i2.KbqListOptionCaption, typeof i4.KbqOptionModule]>;
|
|
10
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<KbqListModule>;
|
|
11
10
|
}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./loader-overlay.component";
|
|
3
|
-
import * as i2 from "@angular/
|
|
4
|
-
import * as i3 from "@angular/cdk/
|
|
5
|
-
import * as i4 from "@
|
|
6
|
-
import * as i5 from "@koobiq/components/progress-spinner";
|
|
3
|
+
import * as i2 from "@angular/cdk/a11y";
|
|
4
|
+
import * as i3 from "@angular/cdk/platform";
|
|
5
|
+
import * as i4 from "@koobiq/components/progress-spinner";
|
|
7
6
|
export declare class KbqLoaderOverlayModule {
|
|
8
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqLoaderOverlayModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqLoaderOverlayModule, [typeof i1.KbqLoaderOverlay, typeof i1.KbqLoaderOverlayIndicator, typeof i1.KbqLoaderOverlayText, typeof i1.KbqLoaderOverlayCaption], [typeof i2.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqLoaderOverlayModule, [typeof i1.KbqLoaderOverlay, typeof i1.KbqLoaderOverlayIndicator, typeof i1.KbqLoaderOverlayText, typeof i1.KbqLoaderOverlayCaption], [typeof i2.A11yModule, typeof i3.PlatformModule, typeof i4.KbqProgressSpinnerModule], [typeof i1.KbqLoaderOverlay, typeof i1.KbqLoaderOverlayIndicator, typeof i1.KbqLoaderOverlayText, typeof i1.KbqLoaderOverlayCaption]>;
|
|
10
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<KbqLoaderOverlayModule>;
|
|
11
10
|
}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./markdown.component";
|
|
3
|
-
import * as i2 from "@angular/
|
|
4
|
-
import * as i3 from "@
|
|
5
|
-
import * as i4 from "@
|
|
6
|
-
import * as i5 from "@angular/forms";
|
|
3
|
+
import * as i2 from "@angular/cdk/a11y";
|
|
4
|
+
import * as i3 from "@koobiq/components/core";
|
|
5
|
+
import * as i4 from "@angular/forms";
|
|
7
6
|
export declare class KbqMarkdownModule {
|
|
8
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqMarkdownModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqMarkdownModule, [typeof i1.KbqMarkdown], [typeof i2.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqMarkdownModule, [typeof i1.KbqMarkdown], [typeof i2.A11yModule, typeof i3.KbqCommonModule, typeof i4.FormsModule], [typeof i1.KbqMarkdown]>;
|
|
10
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<KbqMarkdownModule>;
|
|
11
10
|
}
|
package/modal/modal.module.d.ts
CHANGED
|
@@ -2,14 +2,14 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./modal.component";
|
|
3
3
|
import * as i2 from "./modal.directive";
|
|
4
4
|
import * as i3 from "./css-unit.pipe";
|
|
5
|
-
import * as i4 from "@angular/
|
|
6
|
-
import * as i5 from "@angular/cdk/
|
|
7
|
-
import * as i6 from "@
|
|
8
|
-
import * as i7 from "@koobiq/components/
|
|
9
|
-
import * as i8 from "@koobiq/components/
|
|
10
|
-
import * as i9 from "@
|
|
5
|
+
import * as i4 from "@angular/cdk/overlay";
|
|
6
|
+
import * as i5 from "@angular/cdk/a11y";
|
|
7
|
+
import * as i6 from "@koobiq/components/button";
|
|
8
|
+
import * as i7 from "@koobiq/components/icon";
|
|
9
|
+
import * as i8 from "@koobiq/components/title";
|
|
10
|
+
import * as i9 from "@angular/common";
|
|
11
11
|
export declare class KbqModalModule {
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqModalModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqModalModule, [typeof i1.KbqModalComponent, typeof i2.KbqModalTitle, typeof i2.KbqModalBody, typeof i2.KbqModalFooter, typeof i3.CssUnitPipe, typeof i2.KbqModalMainAction], [typeof i4.
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqModalModule, [typeof i1.KbqModalComponent, typeof i2.KbqModalTitle, typeof i2.KbqModalBody, typeof i2.KbqModalFooter, typeof i3.CssUnitPipe, typeof i2.KbqModalMainAction], [typeof i4.OverlayModule, typeof i5.A11yModule, typeof i6.KbqButtonModule, typeof i7.KbqIconModule, typeof i8.KbqTitleModule, typeof i9.NgTemplateOutlet, typeof i9.NgStyle, typeof i9.NgClass], [typeof i1.KbqModalComponent, typeof i2.KbqModalTitle, typeof i2.KbqModalBody, typeof i2.KbqModalFooter, typeof i2.KbqModalMainAction]>;
|
|
14
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<KbqModalModule>;
|
|
15
15
|
}
|
|
@@ -2,13 +2,12 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./navbar.component";
|
|
3
3
|
import * as i2 from "./navbar-item.component";
|
|
4
4
|
import * as i3 from "./vertical-navbar.component";
|
|
5
|
-
import * as i4 from "@angular/
|
|
6
|
-
import * as i5 from "@angular/cdk/
|
|
7
|
-
import * as i6 from "@
|
|
8
|
-
import * as i7 from "@koobiq/components/
|
|
9
|
-
import * as i8 from "@koobiq/components/tooltip";
|
|
5
|
+
import * as i4 from "@angular/cdk/a11y";
|
|
6
|
+
import * as i5 from "@angular/cdk/platform";
|
|
7
|
+
import * as i6 from "@koobiq/components/icon";
|
|
8
|
+
import * as i7 from "@koobiq/components/tooltip";
|
|
10
9
|
export declare class KbqNavbarModule {
|
|
11
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqNavbarModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqNavbarModule, [typeof i1.KbqNavbar, typeof i1.KbqNavbarContainer, typeof i2.KbqNavbarTitle, typeof i2.KbqNavbarItem, typeof i2.KbqNavbarBrand, typeof i2.KbqNavbarLogo, typeof i2.KbqNavbarToggle, typeof i3.KbqVerticalNavbar, typeof i2.KbqNavbarDivider, typeof i2.KbqNavbarFocusableItem, typeof i2.KbqNavbarRectangleElement, typeof i2.KbqNavbarBento], [typeof i4.
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqNavbarModule, [typeof i1.KbqNavbar, typeof i1.KbqNavbarContainer, typeof i2.KbqNavbarTitle, typeof i2.KbqNavbarItem, typeof i2.KbqNavbarBrand, typeof i2.KbqNavbarLogo, typeof i2.KbqNavbarToggle, typeof i3.KbqVerticalNavbar, typeof i2.KbqNavbarDivider, typeof i2.KbqNavbarFocusableItem, typeof i2.KbqNavbarRectangleElement, typeof i2.KbqNavbarBento], [typeof i4.A11yModule, typeof i5.PlatformModule, typeof i6.KbqIconModule, typeof i7.KbqToolTipModule], [typeof i1.KbqNavbar, typeof i1.KbqNavbarContainer, typeof i2.KbqNavbarTitle, typeof i2.KbqNavbarItem, typeof i2.KbqNavbarBrand, typeof i2.KbqNavbarLogo, typeof i2.KbqNavbarToggle, typeof i3.KbqVerticalNavbar, typeof i2.KbqNavbarDivider, typeof i2.KbqNavbarFocusableItem, typeof i2.KbqNavbarRectangleElement, typeof i2.KbqNavbarBento]>;
|
|
13
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<KbqNavbarModule>;
|
|
14
13
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@koobiq/components",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.7.0",
|
|
4
4
|
"description": "koobiq",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -23,13 +23,13 @@
|
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"@angular/cdk": "^17.0.0",
|
|
25
25
|
"@angular/forms": "^17.0.0",
|
|
26
|
-
"@koobiq/cdk": "17.
|
|
27
|
-
"@koobiq/angular-moment-adapter": "17.
|
|
28
|
-
"@koobiq/angular-luxon-adapter": "17.
|
|
26
|
+
"@koobiq/cdk": "17.7.0",
|
|
27
|
+
"@koobiq/angular-moment-adapter": "17.7.0",
|
|
28
|
+
"@koobiq/angular-luxon-adapter": "17.7.0",
|
|
29
29
|
"@koobiq/date-formatter": "^3.1.2",
|
|
30
30
|
"@koobiq/icons": "^7.1.0",
|
|
31
|
-
"@koobiq/tokens-builder": "3.5.
|
|
32
|
-
"@koobiq/design-tokens": "3.5.
|
|
31
|
+
"@koobiq/tokens-builder": "3.5.1",
|
|
32
|
+
"@koobiq/design-tokens": "3.5.1",
|
|
33
33
|
"marked": "^9.0.0",
|
|
34
34
|
"overlayscrollbars": "^2.2.0",
|
|
35
35
|
"ngx-highlightjs": "^10.0.0"
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./popover.component";
|
|
3
3
|
import * as i2 from "./popover-confirm.component";
|
|
4
|
-
import * as i3 from "@angular/
|
|
5
|
-
import * as i4 from "@
|
|
6
|
-
import * as i5 from "@
|
|
7
|
-
import * as i6 from "@
|
|
8
|
-
import * as i7 from "@
|
|
9
|
-
import * as i8 from "@angular/
|
|
4
|
+
import * as i3 from "@angular/cdk/overlay";
|
|
5
|
+
import * as i4 from "@koobiq/components/button";
|
|
6
|
+
import * as i5 from "@angular/cdk/a11y";
|
|
7
|
+
import * as i6 from "@koobiq/components/icon";
|
|
8
|
+
import * as i7 from "@angular/cdk/observers";
|
|
9
|
+
import * as i8 from "@angular/common";
|
|
10
10
|
export declare class KbqPopoverModule {
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqPopoverModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqPopoverModule, [typeof i1.KbqPopoverComponent, typeof i1.KbqPopoverTrigger, typeof i2.KbqPopoverConfirmComponent, typeof i2.KbqPopoverConfirmTrigger], [typeof i3.
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqPopoverModule, [typeof i1.KbqPopoverComponent, typeof i1.KbqPopoverTrigger, typeof i2.KbqPopoverConfirmComponent, typeof i2.KbqPopoverConfirmTrigger], [typeof i3.OverlayModule, typeof i4.KbqButtonModule, typeof i5.A11yModule, typeof i6.KbqIconModule, typeof i7.CdkObserveContent, typeof i8.NgClass, typeof i8.NgTemplateOutlet], [typeof i1.KbqPopoverComponent, typeof i1.KbqPopoverTrigger, typeof i2.KbqPopoverConfirmComponent, typeof i2.KbqPopoverConfirmTrigger]>;
|
|
13
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<KbqPopoverModule>;
|
|
14
14
|
}
|