@koobiq/components 18.36.0 → 18.37.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/autocomplete/autocomplete.scss +2 -17
- package/breadcrumbs/breadcrumbs.d.ts +2 -1
- package/breadcrumbs/breadcrumbs.scss +4 -4
- package/button/button.component.d.ts +1 -0
- package/button-toggle/button-toggle.scss +0 -2
- package/content-panel/content-panel.d.ts +1 -1
- package/content-panel/index.d.ts +0 -1
- package/core/common-behaviors/hover.d.ts +15 -0
- package/core/common-behaviors/index.d.ts +1 -1
- package/core/locales/formatters.d.ts +0 -72
- package/core/locales/index.d.ts +0 -2
- package/core/locales/locale-service.d.ts +0 -392
- package/core/option/option.d.ts +3 -2
- package/core/select/common.d.ts +3 -1
- package/core/styles/common/_select.scss +20 -0
- package/core/styles/typography/_typography.scss +23 -82
- package/datepicker/datepicker-module.d.ts +2 -1
- package/dropdown/dropdown-item.scss +8 -7
- package/dropdown/dropdown.scss +5 -14
- package/esm2022/autocomplete/autocomplete-trigger.directive.mjs +4 -4
- package/esm2022/breadcrumbs/breadcrumbs.mjs +46 -37
- package/esm2022/button/button.component.mjs +6 -4
- package/esm2022/button-toggle/button-toggle.component.mjs +2 -2
- package/esm2022/code-block/code-block-highlight.mjs +6 -1
- package/esm2022/content-panel/content-panel.mjs +2 -2
- package/esm2022/content-panel/index.mjs +1 -2
- package/esm2022/core/common-behaviors/color.mjs +2 -1
- package/esm2022/core/common-behaviors/common-module.mjs +2 -1
- package/esm2022/core/common-behaviors/disabled.mjs +2 -1
- package/esm2022/core/common-behaviors/error-state.mjs +2 -1
- package/esm2022/core/common-behaviors/hover.mjs +34 -0
- package/esm2022/core/common-behaviors/index.mjs +2 -2
- package/esm2022/core/common-behaviors/tabindex.mjs +2 -1
- package/esm2022/core/form-field/field-sizing-content.mjs +5 -2
- package/esm2022/core/formatters/number/formatter.mjs +2 -2
- package/esm2022/core/locales/es-LA.mjs +10 -10
- package/esm2022/core/locales/formatters.mjs +1 -73
- package/esm2022/core/locales/index.mjs +1 -3
- package/esm2022/core/locales/locale-service.mjs +2 -8
- package/esm2022/core/locales/pt-BR.mjs +19 -19
- package/esm2022/core/locales/tk-TM.mjs +24 -24
- package/esm2022/core/option/option.mjs +10 -6
- package/esm2022/core/pop-up/pop-up-trigger.mjs +2 -1
- package/esm2022/core/select/common.mjs +10 -4
- package/esm2022/core/version.mjs +2 -2
- package/esm2022/datepicker/calendar-header.component.mjs +5 -4
- package/esm2022/datepicker/datepicker-module.mjs +7 -4
- package/esm2022/dropdown/dropdown-item.component.mjs +2 -2
- package/esm2022/dropdown/dropdown.component.mjs +3 -3
- package/esm2022/ellipsis-center/ellipsis-center.directive.mjs +5 -2
- package/esm2022/file-upload/file-drop.mjs +5 -3
- package/esm2022/file-upload/multiple-file-upload.component.mjs +9 -13
- package/esm2022/file-upload/single-file-upload.component.mjs +9 -4
- package/esm2022/filter-bar/filter-bar.mjs +6 -2
- package/esm2022/filter-bar/filter-search.mjs +3 -3
- package/esm2022/filter-bar/filters.mjs +10 -5
- package/esm2022/filter-bar/pipe-add.mjs +3 -2
- package/esm2022/filter-bar/pipes/base-pipe.mjs +11 -3
- package/esm2022/filter-bar/pipes/pipe-date.mjs +3 -3
- package/esm2022/filter-bar/pipes/pipe-datetime.mjs +3 -3
- package/esm2022/filter-bar/pipes/pipe-multi-select.mjs +5 -4
- package/esm2022/filter-bar/pipes/pipe-multi-tree-select.mjs +2 -2
- package/esm2022/filter-bar/pipes/pipe-select.mjs +2 -2
- package/esm2022/filter-bar/pipes/pipe-text.mjs +2 -2
- package/esm2022/filter-bar/pipes/pipe-title.mjs +24 -19
- package/esm2022/filter-bar/pipes/pipe-tree-select.mjs +2 -2
- package/esm2022/form-field/fieldset.mjs +2 -2
- package/esm2022/form-field/form-field.mjs +2 -2
- package/esm2022/form-field/stepper.mjs +41 -10
- package/esm2022/inline-edit/inline-edit.mjs +9 -5
- package/esm2022/input/input-number.mjs +7 -6
- package/esm2022/input/input.module.mjs +7 -4
- package/esm2022/list/list-selection.component.mjs +31 -15
- package/esm2022/markdown/markdown.component.mjs +7 -7
- package/esm2022/modal/modal-util.mjs +7 -3
- package/esm2022/modal/modal.component.mjs +2 -2
- package/esm2022/modal/modal.service.mjs +2 -1
- package/esm2022/navbar/navbar-item.component.mjs +5 -7
- package/esm2022/navbar/navbar.component.mjs +8 -4
- package/esm2022/navbar/vertical-navbar.component.mjs +2 -2
- package/esm2022/navbar-ic/navbar-ic-header.mjs +20 -4
- package/esm2022/navbar-ic/navbar-ic-item.mjs +7 -8
- package/esm2022/navbar-ic/navbar-ic.animation.mjs +10 -2
- package/esm2022/navbar-ic/navbar-ic.mjs +33 -9
- package/esm2022/popover/popover-confirm.component.mjs +3 -3
- package/esm2022/popover/popover.component.mjs +17 -4
- package/esm2022/resizer/index.mjs +3 -0
- package/esm2022/resizer/koobiq-components-resizer.mjs +5 -0
- package/esm2022/resizer/module.mjs +17 -0
- package/esm2022/resizer/resizer.mjs +135 -0
- package/esm2022/scrollbar/scrollbar.directive.mjs +4 -3
- package/esm2022/search-expandable/search-expandable.mjs +5 -5
- package/esm2022/select/select.component.mjs +2 -14
- package/esm2022/select/select.module.mjs +8 -4
- package/esm2022/sidepanel/sidepanel-container.component.mjs +3 -3
- package/esm2022/split-button/split-button.mjs +47 -6
- package/esm2022/tags/tag-input.mjs +24 -28
- package/esm2022/tags/tag-list.component.mjs +76 -87
- package/esm2022/tags/tag.component.mjs +29 -34
- package/esm2022/textarea/textarea.module.mjs +5 -4
- package/esm2022/time-range/constants.mjs +22 -1
- package/esm2022/time-range/time-range-editor.mjs +11 -6
- package/esm2022/time-range/time-range-title-as-form-field.mjs +2 -1
- package/esm2022/time-range/time-range.mjs +8 -3
- package/esm2022/time-range/time-range.service.mjs +43 -106
- package/esm2022/time-range/types.mjs +1 -1
- package/esm2022/timepicker/timepicker.module.mjs +5 -4
- package/esm2022/timezone/timezone-option.component.mjs +2 -2
- package/esm2022/timezone/timezone.module.mjs +6 -4
- package/esm2022/title/title.directive.mjs +6 -2
- package/esm2022/toggle/toggle.component.mjs +3 -3
- package/esm2022/top-bar/top-bar.mjs +2 -2
- package/esm2022/tree/tree-option.component.mjs +7 -6
- package/esm2022/tree/tree-selection.component.mjs +23 -13
- package/esm2022/tree-select/tree-select.component.mjs +97 -79
- package/esm2022/tree-select/tree-select.module.mjs +7 -4
- package/fesm2022/koobiq-components-autocomplete.mjs +3 -3
- package/fesm2022/koobiq-components-autocomplete.mjs.map +1 -1
- package/fesm2022/koobiq-components-breadcrumbs.mjs +45 -36
- package/fesm2022/koobiq-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/koobiq-components-button-toggle.mjs +2 -2
- package/fesm2022/koobiq-components-button-toggle.mjs.map +1 -1
- package/fesm2022/koobiq-components-button.mjs +5 -3
- package/fesm2022/koobiq-components-button.mjs.map +1 -1
- package/fesm2022/koobiq-components-code-block.mjs +5 -0
- package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
- package/fesm2022/koobiq-components-content-panel.mjs +3 -137
- package/fesm2022/koobiq-components-content-panel.mjs.map +1 -1
- package/fesm2022/koobiq-components-core.mjs +90 -478
- package/fesm2022/koobiq-components-core.mjs.map +1 -1
- package/fesm2022/koobiq-components-datepicker.mjs +8 -5
- package/fesm2022/koobiq-components-datepicker.mjs.map +1 -1
- package/fesm2022/koobiq-components-dropdown.mjs +4 -4
- package/fesm2022/koobiq-components-dropdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-ellipsis-center.mjs +4 -1
- package/fesm2022/koobiq-components-ellipsis-center.mjs.map +1 -1
- package/fesm2022/koobiq-components-file-upload.mjs +19 -17
- package/fesm2022/koobiq-components-file-upload.mjs.map +1 -1
- package/fesm2022/koobiq-components-filter-bar.mjs +64 -41
- package/fesm2022/koobiq-components-filter-bar.mjs.map +1 -1
- package/fesm2022/koobiq-components-form-field.mjs +44 -17
- package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
- package/fesm2022/koobiq-components-inline-edit.mjs +8 -4
- package/fesm2022/koobiq-components-inline-edit.mjs.map +1 -1
- package/fesm2022/koobiq-components-input.mjs +12 -9
- package/fesm2022/koobiq-components-input.mjs.map +1 -1
- package/fesm2022/koobiq-components-list.mjs +30 -14
- package/fesm2022/koobiq-components-list.mjs.map +1 -1
- package/fesm2022/koobiq-components-markdown.mjs +6 -6
- package/fesm2022/koobiq-components-markdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-modal.mjs +9 -4
- package/fesm2022/koobiq-components-modal.mjs.map +1 -1
- package/fesm2022/koobiq-components-navbar-ic.mjs +70 -26
- package/fesm2022/koobiq-components-navbar-ic.mjs.map +1 -1
- package/fesm2022/koobiq-components-navbar.mjs +13 -11
- package/fesm2022/koobiq-components-navbar.mjs.map +1 -1
- package/fesm2022/koobiq-components-popover.mjs +18 -5
- package/fesm2022/koobiq-components-popover.mjs.map +1 -1
- package/fesm2022/koobiq-components-resizer.mjs +156 -0
- package/fesm2022/koobiq-components-resizer.mjs.map +1 -0
- package/fesm2022/koobiq-components-scrollbar.mjs +3 -2
- package/fesm2022/koobiq-components-scrollbar.mjs.map +1 -1
- package/fesm2022/koobiq-components-search-expandable.mjs +4 -4
- package/fesm2022/koobiq-components-search-expandable.mjs.map +1 -1
- package/fesm2022/koobiq-components-select.mjs +8 -17
- package/fesm2022/koobiq-components-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-sidepanel.mjs +2 -2
- package/fesm2022/koobiq-components-sidepanel.mjs.map +1 -1
- package/fesm2022/koobiq-components-split-button.mjs +46 -5
- package/fesm2022/koobiq-components-split-button.mjs.map +1 -1
- package/fesm2022/koobiq-components-tags.mjs +125 -146
- package/fesm2022/koobiq-components-tags.mjs.map +1 -1
- package/fesm2022/koobiq-components-textarea.mjs +4 -4
- package/fesm2022/koobiq-components-textarea.mjs.map +1 -1
- package/fesm2022/koobiq-components-time-range.mjs +81 -112
- package/fesm2022/koobiq-components-time-range.mjs.map +1 -1
- package/fesm2022/koobiq-components-timepicker.mjs +4 -4
- package/fesm2022/koobiq-components-timepicker.mjs.map +1 -1
- package/fesm2022/koobiq-components-timezone.mjs +7 -5
- package/fesm2022/koobiq-components-timezone.mjs.map +1 -1
- package/fesm2022/koobiq-components-title.mjs +5 -1
- package/fesm2022/koobiq-components-title.mjs.map +1 -1
- package/fesm2022/koobiq-components-toggle.mjs +2 -2
- package/fesm2022/koobiq-components-toggle.mjs.map +1 -1
- package/fesm2022/koobiq-components-top-bar.mjs +2 -2
- package/fesm2022/koobiq-components-top-bar.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree-select.mjs +102 -82
- package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree.mjs +28 -17
- package/fesm2022/koobiq-components-tree.mjs.map +1 -1
- package/file-upload/_file-upload-theme.scss +32 -34
- package/file-upload/file-upload-tokens.scss +1 -2
- package/file-upload/file-upload.scss +4 -7
- package/file-upload/multiple-file-upload.component.d.ts +1 -1
- package/file-upload/multiple-file-upload.component.scss +12 -14
- package/file-upload/single-file-upload.component.d.ts +1 -0
- package/file-upload/single-file-upload.component.scss +5 -7
- package/filter-bar/filter-bar.d.ts +3 -1
- package/filter-bar/filter-search.scss +1 -3
- package/filter-bar/filters.d.ts +1 -0
- package/filter-bar/pipes/base-pipe.d.ts +5 -1
- package/filter-bar/pipes/pipe-date.scss +4 -2
- package/filter-bar/pipes/pipe-title.d.ts +2 -0
- package/form-field/fieldset-tokens.scss +2 -1
- package/form-field/form-field-tokens.scss +2 -2
- package/form-field/form-field.scss +9 -1
- package/form-field/stepper.d.ts +28 -6
- package/inline-edit/inline-edit.d.ts +5 -1
- package/input/input.module.d.ts +2 -1
- package/list/list-selection.component.d.ts +12 -1
- package/markdown/_markdown-theme.scss +0 -1
- package/markdown/markdown.scss +2 -4
- package/modal/modal-tokens.scss +2 -1
- package/modal/modal-util.d.ts +5 -2
- package/modal/modal.scss +3 -4
- package/navbar/_navbar-item_vertical.scss +10 -0
- package/navbar/navbar-brand.scss +5 -2
- package/navbar/vertical-navbar.scss +1 -0
- package/navbar-ic/navbar-ic-header.d.ts +3 -2
- package/navbar-ic/navbar-ic-header.scss +0 -4
- package/navbar-ic/navbar-ic-item.d.ts +1 -0
- package/navbar-ic/navbar-ic-item.scss +0 -4
- package/navbar-ic/navbar-ic.animation.d.ts +1 -0
- package/navbar-ic/navbar-ic.d.ts +7 -0
- package/package.json +16 -10
- package/popover/popover-tokens.scss +1 -0
- package/popover/popover.component.d.ts +5 -1
- package/popover/popover.scss +3 -4
- package/prebuilt-themes/dark-theme.css +1 -1
- package/prebuilt-themes/light-theme.css +1 -1
- package/prebuilt-themes/theme.css +1 -1
- package/resizer/index.d.ts +2 -0
- package/resizer/module.d.ts +7 -0
- package/{content-panel/resizable.d.ts → resizer/resizer.d.ts} +18 -13
- package/schematics/collection.json +5 -0
- package/schematics/migrations/icons-replacement/README.md +93 -0
- package/schematics/migrations/icons-replacement/data.js +92 -0
- package/schematics/migrations/icons-replacement/index.js +84 -0
- package/schematics/migrations/icons-replacement/schema.json +32 -0
- package/schematics/ng-add/index.js +6 -6
- package/scrollbar/scrollbar.component.scss +2 -3
- package/select/select.module.d.ts +2 -1
- package/select/select.scss +1 -17
- package/sidepanel/sidepanel-tokens.scss +2 -0
- package/sidepanel/sidepanel.scss +2 -0
- package/split-button/_split-button-theme.scss +89 -34
- package/split-button/split-button.d.ts +11 -5
- package/split-button/split-button.scss +40 -51
- package/tags/tag-input.d.ts +16 -7
- package/tags/tag-list.component.d.ts +44 -21
- package/tags/tag-list.scss +13 -14
- package/tags/tag.component.d.ts +20 -15
- package/textarea/textarea-tokens.scss +6 -1
- package/textarea/textarea.module.d.ts +2 -1
- package/textarea/textarea.scss +4 -0
- package/time-range/constants.d.ts +12 -1
- package/time-range/time-range-editor.d.ts +7 -9
- package/time-range/time-range-title-as-form-field.d.ts +1 -0
- package/time-range/time-range.d.ts +5 -2
- package/time-range/time-range.service.d.ts +7 -11
- package/time-range/types.d.ts +37 -11
- package/timepicker/timepicker.module.d.ts +2 -1
- package/timezone/timezone-option.component.scss +6 -0
- package/timezone/timezone.module.d.ts +1 -1
- package/toggle/_toggle-theme.scss +8 -5
- package/toggle/toggle-tokens.scss +0 -1
- package/toggle/toggle.scss +11 -15
- package/top-bar/top-bar-tokens.scss +1 -1
- package/top-bar/top-bar.scss +3 -0
- package/tree/tree-option.component.d.ts +1 -0
- package/tree/tree-selection.component.d.ts +11 -2
- package/tree-select/tree-select.component.d.ts +5 -5
- package/tree-select/tree-select.module.d.ts +2 -1
- package/tree-select/tree-select.scss +4 -0
- package/core/common-behaviors/hovered.d.ts +0 -13
- package/core/locales/fa-IR.d.ts +0 -162
- package/core/locales/zh-CN.d.ts +0 -162
- package/esm2022/content-panel/resizable.mjs +0 -138
- package/esm2022/core/common-behaviors/hovered.mjs +0 -31
- package/esm2022/core/locales/fa-IR.mjs +0 -173
- package/esm2022/core/locales/zh-CN.mjs +0 -161
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@use '../core/styles/common/tokens' as *;
|
|
2
|
+
@use '../core/styles/common/select';
|
|
2
3
|
|
|
3
4
|
@use './autocomplete-theme' as *;
|
|
4
5
|
|
|
@@ -29,23 +30,7 @@
|
|
|
29
30
|
}
|
|
30
31
|
|
|
31
32
|
.kbq-option {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
&:before,
|
|
35
|
-
&:after {
|
|
36
|
-
position: absolute;
|
|
37
|
-
content: '';
|
|
38
|
-
width: var(--kbq-size-xxs);
|
|
39
|
-
height: calc(100% + var(--kbq-size-3xs) * 2); // outline size * 2
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
&:before {
|
|
43
|
-
right: calc(100% + var(--kbq-size-3xs)); // outline size
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
&:after {
|
|
47
|
-
left: calc(100% + var(--kbq-size-3xs)); // outline size
|
|
48
|
-
}
|
|
33
|
+
@include select.item-active-area(var(--kbq-size-3xs));
|
|
49
34
|
}
|
|
50
35
|
|
|
51
36
|
// We need to offset horizontal dividers by their height, because
|
|
@@ -23,7 +23,7 @@ export declare class KbqBreadcrumbButton implements OnInit {
|
|
|
23
23
|
private readonly button;
|
|
24
24
|
ngOnInit(): void;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqBreadcrumbButton, never>;
|
|
26
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<KbqBreadcrumbButton, "[kbq-button][kbqBreadcrumb]", never, {}, {}, never, never, true, [{ directive: typeof i1.RdxRovingFocusItemDirective; inputs: {}; outputs: {}; }]>;
|
|
26
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<KbqBreadcrumbButton, "[kbq-button][kbqBreadcrumb]", never, {}, {}, never, never, true, [{ directive: typeof i1.RdxRovingFocusItemDirective; inputs: { "focusable": "focusable"; }; outputs: {}; }]>;
|
|
27
27
|
}
|
|
28
28
|
/**
|
|
29
29
|
* Directive provides a way to define a custom template for breadcrumb rendering, leveraging TemplateRef
|
|
@@ -116,6 +116,7 @@ export declare class KbqBreadcrumbs implements AfterContentInit {
|
|
|
116
116
|
* @docs-private
|
|
117
117
|
*/
|
|
118
118
|
protected get maxWidth(): number | null;
|
|
119
|
+
constructor();
|
|
119
120
|
ngAfterContentInit(): void;
|
|
120
121
|
private getItemWidth;
|
|
121
122
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqBreadcrumbs, never>;
|
|
@@ -69,6 +69,10 @@
|
|
|
69
69
|
--kbq-button-size-horizontal-padding: var(--kbq-breadcrumb-item-horizontal-padding);
|
|
70
70
|
--kbq-button-size-border-radius: var(--kbq-breadcrumb-item-border-radius);
|
|
71
71
|
}
|
|
72
|
+
|
|
73
|
+
&:focus-visible {
|
|
74
|
+
outline-offset: unset;
|
|
75
|
+
}
|
|
72
76
|
}
|
|
73
77
|
|
|
74
78
|
.kbq-breadcrumb__expand {
|
|
@@ -209,7 +213,3 @@
|
|
|
209
213
|
@include _kbq-breadcrumbs-theme();
|
|
210
214
|
@include _kbq-breadcrumbs-typography();
|
|
211
215
|
}
|
|
212
|
-
|
|
213
|
-
.kbq-breadcrumb-item__link-behavior {
|
|
214
|
-
text-decoration: none;
|
|
215
|
-
}
|
|
@@ -25,6 +25,7 @@ export declare class KbqButtonCssStyler implements AfterContentInit {
|
|
|
25
25
|
export declare class KbqButton extends KbqColorDirective implements OnDestroy, AfterViewInit, KbqTitleTextRef {
|
|
26
26
|
private focusMonitor;
|
|
27
27
|
private styler;
|
|
28
|
+
private readonly changeDetectorRef;
|
|
28
29
|
hasFocus: boolean;
|
|
29
30
|
textElement: ElementRef;
|
|
30
31
|
get kbqStyle(): string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { KbqButtonStyles } from '@koobiq/components/button';
|
|
2
2
|
import { KbqComponentColors } from '@koobiq/components/core';
|
|
3
|
+
import { KbqResizerSizeChangeEvent } from '@koobiq/components/resizer';
|
|
3
4
|
import { KbqScrollbar } from '@koobiq/components/scrollbar';
|
|
4
|
-
import { KbqResizerSizeChangeEvent } from './resizable';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class KbqContentPanelAside {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqContentPanelAside, never>;
|
package/content-panel/index.d.ts
CHANGED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
/**
|
|
3
|
+
* Directive that adds a `kbq-hovered` class to an element, based on its hover state.
|
|
4
|
+
*
|
|
5
|
+
* @docs-private
|
|
6
|
+
*/
|
|
7
|
+
export declare class KbqHover {
|
|
8
|
+
private readonly element;
|
|
9
|
+
/**
|
|
10
|
+
* Whether the element is hovered.
|
|
11
|
+
*/
|
|
12
|
+
readonly hovered: import("@angular/core").Signal<boolean>;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KbqHover, never>;
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<KbqHover, "[kbqHover]", ["kbqHover"], {}, {}, never, never, true, never>;
|
|
15
|
+
}
|
|
@@ -6,7 +6,7 @@ export { KBQ_SANITY_CHECKS, KbqCommonModule } from './common-module';
|
|
|
6
6
|
export { CanDisable, CanDisableCtor, mixinDisabled } from './disabled';
|
|
7
7
|
export { CanUpdateErrorState, CanUpdateErrorStateCtor, KbqErrorStateTracker, mixinErrorState } from './error-state';
|
|
8
8
|
export * from './focus-monitor';
|
|
9
|
-
export * from './
|
|
9
|
+
export * from './hover';
|
|
10
10
|
export * from './orientation';
|
|
11
11
|
export * from './read-state';
|
|
12
12
|
export { KbqDefaultSizes } from './size';
|
|
@@ -74,43 +74,6 @@ export declare const esLAFormattersData: {
|
|
|
74
74
|
};
|
|
75
75
|
};
|
|
76
76
|
};
|
|
77
|
-
export declare const faIRFormattersData: {
|
|
78
|
-
formatters: {
|
|
79
|
-
number: {
|
|
80
|
-
rounding: {
|
|
81
|
-
separator: string;
|
|
82
|
-
groupSeparator: string;
|
|
83
|
-
thousand: string;
|
|
84
|
-
million: string;
|
|
85
|
-
billion: string;
|
|
86
|
-
trillion: string;
|
|
87
|
-
rtl: boolean;
|
|
88
|
-
};
|
|
89
|
-
};
|
|
90
|
-
};
|
|
91
|
-
input: {
|
|
92
|
-
number: {
|
|
93
|
-
groupSeparator: string[];
|
|
94
|
-
fractionSeparator: string;
|
|
95
|
-
};
|
|
96
|
-
};
|
|
97
|
-
sizeUnits: {
|
|
98
|
-
defaultUnitSystem: string;
|
|
99
|
-
defaultPrecision: number;
|
|
100
|
-
unitSystems: {
|
|
101
|
-
SI: {
|
|
102
|
-
abbreviations: string[];
|
|
103
|
-
base: number;
|
|
104
|
-
power: number;
|
|
105
|
-
};
|
|
106
|
-
IEC: {
|
|
107
|
-
abbreviations: string[];
|
|
108
|
-
base: number;
|
|
109
|
-
power: number;
|
|
110
|
-
};
|
|
111
|
-
};
|
|
112
|
-
};
|
|
113
|
-
};
|
|
114
77
|
export declare const ptBRFormattersData: {
|
|
115
78
|
formatters: {
|
|
116
79
|
number: {
|
|
@@ -188,41 +151,6 @@ export declare const ruRUFormattersData: {
|
|
|
188
151
|
};
|
|
189
152
|
};
|
|
190
153
|
};
|
|
191
|
-
export declare const zhCNFormattersData: {
|
|
192
|
-
formatters: {
|
|
193
|
-
number: {
|
|
194
|
-
rounding: {
|
|
195
|
-
separator: string;
|
|
196
|
-
groupSeparator: string;
|
|
197
|
-
tenThousand: string;
|
|
198
|
-
oneHundredMillions: string;
|
|
199
|
-
trillion: string;
|
|
200
|
-
};
|
|
201
|
-
};
|
|
202
|
-
};
|
|
203
|
-
input: {
|
|
204
|
-
number: {
|
|
205
|
-
groupSeparator: string[];
|
|
206
|
-
fractionSeparator: string;
|
|
207
|
-
};
|
|
208
|
-
};
|
|
209
|
-
sizeUnits: {
|
|
210
|
-
defaultUnitSystem: string;
|
|
211
|
-
defaultPrecision: number;
|
|
212
|
-
unitSystems: {
|
|
213
|
-
SI: {
|
|
214
|
-
abbreviations: string[];
|
|
215
|
-
base: number;
|
|
216
|
-
power: number;
|
|
217
|
-
};
|
|
218
|
-
IEC: {
|
|
219
|
-
abbreviations: string[];
|
|
220
|
-
base: number;
|
|
221
|
-
power: number;
|
|
222
|
-
};
|
|
223
|
-
};
|
|
224
|
-
};
|
|
225
|
-
};
|
|
226
154
|
export declare const tkTMFormattersData: {
|
|
227
155
|
formatters: {
|
|
228
156
|
number: {
|
package/core/locales/index.d.ts
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
export * from './en-US';
|
|
2
2
|
export * from './es-LA';
|
|
3
|
-
export * from './fa-IR';
|
|
4
3
|
export * from './pt-BR';
|
|
5
4
|
export * from './ru-RU';
|
|
6
5
|
export * from './tk-TM';
|
|
7
|
-
export * from './zh-CN';
|
|
8
6
|
export * from './formatters';
|
|
9
7
|
export * from './locale-service';
|
|
10
8
|
export * from './locale-service.module';
|
|
@@ -205,201 +205,6 @@ export declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
|
|
|
205
205
|
repeat: string;
|
|
206
206
|
};
|
|
207
207
|
};
|
|
208
|
-
'zh-CN': {
|
|
209
|
-
formatters: {
|
|
210
|
-
number: {
|
|
211
|
-
rounding: {
|
|
212
|
-
separator: string;
|
|
213
|
-
groupSeparator: string;
|
|
214
|
-
tenThousand: string;
|
|
215
|
-
oneHundredMillions: string;
|
|
216
|
-
trillion: string;
|
|
217
|
-
};
|
|
218
|
-
};
|
|
219
|
-
};
|
|
220
|
-
input: {
|
|
221
|
-
number: {
|
|
222
|
-
groupSeparator: string[];
|
|
223
|
-
fractionSeparator: string;
|
|
224
|
-
};
|
|
225
|
-
};
|
|
226
|
-
sizeUnits: {
|
|
227
|
-
defaultUnitSystem: string;
|
|
228
|
-
defaultPrecision: number;
|
|
229
|
-
unitSystems: {
|
|
230
|
-
SI: {
|
|
231
|
-
abbreviations: string[];
|
|
232
|
-
base: number;
|
|
233
|
-
power: number;
|
|
234
|
-
};
|
|
235
|
-
IEC: {
|
|
236
|
-
abbreviations: string[];
|
|
237
|
-
base: number;
|
|
238
|
-
power: number;
|
|
239
|
-
};
|
|
240
|
-
};
|
|
241
|
-
};
|
|
242
|
-
select: {
|
|
243
|
-
hiddenItemsText: string;
|
|
244
|
-
};
|
|
245
|
-
datepicker: {
|
|
246
|
-
placeholder: string;
|
|
247
|
-
};
|
|
248
|
-
timepicker: {
|
|
249
|
-
placeholder: {
|
|
250
|
-
full: string;
|
|
251
|
-
short: string;
|
|
252
|
-
};
|
|
253
|
-
};
|
|
254
|
-
fileUpload: {
|
|
255
|
-
single: {
|
|
256
|
-
captionText: string;
|
|
257
|
-
browseLink: string;
|
|
258
|
-
};
|
|
259
|
-
multiple: {
|
|
260
|
-
captionText: string;
|
|
261
|
-
captionTextWhenSelected: string;
|
|
262
|
-
captionTextForCompactSize: string;
|
|
263
|
-
browseLink: string;
|
|
264
|
-
title: string;
|
|
265
|
-
gridHeaders: {
|
|
266
|
-
file: string;
|
|
267
|
-
size: string;
|
|
268
|
-
};
|
|
269
|
-
};
|
|
270
|
-
};
|
|
271
|
-
codeBlock: {
|
|
272
|
-
softWrapOnTooltip: string;
|
|
273
|
-
softWrapOffTooltip: string;
|
|
274
|
-
downloadTooltip: string;
|
|
275
|
-
copiedTooltip: string;
|
|
276
|
-
copyTooltip: string;
|
|
277
|
-
viewAllText: string;
|
|
278
|
-
viewLessText: string;
|
|
279
|
-
openExternalSystemTooltip: string;
|
|
280
|
-
};
|
|
281
|
-
timezone: {
|
|
282
|
-
searchPlaceholder: string;
|
|
283
|
-
};
|
|
284
|
-
actionsPanel: {
|
|
285
|
-
closeTooltip: string;
|
|
286
|
-
};
|
|
287
|
-
filterBar: {
|
|
288
|
-
reset: {
|
|
289
|
-
buttonName: string;
|
|
290
|
-
};
|
|
291
|
-
search: {
|
|
292
|
-
tooltip: string;
|
|
293
|
-
placeholder: string;
|
|
294
|
-
};
|
|
295
|
-
filters: {
|
|
296
|
-
defaultName: string;
|
|
297
|
-
saveNewFilterTooltip: string;
|
|
298
|
-
searchPlaceholder: string;
|
|
299
|
-
searchEmptyResult: string;
|
|
300
|
-
saveAsNewFilter: string;
|
|
301
|
-
saveChanges: string;
|
|
302
|
-
saveAsNew: string;
|
|
303
|
-
change: string;
|
|
304
|
-
resetChanges: string;
|
|
305
|
-
remove: string;
|
|
306
|
-
name: string;
|
|
307
|
-
error: string;
|
|
308
|
-
errorHint: string;
|
|
309
|
-
saveButton: string;
|
|
310
|
-
cancelButton: string;
|
|
311
|
-
};
|
|
312
|
-
add: {
|
|
313
|
-
tooltip: string;
|
|
314
|
-
};
|
|
315
|
-
pipe: {
|
|
316
|
-
clearButtonTooltip: string;
|
|
317
|
-
removeButtonTooltip: string;
|
|
318
|
-
applyButton: string;
|
|
319
|
-
emptySearchResult: string;
|
|
320
|
-
selectAll: string;
|
|
321
|
-
};
|
|
322
|
-
datePipe: {
|
|
323
|
-
customPeriod: string;
|
|
324
|
-
customPeriodFrom: string;
|
|
325
|
-
customPeriodTo: string;
|
|
326
|
-
customPeriodErrorHint: string;
|
|
327
|
-
backToPeriodSelection: string;
|
|
328
|
-
};
|
|
329
|
-
};
|
|
330
|
-
clampedText: {
|
|
331
|
-
openText: string;
|
|
332
|
-
closeText: string;
|
|
333
|
-
};
|
|
334
|
-
navbarIc: {
|
|
335
|
-
toggle: {
|
|
336
|
-
pinButton: string;
|
|
337
|
-
collapseButton: string;
|
|
338
|
-
};
|
|
339
|
-
};
|
|
340
|
-
searchExpandable: {
|
|
341
|
-
tooltip: string;
|
|
342
|
-
placeholder: string;
|
|
343
|
-
};
|
|
344
|
-
appSwitcher: {
|
|
345
|
-
searchPlaceholder: string;
|
|
346
|
-
searchEmptyResult: string;
|
|
347
|
-
sitesHeader: string;
|
|
348
|
-
};
|
|
349
|
-
timeRange: {
|
|
350
|
-
title: {
|
|
351
|
-
for: string;
|
|
352
|
-
placeholder: string;
|
|
353
|
-
};
|
|
354
|
-
editor: {
|
|
355
|
-
from: string;
|
|
356
|
-
to: string;
|
|
357
|
-
apply: string;
|
|
358
|
-
cancel: string;
|
|
359
|
-
rangeLabel: string;
|
|
360
|
-
allTime: string;
|
|
361
|
-
currentQuarter: string;
|
|
362
|
-
currentYear: string;
|
|
363
|
-
};
|
|
364
|
-
durationTemplate: {
|
|
365
|
-
title: {
|
|
366
|
-
SEPARATOR: string;
|
|
367
|
-
LAST_PART_SEPARATOR: string;
|
|
368
|
-
YEARS: string;
|
|
369
|
-
MONTHS: string;
|
|
370
|
-
WEEKS: string;
|
|
371
|
-
DAYS: string;
|
|
372
|
-
HOURS: string;
|
|
373
|
-
MINUTES: string;
|
|
374
|
-
SECONDS: string;
|
|
375
|
-
YEARS_FRACTION: string;
|
|
376
|
-
MONTHS_FRACTION: string;
|
|
377
|
-
};
|
|
378
|
-
option: {
|
|
379
|
-
SEPARATOR: string;
|
|
380
|
-
LAST_PART_SEPARATOR: string;
|
|
381
|
-
YEARS: string;
|
|
382
|
-
MONTHS: string;
|
|
383
|
-
WEEKS: string;
|
|
384
|
-
DAYS: string;
|
|
385
|
-
HOURS: string;
|
|
386
|
-
MINUTES: string;
|
|
387
|
-
SECONDS: string;
|
|
388
|
-
YEARS_FRACTION: string;
|
|
389
|
-
MONTHS_FRACTION: string;
|
|
390
|
-
};
|
|
391
|
-
};
|
|
392
|
-
};
|
|
393
|
-
notificationCenter: {
|
|
394
|
-
notifications: string;
|
|
395
|
-
remove: string;
|
|
396
|
-
doNotDisturb: string;
|
|
397
|
-
showPopUpNotifications: string;
|
|
398
|
-
noNotifications: string;
|
|
399
|
-
failedToLoadNotifications: string;
|
|
400
|
-
repeat: string;
|
|
401
|
-
};
|
|
402
|
-
};
|
|
403
208
|
'es-LA': {
|
|
404
209
|
formatters: {
|
|
405
210
|
number: {
|
|
@@ -998,203 +803,6 @@ export declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
|
|
|
998
803
|
repeat: string;
|
|
999
804
|
};
|
|
1000
805
|
};
|
|
1001
|
-
'fa-IR': {
|
|
1002
|
-
formatters: {
|
|
1003
|
-
number: {
|
|
1004
|
-
rounding: {
|
|
1005
|
-
separator: string;
|
|
1006
|
-
groupSeparator: string;
|
|
1007
|
-
thousand: string;
|
|
1008
|
-
million: string;
|
|
1009
|
-
billion: string;
|
|
1010
|
-
trillion: string;
|
|
1011
|
-
rtl: boolean;
|
|
1012
|
-
};
|
|
1013
|
-
};
|
|
1014
|
-
};
|
|
1015
|
-
input: {
|
|
1016
|
-
number: {
|
|
1017
|
-
groupSeparator: string[];
|
|
1018
|
-
fractionSeparator: string;
|
|
1019
|
-
};
|
|
1020
|
-
};
|
|
1021
|
-
sizeUnits: {
|
|
1022
|
-
defaultUnitSystem: string;
|
|
1023
|
-
defaultPrecision: number;
|
|
1024
|
-
unitSystems: {
|
|
1025
|
-
SI: {
|
|
1026
|
-
abbreviations: string[];
|
|
1027
|
-
base: number;
|
|
1028
|
-
power: number;
|
|
1029
|
-
};
|
|
1030
|
-
IEC: {
|
|
1031
|
-
abbreviations: string[];
|
|
1032
|
-
base: number;
|
|
1033
|
-
power: number;
|
|
1034
|
-
};
|
|
1035
|
-
};
|
|
1036
|
-
};
|
|
1037
|
-
select: {
|
|
1038
|
-
hiddenItemsText: string;
|
|
1039
|
-
};
|
|
1040
|
-
datepicker: {
|
|
1041
|
-
placeholder: string;
|
|
1042
|
-
};
|
|
1043
|
-
timepicker: {
|
|
1044
|
-
placeholder: {
|
|
1045
|
-
full: string;
|
|
1046
|
-
short: string;
|
|
1047
|
-
};
|
|
1048
|
-
};
|
|
1049
|
-
fileUpload: {
|
|
1050
|
-
single: {
|
|
1051
|
-
captionText: string;
|
|
1052
|
-
browseLink: string;
|
|
1053
|
-
};
|
|
1054
|
-
multiple: {
|
|
1055
|
-
captionText: string;
|
|
1056
|
-
captionTextWhenSelected: string;
|
|
1057
|
-
captionTextForCompactSize: string;
|
|
1058
|
-
browseLink: string;
|
|
1059
|
-
title: string;
|
|
1060
|
-
gridHeaders: {
|
|
1061
|
-
file: string;
|
|
1062
|
-
size: string;
|
|
1063
|
-
};
|
|
1064
|
-
};
|
|
1065
|
-
};
|
|
1066
|
-
codeBlock: {
|
|
1067
|
-
softWrapOnTooltip: string;
|
|
1068
|
-
softWrapOffTooltip: string;
|
|
1069
|
-
downloadTooltip: string;
|
|
1070
|
-
copiedTooltip: string;
|
|
1071
|
-
copyTooltip: string;
|
|
1072
|
-
viewAllText: string;
|
|
1073
|
-
viewLessText: string;
|
|
1074
|
-
openExternalSystemTooltip: string;
|
|
1075
|
-
};
|
|
1076
|
-
timezone: {
|
|
1077
|
-
searchPlaceholder: string;
|
|
1078
|
-
};
|
|
1079
|
-
actionsPanel: {
|
|
1080
|
-
closeTooltip: string;
|
|
1081
|
-
};
|
|
1082
|
-
filterBar: {
|
|
1083
|
-
reset: {
|
|
1084
|
-
buttonName: string;
|
|
1085
|
-
};
|
|
1086
|
-
search: {
|
|
1087
|
-
tooltip: string;
|
|
1088
|
-
placeholder: string;
|
|
1089
|
-
};
|
|
1090
|
-
filters: {
|
|
1091
|
-
defaultName: string;
|
|
1092
|
-
saveNewFilterTooltip: string;
|
|
1093
|
-
searchPlaceholder: string;
|
|
1094
|
-
searchEmptyResult: string;
|
|
1095
|
-
saveAsNewFilter: string;
|
|
1096
|
-
saveChanges: string;
|
|
1097
|
-
saveAsNew: string;
|
|
1098
|
-
change: string;
|
|
1099
|
-
resetChanges: string;
|
|
1100
|
-
remove: string;
|
|
1101
|
-
name: string;
|
|
1102
|
-
error: string;
|
|
1103
|
-
errorHint: string;
|
|
1104
|
-
saveButton: string;
|
|
1105
|
-
cancelButton: string;
|
|
1106
|
-
};
|
|
1107
|
-
add: {
|
|
1108
|
-
tooltip: string;
|
|
1109
|
-
};
|
|
1110
|
-
pipe: {
|
|
1111
|
-
clearButtonTooltip: string;
|
|
1112
|
-
removeButtonTooltip: string;
|
|
1113
|
-
applyButton: string;
|
|
1114
|
-
emptySearchResult: string;
|
|
1115
|
-
selectAll: string;
|
|
1116
|
-
};
|
|
1117
|
-
datePipe: {
|
|
1118
|
-
customPeriod: string;
|
|
1119
|
-
customPeriodFrom: string;
|
|
1120
|
-
customPeriodTo: string;
|
|
1121
|
-
customPeriodErrorHint: string;
|
|
1122
|
-
backToPeriodSelection: string;
|
|
1123
|
-
};
|
|
1124
|
-
};
|
|
1125
|
-
clampedText: {
|
|
1126
|
-
openText: string;
|
|
1127
|
-
closeText: string;
|
|
1128
|
-
};
|
|
1129
|
-
navbarIc: {
|
|
1130
|
-
toggle: {
|
|
1131
|
-
pinButton: string;
|
|
1132
|
-
collapseButton: string;
|
|
1133
|
-
};
|
|
1134
|
-
};
|
|
1135
|
-
searchExpandable: {
|
|
1136
|
-
tooltip: string;
|
|
1137
|
-
placeholder: string;
|
|
1138
|
-
};
|
|
1139
|
-
appSwitcher: {
|
|
1140
|
-
searchPlaceholder: string;
|
|
1141
|
-
searchEmptyResult: string;
|
|
1142
|
-
sitesHeader: string;
|
|
1143
|
-
};
|
|
1144
|
-
timeRange: {
|
|
1145
|
-
title: {
|
|
1146
|
-
for: string;
|
|
1147
|
-
placeholder: string;
|
|
1148
|
-
};
|
|
1149
|
-
editor: {
|
|
1150
|
-
from: string;
|
|
1151
|
-
to: string;
|
|
1152
|
-
apply: string;
|
|
1153
|
-
cancel: string;
|
|
1154
|
-
rangeLabel: string;
|
|
1155
|
-
allTime: string;
|
|
1156
|
-
currentQuarter: string;
|
|
1157
|
-
currentYear: string;
|
|
1158
|
-
};
|
|
1159
|
-
durationTemplate: {
|
|
1160
|
-
title: {
|
|
1161
|
-
SEPARATOR: string;
|
|
1162
|
-
LAST_PART_SEPARATOR: string;
|
|
1163
|
-
YEARS: string;
|
|
1164
|
-
MONTHS: string;
|
|
1165
|
-
WEEKS: string;
|
|
1166
|
-
DAYS: string;
|
|
1167
|
-
HOURS: string;
|
|
1168
|
-
MINUTES: string;
|
|
1169
|
-
SECONDS: string;
|
|
1170
|
-
YEARS_FRACTION: string;
|
|
1171
|
-
MONTHS_FRACTION: string;
|
|
1172
|
-
};
|
|
1173
|
-
option: {
|
|
1174
|
-
SEPARATOR: string;
|
|
1175
|
-
LAST_PART_SEPARATOR: string;
|
|
1176
|
-
YEARS: string;
|
|
1177
|
-
MONTHS: string;
|
|
1178
|
-
WEEKS: string;
|
|
1179
|
-
DAYS: string;
|
|
1180
|
-
HOURS: string;
|
|
1181
|
-
MINUTES: string;
|
|
1182
|
-
SECONDS: string;
|
|
1183
|
-
YEARS_FRACTION: string;
|
|
1184
|
-
MONTHS_FRACTION: string;
|
|
1185
|
-
};
|
|
1186
|
-
};
|
|
1187
|
-
};
|
|
1188
|
-
notificationCenter: {
|
|
1189
|
-
notifications: string;
|
|
1190
|
-
remove: string;
|
|
1191
|
-
doNotDisturb: string;
|
|
1192
|
-
showPopUpNotifications: string;
|
|
1193
|
-
noNotifications: string;
|
|
1194
|
-
failedToLoadNotifications: string;
|
|
1195
|
-
repeat: string;
|
|
1196
|
-
};
|
|
1197
|
-
};
|
|
1198
806
|
'tk-TM': {
|
|
1199
807
|
formatters: {
|
|
1200
808
|
number: {
|
package/core/option/option.d.ts
CHANGED
|
@@ -57,7 +57,7 @@ export declare class KbqVirtualOption extends KbqOptionBase {
|
|
|
57
57
|
* Single option inside of a `<kbq-select>` element.
|
|
58
58
|
*/
|
|
59
59
|
export declare class KbqOption extends KbqOptionBase implements AfterViewChecked, OnDestroy, KbqTitleTextRef {
|
|
60
|
-
private readonly
|
|
60
|
+
private readonly elementRef;
|
|
61
61
|
private readonly changeDetectorRef;
|
|
62
62
|
private readonly parent;
|
|
63
63
|
readonly group: KbqOptgroup;
|
|
@@ -98,9 +98,10 @@ export declare class KbqOption extends KbqOptionBase implements AfterViewChecked
|
|
|
98
98
|
get active(): boolean;
|
|
99
99
|
private _active;
|
|
100
100
|
private mostRecentViewValue;
|
|
101
|
-
constructor(
|
|
101
|
+
constructor(elementRef: ElementRef<HTMLElement>, changeDetectorRef: ChangeDetectorRef, parent: KbqOptionParentComponent, group: KbqOptgroup);
|
|
102
102
|
ngAfterViewChecked(): void;
|
|
103
103
|
ngOnDestroy(): void;
|
|
104
|
+
/** @docs-private */
|
|
104
105
|
getHeight(): number;
|
|
105
106
|
select(emitEvent?: boolean): void;
|
|
106
107
|
deselect(emitEvent?: boolean): void;
|
package/core/select/common.d.ts
CHANGED
|
@@ -7,8 +7,10 @@ export declare class KbqSelectTrigger {
|
|
|
7
7
|
static ɵdir: i0.ɵɵDirectiveDeclaration<KbqSelectTrigger, "kbq-select-trigger, [kbq-select-trigger]", never, {}, {}, never, never, true, never>;
|
|
8
8
|
}
|
|
9
9
|
export declare class KbqSelectMatcher {
|
|
10
|
+
useDefaultHandlers: boolean;
|
|
10
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqSelectMatcher, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<KbqSelectMatcher, "kbq-select-matcher, [kbq-select-matcher]", never, {}, {}, never, never, true, never>;
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<KbqSelectMatcher, "kbq-select-matcher, [kbq-select-matcher]", never, { "useDefaultHandlers": { "alias": "useDefaultHandlers"; "required": false; }; }, {}, never, never, true, never>;
|
|
13
|
+
static ngAcceptInputType_useDefaultHandlers: unknown;
|
|
12
14
|
}
|
|
13
15
|
export declare class KbqSelectFooter {
|
|
14
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqSelectFooter, never>;
|
|
@@ -227,3 +227,23 @@
|
|
|
227
227
|
|
|
228
228
|
padding: var(--kbq-size-xxs) var(--kbq-size-l);
|
|
229
229
|
}
|
|
230
|
+
|
|
231
|
+
@mixin item-active-area($outline) {
|
|
232
|
+
position: relative;
|
|
233
|
+
|
|
234
|
+
&:before,
|
|
235
|
+
&:after {
|
|
236
|
+
position: absolute;
|
|
237
|
+
content: '';
|
|
238
|
+
width: var(--kbq-size-xxs);
|
|
239
|
+
height: calc(100% + $outline * 2); // outline size * 2
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
&:before {
|
|
243
|
+
right: calc(100% + $outline); // outline size
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
&:after {
|
|
247
|
+
left: calc(100% + $outline); // outline size
|
|
248
|
+
}
|
|
249
|
+
}
|