@yelon/bis 12.0.11 → 12.0.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/bundles/bis.umd.js +1 -1
- package/bundles/layout.umd.js +6 -3
- package/bundles/layout.umd.js.map +1 -1
- package/bundles/shared.umd.js +1 -1
- package/esm2015/layout/yz.default.interceptor.js +5 -2
- package/esm2015/layout/yz.stomp.service.js +2 -2
- package/fesm2015/layout.js +5 -2
- package/fesm2015/layout.js.map +1 -1
- package/layout/layout.metadata.json +1 -1
- package/layout/yz.default.interceptor.d.ts +1 -0
- package/package.json +10 -10
- package/shared/shared-zorro.module.d.ts +2 -2
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yelon/bis",
|
|
3
|
-
"version": "12.0.
|
|
3
|
+
"version": "12.0.12",
|
|
4
4
|
"author": "devcui<devcui@outlook.com>",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"ng-zorro-antd": "^12.0.1",
|
|
8
|
-
"@yelon/acl": "^12.0.
|
|
9
|
-
"@yelon/auth": "^12.0.
|
|
10
|
-
"@yelon/theme": "^12.0.
|
|
11
|
-
"@yelon/mock": "^12.0.
|
|
12
|
-
"@yelon/cache": "^12.0.
|
|
13
|
-
"@yelon/chart": "^12.0.
|
|
14
|
-
"@yelon/form": "^12.0.
|
|
15
|
-
"@yelon/testing": "^12.0.
|
|
16
|
-
"@yelon/util": "^12.0.
|
|
8
|
+
"@yelon/acl": "^12.0.12",
|
|
9
|
+
"@yelon/auth": "^12.0.12",
|
|
10
|
+
"@yelon/theme": "^12.0.12",
|
|
11
|
+
"@yelon/mock": "^12.0.12",
|
|
12
|
+
"@yelon/cache": "^12.0.12",
|
|
13
|
+
"@yelon/chart": "^12.0.12",
|
|
14
|
+
"@yelon/form": "^12.0.12",
|
|
15
|
+
"@yelon/testing": "^12.0.12",
|
|
16
|
+
"@yelon/util": "^12.0.12",
|
|
17
17
|
"tslib": "^2.2.0"
|
|
18
18
|
},
|
|
19
19
|
"main": "bundles/bis.umd.js",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const YZ_SHARED_ZORRO_MODULES: (typeof
|
|
1
|
+
import { NzButtonModule } from 'ng-zorro-antd/button';
|
|
2
|
+
export declare const YZ_SHARED_ZORRO_MODULES: (typeof NzButtonModule)[];
|