@koobiq/components 19.4.1 → 19.5.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/LICENSE +1 -1
- package/accordion/accordion-content.d.ts +1 -1
- package/accordion/accordion-content.directive.d.ts +18 -7
- package/accordion/accordion-header.directive.d.ts +2 -2
- package/accordion/accordion-item.d.ts +74 -3
- package/accordion/accordion-trigger.component.d.ts +15 -2
- package/accordion/accordion-trigger.directive.d.ts +9 -5
- package/accordion/accordion.component.d.ts +67 -6
- package/accordion/accordion.component.scss +9 -27
- package/accordion/public-api.d.ts +0 -2
- package/checkbox/checkbox.scss +5 -5
- package/clamped-text/clamped-list.d.ts +41 -0
- package/clamped-text/clamped-text.d.ts +10 -6
- package/clamped-text/constants.d.ts +21 -1
- package/clamped-text/index.d.ts +1 -0
- package/clamped-text/module.d.ts +2 -1
- package/code-block/code-block.d.ts +10 -3
- package/code-block/code-block.module.d.ts +1 -1
- package/code-block/code-block.scss +1 -0
- package/code-block/types.d.ts +9 -0
- package/core/common-behaviors/flex.d.ts +4 -0
- package/core/common-behaviors/index.d.ts +1 -0
- package/core/form-field/form-field-ref.d.ts +3 -1
- package/core/locales/en-US.d.ts +2 -0
- package/core/locales/es-LA.d.ts +2 -0
- package/core/locales/locale-service.d.ts +10 -0
- package/core/locales/pt-BR.d.ts +2 -0
- package/core/locales/ru-RU.d.ts +2 -0
- package/core/locales/tk-TM.d.ts +2 -0
- package/core/locales/types.d.ts +2 -0
- package/core/option/_option-theme.scss +4 -17
- package/core/option/option.d.ts +5 -1
- package/core/pop-up/pop-up-trigger.d.ts +10 -1
- package/core/selection/pseudo-checkbox/pseudo-checkbox.scss +2 -2
- package/core/styles/common/_overlay.scss +1 -1
- package/dropdown/dropdown.component.d.ts +2 -1
- package/fesm2022/koobiq-components-accordion.mjs +278 -236
- package/fesm2022/koobiq-components-accordion.mjs.map +1 -1
- package/fesm2022/koobiq-components-actions-panel.mjs +10 -10
- package/fesm2022/koobiq-components-alert.mjs +16 -16
- package/fesm2022/koobiq-components-app-switcher.mjs +19 -19
- package/fesm2022/koobiq-components-app-switcher.mjs.map +1 -1
- package/fesm2022/koobiq-components-autocomplete.mjs +13 -13
- package/fesm2022/koobiq-components-badge.mjs +13 -13
- package/fesm2022/koobiq-components-breadcrumbs.mjs +25 -25
- package/fesm2022/koobiq-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/koobiq-components-button-toggle.mjs +10 -10
- package/fesm2022/koobiq-components-button.mjs +13 -13
- package/fesm2022/koobiq-components-checkbox.mjs +11 -11
- package/fesm2022/koobiq-components-checkbox.mjs.map +1 -1
- package/fesm2022/koobiq-components-clamped-text.mjs +134 -47
- package/fesm2022/koobiq-components-clamped-text.mjs.map +1 -1
- package/fesm2022/koobiq-components-code-block.mjs +35 -16
- package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
- package/fesm2022/koobiq-components-content-panel.mjs +28 -28
- package/fesm2022/koobiq-components-core.mjs +267 -233
- package/fesm2022/koobiq-components-core.mjs.map +1 -1
- package/fesm2022/koobiq-components-datepicker.mjs +40 -40
- package/fesm2022/koobiq-components-divider.mjs +7 -7
- package/fesm2022/koobiq-components-dl.mjs +13 -13
- package/fesm2022/koobiq-components-dropdown.mjs +29 -21
- package/fesm2022/koobiq-components-dropdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-dynamic-translation.mjs +13 -13
- package/fesm2022/koobiq-components-ellipsis-center.mjs +7 -7
- package/fesm2022/koobiq-components-empty-state.mjs +19 -19
- package/fesm2022/koobiq-components-file-upload.mjs +39 -39
- package/fesm2022/koobiq-components-file-upload.mjs.map +1 -1
- package/fesm2022/koobiq-components-filter-bar.mjs +88 -88
- package/fesm2022/koobiq-components-filter-bar.mjs.map +1 -1
- package/fesm2022/koobiq-components-form-field.mjs +68 -63
- package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
- package/fesm2022/koobiq-components-icon.mjs +14 -14
- package/fesm2022/koobiq-components-icon.mjs.map +1 -1
- package/fesm2022/koobiq-components-inline-edit.mjs +26 -16
- package/fesm2022/koobiq-components-inline-edit.mjs.map +1 -1
- package/fesm2022/koobiq-components-input.mjs +28 -26
- package/fesm2022/koobiq-components-input.mjs.map +1 -1
- package/fesm2022/koobiq-components-link.mjs +13 -7
- package/fesm2022/koobiq-components-link.mjs.map +1 -1
- package/fesm2022/koobiq-components-list.mjs +19 -19
- package/fesm2022/koobiq-components-loader-overlay.mjs +16 -16
- package/fesm2022/koobiq-components-markdown.mjs +10 -10
- package/fesm2022/koobiq-components-modal.mjs +90 -63
- package/fesm2022/koobiq-components-modal.mjs.map +1 -1
- package/fesm2022/koobiq-components-navbar-ic.mjs +34 -34
- package/fesm2022/koobiq-components-navbar.mjs +51 -44
- package/fesm2022/koobiq-components-navbar.mjs.map +1 -1
- package/fesm2022/koobiq-components-notification-center.mjs +16 -16
- package/fesm2022/koobiq-components-overflow-items.mjs +29 -17
- package/fesm2022/koobiq-components-overflow-items.mjs.map +1 -1
- package/fesm2022/koobiq-components-popover.mjs +16 -16
- package/fesm2022/koobiq-components-progress-bar.mjs +13 -13
- package/fesm2022/koobiq-components-progress-spinner.mjs +13 -13
- package/fesm2022/koobiq-components-radio.mjs +10 -10
- package/fesm2022/koobiq-components-resizer.mjs +10 -10
- package/fesm2022/koobiq-components-risk-level.mjs +7 -7
- package/fesm2022/koobiq-components-scrollbar.mjs +10 -10
- package/fesm2022/koobiq-components-search-expandable.mjs +8 -8
- package/fesm2022/koobiq-components-search-expandable.mjs.map +1 -1
- package/fesm2022/koobiq-components-select.mjs +13 -12
- package/fesm2022/koobiq-components-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-sidebar.mjs +13 -13
- package/fesm2022/koobiq-components-sidepanel.mjs +49 -40
- package/fesm2022/koobiq-components-sidepanel.mjs.map +1 -1
- package/fesm2022/koobiq-components-skeleton.mjs +26 -10
- package/fesm2022/koobiq-components-skeleton.mjs.map +1 -1
- package/fesm2022/koobiq-components-split-button.mjs +7 -7
- package/fesm2022/koobiq-components-splitter.mjs +16 -16
- package/fesm2022/koobiq-components-table.mjs +10 -10
- package/fesm2022/koobiq-components-tabs.mjs +54 -54
- package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
- package/fesm2022/koobiq-components-tags.mjs +42 -45
- package/fesm2022/koobiq-components-tags.mjs.map +1 -1
- package/fesm2022/koobiq-components-textarea.mjs +10 -9
- package/fesm2022/koobiq-components-textarea.mjs.map +1 -1
- package/fesm2022/koobiq-components-time-range.mjs +24 -24
- package/fesm2022/koobiq-components-time-range.mjs.map +1 -1
- package/fesm2022/koobiq-components-timepicker.mjs +10 -10
- package/fesm2022/koobiq-components-timezone.mjs +24 -24
- package/fesm2022/koobiq-components-timezone.mjs.map +1 -1
- package/fesm2022/koobiq-components-title.mjs +7 -7
- package/fesm2022/koobiq-components-toast.mjs +16 -16
- package/fesm2022/koobiq-components-toggle.mjs +7 -7
- package/fesm2022/koobiq-components-tooltip.mjs +28 -18
- package/fesm2022/koobiq-components-tooltip.mjs.map +1 -1
- package/fesm2022/koobiq-components-top-bar.mjs +13 -13
- package/fesm2022/koobiq-components-tree-select.mjs +10 -9
- package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree.mjs +63 -50
- package/fesm2022/koobiq-components-tree.mjs.map +1 -1
- package/fesm2022/koobiq-components-username.mjs +27 -27
- package/filter-bar/pipes/pipe-date.scss +3 -15
- package/form-field/form-field.d.ts +7 -1
- package/form-field/form-field.scss +4 -0
- package/icon/icon-button.scss +4 -0
- package/inline-edit/inline-edit.d.ts +1 -0
- package/input/input-password.d.ts +1 -0
- package/input/input.d.ts +1 -0
- package/link/_link-theme.scss +15 -7
- package/link/link-tokens.scss +2 -0
- package/link/link.component.d.ts +4 -1
- package/markdown/markdown.component.d.ts +1 -1
- package/modal/modal-ref.class.d.ts +1 -0
- package/modal/modal.component.d.ts +14 -8
- package/modal/modal.scss +1 -0
- package/modal/modal.type.d.ts +5 -0
- package/navbar/navbar-item.component.d.ts +3 -1
- package/overflow-items/overflow-items.d.ts +8 -2
- package/package.json +4 -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/schematics/ng-add/index.js +4 -5
- package/select/select.component.d.ts +1 -0
- package/sidepanel/_sidepanel-theme.scss +1 -7
- package/sidepanel/sidepanel-config.d.ts +4 -1
- package/sidepanel/sidepanel.service.d.ts +0 -1
- package/skeleton/skeleton.d.ts +5 -0
- package/skeleton/skeleton.scss +3 -2
- package/tabs/_tabs-common.scss +2 -1
- package/tags/tag-input.d.ts +4 -3
- package/tags/tag-list.component.d.ts +1 -0
- package/textarea/textarea.component.d.ts +1 -0
- package/tooltip/tooltip.component.d.ts +2 -0
- package/tree/_tree-theme.scss +0 -19
- package/tree/tree-option.component.d.ts +9 -3
- package/tree/tree-option.scss +2 -5
- package/tree/tree-selection.component.d.ts +2 -0
- package/tree-select/tree-select.component.d.ts +1 -0
- package/accordion/accordion-item.directive.d.ts +0 -72
- package/accordion/accordion-root.directive.d.ts +0 -64
|
@@ -140,6 +140,8 @@ export declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
|
|
|
140
140
|
clampedText: {
|
|
141
141
|
openText: string;
|
|
142
142
|
closeText: string;
|
|
143
|
+
showMoreText: string;
|
|
144
|
+
moreText: string;
|
|
143
145
|
};
|
|
144
146
|
navbarIc: {
|
|
145
147
|
toggle: {
|
|
@@ -350,6 +352,8 @@ export declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
|
|
|
350
352
|
clampedText: {
|
|
351
353
|
openText: string;
|
|
352
354
|
closeText: string;
|
|
355
|
+
showMoreText: string;
|
|
356
|
+
moreText: string;
|
|
353
357
|
};
|
|
354
358
|
navbarIc: {
|
|
355
359
|
toggle: {
|
|
@@ -556,6 +560,8 @@ export declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
|
|
|
556
560
|
clampedText: {
|
|
557
561
|
openText: string;
|
|
558
562
|
closeText: string;
|
|
563
|
+
showMoreText: string;
|
|
564
|
+
moreText: string;
|
|
559
565
|
};
|
|
560
566
|
navbarIc: {
|
|
561
567
|
toggle: {
|
|
@@ -768,6 +774,8 @@ export declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
|
|
|
768
774
|
clampedText: {
|
|
769
775
|
openText: string;
|
|
770
776
|
closeText: string;
|
|
777
|
+
showMoreText: string;
|
|
778
|
+
moreText: string;
|
|
771
779
|
};
|
|
772
780
|
navbarIc: {
|
|
773
781
|
toggle: {
|
|
@@ -976,6 +984,8 @@ export declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
|
|
|
976
984
|
clampedText: {
|
|
977
985
|
openText: string;
|
|
978
986
|
closeText: string;
|
|
987
|
+
showMoreText: string;
|
|
988
|
+
moreText: string;
|
|
979
989
|
};
|
|
980
990
|
navbarIc: {
|
|
981
991
|
toggle: {
|
package/core/locales/pt-BR.d.ts
CHANGED
package/core/locales/ru-RU.d.ts
CHANGED
package/core/locales/tk-TM.d.ts
CHANGED
package/core/locales/types.d.ts
CHANGED
|
@@ -34,6 +34,8 @@ export type KbqNumberInputLocaleConfig = {
|
|
|
34
34
|
export type KbqClampedTextLocaleConfig = {
|
|
35
35
|
openText: string;
|
|
36
36
|
closeText: string;
|
|
37
|
+
showMoreText: string;
|
|
38
|
+
moreText: string;
|
|
37
39
|
};
|
|
38
40
|
/** Locale configuration for `KbqTimeRange` */
|
|
39
41
|
export type KbqTimeRangeLocaleConfig = {
|
|
@@ -25,11 +25,6 @@
|
|
|
25
25
|
@include kbq-option(states-hover);
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
&.kbq-active:not(.kbq-disabled),
|
|
29
|
-
&:active:not(.kbq-disabled) {
|
|
30
|
-
@include kbq-option(states-active);
|
|
31
|
-
}
|
|
32
|
-
|
|
33
28
|
&.kbq-selected:not(.kbq-disabled) {
|
|
34
29
|
@include kbq-option(states-selected);
|
|
35
30
|
|
|
@@ -37,23 +32,18 @@
|
|
|
37
32
|
&:hover {
|
|
38
33
|
@include kbq-option(states-selected-hover);
|
|
39
34
|
}
|
|
40
|
-
|
|
41
|
-
&.kbq-active,
|
|
42
|
-
&:active {
|
|
43
|
-
@include kbq-option(states-selected-active);
|
|
44
|
-
}
|
|
45
35
|
}
|
|
46
36
|
|
|
47
37
|
&.kbq-disabled {
|
|
48
38
|
@include kbq-option(states-disabled);
|
|
49
39
|
}
|
|
50
40
|
|
|
51
|
-
&:is(.kbq-selected, .kbq-focused
|
|
41
|
+
&:is(.kbq-selected, .kbq-focused):has(+ :is(.kbq-selected, .kbq-focused)) {
|
|
52
42
|
border-bottom-left-radius: 0;
|
|
53
43
|
border-bottom-right-radius: 0;
|
|
54
44
|
}
|
|
55
45
|
|
|
56
|
-
&:is(.kbq-selected, .kbq-focused
|
|
46
|
+
&:is(.kbq-selected, .kbq-focused) + :is(.kbq-selected, .kbq-focused) {
|
|
57
47
|
border-top-left-radius: 0;
|
|
58
48
|
border-top-right-radius: 0;
|
|
59
49
|
}
|
|
@@ -63,18 +53,15 @@
|
|
|
63
53
|
&.kbq-selected:not(.kbq-disabled) {
|
|
64
54
|
@include kbq-option(multiple-states-selected);
|
|
65
55
|
|
|
56
|
+
&.kbq-hovered,
|
|
66
57
|
&:hover {
|
|
67
58
|
@include kbq-option(multiple-states-selected-hover);
|
|
68
59
|
}
|
|
69
|
-
|
|
70
|
-
&:active {
|
|
71
|
-
@include kbq-option(multiple-states-selected-active);
|
|
72
|
-
}
|
|
73
60
|
}
|
|
74
61
|
}
|
|
75
62
|
|
|
76
63
|
.cdk-keyboard-focused {
|
|
77
|
-
.kbq-option.kbq-
|
|
64
|
+
.kbq-option.kbq-active {
|
|
78
65
|
border-color: var(--kbq-list-states-focused-focus-outline-color);
|
|
79
66
|
}
|
|
80
67
|
}
|
package/core/option/option.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { AfterViewChecked, ChangeDetectorRef, ElementRef, EventEmitter, InjectionToken, OnDestroy, QueryList } from '@angular/core';
|
|
2
|
+
import { ActiveDescendantKeyManager } from '@koobiq/cdk/a11y';
|
|
2
3
|
import { Subject } from 'rxjs';
|
|
3
4
|
import { KbqTitleTextRef } from '../title';
|
|
4
5
|
import { KbqOptgroup } from './optgroup';
|
|
@@ -18,6 +19,7 @@ export interface KbqOptionParentComponent {
|
|
|
18
19
|
multiple?: boolean;
|
|
19
20
|
multiSelection?: boolean;
|
|
20
21
|
withVirtualScroll?: boolean;
|
|
22
|
+
keyManager?: ActiveDescendantKeyManager<KbqOption>;
|
|
21
23
|
setSelectedOptionsByClick: (option: KbqOption) => void;
|
|
22
24
|
}
|
|
23
25
|
/**
|
|
@@ -61,7 +63,7 @@ export declare class KbqVirtualOption extends KbqOptionBase {
|
|
|
61
63
|
export declare class KbqOption extends KbqOptionBase implements AfterViewChecked, OnDestroy, KbqTitleTextRef {
|
|
62
64
|
private readonly elementRef;
|
|
63
65
|
private readonly changeDetectorRef;
|
|
64
|
-
|
|
66
|
+
protected readonly parent: KbqOptionParentComponent;
|
|
65
67
|
readonly group: KbqOptgroup;
|
|
66
68
|
textElement: ElementRef;
|
|
67
69
|
/** The form value of the option. */
|
|
@@ -133,6 +135,8 @@ export declare class KbqOption extends KbqOptionBase implements AfterViewChecked
|
|
|
133
135
|
selectViaInteraction(): void;
|
|
134
136
|
getTabIndex(): string;
|
|
135
137
|
getHostElement(): HTMLElement;
|
|
138
|
+
/** @docs-private */
|
|
139
|
+
protected onMouseenter(): void;
|
|
136
140
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqOption, [null, null, { optional: true; }, { optional: true; }]>;
|
|
137
141
|
static ɵcmp: i0.ɵɵComponentDeclaration<KbqOption, "kbq-option", ["kbqOption"], { "value": { "alias": "value"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "userSelect": { "alias": "userSelect"; "required": false; }; "showCheckbox": { "alias": "showCheckbox"; "required": false; }; "viewValue": { "alias": "viewValue"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "onSelectionChange": "onSelectionChange"; }, never, ["kbq-pseudo-checkbox", "*"], true, never>;
|
|
138
142
|
static ngAcceptInputType_selectable: unknown;
|
|
@@ -19,7 +19,12 @@ export declare abstract class KbqPopUpTrigger<T> implements OnInit, OnDestroy {
|
|
|
19
19
|
protected readonly destroyRef: DestroyRef;
|
|
20
20
|
protected readonly scrollable: CdkScrollable | null;
|
|
21
21
|
protected abstract scrollStrategy: () => ScrollStrategy;
|
|
22
|
-
|
|
22
|
+
/** @docs-private */
|
|
23
|
+
protected externalNativeElement: HTMLElement;
|
|
24
|
+
private popUpChangeDetectorRef;
|
|
25
|
+
get isOpen(): boolean;
|
|
26
|
+
set isOpen(value: boolean);
|
|
27
|
+
private _isOpen;
|
|
23
28
|
enterDelay: number;
|
|
24
29
|
leaveDelay: number;
|
|
25
30
|
triggerName: string;
|
|
@@ -77,6 +82,10 @@ export declare abstract class KbqPopUpTrigger<T> implements OnInit, OnDestroy {
|
|
|
77
82
|
/** Updates the position of the current popover. */
|
|
78
83
|
updatePosition(reapplyPosition?: boolean): void;
|
|
79
84
|
focus(): void;
|
|
85
|
+
/** @docs-private */
|
|
86
|
+
getNativeElement(): HTMLElement;
|
|
87
|
+
/** @docs-private */
|
|
88
|
+
setExternalNativeElement(value: HTMLElement): void;
|
|
80
89
|
/**
|
|
81
90
|
* Returns a list of positions that are aligned with the element's dimensions and offsets.
|
|
82
91
|
* @protected
|
|
@@ -9,7 +9,7 @@ $overlay-backdrop-z-index: 1000 !default;
|
|
|
9
9
|
$overlay-backdrop-color: rgba(0, 0, 0, 0.5) !default;
|
|
10
10
|
|
|
11
11
|
// Default backdrop animation is based on the Material Design swift-ease-out.
|
|
12
|
-
$backdrop-animation-duration:
|
|
12
|
+
$backdrop-animation-duration: 300ms !default;
|
|
13
13
|
$backdrop-animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1) !default;
|
|
14
14
|
|
|
15
15
|
/// Emits structural styles required for cdk/overlay to function.
|
|
@@ -15,6 +15,7 @@ export declare class KbqDropdown implements AfterContentInit, KbqDropdownPanel,
|
|
|
15
15
|
private elementRef;
|
|
16
16
|
private ngZone;
|
|
17
17
|
private defaultOptions;
|
|
18
|
+
private search?;
|
|
18
19
|
navigationWithWrap: boolean;
|
|
19
20
|
/** Position of the dropdown in the X axis. */
|
|
20
21
|
get xPosition(): DropdownPositionX;
|
|
@@ -121,5 +122,5 @@ export declare class KbqDropdown implements AfterContentInit, KbqDropdownPanel,
|
|
|
121
122
|
*/
|
|
122
123
|
private updateDirectDescendants;
|
|
123
124
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqDropdown, never>;
|
|
124
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KbqDropdown, "kbq-dropdown", ["kbqDropdown"], { "navigationWithWrap": { "alias": "navigationWithWrap"; "required": false; }; "xPosition": { "alias": "xPosition"; "required": false; }; "yPosition": { "alias": "yPosition"; "required": false; }; "overlapTriggerY": { "alias": "overlapTriggerY"; "required": false; }; "overlapTriggerX": { "alias": "overlapTriggerX"; "required": false; }; "hasBackdrop": { "alias": "hasBackdrop"; "required": false; }; "panelClass": { "alias": "class"; "required": false; }; "backdropClass": { "alias": "backdropClass"; "required": false; }; }, { "closed": "closed"; }, ["lazyContent", "items"], ["*", "[kbqDropdownStaticContent]"], true, never>;
|
|
125
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KbqDropdown, "kbq-dropdown", ["kbqDropdown"], { "navigationWithWrap": { "alias": "navigationWithWrap"; "required": false; }; "xPosition": { "alias": "xPosition"; "required": false; }; "yPosition": { "alias": "yPosition"; "required": false; }; "overlapTriggerY": { "alias": "overlapTriggerY"; "required": false; }; "overlapTriggerX": { "alias": "overlapTriggerX"; "required": false; }; "hasBackdrop": { "alias": "hasBackdrop"; "required": false; }; "panelClass": { "alias": "class"; "required": false; }; "backdropClass": { "alias": "backdropClass"; "required": false; }; }, { "closed": "closed"; }, ["search", "lazyContent", "items"], ["*", "[kbqDropdownStaticContent]"], true, never>;
|
|
125
126
|
}
|