@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
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
.kbq-tag,
|
|
2
|
+
.kbq-tag-list,
|
|
3
|
+
.kbq-tag-input {
|
|
4
|
+
--kbq-tag-input-font-default-font-size: 14px;
|
|
5
|
+
--kbq-tag-input-font-default-line-height: 20px;
|
|
6
|
+
--kbq-tag-input-font-default-letter-spacing: -0.006em;
|
|
7
|
+
--kbq-tag-input-font-default-font-weight: normal;
|
|
8
|
+
--kbq-tag-input-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
|
|
9
|
+
Arial, sans-serif;
|
|
10
|
+
--kbq-tag-input-font-default-text-transform: null;
|
|
11
|
+
--kbq-tag-input-font-default-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
12
|
+
--kbq-tag-list-size-content-gap: 4px;
|
|
13
|
+
--kbq-tag-size-padding-horizontal: 4px;
|
|
14
|
+
--kbq-tag-size-padding-vertical: 2px;
|
|
15
|
+
--kbq-tag-size-content-gap-horizontal: 2px;
|
|
16
|
+
--kbq-tag-size-icon-margin-left: 2px;
|
|
17
|
+
--kbq-tag-size-close-button-margin-right: 2px;
|
|
18
|
+
--kbq-tag-font-default-font-size: 14px;
|
|
19
|
+
--kbq-tag-font-default-line-height: 20px;
|
|
20
|
+
--kbq-tag-font-default-letter-spacing: -0.006em;
|
|
21
|
+
--kbq-tag-font-default-font-weight: 500;
|
|
22
|
+
--kbq-tag-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial,
|
|
23
|
+
sans-serif;
|
|
24
|
+
--kbq-tag-font-default-text-transform: null;
|
|
25
|
+
--kbq-tag-font-default-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04';
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
|
29
|
+
--kbq-tag-theme-fade-on-default-background: hsla(216, 100%, 85%, 100%);
|
|
30
|
+
--kbq-tag-theme-fade-on-default-text: hsla(216, 100%, 50%, 100%);
|
|
31
|
+
--kbq-tag-theme-fade-on-default-icon: hsla(216, 100%, 50%, 100%);
|
|
32
|
+
--kbq-tag-theme-fade-on-default-close-button: hsla(216, 100%, 50%, 100%);
|
|
33
|
+
--kbq-tag-theme-fade-on-states-hover-background: hsla(216, 100%, 91%, 100%);
|
|
34
|
+
--kbq-tag-theme-fade-on-states-hover-text: hsla(216, 100%, 50%, 100%);
|
|
35
|
+
--kbq-tag-theme-fade-on-states-hover-icon: hsla(216, 100%, 50%, 100%);
|
|
36
|
+
--kbq-tag-theme-fade-on-states-hover-close-button: hsla(216, 100%, 50%, 100%);
|
|
37
|
+
--kbq-tag-theme-fade-on-states-focus-background: hsla(216, 100%, 85%, 100%);
|
|
38
|
+
--kbq-tag-theme-fade-on-states-focus-text: hsla(216, 100%, 50%, 100%);
|
|
39
|
+
--kbq-tag-theme-fade-on-states-focus-icon: hsla(216, 100%, 50%, 100%);
|
|
40
|
+
--kbq-tag-theme-fade-on-states-focus-close-button: hsla(216, 100%, 50%, 100%);
|
|
41
|
+
--kbq-tag-theme-fade-on-states-focus-outline: hsla(216, 100%, 60%, 100%);
|
|
42
|
+
--kbq-tag-theme-fade-on-states-disabled-background: hsla(229, 15%, 50%, 16%);
|
|
43
|
+
--kbq-tag-theme-fade-on-states-disabled-text: hsla(229, 15%, 15%, 32%);
|
|
44
|
+
--kbq-tag-theme-fade-on-states-disabled-icon: hsla(229, 15%, 15%, 32%);
|
|
45
|
+
--kbq-tag-theme-fade-on-states-disabled-close-button: hsla(229, 15%, 15%, 32%);
|
|
46
|
+
--kbq-tag-contrast-fade-on-default-background: hsla(229, 15%, 92%, 100%);
|
|
47
|
+
--kbq-tag-contrast-fade-on-default-text: hsla(229, 15%, 15%, 100%);
|
|
48
|
+
--kbq-tag-contrast-fade-on-default-icon: hsla(229, 15%, 60%, 100%);
|
|
49
|
+
--kbq-tag-contrast-fade-on-default-close-button: hsla(229, 15%, 60%, 100%);
|
|
50
|
+
--kbq-tag-contrast-fade-on-states-hover-background: hsla(229, 15%, 88%, 100%);
|
|
51
|
+
--kbq-tag-contrast-fade-on-states-hover-text: hsla(229, 15%, 15%, 100%);
|
|
52
|
+
--kbq-tag-contrast-fade-on-states-hover-icon: hsla(229, 15%, 60%, 100%);
|
|
53
|
+
--kbq-tag-contrast-fade-on-states-hover-close-button: hsla(229, 15%, 60%, 100%);
|
|
54
|
+
--kbq-tag-contrast-fade-on-states-focus-background: hsla(229, 15%, 92%, 100%);
|
|
55
|
+
--kbq-tag-contrast-fade-on-states-focus-text: hsla(229, 15%, 15%, 100%);
|
|
56
|
+
--kbq-tag-contrast-fade-on-states-focus-icon: hsla(229, 15%, 60%, 100%);
|
|
57
|
+
--kbq-tag-contrast-fade-on-states-focus-close-button: hsla(229, 15%, 60%, 100%);
|
|
58
|
+
--kbq-tag-contrast-fade-on-states-focus-outline: hsla(216, 100%, 60%, 100%);
|
|
59
|
+
--kbq-tag-contrast-fade-on-states-disabled-background: hsla(229, 15%, 50%, 16%);
|
|
60
|
+
--kbq-tag-contrast-fade-on-states-disabled-text: hsla(229, 15%, 15%, 32%);
|
|
61
|
+
--kbq-tag-contrast-fade-on-states-disabled-icon: hsla(229, 15%, 15%, 32%);
|
|
62
|
+
--kbq-tag-contrast-fade-on-states-disabled-close-button: hsla(229, 15%, 15%, 32%);
|
|
63
|
+
--kbq-tag-error-fade-on-default-background: hsla(7, 97%, 90%, 100%);
|
|
64
|
+
--kbq-tag-error-fade-on-default-text: hsla(7, 97%, 40%, 100%);
|
|
65
|
+
--kbq-tag-error-fade-on-default-icon: hsla(7, 97%, 45%, 100%);
|
|
66
|
+
--kbq-tag-error-fade-on-default-close-button: hsla(7, 97%, 45%, 100%);
|
|
67
|
+
--kbq-tag-error-fade-on-states-hover-background: hsla(7, 97%, 92%, 100%);
|
|
68
|
+
--kbq-tag-error-fade-on-states-hover-text: hsla(7, 97%, 40%, 100%);
|
|
69
|
+
--kbq-tag-error-fade-on-states-hover-icon: hsla(7, 97%, 45%, 100%);
|
|
70
|
+
--kbq-tag-error-fade-on-states-hover-close-button: hsla(7, 97%, 45%, 100%);
|
|
71
|
+
--kbq-tag-error-fade-on-states-focus-background: hsla(7, 97%, 90%, 100%);
|
|
72
|
+
--kbq-tag-error-fade-on-states-focus-text: hsla(7, 97%, 40%, 100%);
|
|
73
|
+
--kbq-tag-error-fade-on-states-focus-icon: hsla(7, 97%, 45%, 100%);
|
|
74
|
+
--kbq-tag-error-fade-on-states-focus-close-button: hsla(7, 97%, 45%, 100%);
|
|
75
|
+
--kbq-tag-error-fade-on-states-focus-outline: hsla(7, 97%, 45%, 100%);
|
|
76
|
+
--kbq-tag-error-fade-on-states-disabled-background: hsla(229, 15%, 50%, 16%);
|
|
77
|
+
--kbq-tag-error-fade-on-states-disabled-text: hsla(229, 15%, 15%, 32%);
|
|
78
|
+
--kbq-tag-error-fade-on-states-disabled-icon: hsla(229, 15%, 15%, 32%);
|
|
79
|
+
--kbq-tag-error-fade-on-states-disabled-close-button: hsla(229, 15%, 15%, 32%);
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
:where(.kbq-dark, .theme-dark, .kbq-theme-dark) {
|
|
83
|
+
--kbq-tag-theme-fade-on-default-background: hsla(216, 100%, 20%, 100%);
|
|
84
|
+
--kbq-tag-theme-fade-on-default-text: hsla(216, 100%, 65%, 100%);
|
|
85
|
+
--kbq-tag-theme-fade-on-default-icon: hsla(216, 100%, 65%, 100%);
|
|
86
|
+
--kbq-tag-theme-fade-on-default-close-button: hsla(216, 100%, 65%, 100%);
|
|
87
|
+
--kbq-tag-theme-fade-on-states-hover-background: hsla(216, 100%, 18%, 100%);
|
|
88
|
+
--kbq-tag-theme-fade-on-states-hover-text: hsla(216, 100%, 65%, 100%);
|
|
89
|
+
--kbq-tag-theme-fade-on-states-hover-icon: hsla(216, 100%, 65%, 100%);
|
|
90
|
+
--kbq-tag-theme-fade-on-states-hover-close-button: hsla(216, 100%, 65%, 100%);
|
|
91
|
+
--kbq-tag-theme-fade-on-states-focus-background: hsla(216, 100%, 20%, 100%);
|
|
92
|
+
--kbq-tag-theme-fade-on-states-focus-text: hsla(216, 100%, 65%, 100%);
|
|
93
|
+
--kbq-tag-theme-fade-on-states-focus-icon: hsla(216, 100%, 65%, 100%);
|
|
94
|
+
--kbq-tag-theme-fade-on-states-focus-close-button: hsla(216, 100%, 65%, 100%);
|
|
95
|
+
--kbq-tag-theme-fade-on-states-focus-outline: hsla(216, 100%, 60%, 100%);
|
|
96
|
+
--kbq-tag-theme-fade-on-states-disabled-background: hsla(229, 15%, 50%, 16%);
|
|
97
|
+
--kbq-tag-theme-fade-on-states-disabled-text: hsla(229, 15%, 40%, 100%);
|
|
98
|
+
--kbq-tag-theme-fade-on-states-disabled-icon: hsla(229, 15%, 30%, 100%);
|
|
99
|
+
--kbq-tag-theme-fade-on-states-disabled-close-button: hsla(229, 15%, 30%, 100%);
|
|
100
|
+
--kbq-tag-contrast-fade-on-default-background: hsla(229, 15%, 25%, 100%);
|
|
101
|
+
--kbq-tag-contrast-fade-on-default-text: hsla(229, 15%, 80%, 100%);
|
|
102
|
+
--kbq-tag-contrast-fade-on-default-icon: hsla(229, 15%, 45%, 100%);
|
|
103
|
+
--kbq-tag-contrast-fade-on-default-close-button: hsla(229, 15%, 45%, 100%);
|
|
104
|
+
--kbq-tag-contrast-fade-on-states-hover-background: hsla(229, 15%, 25%, 100%);
|
|
105
|
+
--kbq-tag-contrast-fade-on-states-hover-text: hsla(229, 15%, 80%, 100%);
|
|
106
|
+
--kbq-tag-contrast-fade-on-states-hover-icon: hsla(229, 15%, 45%, 100%);
|
|
107
|
+
--kbq-tag-contrast-fade-on-states-hover-close-button: hsla(229, 15%, 45%, 100%);
|
|
108
|
+
--kbq-tag-contrast-fade-on-states-focus-background: hsla(229, 15%, 25%, 100%);
|
|
109
|
+
--kbq-tag-contrast-fade-on-states-focus-text: hsla(229, 15%, 80%, 100%);
|
|
110
|
+
--kbq-tag-contrast-fade-on-states-focus-icon: hsla(229, 15%, 45%, 100%);
|
|
111
|
+
--kbq-tag-contrast-fade-on-states-focus-close-button: hsla(229, 15%, 45%, 100%);
|
|
112
|
+
--kbq-tag-contrast-fade-on-states-focus-outline: hsla(216, 100%, 60%, 100%);
|
|
113
|
+
--kbq-tag-contrast-fade-on-states-disabled-background: hsla(229, 15%, 50%, 16%);
|
|
114
|
+
--kbq-tag-contrast-fade-on-states-disabled-text: hsla(229, 15%, 40%, 100%);
|
|
115
|
+
--kbq-tag-contrast-fade-on-states-disabled-icon: hsla(229, 15%, 30%, 100%);
|
|
116
|
+
--kbq-tag-contrast-fade-on-states-disabled-close-button: hsla(229, 15%, 30%, 100%);
|
|
117
|
+
--kbq-tag-error-fade-on-default-background: hsla(7, 97%, 15%, 100%);
|
|
118
|
+
--kbq-tag-error-fade-on-default-text: hsla(7, 97%, 60%, 100%);
|
|
119
|
+
--kbq-tag-error-fade-on-default-icon: hsla(7, 97%, 60%, 100%);
|
|
120
|
+
--kbq-tag-error-fade-on-default-close-button: hsla(7, 97%, 60%, 100%);
|
|
121
|
+
--kbq-tag-error-fade-on-states-hover-background: hsla(7, 97%, 13%, 100%);
|
|
122
|
+
--kbq-tag-error-fade-on-states-hover-text: hsla(7, 97%, 60%, 100%);
|
|
123
|
+
--kbq-tag-error-fade-on-states-hover-icon: hsla(7, 97%, 60%, 100%);
|
|
124
|
+
--kbq-tag-error-fade-on-states-hover-close-button: hsla(7, 97%, 60%, 100%);
|
|
125
|
+
--kbq-tag-error-fade-on-states-focus-background: hsla(7, 97%, 15%, 100%);
|
|
126
|
+
--kbq-tag-error-fade-on-states-focus-text: hsla(7, 97%, 60%, 100%);
|
|
127
|
+
--kbq-tag-error-fade-on-states-focus-icon: hsla(7, 97%, 60%, 100%);
|
|
128
|
+
--kbq-tag-error-fade-on-states-focus-close-button: hsla(7, 97%, 60%, 100%);
|
|
129
|
+
--kbq-tag-error-fade-on-states-focus-outline: hsla(7, 97%, 45%, 100%);
|
|
130
|
+
--kbq-tag-error-fade-on-states-disabled-background: hsla(229, 15%, 50%, 16%);
|
|
131
|
+
--kbq-tag-error-fade-on-states-disabled-text: hsla(229, 15%, 40%, 100%);
|
|
132
|
+
--kbq-tag-error-fade-on-states-disabled-icon: hsla(229, 15%, 30%, 100%);
|
|
133
|
+
--kbq-tag-error-fade-on-states-disabled-close-button: hsla(229, 15%, 30%, 100%);
|
|
134
|
+
--kbq-tag-warning-fade-on-default-background: hsla(38, 100%, 14%, 100%);
|
|
135
|
+
--kbq-tag-warning-fade-on-default-text: hsla(38, 100%, 60%, 100%);
|
|
136
|
+
--kbq-tag-warning-fade-on-default-icon: hsla(38, 100%, 60%, 100%);
|
|
137
|
+
--kbq-tag-warning-fade-on-default-close-button: hsla(38, 100%, 60%, 100%);
|
|
138
|
+
--kbq-tag-warning-fade-on-states-hover-background: hsla(38, 100%, 13%, 100%);
|
|
139
|
+
--kbq-tag-warning-fade-on-states-hover-text: hsla(38, 100%, 60%, 100%);
|
|
140
|
+
--kbq-tag-warning-fade-on-states-hover-icon: hsla(38, 100%, 60%, 100%);
|
|
141
|
+
--kbq-tag-warning-fade-on-states-hover-close-button: hsla(38, 100%, 60%, 100%);
|
|
142
|
+
--kbq-tag-warning-fade-on-states-focus-background: hsla(38, 100%, 14%, 100%);
|
|
143
|
+
--kbq-tag-warning-fade-on-states-focus-text: hsla(38, 100%, 60%, 100%);
|
|
144
|
+
--kbq-tag-warning-fade-on-states-focus-icon: hsla(38, 100%, 60%, 100%);
|
|
145
|
+
--kbq-tag-warning-fade-on-states-focus-close-button: hsla(38, 100%, 60%, 100%);
|
|
146
|
+
--kbq-tag-warning-fade-on-states-focus-outline: hsla(216, 100%, 60%, 100%);
|
|
147
|
+
--kbq-tag-warning-fade-on-states-disabled-background: hsla(229, 15%, 50%, 16%);
|
|
148
|
+
--kbq-tag-warning-fade-on-states-disabled-text: hsla(229, 15%, 40%, 100%);
|
|
149
|
+
--kbq-tag-warning-fade-on-states-disabled-icon: hsla(229, 15%, 30%, 100%);
|
|
150
|
+
--kbq-tag-warning-fade-on-states-disabled-close-button: hsla(229, 15%, 30%, 100%);
|
|
151
|
+
}
|
package/tags/tag.module.d.ts
CHANGED
|
@@ -2,10 +2,9 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./tag-list.component";
|
|
3
3
|
import * as i2 from "./tag.component";
|
|
4
4
|
import * as i3 from "./tag-input";
|
|
5
|
-
import * as i4 from "@angular/
|
|
6
|
-
import * as i5 from "@angular/cdk/platform";
|
|
5
|
+
import * as i4 from "@angular/cdk/platform";
|
|
7
6
|
export declare class KbqTagsModule {
|
|
8
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqTagsModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqTagsModule, [typeof i1.KbqTagList, typeof i2.KbqTag, typeof i3.KbqTagInput, typeof i2.KbqTagTrailingIcon, typeof i2.KbqTagAvatar, typeof i2.KbqTagRemove], [typeof i4.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqTagsModule, [typeof i1.KbqTagList, typeof i2.KbqTag, typeof i3.KbqTagInput, typeof i2.KbqTagTrailingIcon, typeof i2.KbqTagAvatar, typeof i2.KbqTagRemove], [typeof i4.PlatformModule], [typeof i1.KbqTagList, typeof i2.KbqTag, typeof i3.KbqTagInput, typeof i2.KbqTagTrailingIcon, typeof i2.KbqTagAvatar, typeof i2.KbqTagRemove]>;
|
|
10
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<KbqTagsModule>;
|
|
11
10
|
}
|
package/tags/tag.scss
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./textarea.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 KbqTextareaModule {
|
|
8
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqTextareaModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqTextareaModule, [typeof i1.KbqTextarea], [typeof i2.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqTextareaModule, [typeof i1.KbqTextarea], [typeof i2.A11yModule, typeof i3.KbqCommonModule, typeof i4.FormsModule], [typeof i1.KbqTextarea]>;
|
|
10
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<KbqTextareaModule>;
|
|
11
10
|
}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./timepicker.directive";
|
|
3
|
-
import * as i2 from "@angular/
|
|
4
|
-
import * as i3 from "@angular/cdk/
|
|
5
|
-
import * as i4 from "@angular/
|
|
6
|
-
import * as i5 from "@angular/forms";
|
|
3
|
+
import * as i2 from "@angular/cdk/a11y";
|
|
4
|
+
import * as i3 from "@angular/cdk/platform";
|
|
5
|
+
import * as i4 from "@angular/forms";
|
|
7
6
|
export declare class KbqTimepickerModule {
|
|
8
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqTimepickerModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqTimepickerModule, [typeof i1.KbqTimepicker], [typeof i2.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqTimepickerModule, [typeof i1.KbqTimepicker], [typeof i2.A11yModule, typeof i3.PlatformModule, typeof i4.FormsModule], [typeof i1.KbqTimepicker]>;
|
|
10
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<KbqTimepickerModule>;
|
|
11
10
|
}
|
|
@@ -4,16 +4,16 @@ import * as i2 from "./cities-by-filter.pipe";
|
|
|
4
4
|
import * as i3 from "./timezone-select.component";
|
|
5
5
|
import * as i4 from "./timezone-option.component";
|
|
6
6
|
import * as i5 from "./timezone-option.directive";
|
|
7
|
-
import * as i6 from "@angular/
|
|
8
|
-
import * as i7 from "@
|
|
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 "@
|
|
7
|
+
import * as i6 from "@angular/cdk/overlay";
|
|
8
|
+
import * as i7 from "@koobiq/components/form-field";
|
|
9
|
+
import * as i8 from "@koobiq/components/core";
|
|
10
|
+
import * as i9 from "@koobiq/components/select";
|
|
11
|
+
import * as i10 from "@koobiq/components/icon";
|
|
12
|
+
import * as i11 from "@koobiq/components/tags";
|
|
13
|
+
import * as i12 from "@koobiq/components/tooltip";
|
|
14
|
+
import * as i13 from "@angular/common";
|
|
15
15
|
export declare class KbqTimezoneModule {
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqTimezoneModule, never>;
|
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqTimezoneModule, [typeof i1.UtcOffsetPipe, typeof i2.CitiesByFilterPipe, typeof i3.KbqTimezoneSelect, typeof i4.KbqTimezoneOption, typeof i5.KbqTimezoneOptionTooltip, typeof i3.KbqTimezoneSelectTrigger], [typeof i6.
|
|
17
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqTimezoneModule, [typeof i1.UtcOffsetPipe, typeof i2.CitiesByFilterPipe, typeof i3.KbqTimezoneSelect, typeof i4.KbqTimezoneOption, typeof i5.KbqTimezoneOptionTooltip, typeof i3.KbqTimezoneSelectTrigger], [typeof i6.OverlayModule, typeof i7.KbqFormFieldModule, typeof i8.KbqOptionModule, typeof i9.KbqSelectModule, typeof i10.KbqIconModule, typeof i11.KbqTagsModule, typeof i12.KbqToolTipModule, typeof i8.KbqHighlightModule, typeof i13.NgClass, typeof i13.KeyValuePipe], [typeof i3.KbqTimezoneSelect, typeof i4.KbqTimezoneOption, typeof i5.KbqTimezoneOptionTooltip, typeof i3.KbqTimezoneSelectTrigger]>;
|
|
18
18
|
static ɵinj: i0.ɵɵInjectorDeclaration<KbqTimezoneModule>;
|
|
19
19
|
}
|
package/toast/toast.module.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./toast.component";
|
|
3
3
|
import * as i2 from "./toast-container.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 "@koobiq/components/
|
|
9
|
-
import * as i8 from "@
|
|
4
|
+
import * as i3 from "@angular/cdk/overlay";
|
|
5
|
+
import * as i4 from "@koobiq/components/title";
|
|
6
|
+
import * as i5 from "@angular/cdk/a11y";
|
|
7
|
+
import * as i6 from "@koobiq/components/icon";
|
|
8
|
+
import * as i7 from "@koobiq/components/button";
|
|
9
|
+
import * as i8 from "@angular/common";
|
|
10
10
|
export declare class KbqToastModule {
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqToastModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqToastModule, [typeof i1.KbqToastComponent, typeof i2.KbqToastContainerComponent, typeof i1.KbqToastCloseButton], [typeof i3.
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqToastModule, [typeof i1.KbqToastComponent, typeof i2.KbqToastContainerComponent, typeof i1.KbqToastCloseButton], [typeof i3.OverlayModule, typeof i4.KbqTitleModule, typeof i5.A11yModule, typeof i6.KbqIconModule, typeof i7.KbqButtonModule, typeof i8.NgTemplateOutlet, typeof i8.NgClass], [typeof i1.KbqToastComponent, typeof i2.KbqToastContainerComponent, typeof i1.KbqToastCloseButton]>;
|
|
13
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<KbqToastModule>;
|
|
14
14
|
}
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
|
|
44
44
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
|
45
45
|
--kbq-foreground-text-disabled: hsla(229, 15%, 70%, 100%);
|
|
46
|
-
--kbq-toggle-theme-default-border: hsla(229, 15%,
|
|
46
|
+
--kbq-toggle-theme-default-border: hsla(229, 15%, 80%, 100%);
|
|
47
47
|
--kbq-toggle-theme-default-background: hsla(0, 0%, 100%, 100%);
|
|
48
48
|
--kbq-toggle-theme-default-circle-background: hsla(229, 15%, 15%, 100%);
|
|
49
|
-
--kbq-toggle-theme-states-hover-border: hsla(229, 15%,
|
|
49
|
+
--kbq-toggle-theme-states-hover-border: hsla(229, 15%, 80%, 100%);
|
|
50
50
|
--kbq-toggle-theme-states-hover-background: hsla(229, 15%, 50%, 8%);
|
|
51
51
|
--kbq-toggle-theme-states-hover-circle-background: hsla(229, 15%, 15%, 100%);
|
|
52
52
|
--kbq-toggle-theme-states-checked-border: transparent;
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
--kbq-toggle-theme-states-checked-focused-background: hsla(216, 100%, 50%, 100%);
|
|
64
64
|
--kbq-toggle-theme-states-checked-focused-circle-background: hsla(0, 0%, 100%, 100%);
|
|
65
65
|
--kbq-toggle-theme-states-checked-focused-focus-outline: hsla(216, 100%, 60%, 100%);
|
|
66
|
-
--kbq-toggle-theme-states-disabled-border: hsla(229, 15%,
|
|
66
|
+
--kbq-toggle-theme-states-disabled-border: hsla(229, 15%, 50%, 32%);
|
|
67
67
|
--kbq-toggle-theme-states-disabled-background: hsla(229, 15%, 50%, 16%);
|
|
68
68
|
--kbq-toggle-theme-states-disabled-circle-background: hsla(229, 15%, 15%, 32%);
|
|
69
69
|
--kbq-toggle-error-default-border: hsla(7, 97%, 45%, 100%);
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
--kbq-toggle-error-states-checked-focused-background: hsla(7, 97%, 60%, 100%);
|
|
87
87
|
--kbq-toggle-error-states-checked-focused-circle-background: hsla(0, 0%, 100%, 100%);
|
|
88
88
|
--kbq-toggle-error-states-checked-focused-focus-outline: hsla(7, 97%, 45%, 100%);
|
|
89
|
-
--kbq-toggle-error-states-disabled-border: hsla(229, 15%,
|
|
89
|
+
--kbq-toggle-error-states-disabled-border: hsla(229, 15%, 50%, 32%);
|
|
90
90
|
--kbq-toggle-error-states-disabled-background: hsla(229, 15%, 50%, 16%);
|
|
91
91
|
--kbq-toggle-error-states-disabled-circle-background: hsla(229, 15%, 15%, 32%);
|
|
92
92
|
}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./toggle.component";
|
|
3
|
-
import * as i2 from "@angular/
|
|
4
|
-
import * as i3 from "@
|
|
5
|
-
import * as i4 from "@koobiq/components/core";
|
|
3
|
+
import * as i2 from "@angular/cdk/a11y";
|
|
4
|
+
import * as i3 from "@koobiq/components/core";
|
|
6
5
|
export declare class KbqToggleModule {
|
|
7
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqToggleModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqToggleModule, [typeof i1.KbqToggleComponent], [typeof i2.
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqToggleModule, [typeof i1.KbqToggleComponent], [typeof i2.A11yModule, typeof i3.KbqCommonModule], [typeof i1.KbqToggleComponent]>;
|
|
9
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<KbqToggleModule>;
|
|
10
9
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./tooltip.component";
|
|
3
|
-
import * as i2 from "@angular/
|
|
4
|
-
import * as i3 from "@angular/
|
|
3
|
+
import * as i2 from "@angular/cdk/overlay";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
5
|
export declare class KbqToolTipModule {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqToolTipModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqToolTipModule, [typeof i1.KbqTooltipComponent, typeof i1.KbqTooltipTrigger, typeof i1.KbqExtendedTooltipTrigger, typeof i1.KbqWarningTooltipTrigger], [typeof i2.
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqToolTipModule, [typeof i1.KbqTooltipComponent, typeof i1.KbqTooltipTrigger, typeof i1.KbqExtendedTooltipTrigger, typeof i1.KbqWarningTooltipTrigger], [typeof i2.OverlayModule, typeof i3.NgClass, typeof i3.NgTemplateOutlet], [typeof i1.KbqTooltipComponent, typeof i1.KbqTooltipTrigger, typeof i1.KbqExtendedTooltipTrigger, typeof i1.KbqWarningTooltipTrigger]>;
|
|
8
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<KbqToolTipModule>;
|
|
9
9
|
}
|
package/tree/tree-tokens.scss
CHANGED
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
--kbq-tree-states-hover-action-button-color: hsla(229, 15%, 60%, 100%);
|
|
40
40
|
--kbq-tree-states-hover-caption-color: hsla(229, 15%, 50%, 100%);
|
|
41
41
|
--kbq-tree-states-focused-focus-outline-color: hsla(216, 100%, 60%, 100%);
|
|
42
|
-
--kbq-tree-states-selected-container-background: hsla(216, 100%,
|
|
42
|
+
--kbq-tree-states-selected-container-background: hsla(216, 100%, 94%, 100%);
|
|
43
43
|
--kbq-tree-states-selected-text-color: hsla(229, 15%, 15%, 100%);
|
|
44
44
|
--kbq-tree-states-selected-icon-color: hsla(229, 15%, 15%, 100%);
|
|
45
45
|
--kbq-tree-states-selected-tree-toggle-color: hsla(229, 15%, 60%, 100%);
|
|
46
46
|
--kbq-tree-states-selected-action-button-color: hsla(229, 15%, 60%, 100%);
|
|
47
47
|
--kbq-tree-states-selected-caption-color: hsla(229, 15%, 50%, 100%);
|
|
48
|
-
--kbq-tree-states-selected-hover-container-background: hsla(216, 100%,
|
|
48
|
+
--kbq-tree-states-selected-hover-container-background: hsla(216, 100%, 90%, 100%);
|
|
49
49
|
--kbq-tree-states-selected-hover-text-color: hsla(229, 15%, 15%, 100%);
|
|
50
50
|
--kbq-tree-states-selected-hover-icon-color: hsla(229, 15%, 15%, 100%);
|
|
51
51
|
--kbq-tree-states-selected-hover-tree-toggle-color: hsla(229, 15%, 60%, 100%);
|
|
@@ -73,13 +73,13 @@
|
|
|
73
73
|
--kbq-tree-states-hover-action-button-color: hsla(229, 15%, 45%, 100%);
|
|
74
74
|
--kbq-tree-states-hover-caption-color: hsla(229, 15%, 60%, 100%);
|
|
75
75
|
--kbq-tree-states-focused-focus-outline-color: hsla(216, 100%, 60%, 100%);
|
|
76
|
-
--kbq-tree-states-selected-container-background: hsla(216, 100%,
|
|
76
|
+
--kbq-tree-states-selected-container-background: hsla(216, 100%, 18%, 100%);
|
|
77
77
|
--kbq-tree-states-selected-text-color: hsla(229, 15%, 80%, 100%);
|
|
78
78
|
--kbq-tree-states-selected-icon-color: hsla(229, 15%, 80%, 100%);
|
|
79
79
|
--kbq-tree-states-selected-tree-toggle-color: hsla(229, 15%, 45%, 100%);
|
|
80
80
|
--kbq-tree-states-selected-action-button-color: hsla(229, 15%, 45%, 100%);
|
|
81
81
|
--kbq-tree-states-selected-caption-color: hsla(229, 15%, 60%, 100%);
|
|
82
|
-
--kbq-tree-states-selected-hover-container-background: hsla(216, 100%,
|
|
82
|
+
--kbq-tree-states-selected-hover-container-background: hsla(216, 100%, 15%, 100%);
|
|
83
83
|
--kbq-tree-states-selected-hover-text-color: hsla(229, 15%, 80%, 100%);
|
|
84
84
|
--kbq-tree-states-selected-hover-icon-color: hsla(229, 15%, 80%, 100%);
|
|
85
85
|
--kbq-tree-states-selected-hover-tree-toggle-color: hsla(229, 15%, 45%, 100%);
|
package/tree/tree.module.d.ts
CHANGED
|
@@ -7,11 +7,10 @@ import * as i5 from "./tree";
|
|
|
7
7
|
import * as i6 from "./tree-selection.component";
|
|
8
8
|
import * as i7 from "./tree-option.component";
|
|
9
9
|
import * as i8 from "./toggle";
|
|
10
|
-
import * as i9 from "@
|
|
11
|
-
import * as i10 from "@koobiq/components/
|
|
12
|
-
import * as i11 from "@koobiq/components/icon";
|
|
10
|
+
import * as i9 from "@koobiq/components/core";
|
|
11
|
+
import * as i10 from "@koobiq/components/icon";
|
|
13
12
|
export declare class KbqTreeModule {
|
|
14
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqTreeModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqTreeModule, [typeof i1.KbqTreeNodeOutlet, typeof i2.KbqTreeNodeDef, typeof i3.KbqTreeNode, typeof i4.KbqTreeNodePadding, typeof i5.KbqTree, typeof i6.KbqTreeSelection, typeof i7.KbqTreeOption, typeof i8.KbqTreeNodeToggleComponent, typeof i8.KbqTreeNodeToggleDirective], [typeof i9.
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqTreeModule, [typeof i1.KbqTreeNodeOutlet, typeof i2.KbqTreeNodeDef, typeof i3.KbqTreeNode, typeof i4.KbqTreeNodePadding, typeof i5.KbqTree, typeof i6.KbqTreeSelection, typeof i7.KbqTreeOption, typeof i8.KbqTreeNodeToggleComponent, typeof i8.KbqTreeNodeToggleDirective], [typeof i9.KbqPseudoCheckboxModule, typeof i10.KbqIconModule], [typeof i1.KbqTreeNodeOutlet, typeof i2.KbqTreeNodeDef, typeof i3.KbqTreeNode, typeof i4.KbqTreeNodePadding, typeof i5.KbqTree, typeof i6.KbqTreeSelection, typeof i7.KbqTreeOption, typeof i8.KbqTreeNodeToggleComponent, typeof i8.KbqTreeNodeToggleDirective]>;
|
|
16
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<KbqTreeModule>;
|
|
17
16
|
}
|
|
@@ -277,6 +277,6 @@ export declare class KbqTreeSelect extends KbqTreeSelectMixinBase implements Aft
|
|
|
277
277
|
private _compareWith;
|
|
278
278
|
private subscribeOnSearchChanges;
|
|
279
279
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqTreeSelect, [null, null, null, null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; self: true; }, { optional: true; }]>;
|
|
280
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KbqTreeSelect, "kbq-tree-select", ["kbqTreeSelect"], { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "hiddenItemsText": { "alias": "hiddenItemsText"; "required": false; }; "panelClass": { "alias": "panelClass"; "required": false; }; "backdropClass": { "alias": "backdropClass"; "required": false; }; "errorStateMatcher": { "alias": "errorStateMatcher"; "required": false; }; "sortComparator": { "alias": "sortComparator"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "autoSelect": { "alias": "autoSelect"; "required": false; }; "compareWith": { "alias": "compareWith"; "required": false; }; "id": { "alias": "id"; "required": false; }; "hasBackdrop": { "alias": "hasBackdrop"; "required": false; }; "hiddenItemsTextFormatter": { "alias": "hiddenItemsTextFormatter"; "required": false; }; }, { "openedChange": "openedChange"; "openedStream": "opened"; "closedStream": "closed"; "selectionChange": "selectionChange"; "valueChange": "valueChange"; }, ["cleaner", "customTrigger", "customMatcher", "customTagTemplateRef", "tree", "search"], ["kbq-select-
|
|
280
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KbqTreeSelect, "kbq-tree-select", ["kbqTreeSelect"], { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "hiddenItemsText": { "alias": "hiddenItemsText"; "required": false; }; "panelClass": { "alias": "panelClass"; "required": false; }; "backdropClass": { "alias": "backdropClass"; "required": false; }; "errorStateMatcher": { "alias": "errorStateMatcher"; "required": false; }; "sortComparator": { "alias": "sortComparator"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "autoSelect": { "alias": "autoSelect"; "required": false; }; "compareWith": { "alias": "compareWith"; "required": false; }; "id": { "alias": "id"; "required": false; }; "hasBackdrop": { "alias": "hasBackdrop"; "required": false; }; "hiddenItemsTextFormatter": { "alias": "hiddenItemsTextFormatter"; "required": false; }; }, { "openedChange": "openedChange"; "openedStream": "opened"; "closedStream": "closed"; "selectionChange": "selectionChange"; "valueChange": "valueChange"; }, ["cleaner", "customTrigger", "customMatcher", "customTagTemplateRef", "tree", "search"], ["kbq-select-matcher, [kbq-select-matcher]", "kbq-select-trigger", "kbq-cleaner", "[kbqSelectSearch]", "[kbq-select-search-empty-result]", "kbq-tree-selection", "kbq-select-footer,[kbq-tree-select-footer]"], false, never>;
|
|
281
281
|
}
|
|
282
282
|
export {};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./tree-select.component";
|
|
3
|
-
import * as i2 from "@angular/
|
|
4
|
-
import * as i3 from "@
|
|
5
|
-
import * as i4 from "@koobiq/components/
|
|
6
|
-
import * as i5 from "@koobiq/components/
|
|
7
|
-
import * as i6 from "@koobiq/components/
|
|
8
|
-
import * as i7 from "@
|
|
3
|
+
import * as i2 from "@angular/cdk/overlay";
|
|
4
|
+
import * as i3 from "@koobiq/components/tree";
|
|
5
|
+
import * as i4 from "@koobiq/components/icon";
|
|
6
|
+
import * as i5 from "@koobiq/components/tags";
|
|
7
|
+
import * as i6 from "@koobiq/components/core";
|
|
8
|
+
import * as i7 from "@angular/common";
|
|
9
9
|
export declare class KbqTreeSelectModule {
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqTreeSelectModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqTreeSelectModule, [typeof i1.KbqTreeSelect], [typeof i2.
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqTreeSelectModule, [typeof i1.KbqTreeSelect], [typeof i2.OverlayModule, typeof i3.KbqTreeModule, typeof i4.KbqIconModule, typeof i5.KbqTagsModule, typeof i6.KbqPseudoCheckboxModule, typeof i6.KbqSelectSearch, typeof i6.KbqSelectFooter, typeof i6.KbqSelectMatcher, typeof i6.KbqSelectTrigger, typeof i6.KbqSelectSearchEmptyResult, typeof i7.NgClass, typeof i7.NgTemplateOutlet], [typeof i1.KbqTreeSelect, typeof i6.KbqSelectSearch, typeof i6.KbqSelectFooter, typeof i6.KbqSelectMatcher, typeof i6.KbqSelectTrigger, typeof i6.KbqSelectSearchEmptyResult]>;
|
|
12
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<KbqTreeSelectModule>;
|
|
13
13
|
}
|