@kris701/ez-ui 1.2.10 → 1.2.12
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kris701/ez-ui",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.12",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^22.0.0",
|
|
6
6
|
"@angular/core": "^22.0.0"
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
"url": "git://github.com/kris701/EzUI.git"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@taiga-ui/addon-mobile": "^5.
|
|
15
|
-
"@taiga-ui/core": "^5.
|
|
16
|
-
"@taiga-ui/kit": "^5.
|
|
17
|
-
"@taiga-ui/icons": "^5.
|
|
18
|
-
"@taiga-ui/addon-table": "^5.
|
|
14
|
+
"@taiga-ui/addon-mobile": "^5.21.0",
|
|
15
|
+
"@taiga-ui/core": "^5.21.0",
|
|
16
|
+
"@taiga-ui/kit": "^5.21.0",
|
|
17
|
+
"@taiga-ui/icons": "^5.21.0",
|
|
18
|
+
"@taiga-ui/addon-table": "^5.21.0",
|
|
19
19
|
"compressorjs": "^1.3.0",
|
|
20
20
|
"marked": "^18.0.6",
|
|
21
21
|
"tslib": "^2.3.0",
|
package/types/kris701-ez-ui.d.ts
CHANGED
|
@@ -345,7 +345,7 @@ declare class EzUITableDateFilter {
|
|
|
345
345
|
filterVisible: i0.WritableSignal<boolean>;
|
|
346
346
|
table: EzUITable;
|
|
347
347
|
value: [TuiDay, TuiTime];
|
|
348
|
-
filterType: any
|
|
348
|
+
filterType: i0.WritableSignal<any>;
|
|
349
349
|
filterTypes: any[];
|
|
350
350
|
protected readonly stringify: (item: any) => string;
|
|
351
351
|
constructor(table: EzUITable);
|
|
@@ -554,6 +554,7 @@ declare class EzUITopBar {
|
|
|
554
554
|
}
|
|
555
555
|
|
|
556
556
|
declare class EzUILayout {
|
|
557
|
+
layoutService: EzUILayoutService;
|
|
557
558
|
sidebarItems: i0.WritableSignal<MenuItem[]>;
|
|
558
559
|
sidebarFooterItems: i0.WritableSignal<MenuItem[]>;
|
|
559
560
|
baseRoute: i0.WritableSignal<string>;
|
|
@@ -561,6 +562,7 @@ declare class EzUILayout {
|
|
|
561
562
|
topbarlogo: TemplateRef<any> | undefined;
|
|
562
563
|
sidebar: i0.Signal<EzUISideBar | undefined>;
|
|
563
564
|
topbar: i0.Signal<EzUITopBar | undefined>;
|
|
565
|
+
constructor(layoutService: EzUILayoutService);
|
|
564
566
|
static ɵfac: i0.ɵɵFactoryDeclaration<EzUILayout, never>;
|
|
565
567
|
static ɵcmp: i0.ɵɵComponentDeclaration<EzUILayout, "ezui-layout", never, { "sidebarItems": { "alias": "sidebarItems"; "required": false; }; "sidebarFooterItems": { "alias": "sidebarFooterItems"; "required": false; }; "baseRoute": { "alias": "baseRoute"; "required": false; }; }, {}, ["topbarright", "topbarlogo"], never, true, never>;
|
|
566
568
|
}
|