@oiz/stzh-components-angular 3.0.0-beta3 → 3.0.0-beta4
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.
|
@@ -445,11 +445,11 @@ let StzhCard = class StzhCard {
|
|
|
445
445
|
proxyOutputs(this, this.el, ['stzhClick', 'stzhCollapse', 'stzhSubtitleClick', 'stzhStarClick', 'stzhHeaderActionClick']);
|
|
446
446
|
}
|
|
447
447
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
448
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhCard, selector: "stzh-card", inputs: { analyticsId: "analyticsId",
|
|
448
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhCard, selector: "stzh-card", inputs: { analyticsId: "analyticsId", checked: "checked", collapsed: "collapsed", collapsible: "collapsible", disabled: "disabled", footerActions: "footerActions", headerActions: "headerActions", headerActionsBadge: "headerActionsBadge", headerActionsBadgeType: "headerActionsBadgeType", heading: "heading", headingLevel: "headingLevel", hideMovementActions: "hideMovementActions", href: "href", localization: "localization", name: "name", selectable: "selectable", sortableDisabled: "sortableDisabled", starrable: "starrable", starred: "starred", subtitle: "subtitle", subtitleInteractive: "subtitleInteractive", target: "target", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
449
449
|
};
|
|
450
450
|
StzhCard = __decorate([
|
|
451
451
|
ProxyCmp({
|
|
452
|
-
inputs: ['analyticsId', '
|
|
452
|
+
inputs: ['analyticsId', 'checked', 'collapsed', 'collapsible', 'disabled', 'footerActions', 'headerActions', 'headerActionsBadge', 'headerActionsBadgeType', 'heading', 'headingLevel', 'hideMovementActions', 'href', 'localization', 'name', 'selectable', 'sortableDisabled', 'starrable', 'starred', 'subtitle', 'subtitleInteractive', 'target', 'value', 'variant']
|
|
453
453
|
})
|
|
454
454
|
], StzhCard);
|
|
455
455
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhCard, decorators: [{
|
|
@@ -459,7 +459,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
459
459
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
460
460
|
template: '<ng-content></ng-content>',
|
|
461
461
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
462
|
-
inputs: ['analyticsId', '
|
|
462
|
+
inputs: ['analyticsId', 'checked', 'collapsed', 'collapsible', 'disabled', 'footerActions', 'headerActions', 'headerActionsBadge', 'headerActionsBadgeType', 'heading', 'headingLevel', 'hideMovementActions', 'href', 'localization', 'name', 'selectable', 'sortableDisabled', 'starrable', 'starred', 'subtitle', 'subtitleInteractive', 'target', 'value', 'variant'],
|
|
463
463
|
}]
|
|
464
464
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
465
465
|
let StzhCardNavigation = class StzhCardNavigation {
|
|
@@ -961,11 +961,11 @@ let StzhDatamessagelistItem = class StzhDatamessagelistItem {
|
|
|
961
961
|
proxyOutputs(this, this.el, ['stzhClick', 'stzhActionClick']);
|
|
962
962
|
}
|
|
963
963
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhDatamessagelistItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
964
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhDatamessagelistItem, selector: "stzh-datamessagelist-item", inputs: { actions: "actions", analyticsId: "analyticsId", description: "description", heading: "heading", href: "href", icon: "icon", loadingStatus: "loadingStatus", localization: "localization", meta: "meta", rel: "rel", tags: "tags", target: "target", unread: "unread" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
964
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhDatamessagelistItem, selector: "stzh-datamessagelist-item", inputs: { actions: "actions", analyticsId: "analyticsId", description: "description", heading: "heading", href: "href", icon: "icon", loadingStatus: "loadingStatus", localization: "localization", meta: "meta", nonInteractive: "nonInteractive", rel: "rel", tags: "tags", target: "target", unread: "unread" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
965
965
|
};
|
|
966
966
|
StzhDatamessagelistItem = __decorate([
|
|
967
967
|
ProxyCmp({
|
|
968
|
-
inputs: ['actions', 'analyticsId', 'description', 'heading', 'href', 'icon', 'loadingStatus', 'localization', 'meta', 'rel', 'tags', 'target', 'unread']
|
|
968
|
+
inputs: ['actions', 'analyticsId', 'description', 'heading', 'href', 'icon', 'loadingStatus', 'localization', 'meta', 'nonInteractive', 'rel', 'tags', 'target', 'unread']
|
|
969
969
|
})
|
|
970
970
|
], StzhDatamessagelistItem);
|
|
971
971
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhDatamessagelistItem, decorators: [{
|
|
@@ -975,7 +975,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
975
975
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
976
976
|
template: '<ng-content></ng-content>',
|
|
977
977
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
978
|
-
inputs: ['actions', 'analyticsId', 'description', 'heading', 'href', 'icon', 'loadingStatus', 'localization', 'meta', 'rel', 'tags', 'target', 'unread'],
|
|
978
|
+
inputs: ['actions', 'analyticsId', 'description', 'heading', 'href', 'icon', 'loadingStatus', 'localization', 'meta', 'nonInteractive', 'rel', 'tags', 'target', 'unread'],
|
|
979
979
|
}]
|
|
980
980
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
981
981
|
let StzhDatatable = class StzhDatatable {
|
|
@@ -1116,11 +1116,11 @@ let StzhDropdown = class StzhDropdown {
|
|
|
1116
1116
|
proxyOutputs(this, this.el, ['stzhChange', 'stzhItemAdd', 'stzhItemRemove', 'stzhOptionAdd', 'stzhOptionRemove', 'stzhOpen', 'stzhClose', 'stzhFocus', 'stzhBlur', 'stzhInit']);
|
|
1117
1117
|
}
|
|
1118
1118
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1119
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhDropdown, selector: "stzh-dropdown", inputs: { a11yDescribedby: "a11yDescribedby", allowEmptyOption: "allowEmptyOption", closeAfterSelect: "closeAfterSelect", defaultItems: "defaultItems", description: "description", descriptionLong: "descriptionLong", descriptionLongTitle: "descriptionLongTitle", disabled: "disabled", error: "error", hideOptional: "hideOptional", icon: "icon", iconAngle: "iconAngle", inline: "inline", invalid: "invalid", isOpen: "isOpen", items: "items", label: "label", labelField: "labelField", labelHidden: "labelHidden", load: "load", loadThrottle: "loadThrottle", localization: "localization", lockOptgroupOrder: "lockOptgroupOrder", maxOptions: "maxOptions", minCharacters: "minCharacters", multiple: "multiple", name: "name", noBackspaceDelete: "noBackspaceDelete", noSearch: "noSearch", open: "open", openOnFocus: "openOnFocus", optgroupField: "optgroupField", optgroupLabelField: "optgroupLabelField", optgroupValueField: "optgroupValueField", optgroups: "optgroups", options: "options", popoverFullwidth: "popoverFullwidth", popoverPlacement: "popoverPlacement", preload: "preload", required: "required", searchConjunction: "searchConjunction", searchField: "searchField", size: "size", transformLoadQuery: "transformLoadQuery", value: "value", valueField: "valueField", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1119
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhDropdown, selector: "stzh-dropdown", inputs: { a11yDescribedby: "a11yDescribedby", allowEmptyOption: "allowEmptyOption", closeAfterSelect: "closeAfterSelect", defaultItems: "defaultItems", description: "description", descriptionLong: "descriptionLong", descriptionLongTitle: "descriptionLongTitle", disabled: "disabled", error: "error", hideOptional: "hideOptional", icon: "icon", iconAngle: "iconAngle", inline: "inline", invalid: "invalid", isOpen: "isOpen", items: "items", label: "label", labelField: "labelField", labelHidden: "labelHidden", load: "load", loadThrottle: "loadThrottle", localization: "localization", lockOptgroupOrder: "lockOptgroupOrder", maxOptions: "maxOptions", minCharacters: "minCharacters", multiple: "multiple", name: "name", noBackspaceDelete: "noBackspaceDelete", noSearch: "noSearch", open: "open", openOnFocus: "openOnFocus", optgroupField: "optgroupField", optgroupLabelField: "optgroupLabelField", optgroupValueField: "optgroupValueField", optgroups: "optgroups", options: "options", popoverFullwidth: "popoverFullwidth", popoverPlacement: "popoverPlacement", preload: "preload", required: "required", searchConjunction: "searchConjunction", searchField: "searchField", size: "size", sizeLarge: "sizeLarge", sizeMedium: "sizeMedium", sizeSmall: "sizeSmall", sizeUltra: "sizeUltra", transformLoadQuery: "transformLoadQuery", value: "value", valueField: "valueField", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1120
1120
|
};
|
|
1121
1121
|
StzhDropdown = __decorate([
|
|
1122
1122
|
ProxyCmp({
|
|
1123
|
-
inputs: ['a11yDescribedby', 'allowEmptyOption', 'closeAfterSelect', 'defaultItems', 'description', 'descriptionLong', 'descriptionLongTitle', 'disabled', 'error', 'hideOptional', 'icon', 'iconAngle', 'inline', 'invalid', 'isOpen', 'items', 'label', 'labelField', 'labelHidden', 'load', 'loadThrottle', 'localization', 'lockOptgroupOrder', 'maxOptions', 'minCharacters', 'multiple', 'name', 'noBackspaceDelete', 'noSearch', 'open', 'openOnFocus', 'optgroupField', 'optgroupLabelField', 'optgroupValueField', 'optgroups', 'options', 'popoverFullwidth', 'popoverPlacement', 'preload', 'required', 'searchConjunction', 'searchField', 'size', 'transformLoadQuery', 'value', 'valueField', 'variant'],
|
|
1123
|
+
inputs: ['a11yDescribedby', 'allowEmptyOption', 'closeAfterSelect', 'defaultItems', 'description', 'descriptionLong', 'descriptionLongTitle', 'disabled', 'error', 'hideOptional', 'icon', 'iconAngle', 'inline', 'invalid', 'isOpen', 'items', 'label', 'labelField', 'labelHidden', 'load', 'loadThrottle', 'localization', 'lockOptgroupOrder', 'maxOptions', 'minCharacters', 'multiple', 'name', 'noBackspaceDelete', 'noSearch', 'open', 'openOnFocus', 'optgroupField', 'optgroupLabelField', 'optgroupValueField', 'optgroups', 'options', 'popoverFullwidth', 'popoverPlacement', 'preload', 'required', 'searchConjunction', 'searchField', 'size', 'sizeLarge', 'sizeMedium', 'sizeSmall', 'sizeUltra', 'transformLoadQuery', 'value', 'valueField', 'variant'],
|
|
1124
1124
|
methods: ['getValue', 'setValue', 'resetLoadedSearches', 'getLoadedSearches', 'getItems', 'loadItems', 'show', 'hide']
|
|
1125
1125
|
})
|
|
1126
1126
|
], StzhDropdown);
|
|
@@ -1131,7 +1131,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1131
1131
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1132
1132
|
template: '<ng-content></ng-content>',
|
|
1133
1133
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1134
|
-
inputs: ['a11yDescribedby', 'allowEmptyOption', 'closeAfterSelect', 'defaultItems', 'description', 'descriptionLong', 'descriptionLongTitle', 'disabled', 'error', 'hideOptional', 'icon', 'iconAngle', 'inline', 'invalid', 'isOpen', 'items', 'label', 'labelField', 'labelHidden', 'load', 'loadThrottle', 'localization', 'lockOptgroupOrder', 'maxOptions', 'minCharacters', 'multiple', 'name', 'noBackspaceDelete', 'noSearch', 'open', 'openOnFocus', 'optgroupField', 'optgroupLabelField', 'optgroupValueField', 'optgroups', 'options', 'popoverFullwidth', 'popoverPlacement', 'preload', 'required', 'searchConjunction', 'searchField', 'size', 'transformLoadQuery', 'value', 'valueField', 'variant'],
|
|
1134
|
+
inputs: ['a11yDescribedby', 'allowEmptyOption', 'closeAfterSelect', 'defaultItems', 'description', 'descriptionLong', 'descriptionLongTitle', 'disabled', 'error', 'hideOptional', 'icon', 'iconAngle', 'inline', 'invalid', 'isOpen', 'items', 'label', 'labelField', 'labelHidden', 'load', 'loadThrottle', 'localization', 'lockOptgroupOrder', 'maxOptions', 'minCharacters', 'multiple', 'name', 'noBackspaceDelete', 'noSearch', 'open', 'openOnFocus', 'optgroupField', 'optgroupLabelField', 'optgroupValueField', 'optgroups', 'options', 'popoverFullwidth', 'popoverPlacement', 'preload', 'required', 'searchConjunction', 'searchField', 'size', 'sizeLarge', 'sizeMedium', 'sizeSmall', 'sizeUltra', 'transformLoadQuery', 'value', 'valueField', 'variant'],
|
|
1135
1135
|
}]
|
|
1136
1136
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1137
1137
|
let StzhEditor = class StzhEditor {
|
|
@@ -1458,11 +1458,11 @@ let StzhIframe = class StzhIframe {
|
|
|
1458
1458
|
proxyOutputs(this, this.el, ['stzhPreviewSkip', 'stzhViewChange']);
|
|
1459
1459
|
}
|
|
1460
1460
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhIframe, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1461
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhIframe, selector: "stzh-iframe", inputs: { cookie: "cookie", cookieConfirmIcon: "cookieConfirmIcon", cookieConfirmLabel: "cookieConfirmLabel", cookieConfirmText: "cookieConfirmText", cookieExpires: "cookieExpires", localization: "localization", previewIcon: "previewIcon", previewLabel: "previewLabel", skipPreview: "skipPreview", skipPreviewIfCookieAccepted: "skipPreviewIfCookieAccepted", src: "src" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1461
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhIframe, selector: "stzh-iframe", inputs: { allow: "allow", cookie: "cookie", cookieConfirmIcon: "cookieConfirmIcon", cookieConfirmLabel: "cookieConfirmLabel", cookieConfirmText: "cookieConfirmText", cookieExpires: "cookieExpires", height: "height", iframeErrorText: "iframeErrorText", iframeId: "iframeId", localization: "localization", name: "name", previewIcon: "previewIcon", previewLabel: "previewLabel", referrerpolicy: "referrerpolicy", sandbox: "sandbox", skipPreview: "skipPreview", skipPreviewIfCookieAccepted: "skipPreviewIfCookieAccepted", src: "src", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1462
1462
|
};
|
|
1463
1463
|
StzhIframe = __decorate([
|
|
1464
1464
|
ProxyCmp({
|
|
1465
|
-
inputs: ['cookie', 'cookieConfirmIcon', 'cookieConfirmLabel', 'cookieConfirmText', 'cookieExpires', 'localization', 'previewIcon', 'previewLabel', 'skipPreview', 'skipPreviewIfCookieAccepted', 'src']
|
|
1465
|
+
inputs: ['allow', 'cookie', 'cookieConfirmIcon', 'cookieConfirmLabel', 'cookieConfirmText', 'cookieExpires', 'height', 'iframeErrorText', 'iframeId', 'localization', 'name', 'previewIcon', 'previewLabel', 'referrerpolicy', 'sandbox', 'skipPreview', 'skipPreviewIfCookieAccepted', 'src', 'width']
|
|
1466
1466
|
})
|
|
1467
1467
|
], StzhIframe);
|
|
1468
1468
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhIframe, decorators: [{
|
|
@@ -1472,7 +1472,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1472
1472
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1473
1473
|
template: '<ng-content></ng-content>',
|
|
1474
1474
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1475
|
-
inputs: ['cookie', 'cookieConfirmIcon', 'cookieConfirmLabel', 'cookieConfirmText', 'cookieExpires', 'localization', 'previewIcon', 'previewLabel', 'skipPreview', 'skipPreviewIfCookieAccepted', 'src'],
|
|
1475
|
+
inputs: ['allow', 'cookie', 'cookieConfirmIcon', 'cookieConfirmLabel', 'cookieConfirmText', 'cookieExpires', 'height', 'iframeErrorText', 'iframeId', 'localization', 'name', 'previewIcon', 'previewLabel', 'referrerpolicy', 'sandbox', 'skipPreview', 'skipPreviewIfCookieAccepted', 'src', 'width'],
|
|
1476
1476
|
}]
|
|
1477
1477
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1478
1478
|
let StzhImagecomparison = class StzhImagecomparison {
|
|
@@ -2305,11 +2305,11 @@ let StzhSearch = class StzhSearch {
|
|
|
2305
2305
|
this.el = r.nativeElement;
|
|
2306
2306
|
}
|
|
2307
2307
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhSearch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2308
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhSearch, selector: "stzh-search", inputs: { api: "api", autofetchAsideFilters: "autofetchAsideFilters", autofetchMainFilters: "autofetchMainFilters", debounceTime: "debounceTime", initialFetch: "initialFetch", limit: "limit", localization: "localization", preventUpdateUrl: "preventUpdateUrl", resultHeadingLevel: "resultHeadingLevel", templateResult: "templateResult", templateResultWrapperElement: "templateResultWrapperElement", templateResultWrapperProps: "templateResultWrapperProps", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2308
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhSearch, selector: "stzh-search", inputs: { api: "api", autofetchAsideFilters: "autofetchAsideFilters", autofetchMainFilters: "autofetchMainFilters", debounceTime: "debounceTime", emptyLinkHref: "emptyLinkHref", emptyLinkLabel: "emptyLinkLabel", emptyText: "emptyText", initialFetch: "initialFetch", limit: "limit", localization: "localization", preventUpdateUrl: "preventUpdateUrl", resultHeadingLevel: "resultHeadingLevel", templateResult: "templateResult", templateResultWrapperElement: "templateResultWrapperElement", templateResultWrapperProps: "templateResultWrapperProps", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2309
2309
|
};
|
|
2310
2310
|
StzhSearch = __decorate([
|
|
2311
2311
|
ProxyCmp({
|
|
2312
|
-
inputs: ['api', 'autofetchAsideFilters', 'autofetchMainFilters', 'debounceTime', 'initialFetch', 'limit', 'localization', 'preventUpdateUrl', 'resultHeadingLevel', 'templateResult', 'templateResultWrapperElement', 'templateResultWrapperProps', 'variant']
|
|
2312
|
+
inputs: ['api', 'autofetchAsideFilters', 'autofetchMainFilters', 'debounceTime', 'emptyLinkHref', 'emptyLinkLabel', 'emptyText', 'initialFetch', 'limit', 'localization', 'preventUpdateUrl', 'resultHeadingLevel', 'templateResult', 'templateResultWrapperElement', 'templateResultWrapperProps', 'variant']
|
|
2313
2313
|
})
|
|
2314
2314
|
], StzhSearch);
|
|
2315
2315
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhSearch, decorators: [{
|
|
@@ -2319,7 +2319,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2319
2319
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2320
2320
|
template: '<ng-content></ng-content>',
|
|
2321
2321
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2322
|
-
inputs: ['api', 'autofetchAsideFilters', 'autofetchMainFilters', 'debounceTime', 'initialFetch', 'limit', 'localization', 'preventUpdateUrl', 'resultHeadingLevel', 'templateResult', 'templateResultWrapperElement', 'templateResultWrapperProps', 'variant'],
|
|
2322
|
+
inputs: ['api', 'autofetchAsideFilters', 'autofetchMainFilters', 'debounceTime', 'emptyLinkHref', 'emptyLinkLabel', 'emptyText', 'initialFetch', 'limit', 'localization', 'preventUpdateUrl', 'resultHeadingLevel', 'templateResult', 'templateResultWrapperElement', 'templateResultWrapperProps', 'variant'],
|
|
2323
2323
|
}]
|
|
2324
2324
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2325
2325
|
let StzhSection = class StzhSection {
|