@koobiq/components 17.6.1 → 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.module.d.ts +3 -4
- 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.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.module.mjs +3 -7
- 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.module.mjs +4 -5
- package/esm2022/tooltip/tooltip.component.mjs +3 -3
- package/esm2022/tooltip/tooltip.module.mjs +11 -5
- package/esm2022/tree/tree-option.component.mjs +5 -6
- 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 +2 -6
- package/fesm2022/koobiq-components-badge.mjs.map +1 -1
- package/fesm2022/koobiq-components-button.mjs +2 -6
- 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 +3 -4
- 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 +10 -15
- package/fesm2022/koobiq-components-tree.mjs.map +1 -1
- 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 +12 -0
- package/form-field/form-field.module.d.ts +3 -3
- package/icon/icon.module.d.ts +3 -4
- package/input/input.module.d.ts +5 -6
- 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 +4 -4
- 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 +2 -2
- 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.module.d.ts +3 -4
- package/tooltip/tooltip.module.d.ts +3 -3
- 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
|
@@ -6,7 +6,9 @@
|
|
|
6
6
|
@use '../common/tokens' as *;
|
|
7
7
|
@use '../functions/string' as *;
|
|
8
8
|
|
|
9
|
-
@
|
|
9
|
+
@use './scrollbar-tokens';
|
|
10
|
+
|
|
11
|
+
@mixin kbq-scrollbar() {
|
|
10
12
|
//firefox
|
|
11
13
|
@supports not selector(::-webkit-scrollbar) {
|
|
12
14
|
scrollbar-width: thin;
|
|
@@ -50,16 +52,13 @@
|
|
|
50
52
|
}
|
|
51
53
|
}
|
|
52
54
|
|
|
53
|
-
@mixin kbq-scrollbar-theme(
|
|
54
|
-
$scrollbar: map.get(map.get($theme, components), scrollbar);
|
|
55
|
-
|
|
55
|
+
@mixin kbq-scrollbar-theme() {
|
|
56
56
|
.kbq-scrollbar {
|
|
57
|
-
@include kbq-scrollbar(
|
|
57
|
+
@include kbq-scrollbar();
|
|
58
58
|
|
|
59
59
|
// firefox
|
|
60
60
|
@supports not selector(::-webkit-scrollbar) {
|
|
61
|
-
scrollbar-color: kbq-css-variable(scrollbar-thumb-default-background
|
|
62
|
-
transparent;
|
|
61
|
+
scrollbar-color: kbq-css-variable(scrollbar-thumb-default-background) transparent;
|
|
63
62
|
}
|
|
64
63
|
|
|
65
64
|
// webkit
|
|
@@ -73,18 +72,18 @@
|
|
|
73
72
|
border-color: transparent;
|
|
74
73
|
|
|
75
74
|
background-clip: content-box;
|
|
76
|
-
background-color: kbq-css-variable(scrollbar-thumb-default-background
|
|
75
|
+
background-color: kbq-css-variable(scrollbar-thumb-default-background);
|
|
77
76
|
|
|
78
77
|
&:hover {
|
|
79
|
-
background-color: kbq-css-variable(scrollbar-thumb-hover-background
|
|
78
|
+
background-color: kbq-css-variable(scrollbar-thumb-hover-background);
|
|
80
79
|
}
|
|
81
80
|
|
|
82
81
|
&:disabled {
|
|
83
|
-
background-color: kbq-css-variable(scrollbar-thumb-disabled-background
|
|
82
|
+
background-color: kbq-css-variable(scrollbar-thumb-disabled-background);
|
|
84
83
|
}
|
|
85
84
|
|
|
86
85
|
&:active {
|
|
87
|
-
background-color: kbq-css-variable(scrollbar-thumb-active-background
|
|
86
|
+
background-color: kbq-css-variable(scrollbar-thumb-active-background);
|
|
88
87
|
}
|
|
89
88
|
}
|
|
90
89
|
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
.kbq-scrollbar {
|
|
2
|
+
--kbq-scrollbar-size-track-dimension: 16px;
|
|
3
|
+
--kbq-scrollbar-size-track-padding-vertical: 2px;
|
|
4
|
+
--kbq-scrollbar-size-track-padding-horizontal: 2px;
|
|
5
|
+
--kbq-scrollbar-size-thumb-width: 8px;
|
|
6
|
+
--kbq-scrollbar-size-thumb-min-size: 20px;
|
|
7
|
+
--kbq-scrollbar-size-thumb-border-radius: 8px;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
|
11
|
+
--kbq-scrollbar-thumb-default-background: hsla(229, 15%, 60%, 100%);
|
|
12
|
+
--kbq-scrollbar-thumb-hover-background: hsla(229, 15%, 50%, 100%);
|
|
13
|
+
--kbq-scrollbar-thumb-active-background: hsla(229, 15%, 40%, 100%);
|
|
14
|
+
--kbq-scrollbar-thumb-disabled-background: hsla(229, 15%, 15%, 32%);
|
|
15
|
+
--kbq-scrollbar-track-default-border: transparent;
|
|
16
|
+
--kbq-scrollbar-track-default-background: transparent;
|
|
17
|
+
--kbq-scrollbar-track-hover-border: transparent;
|
|
18
|
+
--kbq-scrollbar-track-hover-background: transparent;
|
|
19
|
+
--kbq-scrollbar-track-active-border: transparent;
|
|
20
|
+
--kbq-scrollbar-track-active-background: transparent;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
:where(.kbq-dark, .theme-dark, .kbq-theme-dark) {
|
|
24
|
+
--kbq-scrollbar-thumb-default-background: hsla(229, 15%, 45%, 100%);
|
|
25
|
+
--kbq-scrollbar-thumb-hover-background: hsla(229, 15%, 50%, 100%);
|
|
26
|
+
--kbq-scrollbar-thumb-active-background: hsla(229, 15%, 40%, 100%);
|
|
27
|
+
--kbq-scrollbar-thumb-disabled-background: hsla(229, 15%, 30%, 100%);
|
|
28
|
+
--kbq-scrollbar-track-default-border: transparent;
|
|
29
|
+
--kbq-scrollbar-track-default-background: transparent;
|
|
30
|
+
--kbq-scrollbar-track-hover-border: transparent;
|
|
31
|
+
--kbq-scrollbar-track-hover-background: transparent;
|
|
32
|
+
--kbq-scrollbar-track-active-border: transparent;
|
|
33
|
+
--kbq-scrollbar-track-active-background: transparent;
|
|
34
|
+
}
|
|
@@ -6,15 +6,15 @@ import * as i4 from "./datepicker-input.directive";
|
|
|
6
6
|
import * as i5 from "./datepicker-toggle.component";
|
|
7
7
|
import * as i6 from "./month-view.component";
|
|
8
8
|
import * as i7 from "./calendar-header.component";
|
|
9
|
-
import * as i8 from "@
|
|
10
|
-
import * as i9 from "@
|
|
11
|
-
import * as i10 from "@angular/cdk/
|
|
12
|
-
import * as i11 from "@angular/cdk/
|
|
13
|
-
import * as i12 from "@
|
|
14
|
-
import * as i13 from "@koobiq/components/
|
|
15
|
-
import * as i14 from "@
|
|
9
|
+
import * as i8 from "@koobiq/components/button";
|
|
10
|
+
import * as i9 from "@angular/cdk/overlay";
|
|
11
|
+
import * as i10 from "@angular/cdk/a11y";
|
|
12
|
+
import * as i11 from "@angular/cdk/portal";
|
|
13
|
+
import * as i12 from "@koobiq/components/select";
|
|
14
|
+
import * as i13 from "@koobiq/components/icon";
|
|
15
|
+
import * as i14 from "@angular/common";
|
|
16
16
|
export declare class KbqDatepickerModule {
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqDatepickerModule, never>;
|
|
18
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqDatepickerModule, [typeof i1.KbqCalendar, typeof i2.KbqCalendarBody, typeof i3.KbqDatepicker, typeof i3.KbqDatepickerContent, typeof i4.KbqDatepickerInput, typeof i5.KbqDatepickerToggle, typeof i5.KbqDatepickerToggleIcon, typeof i6.KbqMonthView, typeof i7.KbqCalendarHeader], [typeof i8.
|
|
18
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqDatepickerModule, [typeof i1.KbqCalendar, typeof i2.KbqCalendarBody, typeof i3.KbqDatepicker, typeof i3.KbqDatepickerContent, typeof i4.KbqDatepickerInput, typeof i5.KbqDatepickerToggle, typeof i5.KbqDatepickerToggleIcon, typeof i6.KbqMonthView, typeof i7.KbqCalendarHeader], [typeof i8.KbqButtonModule, typeof i9.OverlayModule, typeof i10.A11yModule, typeof i11.PortalModule, typeof i8.KbqButtonModule, typeof i12.KbqSelectModule, typeof i13.KbqIconModule, typeof i14.NgClass, typeof i14.TitleCasePipe], [typeof i1.KbqCalendar, typeof i2.KbqCalendarBody, typeof i3.KbqDatepicker, typeof i3.KbqDatepickerContent, typeof i4.KbqDatepickerInput, typeof i5.KbqDatepickerToggle, typeof i5.KbqDatepickerToggleIcon, typeof i6.KbqMonthView, typeof i7.KbqCalendarHeader]>;
|
|
19
19
|
static ɵinj: i0.ɵɵInjectorDeclaration<KbqDatepickerModule>;
|
|
20
20
|
}
|
package/dl/dl.module.d.ts
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./dl.component";
|
|
3
|
-
import * as i2 from "@angular/
|
|
4
|
-
import * as i3 from "@angular/cdk/
|
|
5
|
-
import * as i4 from "@angular/cdk/platform";
|
|
3
|
+
import * as i2 from "@angular/cdk/a11y";
|
|
4
|
+
import * as i3 from "@angular/cdk/platform";
|
|
6
5
|
export declare class KbqDlModule {
|
|
7
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqDlModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqDlModule, [typeof i1.KbqDlComponent, typeof i1.KbqDtComponent, typeof i1.KbqDdComponent], [typeof i2.
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqDlModule, [typeof i1.KbqDlComponent, typeof i1.KbqDtComponent, typeof i1.KbqDdComponent], [typeof i2.A11yModule, typeof i3.PlatformModule], [typeof i1.KbqDlComponent, typeof i1.KbqDtComponent, typeof i1.KbqDdComponent]>;
|
|
9
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<KbqDlModule>;
|
|
10
9
|
}
|
|
@@ -3,11 +3,11 @@ import * as i1 from "./dropdown.component";
|
|
|
3
3
|
import * as i2 from "./dropdown-item.component";
|
|
4
4
|
import * as i3 from "./dropdown-trigger.directive";
|
|
5
5
|
import * as i4 from "./dropdown-content.directive";
|
|
6
|
-
import * as i5 from "@angular/
|
|
7
|
-
import * as i6 from "@
|
|
8
|
-
import * as i7 from "@
|
|
6
|
+
import * as i5 from "@angular/cdk/overlay";
|
|
7
|
+
import * as i6 from "@koobiq/components/icon";
|
|
8
|
+
import * as i7 from "@angular/common";
|
|
9
9
|
export declare class KbqDropdownModule {
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqDropdownModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqDropdownModule, [typeof i1.KbqDropdown, typeof i2.KbqDropdownItem, typeof i3.KbqDropdownTrigger, typeof i4.KbqDropdownContent], [typeof i5.
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqDropdownModule, [typeof i1.KbqDropdown, typeof i2.KbqDropdownItem, typeof i3.KbqDropdownTrigger, typeof i4.KbqDropdownContent], [typeof i5.OverlayModule, typeof i6.KbqIconModule, typeof i7.NgClass], [typeof i1.KbqDropdown, typeof i2.KbqDropdownItem, typeof i3.KbqDropdownTrigger, typeof i4.KbqDropdownContent]>;
|
|
12
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<KbqDropdownModule>;
|
|
13
13
|
}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./empty-state.component";
|
|
3
|
-
import * as i2 from "@angular/
|
|
4
|
-
import * as i3 from "@angular/cdk/
|
|
5
|
-
import * as i4 from "@angular/cdk/platform";
|
|
3
|
+
import * as i2 from "@angular/cdk/a11y";
|
|
4
|
+
import * as i3 from "@angular/cdk/platform";
|
|
6
5
|
export declare class KbqEmptyStateModule {
|
|
7
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqEmptyStateModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqEmptyStateModule, [typeof i1.KbqEmptyState, typeof i1.KbqEmptyStateIcon, typeof i1.KbqEmptyStateText, typeof i1.KbqEmptyStateTitle, typeof i1.KbqEmptyStateTitle, typeof i1.KbqEmptyStateActions], [typeof i2.
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqEmptyStateModule, [typeof i1.KbqEmptyState, typeof i1.KbqEmptyStateIcon, typeof i1.KbqEmptyStateText, typeof i1.KbqEmptyStateTitle, typeof i1.KbqEmptyStateTitle, typeof i1.KbqEmptyStateActions], [typeof i2.A11yModule, typeof i3.PlatformModule], [typeof i1.KbqEmptyState, typeof i1.KbqEmptyStateIcon, typeof i1.KbqEmptyStateText, typeof i1.KbqEmptyStateTitle, typeof i1.KbqEmptyStateActions]>;
|
|
9
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<KbqEmptyStateModule>;
|
|
10
9
|
}
|
|
@@ -2,7 +2,6 @@ import { ChangeDetectionStrategy, Component, ContentChild, Directive, Input, Vie
|
|
|
2
2
|
import { KbqButton } from '@koobiq/components/button';
|
|
3
3
|
import { KbqIcon, KbqIconItem } from '@koobiq/components/icon';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@angular/common";
|
|
6
5
|
export var KbqAlertStyles;
|
|
7
6
|
(function (KbqAlertStyles) {
|
|
8
7
|
KbqAlertStyles["Default"] = "default";
|
|
@@ -77,7 +76,7 @@ export class KbqAlert {
|
|
|
77
76
|
}
|
|
78
77
|
}
|
|
79
78
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: KbqAlert, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
80
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.0", type: KbqAlert, selector: "kbq-alert", inputs: { compact: "compact", alertStyle: "alertStyle", alertColor: "alertColor" }, host: { properties: { "class": "alertColor", "class.kbq-alert_normal": "!compact", "class.kbq-alert_compact": "compact", "class.kbq-alert_default": "!isColored", "class.kbq-alert_colored": "isColored", "class.kbq-alert_dismissible": "closeButton" }, classAttribute: "kbq-alert" }, queries: [{ propertyName: "iconItem", first: true, predicate: KbqIconItem, descendants: true }, { propertyName: "icon", first: true, predicate: KbqIcon, descendants: true }, { propertyName: "button", first: true, predicate: KbqButton, descendants: true }, { propertyName: "title", first: true, predicate: KbqAlertTitle, descendants: true }, { propertyName: "control", first: true, predicate: KbqAlertControl, descendants: true }, { propertyName: "closeButton", first: true, predicate: KbqAlertCloseButton, descendants: true }], ngImport: i0, template: "<div\n *ngIf=\"iconItem || icon\"\n class=\"kbq-alert__icon\"\n [class.kbq-alert__icon_title]=\"title\"\n>\n <ng-content select=\"[kbq-icon-item],[kbq-icon]\" />\n</div>\n\n<div\n class=\"kbq-alert__content\"\n [class.kbq-alert__content_title]=\"title\"\n>\n <ng-content select=\"[kbq-alert-title]\" />\n\n <div class=\"kbq-alert__text\">\n <ng-content />\n </div>\n\n <div\n *ngIf=\"control\"\n class=\"kbq-alert__button-stack\"\n [class.kbq-alert__button-stack_has-button]=\"button\"\n >\n <ng-content select=\"[kbq-alert-control]\" />\n </div>\n</div>\n\n<div\n class=\"kbq-alert__close-button\"\n [hidden]=\"!closeButton\"\n>\n <ng-content select=\"[kbq-alert-close-button]\" />\n</div>\n", styles: [".kbq-alert{display:flex;box-sizing:border-box}.kbq-alert .kbq-alert__content_title{margin-bottom:var(--kbq-size-xxs, 4px)}.kbq-alert__content{display:flex;flex-direction:column;flex:1;justify-content:center}.kbq-alert.kbq-alert_normal{border-radius:var(--kbq-alert-size-normal-container-border-radius, 12px);padding:var(--kbq-alert-size-normal-container-padding-top, 0) var(--kbq-alert-size-normal-container-padding-right, 8px) var(--kbq-alert-size-normal-container-padding-bottom, 0) var(--kbq-alert-size-normal-container-padding-left, 8px)}.kbq-alert.kbq-alert_normal .kbq-alert__icon{margin:var(--kbq-alert-size-normal-no-title-icon-margin-top, 16px) var(--kbq-alert-size-normal-icon-margin-right, 0) var(--kbq-alert-size-normal-icon-margin-bottom, 16px) var(--kbq-alert-size-normal-icon-margin-left, 12px);display:inline-flex;align-items:flex-start}.kbq-alert.kbq-alert_normal .kbq-alert__icon.kbq-alert__icon_title{margin-top:var(--kbq-alert-size-normal-icon-margin-top, 16px);padding-top:var(--kbq-alert-size-normal-no-title-icon-padding-top, 2px)}.kbq-alert.kbq-alert_normal .kbq-alert__content{padding:var(--kbq-alert-size-normal-content-padding-top, 16px) var(--kbq-alert-size-normal-content-padding-right, 8px) var(--kbq-alert-size-normal-content-padding-bottom, 16px) var(--kbq-alert-size-normal-content-padding-left, 12px)}.kbq-alert.kbq-alert_normal .kbq-alert__title{margin-bottom:var(--kbq-alert-size-normal-title-margin-bottom, 4px)}.kbq-alert.kbq-alert_normal .kbq-alert__button-stack{padding-top:var(--kbq-alert-size-normal-button-stack-padding-top, 8px);padding-bottom:var(--kbq-alert-size-normal-button-stack-padding-bottom, 2px)}.kbq-alert.kbq-alert_normal .kbq-alert__button-stack_has-button{padding-top:12px}.kbq-alert.kbq-alert_normal .kbq-alert__close-button{margin-top:var(--kbq-alert-size-normal-close-button-margin-top, 8px);margin-left:var(--kbq-alert-size-normal-close-button-margin-left, 2px)}.kbq-alert.kbq-alert_compact{border-radius:var(--kbq-alert-size-compact-container-border-radius, 12px);padding:var(--kbq-alert-size-compact-container-padding-top, 0) var(--kbq-alert-size-compact-container-padding-right, 8px) var(--kbq-alert-size-compact-container-padding-bottom, 0) var(--kbq-alert-size-compact-container-padding-left, 16px)}.kbq-alert.kbq-alert_compact .kbq-alert__icon{margin-top:var(--kbq-alert-size-compact-no-title-icon-margin-top, 12px);margin-right:var(--kbq-alert-size-compact-icon-margin-right, 8px);padding-top:var(--kbq-alert-size-compact-no-title-icon-padding-top, 2px);display:inline-flex;align-items:flex-start}.kbq-alert.kbq-alert_compact .kbq-alert__icon.kbq-alert__icon_title{margin-top:var(--kbq-alert-size-compact-icon-margin-top, 12px);padding-top:var(--kbq-alert-size-compact-icon-padding-top, 4px)}.kbq-alert.kbq-alert_compact .kbq-alert__content{padding:var(--kbq-alert-size-compact-content-padding-top, 12px) var(--kbq-alert-size-compact-content-padding-right, 8px) var(--kbq-alert-size-compact-content-padding-bottom, 12px) var(--kbq-alert-size-compact-content-padding-left, 0)}.kbq-alert.kbq-alert_compact .kbq-alert__title{margin-bottom:var(--kbq-alert-size-compact-title-margin-bottom, 2px)}.kbq-alert.kbq-alert_compact .kbq-alert__button-stack{padding-top:var(--kbq-alert-size-compact-button-stack-padding-top, 8px);padding-bottom:var(--kbq-alert-size-compact-button-stack-padding-bottom, 2px)}.kbq-alert.kbq-alert_compact .kbq-alert__button-stack_has-button{padding-top:12px}.kbq-alert.kbq-alert_compact .kbq-alert__close-button{margin-top:var(--kbq-alert-size-compact-close-button-margin-top, 8px);margin-left:var(--kbq-alert-size-compact-close-button-margin-left, 2px)}.kbq-alert__close:focus{outline:none}.kbq-alert.kbq-alert_default.kbq-alert_contrast{background:var(--kbq-alert-default-contrast-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_contrast .kbq-alert__title{color:var(--kbq-alert-default-contrast-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_contrast .kbq-alert__text{color:var(--kbq-alert-default-contrast-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_error{background:var(--kbq-alert-default-error-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_error .kbq-alert__title{color:var(--kbq-alert-default-error-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_error .kbq-alert__text{color:var(--kbq-alert-default-error-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_warning{background:var(--kbq-alert-default-warning-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_warning .kbq-alert__title{color:var(--kbq-alert-default-warning-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_warning .kbq-alert__text{color:var(--kbq-alert-default-warning-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_success{background:var(--kbq-alert-default-success-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_success .kbq-alert__title{color:var(--kbq-alert-default-success-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_success .kbq-alert__text{color:var(--kbq-alert-default-success-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_theme{background:var(--kbq-alert-default-theme-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_theme .kbq-alert__title{color:var(--kbq-alert-default-theme-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_theme .kbq-alert__text{color:var(--kbq-alert-default-theme-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_contrast{background:var(--kbq-alert-colored-contrast-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_contrast .kbq-alert__title{color:var(--kbq-alert-colored-contrast-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_contrast .kbq-alert__text{color:var(--kbq-alert-colored-contrast-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_error{background:var(--kbq-alert-colored-error-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_error .kbq-alert__title{color:var(--kbq-alert-colored-error-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_error .kbq-alert__text{color:var(--kbq-alert-colored-error-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_warning{background:var(--kbq-alert-colored-warning-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_warning .kbq-alert__title{color:var(--kbq-alert-colored-warning-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_warning .kbq-alert__text{color:var(--kbq-alert-colored-warning-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_success{background:var(--kbq-alert-colored-success-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_success .kbq-alert__title{color:var(--kbq-alert-colored-success-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_success .kbq-alert__text{color:var(--kbq-alert-colored-success-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_theme{background:var(--kbq-alert-colored-theme-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_theme .kbq-alert__title{color:var(--kbq-alert-colored-theme-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_theme .kbq-alert__text{color:var(--kbq-alert-colored-theme-container-text, )}.kbq-alert{font-size:var(--kbq-alert-font-text-font-size, 14px);font-weight:var(--kbq-alert-font-text-font-weight, normal);line-height:var(--kbq-alert-font-text-line-height, 20px);font-family:var(--kbq-alert-font-text-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-alert-font-text-text-transform, );font-feature-settings:var(--kbq-alert-font-text-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-alert-font-text-letter-spacing, -.006em)}.kbq-alert .kbq-alert__title{font-size:var(--kbq-alert-font-title-font-size, 18px);font-weight:var(--kbq-alert-font-title-font-weight, 600);line-height:var(--kbq-alert-font-title-line-height, 26px);font-family:var(--kbq-alert-font-title-font-family, \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-alert-font-title-text-transform, );font-feature-settings:var(--kbq-alert-font-title-font-feature-settings, \"calt\", \"kern\", \"liga\");letter-spacing:var(--kbq-alert-font-title-letter-spacing, normal)}.kbq-alert.kbq-alert_compact .kbq-alert__title{font-size:var(--kbq-alert-font-title-compact-font-size, 16px);font-weight:var(--kbq-alert-font-title-compact-font-weight, 600);line-height:var(--kbq-alert-font-title-compact-line-height, 24px);font-family:var(--kbq-alert-font-title-compact-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-alert-font-title-compact-text-transform, );font-feature-settings:var(--kbq-alert-font-title-compact-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-alert-font-title-compact-letter-spacing, -.011em)}\n", ".kbq-alert{--kbq-alert-size-normal-container-border-radius: 12px;--kbq-alert-size-normal-container-padding-top: 0;--kbq-alert-size-normal-container-padding-right: 8px;--kbq-alert-size-normal-container-padding-bottom: 0;--kbq-alert-size-normal-container-padding-left: 8px;--kbq-alert-size-normal-content-padding-top: 16px;--kbq-alert-size-normal-content-padding-right: 8px;--kbq-alert-size-normal-content-padding-bottom: 16px;--kbq-alert-size-normal-content-padding-left: 12px;--kbq-alert-size-normal-icon-margin-top: 16px;--kbq-alert-size-normal-icon-margin-right: 0;--kbq-alert-size-normal-icon-margin-bottom: 16px;--kbq-alert-size-normal-icon-margin-left: 12px;--kbq-alert-size-normal-icon-padding-top: 4px;--kbq-alert-size-normal-title-margin-bottom: 4px;--kbq-alert-size-normal-close-button-margin-top: 8px;--kbq-alert-size-normal-close-button-margin-left: 2px;--kbq-alert-size-normal-button-stack-padding-top: 8px;--kbq-alert-size-normal-button-stack-padding-bottom: 2px;--kbq-alert-size-normal-no-title-icon-margin-top: 16px;--kbq-alert-size-normal-no-title-icon-padding-top: 2px;--kbq-alert-size-compact-container-border-radius: 12px;--kbq-alert-size-compact-container-padding-top: 0;--kbq-alert-size-compact-container-padding-right: 8px;--kbq-alert-size-compact-container-padding-bottom: 0;--kbq-alert-size-compact-container-padding-left: 16px;--kbq-alert-size-compact-content-padding-top: 12px;--kbq-alert-size-compact-content-padding-right: 8px;--kbq-alert-size-compact-content-padding-bottom: 12px;--kbq-alert-size-compact-content-padding-left: 0;--kbq-alert-size-compact-icon-margin-top: 12px;--kbq-alert-size-compact-icon-margin-right: 8px;--kbq-alert-size-compact-icon-padding-top: 4px;--kbq-alert-size-compact-title-margin-bottom: 2px;--kbq-alert-size-compact-close-button-margin-top: 8px;--kbq-alert-size-compact-close-button-margin-left: 2px;--kbq-alert-size-compact-button-stack-padding-top: 8px;--kbq-alert-size-compact-button-stack-padding-bottom: 2px;--kbq-alert-size-compact-no-title-icon-margin-top: 12px;--kbq-alert-size-compact-no-title-icon-padding-top: 2px;--kbq-alert-font-title-font-size: 18px;--kbq-alert-font-title-line-height: 26px;--kbq-alert-font-title-letter-spacing: normal;--kbq-alert-font-title-font-weight: 600;--kbq-alert-font-title-font-family: \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-alert-font-title-text-transform: null;--kbq-alert-font-title-font-feature-settings: \"calt\", \"kern\", \"liga\";--kbq-alert-font-title-compact-font-size: 16px;--kbq-alert-font-title-compact-line-height: 24px;--kbq-alert-font-title-compact-letter-spacing: -.011em;--kbq-alert-font-title-compact-font-weight: 600;--kbq-alert-font-title-compact-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-alert-font-title-compact-text-transform: null;--kbq-alert-font-title-compact-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-alert-font-text-font-size: 14px;--kbq-alert-font-text-line-height: 20px;--kbq-alert-font-text-letter-spacing: -.006em;--kbq-alert-font-text-font-weight: normal;--kbq-alert-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-alert-font-text-text-transform: null;--kbq-alert-font-text-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"}:where(.kbq-light,.theme-light,.kbq-theme-light){--kbq-alert-default-contrast-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-contrast-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-contrast-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-error-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-error-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-error-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-warning-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-warning-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-warning-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-success-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-success-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-success-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-theme-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-theme-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-theme-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-contrast-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-colored-contrast-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-contrast-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-error-container-background: hsla(7, 97%, 90%, 100%);--kbq-alert-colored-error-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-error-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-warning-container-background: hsla(38, 100%, 85%, 100%);--kbq-alert-colored-warning-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-warning-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-success-container-background: hsla(104, 64%, 80%, 100%);--kbq-alert-colored-success-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-success-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-theme-container-background: hsla(216, 100%, 85%, 100%);--kbq-alert-colored-theme-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-theme-container-text: hsla(229, 15%, 15%, 100%)}:where(.kbq-dark,.theme-dark,.kbq-theme-dark){--kbq-alert-default-contrast-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-contrast-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-contrast-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-error-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-error-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-error-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-warning-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-warning-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-warning-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-success-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-success-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-success-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-theme-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-theme-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-theme-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-contrast-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-colored-contrast-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-contrast-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-error-container-background: hsla(7, 97%, 15%, 100%);--kbq-alert-colored-error-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-error-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-warning-container-background: hsla(38, 100%, 14%, 100%);--kbq-alert-colored-warning-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-warning-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-success-container-background: hsla(104, 64%, 12%, 100%);--kbq-alert-colored-success-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-success-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-theme-container-background: hsla(216, 100%, 20%, 100%);--kbq-alert-colored-theme-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-theme-container-text: hsla(229, 15%, 80%, 100%)}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
79
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.2.0", type: KbqAlert, selector: "kbq-alert", inputs: { compact: "compact", alertStyle: "alertStyle", alertColor: "alertColor" }, host: { properties: { "class": "alertColor", "class.kbq-alert_normal": "!compact", "class.kbq-alert_compact": "compact", "class.kbq-alert_default": "!isColored", "class.kbq-alert_colored": "isColored", "class.kbq-alert_dismissible": "closeButton" }, classAttribute: "kbq-alert" }, queries: [{ propertyName: "iconItem", first: true, predicate: KbqIconItem, descendants: true }, { propertyName: "icon", first: true, predicate: KbqIcon, descendants: true }, { propertyName: "button", first: true, predicate: KbqButton, descendants: true }, { propertyName: "title", first: true, predicate: KbqAlertTitle, descendants: true }, { propertyName: "control", first: true, predicate: KbqAlertControl, descendants: true }, { propertyName: "closeButton", first: true, predicate: KbqAlertCloseButton, descendants: true }], ngImport: i0, template: "@if (iconItem || icon) {\n <div\n class=\"kbq-alert__icon\"\n [class.kbq-alert__icon_title]=\"title\"\n >\n <ng-content select=\"[kbq-icon-item],[kbq-icon]\" />\n </div>\n}\n\n<div\n class=\"kbq-alert__content\"\n [class.kbq-alert__content_title]=\"title\"\n>\n <ng-content select=\"[kbq-alert-title]\" />\n\n <div class=\"kbq-alert__text\">\n <ng-content />\n </div>\n\n @if (control) {\n <div\n class=\"kbq-alert__button-stack\"\n [class.kbq-alert__button-stack_has-button]=\"button\"\n >\n <ng-content select=\"[kbq-alert-control]\" />\n </div>\n }\n</div>\n\n<div\n class=\"kbq-alert__close-button\"\n [hidden]=\"!closeButton\"\n>\n <ng-content select=\"[kbq-alert-close-button]\" />\n</div>\n", styles: [".kbq-alert{display:flex;box-sizing:border-box}.kbq-alert .kbq-alert__content_title{margin-bottom:var(--kbq-size-xxs, 4px)}.kbq-alert__content{display:flex;flex-direction:column;flex:1;justify-content:center}.kbq-alert.kbq-alert_normal{border-radius:var(--kbq-alert-size-normal-container-border-radius, 12px);padding:var(--kbq-alert-size-normal-container-padding-top, 0) var(--kbq-alert-size-normal-container-padding-right, 8px) var(--kbq-alert-size-normal-container-padding-bottom, 0) var(--kbq-alert-size-normal-container-padding-left, 8px)}.kbq-alert.kbq-alert_normal .kbq-alert__icon{margin:var(--kbq-alert-size-normal-no-title-icon-margin-top, 16px) var(--kbq-alert-size-normal-icon-margin-right, 0) var(--kbq-alert-size-normal-icon-margin-bottom, 16px) var(--kbq-alert-size-normal-icon-margin-left, 12px);display:inline-flex;align-items:flex-start}.kbq-alert.kbq-alert_normal .kbq-alert__icon.kbq-alert__icon_title{margin-top:var(--kbq-alert-size-normal-icon-margin-top, 16px);padding-top:var(--kbq-alert-size-normal-no-title-icon-padding-top, 2px)}.kbq-alert.kbq-alert_normal .kbq-alert__content{padding:var(--kbq-alert-size-normal-content-padding-top, 16px) var(--kbq-alert-size-normal-content-padding-right, 8px) var(--kbq-alert-size-normal-content-padding-bottom, 16px) var(--kbq-alert-size-normal-content-padding-left, 12px)}.kbq-alert.kbq-alert_normal .kbq-alert__title{margin-bottom:var(--kbq-alert-size-normal-title-margin-bottom, 4px)}.kbq-alert.kbq-alert_normal .kbq-alert__button-stack{padding-top:var(--kbq-alert-size-normal-button-stack-padding-top, 8px);padding-bottom:var(--kbq-alert-size-normal-button-stack-padding-bottom, 2px)}.kbq-alert.kbq-alert_normal .kbq-alert__button-stack_has-button{padding-top:12px}.kbq-alert.kbq-alert_normal .kbq-alert__close-button{margin-top:var(--kbq-alert-size-normal-close-button-margin-top, 8px);margin-left:var(--kbq-alert-size-normal-close-button-margin-left, 2px)}.kbq-alert.kbq-alert_compact{border-radius:var(--kbq-alert-size-compact-container-border-radius, 12px);padding:var(--kbq-alert-size-compact-container-padding-top, 0) var(--kbq-alert-size-compact-container-padding-right, 8px) var(--kbq-alert-size-compact-container-padding-bottom, 0) var(--kbq-alert-size-compact-container-padding-left, 16px)}.kbq-alert.kbq-alert_compact .kbq-alert__icon{margin-top:var(--kbq-alert-size-compact-no-title-icon-margin-top, 12px);margin-right:var(--kbq-alert-size-compact-icon-margin-right, 8px);padding-top:var(--kbq-alert-size-compact-no-title-icon-padding-top, 2px);display:inline-flex;align-items:flex-start}.kbq-alert.kbq-alert_compact .kbq-alert__icon.kbq-alert__icon_title{margin-top:var(--kbq-alert-size-compact-icon-margin-top, 12px);padding-top:var(--kbq-alert-size-compact-icon-padding-top, 4px)}.kbq-alert.kbq-alert_compact .kbq-alert__content{padding:var(--kbq-alert-size-compact-content-padding-top, 12px) var(--kbq-alert-size-compact-content-padding-right, 8px) var(--kbq-alert-size-compact-content-padding-bottom, 12px) var(--kbq-alert-size-compact-content-padding-left, 0)}.kbq-alert.kbq-alert_compact .kbq-alert__title{margin-bottom:var(--kbq-alert-size-compact-title-margin-bottom, 2px)}.kbq-alert.kbq-alert_compact .kbq-alert__button-stack{padding-top:var(--kbq-alert-size-compact-button-stack-padding-top, 8px);padding-bottom:var(--kbq-alert-size-compact-button-stack-padding-bottom, 2px)}.kbq-alert.kbq-alert_compact .kbq-alert__button-stack_has-button{padding-top:12px}.kbq-alert.kbq-alert_compact .kbq-alert__close-button{margin-top:var(--kbq-alert-size-compact-close-button-margin-top, 8px);margin-left:var(--kbq-alert-size-compact-close-button-margin-left, 2px)}.kbq-alert__close:focus{outline:none}.kbq-alert.kbq-alert_default.kbq-alert_contrast{background:var(--kbq-alert-default-contrast-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_contrast .kbq-alert__title{color:var(--kbq-alert-default-contrast-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_contrast .kbq-alert__text{color:var(--kbq-alert-default-contrast-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_error{background:var(--kbq-alert-default-error-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_error .kbq-alert__title{color:var(--kbq-alert-default-error-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_error .kbq-alert__text{color:var(--kbq-alert-default-error-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_warning{background:var(--kbq-alert-default-warning-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_warning .kbq-alert__title{color:var(--kbq-alert-default-warning-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_warning .kbq-alert__text{color:var(--kbq-alert-default-warning-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_success{background:var(--kbq-alert-default-success-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_success .kbq-alert__title{color:var(--kbq-alert-default-success-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_success .kbq-alert__text{color:var(--kbq-alert-default-success-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_theme{background:var(--kbq-alert-default-theme-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_theme .kbq-alert__title{color:var(--kbq-alert-default-theme-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_theme .kbq-alert__text{color:var(--kbq-alert-default-theme-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_contrast{background:var(--kbq-alert-colored-contrast-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_contrast .kbq-alert__title{color:var(--kbq-alert-colored-contrast-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_contrast .kbq-alert__text{color:var(--kbq-alert-colored-contrast-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_error{background:var(--kbq-alert-colored-error-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_error .kbq-alert__title{color:var(--kbq-alert-colored-error-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_error .kbq-alert__text{color:var(--kbq-alert-colored-error-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_warning{background:var(--kbq-alert-colored-warning-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_warning .kbq-alert__title{color:var(--kbq-alert-colored-warning-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_warning .kbq-alert__text{color:var(--kbq-alert-colored-warning-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_success{background:var(--kbq-alert-colored-success-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_success .kbq-alert__title{color:var(--kbq-alert-colored-success-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_success .kbq-alert__text{color:var(--kbq-alert-colored-success-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_theme{background:var(--kbq-alert-colored-theme-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_theme .kbq-alert__title{color:var(--kbq-alert-colored-theme-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_theme .kbq-alert__text{color:var(--kbq-alert-colored-theme-container-text, )}.kbq-alert{font-size:var(--kbq-alert-font-text-font-size, 14px);font-weight:var(--kbq-alert-font-text-font-weight, normal);line-height:var(--kbq-alert-font-text-line-height, 20px);font-family:var(--kbq-alert-font-text-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-alert-font-text-text-transform, );font-feature-settings:var(--kbq-alert-font-text-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-alert-font-text-letter-spacing, -.006em)}.kbq-alert .kbq-alert__title{font-size:var(--kbq-alert-font-title-font-size, 18px);font-weight:var(--kbq-alert-font-title-font-weight, 600);line-height:var(--kbq-alert-font-title-line-height, 26px);font-family:var(--kbq-alert-font-title-font-family, \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-alert-font-title-text-transform, );font-feature-settings:var(--kbq-alert-font-title-font-feature-settings, \"calt\", \"kern\", \"liga\");letter-spacing:var(--kbq-alert-font-title-letter-spacing, normal)}.kbq-alert.kbq-alert_compact .kbq-alert__title{font-size:var(--kbq-alert-font-title-compact-font-size, 16px);font-weight:var(--kbq-alert-font-title-compact-font-weight, 600);line-height:var(--kbq-alert-font-title-compact-line-height, 24px);font-family:var(--kbq-alert-font-title-compact-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-alert-font-title-compact-text-transform, );font-feature-settings:var(--kbq-alert-font-title-compact-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-alert-font-title-compact-letter-spacing, -.011em)}\n", ".kbq-alert{--kbq-alert-size-normal-container-border-radius: 12px;--kbq-alert-size-normal-container-padding-top: 0;--kbq-alert-size-normal-container-padding-right: 8px;--kbq-alert-size-normal-container-padding-bottom: 0;--kbq-alert-size-normal-container-padding-left: 8px;--kbq-alert-size-normal-content-padding-top: 16px;--kbq-alert-size-normal-content-padding-right: 8px;--kbq-alert-size-normal-content-padding-bottom: 16px;--kbq-alert-size-normal-content-padding-left: 12px;--kbq-alert-size-normal-icon-margin-top: 16px;--kbq-alert-size-normal-icon-margin-right: 0;--kbq-alert-size-normal-icon-margin-bottom: 16px;--kbq-alert-size-normal-icon-margin-left: 12px;--kbq-alert-size-normal-icon-padding-top: 4px;--kbq-alert-size-normal-title-margin-bottom: 4px;--kbq-alert-size-normal-close-button-margin-top: 8px;--kbq-alert-size-normal-close-button-margin-left: 2px;--kbq-alert-size-normal-button-stack-padding-top: 8px;--kbq-alert-size-normal-button-stack-padding-bottom: 2px;--kbq-alert-size-normal-no-title-icon-margin-top: 16px;--kbq-alert-size-normal-no-title-icon-padding-top: 2px;--kbq-alert-size-compact-container-border-radius: 12px;--kbq-alert-size-compact-container-padding-top: 0;--kbq-alert-size-compact-container-padding-right: 8px;--kbq-alert-size-compact-container-padding-bottom: 0;--kbq-alert-size-compact-container-padding-left: 16px;--kbq-alert-size-compact-content-padding-top: 12px;--kbq-alert-size-compact-content-padding-right: 8px;--kbq-alert-size-compact-content-padding-bottom: 12px;--kbq-alert-size-compact-content-padding-left: 0;--kbq-alert-size-compact-icon-margin-top: 12px;--kbq-alert-size-compact-icon-margin-right: 8px;--kbq-alert-size-compact-icon-padding-top: 4px;--kbq-alert-size-compact-title-margin-bottom: 2px;--kbq-alert-size-compact-close-button-margin-top: 8px;--kbq-alert-size-compact-close-button-margin-left: 2px;--kbq-alert-size-compact-button-stack-padding-top: 8px;--kbq-alert-size-compact-button-stack-padding-bottom: 2px;--kbq-alert-size-compact-no-title-icon-margin-top: 12px;--kbq-alert-size-compact-no-title-icon-padding-top: 2px;--kbq-alert-font-title-font-size: 18px;--kbq-alert-font-title-line-height: 26px;--kbq-alert-font-title-letter-spacing: normal;--kbq-alert-font-title-font-weight: 600;--kbq-alert-font-title-font-family: \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-alert-font-title-text-transform: null;--kbq-alert-font-title-font-feature-settings: \"calt\", \"kern\", \"liga\";--kbq-alert-font-title-compact-font-size: 16px;--kbq-alert-font-title-compact-line-height: 24px;--kbq-alert-font-title-compact-letter-spacing: -.011em;--kbq-alert-font-title-compact-font-weight: 600;--kbq-alert-font-title-compact-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-alert-font-title-compact-text-transform: null;--kbq-alert-font-title-compact-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-alert-font-text-font-size: 14px;--kbq-alert-font-text-line-height: 20px;--kbq-alert-font-text-letter-spacing: -.006em;--kbq-alert-font-text-font-weight: normal;--kbq-alert-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-alert-font-text-text-transform: null;--kbq-alert-font-text-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"}:where(.kbq-light,.theme-light,.kbq-theme-light){--kbq-alert-default-contrast-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-contrast-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-contrast-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-error-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-error-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-error-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-warning-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-warning-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-warning-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-success-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-success-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-success-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-theme-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-theme-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-theme-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-contrast-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-colored-contrast-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-contrast-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-error-container-background: hsla(7, 97%, 90%, 100%);--kbq-alert-colored-error-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-error-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-warning-container-background: hsla(38, 100%, 85%, 100%);--kbq-alert-colored-warning-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-warning-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-success-container-background: hsla(104, 64%, 80%, 100%);--kbq-alert-colored-success-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-success-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-theme-container-background: hsla(216, 100%, 85%, 100%);--kbq-alert-colored-theme-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-theme-container-text: hsla(229, 15%, 15%, 100%)}:where(.kbq-dark,.theme-dark,.kbq-theme-dark){--kbq-alert-default-contrast-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-contrast-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-contrast-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-error-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-error-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-error-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-warning-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-warning-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-warning-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-success-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-success-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-success-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-theme-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-theme-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-theme-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-contrast-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-colored-contrast-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-contrast-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-error-container-background: hsla(7, 97%, 15%, 100%);--kbq-alert-colored-error-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-error-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-warning-container-background: hsla(38, 100%, 14%, 100%);--kbq-alert-colored-warning-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-warning-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-success-container-background: hsla(104, 64%, 12%, 100%);--kbq-alert-colored-success-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-success-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-theme-container-background: hsla(216, 100%, 20%, 100%);--kbq-alert-colored-theme-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-theme-container-text: hsla(229, 15%, 80%, 100%)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
81
80
|
}
|
|
82
81
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: KbqAlert, decorators: [{
|
|
83
82
|
type: Component,
|
|
@@ -89,7 +88,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImpor
|
|
|
89
88
|
'[class.kbq-alert_default]': '!isColored',
|
|
90
89
|
'[class.kbq-alert_colored]': 'isColored',
|
|
91
90
|
'[class.kbq-alert_dismissible]': 'closeButton'
|
|
92
|
-
}, template: "<div\n *ngIf=\"iconItem || icon\"\n class=\"kbq-alert__icon\"\n [class.kbq-alert__icon_title]=\"title\"\n>\n <ng-content select=\"[kbq-icon-item],[kbq-icon]\" />\n</div>\n\n<div\n class=\"kbq-alert__content\"\n [class.kbq-alert__content_title]=\"title\"\n>\n <ng-content select=\"[kbq-alert-title]\" />\n\n <div class=\"kbq-alert__text\">\n <ng-content />\n </div>\n\n <div\n *ngIf=\"control\"\n class=\"kbq-alert__button-stack\"\n [class.kbq-alert__button-stack_has-button]=\"button\"\n >\n <ng-content select=\"[kbq-alert-control]\" />\n </div>\n</div>\n\n<div\n class=\"kbq-alert__close-button\"\n [hidden]=\"!closeButton\"\n>\n <ng-content select=\"[kbq-alert-close-button]\" />\n</div>\n", styles: [".kbq-alert{display:flex;box-sizing:border-box}.kbq-alert .kbq-alert__content_title{margin-bottom:var(--kbq-size-xxs, 4px)}.kbq-alert__content{display:flex;flex-direction:column;flex:1;justify-content:center}.kbq-alert.kbq-alert_normal{border-radius:var(--kbq-alert-size-normal-container-border-radius, 12px);padding:var(--kbq-alert-size-normal-container-padding-top, 0) var(--kbq-alert-size-normal-container-padding-right, 8px) var(--kbq-alert-size-normal-container-padding-bottom, 0) var(--kbq-alert-size-normal-container-padding-left, 8px)}.kbq-alert.kbq-alert_normal .kbq-alert__icon{margin:var(--kbq-alert-size-normal-no-title-icon-margin-top, 16px) var(--kbq-alert-size-normal-icon-margin-right, 0) var(--kbq-alert-size-normal-icon-margin-bottom, 16px) var(--kbq-alert-size-normal-icon-margin-left, 12px);display:inline-flex;align-items:flex-start}.kbq-alert.kbq-alert_normal .kbq-alert__icon.kbq-alert__icon_title{margin-top:var(--kbq-alert-size-normal-icon-margin-top, 16px);padding-top:var(--kbq-alert-size-normal-no-title-icon-padding-top, 2px)}.kbq-alert.kbq-alert_normal .kbq-alert__content{padding:var(--kbq-alert-size-normal-content-padding-top, 16px) var(--kbq-alert-size-normal-content-padding-right, 8px) var(--kbq-alert-size-normal-content-padding-bottom, 16px) var(--kbq-alert-size-normal-content-padding-left, 12px)}.kbq-alert.kbq-alert_normal .kbq-alert__title{margin-bottom:var(--kbq-alert-size-normal-title-margin-bottom, 4px)}.kbq-alert.kbq-alert_normal .kbq-alert__button-stack{padding-top:var(--kbq-alert-size-normal-button-stack-padding-top, 8px);padding-bottom:var(--kbq-alert-size-normal-button-stack-padding-bottom, 2px)}.kbq-alert.kbq-alert_normal .kbq-alert__button-stack_has-button{padding-top:12px}.kbq-alert.kbq-alert_normal .kbq-alert__close-button{margin-top:var(--kbq-alert-size-normal-close-button-margin-top, 8px);margin-left:var(--kbq-alert-size-normal-close-button-margin-left, 2px)}.kbq-alert.kbq-alert_compact{border-radius:var(--kbq-alert-size-compact-container-border-radius, 12px);padding:var(--kbq-alert-size-compact-container-padding-top, 0) var(--kbq-alert-size-compact-container-padding-right, 8px) var(--kbq-alert-size-compact-container-padding-bottom, 0) var(--kbq-alert-size-compact-container-padding-left, 16px)}.kbq-alert.kbq-alert_compact .kbq-alert__icon{margin-top:var(--kbq-alert-size-compact-no-title-icon-margin-top, 12px);margin-right:var(--kbq-alert-size-compact-icon-margin-right, 8px);padding-top:var(--kbq-alert-size-compact-no-title-icon-padding-top, 2px);display:inline-flex;align-items:flex-start}.kbq-alert.kbq-alert_compact .kbq-alert__icon.kbq-alert__icon_title{margin-top:var(--kbq-alert-size-compact-icon-margin-top, 12px);padding-top:var(--kbq-alert-size-compact-icon-padding-top, 4px)}.kbq-alert.kbq-alert_compact .kbq-alert__content{padding:var(--kbq-alert-size-compact-content-padding-top, 12px) var(--kbq-alert-size-compact-content-padding-right, 8px) var(--kbq-alert-size-compact-content-padding-bottom, 12px) var(--kbq-alert-size-compact-content-padding-left, 0)}.kbq-alert.kbq-alert_compact .kbq-alert__title{margin-bottom:var(--kbq-alert-size-compact-title-margin-bottom, 2px)}.kbq-alert.kbq-alert_compact .kbq-alert__button-stack{padding-top:var(--kbq-alert-size-compact-button-stack-padding-top, 8px);padding-bottom:var(--kbq-alert-size-compact-button-stack-padding-bottom, 2px)}.kbq-alert.kbq-alert_compact .kbq-alert__button-stack_has-button{padding-top:12px}.kbq-alert.kbq-alert_compact .kbq-alert__close-button{margin-top:var(--kbq-alert-size-compact-close-button-margin-top, 8px);margin-left:var(--kbq-alert-size-compact-close-button-margin-left, 2px)}.kbq-alert__close:focus{outline:none}.kbq-alert.kbq-alert_default.kbq-alert_contrast{background:var(--kbq-alert-default-contrast-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_contrast .kbq-alert__title{color:var(--kbq-alert-default-contrast-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_contrast .kbq-alert__text{color:var(--kbq-alert-default-contrast-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_error{background:var(--kbq-alert-default-error-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_error .kbq-alert__title{color:var(--kbq-alert-default-error-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_error .kbq-alert__text{color:var(--kbq-alert-default-error-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_warning{background:var(--kbq-alert-default-warning-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_warning .kbq-alert__title{color:var(--kbq-alert-default-warning-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_warning .kbq-alert__text{color:var(--kbq-alert-default-warning-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_success{background:var(--kbq-alert-default-success-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_success .kbq-alert__title{color:var(--kbq-alert-default-success-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_success .kbq-alert__text{color:var(--kbq-alert-default-success-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_theme{background:var(--kbq-alert-default-theme-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_theme .kbq-alert__title{color:var(--kbq-alert-default-theme-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_theme .kbq-alert__text{color:var(--kbq-alert-default-theme-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_contrast{background:var(--kbq-alert-colored-contrast-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_contrast .kbq-alert__title{color:var(--kbq-alert-colored-contrast-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_contrast .kbq-alert__text{color:var(--kbq-alert-colored-contrast-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_error{background:var(--kbq-alert-colored-error-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_error .kbq-alert__title{color:var(--kbq-alert-colored-error-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_error .kbq-alert__text{color:var(--kbq-alert-colored-error-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_warning{background:var(--kbq-alert-colored-warning-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_warning .kbq-alert__title{color:var(--kbq-alert-colored-warning-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_warning .kbq-alert__text{color:var(--kbq-alert-colored-warning-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_success{background:var(--kbq-alert-colored-success-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_success .kbq-alert__title{color:var(--kbq-alert-colored-success-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_success .kbq-alert__text{color:var(--kbq-alert-colored-success-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_theme{background:var(--kbq-alert-colored-theme-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_theme .kbq-alert__title{color:var(--kbq-alert-colored-theme-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_theme .kbq-alert__text{color:var(--kbq-alert-colored-theme-container-text, )}.kbq-alert{font-size:var(--kbq-alert-font-text-font-size, 14px);font-weight:var(--kbq-alert-font-text-font-weight, normal);line-height:var(--kbq-alert-font-text-line-height, 20px);font-family:var(--kbq-alert-font-text-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-alert-font-text-text-transform, );font-feature-settings:var(--kbq-alert-font-text-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-alert-font-text-letter-spacing, -.006em)}.kbq-alert .kbq-alert__title{font-size:var(--kbq-alert-font-title-font-size, 18px);font-weight:var(--kbq-alert-font-title-font-weight, 600);line-height:var(--kbq-alert-font-title-line-height, 26px);font-family:var(--kbq-alert-font-title-font-family, \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-alert-font-title-text-transform, );font-feature-settings:var(--kbq-alert-font-title-font-feature-settings, \"calt\", \"kern\", \"liga\");letter-spacing:var(--kbq-alert-font-title-letter-spacing, normal)}.kbq-alert.kbq-alert_compact .kbq-alert__title{font-size:var(--kbq-alert-font-title-compact-font-size, 16px);font-weight:var(--kbq-alert-font-title-compact-font-weight, 600);line-height:var(--kbq-alert-font-title-compact-line-height, 24px);font-family:var(--kbq-alert-font-title-compact-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-alert-font-title-compact-text-transform, );font-feature-settings:var(--kbq-alert-font-title-compact-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-alert-font-title-compact-letter-spacing, -.011em)}\n", ".kbq-alert{--kbq-alert-size-normal-container-border-radius: 12px;--kbq-alert-size-normal-container-padding-top: 0;--kbq-alert-size-normal-container-padding-right: 8px;--kbq-alert-size-normal-container-padding-bottom: 0;--kbq-alert-size-normal-container-padding-left: 8px;--kbq-alert-size-normal-content-padding-top: 16px;--kbq-alert-size-normal-content-padding-right: 8px;--kbq-alert-size-normal-content-padding-bottom: 16px;--kbq-alert-size-normal-content-padding-left: 12px;--kbq-alert-size-normal-icon-margin-top: 16px;--kbq-alert-size-normal-icon-margin-right: 0;--kbq-alert-size-normal-icon-margin-bottom: 16px;--kbq-alert-size-normal-icon-margin-left: 12px;--kbq-alert-size-normal-icon-padding-top: 4px;--kbq-alert-size-normal-title-margin-bottom: 4px;--kbq-alert-size-normal-close-button-margin-top: 8px;--kbq-alert-size-normal-close-button-margin-left: 2px;--kbq-alert-size-normal-button-stack-padding-top: 8px;--kbq-alert-size-normal-button-stack-padding-bottom: 2px;--kbq-alert-size-normal-no-title-icon-margin-top: 16px;--kbq-alert-size-normal-no-title-icon-padding-top: 2px;--kbq-alert-size-compact-container-border-radius: 12px;--kbq-alert-size-compact-container-padding-top: 0;--kbq-alert-size-compact-container-padding-right: 8px;--kbq-alert-size-compact-container-padding-bottom: 0;--kbq-alert-size-compact-container-padding-left: 16px;--kbq-alert-size-compact-content-padding-top: 12px;--kbq-alert-size-compact-content-padding-right: 8px;--kbq-alert-size-compact-content-padding-bottom: 12px;--kbq-alert-size-compact-content-padding-left: 0;--kbq-alert-size-compact-icon-margin-top: 12px;--kbq-alert-size-compact-icon-margin-right: 8px;--kbq-alert-size-compact-icon-padding-top: 4px;--kbq-alert-size-compact-title-margin-bottom: 2px;--kbq-alert-size-compact-close-button-margin-top: 8px;--kbq-alert-size-compact-close-button-margin-left: 2px;--kbq-alert-size-compact-button-stack-padding-top: 8px;--kbq-alert-size-compact-button-stack-padding-bottom: 2px;--kbq-alert-size-compact-no-title-icon-margin-top: 12px;--kbq-alert-size-compact-no-title-icon-padding-top: 2px;--kbq-alert-font-title-font-size: 18px;--kbq-alert-font-title-line-height: 26px;--kbq-alert-font-title-letter-spacing: normal;--kbq-alert-font-title-font-weight: 600;--kbq-alert-font-title-font-family: \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-alert-font-title-text-transform: null;--kbq-alert-font-title-font-feature-settings: \"calt\", \"kern\", \"liga\";--kbq-alert-font-title-compact-font-size: 16px;--kbq-alert-font-title-compact-line-height: 24px;--kbq-alert-font-title-compact-letter-spacing: -.011em;--kbq-alert-font-title-compact-font-weight: 600;--kbq-alert-font-title-compact-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-alert-font-title-compact-text-transform: null;--kbq-alert-font-title-compact-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-alert-font-text-font-size: 14px;--kbq-alert-font-text-line-height: 20px;--kbq-alert-font-text-letter-spacing: -.006em;--kbq-alert-font-text-font-weight: normal;--kbq-alert-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-alert-font-text-text-transform: null;--kbq-alert-font-text-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"}:where(.kbq-light,.theme-light,.kbq-theme-light){--kbq-alert-default-contrast-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-contrast-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-contrast-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-error-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-error-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-error-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-warning-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-warning-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-warning-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-success-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-success-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-success-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-theme-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-theme-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-theme-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-contrast-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-colored-contrast-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-contrast-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-error-container-background: hsla(7, 97%, 90%, 100%);--kbq-alert-colored-error-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-error-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-warning-container-background: hsla(38, 100%, 85%, 100%);--kbq-alert-colored-warning-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-warning-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-success-container-background: hsla(104, 64%, 80%, 100%);--kbq-alert-colored-success-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-success-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-theme-container-background: hsla(216, 100%, 85%, 100%);--kbq-alert-colored-theme-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-theme-container-text: hsla(229, 15%, 15%, 100%)}:where(.kbq-dark,.theme-dark,.kbq-theme-dark){--kbq-alert-default-contrast-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-contrast-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-contrast-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-error-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-error-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-error-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-warning-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-warning-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-warning-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-success-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-success-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-success-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-theme-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-theme-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-theme-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-contrast-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-colored-contrast-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-contrast-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-error-container-background: hsla(7, 97%, 15%, 100%);--kbq-alert-colored-error-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-error-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-warning-container-background: hsla(38, 100%, 14%, 100%);--kbq-alert-colored-warning-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-warning-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-success-container-background: hsla(104, 64%, 12%, 100%);--kbq-alert-colored-success-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-success-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-theme-container-background: hsla(216, 100%, 20%, 100%);--kbq-alert-colored-theme-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-theme-container-text: hsla(229, 15%, 80%, 100%)}\n"] }]
|
|
91
|
+
}, template: "@if (iconItem || icon) {\n <div\n class=\"kbq-alert__icon\"\n [class.kbq-alert__icon_title]=\"title\"\n >\n <ng-content select=\"[kbq-icon-item],[kbq-icon]\" />\n </div>\n}\n\n<div\n class=\"kbq-alert__content\"\n [class.kbq-alert__content_title]=\"title\"\n>\n <ng-content select=\"[kbq-alert-title]\" />\n\n <div class=\"kbq-alert__text\">\n <ng-content />\n </div>\n\n @if (control) {\n <div\n class=\"kbq-alert__button-stack\"\n [class.kbq-alert__button-stack_has-button]=\"button\"\n >\n <ng-content select=\"[kbq-alert-control]\" />\n </div>\n }\n</div>\n\n<div\n class=\"kbq-alert__close-button\"\n [hidden]=\"!closeButton\"\n>\n <ng-content select=\"[kbq-alert-close-button]\" />\n</div>\n", styles: [".kbq-alert{display:flex;box-sizing:border-box}.kbq-alert .kbq-alert__content_title{margin-bottom:var(--kbq-size-xxs, 4px)}.kbq-alert__content{display:flex;flex-direction:column;flex:1;justify-content:center}.kbq-alert.kbq-alert_normal{border-radius:var(--kbq-alert-size-normal-container-border-radius, 12px);padding:var(--kbq-alert-size-normal-container-padding-top, 0) var(--kbq-alert-size-normal-container-padding-right, 8px) var(--kbq-alert-size-normal-container-padding-bottom, 0) var(--kbq-alert-size-normal-container-padding-left, 8px)}.kbq-alert.kbq-alert_normal .kbq-alert__icon{margin:var(--kbq-alert-size-normal-no-title-icon-margin-top, 16px) var(--kbq-alert-size-normal-icon-margin-right, 0) var(--kbq-alert-size-normal-icon-margin-bottom, 16px) var(--kbq-alert-size-normal-icon-margin-left, 12px);display:inline-flex;align-items:flex-start}.kbq-alert.kbq-alert_normal .kbq-alert__icon.kbq-alert__icon_title{margin-top:var(--kbq-alert-size-normal-icon-margin-top, 16px);padding-top:var(--kbq-alert-size-normal-no-title-icon-padding-top, 2px)}.kbq-alert.kbq-alert_normal .kbq-alert__content{padding:var(--kbq-alert-size-normal-content-padding-top, 16px) var(--kbq-alert-size-normal-content-padding-right, 8px) var(--kbq-alert-size-normal-content-padding-bottom, 16px) var(--kbq-alert-size-normal-content-padding-left, 12px)}.kbq-alert.kbq-alert_normal .kbq-alert__title{margin-bottom:var(--kbq-alert-size-normal-title-margin-bottom, 4px)}.kbq-alert.kbq-alert_normal .kbq-alert__button-stack{padding-top:var(--kbq-alert-size-normal-button-stack-padding-top, 8px);padding-bottom:var(--kbq-alert-size-normal-button-stack-padding-bottom, 2px)}.kbq-alert.kbq-alert_normal .kbq-alert__button-stack_has-button{padding-top:12px}.kbq-alert.kbq-alert_normal .kbq-alert__close-button{margin-top:var(--kbq-alert-size-normal-close-button-margin-top, 8px);margin-left:var(--kbq-alert-size-normal-close-button-margin-left, 2px)}.kbq-alert.kbq-alert_compact{border-radius:var(--kbq-alert-size-compact-container-border-radius, 12px);padding:var(--kbq-alert-size-compact-container-padding-top, 0) var(--kbq-alert-size-compact-container-padding-right, 8px) var(--kbq-alert-size-compact-container-padding-bottom, 0) var(--kbq-alert-size-compact-container-padding-left, 16px)}.kbq-alert.kbq-alert_compact .kbq-alert__icon{margin-top:var(--kbq-alert-size-compact-no-title-icon-margin-top, 12px);margin-right:var(--kbq-alert-size-compact-icon-margin-right, 8px);padding-top:var(--kbq-alert-size-compact-no-title-icon-padding-top, 2px);display:inline-flex;align-items:flex-start}.kbq-alert.kbq-alert_compact .kbq-alert__icon.kbq-alert__icon_title{margin-top:var(--kbq-alert-size-compact-icon-margin-top, 12px);padding-top:var(--kbq-alert-size-compact-icon-padding-top, 4px)}.kbq-alert.kbq-alert_compact .kbq-alert__content{padding:var(--kbq-alert-size-compact-content-padding-top, 12px) var(--kbq-alert-size-compact-content-padding-right, 8px) var(--kbq-alert-size-compact-content-padding-bottom, 12px) var(--kbq-alert-size-compact-content-padding-left, 0)}.kbq-alert.kbq-alert_compact .kbq-alert__title{margin-bottom:var(--kbq-alert-size-compact-title-margin-bottom, 2px)}.kbq-alert.kbq-alert_compact .kbq-alert__button-stack{padding-top:var(--kbq-alert-size-compact-button-stack-padding-top, 8px);padding-bottom:var(--kbq-alert-size-compact-button-stack-padding-bottom, 2px)}.kbq-alert.kbq-alert_compact .kbq-alert__button-stack_has-button{padding-top:12px}.kbq-alert.kbq-alert_compact .kbq-alert__close-button{margin-top:var(--kbq-alert-size-compact-close-button-margin-top, 8px);margin-left:var(--kbq-alert-size-compact-close-button-margin-left, 2px)}.kbq-alert__close:focus{outline:none}.kbq-alert.kbq-alert_default.kbq-alert_contrast{background:var(--kbq-alert-default-contrast-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_contrast .kbq-alert__title{color:var(--kbq-alert-default-contrast-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_contrast .kbq-alert__text{color:var(--kbq-alert-default-contrast-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_error{background:var(--kbq-alert-default-error-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_error .kbq-alert__title{color:var(--kbq-alert-default-error-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_error .kbq-alert__text{color:var(--kbq-alert-default-error-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_warning{background:var(--kbq-alert-default-warning-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_warning .kbq-alert__title{color:var(--kbq-alert-default-warning-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_warning .kbq-alert__text{color:var(--kbq-alert-default-warning-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_success{background:var(--kbq-alert-default-success-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_success .kbq-alert__title{color:var(--kbq-alert-default-success-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_success .kbq-alert__text{color:var(--kbq-alert-default-success-container-text, )}.kbq-alert.kbq-alert_default.kbq-alert_theme{background:var(--kbq-alert-default-theme-container-background, )}.kbq-alert.kbq-alert_default.kbq-alert_theme .kbq-alert__title{color:var(--kbq-alert-default-theme-container-title, )}.kbq-alert.kbq-alert_default.kbq-alert_theme .kbq-alert__text{color:var(--kbq-alert-default-theme-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_contrast{background:var(--kbq-alert-colored-contrast-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_contrast .kbq-alert__title{color:var(--kbq-alert-colored-contrast-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_contrast .kbq-alert__text{color:var(--kbq-alert-colored-contrast-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_error{background:var(--kbq-alert-colored-error-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_error .kbq-alert__title{color:var(--kbq-alert-colored-error-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_error .kbq-alert__text{color:var(--kbq-alert-colored-error-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_warning{background:var(--kbq-alert-colored-warning-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_warning .kbq-alert__title{color:var(--kbq-alert-colored-warning-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_warning .kbq-alert__text{color:var(--kbq-alert-colored-warning-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_success{background:var(--kbq-alert-colored-success-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_success .kbq-alert__title{color:var(--kbq-alert-colored-success-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_success .kbq-alert__text{color:var(--kbq-alert-colored-success-container-text, )}.kbq-alert.kbq-alert_colored.kbq-alert_theme{background:var(--kbq-alert-colored-theme-container-background, )}.kbq-alert.kbq-alert_colored.kbq-alert_theme .kbq-alert__title{color:var(--kbq-alert-colored-theme-container-title, )}.kbq-alert.kbq-alert_colored.kbq-alert_theme .kbq-alert__text{color:var(--kbq-alert-colored-theme-container-text, )}.kbq-alert{font-size:var(--kbq-alert-font-text-font-size, 14px);font-weight:var(--kbq-alert-font-text-font-weight, normal);line-height:var(--kbq-alert-font-text-line-height, 20px);font-family:var(--kbq-alert-font-text-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-alert-font-text-text-transform, );font-feature-settings:var(--kbq-alert-font-text-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-alert-font-text-letter-spacing, -.006em)}.kbq-alert .kbq-alert__title{font-size:var(--kbq-alert-font-title-font-size, 18px);font-weight:var(--kbq-alert-font-title-font-weight, 600);line-height:var(--kbq-alert-font-title-line-height, 26px);font-family:var(--kbq-alert-font-title-font-family, \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-alert-font-title-text-transform, );font-feature-settings:var(--kbq-alert-font-title-font-feature-settings, \"calt\", \"kern\", \"liga\");letter-spacing:var(--kbq-alert-font-title-letter-spacing, normal)}.kbq-alert.kbq-alert_compact .kbq-alert__title{font-size:var(--kbq-alert-font-title-compact-font-size, 16px);font-weight:var(--kbq-alert-font-title-compact-font-weight, 600);line-height:var(--kbq-alert-font-title-compact-line-height, 24px);font-family:var(--kbq-alert-font-title-compact-font-family, Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif);text-transform:var(--kbq-alert-font-title-compact-text-transform, );font-feature-settings:var(--kbq-alert-font-title-compact-font-feature-settings, \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\");letter-spacing:var(--kbq-alert-font-title-compact-letter-spacing, -.011em)}\n", ".kbq-alert{--kbq-alert-size-normal-container-border-radius: 12px;--kbq-alert-size-normal-container-padding-top: 0;--kbq-alert-size-normal-container-padding-right: 8px;--kbq-alert-size-normal-container-padding-bottom: 0;--kbq-alert-size-normal-container-padding-left: 8px;--kbq-alert-size-normal-content-padding-top: 16px;--kbq-alert-size-normal-content-padding-right: 8px;--kbq-alert-size-normal-content-padding-bottom: 16px;--kbq-alert-size-normal-content-padding-left: 12px;--kbq-alert-size-normal-icon-margin-top: 16px;--kbq-alert-size-normal-icon-margin-right: 0;--kbq-alert-size-normal-icon-margin-bottom: 16px;--kbq-alert-size-normal-icon-margin-left: 12px;--kbq-alert-size-normal-icon-padding-top: 4px;--kbq-alert-size-normal-title-margin-bottom: 4px;--kbq-alert-size-normal-close-button-margin-top: 8px;--kbq-alert-size-normal-close-button-margin-left: 2px;--kbq-alert-size-normal-button-stack-padding-top: 8px;--kbq-alert-size-normal-button-stack-padding-bottom: 2px;--kbq-alert-size-normal-no-title-icon-margin-top: 16px;--kbq-alert-size-normal-no-title-icon-padding-top: 2px;--kbq-alert-size-compact-container-border-radius: 12px;--kbq-alert-size-compact-container-padding-top: 0;--kbq-alert-size-compact-container-padding-right: 8px;--kbq-alert-size-compact-container-padding-bottom: 0;--kbq-alert-size-compact-container-padding-left: 16px;--kbq-alert-size-compact-content-padding-top: 12px;--kbq-alert-size-compact-content-padding-right: 8px;--kbq-alert-size-compact-content-padding-bottom: 12px;--kbq-alert-size-compact-content-padding-left: 0;--kbq-alert-size-compact-icon-margin-top: 12px;--kbq-alert-size-compact-icon-margin-right: 8px;--kbq-alert-size-compact-icon-padding-top: 4px;--kbq-alert-size-compact-title-margin-bottom: 2px;--kbq-alert-size-compact-close-button-margin-top: 8px;--kbq-alert-size-compact-close-button-margin-left: 2px;--kbq-alert-size-compact-button-stack-padding-top: 8px;--kbq-alert-size-compact-button-stack-padding-bottom: 2px;--kbq-alert-size-compact-no-title-icon-margin-top: 12px;--kbq-alert-size-compact-no-title-icon-padding-top: 2px;--kbq-alert-font-title-font-size: 18px;--kbq-alert-font-title-line-height: 26px;--kbq-alert-font-title-letter-spacing: normal;--kbq-alert-font-title-font-weight: 600;--kbq-alert-font-title-font-family: \"TT-Positive\", Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-alert-font-title-text-transform: null;--kbq-alert-font-title-font-feature-settings: \"calt\", \"kern\", \"liga\";--kbq-alert-font-title-compact-font-size: 16px;--kbq-alert-font-title-compact-line-height: 24px;--kbq-alert-font-title-compact-letter-spacing: -.011em;--kbq-alert-font-title-compact-font-weight: 600;--kbq-alert-font-title-compact-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-alert-font-title-compact-text-transform: null;--kbq-alert-font-title-compact-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\";--kbq-alert-font-text-font-size: 14px;--kbq-alert-font-text-line-height: 20px;--kbq-alert-font-text-letter-spacing: -.006em;--kbq-alert-font-text-font-weight: normal;--kbq-alert-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif;--kbq-alert-font-text-text-transform: null;--kbq-alert-font-text-font-feature-settings: \"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"}:where(.kbq-light,.theme-light,.kbq-theme-light){--kbq-alert-default-contrast-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-contrast-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-contrast-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-error-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-error-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-error-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-warning-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-warning-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-warning-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-success-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-success-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-success-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-default-theme-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-default-theme-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-default-theme-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-contrast-container-background: hsla(229, 15%, 92%, 100%);--kbq-alert-colored-contrast-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-contrast-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-error-container-background: hsla(7, 97%, 90%, 100%);--kbq-alert-colored-error-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-error-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-warning-container-background: hsla(38, 100%, 85%, 100%);--kbq-alert-colored-warning-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-warning-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-success-container-background: hsla(104, 64%, 80%, 100%);--kbq-alert-colored-success-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-success-container-text: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-theme-container-background: hsla(216, 100%, 85%, 100%);--kbq-alert-colored-theme-container-title: hsla(229, 15%, 15%, 100%);--kbq-alert-colored-theme-container-text: hsla(229, 15%, 15%, 100%)}:where(.kbq-dark,.theme-dark,.kbq-theme-dark){--kbq-alert-default-contrast-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-contrast-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-contrast-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-error-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-error-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-error-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-warning-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-warning-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-warning-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-success-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-success-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-success-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-default-theme-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-default-theme-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-default-theme-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-contrast-container-background: hsla(229, 15%, 25%, 100%);--kbq-alert-colored-contrast-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-contrast-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-error-container-background: hsla(7, 97%, 15%, 100%);--kbq-alert-colored-error-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-error-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-warning-container-background: hsla(38, 100%, 14%, 100%);--kbq-alert-colored-warning-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-warning-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-success-container-background: hsla(104, 64%, 12%, 100%);--kbq-alert-colored-success-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-success-container-text: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-theme-container-background: hsla(216, 100%, 20%, 100%);--kbq-alert-colored-theme-container-title: hsla(229, 15%, 80%, 100%);--kbq-alert-colored-theme-container-text: hsla(229, 15%, 80%, 100%)}\n"] }]
|
|
93
92
|
}], propDecorators: { iconItem: [{
|
|
94
93
|
type: ContentChild,
|
|
95
94
|
args: [KbqIconItem]
|
|
@@ -115,4 +114,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImpor
|
|
|
115
114
|
}], alertColor: [{
|
|
116
115
|
type: Input
|
|
117
116
|
}] } });
|
|
118
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
117
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxlcnQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcGFja2FnZXMvY29tcG9uZW50cy9hbGVydC9hbGVydC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi9wYWNrYWdlcy9jb21wb25lbnRzL2FsZXJ0L2FsZXJ0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFFSCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULFlBQVksRUFDWixTQUFTLEVBQ1QsS0FBSyxFQUNMLGlCQUFpQixFQUNwQixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDdEQsT0FBTyxFQUFFLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQzs7QUFFL0QsTUFBTSxDQUFOLElBQVksY0FHWDtBQUhELFdBQVksY0FBYztJQUN0QixxQ0FBbUIsQ0FBQTtJQUNuQixxQ0FBbUIsQ0FBQTtBQUN2QixDQUFDLEVBSFcsY0FBYyxLQUFkLGNBQWMsUUFHekI7QUFFRCxNQUFNLENBQU4sSUFBWSxjQU1YO0FBTkQsV0FBWSxjQUFjO0lBQ3RCLHVDQUFxQixDQUFBO0lBQ3JCLGlDQUFlLENBQUE7SUFDZixxQ0FBbUIsQ0FBQTtJQUNuQixxQ0FBbUIsQ0FBQTtJQUNuQixpQ0FBZSxDQUFBO0FBQ25CLENBQUMsRUFOVyxjQUFjLEtBQWQsY0FBYyxRQU16QjtBQVFELE1BQU0sT0FBTyxhQUFhO2lJQUFiLGFBQWE7cUhBQWIsYUFBYTs7MkZBQWIsYUFBYTtrQkFOekIsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUsbUJBQW1CO29CQUM3QixJQUFJLEVBQUU7d0JBQ0YsS0FBSyxFQUFFLGtCQUFrQjtxQkFDNUI7aUJBQ0o7O0FBU0QsTUFBTSxPQUFPLG1CQUFtQjtpSUFBbkIsbUJBQW1CO3FIQUFuQixtQkFBbUI7OzJGQUFuQixtQkFBbUI7a0JBTi9CLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLDBCQUEwQjtvQkFDcEMsSUFBSSxFQUFFO3dCQUNGLEtBQUssRUFBRSx3QkFBd0I7cUJBQ2xDO2lCQUNKOztBQVNELE1BQU0sT0FBTyxlQUFlO2lJQUFmLGVBQWU7cUhBQWYsZUFBZTs7MkZBQWYsZUFBZTtrQkFOM0IsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUscUJBQXFCO29CQUMvQixJQUFJLEVBQUU7d0JBQ0YsS0FBSyxFQUFFLG1CQUFtQjtxQkFDN0I7aUJBQ0o7O0FBbUJELE1BQU0sT0FBTyxRQUFRO0lBaEJyQjtRQXdCYSxZQUFPLEdBQVksS0FBSyxDQUFDO1FBQ3pCLGVBQVUsR0FBNEIsY0FBYyxDQUFDLE9BQU8sQ0FBQztRQVc5RCxnQkFBVyxHQUE0QixjQUFjLENBQUMsUUFBUSxDQUFDO0tBYTFFO0lBdEJHLElBQ0ksVUFBVTtRQUNWLE9BQU8sYUFBYSxJQUFJLENBQUMsV0FBVyxFQUFFLENBQUM7SUFDM0MsQ0FBQztJQUVELElBQUksVUFBVSxDQUFDLEtBQThCO1FBQ3pDLElBQUksQ0FBQyxXQUFXLEdBQUcsS0FBSyxJQUFJLGNBQWMsQ0FBQyxRQUFRLENBQUM7SUFDeEQsQ0FBQztJQUlELElBQUksU0FBUztRQUNULE9BQU8sSUFBSSxDQUFDLFVBQVUsS0FBSyxjQUFjLENBQUMsT0FBTyxDQUFDO0lBQ3RELENBQUM7SUFFRCxrQkFBa0I7UUFDZCxNQUFNLElBQUksR0FBRyxJQUFJLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxRQUFRLENBQUM7UUFFeEMsSUFBSSxJQUFJLEVBQUUsQ0FBQztZQUNQLElBQUksQ0FBQyxLQUFLLEdBQUcsSUFBSSxDQUFDLFdBQVcsQ0FBQztRQUNsQyxDQUFDO0lBQ0wsQ0FBQztpSUFoQ1EsUUFBUTtxSEFBUixRQUFRLG9jQUNILFdBQVcsdUVBQ1gsT0FBTyx5RUFDUCxTQUFTLHdFQUNULGFBQWEsMEVBQ2IsZUFBZSw4RUFDZixtQkFBbUIsZ0RDdkVyQyxvekJBbUNBOzsyRkQ4QmEsUUFBUTtrQkFoQnBCLFNBQVM7K0JBQ0ksV0FBVyxtQkFHSix1QkFBdUIsQ0FBQyxNQUFNLGlCQUNoQyxpQkFBaUIsQ0FBQyxJQUFJLFFBQy9CO3dCQUNGLEtBQUssRUFBRSxXQUFXO3dCQUNsQixTQUFTLEVBQUUsWUFBWTt3QkFDdkIsMEJBQTBCLEVBQUUsVUFBVTt3QkFDdEMsMkJBQTJCLEVBQUUsU0FBUzt3QkFDdEMsMkJBQTJCLEVBQUUsWUFBWTt3QkFDekMsMkJBQTJCLEVBQUUsV0FBVzt3QkFDeEMsK0JBQStCLEVBQUUsYUFBYTtxQkFDakQ7OEJBRzBCLFFBQVE7c0JBQWxDLFlBQVk7dUJBQUMsV0FBVztnQkFDRixJQUFJO3NCQUExQixZQUFZO3VCQUFDLE9BQU87Z0JBQ0ksTUFBTTtzQkFBOUIsWUFBWTt1QkFBQyxTQUFTO2dCQUNNLEtBQUs7c0JBQWpDLFlBQVk7dUJBQUMsYUFBYTtnQkFDSSxPQUFPO3NCQUFyQyxZQUFZO3VCQUFDLGVBQWU7Z0JBQ00sV0FBVztzQkFBN0MsWUFBWTt1QkFBQyxtQkFBbUI7Z0JBRXhCLE9BQU87c0JBQWYsS0FBSztnQkFDRyxVQUFVO3NCQUFsQixLQUFLO2dCQUdGLFVBQVU7c0JBRGIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gICAgQWZ0ZXJDb250ZW50SW5pdCxcbiAgICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgICBDb21wb25lbnQsXG4gICAgQ29udGVudENoaWxkLFxuICAgIERpcmVjdGl2ZSxcbiAgICBJbnB1dCxcbiAgICBWaWV3RW5jYXBzdWxhdGlvblxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEticUJ1dHRvbiB9IGZyb20gJ0Brb29iaXEvY29tcG9uZW50cy9idXR0b24nO1xuaW1wb3J0IHsgS2JxSWNvbiwgS2JxSWNvbkl0ZW0gfSBmcm9tICdAa29vYmlxL2NvbXBvbmVudHMvaWNvbic7XG5cbmV4cG9ydCBlbnVtIEticUFsZXJ0U3R5bGVzIHtcbiAgICBEZWZhdWx0ID0gJ2RlZmF1bHQnLFxuICAgIENvbG9yZWQgPSAnY29sb3JlZCdcbn1cblxuZXhwb3J0IGVudW0gS2JxQWxlcnRDb2xvcnMge1xuICAgIENvbnRyYXN0ID0gJ2NvbnRyYXN0JyxcbiAgICBFcnJvciA9ICdlcnJvcicsXG4gICAgV2FybmluZyA9ICd3YXJuaW5nJyxcbiAgICBTdWNjZXNzID0gJ3N1Y2Nlc3MnLFxuICAgIFRoZW1lID0gJ3RoZW1lJ1xufVxuXG5ARGlyZWN0aXZlKHtcbiAgICBzZWxlY3RvcjogJ1trYnEtYWxlcnQtdGl0bGVdJyxcbiAgICBob3N0OiB7XG4gICAgICAgIGNsYXNzOiAna2JxLWFsZXJ0X190aXRsZSdcbiAgICB9XG59KVxuZXhwb3J0IGNsYXNzIEticUFsZXJ0VGl0bGUge31cblxuQERpcmVjdGl2ZSh7XG4gICAgc2VsZWN0b3I6ICdba2JxLWFsZXJ0LWNsb3NlLWJ1dHRvbl0nLFxuICAgIGhvc3Q6IHtcbiAgICAgICAgY2xhc3M6ICdrYnEtYWxlcnQtY2xvc2UtYnV0dG9uJ1xuICAgIH1cbn0pXG5leHBvcnQgY2xhc3MgS2JxQWxlcnRDbG9zZUJ1dHRvbiB7fVxuXG5ARGlyZWN0aXZlKHtcbiAgICBzZWxlY3RvcjogJ1trYnEtYWxlcnQtY29udHJvbF0nLFxuICAgIGhvc3Q6IHtcbiAgICAgICAgY2xhc3M6ICdrYnEtYWxlcnQtY29udHJvbCdcbiAgICB9XG59KVxuZXhwb3J0IGNsYXNzIEticUFsZXJ0Q29udHJvbCB7fVxuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2ticS1hbGVydCcsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2FsZXJ0LmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybHM6IFsnYWxlcnQuY29tcG9uZW50LnNjc3MnLCAnYWxlcnQtdG9rZW5zLnNjc3MnXSxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICAgIGhvc3Q6IHtcbiAgICAgICAgY2xhc3M6ICdrYnEtYWxlcnQnLFxuICAgICAgICAnW2NsYXNzXSc6ICdhbGVydENvbG9yJyxcbiAgICAgICAgJ1tjbGFzcy5rYnEtYWxlcnRfbm9ybWFsXSc6ICchY29tcGFjdCcsXG4gICAgICAgICdbY2xhc3Mua2JxLWFsZXJ0X2NvbXBhY3RdJzogJ2NvbXBhY3QnLFxuICAgICAgICAnW2NsYXNzLmticS1hbGVydF9kZWZhdWx0XSc6ICchaXNDb2xvcmVkJyxcbiAgICAgICAgJ1tjbGFzcy5rYnEtYWxlcnRfY29sb3JlZF0nOiAnaXNDb2xvcmVkJyxcbiAgICAgICAgJ1tjbGFzcy5rYnEtYWxlcnRfZGlzbWlzc2libGVdJzogJ2Nsb3NlQnV0dG9uJ1xuICAgIH1cbn0pXG5leHBvcnQgY2xhc3MgS2JxQWxlcnQgaW1wbGVtZW50cyBBZnRlckNvbnRlbnRJbml0IHtcbiAgICBAQ29udGVudENoaWxkKEticUljb25JdGVtKSBpY29uSXRlbTogS2JxSWNvbkl0ZW07XG4gICAgQENvbnRlbnRDaGlsZChLYnFJY29uKSBpY29uOiBLYnFJY29uO1xuICAgIEBDb250ZW50Q2hpbGQoS2JxQnV0dG9uKSBidXR0b246IEticUJ1dHRvbjtcbiAgICBAQ29udGVudENoaWxkKEticUFsZXJ0VGl0bGUpIHRpdGxlOiBLYnFBbGVydFRpdGxlO1xuICAgIEBDb250ZW50Q2hpbGQoS2JxQWxlcnRDb250cm9sKSBjb250cm9sOiBLYnFBbGVydENvbnRyb2w7XG4gICAgQENvbnRlbnRDaGlsZChLYnFBbGVydENsb3NlQnV0dG9uKSBjbG9zZUJ1dHRvbjogS2JxQWxlcnRDbG9zZUJ1dHRvbjtcblxuICAgIEBJbnB1dCgpIGNvbXBhY3Q6IGJvb2xlYW4gPSBmYWxzZTtcbiAgICBASW5wdXQoKSBhbGVydFN0eWxlOiBLYnFBbGVydFN0eWxlcyB8IHN0cmluZyA9IEticUFsZXJ0U3R5bGVzLkRlZmF1bHQ7XG5cbiAgICBASW5wdXQoKVxuICAgIGdldCBhbGVydENvbG9yKCk6IHN0cmluZyB7XG4gICAgICAgIHJldHVybiBga2JxLWFsZXJ0XyR7dGhpcy5fYWxlcnRDb2xvcn1gO1xuICAgIH1cblxuICAgIHNldCBhbGVydENvbG9yKHZhbHVlOiBzdHJpbmcgfCBLYnFBbGVydENvbG9ycykge1xuICAgICAgICB0aGlzLl9hbGVydENvbG9yID0gdmFsdWUgfHwgS2JxQWxlcnRDb2xvcnMuQ29udHJhc3Q7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSBfYWxlcnRDb2xvcjogc3RyaW5nIHwgS2JxQWxlcnRDb2xvcnMgPSBLYnFBbGVydENvbG9ycy5Db250cmFzdDtcblxuICAgIGdldCBpc0NvbG9yZWQoKTogYm9vbGVhbiB7XG4gICAgICAgIHJldHVybiB0aGlzLmFsZXJ0U3R5bGUgPT09IEticUFsZXJ0U3R5bGVzLkNvbG9yZWQ7XG4gICAgfVxuXG4gICAgbmdBZnRlckNvbnRlbnRJbml0KCk6IHZvaWQge1xuICAgICAgICBjb25zdCBpY29uID0gdGhpcy5pY29uIHx8IHRoaXMuaWNvbkl0ZW07XG5cbiAgICAgICAgaWYgKGljb24pIHtcbiAgICAgICAgICAgIGljb24uY29sb3IgPSB0aGlzLl9hbGVydENvbG9yO1xuICAgICAgICB9XG4gICAgfVxufVxuIiwiQGlmIChpY29uSXRlbSB8fCBpY29uKSB7XG4gICAgPGRpdlxuICAgICAgICBjbGFzcz1cImticS1hbGVydF9faWNvblwiXG4gICAgICAgIFtjbGFzcy5rYnEtYWxlcnRfX2ljb25fdGl0bGVdPVwidGl0bGVcIlxuICAgID5cbiAgICAgICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiW2ticS1pY29uLWl0ZW1dLFtrYnEtaWNvbl1cIiAvPlxuICAgIDwvZGl2PlxufVxuXG48ZGl2XG4gICAgY2xhc3M9XCJrYnEtYWxlcnRfX2NvbnRlbnRcIlxuICAgIFtjbGFzcy5rYnEtYWxlcnRfX2NvbnRlbnRfdGl0bGVdPVwidGl0bGVcIlxuPlxuICAgIDxuZy1jb250ZW50IHNlbGVjdD1cIltrYnEtYWxlcnQtdGl0bGVdXCIgLz5cblxuICAgIDxkaXYgY2xhc3M9XCJrYnEtYWxlcnRfX3RleHRcIj5cbiAgICAgICAgPG5nLWNvbnRlbnQgLz5cbiAgICA8L2Rpdj5cblxuICAgIEBpZiAoY29udHJvbCkge1xuICAgICAgICA8ZGl2XG4gICAgICAgICAgICBjbGFzcz1cImticS1hbGVydF9fYnV0dG9uLXN0YWNrXCJcbiAgICAgICAgICAgIFtjbGFzcy5rYnEtYWxlcnRfX2J1dHRvbi1zdGFja19oYXMtYnV0dG9uXT1cImJ1dHRvblwiXG4gICAgICAgID5cbiAgICAgICAgICAgIDxuZy1jb250ZW50IHNlbGVjdD1cIltrYnEtYWxlcnQtY29udHJvbF1cIiAvPlxuICAgICAgICA8L2Rpdj5cbiAgICB9XG48L2Rpdj5cblxuPGRpdlxuICAgIGNsYXNzPVwia2JxLWFsZXJ0X19jbG9zZS1idXR0b25cIlxuICAgIFtoaWRkZW5dPVwiIWNsb3NlQnV0dG9uXCJcbj5cbiAgICA8bmctY29udGVudCBzZWxlY3Q9XCJba2JxLWFsZXJ0LWNsb3NlLWJ1dHRvbl1cIiAvPlxuPC9kaXY+XG4iXX0=
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { A11yModule } from '@angular/cdk/a11y';
|
|
2
2
|
import { PlatformModule } from '@angular/cdk/platform';
|
|
3
|
-
import { CommonModule } from '@angular/common';
|
|
4
3
|
import { NgModule } from '@angular/core';
|
|
5
4
|
import { KbqAlert, KbqAlertCloseButton, KbqAlertControl, KbqAlertTitle } from './alert.component';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
@@ -9,21 +8,18 @@ export class KbqAlertModule {
|
|
|
9
8
|
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: KbqAlertModule, declarations: [KbqAlert,
|
|
10
9
|
KbqAlertTitle,
|
|
11
10
|
KbqAlertCloseButton,
|
|
12
|
-
KbqAlertControl], imports: [
|
|
13
|
-
A11yModule,
|
|
11
|
+
KbqAlertControl], imports: [A11yModule,
|
|
14
12
|
PlatformModule], exports: [KbqAlert,
|
|
15
13
|
KbqAlertTitle,
|
|
16
14
|
KbqAlertCloseButton,
|
|
17
15
|
KbqAlertControl] }); }
|
|
18
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: KbqAlertModule, imports: [
|
|
19
|
-
A11yModule,
|
|
16
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: KbqAlertModule, imports: [A11yModule,
|
|
20
17
|
PlatformModule] }); }
|
|
21
18
|
}
|
|
22
19
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: KbqAlertModule, decorators: [{
|
|
23
20
|
type: NgModule,
|
|
24
21
|
args: [{
|
|
25
22
|
imports: [
|
|
26
|
-
CommonModule,
|
|
27
23
|
A11yModule,
|
|
28
24
|
PlatformModule
|
|
29
25
|
],
|
|
@@ -41,4 +37,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImpor
|
|
|
41
37
|
]
|
|
42
38
|
}]
|
|
43
39
|
}] });
|
|
44
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
40
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxlcnQubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcGFja2FnZXMvY29tcG9uZW50cy9hbGVydC9hbGVydC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLG1CQUFtQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUN2RCxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxRQUFRLEVBQUUsbUJBQW1CLEVBQUUsZUFBZSxFQUFFLGFBQWEsRUFBRSxNQUFNLG1CQUFtQixDQUFDOztBQW9CbEcsTUFBTSxPQUFPLGNBQWM7aUlBQWQsY0FBYztrSUFBZCxjQUFjLGlCQU5uQixRQUFRO1lBQ1IsYUFBYTtZQUNiLG1CQUFtQjtZQUNuQixlQUFlLGFBYmYsVUFBVTtZQUNWLGNBQWMsYUFHZCxRQUFRO1lBQ1IsYUFBYTtZQUNiLG1CQUFtQjtZQUNuQixlQUFlO2tJQVNWLGNBQWMsWUFoQm5CLFVBQVU7WUFDVixjQUFjOzsyRkFlVCxjQUFjO2tCQWxCMUIsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUU7d0JBQ0wsVUFBVTt3QkFDVixjQUFjO3FCQUNqQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ0wsUUFBUTt3QkFDUixhQUFhO3dCQUNiLG1CQUFtQjt3QkFDbkIsZUFBZTtxQkFDbEI7b0JBQ0QsWUFBWSxFQUFFO3dCQUNWLFFBQVE7d0JBQ1IsYUFBYTt3QkFDYixtQkFBbUI7d0JBQ25CLGVBQWU7cUJBQ2xCO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQTExeU1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9hMTF5JztcbmltcG9ydCB7IFBsYXRmb3JtTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL3BsYXRmb3JtJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBLYnFBbGVydCwgS2JxQWxlcnRDbG9zZUJ1dHRvbiwgS2JxQWxlcnRDb250cm9sLCBLYnFBbGVydFRpdGxlIH0gZnJvbSAnLi9hbGVydC5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICAgIGltcG9ydHM6IFtcbiAgICAgICAgQTExeU1vZHVsZSxcbiAgICAgICAgUGxhdGZvcm1Nb2R1bGVcbiAgICBdLFxuICAgIGV4cG9ydHM6IFtcbiAgICAgICAgS2JxQWxlcnQsXG4gICAgICAgIEticUFsZXJ0VGl0bGUsXG4gICAgICAgIEticUFsZXJ0Q2xvc2VCdXR0b24sXG4gICAgICAgIEticUFsZXJ0Q29udHJvbFxuICAgIF0sXG4gICAgZGVjbGFyYXRpb25zOiBbXG4gICAgICAgIEticUFsZXJ0LFxuICAgICAgICBLYnFBbGVydFRpdGxlLFxuICAgICAgICBLYnFBbGVydENsb3NlQnV0dG9uLFxuICAgICAgICBLYnFBbGVydENvbnRyb2xcbiAgICBdXG59KVxuZXhwb3J0IGNsYXNzIEticUFsZXJ0TW9kdWxlIHt9XG4iXX0=
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OverlayModule } from '@angular/cdk/overlay';
|
|
2
|
-
import {
|
|
2
|
+
import { NgClass } from '@angular/common';
|
|
3
3
|
import { NgModule } from '@angular/core';
|
|
4
4
|
import { KbqCommonModule, KbqOptionModule } from '@koobiq/components/core';
|
|
5
5
|
import { KbqAutocompleteOrigin } from './autocomplete-origin.directive';
|
|
@@ -8,18 +8,28 @@ import { KbqAutocomplete } from './autocomplete.component';
|
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export class KbqAutocompleteModule {
|
|
10
10
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: KbqAutocompleteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
11
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: KbqAutocompleteModule, declarations: [KbqAutocomplete, KbqAutocompleteTrigger, KbqAutocompleteOrigin], imports: [KbqOptionModule,
|
|
11
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: KbqAutocompleteModule, declarations: [KbqAutocomplete, KbqAutocompleteTrigger, KbqAutocompleteOrigin], imports: [KbqOptionModule,
|
|
12
|
+
OverlayModule,
|
|
13
|
+
KbqCommonModule,
|
|
14
|
+
NgClass], exports: [KbqAutocomplete,
|
|
12
15
|
KbqOptionModule,
|
|
13
16
|
KbqAutocompleteTrigger,
|
|
14
17
|
KbqAutocompleteOrigin,
|
|
15
18
|
KbqCommonModule] }); }
|
|
16
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: KbqAutocompleteModule, providers: [KBQ_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY_PROVIDER], imports: [KbqOptionModule,
|
|
19
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: KbqAutocompleteModule, providers: [KBQ_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY_PROVIDER], imports: [KbqOptionModule,
|
|
20
|
+
OverlayModule,
|
|
21
|
+
KbqCommonModule, KbqOptionModule,
|
|
17
22
|
KbqCommonModule] }); }
|
|
18
23
|
}
|
|
19
24
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: KbqAutocompleteModule, decorators: [{
|
|
20
25
|
type: NgModule,
|
|
21
26
|
args: [{
|
|
22
|
-
imports: [
|
|
27
|
+
imports: [
|
|
28
|
+
KbqOptionModule,
|
|
29
|
+
OverlayModule,
|
|
30
|
+
KbqCommonModule,
|
|
31
|
+
NgClass
|
|
32
|
+
],
|
|
23
33
|
exports: [
|
|
24
34
|
KbqAutocomplete,
|
|
25
35
|
KbqOptionModule,
|
|
@@ -31,4 +41,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImpor
|
|
|
31
41
|
providers: [KBQ_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY_PROVIDER]
|
|
32
42
|
}]
|
|
33
43
|
}] });
|
|
34
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
44
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXV0b2NvbXBsZXRlLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3BhY2thZ2VzL2NvbXBvbmVudHMvYXV0b2NvbXBsZXRlL2F1dG9jb21wbGV0ZS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQ3JELE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMxQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxlQUFlLEVBQUUsZUFBZSxFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDM0UsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0saUNBQWlDLENBQUM7QUFDeEUsT0FBTyxFQUNILGlEQUFpRCxFQUNqRCxzQkFBc0IsRUFDekIsTUFBTSxrQ0FBa0MsQ0FBQztBQUMxQyxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7O0FBbUIzRCxNQUFNLE9BQU8scUJBQXFCO2lJQUFyQixxQkFBcUI7a0lBQXJCLHFCQUFxQixpQkFIZixlQUFlLEVBQUUsc0JBQXNCLEVBQUUscUJBQXFCLGFBWnpFLGVBQWU7WUFDZixhQUFhO1lBQ2IsZUFBZTtZQUNmLE9BQU8sYUFHUCxlQUFlO1lBQ2YsZUFBZTtZQUNmLHNCQUFzQjtZQUN0QixxQkFBcUI7WUFDckIsZUFBZTtrSUFLVixxQkFBcUIsYUFGbkIsQ0FBQyxpREFBaUQsQ0FBQyxZQWIxRCxlQUFlO1lBQ2YsYUFBYTtZQUNiLGVBQWUsRUFLZixlQUFlO1lBR2YsZUFBZTs7MkZBS1YscUJBQXFCO2tCQWpCakMsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUU7d0JBQ0wsZUFBZTt3QkFDZixhQUFhO3dCQUNiLGVBQWU7d0JBQ2YsT0FBTztxQkFDVjtvQkFDRCxPQUFPLEVBQUU7d0JBQ0wsZUFBZTt3QkFDZixlQUFlO3dCQUNmLHNCQUFzQjt3QkFDdEIscUJBQXFCO3dCQUNyQixlQUFlO3FCQUNsQjtvQkFDRCxZQUFZLEVBQUUsQ0FBQyxlQUFlLEVBQUUsc0JBQXNCLEVBQUUscUJBQXFCLENBQUM7b0JBQzlFLFNBQVMsRUFBRSxDQUFDLGlEQUFpRCxDQUFDO2lCQUNqRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE92ZXJsYXlNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jZGsvb3ZlcmxheSc7XG5pbXBvcnQgeyBOZ0NsYXNzIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBLYnFDb21tb25Nb2R1bGUsIEticU9wdGlvbk1vZHVsZSB9IGZyb20gJ0Brb29iaXEvY29tcG9uZW50cy9jb3JlJztcbmltcG9ydCB7IEticUF1dG9jb21wbGV0ZU9yaWdpbiB9IGZyb20gJy4vYXV0b2NvbXBsZXRlLW9yaWdpbi5kaXJlY3RpdmUnO1xuaW1wb3J0IHtcbiAgICBLQlFfQVVUT0NPTVBMRVRFX1NDUk9MTF9TVFJBVEVHWV9GQUNUT1JZX1BST1ZJREVSLFxuICAgIEticUF1dG9jb21wbGV0ZVRyaWdnZXJcbn0gZnJvbSAnLi9hdXRvY29tcGxldGUtdHJpZ2dlci5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgS2JxQXV0b2NvbXBsZXRlIH0gZnJvbSAnLi9hdXRvY29tcGxldGUuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbXG4gICAgICAgIEticU9wdGlvbk1vZHVsZSxcbiAgICAgICAgT3ZlcmxheU1vZHVsZSxcbiAgICAgICAgS2JxQ29tbW9uTW9kdWxlLFxuICAgICAgICBOZ0NsYXNzXG4gICAgXSxcbiAgICBleHBvcnRzOiBbXG4gICAgICAgIEticUF1dG9jb21wbGV0ZSxcbiAgICAgICAgS2JxT3B0aW9uTW9kdWxlLFxuICAgICAgICBLYnFBdXRvY29tcGxldGVUcmlnZ2VyLFxuICAgICAgICBLYnFBdXRvY29tcGxldGVPcmlnaW4sXG4gICAgICAgIEticUNvbW1vbk1vZHVsZVxuICAgIF0sXG4gICAgZGVjbGFyYXRpb25zOiBbS2JxQXV0b2NvbXBsZXRlLCBLYnFBdXRvY29tcGxldGVUcmlnZ2VyLCBLYnFBdXRvY29tcGxldGVPcmlnaW5dLFxuICAgIHByb3ZpZGVyczogW0tCUV9BVVRPQ09NUExFVEVfU0NST0xMX1NUUkFURUdZX0ZBQ1RPUllfUFJPVklERVJdXG59KVxuZXhwb3J0IGNsYXNzIEticUF1dG9jb21wbGV0ZU1vZHVsZSB7fVxuIl19
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { A11yModule } from '@angular/cdk/a11y';
|
|
2
2
|
import { PlatformModule } from '@angular/cdk/platform';
|
|
3
|
-
import { CommonModule } from '@angular/common';
|
|
4
3
|
import { NgModule } from '@angular/core';
|
|
5
4
|
import { KbqBadge, KbqBadgeCaption, KbqBadgeCssStyler } from './badge.component';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
@@ -8,20 +7,17 @@ export class KbqBadgeModule {
|
|
|
8
7
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: KbqBadgeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
9
8
|
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: KbqBadgeModule, declarations: [KbqBadge,
|
|
10
9
|
KbqBadgeCaption,
|
|
11
|
-
KbqBadgeCssStyler], imports: [
|
|
12
|
-
A11yModule,
|
|
10
|
+
KbqBadgeCssStyler], imports: [A11yModule,
|
|
13
11
|
PlatformModule], exports: [KbqBadge,
|
|
14
12
|
KbqBadgeCaption,
|
|
15
13
|
KbqBadgeCssStyler] }); }
|
|
16
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: KbqBadgeModule, imports: [
|
|
17
|
-
A11yModule,
|
|
14
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: KbqBadgeModule, imports: [A11yModule,
|
|
18
15
|
PlatformModule] }); }
|
|
19
16
|
}
|
|
20
17
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: KbqBadgeModule, decorators: [{
|
|
21
18
|
type: NgModule,
|
|
22
19
|
args: [{
|
|
23
20
|
imports: [
|
|
24
|
-
CommonModule,
|
|
25
21
|
A11yModule,
|
|
26
22
|
PlatformModule
|
|
27
23
|
],
|
|
@@ -37,4 +33,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImpor
|
|
|
37
33
|
]
|
|
38
34
|
}]
|
|
39
35
|
}] });
|
|
40
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
36
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFkZ2UubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcGFja2FnZXMvY29tcG9uZW50cy9iYWRnZS9iYWRnZS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLG1CQUFtQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUN2RCxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxRQUFRLEVBQUUsZUFBZSxFQUFFLGlCQUFpQixFQUFFLE1BQU0sbUJBQW1CLENBQUM7O0FBa0JqRixNQUFNLE9BQU8sY0FBYztpSUFBZCxjQUFjO2tJQUFkLGNBQWMsaUJBVm5CLFFBQVE7WUFDUixlQUFlO1lBQ2YsaUJBQWlCLGFBTmpCLFVBQVU7WUFDVixjQUFjLGFBUWQsUUFBUTtZQUNSLGVBQWU7WUFDZixpQkFBaUI7a0lBR1osY0FBYyxZQWRuQixVQUFVO1lBQ1YsY0FBYzs7MkZBYVQsY0FBYztrQkFoQjFCLFFBQVE7bUJBQUM7b0JBQ04sT0FBTyxFQUFFO3dCQUNMLFVBQVU7d0JBQ1YsY0FBYztxQkFDakI7b0JBQ0QsWUFBWSxFQUFFO3dCQUNWLFFBQVE7d0JBQ1IsZUFBZTt3QkFDZixpQkFBaUI7cUJBQ3BCO29CQUNELE9BQU8sRUFBRTt3QkFDTCxRQUFRO3dCQUNSLGVBQWU7d0JBQ2YsaUJBQWlCO3FCQUNwQjtpQkFDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEExMXlNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jZGsvYTExeSc7XG5pbXBvcnQgeyBQbGF0Zm9ybU1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9wbGF0Zm9ybSc7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgS2JxQmFkZ2UsIEticUJhZGdlQ2FwdGlvbiwgS2JxQmFkZ2VDc3NTdHlsZXIgfSBmcm9tICcuL2JhZGdlLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW1xuICAgICAgICBBMTF5TW9kdWxlLFxuICAgICAgICBQbGF0Zm9ybU1vZHVsZVxuICAgIF0sXG4gICAgZGVjbGFyYXRpb25zOiBbXG4gICAgICAgIEticUJhZGdlLFxuICAgICAgICBLYnFCYWRnZUNhcHRpb24sXG4gICAgICAgIEticUJhZGdlQ3NzU3R5bGVyXG4gICAgXSxcbiAgICBleHBvcnRzOiBbXG4gICAgICAgIEticUJhZGdlLFxuICAgICAgICBLYnFCYWRnZUNhcHRpb24sXG4gICAgICAgIEticUJhZGdlQ3NzU3R5bGVyXG4gICAgXVxufSlcbmV4cG9ydCBjbGFzcyBLYnFCYWRnZU1vZHVsZSB7fVxuIl19
|
|
@@ -1,20 +1,17 @@
|
|
|
1
1
|
import { A11yModule } from '@angular/cdk/a11y';
|
|
2
2
|
import { ObserversModule } from '@angular/cdk/observers';
|
|
3
3
|
import { PlatformModule } from '@angular/cdk/platform';
|
|
4
|
-
import { CommonModule } from '@angular/common';
|
|
5
4
|
import { NgModule } from '@angular/core';
|
|
6
5
|
import { KbqButton, KbqButtonCssStyler } from './button.component';
|
|
7
6
|
import * as i0 from "@angular/core";
|
|
8
7
|
export class KbqButtonModule {
|
|
9
8
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: KbqButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10
9
|
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.0", ngImport: i0, type: KbqButtonModule, declarations: [KbqButton,
|
|
11
|
-
KbqButtonCssStyler], imports: [
|
|
12
|
-
A11yModule,
|
|
10
|
+
KbqButtonCssStyler], imports: [A11yModule,
|
|
13
11
|
PlatformModule,
|
|
14
12
|
ObserversModule], exports: [KbqButton,
|
|
15
13
|
KbqButtonCssStyler] }); }
|
|
16
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: KbqButtonModule, imports: [
|
|
17
|
-
A11yModule,
|
|
14
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.0", ngImport: i0, type: KbqButtonModule, imports: [A11yModule,
|
|
18
15
|
PlatformModule,
|
|
19
16
|
ObserversModule] }); }
|
|
20
17
|
}
|
|
@@ -22,7 +19,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImpor
|
|
|
22
19
|
type: NgModule,
|
|
23
20
|
args: [{
|
|
24
21
|
imports: [
|
|
25
|
-
CommonModule,
|
|
26
22
|
A11yModule,
|
|
27
23
|
PlatformModule,
|
|
28
24
|
ObserversModule
|
|
@@ -37,4 +33,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.0", ngImpor
|
|
|
37
33
|
]
|
|
38
34
|
}]
|
|
39
35
|
}] });
|
|
40
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
36
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3BhY2thZ2VzL2NvbXBvbmVudHMvYnV0dG9uL2J1dHRvbi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLG1CQUFtQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUN6RCxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDdkQsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsU0FBUyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sb0JBQW9CLENBQUM7O0FBaUJuRSxNQUFNLE9BQU8sZUFBZTtpSUFBZixlQUFlO2tJQUFmLGVBQWUsaUJBSnBCLFNBQVM7WUFDVCxrQkFBa0IsYUFWbEIsVUFBVTtZQUNWLGNBQWM7WUFDZCxlQUFlLGFBR2YsU0FBUztZQUNULGtCQUFrQjtrSUFPYixlQUFlLFlBYnBCLFVBQVU7WUFDVixjQUFjO1lBQ2QsZUFBZTs7MkZBV1YsZUFBZTtrQkFmM0IsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUU7d0JBQ0wsVUFBVTt3QkFDVixjQUFjO3dCQUNkLGVBQWU7cUJBQ2xCO29CQUNELE9BQU8sRUFBRTt3QkFDTCxTQUFTO3dCQUNULGtCQUFrQjtxQkFDckI7b0JBQ0QsWUFBWSxFQUFFO3dCQUNWLFNBQVM7d0JBQ1Qsa0JBQWtCO3FCQUNyQjtpQkFDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEExMXlNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jZGsvYTExeSc7XG5pbXBvcnQgeyBPYnNlcnZlcnNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jZGsvb2JzZXJ2ZXJzJztcbmltcG9ydCB7IFBsYXRmb3JtTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL3BsYXRmb3JtJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBLYnFCdXR0b24sIEticUJ1dHRvbkNzc1N0eWxlciB9IGZyb20gJy4vYnV0dG9uLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW1xuICAgICAgICBBMTF5TW9kdWxlLFxuICAgICAgICBQbGF0Zm9ybU1vZHVsZSxcbiAgICAgICAgT2JzZXJ2ZXJzTW9kdWxlXG4gICAgXSxcbiAgICBleHBvcnRzOiBbXG4gICAgICAgIEticUJ1dHRvbixcbiAgICAgICAgS2JxQnV0dG9uQ3NzU3R5bGVyXG4gICAgXSxcbiAgICBkZWNsYXJhdGlvbnM6IFtcbiAgICAgICAgS2JxQnV0dG9uLFxuICAgICAgICBLYnFCdXR0b25Dc3NTdHlsZXJcbiAgICBdXG59KVxuZXhwb3J0IGNsYXNzIEticUJ1dHRvbk1vZHVsZSB7fVxuIl19
|