@kris701/ez-ui 1.4.7 → 1.4.9
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
package/types/kris701-ez-ui.d.ts
CHANGED
|
@@ -438,6 +438,7 @@ declare class EzUITable implements OnChanges {
|
|
|
438
438
|
tableHeader: TemplateRef<any> | undefined;
|
|
439
439
|
tableRows: TemplateRef<any> | undefined;
|
|
440
440
|
tableExpandedrow: TemplateRef<any> | undefined;
|
|
441
|
+
actionsHeader: TemplateRef<any> | undefined;
|
|
441
442
|
presetHeader: EzUITablePresets | undefined;
|
|
442
443
|
disabled: boolean;
|
|
443
444
|
isLoading: i0.WritableSignal<boolean>;
|
|
@@ -476,7 +477,7 @@ declare class EzUITable implements OnChanges {
|
|
|
476
477
|
clearFilter(column: string): void;
|
|
477
478
|
clearFilters(): void;
|
|
478
479
|
static ɵfac: i0.ɵɵFactoryDeclaration<EzUITable, never>;
|
|
479
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EzUITable, "ezui-table", never, { "disabled": { "alias": "disabled"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "showAdd": { "alias": "showAdd"; "required": false; }; "showRefresh": { "alias": "showRefresh"; "required": false; }; "showClearFilters": { "alias": "showClearFilters"; "required": false; }; "expandable": { "alias": "expandable"; "required": false; }; "clickable": { "alias": "clickable"; "required": false; }; "values": { "alias": "values"; "required": false; }; "storageKey": { "alias": "storageKey"; "required": false; }; "allowPresets": { "alias": "allowPresets"; "required": false; }; "showContextMenu": { "alias": "showContextMenu"; "required": false; }; "contextMenuItems": { "alias": "contextMenuItems"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; }, { "onAddItem": "onAddItem"; "onLoadItems": "onLoadItems"; "onRowExpanded": "onRowExpanded"; "onRowClick": "onRowClick"; "onPresetChange": "onPresetChange"; }, ["tableHeader", "tableRows", "tableExpandedrow"], never, true, never>;
|
|
480
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EzUITable, "ezui-table", never, { "disabled": { "alias": "disabled"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "showAdd": { "alias": "showAdd"; "required": false; }; "showRefresh": { "alias": "showRefresh"; "required": false; }; "showClearFilters": { "alias": "showClearFilters"; "required": false; }; "expandable": { "alias": "expandable"; "required": false; }; "clickable": { "alias": "clickable"; "required": false; }; "values": { "alias": "values"; "required": false; }; "storageKey": { "alias": "storageKey"; "required": false; }; "allowPresets": { "alias": "allowPresets"; "required": false; }; "showContextMenu": { "alias": "showContextMenu"; "required": false; }; "contextMenuItems": { "alias": "contextMenuItems"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; }, { "onAddItem": "onAddItem"; "onLoadItems": "onLoadItems"; "onRowExpanded": "onRowExpanded"; "onRowClick": "onRowClick"; "onPresetChange": "onPresetChange"; }, ["tableHeader", "tableRows", "tableExpandedrow", "actionsHeader"], never, true, never>;
|
|
480
481
|
}
|
|
481
482
|
|
|
482
483
|
declare class EzUITableBooleanFilter {
|