@spw-ds/spw-angular-library 1.10.2-alpha.0 → 1.11.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/fesm2022/spw-ds-spw-angular-library.mjs +101 -22
- package/fesm2022/spw-ds-spw-angular-library.mjs.map +1 -1
- package/lib/spw-design-system-directives.module.d.ts +1 -1
- package/lib/stencil-generated/components.d.ts +72 -6
- package/lib/stencil-generated/index.d.ts +1 -1
- package/package.json +2 -2
|
@@ -206,6 +206,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
206
206
|
inputs: ['background', 'href', 'imageAlt', 'imageSrc', 'ratio', 'ratioDesktop', 'ratioMobile', 'ratioTablet', 'target', 'variant'],
|
|
207
207
|
}]
|
|
208
208
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
209
|
+
let SpwBox = class SpwBox {
|
|
210
|
+
constructor(c, r, z) {
|
|
211
|
+
this.z = z;
|
|
212
|
+
c.detach();
|
|
213
|
+
this.el = r.nativeElement;
|
|
214
|
+
}
|
|
215
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwBox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
216
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwBox, isStandalone: true, selector: "spw-box", inputs: { collapsibleBreakpoint: "collapsibleBreakpoint", hasRadius: "hasRadius", hasShadow: "hasShadow", isCollapsible: "isCollapsible", isSticky: "isSticky", padding: "padding", stickyTop: "stickyTop" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
217
|
+
};
|
|
218
|
+
SpwBox = __decorate([
|
|
219
|
+
ProxyCmp({
|
|
220
|
+
inputs: ['collapsibleBreakpoint', 'hasRadius', 'hasShadow', 'isCollapsible', 'isSticky', 'padding', 'stickyTop']
|
|
221
|
+
})
|
|
222
|
+
], SpwBox);
|
|
223
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwBox, decorators: [{
|
|
224
|
+
type: Component,
|
|
225
|
+
args: [{
|
|
226
|
+
selector: 'spw-box',
|
|
227
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
228
|
+
template: '<ng-content></ng-content>',
|
|
229
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
230
|
+
inputs: ['collapsibleBreakpoint', 'hasRadius', 'hasShadow', 'isCollapsible', 'isSticky', 'padding', 'stickyTop'],
|
|
231
|
+
}]
|
|
232
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
209
233
|
let SpwBreadcrumb = class SpwBreadcrumb {
|
|
210
234
|
constructor(c, r, z) {
|
|
211
235
|
this.z = z;
|
|
@@ -503,14 +527,14 @@ let SpwCustomSelect = class SpwCustomSelect {
|
|
|
503
527
|
this.z = z;
|
|
504
528
|
c.detach();
|
|
505
529
|
this.el = r.nativeElement;
|
|
506
|
-
proxyOutputs(this, this.el, ['valueChanged']);
|
|
530
|
+
proxyOutputs(this, this.el, ['valueChanged', 'optionCreated', 'optionRemoved']);
|
|
507
531
|
}
|
|
508
532
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwCustomSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
509
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwCustomSelect, isStandalone: true, selector: "spw-custom-select", inputs: { assistiveText: "assistiveText", direction: "direction", disabled: "disabled", error: "error", fixedDropdown: "fixedDropdown", fixedDropdownParent: "fixedDropdownParent", hint: "hint", isClear: "isClear", isSearch: "isSearch", items: "items", label: "label", multiple: "multiple", name: "name", noResultsText: "noResultsText", placeholder: "placeholder", required: "required", searchPlaceholder: "searchPlaceholder", showErrorIcon: "showErrorIcon", showHintIcon: "showHintIcon", showSuccessIcon: "showSuccessIcon", showWarningIcon: "showWarningIcon", size: "size", success: "success", tooltipCursor: "tooltipCursor", tooltipDirection: "tooltipDirection", tooltipMaxWidth: "tooltipMaxWidth", tooltipText: "tooltipText", tooltipTitle: "tooltipTitle", value: "value", warning: "warning" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
533
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwCustomSelect, isStandalone: true, selector: "spw-custom-select", inputs: { allowCreate: "allowCreate", assistiveText: "assistiveText", direction: "direction", disabled: "disabled", error: "error", fixedDropdown: "fixedDropdown", fixedDropdownParent: "fixedDropdownParent", hint: "hint", isClear: "isClear", isSearch: "isSearch", items: "items", label: "label", multiple: "multiple", name: "name", noResultsText: "noResultsText", placeholder: "placeholder", required: "required", searchPlaceholder: "searchPlaceholder", showErrorIcon: "showErrorIcon", showHintIcon: "showHintIcon", showSuccessIcon: "showSuccessIcon", showWarningIcon: "showWarningIcon", size: "size", success: "success", tooltipCursor: "tooltipCursor", tooltipDirection: "tooltipDirection", tooltipMaxWidth: "tooltipMaxWidth", tooltipText: "tooltipText", tooltipTitle: "tooltipTitle", value: "value", warning: "warning" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
510
534
|
};
|
|
511
535
|
SpwCustomSelect = __decorate([
|
|
512
536
|
ProxyCmp({
|
|
513
|
-
inputs: ['assistiveText', 'direction', 'disabled', 'error', 'fixedDropdown', 'fixedDropdownParent', 'hint', 'isClear', 'isSearch', 'items', 'label', 'multiple', 'name', 'noResultsText', 'placeholder', 'required', 'searchPlaceholder', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'size', 'success', 'tooltipCursor', 'tooltipDirection', 'tooltipMaxWidth', 'tooltipText', 'tooltipTitle', 'value', 'warning'],
|
|
537
|
+
inputs: ['allowCreate', 'assistiveText', 'direction', 'disabled', 'error', 'fixedDropdown', 'fixedDropdownParent', 'hint', 'isClear', 'isSearch', 'items', 'label', 'multiple', 'name', 'noResultsText', 'placeholder', 'required', 'searchPlaceholder', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'size', 'success', 'tooltipCursor', 'tooltipDirection', 'tooltipMaxWidth', 'tooltipText', 'tooltipTitle', 'value', 'warning'],
|
|
514
538
|
methods: ['setFocus', 'resetSelect', 'setValue', 'getValue']
|
|
515
539
|
})
|
|
516
540
|
], SpwCustomSelect);
|
|
@@ -521,7 +545,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
521
545
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
522
546
|
template: '<ng-content></ng-content>',
|
|
523
547
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
524
|
-
inputs: ['assistiveText', 'direction', 'disabled', 'error', 'fixedDropdown', 'fixedDropdownParent', 'hint', 'isClear', 'isSearch', 'items', 'label', 'multiple', 'name', 'noResultsText', 'placeholder', 'required', 'searchPlaceholder', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'size', 'success', 'tooltipCursor', 'tooltipDirection', 'tooltipMaxWidth', 'tooltipText', 'tooltipTitle', 'value', 'warning'],
|
|
548
|
+
inputs: ['allowCreate', 'assistiveText', 'direction', 'disabled', 'error', 'fixedDropdown', 'fixedDropdownParent', 'hint', 'isClear', 'isSearch', 'items', 'label', 'multiple', 'name', 'noResultsText', 'placeholder', 'required', 'searchPlaceholder', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'size', 'success', 'tooltipCursor', 'tooltipDirection', 'tooltipMaxWidth', 'tooltipText', 'tooltipTitle', 'value', 'warning'],
|
|
525
549
|
}]
|
|
526
550
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
527
551
|
let SpwDatePicker = class SpwDatePicker {
|
|
@@ -558,11 +582,11 @@ let SpwDropdown = class SpwDropdown {
|
|
|
558
582
|
proxyOutputs(this, this.el, ['spwDropdownOpen', 'spwDropdownClose']);
|
|
559
583
|
}
|
|
560
584
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
561
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwDropdown, isStandalone: true, selector: "spw-dropdown", inputs: { contentWidth: "contentWidth", direction: "direction", hasPadding: "hasPadding", maxHeight: "maxHeight", open: "open" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
585
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwDropdown, isStandalone: true, selector: "spw-dropdown", inputs: { alignment: "alignment", contentWidth: "contentWidth", direction: "direction", hasPadding: "hasPadding", maxHeight: "maxHeight", open: "open" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
562
586
|
};
|
|
563
587
|
SpwDropdown = __decorate([
|
|
564
588
|
ProxyCmp({
|
|
565
|
-
inputs: ['contentWidth', 'direction', 'hasPadding', 'maxHeight', 'open'],
|
|
589
|
+
inputs: ['alignment', 'contentWidth', 'direction', 'hasPadding', 'maxHeight', 'open'],
|
|
566
590
|
methods: ['close']
|
|
567
591
|
})
|
|
568
592
|
], SpwDropdown);
|
|
@@ -573,7 +597,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
573
597
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
574
598
|
template: '<ng-content></ng-content>',
|
|
575
599
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
576
|
-
inputs: ['contentWidth', 'direction', 'hasPadding', 'maxHeight', 'open'],
|
|
600
|
+
inputs: ['alignment', 'contentWidth', 'direction', 'hasPadding', 'maxHeight', 'open'],
|
|
577
601
|
}]
|
|
578
602
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
579
603
|
let SpwDropdownContainer = class SpwDropdownContainer {
|
|
@@ -821,11 +845,11 @@ let SpwGrid = class SpwGrid {
|
|
|
821
845
|
this.el = r.nativeElement;
|
|
822
846
|
}
|
|
823
847
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
824
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwGrid, isStandalone: true, selector: "spw-grid", inputs: { colsDesktop: "colsDesktop", colsMobile: "colsMobile", colsTablet: "colsTablet" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
848
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwGrid, isStandalone: true, selector: "spw-grid", inputs: { colsDesktop: "colsDesktop", colsMobile: "colsMobile", colsTablet: "colsTablet", gap: "gap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
825
849
|
};
|
|
826
850
|
SpwGrid = __decorate([
|
|
827
851
|
ProxyCmp({
|
|
828
|
-
inputs: ['colsDesktop', 'colsMobile', 'colsTablet']
|
|
852
|
+
inputs: ['colsDesktop', 'colsMobile', 'colsTablet', 'gap']
|
|
829
853
|
})
|
|
830
854
|
], SpwGrid);
|
|
831
855
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwGrid, decorators: [{
|
|
@@ -835,7 +859,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
835
859
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
836
860
|
template: '<ng-content></ng-content>',
|
|
837
861
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
838
|
-
inputs: ['colsDesktop', 'colsMobile', 'colsTablet'],
|
|
862
|
+
inputs: ['colsDesktop', 'colsMobile', 'colsTablet', 'gap'],
|
|
839
863
|
}]
|
|
840
864
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
841
865
|
let SpwGridItem = class SpwGridItem {
|
|
@@ -1065,11 +1089,11 @@ let SpwHero = class SpwHero {
|
|
|
1065
1089
|
this.el = r.nativeElement;
|
|
1066
1090
|
}
|
|
1067
1091
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwHero, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1068
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwHero, isStandalone: true, selector: "spw-hero", inputs: { accPlayButtonAriaLabel: "accPlayButtonAriaLabel", alignment: "alignment", copyrightHref: "copyrightHref", copyrightIcon: "copyrightIcon", copyrightIconVariant: "copyrightIconVariant", copyrightTarget: "copyrightTarget", copyrightText: "copyrightText", hasPictureFull: "hasPictureFull", hasRadius: "hasRadius", hasShadow: "hasShadow", hasVideo: "hasVideo", imageAlt: "imageAlt", imagePosition: "imagePosition", imageSrc: "imageSrc", modalVideoId: "modalVideoId", overlayColor: "overlayColor", overlayOpacity: "overlayOpacity", surface: "surface", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1092
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwHero, isStandalone: true, selector: "spw-hero", inputs: { accPlayButtonAriaLabel: "accPlayButtonAriaLabel", alignment: "alignment", copyrightHref: "copyrightHref", copyrightIcon: "copyrightIcon", copyrightIconVariant: "copyrightIconVariant", copyrightTarget: "copyrightTarget", copyrightText: "copyrightText", featuredRatio: "featuredRatio", featuredRatioDesktop: "featuredRatioDesktop", featuredRatioMobile: "featuredRatioMobile", featuredRatioTablet: "featuredRatioTablet", hasPictureFull: "hasPictureFull", hasRadius: "hasRadius", hasShadow: "hasShadow", hasVideo: "hasVideo", imageAlt: "imageAlt", imagePosition: "imagePosition", imageSrc: "imageSrc", modalVideoId: "modalVideoId", overlayColor: "overlayColor", overlayOpacity: "overlayOpacity", surface: "surface", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1069
1093
|
};
|
|
1070
1094
|
SpwHero = __decorate([
|
|
1071
1095
|
ProxyCmp({
|
|
1072
|
-
inputs: ['accPlayButtonAriaLabel', 'alignment', 'copyrightHref', 'copyrightIcon', 'copyrightIconVariant', 'copyrightTarget', 'copyrightText', 'hasPictureFull', 'hasRadius', 'hasShadow', 'hasVideo', 'imageAlt', 'imagePosition', 'imageSrc', 'modalVideoId', 'overlayColor', 'overlayOpacity', 'surface', 'variant']
|
|
1096
|
+
inputs: ['accPlayButtonAriaLabel', 'alignment', 'copyrightHref', 'copyrightIcon', 'copyrightIconVariant', 'copyrightTarget', 'copyrightText', 'featuredRatio', 'featuredRatioDesktop', 'featuredRatioMobile', 'featuredRatioTablet', 'hasPictureFull', 'hasRadius', 'hasShadow', 'hasVideo', 'imageAlt', 'imagePosition', 'imageSrc', 'modalVideoId', 'overlayColor', 'overlayOpacity', 'surface', 'variant']
|
|
1073
1097
|
})
|
|
1074
1098
|
], SpwHero);
|
|
1075
1099
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwHero, decorators: [{
|
|
@@ -1079,7 +1103,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
1079
1103
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1080
1104
|
template: '<ng-content></ng-content>',
|
|
1081
1105
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1082
|
-
inputs: ['accPlayButtonAriaLabel', 'alignment', 'copyrightHref', 'copyrightIcon', 'copyrightIconVariant', 'copyrightTarget', 'copyrightText', 'hasPictureFull', 'hasRadius', 'hasShadow', 'hasVideo', 'imageAlt', 'imagePosition', 'imageSrc', 'modalVideoId', 'overlayColor', 'overlayOpacity', 'surface', 'variant'],
|
|
1106
|
+
inputs: ['accPlayButtonAriaLabel', 'alignment', 'copyrightHref', 'copyrightIcon', 'copyrightIconVariant', 'copyrightTarget', 'copyrightText', 'featuredRatio', 'featuredRatioDesktop', 'featuredRatioMobile', 'featuredRatioTablet', 'hasPictureFull', 'hasRadius', 'hasShadow', 'hasVideo', 'imageAlt', 'imagePosition', 'imageSrc', 'modalVideoId', 'overlayColor', 'overlayOpacity', 'surface', 'variant'],
|
|
1083
1107
|
}]
|
|
1084
1108
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1085
1109
|
let SpwIcon = class SpwIcon {
|
|
@@ -1156,6 +1180,57 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
1156
1180
|
inputs: ['accAriaLabel', 'assistiveText', 'disabled', 'error', 'hasTooltip', 'hint', 'label', 'max', 'min', 'name', 'orientation', 'range', 'required', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'step', 'success', 'tooltipCursor', 'tooltipDirection', 'tooltipMaxWidth', 'tooltipText', 'tooltipTitle', 'value', 'warning'],
|
|
1157
1181
|
}]
|
|
1158
1182
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1183
|
+
let SpwLightbox = class SpwLightbox {
|
|
1184
|
+
constructor(c, r, z) {
|
|
1185
|
+
this.z = z;
|
|
1186
|
+
c.detach();
|
|
1187
|
+
this.el = r.nativeElement;
|
|
1188
|
+
proxyOutputs(this, this.el, ['spwLightboxOpen', 'spwLightboxClose']);
|
|
1189
|
+
}
|
|
1190
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwLightbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1191
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwLightbox, isStandalone: true, selector: "spw-lightbox", inputs: { closeButtonText: "closeButtonText", closeOnBackdropClick: "closeOnBackdropClick", gallery: "gallery", showThumbnails: "showThumbnails", textDialogLabel: "textDialogLabel", textNext: "textNext", textPrevious: "textPrevious", textThumbnailItem: "textThumbnailItem", textThumbnailsLabel: "textThumbnailsLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1192
|
+
};
|
|
1193
|
+
SpwLightbox = __decorate([
|
|
1194
|
+
ProxyCmp({
|
|
1195
|
+
inputs: ['closeButtonText', 'closeOnBackdropClick', 'gallery', 'showThumbnails', 'textDialogLabel', 'textNext', 'textPrevious', 'textThumbnailItem', 'textThumbnailsLabel'],
|
|
1196
|
+
methods: ['open', 'close']
|
|
1197
|
+
})
|
|
1198
|
+
], SpwLightbox);
|
|
1199
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwLightbox, decorators: [{
|
|
1200
|
+
type: Component,
|
|
1201
|
+
args: [{
|
|
1202
|
+
selector: 'spw-lightbox',
|
|
1203
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1204
|
+
template: '<ng-content></ng-content>',
|
|
1205
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1206
|
+
inputs: ['closeButtonText', 'closeOnBackdropClick', 'gallery', 'showThumbnails', 'textDialogLabel', 'textNext', 'textPrevious', 'textThumbnailItem', 'textThumbnailsLabel'],
|
|
1207
|
+
}]
|
|
1208
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1209
|
+
let SpwLightboxItem = class SpwLightboxItem {
|
|
1210
|
+
constructor(c, r, z) {
|
|
1211
|
+
this.z = z;
|
|
1212
|
+
c.detach();
|
|
1213
|
+
this.el = r.nativeElement;
|
|
1214
|
+
proxyOutputs(this, this.el, ['spwLightboxItemClick']);
|
|
1215
|
+
}
|
|
1216
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwLightboxItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1217
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwLightboxItem, isStandalone: true, selector: "spw-lightbox-item", inputs: { alt: "alt", captionText: "captionText", captionTitle: "captionTitle", copyrightHref: "copyrightHref", copyrightIcon: "copyrightIcon", copyrightIconVariant: "copyrightIconVariant", copyrightTarget: "copyrightTarget", copyrightText: "copyrightText", isHover: "isHover", src: "src", textOpenImage: "textOpenImage" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1218
|
+
};
|
|
1219
|
+
SpwLightboxItem = __decorate([
|
|
1220
|
+
ProxyCmp({
|
|
1221
|
+
inputs: ['alt', 'captionText', 'captionTitle', 'copyrightHref', 'copyrightIcon', 'copyrightIconVariant', 'copyrightTarget', 'copyrightText', 'isHover', 'src', 'textOpenImage']
|
|
1222
|
+
})
|
|
1223
|
+
], SpwLightboxItem);
|
|
1224
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwLightboxItem, decorators: [{
|
|
1225
|
+
type: Component,
|
|
1226
|
+
args: [{
|
|
1227
|
+
selector: 'spw-lightbox-item',
|
|
1228
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1229
|
+
template: '<ng-content></ng-content>',
|
|
1230
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1231
|
+
inputs: ['alt', 'captionText', 'captionTitle', 'copyrightHref', 'copyrightIcon', 'copyrightIconVariant', 'copyrightTarget', 'copyrightText', 'isHover', 'src', 'textOpenImage'],
|
|
1232
|
+
}]
|
|
1233
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1159
1234
|
let SpwLink = class SpwLink {
|
|
1160
1235
|
constructor(c, r, z) {
|
|
1161
1236
|
this.z = z;
|
|
@@ -1486,11 +1561,11 @@ let SpwSearchField = class SpwSearchField {
|
|
|
1486
1561
|
proxyOutputs(this, this.el, ['valueChanged', 'optionSelected']);
|
|
1487
1562
|
}
|
|
1488
1563
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwSearchField, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1489
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwSearchField, isStandalone: true, selector: "spw-search-field", inputs: { assistiveText: "assistiveText", disabled: "disabled", hasSubmitButton: "hasSubmitButton", isLoading: "isLoading", isRounded: "isRounded", items: "items", label: "label", loadingText: "loadingText", minCharacters: "minCharacters", name: "name", noResults: "noResults", placeholder: "placeholder", required: "required", size: "size", tooltipCursor: "tooltipCursor", tooltipDirection: "tooltipDirection", tooltipMaxWidth: "tooltipMaxWidth", tooltipText: "tooltipText", tooltipTitle: "tooltipTitle", value: "value", viewAllResults: "viewAllResults", viewAllResultsLink: "viewAllResultsLink" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1564
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwSearchField, isStandalone: true, selector: "spw-search-field", inputs: { assistiveText: "assistiveText", disabled: "disabled", hasSubmitButton: "hasSubmitButton", isLoading: "isLoading", isRounded: "isRounded", items: "items", label: "label", loadingText: "loadingText", minCharacters: "minCharacters", name: "name", noResults: "noResults", placeholder: "placeholder", required: "required", showDropdown: "showDropdown", size: "size", tooltipCursor: "tooltipCursor", tooltipDirection: "tooltipDirection", tooltipMaxWidth: "tooltipMaxWidth", tooltipText: "tooltipText", tooltipTitle: "tooltipTitle", value: "value", viewAllResults: "viewAllResults", viewAllResultsLink: "viewAllResultsLink", viewAllResultsSubmit: "viewAllResultsSubmit" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1490
1565
|
};
|
|
1491
1566
|
SpwSearchField = __decorate([
|
|
1492
1567
|
ProxyCmp({
|
|
1493
|
-
inputs: ['assistiveText', 'disabled', 'hasSubmitButton', 'isLoading', 'isRounded', 'items', 'label', 'loadingText', 'minCharacters', 'name', 'noResults', 'placeholder', 'required', 'size', 'tooltipCursor', 'tooltipDirection', 'tooltipMaxWidth', 'tooltipText', 'tooltipTitle', 'value', 'viewAllResults', 'viewAllResultsLink'],
|
|
1568
|
+
inputs: ['assistiveText', 'disabled', 'hasSubmitButton', 'isLoading', 'isRounded', 'items', 'label', 'loadingText', 'minCharacters', 'name', 'noResults', 'placeholder', 'required', 'showDropdown', 'size', 'tooltipCursor', 'tooltipDirection', 'tooltipMaxWidth', 'tooltipText', 'tooltipTitle', 'value', 'viewAllResults', 'viewAllResultsLink', 'viewAllResultsSubmit'],
|
|
1494
1569
|
methods: ['resetInput', 'setValue', 'getValue']
|
|
1495
1570
|
})
|
|
1496
1571
|
], SpwSearchField);
|
|
@@ -1501,7 +1576,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
1501
1576
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1502
1577
|
template: '<ng-content></ng-content>',
|
|
1503
1578
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1504
|
-
inputs: ['assistiveText', 'disabled', 'hasSubmitButton', 'isLoading', 'isRounded', 'items', 'label', 'loadingText', 'minCharacters', 'name', 'noResults', 'placeholder', 'required', 'size', 'tooltipCursor', 'tooltipDirection', 'tooltipMaxWidth', 'tooltipText', 'tooltipTitle', 'value', 'viewAllResults', 'viewAllResultsLink'],
|
|
1579
|
+
inputs: ['assistiveText', 'disabled', 'hasSubmitButton', 'isLoading', 'isRounded', 'items', 'label', 'loadingText', 'minCharacters', 'name', 'noResults', 'placeholder', 'required', 'showDropdown', 'size', 'tooltipCursor', 'tooltipDirection', 'tooltipMaxWidth', 'tooltipText', 'tooltipTitle', 'value', 'viewAllResults', 'viewAllResultsLink', 'viewAllResultsSubmit'],
|
|
1505
1580
|
}]
|
|
1506
1581
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1507
1582
|
let SpwSelect = class SpwSelect {
|
|
@@ -1678,6 +1753,7 @@ let SpwSlider = class SpwSlider {
|
|
|
1678
1753
|
this.z = z;
|
|
1679
1754
|
c.detach();
|
|
1680
1755
|
this.el = r.nativeElement;
|
|
1756
|
+
proxyOutputs(this, this.el, ['spwSliderChange', 'spwSliderNext', 'spwSliderPrevious']);
|
|
1681
1757
|
}
|
|
1682
1758
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwSlider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1683
1759
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwSlider, isStandalone: true, selector: "spw-slider", inputs: { accAriaLabel: "accAriaLabel", arrowsPosition: "arrowsPosition", autoplayEnabled: "autoplayEnabled", autoplayInterval: "autoplayInterval", autoplayText: "autoplayText", hasFixedHeight: "hasFixedHeight", nextSlideText: "nextSlideText", previousSlideText: "previousSlideText", showArrows: "showArrows", showAutoplayToggle: "showAutoplayToggle", showDots: "showDots" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -2088,11 +2164,11 @@ let SpwTextField = class SpwTextField {
|
|
|
2088
2164
|
proxyOutputs(this, this.el, ['valueChanged']);
|
|
2089
2165
|
}
|
|
2090
2166
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwTextField, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2091
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwTextField, isStandalone: true, selector: "spw-text-field", inputs: { accAriaLabel: "accAriaLabel", accAriaLabelDecrement: "accAriaLabelDecrement", accAriaLabelIncrement: "accAriaLabelIncrement", assistiveText: "assistiveText", disabled: "disabled", error: "error", hasControls: "hasControls", hasSubmitButton: "hasSubmitButton", hint: "hint", indicator: "indicator", isClear: "isClear", isSearch: "isSearch", label: "label", mask: "mask", max: "max", maxLength: "maxLength", min: "min", minLength: "minLength", name: "name", placeholder: "placeholder", required: "required", showErrorIcon: "showErrorIcon", showHintIcon: "showHintIcon", showSuccessIcon: "showSuccessIcon", showWarningIcon: "showWarningIcon", size: "size", step: "step", success: "success", tooltipCursor: "tooltipCursor", tooltipDirection: "tooltipDirection", tooltipMaxWidth: "tooltipMaxWidth", tooltipText: "tooltipText", tooltipTitle: "tooltipTitle", type: "type", value: "value", warning: "warning" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2167
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SpwTextField, isStandalone: true, selector: "spw-text-field", inputs: { accAriaLabel: "accAriaLabel", accAriaLabelDecrement: "accAriaLabelDecrement", accAriaLabelIncrement: "accAriaLabelIncrement", assistiveText: "assistiveText", decimalPrecision: "decimalPrecision", disabled: "disabled", error: "error", hasControls: "hasControls", hasSubmitButton: "hasSubmitButton", hint: "hint", indicator: "indicator", isClear: "isClear", isSearch: "isSearch", label: "label", mask: "mask", max: "max", maxLength: "maxLength", min: "min", minLength: "minLength", name: "name", placeholder: "placeholder", required: "required", showErrorIcon: "showErrorIcon", showHintIcon: "showHintIcon", showSuccessIcon: "showSuccessIcon", showWarningIcon: "showWarningIcon", size: "size", step: "step", success: "success", tooltipCursor: "tooltipCursor", tooltipDirection: "tooltipDirection", tooltipMaxWidth: "tooltipMaxWidth", tooltipText: "tooltipText", tooltipTitle: "tooltipTitle", type: "type", value: "value", warning: "warning" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2092
2168
|
};
|
|
2093
2169
|
SpwTextField = __decorate([
|
|
2094
2170
|
ProxyCmp({
|
|
2095
|
-
inputs: ['accAriaLabel', 'accAriaLabelDecrement', 'accAriaLabelIncrement', 'assistiveText', 'disabled', 'error', 'hasControls', 'hasSubmitButton', 'hint', 'indicator', 'isClear', 'isSearch', 'label', 'mask', 'max', 'maxLength', 'min', 'minLength', 'name', 'placeholder', 'required', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'size', 'step', 'success', 'tooltipCursor', 'tooltipDirection', 'tooltipMaxWidth', 'tooltipText', 'tooltipTitle', 'type', 'value', 'warning'],
|
|
2171
|
+
inputs: ['accAriaLabel', 'accAriaLabelDecrement', 'accAriaLabelIncrement', 'assistiveText', 'decimalPrecision', 'disabled', 'error', 'hasControls', 'hasSubmitButton', 'hint', 'indicator', 'isClear', 'isSearch', 'label', 'mask', 'max', 'maxLength', 'min', 'minLength', 'name', 'placeholder', 'required', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'size', 'step', 'success', 'tooltipCursor', 'tooltipDirection', 'tooltipMaxWidth', 'tooltipText', 'tooltipTitle', 'type', 'value', 'warning'],
|
|
2096
2172
|
methods: ['setFocus', 'setValue']
|
|
2097
2173
|
})
|
|
2098
2174
|
], SpwTextField);
|
|
@@ -2103,7 +2179,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
2103
2179
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2104
2180
|
template: '<ng-content></ng-content>',
|
|
2105
2181
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2106
|
-
inputs: ['accAriaLabel', 'accAriaLabelDecrement', 'accAriaLabelIncrement', 'assistiveText', 'disabled', 'error', 'hasControls', 'hasSubmitButton', 'hint', 'indicator', 'isClear', 'isSearch', 'label', 'mask', 'max', 'maxLength', 'min', 'minLength', 'name', 'placeholder', 'required', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'size', 'step', 'success', 'tooltipCursor', 'tooltipDirection', 'tooltipMaxWidth', 'tooltipText', 'tooltipTitle', 'type', 'value', 'warning'],
|
|
2182
|
+
inputs: ['accAriaLabel', 'accAriaLabelDecrement', 'accAriaLabelIncrement', 'assistiveText', 'decimalPrecision', 'disabled', 'error', 'hasControls', 'hasSubmitButton', 'hint', 'indicator', 'isClear', 'isSearch', 'label', 'mask', 'max', 'maxLength', 'min', 'minLength', 'name', 'placeholder', 'required', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'size', 'step', 'success', 'tooltipCursor', 'tooltipDirection', 'tooltipMaxWidth', 'tooltipText', 'tooltipTitle', 'type', 'value', 'warning'],
|
|
2107
2183
|
}]
|
|
2108
2184
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2109
2185
|
let SpwTextarea = class SpwTextarea {
|
|
@@ -2502,6 +2578,7 @@ const DIRECTIVES = [
|
|
|
2502
2578
|
SpwAccordionTitle,
|
|
2503
2579
|
SpwAvatar,
|
|
2504
2580
|
SpwBlockContent,
|
|
2581
|
+
SpwBox,
|
|
2505
2582
|
SpwBreadcrumb,
|
|
2506
2583
|
SpwBreadcrumbItem,
|
|
2507
2584
|
SpwButton,
|
|
@@ -2541,6 +2618,8 @@ const DIRECTIVES = [
|
|
|
2541
2618
|
SpwIcon,
|
|
2542
2619
|
SpwIllustration,
|
|
2543
2620
|
SpwInputSlider,
|
|
2621
|
+
SpwLightbox,
|
|
2622
|
+
SpwLightboxItem,
|
|
2544
2623
|
SpwLink,
|
|
2545
2624
|
SpwList,
|
|
2546
2625
|
SpwListDescription,
|
|
@@ -3091,14 +3170,14 @@ const VALUE_ACCESSORS = [
|
|
|
3091
3170
|
];
|
|
3092
3171
|
class SpwDesignSystemDirectivesModule {
|
|
3093
3172
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SpwDesignSystemDirectivesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3094
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: SpwDesignSystemDirectivesModule, imports: [SpwAccordion, SpwAccordionContent, SpwAccordionItem, SpwAccordionTitle, SpwAvatar, SpwBlockContent, SpwBreadcrumb, SpwBreadcrumbItem, SpwButton, SpwCard, SpwCardContent, SpwCardExcerpt, SpwCardImage, SpwCardSubtagItem, SpwCardSubtags, SpwCardTitle, SpwCheckbox, SpwCookies, SpwCustomSelect, SpwDatePicker, SpwDropdown, SpwDropdownContainer, SpwDropdownItem, SpwFieldLabel, SpwFieldMessage, SpwFileUpload, SpwFooter, SpwFooterBottom, SpwFooterContent, SpwFooterContentCol, SpwFooterLink, SpwGrid, SpwGridItem, SpwGroup, SpwHeader, SpwHeaderLang, SpwHeaderNavigation, SpwHeaderNavigationDropdown, SpwHeaderNavigationItem, SpwHeaderPersona, SpwHeaderPersonaItem, SpwHero, SpwIcon, SpwIllustration, SpwInputSlider, SpwLink, SpwList, SpwListDescription, SpwListItem, SpwListTitle, SpwLoading, SpwMessage, SpwModal, SpwMosaic, SpwMosaicItem, SpwPagination, SpwRadio, SpwScrolltop, SpwSearchField, SpwSelect, SpwSeparator, SpwSidebar, SpwSidebarNavigationDropdown, SpwSidebarNavigationItem, SpwSidebarNavigationSeparator, SpwSkeleton, SpwSlider, SpwSliderItem, SpwSocials, SpwTable, SpwTableBody, SpwTableCell, SpwTableContainer, SpwTableFooter, SpwTableHead, SpwTableHeader, SpwTableRow, SpwTableSidebar, SpwTabs, SpwTabsContent, SpwTabsNavigation, SpwTabsNavigationItem, SpwTag, SpwTextField, SpwTextarea, SpwThemeProvider, SpwTile, SpwTileDescription, SpwTileTitle, SpwTimeline, SpwTimelineItem, SpwToast, SpwToastController, SpwToc, SpwTocContainer, SpwTocNavigation, SpwTooltip, SpwTopbar, SpwWizard, SpwWizardItem, TextValueAccessor,
|
|
3173
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: SpwDesignSystemDirectivesModule, imports: [SpwAccordion, SpwAccordionContent, SpwAccordionItem, SpwAccordionTitle, SpwAvatar, SpwBlockContent, SpwBox, SpwBreadcrumb, SpwBreadcrumbItem, SpwButton, SpwCard, SpwCardContent, SpwCardExcerpt, SpwCardImage, SpwCardSubtagItem, SpwCardSubtags, SpwCardTitle, SpwCheckbox, SpwCookies, SpwCustomSelect, SpwDatePicker, SpwDropdown, SpwDropdownContainer, SpwDropdownItem, SpwFieldLabel, SpwFieldMessage, SpwFileUpload, SpwFooter, SpwFooterBottom, SpwFooterContent, SpwFooterContentCol, SpwFooterLink, SpwGrid, SpwGridItem, SpwGroup, SpwHeader, SpwHeaderLang, SpwHeaderNavigation, SpwHeaderNavigationDropdown, SpwHeaderNavigationItem, SpwHeaderPersona, SpwHeaderPersonaItem, SpwHero, SpwIcon, SpwIllustration, SpwInputSlider, SpwLightbox, SpwLightboxItem, SpwLink, SpwList, SpwListDescription, SpwListItem, SpwListTitle, SpwLoading, SpwMessage, SpwModal, SpwMosaic, SpwMosaicItem, SpwPagination, SpwRadio, SpwScrolltop, SpwSearchField, SpwSelect, SpwSeparator, SpwSidebar, SpwSidebarNavigationDropdown, SpwSidebarNavigationItem, SpwSidebarNavigationSeparator, SpwSkeleton, SpwSlider, SpwSliderItem, SpwSocials, SpwTable, SpwTableBody, SpwTableCell, SpwTableContainer, SpwTableFooter, SpwTableHead, SpwTableHeader, SpwTableRow, SpwTableSidebar, SpwTabs, SpwTabsContent, SpwTabsNavigation, SpwTabsNavigationItem, SpwTag, SpwTextField, SpwTextarea, SpwThemeProvider, SpwTile, SpwTileDescription, SpwTileTitle, SpwTimeline, SpwTimelineItem, SpwToast, SpwToastController, SpwToc, SpwTocContainer, SpwTocNavigation, SpwTooltip, SpwTopbar, SpwWizard, SpwWizardItem, TextValueAccessor,
|
|
3095
3174
|
NumericValueAccessor,
|
|
3096
3175
|
TabsValueAccessor,
|
|
3097
3176
|
CheckboxValueAccessor,
|
|
3098
3177
|
RadioValueAccessor,
|
|
3099
3178
|
DatePickerValueAccessor,
|
|
3100
3179
|
InputSliderValueAccessor,
|
|
3101
|
-
SearchFieldValueAccessor], exports: [SpwAccordion, SpwAccordionContent, SpwAccordionItem, SpwAccordionTitle, SpwAvatar, SpwBlockContent, SpwBreadcrumb, SpwBreadcrumbItem, SpwButton, SpwCard, SpwCardContent, SpwCardExcerpt, SpwCardImage, SpwCardSubtagItem, SpwCardSubtags, SpwCardTitle, SpwCheckbox, SpwCookies, SpwCustomSelect, SpwDatePicker, SpwDropdown, SpwDropdownContainer, SpwDropdownItem, SpwFieldLabel, SpwFieldMessage, SpwFileUpload, SpwFooter, SpwFooterBottom, SpwFooterContent, SpwFooterContentCol, SpwFooterLink, SpwGrid, SpwGridItem, SpwGroup, SpwHeader, SpwHeaderLang, SpwHeaderNavigation, SpwHeaderNavigationDropdown, SpwHeaderNavigationItem, SpwHeaderPersona, SpwHeaderPersonaItem, SpwHero, SpwIcon, SpwIllustration, SpwInputSlider, SpwLink, SpwList, SpwListDescription, SpwListItem, SpwListTitle, SpwLoading, SpwMessage, SpwModal, SpwMosaic, SpwMosaicItem, SpwPagination, SpwRadio, SpwScrolltop, SpwSearchField, SpwSelect, SpwSeparator, SpwSidebar, SpwSidebarNavigationDropdown, SpwSidebarNavigationItem, SpwSidebarNavigationSeparator, SpwSkeleton, SpwSlider, SpwSliderItem, SpwSocials, SpwTable, SpwTableBody, SpwTableCell, SpwTableContainer, SpwTableFooter, SpwTableHead, SpwTableHeader, SpwTableRow, SpwTableSidebar, SpwTabs, SpwTabsContent, SpwTabsNavigation, SpwTabsNavigationItem, SpwTag, SpwTextField, SpwTextarea, SpwThemeProvider, SpwTile, SpwTileDescription, SpwTileTitle, SpwTimeline, SpwTimelineItem, SpwToast, SpwToastController, SpwToc, SpwTocContainer, SpwTocNavigation, SpwTooltip, SpwTopbar, SpwWizard, SpwWizardItem, TextValueAccessor,
|
|
3180
|
+
SearchFieldValueAccessor], exports: [SpwAccordion, SpwAccordionContent, SpwAccordionItem, SpwAccordionTitle, SpwAvatar, SpwBlockContent, SpwBox, SpwBreadcrumb, SpwBreadcrumbItem, SpwButton, SpwCard, SpwCardContent, SpwCardExcerpt, SpwCardImage, SpwCardSubtagItem, SpwCardSubtags, SpwCardTitle, SpwCheckbox, SpwCookies, SpwCustomSelect, SpwDatePicker, SpwDropdown, SpwDropdownContainer, SpwDropdownItem, SpwFieldLabel, SpwFieldMessage, SpwFileUpload, SpwFooter, SpwFooterBottom, SpwFooterContent, SpwFooterContentCol, SpwFooterLink, SpwGrid, SpwGridItem, SpwGroup, SpwHeader, SpwHeaderLang, SpwHeaderNavigation, SpwHeaderNavigationDropdown, SpwHeaderNavigationItem, SpwHeaderPersona, SpwHeaderPersonaItem, SpwHero, SpwIcon, SpwIllustration, SpwInputSlider, SpwLightbox, SpwLightboxItem, SpwLink, SpwList, SpwListDescription, SpwListItem, SpwListTitle, SpwLoading, SpwMessage, SpwModal, SpwMosaic, SpwMosaicItem, SpwPagination, SpwRadio, SpwScrolltop, SpwSearchField, SpwSelect, SpwSeparator, SpwSidebar, SpwSidebarNavigationDropdown, SpwSidebarNavigationItem, SpwSidebarNavigationSeparator, SpwSkeleton, SpwSlider, SpwSliderItem, SpwSocials, SpwTable, SpwTableBody, SpwTableCell, SpwTableContainer, SpwTableFooter, SpwTableHead, SpwTableHeader, SpwTableRow, SpwTableSidebar, SpwTabs, SpwTabsContent, SpwTabsNavigation, SpwTabsNavigationItem, SpwTag, SpwTextField, SpwTextarea, SpwThemeProvider, SpwTile, SpwTileDescription, SpwTileTitle, SpwTimeline, SpwTimelineItem, SpwToast, SpwToastController, SpwToc, SpwTocContainer, SpwTocNavigation, SpwTooltip, SpwTopbar, SpwWizard, SpwWizardItem, TextValueAccessor,
|
|
3102
3181
|
NumericValueAccessor,
|
|
3103
3182
|
TabsValueAccessor,
|
|
3104
3183
|
CheckboxValueAccessor,
|
|
@@ -3250,5 +3329,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
3250
3329
|
* Generated bundle index. Do not edit.
|
|
3251
3330
|
*/
|
|
3252
3331
|
|
|
3253
|
-
export { CheckboxValueAccessor, DatePickerValueAccessor, InputSliderValueAccessor, NumericValueAccessor, RadioValueAccessor, SearchFieldValueAccessor, SpwAccordion, SpwAccordionContent, SpwAccordionItem, SpwAccordionTitle, SpwAvatar, SpwBlockContent, SpwBreadcrumb, SpwBreadcrumbItem, SpwButton, SpwCard, SpwCardContent, SpwCardExcerpt, SpwCardImage, SpwCardSubtagItem, SpwCardSubtags, SpwCardTitle, SpwCheckbox, SpwCookies, SpwCustomSelect, SpwDatePicker, SpwDesignSystemDirectivesModule, SpwDesignSystemModule, SpwDropdown, SpwDropdownContainer, SpwDropdownItem, SpwFieldLabel, SpwFieldMessage, SpwFileUpload, SpwFooter, SpwFooterBottom, SpwFooterContent, SpwFooterContentCol, SpwFooterLink, SpwGrid, SpwGridItem, SpwGroup, SpwHeader, SpwHeaderLang, SpwHeaderNavigation, SpwHeaderNavigationDropdown, SpwHeaderNavigationItem, SpwHeaderPersona, SpwHeaderPersonaItem, SpwHero, SpwIcon, SpwIllustration, SpwInputSlider, SpwLink, SpwList, SpwListDescription, SpwListItem, SpwListTitle, SpwLoading, SpwMessage, SpwModal, SpwMosaic, SpwMosaicItem, SpwPagination, SpwRadio, SpwScrolltop, SpwSearchField, SpwSelect, SpwSeparator, SpwSidebar, SpwSidebarNavigationDropdown, SpwSidebarNavigationItem, SpwSidebarNavigationSeparator, SpwSkeleton, SpwSlider, SpwSliderItem, SpwSocials, SpwTable, SpwTableBody, SpwTableCell, SpwTableContainer, SpwTableFooter, SpwTableHead, SpwTableHeader, SpwTableRow, SpwTableSidebar, SpwTabs, SpwTabsContent, SpwTabsNavigation, SpwTabsNavigationItem, SpwTag, SpwTextField, SpwTextarea, SpwThemeProvider, SpwTile, SpwTileDescription, SpwTileTitle, SpwTimeline, SpwTimelineItem, SpwToast, SpwToastController, SpwToastService, SpwToc, SpwTocContainer, SpwTocNavigation, SpwTooltip, SpwTopbar, SpwWizard, SpwWizardItem, TabsValueAccessor, TextValueAccessor, ValueAccessor };
|
|
3332
|
+
export { CheckboxValueAccessor, DatePickerValueAccessor, InputSliderValueAccessor, NumericValueAccessor, RadioValueAccessor, SearchFieldValueAccessor, SpwAccordion, SpwAccordionContent, SpwAccordionItem, SpwAccordionTitle, SpwAvatar, SpwBlockContent, SpwBox, SpwBreadcrumb, SpwBreadcrumbItem, SpwButton, SpwCard, SpwCardContent, SpwCardExcerpt, SpwCardImage, SpwCardSubtagItem, SpwCardSubtags, SpwCardTitle, SpwCheckbox, SpwCookies, SpwCustomSelect, SpwDatePicker, SpwDesignSystemDirectivesModule, SpwDesignSystemModule, SpwDropdown, SpwDropdownContainer, SpwDropdownItem, SpwFieldLabel, SpwFieldMessage, SpwFileUpload, SpwFooter, SpwFooterBottom, SpwFooterContent, SpwFooterContentCol, SpwFooterLink, SpwGrid, SpwGridItem, SpwGroup, SpwHeader, SpwHeaderLang, SpwHeaderNavigation, SpwHeaderNavigationDropdown, SpwHeaderNavigationItem, SpwHeaderPersona, SpwHeaderPersonaItem, SpwHero, SpwIcon, SpwIllustration, SpwInputSlider, SpwLightbox, SpwLightboxItem, SpwLink, SpwList, SpwListDescription, SpwListItem, SpwListTitle, SpwLoading, SpwMessage, SpwModal, SpwMosaic, SpwMosaicItem, SpwPagination, SpwRadio, SpwScrolltop, SpwSearchField, SpwSelect, SpwSeparator, SpwSidebar, SpwSidebarNavigationDropdown, SpwSidebarNavigationItem, SpwSidebarNavigationSeparator, SpwSkeleton, SpwSlider, SpwSliderItem, SpwSocials, SpwTable, SpwTableBody, SpwTableCell, SpwTableContainer, SpwTableFooter, SpwTableHead, SpwTableHeader, SpwTableRow, SpwTableSidebar, SpwTabs, SpwTabsContent, SpwTabsNavigation, SpwTabsNavigationItem, SpwTag, SpwTextField, SpwTextarea, SpwThemeProvider, SpwTile, SpwTileDescription, SpwTileTitle, SpwTimeline, SpwTimelineItem, SpwToast, SpwToastController, SpwToastService, SpwToc, SpwTocContainer, SpwTocNavigation, SpwTooltip, SpwTopbar, SpwWizard, SpwWizardItem, TabsValueAccessor, TextValueAccessor, ValueAccessor };
|
|
3254
3333
|
//# sourceMappingURL=spw-ds-spw-angular-library.mjs.map
|