cty-mui-angular 1.0.13 → 1.0.15
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/directives/proxies.d.ts +1 -1
- package/esm2022/directives/proxies.mjs +4 -4
- package/esm2022/standalone/directives/proxies.mjs +4 -4
- package/fesm2022/cty-mui-angular-standalone.mjs +3 -3
- package/fesm2022/cty-mui-angular-standalone.mjs.map +1 -1
- package/fesm2022/cty-mui-angular.mjs +3 -3
- package/fesm2022/cty-mui-angular.mjs.map +1 -1
- package/package.json +2 -2
- package/standalone/directives/proxies.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cty-mui-angular",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.15",
|
|
4
4
|
"exports": {
|
|
5
5
|
"./css/*": {
|
|
6
6
|
"style": "./css/*"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"license": "MIT",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"cty-mui-core": "^1.0.
|
|
32
|
+
"cty-mui-core": "^1.0.15",
|
|
33
33
|
"ionicons": "^7.0.0",
|
|
34
34
|
"jsonc-parser": "^3.0.0",
|
|
35
35
|
"tslib": "^2.3.0"
|
|
@@ -553,7 +553,7 @@ export declare class CtyVirtualList {
|
|
|
553
553
|
protected el: HTMLCtyVirtualListElement;
|
|
554
554
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
555
555
|
static ɵfac: i0.ɵɵFactoryDeclaration<CtyVirtualList, never>;
|
|
556
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CtyVirtualList, "cty-virtual-list", never, { "containerHeight": { "alias": "containerHeight"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "itemKey": { "alias": "itemKey"; "required": false; }; "
|
|
556
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CtyVirtualList, "cty-virtual-list", never, { "containerHeight": { "alias": "containerHeight"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "itemKey": { "alias": "itemKey"; "required": false; }; "items": { "alias": "items"; "required": false; }; "preloadItemCount": { "alias": "preloadItemCount"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
557
557
|
}
|
|
558
558
|
export declare interface CtyVirtualList extends Components.CtyVirtualList {
|
|
559
559
|
ctyScroll: EventEmitter<CustomEvent<void>>;
|