@oiz/stzh-components-angular 4.11.0-beta3 → 4.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.
|
@@ -1246,11 +1246,11 @@ let StzhDatalistItem = class StzhDatalistItem {
|
|
|
1246
1246
|
this.el = r.nativeElement;
|
|
1247
1247
|
}
|
|
1248
1248
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhDatalistItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1249
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhDatalistItem, selector: "stzh-datalist-item", inputs: { a11yControls: "a11yControls", a11yExpanded: "a11yExpanded", download: "download", hasNested: "hasNested", href: "href", icon: "icon", iconHref: "iconHref", iconLabel: "iconLabel", iconPosition: "iconPosition", iconTooltip: "iconTooltip", label: "label", leadingIcon: "leadingIcon", localization: "localization", meta: "meta", readspeakerHref: "readspeakerHref", readspeakerLabel: "readspeakerLabel", rel: "rel", statusLabel: "statusLabel", statusType: "statusType", target: "target", value: "value", valueTruncate: "valueTruncate" }, outputs: { stzhItemActionClick: "stzhItemActionClick", stzhClick: "stzhClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1249
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhDatalistItem, selector: "stzh-datalist-item", inputs: { a11yControls: "a11yControls", a11yExpanded: "a11yExpanded", a11yLabel: "a11yLabel", download: "download", hasNested: "hasNested", href: "href", icon: "icon", iconHref: "iconHref", iconLabel: "iconLabel", iconPosition: "iconPosition", iconTooltip: "iconTooltip", label: "label", leadingIcon: "leadingIcon", localization: "localization", meta: "meta", readspeakerHref: "readspeakerHref", readspeakerLabel: "readspeakerLabel", rel: "rel", statusLabel: "statusLabel", statusType: "statusType", target: "target", value: "value", valueTruncate: "valueTruncate" }, outputs: { stzhItemActionClick: "stzhItemActionClick", stzhClick: "stzhClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1250
1250
|
};
|
|
1251
1251
|
StzhDatalistItem = __decorate([
|
|
1252
1252
|
ProxyCmp({
|
|
1253
|
-
inputs: ['a11yControls', 'a11yExpanded', 'download', 'hasNested', 'href', 'icon', 'iconHref', 'iconLabel', 'iconPosition', 'iconTooltip', 'label', 'leadingIcon', 'localization', 'meta', 'readspeakerHref', 'readspeakerLabel', 'rel', 'statusLabel', 'statusType', 'target', 'value', 'valueTruncate']
|
|
1253
|
+
inputs: ['a11yControls', 'a11yExpanded', 'a11yLabel', 'download', 'hasNested', 'href', 'icon', 'iconHref', 'iconLabel', 'iconPosition', 'iconTooltip', 'label', 'leadingIcon', 'localization', 'meta', 'readspeakerHref', 'readspeakerLabel', 'rel', 'statusLabel', 'statusType', 'target', 'value', 'valueTruncate']
|
|
1254
1254
|
})
|
|
1255
1255
|
], StzhDatalistItem);
|
|
1256
1256
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhDatalistItem, decorators: [{
|
|
@@ -1260,7 +1260,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1260
1260
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1261
1261
|
template: '<ng-content></ng-content>',
|
|
1262
1262
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1263
|
-
inputs: ['a11yControls', 'a11yExpanded', 'download', 'hasNested', 'href', 'icon', 'iconHref', 'iconLabel', 'iconPosition', 'iconTooltip', 'label', 'leadingIcon', 'localization', 'meta', 'readspeakerHref', 'readspeakerLabel', 'rel', 'statusLabel', 'statusType', 'target', 'value', 'valueTruncate'],
|
|
1263
|
+
inputs: ['a11yControls', 'a11yExpanded', 'a11yLabel', 'download', 'hasNested', 'href', 'icon', 'iconHref', 'iconLabel', 'iconPosition', 'iconTooltip', 'label', 'leadingIcon', 'localization', 'meta', 'readspeakerHref', 'readspeakerLabel', 'rel', 'statusLabel', 'statusType', 'target', 'value', 'valueTruncate'],
|
|
1264
1264
|
outputs: ['stzhItemActionClick', 'stzhClick'],
|
|
1265
1265
|
standalone: false
|
|
1266
1266
|
}]
|