@acorex/components 7.2.2 → 7.2.4
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/action-sheet/lib/action-sheet.component.d.ts +6 -5
- package/action-sheet/lib/action-sheet.interface.d.ts +4 -3
- package/decorators/lib/close-button.component.d.ts +3 -2
- package/decorators/lib/content.component.d.ts +2 -1
- package/decorators/lib/footer.component.d.ts +3 -2
- package/decorators/lib/header.component.d.ts +3 -2
- package/decorators/lib/prefix.component.d.ts +2 -1
- package/decorators/lib/sub-title.component.d.ts +3 -3
- package/decorators/lib/suffix.component.d.ts +2 -1
- package/esm2022/action-sheet/lib/action-sheet.component.mjs +14 -18
- package/esm2022/action-sheet/lib/action-sheet.interface.mjs +1 -2
- package/esm2022/action-sheet/lib/action-sheet.module.mjs +21 -7
- package/esm2022/action-sheet/lib/action-sheet.service.mjs +4 -4
- package/esm2022/common/lib/components/base-component.class.mjs +1 -2
- package/esm2022/decorators/lib/close-button.component.mjs +11 -14
- package/esm2022/decorators/lib/content.component.mjs +10 -5
- package/esm2022/decorators/lib/decorators.module.mjs +10 -10
- package/esm2022/decorators/lib/footer.component.mjs +11 -14
- package/esm2022/decorators/lib/header.component.mjs +11 -14
- package/esm2022/decorators/lib/prefix.component.mjs +11 -6
- package/esm2022/decorators/lib/sub-title.component.mjs +10 -11
- package/esm2022/decorators/lib/suffix.component.mjs +10 -5
- package/esm2022/result/lib/result.component.mjs +10 -4
- package/fesm2022/acorex-components-action-sheet.mjs +31 -23
- package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
- package/fesm2022/acorex-components-common.mjs +0 -1
- package/fesm2022/acorex-components-common.mjs.map +1 -1
- package/fesm2022/acorex-components-decorators.mjs +118 -113
- package/fesm2022/acorex-components-decorators.mjs.map +1 -1
- package/fesm2022/acorex-components-result.mjs +9 -3
- package/fesm2022/acorex-components-result.mjs.map +1 -1
- package/package.json +13 -13
- package/result/lib/result.component.d.ts +1 -0
package/package.json
CHANGED
@@ -1,19 +1,19 @@
|
|
1
1
|
{
|
2
2
|
"name": "@acorex/components",
|
3
|
-
"version": "7.2.
|
3
|
+
"version": "7.2.4",
|
4
4
|
"peerDependencies": {
|
5
|
-
"@angular/common": "^16.1.
|
6
|
-
"@angular/core": "^16.1.
|
5
|
+
"@angular/common": "^16.1.4",
|
6
|
+
"@angular/core": "^16.1.4",
|
7
7
|
"@angular/cdk": "^16.1.4",
|
8
|
-
"imask": "^7.
|
9
|
-
"angular-imask": "^7.
|
8
|
+
"imask": "^7.1.2",
|
9
|
+
"angular-imask": "^7.1.2",
|
10
10
|
"polytype": "^0.16.2",
|
11
|
-
"@acorex/core": "7.2.
|
11
|
+
"@acorex/core": "7.2.4",
|
12
12
|
"@angular/forms": "16.1.4",
|
13
13
|
"@angular/router": "16.1.4"
|
14
14
|
},
|
15
15
|
"dependencies": {
|
16
|
-
"tslib": "^2.
|
16
|
+
"tslib": "^2.6.0"
|
17
17
|
},
|
18
18
|
"sideEffects": false,
|
19
19
|
"module": "fesm2022/acorex-components.mjs",
|
@@ -28,18 +28,18 @@
|
|
28
28
|
"esm": "./esm2022/acorex-components.mjs",
|
29
29
|
"default": "./fesm2022/acorex-components.mjs"
|
30
30
|
},
|
31
|
-
"./alert": {
|
32
|
-
"types": "./alert/index.d.ts",
|
33
|
-
"esm2022": "./esm2022/alert/acorex-components-alert.mjs",
|
34
|
-
"esm": "./esm2022/alert/acorex-components-alert.mjs",
|
35
|
-
"default": "./fesm2022/acorex-components-alert.mjs"
|
36
|
-
},
|
37
31
|
"./action-sheet": {
|
38
32
|
"types": "./action-sheet/index.d.ts",
|
39
33
|
"esm2022": "./esm2022/action-sheet/acorex-components-action-sheet.mjs",
|
40
34
|
"esm": "./esm2022/action-sheet/acorex-components-action-sheet.mjs",
|
41
35
|
"default": "./fesm2022/acorex-components-action-sheet.mjs"
|
42
36
|
},
|
37
|
+
"./alert": {
|
38
|
+
"types": "./alert/index.d.ts",
|
39
|
+
"esm2022": "./esm2022/alert/acorex-components-alert.mjs",
|
40
|
+
"esm": "./esm2022/alert/acorex-components-alert.mjs",
|
41
|
+
"default": "./fesm2022/acorex-components-alert.mjs"
|
42
|
+
},
|
43
43
|
"./avatar": {
|
44
44
|
"types": "./avatar/index.d.ts",
|
45
45
|
"esm2022": "./esm2022/avatar/acorex-components-avatar.mjs",
|
@@ -5,6 +5,7 @@ export declare class AXResultComponent extends AXBaseComponent {
|
|
5
5
|
caption: string;
|
6
6
|
description: string;
|
7
7
|
constructor();
|
8
|
+
private get hostClass();
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXResultComponent, never>;
|
9
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXResultComponent, "ax-result", never, { "type": { "alias": "type"; "required": false; }; "caption": { "alias": "caption"; "required": false; }; "description": { "alias": "description"; "required": false; }; }, {}, never, ["ax-icon", "img", "*"], false, never>;
|
10
11
|
}
|