@spw-ds/spw-angular-library 1.1.6-alpha.0 → 1.1.8-alpha.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 +210 -15
- 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 +76 -4
- package/lib/stencil-generated/index.d.ts +1 -1
- package/package.json +2 -2
|
@@ -162,11 +162,11 @@ let SpwBreadcrumb = class SpwBreadcrumb {
|
|
|
162
162
|
this.el = r.nativeElement;
|
|
163
163
|
}
|
|
164
164
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
165
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwBreadcrumb, isStandalone: true, selector: "spw-breadcrumb", inputs: { surface: "surface", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
165
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwBreadcrumb, isStandalone: true, selector: "spw-breadcrumb", inputs: { fontSize: "fontSize", surface: "surface", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
166
166
|
};
|
|
167
167
|
SpwBreadcrumb = __decorate([
|
|
168
168
|
ProxyCmp({
|
|
169
|
-
inputs: ['surface', 'variant']
|
|
169
|
+
inputs: ['fontSize', 'surface', 'variant']
|
|
170
170
|
})
|
|
171
171
|
], SpwBreadcrumb);
|
|
172
172
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwBreadcrumb, decorators: [{
|
|
@@ -176,7 +176,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
|
|
|
176
176
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
177
177
|
template: '<ng-content></ng-content>',
|
|
178
178
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
179
|
-
inputs: ['surface', 'variant'],
|
|
179
|
+
inputs: ['fontSize', 'surface', 'variant'],
|
|
180
180
|
}]
|
|
181
181
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
182
182
|
let SpwBreadcrumbItem = class SpwBreadcrumbItem {
|
|
@@ -211,11 +211,11 @@ let SpwButton = class SpwButton {
|
|
|
211
211
|
proxyOutputs(this, this.el, ['spwFocus', 'spwBlur', 'spwNavigate']);
|
|
212
212
|
}
|
|
213
213
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
214
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwButton, isStandalone: true, selector: "spw-button", inputs: { accAriaLabel: "accAriaLabel", disabled: "disabled", download: "download", href: "href", icon: "icon", iconPosition: "iconPosition", isFullWidth: "isFullWidth", isFullWidthMobile: "isFullWidthMobile", name: "name", rel: "rel", size: "size", surface: "surface", target: "target", type: "type", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
214
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwButton, isStandalone: true, selector: "spw-button", inputs: { accAriaLabel: "accAriaLabel", disabled: "disabled", download: "download", href: "href", icon: "icon", iconPosition: "iconPosition", isFullWidth: "isFullWidth", isFullWidthMobile: "isFullWidthMobile", isIconOnly: "isIconOnly", isLoading: "isLoading", name: "name", rel: "rel", size: "size", surface: "surface", target: "target", type: "type", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
215
215
|
};
|
|
216
216
|
SpwButton = __decorate([
|
|
217
217
|
ProxyCmp({
|
|
218
|
-
inputs: ['accAriaLabel', 'disabled', 'download', 'href', 'icon', 'iconPosition', 'isFullWidth', 'isFullWidthMobile', 'name', 'rel', 'size', 'surface', 'target', 'type', 'value', 'variant']
|
|
218
|
+
inputs: ['accAriaLabel', 'disabled', 'download', 'href', 'icon', 'iconPosition', 'isFullWidth', 'isFullWidthMobile', 'isIconOnly', 'isLoading', 'name', 'rel', 'size', 'surface', 'target', 'type', 'value', 'variant']
|
|
219
219
|
})
|
|
220
220
|
], SpwButton);
|
|
221
221
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwButton, decorators: [{
|
|
@@ -225,7 +225,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
|
|
|
225
225
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
226
226
|
template: '<ng-content></ng-content>',
|
|
227
227
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
228
|
-
inputs: ['accAriaLabel', 'disabled', 'download', 'href', 'icon', 'iconPosition', 'isFullWidth', 'isFullWidthMobile', 'name', 'rel', 'size', 'surface', 'target', 'type', 'value', 'variant'],
|
|
228
|
+
inputs: ['accAriaLabel', 'disabled', 'download', 'href', 'icon', 'iconPosition', 'isFullWidth', 'isFullWidthMobile', 'isIconOnly', 'isLoading', 'name', 'rel', 'size', 'surface', 'target', 'type', 'value', 'variant'],
|
|
229
229
|
}]
|
|
230
230
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
231
231
|
let SpwCard = class SpwCard {
|
|
@@ -495,6 +495,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
|
|
|
495
495
|
inputs: ['assistiveText', 'dateFormat', 'disabled', 'disabledDates', 'disabledDays', 'error', 'hint', 'isStart', 'label', 'maxDate', 'minDate', 'name', 'placeholder', 'position', 'range', 'rangeId', 'required', 'showErrorIcon', 'showHintIcon', 'showSuccessIcon', 'showWarningIcon', 'success', 'value', 'warning'],
|
|
496
496
|
}]
|
|
497
497
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
498
|
+
let SpwDropdown = class SpwDropdown {
|
|
499
|
+
constructor(c, r, z) {
|
|
500
|
+
this.z = z;
|
|
501
|
+
c.detach();
|
|
502
|
+
this.el = r.nativeElement;
|
|
503
|
+
}
|
|
504
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
505
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwDropdown, isStandalone: true, selector: "spw-dropdown", inputs: { contentWidth: "contentWidth", direction: "direction", hasPadding: "hasPadding", open: "open" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
506
|
+
};
|
|
507
|
+
SpwDropdown = __decorate([
|
|
508
|
+
ProxyCmp({
|
|
509
|
+
inputs: ['contentWidth', 'direction', 'hasPadding', 'open'],
|
|
510
|
+
methods: ['close']
|
|
511
|
+
})
|
|
512
|
+
], SpwDropdown);
|
|
513
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwDropdown, decorators: [{
|
|
514
|
+
type: Component,
|
|
515
|
+
args: [{
|
|
516
|
+
selector: 'spw-dropdown',
|
|
517
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
518
|
+
template: '<ng-content></ng-content>',
|
|
519
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
520
|
+
inputs: ['contentWidth', 'direction', 'hasPadding', 'open'],
|
|
521
|
+
}]
|
|
522
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
498
523
|
let SpwFieldLabel = class SpwFieldLabel {
|
|
499
524
|
constructor(c, r, z) {
|
|
500
525
|
this.z = z;
|
|
@@ -694,11 +719,11 @@ let SpwGroup = class SpwGroup {
|
|
|
694
719
|
this.el = r.nativeElement;
|
|
695
720
|
}
|
|
696
721
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
697
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwGroup, isStandalone: true, selector: "spw-group", inputs: { alignment: "alignment", disabled: "disabled", isReversed: "isReversed", label: "label", name: "name", orientation: "orientation", required: "required", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
722
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwGroup, isStandalone: true, selector: "spw-group", inputs: { alignment: "alignment", disabled: "disabled", isFullWidth: "isFullWidth", isReversed: "isReversed", label: "label", name: "name", orientation: "orientation", required: "required", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
698
723
|
};
|
|
699
724
|
SpwGroup = __decorate([
|
|
700
725
|
ProxyCmp({
|
|
701
|
-
inputs: ['alignment', 'disabled', 'isReversed', 'label', 'name', 'orientation', 'required', 'type']
|
|
726
|
+
inputs: ['alignment', 'disabled', 'isFullWidth', 'isReversed', 'label', 'name', 'orientation', 'required', 'type']
|
|
702
727
|
})
|
|
703
728
|
], SpwGroup);
|
|
704
729
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwGroup, decorators: [{
|
|
@@ -708,7 +733,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
|
|
|
708
733
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
709
734
|
template: '<ng-content></ng-content>',
|
|
710
735
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
711
|
-
inputs: ['alignment', 'disabled', 'isReversed', 'label', 'name', 'orientation', 'required', 'type'],
|
|
736
|
+
inputs: ['alignment', 'disabled', 'isFullWidth', 'isReversed', 'label', 'name', 'orientation', 'required', 'type'],
|
|
712
737
|
}]
|
|
713
738
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
714
739
|
let SpwHeader = class SpwHeader {
|
|
@@ -1331,6 +1356,124 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
|
|
|
1331
1356
|
inputs: ['direction', 'height', 'surface', 'thickness', 'width'],
|
|
1332
1357
|
}]
|
|
1333
1358
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1359
|
+
let SpwSidebar = class SpwSidebar {
|
|
1360
|
+
constructor(c, r, z) {
|
|
1361
|
+
this.z = z;
|
|
1362
|
+
c.detach();
|
|
1363
|
+
this.el = r.nativeElement;
|
|
1364
|
+
}
|
|
1365
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSidebar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1366
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwSidebar, isStandalone: true, selector: "spw-sidebar", inputs: { defaultExpanded: "defaultExpanded" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1367
|
+
};
|
|
1368
|
+
SpwSidebar = __decorate([
|
|
1369
|
+
ProxyCmp({
|
|
1370
|
+
inputs: ['defaultExpanded']
|
|
1371
|
+
})
|
|
1372
|
+
], SpwSidebar);
|
|
1373
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSidebar, decorators: [{
|
|
1374
|
+
type: Component,
|
|
1375
|
+
args: [{
|
|
1376
|
+
selector: 'spw-sidebar',
|
|
1377
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1378
|
+
template: '<ng-content></ng-content>',
|
|
1379
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1380
|
+
inputs: ['defaultExpanded'],
|
|
1381
|
+
}]
|
|
1382
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1383
|
+
let SpwSidebarNavigationDropdown = class SpwSidebarNavigationDropdown {
|
|
1384
|
+
constructor(c, r, z) {
|
|
1385
|
+
this.z = z;
|
|
1386
|
+
c.detach();
|
|
1387
|
+
this.el = r.nativeElement;
|
|
1388
|
+
}
|
|
1389
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSidebarNavigationDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1390
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwSidebarNavigationDropdown, isStandalone: true, selector: "spw-sidebar-navigation-dropdown", inputs: { open: "open" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1391
|
+
};
|
|
1392
|
+
SpwSidebarNavigationDropdown = __decorate([
|
|
1393
|
+
ProxyCmp({
|
|
1394
|
+
inputs: ['open']
|
|
1395
|
+
})
|
|
1396
|
+
], SpwSidebarNavigationDropdown);
|
|
1397
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSidebarNavigationDropdown, decorators: [{
|
|
1398
|
+
type: Component,
|
|
1399
|
+
args: [{
|
|
1400
|
+
selector: 'spw-sidebar-navigation-dropdown',
|
|
1401
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1402
|
+
template: '<ng-content></ng-content>',
|
|
1403
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1404
|
+
inputs: ['open'],
|
|
1405
|
+
}]
|
|
1406
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1407
|
+
let SpwSidebarNavigationItem = class SpwSidebarNavigationItem {
|
|
1408
|
+
constructor(c, r, z) {
|
|
1409
|
+
this.z = z;
|
|
1410
|
+
c.detach();
|
|
1411
|
+
this.el = r.nativeElement;
|
|
1412
|
+
}
|
|
1413
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSidebarNavigationItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1414
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwSidebarNavigationItem, isStandalone: true, selector: "spw-sidebar-navigation-item", inputs: { active: "active", bubble: "bubble", disabled: "disabled", href: "href", icon: "icon", iconVariant: "iconVariant", tooltipTitle: "tooltipTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1415
|
+
};
|
|
1416
|
+
SpwSidebarNavigationItem = __decorate([
|
|
1417
|
+
ProxyCmp({
|
|
1418
|
+
inputs: ['active', 'bubble', 'disabled', 'href', 'icon', 'iconVariant', 'tooltipTitle']
|
|
1419
|
+
})
|
|
1420
|
+
], SpwSidebarNavigationItem);
|
|
1421
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSidebarNavigationItem, decorators: [{
|
|
1422
|
+
type: Component,
|
|
1423
|
+
args: [{
|
|
1424
|
+
selector: 'spw-sidebar-navigation-item',
|
|
1425
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1426
|
+
template: '<ng-content></ng-content>',
|
|
1427
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1428
|
+
inputs: ['active', 'bubble', 'disabled', 'href', 'icon', 'iconVariant', 'tooltipTitle'],
|
|
1429
|
+
}]
|
|
1430
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1431
|
+
let SpwSidebarNavigationSeparator = class SpwSidebarNavigationSeparator {
|
|
1432
|
+
constructor(c, r, z) {
|
|
1433
|
+
this.z = z;
|
|
1434
|
+
c.detach();
|
|
1435
|
+
this.el = r.nativeElement;
|
|
1436
|
+
}
|
|
1437
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSidebarNavigationSeparator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1438
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwSidebarNavigationSeparator, isStandalone: true, selector: "spw-sidebar-navigation-separator", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1439
|
+
};
|
|
1440
|
+
SpwSidebarNavigationSeparator = __decorate([
|
|
1441
|
+
ProxyCmp({})
|
|
1442
|
+
], SpwSidebarNavigationSeparator);
|
|
1443
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSidebarNavigationSeparator, decorators: [{
|
|
1444
|
+
type: Component,
|
|
1445
|
+
args: [{
|
|
1446
|
+
selector: 'spw-sidebar-navigation-separator',
|
|
1447
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1448
|
+
template: '<ng-content></ng-content>',
|
|
1449
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1450
|
+
inputs: [],
|
|
1451
|
+
}]
|
|
1452
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1453
|
+
let SpwSkeleton = class SpwSkeleton {
|
|
1454
|
+
constructor(c, r, z) {
|
|
1455
|
+
this.z = z;
|
|
1456
|
+
c.detach();
|
|
1457
|
+
this.el = r.nativeElement;
|
|
1458
|
+
}
|
|
1459
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSkeleton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1460
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwSkeleton, isStandalone: true, selector: "spw-skeleton", inputs: { lines: "lines" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1461
|
+
};
|
|
1462
|
+
SpwSkeleton = __decorate([
|
|
1463
|
+
ProxyCmp({
|
|
1464
|
+
inputs: ['lines']
|
|
1465
|
+
})
|
|
1466
|
+
], SpwSkeleton);
|
|
1467
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwSkeleton, decorators: [{
|
|
1468
|
+
type: Component,
|
|
1469
|
+
args: [{
|
|
1470
|
+
selector: 'spw-skeleton',
|
|
1471
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1472
|
+
template: '<ng-content></ng-content>',
|
|
1473
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1474
|
+
inputs: ['lines'],
|
|
1475
|
+
}]
|
|
1476
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1334
1477
|
let SpwSocials = class SpwSocials {
|
|
1335
1478
|
constructor(c, r, z) {
|
|
1336
1479
|
this.z = z;
|
|
@@ -1429,6 +1572,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
|
|
|
1429
1572
|
inputs: ['colspan', 'headers', 'isHighlighted', 'padding', 'rowspan', 'textAlign', 'verticalAlign', 'width'],
|
|
1430
1573
|
}]
|
|
1431
1574
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1575
|
+
let SpwTableFooter = class SpwTableFooter {
|
|
1576
|
+
constructor(c, r, z) {
|
|
1577
|
+
this.z = z;
|
|
1578
|
+
c.detach();
|
|
1579
|
+
this.el = r.nativeElement;
|
|
1580
|
+
}
|
|
1581
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTableFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1582
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTableFooter, isStandalone: true, selector: "spw-table-footer", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1583
|
+
};
|
|
1584
|
+
SpwTableFooter = __decorate([
|
|
1585
|
+
ProxyCmp({})
|
|
1586
|
+
], SpwTableFooter);
|
|
1587
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTableFooter, decorators: [{
|
|
1588
|
+
type: Component,
|
|
1589
|
+
args: [{
|
|
1590
|
+
selector: 'spw-table-footer',
|
|
1591
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1592
|
+
template: '<ng-content></ng-content>',
|
|
1593
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1594
|
+
inputs: [],
|
|
1595
|
+
}]
|
|
1596
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1432
1597
|
let SpwTableHead = class SpwTableHead {
|
|
1433
1598
|
constructor(c, r, z) {
|
|
1434
1599
|
this.z = z;
|
|
@@ -1767,11 +1932,11 @@ let SpwTooltip = class SpwTooltip {
|
|
|
1767
1932
|
this.el = r.nativeElement;
|
|
1768
1933
|
}
|
|
1769
1934
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1770
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTooltip, isStandalone: true, selector: "spw-tooltip", inputs: { direction: "direction", tooltipText: "tooltipText", tooltipTitle: "tooltipTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1935
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTooltip, isStandalone: true, selector: "spw-tooltip", inputs: { cursor: "cursor", direction: "direction", tooltipText: "tooltipText", tooltipTitle: "tooltipTitle", visible: "visible" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1771
1936
|
};
|
|
1772
1937
|
SpwTooltip = __decorate([
|
|
1773
1938
|
ProxyCmp({
|
|
1774
|
-
inputs: ['direction', 'tooltipText', 'tooltipTitle']
|
|
1939
|
+
inputs: ['cursor', 'direction', 'tooltipText', 'tooltipTitle', 'visible']
|
|
1775
1940
|
})
|
|
1776
1941
|
], SpwTooltip);
|
|
1777
1942
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTooltip, decorators: [{
|
|
@@ -1781,7 +1946,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
|
|
|
1781
1946
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1782
1947
|
template: '<ng-content></ng-content>',
|
|
1783
1948
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1784
|
-
inputs: ['direction', 'tooltipText', 'tooltipTitle'],
|
|
1949
|
+
inputs: ['cursor', 'direction', 'tooltipText', 'tooltipTitle', 'visible'],
|
|
1950
|
+
}]
|
|
1951
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1952
|
+
let SpwTopbar = class SpwTopbar {
|
|
1953
|
+
constructor(c, r, z) {
|
|
1954
|
+
this.z = z;
|
|
1955
|
+
c.detach();
|
|
1956
|
+
this.el = r.nativeElement;
|
|
1957
|
+
}
|
|
1958
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTopbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1959
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.11", type: SpwTopbar, isStandalone: true, selector: "spw-topbar", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1960
|
+
};
|
|
1961
|
+
SpwTopbar = __decorate([
|
|
1962
|
+
ProxyCmp({})
|
|
1963
|
+
], SpwTopbar);
|
|
1964
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwTopbar, decorators: [{
|
|
1965
|
+
type: Component,
|
|
1966
|
+
args: [{
|
|
1967
|
+
selector: 'spw-topbar',
|
|
1968
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1969
|
+
template: '<ng-content></ng-content>',
|
|
1970
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1971
|
+
inputs: [],
|
|
1785
1972
|
}]
|
|
1786
1973
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1787
1974
|
|
|
@@ -1804,6 +1991,7 @@ const DIRECTIVES = [
|
|
|
1804
1991
|
SpwCookies,
|
|
1805
1992
|
SpwCustomSelect,
|
|
1806
1993
|
SpwDatePicker,
|
|
1994
|
+
SpwDropdown,
|
|
1807
1995
|
SpwFieldLabel,
|
|
1808
1996
|
SpwFieldMessage,
|
|
1809
1997
|
SpwFileUpload,
|
|
@@ -1839,10 +2027,16 @@ const DIRECTIVES = [
|
|
|
1839
2027
|
SpwSearchField,
|
|
1840
2028
|
SpwSelect,
|
|
1841
2029
|
SpwSeparator,
|
|
2030
|
+
SpwSidebar,
|
|
2031
|
+
SpwSidebarNavigationDropdown,
|
|
2032
|
+
SpwSidebarNavigationItem,
|
|
2033
|
+
SpwSidebarNavigationSeparator,
|
|
2034
|
+
SpwSkeleton,
|
|
1842
2035
|
SpwSocials,
|
|
1843
2036
|
SpwTable,
|
|
1844
2037
|
SpwTableBody,
|
|
1845
2038
|
SpwTableCell,
|
|
2039
|
+
SpwTableFooter,
|
|
1846
2040
|
SpwTableHead,
|
|
1847
2041
|
SpwTableHeader,
|
|
1848
2042
|
SpwTableRow,
|
|
@@ -1857,12 +2051,13 @@ const DIRECTIVES = [
|
|
|
1857
2051
|
SpwTile,
|
|
1858
2052
|
SpwTileDescription,
|
|
1859
2053
|
SpwTileTitle,
|
|
1860
|
-
SpwTooltip
|
|
2054
|
+
SpwTooltip,
|
|
2055
|
+
SpwTopbar
|
|
1861
2056
|
];
|
|
1862
2057
|
|
|
1863
2058
|
class SpwDesignSystemDirectivesModule {
|
|
1864
2059
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwDesignSystemDirectivesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1865
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.11", ngImport: i0, type: SpwDesignSystemDirectivesModule, imports: [SpwAccordion, SpwAccordionContent, SpwAccordionItem, SpwAccordionTitle, SpwBreadcrumb, SpwBreadcrumbItem, SpwButton, SpwCard, SpwCardContent, SpwCardExcerpt, SpwCardImage, SpwCardSubtagItem, SpwCardSubtags, SpwCardTitle, SpwCheckbox, SpwCookies, SpwCustomSelect, SpwDatePicker, SpwFieldLabel, SpwFieldMessage, SpwFileUpload, SpwFooter, SpwFooterBottom, SpwFooterContent, SpwFooterContentCol, SpwFooterLink, SpwGroup, SpwHeader, SpwHeaderLang, SpwHeaderLangItem, SpwHeaderNavigation, SpwHeaderNavigationDropdown, SpwHeaderNavigationItem, SpwHeaderPersona, SpwHeaderPersonaItem, SpwHero, SpwIcon, SpwIodda, SpwLink, SpwList, SpwListDescription, SpwListItem, SpwListTitle, SpwLoading, SpwMessage, SpwModal, SpwMosaic, SpwMosaicItem, SpwPagination, SpwRadio, SpwSearchField, SpwSelect, SpwSeparator, SpwSocials, SpwTable, SpwTableBody, SpwTableCell, SpwTableHead, SpwTableHeader, SpwTableRow, SpwTabs, SpwTabsContent, SpwTabsNavigation, SpwTabsNavigationItem, SpwTag, SpwTextField, SpwTextarea, SpwThemeProvider, SpwTile, SpwTileDescription, SpwTileTitle, SpwTooltip], exports: [SpwAccordion, SpwAccordionContent, SpwAccordionItem, SpwAccordionTitle, SpwBreadcrumb, SpwBreadcrumbItem, SpwButton, SpwCard, SpwCardContent, SpwCardExcerpt, SpwCardImage, SpwCardSubtagItem, SpwCardSubtags, SpwCardTitle, SpwCheckbox, SpwCookies, SpwCustomSelect, SpwDatePicker, SpwFieldLabel, SpwFieldMessage, SpwFileUpload, SpwFooter, SpwFooterBottom, SpwFooterContent, SpwFooterContentCol, SpwFooterLink, SpwGroup, SpwHeader, SpwHeaderLang, SpwHeaderLangItem, SpwHeaderNavigation, SpwHeaderNavigationDropdown, SpwHeaderNavigationItem, SpwHeaderPersona, SpwHeaderPersonaItem, SpwHero, SpwIcon, SpwIodda, SpwLink, SpwList, SpwListDescription, SpwListItem, SpwListTitle, SpwLoading, SpwMessage, SpwModal, SpwMosaic, SpwMosaicItem, SpwPagination, SpwRadio, SpwSearchField, SpwSelect, SpwSeparator, SpwSocials, SpwTable, SpwTableBody, SpwTableCell, SpwTableHead, SpwTableHeader, SpwTableRow, SpwTabs, SpwTabsContent, SpwTabsNavigation, SpwTabsNavigationItem, SpwTag, SpwTextField, SpwTextarea, SpwThemeProvider, SpwTile, SpwTileDescription, SpwTileTitle, SpwTooltip] }); }
|
|
2060
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.11", ngImport: i0, type: SpwDesignSystemDirectivesModule, imports: [SpwAccordion, SpwAccordionContent, SpwAccordionItem, SpwAccordionTitle, SpwBreadcrumb, SpwBreadcrumbItem, SpwButton, SpwCard, SpwCardContent, SpwCardExcerpt, SpwCardImage, SpwCardSubtagItem, SpwCardSubtags, SpwCardTitle, SpwCheckbox, SpwCookies, SpwCustomSelect, SpwDatePicker, SpwDropdown, SpwFieldLabel, SpwFieldMessage, SpwFileUpload, SpwFooter, SpwFooterBottom, SpwFooterContent, SpwFooterContentCol, SpwFooterLink, SpwGroup, SpwHeader, SpwHeaderLang, SpwHeaderLangItem, SpwHeaderNavigation, SpwHeaderNavigationDropdown, SpwHeaderNavigationItem, SpwHeaderPersona, SpwHeaderPersonaItem, SpwHero, SpwIcon, SpwIodda, SpwLink, SpwList, SpwListDescription, SpwListItem, SpwListTitle, SpwLoading, SpwMessage, SpwModal, SpwMosaic, SpwMosaicItem, SpwPagination, SpwRadio, SpwSearchField, SpwSelect, SpwSeparator, SpwSidebar, SpwSidebarNavigationDropdown, SpwSidebarNavigationItem, SpwSidebarNavigationSeparator, SpwSkeleton, SpwSocials, SpwTable, SpwTableBody, SpwTableCell, SpwTableFooter, SpwTableHead, SpwTableHeader, SpwTableRow, SpwTabs, SpwTabsContent, SpwTabsNavigation, SpwTabsNavigationItem, SpwTag, SpwTextField, SpwTextarea, SpwThemeProvider, SpwTile, SpwTileDescription, SpwTileTitle, SpwTooltip, SpwTopbar], exports: [SpwAccordion, SpwAccordionContent, SpwAccordionItem, SpwAccordionTitle, SpwBreadcrumb, SpwBreadcrumbItem, SpwButton, SpwCard, SpwCardContent, SpwCardExcerpt, SpwCardImage, SpwCardSubtagItem, SpwCardSubtags, SpwCardTitle, SpwCheckbox, SpwCookies, SpwCustomSelect, SpwDatePicker, SpwDropdown, SpwFieldLabel, SpwFieldMessage, SpwFileUpload, SpwFooter, SpwFooterBottom, SpwFooterContent, SpwFooterContentCol, SpwFooterLink, SpwGroup, SpwHeader, SpwHeaderLang, SpwHeaderLangItem, SpwHeaderNavigation, SpwHeaderNavigationDropdown, SpwHeaderNavigationItem, SpwHeaderPersona, SpwHeaderPersonaItem, SpwHero, SpwIcon, SpwIodda, SpwLink, SpwList, SpwListDescription, SpwListItem, SpwListTitle, SpwLoading, SpwMessage, SpwModal, SpwMosaic, SpwMosaicItem, SpwPagination, SpwRadio, SpwSearchField, SpwSelect, SpwSeparator, SpwSidebar, SpwSidebarNavigationDropdown, SpwSidebarNavigationItem, SpwSidebarNavigationSeparator, SpwSkeleton, SpwSocials, SpwTable, SpwTableBody, SpwTableCell, SpwTableFooter, SpwTableHead, SpwTableHeader, SpwTableRow, SpwTabs, SpwTabsContent, SpwTabsNavigation, SpwTabsNavigationItem, SpwTag, SpwTextField, SpwTextarea, SpwThemeProvider, SpwTile, SpwTileDescription, SpwTileTitle, SpwTooltip, SpwTopbar] }); }
|
|
1866
2061
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwDesignSystemDirectivesModule }); }
|
|
1867
2062
|
}
|
|
1868
2063
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImport: i0, type: SpwDesignSystemDirectivesModule, decorators: [{
|
|
@@ -1903,5 +2098,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
|
|
|
1903
2098
|
* Generated bundle index. Do not edit.
|
|
1904
2099
|
*/
|
|
1905
2100
|
|
|
1906
|
-
export { SpwAccordion, SpwAccordionContent, SpwAccordionItem, SpwAccordionTitle, SpwBreadcrumb, SpwBreadcrumbItem, SpwButton, SpwCard, SpwCardContent, SpwCardExcerpt, SpwCardImage, SpwCardSubtagItem, SpwCardSubtags, SpwCardTitle, SpwCheckbox, SpwCookies, SpwCustomSelect, SpwDatePicker, SpwDesignSystemDirectivesModule, SpwDesignSystemModule, SpwFieldLabel, SpwFieldMessage, SpwFileUpload, SpwFooter, SpwFooterBottom, SpwFooterContent, SpwFooterContentCol, SpwFooterLink, SpwGroup, SpwHeader, SpwHeaderLang, SpwHeaderLangItem, SpwHeaderNavigation, SpwHeaderNavigationDropdown, SpwHeaderNavigationItem, SpwHeaderPersona, SpwHeaderPersonaItem, SpwHero, SpwIcon, SpwIodda, SpwLink, SpwList, SpwListDescription, SpwListItem, SpwListTitle, SpwLoading, SpwMessage, SpwModal, SpwMosaic, SpwMosaicItem, SpwPagination, SpwRadio, SpwSearchField, SpwSelect, SpwSeparator, SpwSocials, SpwTable, SpwTableBody, SpwTableCell, SpwTableHead, SpwTableHeader, SpwTableRow, SpwTabs, SpwTabsContent, SpwTabsNavigation, SpwTabsNavigationItem, SpwTag, SpwTextField, SpwTextarea, SpwThemeProvider, SpwTile, SpwTileDescription, SpwTileTitle, SpwTooltip };
|
|
2101
|
+
export { SpwAccordion, SpwAccordionContent, SpwAccordionItem, SpwAccordionTitle, SpwBreadcrumb, SpwBreadcrumbItem, SpwButton, SpwCard, SpwCardContent, SpwCardExcerpt, SpwCardImage, SpwCardSubtagItem, SpwCardSubtags, SpwCardTitle, SpwCheckbox, SpwCookies, SpwCustomSelect, SpwDatePicker, SpwDesignSystemDirectivesModule, SpwDesignSystemModule, SpwDropdown, SpwFieldLabel, SpwFieldMessage, SpwFileUpload, SpwFooter, SpwFooterBottom, SpwFooterContent, SpwFooterContentCol, SpwFooterLink, SpwGroup, SpwHeader, SpwHeaderLang, SpwHeaderLangItem, SpwHeaderNavigation, SpwHeaderNavigationDropdown, SpwHeaderNavigationItem, SpwHeaderPersona, SpwHeaderPersonaItem, SpwHero, SpwIcon, SpwIodda, SpwLink, SpwList, SpwListDescription, SpwListItem, SpwListTitle, SpwLoading, SpwMessage, SpwModal, SpwMosaic, SpwMosaicItem, SpwPagination, SpwRadio, SpwSearchField, SpwSelect, SpwSeparator, SpwSidebar, SpwSidebarNavigationDropdown, SpwSidebarNavigationItem, SpwSidebarNavigationSeparator, SpwSkeleton, SpwSocials, SpwTable, SpwTableBody, SpwTableCell, SpwTableFooter, SpwTableHead, SpwTableHeader, SpwTableRow, SpwTabs, SpwTabsContent, SpwTabsNavigation, SpwTabsNavigationItem, SpwTag, SpwTextField, SpwTextarea, SpwThemeProvider, SpwTile, SpwTileDescription, SpwTileTitle, SpwTooltip, SpwTopbar };
|
|
1907
2102
|
//# sourceMappingURL=spw-ds-spw-angular-library.mjs.map
|