@solar-angular/ui-zorro 1.0.0 → 18.0.1
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 +18 -18
package/package.json
CHANGED
|
@@ -1,10 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solar-angular/ui-zorro",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "18.0.1",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
8
|
+
"dependencies": {
|
|
9
|
+
"@solar-angular/core": "18.0.1",
|
|
10
|
+
"@solar-angular/planets": "18.0.1",
|
|
11
|
+
"@solar-angular/platform-browser": "18.0.1",
|
|
12
|
+
"tslib": "^2.3.0"
|
|
13
|
+
},
|
|
8
14
|
"peerDependencies": {
|
|
9
15
|
"@angular/cdk": "^18.0.0",
|
|
10
16
|
"@angular/common": "^18.0.0",
|
|
@@ -13,9 +19,6 @@
|
|
|
13
19
|
"@angular/service-worker": "^18.0.0",
|
|
14
20
|
"@fluent-form/core": ">=0.27.0",
|
|
15
21
|
"@fluent-form/ui-zorro": ">=0.27.0",
|
|
16
|
-
"@solar-angular/core": "0.0.0",
|
|
17
|
-
"@solar-angular/planets": "0.0.0",
|
|
18
|
-
"@solar-angular/platform-browser": "0.0.0",
|
|
19
22
|
"ng-zorro-antd": "^18.0.0"
|
|
20
23
|
},
|
|
21
24
|
"module": "fesm2022/solar-angular-ui-zorro.mjs",
|
|
@@ -42,23 +45,17 @@
|
|
|
42
45
|
"esm": "./esm2022/fluent-form/solar-angular-ui-zorro-fluent-form.mjs",
|
|
43
46
|
"default": "./fesm2022/solar-angular-ui-zorro-fluent-form.mjs"
|
|
44
47
|
},
|
|
45
|
-
"./media-uploader": {
|
|
46
|
-
"types": "./media-uploader/index.d.ts",
|
|
47
|
-
"esm2022": "./esm2022/media-uploader/solar-angular-ui-zorro-media-uploader.mjs",
|
|
48
|
-
"esm": "./esm2022/media-uploader/solar-angular-ui-zorro-media-uploader.mjs",
|
|
49
|
-
"default": "./fesm2022/solar-angular-ui-zorro-media-uploader.mjs"
|
|
50
|
-
},
|
|
51
48
|
"./message": {
|
|
52
49
|
"types": "./message/index.d.ts",
|
|
53
50
|
"esm2022": "./esm2022/message/solar-angular-ui-zorro-message.mjs",
|
|
54
51
|
"esm": "./esm2022/message/solar-angular-ui-zorro-message.mjs",
|
|
55
52
|
"default": "./fesm2022/solar-angular-ui-zorro-message.mjs"
|
|
56
53
|
},
|
|
57
|
-
"./
|
|
58
|
-
"types": "./
|
|
59
|
-
"esm2022": "./esm2022/
|
|
60
|
-
"esm": "./esm2022/
|
|
61
|
-
"default": "./fesm2022/solar-angular-ui-zorro-
|
|
54
|
+
"./media-uploader": {
|
|
55
|
+
"types": "./media-uploader/index.d.ts",
|
|
56
|
+
"esm2022": "./esm2022/media-uploader/solar-angular-ui-zorro-media-uploader.mjs",
|
|
57
|
+
"esm": "./esm2022/media-uploader/solar-angular-ui-zorro-media-uploader.mjs",
|
|
58
|
+
"default": "./fesm2022/solar-angular-ui-zorro-media-uploader.mjs"
|
|
62
59
|
},
|
|
63
60
|
"./page-logout": {
|
|
64
61
|
"types": "./page-logout/index.d.ts",
|
|
@@ -66,6 +63,12 @@
|
|
|
66
63
|
"esm": "./esm2022/page-logout/solar-angular-ui-zorro-page-logout.mjs",
|
|
67
64
|
"default": "./fesm2022/solar-angular-ui-zorro-page-logout.mjs"
|
|
68
65
|
},
|
|
66
|
+
"./page-forbidden": {
|
|
67
|
+
"types": "./page-forbidden/index.d.ts",
|
|
68
|
+
"esm2022": "./esm2022/page-forbidden/solar-angular-ui-zorro-page-forbidden.mjs",
|
|
69
|
+
"esm": "./esm2022/page-forbidden/solar-angular-ui-zorro-page-forbidden.mjs",
|
|
70
|
+
"default": "./fesm2022/solar-angular-ui-zorro-page-forbidden.mjs"
|
|
71
|
+
},
|
|
69
72
|
"./page-not-found": {
|
|
70
73
|
"types": "./page-not-found/index.d.ts",
|
|
71
74
|
"esm2022": "./esm2022/page-not-found/solar-angular-ui-zorro-page-not-found.mjs",
|
|
@@ -78,8 +81,5 @@
|
|
|
78
81
|
"esm": "./esm2022/updater/solar-angular-ui-zorro-updater.mjs",
|
|
79
82
|
"default": "./fesm2022/solar-angular-ui-zorro-updater.mjs"
|
|
80
83
|
}
|
|
81
|
-
},
|
|
82
|
-
"dependencies": {
|
|
83
|
-
"tslib": "^2.3.0"
|
|
84
84
|
}
|
|
85
85
|
}
|