@wizishop/angular-components 18.2.0-beta → 19.0.0-beta.1
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/README.md +13 -76
- package/angular-components.scss +10684 -9433
- package/assets/images/upload/upload_images.svg +23 -0
- package/fesm2022/wizishop-angular-components.mjs +1291 -555
- package/fesm2022/wizishop-angular-components.mjs.map +1 -1
- package/lib/components/alert-popup/alert-popup.component.d.ts +3 -3
- package/lib/components/border-picker/border-picker.component.d.ts +29 -0
- package/lib/components/calendar/calendar.component.d.ts +5 -1
- package/lib/components/color-picker/color-picker.component.d.ts +23 -0
- package/lib/components/faq-section/faq-section-content.dto.d.ts +4 -0
- package/lib/components/faq-section/faq-section.component.d.ts +8 -0
- package/lib/components/faq-section/faq-section.dto.d.ts +5 -0
- package/lib/components/grid/grid.component.d.ts +13 -0
- package/lib/components/hn/h1/h1.component.d.ts +4 -1
- package/lib/components/hn/h2/h2.component.d.ts +4 -1
- package/lib/components/hn/h3/h3.component.d.ts +4 -1
- package/lib/components/hn/h4/h4.component.d.ts +4 -1
- package/lib/components/image-text-section/image-text-section.component.d.ts +11 -0
- package/lib/components/image-text-section/image-text-section.dto.d.ts +11 -0
- package/lib/components/info/info.component.d.ts +3 -1
- package/lib/components/menu-tile/menu-tile.component.d.ts +23 -0
- package/lib/components/mosaic/mosaic.component.d.ts +2 -2
- package/lib/components/multiple-search-plus/multiple-search-plus.component.d.ts +2 -1
- package/lib/components/pricing-section/pricing-section-table.dto.d.ts +6 -0
- package/lib/components/pricing-section/pricing-section.component.d.ts +8 -0
- package/lib/components/pricing-section/pricing-section.dto.d.ts +7 -0
- package/lib/components/radio-legacy/{radio-group.directive.d.ts → radio-group-legacy.directive.d.ts} +3 -3
- package/lib/components/radio-legacy/{radio-directive.d.ts → radio-legacy-directive.d.ts} +3 -3
- package/lib/components/reassurance-section/reassurance-section-content.dto.d.ts +4 -0
- package/lib/components/reassurance-section/reassurance-section.component.d.ts +8 -0
- package/lib/components/reassurance-section/reassurance-section.dto.d.ts +5 -0
- package/lib/components/row/row.component.d.ts +3 -1
- package/lib/components/select/option-group/option-group.component.d.ts +6 -0
- package/lib/components/select/select/select.component.d.ts +1 -1
- package/lib/components/shared-components.module.d.ts +119 -109
- package/lib/components/slide-in/slide-in.component.d.ts +32 -0
- package/lib/components/tabs/tabs.component.d.ts +2 -1
- package/lib/components/tag/tag.component.d.ts +2 -1
- package/lib/components/tag-input/tag-input.component.d.ts +25 -0
- package/lib/components/text/text.component.d.ts +4 -1
- package/lib/components/upload/upload.component.d.ts +8 -1
- package/lib/directives/shared-directives.module.d.ts +3 -3
- package/package.json +22 -29
- package/public-api.d.ts +20 -2
- package/esm2022/lib/animations/in-out/in-out-x.animation.mjs +0 -12
- package/esm2022/lib/animations/in-out/in-out-y.animation.mjs +0 -12
- package/esm2022/lib/animations/list/animate-list-from-bottom.animation.mjs +0 -18
- package/esm2022/lib/animations/list/animate-list-from-left.animation.mjs +0 -18
- package/esm2022/lib/animations/list/animate-list-from-right.animation.mjs +0 -18
- package/esm2022/lib/animations/list/animate-list-from-top.animation.mjs +0 -16
- package/esm2022/lib/animations/show/opacity.animation.mjs +0 -5
- package/esm2022/lib/animations/show/show-from-bottom.animation.mjs +0 -15
- package/esm2022/lib/animations/show/show-from-left.animation.mjs +0 -15
- package/esm2022/lib/animations/show/show-from-right.animation.mjs +0 -15
- package/esm2022/lib/animations/show/show-from-top.animation.mjs +0 -15
- package/esm2022/lib/animations/switch/switch-in-out.animation.mjs +0 -6
- package/esm2022/lib/components/ai-express/ai-express.component.mjs +0 -83
- package/esm2022/lib/components/alert/alert.component.mjs +0 -42
- package/esm2022/lib/components/alert-popup/alert-popup-module.mjs +0 -20
- package/esm2022/lib/components/alert-popup/alert-popup.component.mjs +0 -41
- package/esm2022/lib/components/alert-popup/alert-popup.service.mjs +0 -33
- package/esm2022/lib/components/back/back.component.mjs +0 -12
- package/esm2022/lib/components/block/block-title-legacy/block-title-legacy.component.mjs +0 -21
- package/esm2022/lib/components/block/block.component.mjs +0 -124
- package/esm2022/lib/components/block/separator/block-separator.component.mjs +0 -17
- package/esm2022/lib/components/block-with-checkbox/block-with-checkbox.component.mjs +0 -46
- package/esm2022/lib/components/breadcrumbs/breadcrumbs.component.mjs +0 -27
- package/esm2022/lib/components/breadcrumbs/breadcrumbs.dto.mjs +0 -2
- package/esm2022/lib/components/button/button.component.mjs +0 -200
- package/esm2022/lib/components/calendar/calendar.component.mjs +0 -237
- package/esm2022/lib/components/card-price/card-price.component.mjs +0 -76
- package/esm2022/lib/components/charging-bar/charging-bar.component.mjs +0 -19
- package/esm2022/lib/components/checkbox/checkbox.component.mjs +0 -78
- package/esm2022/lib/components/checkbox/checkbox.module.mjs +0 -25
- package/esm2022/lib/components/column/column.component.mjs +0 -11
- package/esm2022/lib/components/common/label/label.component.mjs +0 -16
- package/esm2022/lib/components/common/placeholder/placeholder.component.mjs +0 -16
- package/esm2022/lib/components/confirm-delete/confirm-delete.component.mjs +0 -64
- package/esm2022/lib/components/content-with-buttons/content-with-buttons.component.mjs +0 -72
- package/esm2022/lib/components/delete/delete.component.mjs +0 -12
- package/esm2022/lib/components/draganddrop-list/draganddrop-list.component.mjs +0 -61
- package/esm2022/lib/components/dropdown/dropdown.component.mjs +0 -26
- package/esm2022/lib/components/edit-in-place/edit-in-place.component.mjs +0 -202
- package/esm2022/lib/components/expanded-panel/expanded-panel.component.mjs +0 -24
- package/esm2022/lib/components/expansion/accordion/accordion-item.interface.mjs +0 -2
- package/esm2022/lib/components/expansion/accordion/accordion-item.token.mjs +0 -3
- package/esm2022/lib/components/expansion/accordion/accordion.component.mjs +0 -74
- package/esm2022/lib/components/expansion/expansion-panel/expansion-panel.component.mjs +0 -29
- package/esm2022/lib/components/expansion/expansion-panel/expansion-panel.directive.mjs +0 -88
- package/esm2022/lib/components/expansion/expansion-panel-header/expansion-panel-header.component.mjs +0 -27
- package/esm2022/lib/components/expansion/expansion-panel-header/expansion-panel-header.directive.mjs +0 -49
- package/esm2022/lib/components/expansion/expansion-panel-header/expansion-panel-header.interface.mjs +0 -2
- package/esm2022/lib/components/expansion/expansion-panel-header/expansion-panel-header.token.mjs +0 -3
- package/esm2022/lib/components/expansion/expansion.module.mjs +0 -48
- package/esm2022/lib/components/filters/filter-item.dto.mjs +0 -2
- package/esm2022/lib/components/filters/filters.component.mjs +0 -41
- package/esm2022/lib/components/free-popin/free-popin.component.mjs +0 -66
- package/esm2022/lib/components/google-preview/google-preview.component.mjs +0 -20
- package/esm2022/lib/components/header-page/header-page.component.mjs +0 -42
- package/esm2022/lib/components/hn/h1/h1.component.mjs +0 -26
- package/esm2022/lib/components/hn/h2/h2.component.mjs +0 -13
- package/esm2022/lib/components/hn/h3/h3.component.mjs +0 -18
- package/esm2022/lib/components/hn/h4/h4.component.mjs +0 -18
- package/esm2022/lib/components/image/image.component.mjs +0 -17
- package/esm2022/lib/components/info/info.component.mjs +0 -12
- package/esm2022/lib/components/inputs/input/input.component.mjs +0 -184
- package/esm2022/lib/components/inputs/input-search/input-search.component.mjs +0 -65
- package/esm2022/lib/components/inputs/input-with-select/input-with-select.component.mjs +0 -17
- package/esm2022/lib/components/inputs/input-with-select/option-item.dto.mjs +0 -2
- package/esm2022/lib/components/link/link.component.mjs +0 -57
- package/esm2022/lib/components/loader/loader.component.mjs +0 -21
- package/esm2022/lib/components/logo/logo.component.mjs +0 -20
- package/esm2022/lib/components/mosaic/mosaic.component.mjs +0 -81
- package/esm2022/lib/components/multiple-search/multiple-search.component.mjs +0 -115
- package/esm2022/lib/components/multiple-search-plus/multiple-search-plus.component.mjs +0 -97
- package/esm2022/lib/components/multiple-search-plus/shared/multiple-search-plus-option.model.mjs +0 -2
- package/esm2022/lib/components/multiple-search-plus/shared/multiple-search-plus-results.model.mjs +0 -2
- package/esm2022/lib/components/optional-disable-container/optional-disable-container.component.mjs +0 -17
- package/esm2022/lib/components/pagination/pagination.component.mjs +0 -50
- package/esm2022/lib/components/pagination/pagination.module.mjs +0 -33
- package/esm2022/lib/components/pagination/pipes/array-pages.pipe.mjs +0 -28
- package/esm2022/lib/components/pagination/pipes/custom-text.pipe.mjs +0 -34
- package/esm2022/lib/components/pagination/pipes/is-last-page.pipe.mjs +0 -25
- package/esm2022/lib/components/popin/popin.component.mjs +0 -73
- package/esm2022/lib/components/progress-bar/progress-bar.component.mjs +0 -75
- package/esm2022/lib/components/radio/option/option.component.mjs +0 -27
- package/esm2022/lib/components/radio/radio-group.directive.mjs +0 -40
- package/esm2022/lib/components/radio/radio.component.mjs +0 -38
- package/esm2022/lib/components/radio-legacy/radio-directive.mjs +0 -22
- package/esm2022/lib/components/radio-legacy/radio-group.directive.mjs +0 -34
- package/esm2022/lib/components/radio-legacy/radio.component.mjs +0 -58
- package/esm2022/lib/components/row/row.component.mjs +0 -144
- package/esm2022/lib/components/search/search.component.mjs +0 -86
- package/esm2022/lib/components/search/shared/search-option.model.mjs +0 -2
- package/esm2022/lib/components/select/call-to-action.model.mjs +0 -2
- package/esm2022/lib/components/select/option/option-selection-handler.interface.mjs +0 -2
- package/esm2022/lib/components/select/option/option-selection-handler.token.mjs +0 -3
- package/esm2022/lib/components/select/option/option.component.mjs +0 -28
- package/esm2022/lib/components/select/option/select-option.directive.mjs +0 -98
- package/esm2022/lib/components/select/option-call-to-action/option-call-to-action.component.mjs +0 -12
- package/esm2022/lib/components/select/select/select.component.mjs +0 -198
- package/esm2022/lib/components/select/select/select.directive.mjs +0 -175
- package/esm2022/lib/components/select/select/value-change.service.mjs +0 -190
- package/esm2022/lib/components/select/select-items.dto.mjs +0 -2
- package/esm2022/lib/components/select/select-search-trigger/select-search-trigger.component.mjs +0 -38
- package/esm2022/lib/components/select-in-text/select-in-text.component.mjs +0 -103
- package/esm2022/lib/components/selected-list/selected-list.component.mjs +0 -62
- package/esm2022/lib/components/selected-list/shared/selected-list-option.model.mjs +0 -2
- package/esm2022/lib/components/separator/separator.component.mjs +0 -17
- package/esm2022/lib/components/settings/settings.component.mjs +0 -12
- package/esm2022/lib/components/shared-components.module.mjs +0 -443
- package/esm2022/lib/components/snackbar/snackbar.component.mjs +0 -85
- package/esm2022/lib/components/state/state.component.mjs +0 -16
- package/esm2022/lib/components/summary/summary.component.mjs +0 -41
- package/esm2022/lib/components/switch/switch.component.mjs +0 -89
- package/esm2022/lib/components/table/directives/checkBoxRow.directive.mjs +0 -92
- package/esm2022/lib/components/table/directives/column.directive.mjs +0 -42
- package/esm2022/lib/components/table/directives/columnHeader.directive.mjs +0 -199
- package/esm2022/lib/components/table/directives/raw.directive.mjs +0 -30
- package/esm2022/lib/components/table/shared/distinct-until-table-filters-changed.mjs +0 -21
- package/esm2022/lib/components/table/shared/filters-table.service.mjs +0 -68
- package/esm2022/lib/components/table/shared/table-checkbox-id.service.mjs +0 -20
- package/esm2022/lib/components/table/shared/table-filters-group.model.mjs +0 -10
- package/esm2022/lib/components/table/shared/table-filters.model.mjs +0 -2
- package/esm2022/lib/components/table/table.component.mjs +0 -146
- package/esm2022/lib/components/table/table.module.mjs +0 -46
- package/esm2022/lib/components/tabs/tab/tab.component.mjs +0 -43
- package/esm2022/lib/components/tabs/tab-body/tab-body.component.mjs +0 -23
- package/esm2022/lib/components/tabs/tab-body/tab-body.directive.mjs +0 -36
- package/esm2022/lib/components/tabs/tabs.component.mjs +0 -99
- package/esm2022/lib/components/tag/tag.component.mjs +0 -38
- package/esm2022/lib/components/tag-dropdown/tag-dropdown.component.mjs +0 -45
- package/esm2022/lib/components/tag-label/tag-label.component.mjs +0 -34
- package/esm2022/lib/components/text/text.component.mjs +0 -13
- package/esm2022/lib/components/text-area/text-area.component.mjs +0 -99
- package/esm2022/lib/components/token-check/token-check.component.mjs +0 -21
- package/esm2022/lib/components/tooltip/tooltip.component.mjs +0 -30
- package/esm2022/lib/components/tooltip/tooltip.module.mjs +0 -25
- package/esm2022/lib/components/tree/tree.component.mjs +0 -25
- package/esm2022/lib/components/tree/tree.dto.mjs +0 -2
- package/esm2022/lib/components/tree/tree.module.mjs +0 -29
- package/esm2022/lib/components/upload/upload.component.mjs +0 -36
- package/esm2022/lib/components/wrapper/wrapper.component.mjs +0 -18
- package/esm2022/lib/components/wrapper-blocs/wrapper-blocs.component.mjs +0 -19
- package/esm2022/lib/components/wrapper-multiple-block/wrapper-multiple-block.component.mjs +0 -12
- package/esm2022/lib/components/wrapper-sidebar/wrapper-sidebar.component.mjs +0 -30
- package/esm2022/lib/directives/abstract-debounce/abstract-debounce.directive.mjs +0 -37
- package/esm2022/lib/directives/abstract-debounce/debounce-keyup.directive.mjs +0 -24
- package/esm2022/lib/directives/auto-hide/auto-hide.directive.mjs +0 -50
- package/esm2022/lib/directives/copy-to-clipboard/copy-to-clipboard.directive.mjs +0 -32
- package/esm2022/lib/directives/keyboard-events/keypress-enter.directive.mjs +0 -25
- package/esm2022/lib/directives/keyboard-events/only-numbers.directive.mjs +0 -45
- package/esm2022/lib/directives/keyboard-events/two-digital-decimal-number.directive.mjs +0 -36
- package/esm2022/lib/directives/ng-var.directive.mjs +0 -32
- package/esm2022/lib/directives/scroll-to/scroll-to.directive.mjs +0 -32
- package/esm2022/lib/directives/shared-directives.module.mjs +0 -72
- package/esm2022/lib/directives/watch-dom-tree/watch-dom-tree.directive.mjs +0 -30
- package/esm2022/lib/directives/zindex-toggle/zindex-toggle.directive.mjs +0 -44
- package/esm2022/lib/pipes/call-component-function.pipe.mjs +0 -24
- package/esm2022/lib/pipes/find-option-selected-field.pipe.mjs +0 -29
- package/esm2022/lib/pipes/select/filter-options.pipe.mjs +0 -19
- package/esm2022/lib/pipes/select/select-filters.pipe.mjs +0 -19
- package/esm2022/lib/pipes/selected-list/are-all-options-selected.pipe.mjs +0 -17
- package/esm2022/lib/pipes/shared-pipes.module.mjs +0 -43
- package/esm2022/lib/pipes/tree/format-object-to-recursif-tree.pipe.mjs +0 -41
- package/esm2022/lib/pipes/tree/format-object-to-simple-tree.pipe.mjs +0 -49
- package/esm2022/lib/services/dom.service.mjs +0 -59
- package/esm2022/lib/services/history.service.mjs +0 -53
- package/esm2022/lib/services/multiple-selection.service.mjs +0 -62
- package/esm2022/lib/utils/array.mjs +0 -2
- package/esm2022/lib/utils/html-container.class.mjs +0 -30
- package/esm2022/lib/utils/slection-item.interface.mjs +0 -2
- package/esm2022/lib/utils/uuid.mjs +0 -8
- package/esm2022/lib/wizi-components.module.mjs +0 -34
- package/esm2022/public-api.mjs +0 -156
- package/esm2022/wizishop-angular-components.mjs +0 -5
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { AlertPopupConfig } from './alert-popup.service';
|
|
3
|
-
import {
|
|
3
|
+
import { AfterViewInit } from '@angular/core';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class AlertPopupComponent implements
|
|
5
|
+
export declare class AlertPopupComponent implements AfterViewInit {
|
|
6
6
|
config: AlertPopupConfig;
|
|
7
7
|
/** Subject for notifying the user that the dialog has finished closing. */
|
|
8
8
|
private afterClosedPopup;
|
|
9
9
|
open: boolean;
|
|
10
10
|
private timer;
|
|
11
|
-
|
|
11
|
+
ngAfterViewInit(): void;
|
|
12
12
|
dismiss(): void;
|
|
13
13
|
/**
|
|
14
14
|
* Gets an observable that is notified when the dialog is finished closing.
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { EventEmitter, OnInit, AfterViewInit } from "@angular/core";
|
|
2
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BorderPickerComponent implements ControlValueAccessor, OnInit, AfterViewInit {
|
|
5
|
+
label: string;
|
|
6
|
+
gap: string;
|
|
7
|
+
fontSize: string;
|
|
8
|
+
disabled: boolean;
|
|
9
|
+
value: string;
|
|
10
|
+
maxPixels: number;
|
|
11
|
+
blurred: EventEmitter<void>;
|
|
12
|
+
borderRadiusChange: EventEmitter<string>;
|
|
13
|
+
sliderValue: number;
|
|
14
|
+
constructor();
|
|
15
|
+
onChange: any;
|
|
16
|
+
onTouched: any;
|
|
17
|
+
ngOnInit(): void;
|
|
18
|
+
writeValue(value: string | null): void;
|
|
19
|
+
registerOnChange(fn: any): void;
|
|
20
|
+
registerOnTouched(fn: any): void;
|
|
21
|
+
setValue(event: any): void;
|
|
22
|
+
private updateSliderPercentage;
|
|
23
|
+
ngAfterViewInit(): void;
|
|
24
|
+
onFocusOut(): void;
|
|
25
|
+
updateBorderRadius(value: number): void;
|
|
26
|
+
setBorderRadius(value: number): void;
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BorderPickerComponent, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BorderPickerComponent, "wac-border-picker", never, { "label": { "alias": "label"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; "fontSize": { "alias": "fontSize"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "maxPixels": { "alias": "maxPixels"; "required": false; }; }, { "blurred": "blurred"; "borderRadiusChange": "borderRadiusChange"; }, never, never, true, never>;
|
|
29
|
+
}
|
|
@@ -11,6 +11,7 @@ export declare class CalendarComponent implements OnChanges, ControlValueAccesso
|
|
|
11
11
|
label: string | null;
|
|
12
12
|
boldLabel: boolean;
|
|
13
13
|
type: 'input' | 'edit' | 'select';
|
|
14
|
+
isRange: boolean;
|
|
14
15
|
set options(options: Readonly<NwbDatePickerOptions>);
|
|
15
16
|
get options(): Readonly<NwbDatePickerOptions>;
|
|
16
17
|
_options: Readonly<NwbDatePickerOptions>;
|
|
@@ -18,6 +19,9 @@ export declare class CalendarComponent implements OnChanges, ControlValueAccesso
|
|
|
18
19
|
set dateSelected(dateSelected: Date);
|
|
19
20
|
get dateSelected(): Date;
|
|
20
21
|
_dateSelected: Date;
|
|
22
|
+
set dateSelectedEnd(dateSelected: Date);
|
|
23
|
+
get dateSelectedEnd(): Date;
|
|
24
|
+
_dateSelectedEnd: Date;
|
|
21
25
|
dateSelectedChange: EventEmitter<any>;
|
|
22
26
|
typeDate: 'datetime' | 'datetime-local' | 'date';
|
|
23
27
|
noMargin: boolean;
|
|
@@ -57,5 +61,5 @@ export declare class CalendarComponent implements OnChanges, ControlValueAccesso
|
|
|
57
61
|
registerOnTouched(fn: any): void;
|
|
58
62
|
setDisabledState(isDisabled: boolean): void;
|
|
59
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarComponent, never>;
|
|
60
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarComponent, "wac-calendar", never, { "label": { "alias": "label"; "required": false; }; "boldLabel": { "alias": "boldLabel"; "required": false; }; "type": { "alias": "type"; "required": false; }; "options": { "alias": "options"; "required": false; }; "position": { "alias": "position"; "required": false; }; "dateSelected": { "alias": "dateSelected"; "required": false; }; "typeDate": { "alias": "typeDate"; "required": false; }; "noMargin": { "alias": "noMargin"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "dateSelectedChange": "dateSelectedChange"; "changeData": "changeData"; }, never, never, false, never>;
|
|
64
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarComponent, "wac-calendar", never, { "label": { "alias": "label"; "required": false; }; "boldLabel": { "alias": "boldLabel"; "required": false; }; "type": { "alias": "type"; "required": false; }; "isRange": { "alias": "isRange"; "required": false; }; "options": { "alias": "options"; "required": false; }; "position": { "alias": "position"; "required": false; }; "dateSelected": { "alias": "dateSelected"; "required": false; }; "dateSelectedEnd": { "alias": "dateSelectedEnd"; "required": false; }; "typeDate": { "alias": "typeDate"; "required": false; }; "noMargin": { "alias": "noMargin"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "dateSelectedChange": "dateSelectedChange"; "changeData": "changeData"; }, never, never, false, never>;
|
|
61
65
|
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { EventEmitter } from "@angular/core";
|
|
2
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ColorPickerComponent implements ControlValueAccessor {
|
|
5
|
+
label: string;
|
|
6
|
+
value: string;
|
|
7
|
+
gap: string;
|
|
8
|
+
fontSize: string;
|
|
9
|
+
id: string;
|
|
10
|
+
info: string;
|
|
11
|
+
colorChange: EventEmitter<string>;
|
|
12
|
+
constructor();
|
|
13
|
+
onChange: any;
|
|
14
|
+
onTouched: any;
|
|
15
|
+
writeValue(value: string): void;
|
|
16
|
+
registerOnChange(fn: any): void;
|
|
17
|
+
registerOnTouched(fn: any): void;
|
|
18
|
+
setValue(event: any): void;
|
|
19
|
+
changeColor(color: string): void;
|
|
20
|
+
isValidColor(color: string): boolean;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ColorPickerComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColorPickerComponent, "wac-color-picker", never, { "label": { "alias": "label"; "required": false; }; "value": { "alias": "value"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; "fontSize": { "alias": "fontSize"; "required": false; }; "id": { "alias": "id"; "required": false; }; "info": { "alias": "info"; "required": false; }; }, { "colorChange": "colorChange"; }, never, never, false, never>;
|
|
23
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { FaqSectionDto } from "./faq-section.dto";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FaqSectionComponent {
|
|
4
|
+
data: FaqSectionDto;
|
|
5
|
+
constructor();
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FaqSectionComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FaqSectionComponent, "wac-faq-section", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class GridComponent implements OnInit {
|
|
4
|
+
cols: number;
|
|
5
|
+
gap: number;
|
|
6
|
+
justify: string;
|
|
7
|
+
align: string;
|
|
8
|
+
gridTemplateColumns: string;
|
|
9
|
+
constructor();
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GridComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GridComponent, "wac-grid", never, { "cols": { "alias": "cols"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; "justify": { "alias": "justify"; "required": false; }; "align": { "alias": "align"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
13
|
+
}
|
|
@@ -4,7 +4,10 @@ export declare class H1Component {
|
|
|
4
4
|
withImg: boolean;
|
|
5
5
|
center: boolean;
|
|
6
6
|
color: any;
|
|
7
|
+
private _noMargin;
|
|
8
|
+
get noMargin(): boolean;
|
|
9
|
+
set noMargin(value: boolean | string | '');
|
|
7
10
|
constructor();
|
|
8
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<H1Component, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<H1Component, "wac-h1", never, { "annotation": { "alias": "annotation"; "required": false; }; "withImg": { "alias": "withImg"; "required": false; }; "center": { "alias": "center"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<H1Component, "wac-h1", never, { "annotation": { "alias": "annotation"; "required": false; }; "withImg": { "alias": "withImg"; "required": false; }; "center": { "alias": "center"; "required": false; }; "color": { "alias": "color"; "required": false; }; "noMargin": { "alias": "noMargin"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
10
13
|
}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class H2Component implements OnInit {
|
|
4
|
+
private _noMargin;
|
|
5
|
+
get noMargin(): boolean;
|
|
6
|
+
set noMargin(value: boolean | string | '');
|
|
4
7
|
constructor();
|
|
5
8
|
ngOnInit(): void;
|
|
6
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<H2Component, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<H2Component, "wac-h2", never, {}, {}, never, ["*"], false, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<H2Component, "wac-h2", never, { "noMargin": { "alias": "noMargin"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
8
11
|
}
|
|
@@ -2,8 +2,11 @@ import { OnInit } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class H3Component implements OnInit {
|
|
4
4
|
grey: boolean;
|
|
5
|
+
private _noMargin;
|
|
6
|
+
get noMargin(): boolean;
|
|
7
|
+
set noMargin(value: boolean | string | '');
|
|
5
8
|
constructor();
|
|
6
9
|
ngOnInit(): void;
|
|
7
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<H3Component, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<H3Component, "wac-h3", never, { "grey": { "alias": "grey"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<H3Component, "wac-h3", never, { "grey": { "alias": "grey"; "required": false; }; "noMargin": { "alias": "noMargin"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
9
12
|
}
|
|
@@ -2,8 +2,11 @@ import { OnInit } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class H4Component implements OnInit {
|
|
4
4
|
grey: boolean;
|
|
5
|
+
private _noMargin;
|
|
6
|
+
get noMargin(): boolean;
|
|
7
|
+
set noMargin(value: boolean | string | '');
|
|
5
8
|
constructor();
|
|
6
9
|
ngOnInit(): void;
|
|
7
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<H4Component, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<H4Component, "wac-h4", never, { "grey": { "alias": "grey"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<H4Component, "wac-h4", never, { "grey": { "alias": "grey"; "required": false; }; "noMargin": { "alias": "noMargin"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
9
12
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ImageTextSectionDto } from "./image-text-section.dto";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ImageTextSectionComponent {
|
|
4
|
+
private _data;
|
|
5
|
+
textIsArray: boolean;
|
|
6
|
+
set data(value: ImageTextSectionDto);
|
|
7
|
+
get data(): ImageTextSectionDto;
|
|
8
|
+
constructor();
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ImageTextSectionComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ImageTextSectionComponent, "wac-image-text-section", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export interface ImageTextSectionDto {
|
|
2
|
+
imageSrc: string;
|
|
3
|
+
reverse?: boolean;
|
|
4
|
+
imageAlt?: string;
|
|
5
|
+
title?: string;
|
|
6
|
+
text?: Array<string> | string;
|
|
7
|
+
listItems?: Array<string>;
|
|
8
|
+
buttonText?: string;
|
|
9
|
+
buttonLink?: string;
|
|
10
|
+
buttonTarget?: '_blank' | '_self' | '_parent' | '_top';
|
|
11
|
+
}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class InfoComponent {
|
|
3
|
+
colorPicker: boolean | string;
|
|
4
|
+
get isColorPickerEnabled(): boolean;
|
|
3
5
|
constructor();
|
|
4
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<InfoComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InfoComponent, "wac-info", never, {}, {}, never, ["*"], false, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InfoComponent, "wac-info", never, { "colorPicker": { "alias": "colorPicker"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
6
8
|
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { Params, Router } from '@angular/router';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class MenuTileComponent implements OnInit {
|
|
5
|
+
private router;
|
|
6
|
+
private _col;
|
|
7
|
+
get col(): number;
|
|
8
|
+
set col(value: number);
|
|
9
|
+
get hostClasses(): string;
|
|
10
|
+
iconPath: string;
|
|
11
|
+
title: string;
|
|
12
|
+
description: string;
|
|
13
|
+
new: string;
|
|
14
|
+
newElement: boolean;
|
|
15
|
+
url: string | null;
|
|
16
|
+
urlQueryParams: Params;
|
|
17
|
+
external: boolean;
|
|
18
|
+
constructor(router: Router);
|
|
19
|
+
ngOnInit(): void;
|
|
20
|
+
navigate(): void;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MenuTileComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MenuTileComponent, "wac-menu-tile", never, { "col": { "alias": "col"; "required": false; }; "iconPath": { "alias": "iconPath"; "required": false; }; "title": { "alias": "title"; "required": false; }; "description": { "alias": "description"; "required": false; }; "new": { "alias": "new"; "required": false; }; "newElement": { "alias": "newElement"; "required": false; }; "url": { "alias": "url"; "required": false; }; "urlQueryParams": { "alias": "urlQueryParams"; "required": false; }; "external": { "alias": "external"; "required": false; }; }, {}, never, never, false, never>;
|
|
23
|
+
}
|
|
@@ -19,8 +19,8 @@ export declare class MosaicComponent implements OnChanges {
|
|
|
19
19
|
trackImage(index: number, image: MosaicImage): string;
|
|
20
20
|
ngOnChanges(changes: SimpleChanges): void;
|
|
21
21
|
generateColumns(previousList: MosaicImages, currentList: MosaicImages, isNumberOfColumnChange: boolean): void;
|
|
22
|
-
separateImagesIntoColumns(newImagesToDisplay: MosaicImages):
|
|
23
|
-
concatColumns(oldColumns: MosaicImages[], newColumns: MosaicImages[]):
|
|
22
|
+
separateImagesIntoColumns(newImagesToDisplay: MosaicImages): MosaicImage[][];
|
|
23
|
+
concatColumns(oldColumns: MosaicImages[], newColumns: MosaicImages[]): MosaicImage[][];
|
|
24
24
|
onBottomReached(): void;
|
|
25
25
|
onImportImage(src: ImageSource): void;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<MosaicComponent, never>;
|
|
@@ -12,6 +12,7 @@ export declare class MultipleSearchPlusComponent implements OnInit {
|
|
|
12
12
|
options: MultipleSearchPlusOption[];
|
|
13
13
|
searchResults: MultipleSearchPlusResults[];
|
|
14
14
|
disabled: boolean | string;
|
|
15
|
+
hideResults: boolean | string;
|
|
15
16
|
searchValue: EventEmitter<any>;
|
|
16
17
|
optionsChange: EventEmitter<any>;
|
|
17
18
|
constructor();
|
|
@@ -27,5 +28,5 @@ export declare class MultipleSearchPlusComponent implements OnInit {
|
|
|
27
28
|
addResult(index: number): void;
|
|
28
29
|
deleteResult(indexItem: number, index: number): void;
|
|
29
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<MultipleSearchPlusComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MultipleSearchPlusComponent, "wac-multiple-search-plus", never, { "options": { "alias": "options"; "required": false; }; "searchResults": { "alias": "searchResults"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "searchValue": "searchValue"; "optionsChange": "optionsChange"; }, never, never, false, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MultipleSearchPlusComponent, "wac-multiple-search-plus", never, { "options": { "alias": "options"; "required": false; }; "searchResults": { "alias": "searchResults"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "hideResults": { "alias": "hideResults"; "required": false; }; }, { "searchValue": "searchValue"; "optionsChange": "optionsChange"; }, never, never, false, never>;
|
|
31
32
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { PricingSectionDto } from "./pricing-section.dto";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class PricingSectionComponent {
|
|
4
|
+
data: PricingSectionDto;
|
|
5
|
+
constructor();
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PricingSectionComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PricingSectionComponent, "wac-pricing-section", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
|
|
8
|
+
}
|
package/lib/components/radio-legacy/{radio-group.directive.d.ts → radio-group-legacy.directive.d.ts}
RENAMED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { SelectDirective } from '../select/select/select.directive';
|
|
2
2
|
import { ValueChangeService } from '../select/select/value-change.service';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class
|
|
4
|
+
export declare class RadioGroupLegacyDirective<TOptionValue> extends SelectDirective<TOptionValue> {
|
|
5
5
|
protected valueChangeService: ValueChangeService<TOptionValue>;
|
|
6
6
|
get multiple(): boolean;
|
|
7
7
|
set multiple(value: boolean);
|
|
8
8
|
constructor(valueChangeService: ValueChangeService<TOptionValue>);
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RadioGroupLegacyDirective<any>, never>;
|
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RadioGroupLegacyDirective<any>, "[wacRadioGroup]", never, {}, {}, never, never, false, never>;
|
|
11
11
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef } from '@angular/core';
|
|
2
2
|
import { SelectOptionDirective } from '../select/option/select-option.directive';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class
|
|
4
|
+
export declare class RadioLegacyDirective<TOptionValue> extends SelectOptionDirective<TOptionValue> {
|
|
5
5
|
protected contentRef: ElementRef;
|
|
6
6
|
protected changeDetectorRef: ChangeDetectorRef;
|
|
7
7
|
constructor(contentRef: ElementRef, changeDetectorRef: ChangeDetectorRef);
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RadioLegacyDirective<any>, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RadioLegacyDirective<any>, "[wacRadio]", ["wacRadio"], {}, {}, never, never, false, never>;
|
|
10
10
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ReassuranceSectionDto } from "./reassurance-section.dto";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ReassuranceSectionComponent {
|
|
4
|
+
data: ReassuranceSectionDto;
|
|
5
|
+
constructor();
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ReassuranceSectionComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ReassuranceSectionComponent, "wac-reassurance-section", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
|
|
8
|
+
}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { AfterContentInit, ElementRef, OnInit } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class RowComponent implements OnInit, AfterContentInit {
|
|
4
|
+
colPosition: string;
|
|
5
|
+
rowPosition: string;
|
|
4
6
|
position: 'top-left' | 'top-middle' | 'top-right' | 'middle-left' | 'middle-middle' | 'middle-right' | 'bottom-left' | 'bottom-middle' | 'bottom-right' | 'stretch-left' | 'stretch-middle' | 'stretch-right';
|
|
5
7
|
id: string;
|
|
6
8
|
childs: number;
|
|
@@ -34,5 +36,5 @@ export declare class RowComponent implements OnInit, AfterContentInit {
|
|
|
34
36
|
ngAfterContentInit(): void;
|
|
35
37
|
handleDomChange(event: any): void;
|
|
36
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<RowComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RowComponent, "wac-row", never, { "position": { "alias": "position"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "responsiveAuto": { "alias": "responsiveAuto"; "required": false; }; "childrensWidthAuto": { "alias": "childrensWidthAuto"; "required": false; }; "visibility": { "alias": "visibility"; "required": false; }; "marginChild": { "alias": "marginChild"; "required": false; }; "marginBottom": { "alias": "marginBottom"; "required": false; }; "marginBottomChild": { "alias": "marginBottomChild"; "required": false; }; "addWacBlock": { "alias": "addWacBlock"; "required": false; }; "lineDisplayContent": { "alias": "lineDisplayContent"; "required": false; }; "border": { "alias": "border"; "required": false; }; "multipleLine": { "alias": "multipleLine"; "required": false; }; "childrenByLine": { "alias": "childrenByLine"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; "lastChildIsDown": { "alias": "lastChildIsDown"; "required": false; }; "addClass": { "alias": "addClass"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RowComponent, "wac-row", never, { "colPosition": { "alias": "colPosition"; "required": false; }; "rowPosition": { "alias": "rowPosition"; "required": false; }; "position": { "alias": "position"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "responsiveAuto": { "alias": "responsiveAuto"; "required": false; }; "childrensWidthAuto": { "alias": "childrensWidthAuto"; "required": false; }; "visibility": { "alias": "visibility"; "required": false; }; "marginChild": { "alias": "marginChild"; "required": false; }; "marginBottom": { "alias": "marginBottom"; "required": false; }; "marginBottomChild": { "alias": "marginBottomChild"; "required": false; }; "addWacBlock": { "alias": "addWacBlock"; "required": false; }; "lineDisplayContent": { "alias": "lineDisplayContent"; "required": false; }; "border": { "alias": "border"; "required": false; }; "multipleLine": { "alias": "multipleLine"; "required": false; }; "childrenByLine": { "alias": "childrenByLine"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; "lastChildIsDown": { "alias": "lastChildIsDown"; "required": false; }; "addClass": { "alias": "addClass"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
38
40
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class OptionGroupComponent {
|
|
3
|
+
title: string;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OptionGroupComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OptionGroupComponent, "wac-option-group", never, { "title": { "alias": "title"; "required": false; }; }, {}, never, ["wac-option, option, .option, [selectOption]"], false, never>;
|
|
6
|
+
}
|
|
@@ -44,5 +44,5 @@ export declare class SelectComponent<TOptionValue> extends SelectDirective<TOpti
|
|
|
44
44
|
registerOnTouched(fn: any): void;
|
|
45
45
|
ngOnDestroy(): void;
|
|
46
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectComponent<any>, never>;
|
|
47
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent<any>, "wac-select", never, { "required": { "alias": "required"; "required": false; }; "small": { "alias": "small"; "required": false; }; "keepPanelOpen": { "alias": "keepPanelOpen"; "required": false; }; "openPanel": { "alias": "openPanel"; "required": false; }; }, { "openPanelChange": "openPanelChange"; }, ["customSearchTrigger", "label"], ["wac-label, .wac-label", "wac-select-search-trigger", "wac-placeholder,[role=placeholder]", "wac-option-call-to-action, wac-option, option, .option, [selectOption]"], false, never>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent<any>, "wac-select", never, { "required": { "alias": "required"; "required": false; }; "small": { "alias": "small"; "required": false; }; "keepPanelOpen": { "alias": "keepPanelOpen"; "required": false; }; "openPanel": { "alias": "openPanel"; "required": false; }; }, { "openPanelChange": "openPanelChange"; }, ["customSearchTrigger", "label"], ["wac-label, .wac-label", "wac-select-search-trigger", "wac-placeholder,[role=placeholder]", "wac-option-group, wac-option-call-to-action, wac-option, option, .option, [selectOption]"], false, never>;
|
|
48
48
|
}
|