@alauda-fe/dynamic-plugin-shared 0.0.4-alpha.21 → 0.0.4-alpha.22
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/package.json
CHANGED
|
@@ -3212,6 +3212,7 @@ declare class ZeroStateComponent {
|
|
|
3212
3212
|
customPlaceholder: TemplateRef<unknown> | string;
|
|
3213
3213
|
zeroState: boolean;
|
|
3214
3214
|
fetching: boolean;
|
|
3215
|
+
showEmptyIcon: boolean;
|
|
3215
3216
|
context: 'form' | 'table';
|
|
3216
3217
|
minHeight: string | number;
|
|
3217
3218
|
get hiddenState(): boolean;
|
|
@@ -3219,7 +3220,7 @@ declare class ZeroStateComponent {
|
|
|
3219
3220
|
handlePixel: (value: number | string) => string;
|
|
3220
3221
|
isTemplateRef: (label: any) => label is TemplateRef<unknown>;
|
|
3221
3222
|
static ɵfac: i0.ɵɵFactoryDeclaration<ZeroStateComponent, never>;
|
|
3222
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ZeroStateComponent, "acl-zero-state", never, { "resourceName": { "alias": "resourceName"; "required": false; }; "resourceNameTranslated": { "alias": "resourceNameTranslated"; "required": false; }; "customPlaceholder": { "alias": "customPlaceholder"; "required": false; }; "zeroState": { "alias": "zeroState"; "required": false; }; "fetching": { "alias": "fetching"; "required": false; }; "context": { "alias": "context"; "required": false; }; "minHeight": { "alias": "minHeight"; "required": false; }; }, {}, never, never, true, never>;
|
|
3223
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ZeroStateComponent, "acl-zero-state", never, { "resourceName": { "alias": "resourceName"; "required": false; }; "resourceNameTranslated": { "alias": "resourceNameTranslated"; "required": false; }; "customPlaceholder": { "alias": "customPlaceholder"; "required": false; }; "zeroState": { "alias": "zeroState"; "required": false; }; "fetching": { "alias": "fetching"; "required": false; }; "showEmptyIcon": { "alias": "showEmptyIcon"; "required": false; }; "context": { "alias": "context"; "required": false; }; "minHeight": { "alias": "minHeight"; "required": false; }; }, {}, never, never, true, never>;
|
|
3223
3224
|
}
|
|
3224
3225
|
|
|
3225
3226
|
declare class RelativeTimeComponent implements OnInit, OnDestroy {
|