@das-fed/ui 6.4.0-hot.3 → 6.4.0-hot.5
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/esm-map.json +2 -1
- package/package.json +5 -5
- package/packages/components/calendar/index.js +1 -1
- package/packages/components/calendar/index.js.gz +0 -0
- package/packages/components/dimple-layout/helper/index.d.ts +5 -0
- package/packages/components/dimple-layout/index.d.ts +1 -0
- package/packages/components/dimple-layout/index.js +2778 -2766
- package/packages/components/dimple-layout/index.js.gz +0 -0
- package/packages/components/image-upload/index.js +1 -1
- package/packages/components/image-upload/index.js.gz +0 -0
- package/packages/components/image-upload/style.css +1 -1
- package/packages/components/image-upload/style.css.gz +0 -0
- package/packages/components/map/index.js +1 -1
- package/packages/components/map/index.js.gz +0 -0
- package/packages/components/map/style.css +1 -1
package/esm-map.json
CHANGED
|
@@ -374,5 +374,6 @@
|
|
|
374
374
|
"DasIconUnflod": "/packages/icons/unflod/index",
|
|
375
375
|
"DasIconZuobiao": "/packages/icons/zuobiao/index",
|
|
376
376
|
"DasIconZidingyihuizhi": "/packages/icons/zidingyihuizhi/index",
|
|
377
|
-
"DasIconZhuomianduan": "/packages/icons/zhuomianduan/index"
|
|
377
|
+
"DasIconZhuomianduan": "/packages/icons/zhuomianduan/index",
|
|
378
|
+
"DimpleLayoutHelper": "/packages/components/dimple-layout/index"
|
|
378
379
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@das-fed/ui",
|
|
3
|
-
"version": "6.4.0-hot.
|
|
3
|
+
"version": "6.4.0-hot.5",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@antv/x6-plugin-snapline": "^2.1.7",
|
|
26
26
|
"@antv/x6-plugin-transform": "^2.1.8",
|
|
27
27
|
"@antv/x6-vue-shape": "^2.1.2",
|
|
28
|
-
"@das-fed/cli": "6.4.0-hot.
|
|
28
|
+
"@das-fed/cli": "6.4.0-hot.5",
|
|
29
29
|
"@element-plus/icons-vue": "^2.3.1",
|
|
30
30
|
"@types/lodash": "^4.14.194",
|
|
31
31
|
"@types/lodash-es": "^4.17.9",
|
|
@@ -55,9 +55,9 @@
|
|
|
55
55
|
"vue-tsc": "^2.0.29"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@das-fed/ui": "6.4.0-hot.
|
|
59
|
-
"@das-fed/utils": "6.4.0-hot.
|
|
60
|
-
"@das-fed/web": "6.4.0-hot.
|
|
58
|
+
"@das-fed/ui": "6.4.0-hot.5",
|
|
59
|
+
"@das-fed/utils": "6.4.0-hot.5",
|
|
60
|
+
"@das-fed/web": "6.4.0-hot.5",
|
|
61
61
|
"@wangeditor/editor": "^5.1.23",
|
|
62
62
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
63
63
|
"@wangeditor/plugin-upload-attachment": "^1.1.0",
|
|
@@ -3,7 +3,7 @@ import { withInstall as Q } from "@das-fed/utils/with-install/index";
|
|
|
3
3
|
import { defineComponent as q, ref as O, computed as g, watch as X, nextTick as I, openBlock as i, createElementBlock as y, normalizeClass as B, Fragment as F, renderList as P, createElementVNode as W, toDisplayString as Z, renderSlot as M, createCommentVNode as C, normalizeStyle as ee, onMounted as te, onBeforeUnmount as ae, createVNode as ne, createSlots as x, withCtx as _, normalizeProps as R, mergeProps as V, guardReactiveProps as L, createBlock as se } from "vue";
|
|
4
4
|
import { t as j, setI18nRule as re } from "@das-fed/web/packages/i18n/index";
|
|
5
5
|
import z from "dayjs";
|
|
6
|
-
import le from "dayjs/plugin/localeData
|
|
6
|
+
import le from "dayjs/plugin/localeData";
|
|
7
7
|
import { SizeWatcher as oe } from "@das-fed/utils/size-watcher";
|
|
8
8
|
import { setThemeRule as de } from "@das-fed/web/packages/theme/index";
|
|
9
9
|
const ce = (o, h) => {
|
|
Binary file
|