cty-mui-angular 1.0.20 → 1.0.21
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.21",
|
|
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.21",
|
|
33
33
|
"ionicons": "^7.0.0",
|
|
34
34
|
"jsonc-parser": "^3.0.0",
|
|
35
35
|
"tslib": "^2.3.0"
|
|
@@ -180,7 +180,7 @@ export declare class CtyCircle {
|
|
|
180
180
|
protected el: HTMLCtyCircleElement;
|
|
181
181
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
182
182
|
static ɵfac: i0.ɵɵFactoryDeclaration<CtyCircle, never>;
|
|
183
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CtyCircle, "cty-circle", never, { "clockwise": { "alias": "clockwise"; "required": false; }; "color": { "alias": "color"; "required": false; }; "rad": { "alias": "rad"; "required": false; }; "rate": { "alias": "rate"; "required": false; }; "ratio": { "alias": "ratio"; "required": false; }; "text": { "alias": "text"; "required": false; }; "width": { "alias": "width"; "required": false; }; "zeroTransparent": { "alias": "zeroTransparent"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
183
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CtyCircle, "cty-circle", never, { "clockwise": { "alias": "clockwise"; "required": false; }; "color": { "alias": "color"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "rad": { "alias": "rad"; "required": false; }; "rate": { "alias": "rate"; "required": false; }; "ratio": { "alias": "ratio"; "required": false; }; "text": { "alias": "text"; "required": false; }; "width": { "alias": "width"; "required": false; }; "widthDif": { "alias": "widthDif"; "required": false; }; "zeroTransparent": { "alias": "zeroTransparent"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
184
184
|
}
|
|
185
185
|
export declare interface CtyCircle extends Components.CtyCircle {
|
|
186
186
|
}
|