@das-fed/ui 7.0.7-hot.47 → 7.0.7-hot.48
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 +5 -5
- package/packages/business-components/currency-page/index.js +1 -1
- package/packages/business-components/currency-page/index.js.gz +0 -0
- package/packages/business-components/currency-page/src/type.d.ts +22 -22
- package/packages/business-components/currency-page/style.css +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@das-fed/ui",
|
|
3
|
-
"version": "7.0.7-hot.
|
|
3
|
+
"version": "7.0.7-hot.48",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@antv/x6-plugin-snapline": "^2.1.7",
|
|
27
27
|
"@antv/x6-plugin-transform": "^2.1.8",
|
|
28
28
|
"@antv/x6-vue-shape": "^2.1.2",
|
|
29
|
-
"@das-fed/cli": "7.0.7-hot.
|
|
29
|
+
"@das-fed/cli": "7.0.7-hot.48",
|
|
30
30
|
"@element-plus/icons-vue": "^2.3.1",
|
|
31
31
|
"@types/lodash": "^4.14.194",
|
|
32
32
|
"@types/lodash-es": "^4.17.9",
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
"vue-tsc": "^2.0.29"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@das-fed/ui": "7.0.7-hot.
|
|
60
|
-
"@das-fed/utils": "7.0.7-hot.
|
|
61
|
-
"@das-fed/web": "7.0.7-hot.
|
|
59
|
+
"@das-fed/ui": "7.0.7-hot.48",
|
|
60
|
+
"@das-fed/utils": "7.0.7-hot.48",
|
|
61
|
+
"@das-fed/web": "7.0.7-hot.48",
|
|
62
62
|
"@types/markdown-it": "^14.1.2",
|
|
63
63
|
"@wangeditor-next/editor": "5.6.31",
|
|
64
64
|
"@wangeditor-next/editor-for-vue": "5.1.14",
|
|
@@ -84,7 +84,7 @@ const l = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA0gAAAHgCAYAAACfN01xAAA
|
|
|
84
84
|
for (const [f, I] of E)
|
|
85
85
|
A[f] = I;
|
|
86
86
|
return A;
|
|
87
|
-
}, i = /* @__PURE__ */ N(O, [["__scopeId", "data-v-
|
|
87
|
+
}, i = /* @__PURE__ */ N(O, [["__scopeId", "data-v-caae3ac6"]]), x = {
|
|
88
88
|
返回主页: { "zh-CN": "返回主页", en: "Return to the home page", _appCode: "framework" },
|
|
89
89
|
抱歉: { "zh-CN": "抱歉", en: "Sorry", _appCode: "framework" },
|
|
90
90
|
您无权访问此页面: {
|
|
Binary file
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
export interface Props {
|
|
2
|
-
|
|
3
|
-
type: '403' | '404'
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
describe?: string
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
showStatus?: boolean
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
showBtn?: boolean
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
btnText?: string
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
export interface Emits {
|
|
20
|
-
|
|
21
|
-
(event: 'btnClick', mouseEvent: MouseEvent): void
|
|
22
|
-
}
|
|
1
|
+
export interface Props {
|
|
2
|
+
|
|
3
|
+
type: '403' | '404'
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
describe?: string
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
showStatus?: boolean
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
showBtn?: boolean
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
btnText?: string
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
export interface Emits {
|
|
20
|
+
|
|
21
|
+
(event: 'btnClick', mouseEvent: MouseEvent): void
|
|
22
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.das-currency-page[data-v-
|
|
1
|
+
.das-currency-page[data-v-caae3ac6]{height:100%;display:flex;justify-content:center;align-items:center}.das-currency-page .content-box[data-v-caae3ac6]{display:flex;flex-direction:column;justify-content:center;align-items:center}.das-currency-page .content-box .picture[data-v-caae3ac6]{width:280px;height:160px}.das-currency-page .content-box .status[data-v-caae3ac6]{padding-top:8px;font-size:30px;color:#212121;font-weight:400}.das-currency-page .content-box .describe[data-v-caae3ac6]{font-size:16px;color:#212121;padding:8px 0}
|