@web-utils/component 1.2.6 → 1.2.8
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/dist/components/address-input/index.js +2 -2
- package/dist/components/editable-tree/index.js +4 -4
- package/dist/components/icon-card/index.js +10 -10
- package/dist/components/nav-bar/index.js +3 -3
- package/dist/components/page/index.js +1 -1
- package/dist/components/page-header/index.js +6 -6
- package/dist/index.es.js +306 -473
- package/package.json +1 -1
- package/web-types.json +1 -40
- package/dist/components/el-color-picker-dropdown/index.js +0 -170
|
@@ -2,7 +2,7 @@ import { n as l } from "../../chunks/6499de3a.js";
|
|
|
2
2
|
var r = function() {
|
|
3
3
|
var e = this, a = e.$createElement, t = e._self._c || a;
|
|
4
4
|
return t("div", {
|
|
5
|
-
staticClass: "address-input-wrapper flex-
|
|
5
|
+
staticClass: "address-input-wrapper flex-row"
|
|
6
6
|
}, [t("div", {
|
|
7
7
|
staticClass: "address-input-item-wrapper"
|
|
8
8
|
}, [t("ElCascader", {
|
|
@@ -22,7 +22,7 @@ var r = function() {
|
|
|
22
22
|
expression: "internalVal.address"
|
|
23
23
|
}
|
|
24
24
|
})], 1), t("div", {
|
|
25
|
-
staticClass: "address-input-item-wrapper flex-
|
|
25
|
+
staticClass: "address-input-item-wrapper flex-item"
|
|
26
26
|
}, [t("ElInput", {
|
|
27
27
|
attrs: {
|
|
28
28
|
placeholder: "\u8BF7\u8F93\u5165\u8BE6\u7EC6\u5730\u5740\uFF01",
|
|
@@ -70,7 +70,7 @@ var B = function() {
|
|
|
70
70
|
var o = s.node, n = s.data;
|
|
71
71
|
return [e._t("default", function() {
|
|
72
72
|
return [n.edit ? [t("span", {
|
|
73
|
-
staticClass: "custom-tree-node flex-
|
|
73
|
+
staticClass: "custom-tree-node flex-row flex-item oh",
|
|
74
74
|
attrs: {
|
|
75
75
|
"data-id": n.id
|
|
76
76
|
}
|
|
@@ -79,7 +79,7 @@ var B = function() {
|
|
|
79
79
|
class: n.loading ? "el-icon-loading" : "el-icon-edit-outline"
|
|
80
80
|
}) : e._e(), t("ElInput", {
|
|
81
81
|
ref: "labelTxt",
|
|
82
|
-
staticClass: "node-input flex-
|
|
82
|
+
staticClass: "node-input flex-item",
|
|
83
83
|
attrs: {
|
|
84
84
|
size: "mini",
|
|
85
85
|
placeholder: e.defaultOptions.inputPlaceholder
|
|
@@ -146,12 +146,12 @@ var B = function() {
|
|
|
146
146
|
"data-id": n.id
|
|
147
147
|
}
|
|
148
148
|
}, [t("span", {
|
|
149
|
-
staticClass: "node-label flex-
|
|
149
|
+
staticClass: "node-label flex-row flex-item oh ellipsis-1"
|
|
150
150
|
}, [e.icon ? t("i", {
|
|
151
151
|
staticClass: "node-icon",
|
|
152
152
|
class: n.loading ? "el-icon-loading" : e.icon(n, o)
|
|
153
153
|
}) : e._e(), t("span", {
|
|
154
|
-
staticClass: "flex-
|
|
154
|
+
staticClass: "flex-item-relative",
|
|
155
155
|
staticStyle: {
|
|
156
156
|
height: "21px"
|
|
157
157
|
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { n as c } from "../../chunks/6499de3a.js";
|
|
2
2
|
var a = function() {
|
|
3
|
-
var t = this,
|
|
3
|
+
var t = this, e = t.$createElement, n = t._self._c || e;
|
|
4
4
|
return n("div", {
|
|
5
|
-
class: ["icon-card", "flex-
|
|
5
|
+
class: ["icon-card", "flex-row", t.iconBg]
|
|
6
6
|
}, [n("div", {
|
|
7
7
|
staticClass: "card-icon_bg"
|
|
8
8
|
}, [n("i", {
|
|
9
9
|
class: ["card-icon", t.icon]
|
|
10
10
|
})]), n("div", {
|
|
11
|
-
staticClass: "flex-
|
|
11
|
+
staticClass: "flex-item"
|
|
12
12
|
}, [n("p", {
|
|
13
13
|
staticClass: "icon-card_title"
|
|
14
14
|
}, [t._t("default")], 2), n("div", {
|
|
@@ -19,8 +19,8 @@ var a = function() {
|
|
|
19
19
|
click: t.toDetails
|
|
20
20
|
}
|
|
21
21
|
}, [t._v(t._s(t.number))]), t._t("nuit")], 2)])]);
|
|
22
|
-
},
|
|
23
|
-
const
|
|
22
|
+
}, i = [];
|
|
23
|
+
const o = {
|
|
24
24
|
name: "IconCard",
|
|
25
25
|
props: {
|
|
26
26
|
iconBg: {
|
|
@@ -39,11 +39,11 @@ const i = {
|
|
|
39
39
|
this.$router.push(this.path);
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
|
-
},
|
|
42
|
+
}, s = {};
|
|
43
43
|
var r = /* @__PURE__ */ c(
|
|
44
|
-
i,
|
|
45
|
-
a,
|
|
46
44
|
o,
|
|
45
|
+
a,
|
|
46
|
+
i,
|
|
47
47
|
!1,
|
|
48
48
|
l,
|
|
49
49
|
null,
|
|
@@ -51,8 +51,8 @@ var r = /* @__PURE__ */ c(
|
|
|
51
51
|
null
|
|
52
52
|
);
|
|
53
53
|
function l(t) {
|
|
54
|
-
for (let
|
|
55
|
-
this[
|
|
54
|
+
for (let e in s)
|
|
55
|
+
this[e] = s[e];
|
|
56
56
|
}
|
|
57
57
|
const u = /* @__PURE__ */ function() {
|
|
58
58
|
return r.exports;
|
|
@@ -12,7 +12,7 @@ var r = function() {
|
|
|
12
12
|
click: t.goBack
|
|
13
13
|
}
|
|
14
14
|
}, [t._v(" \u8FD4\u56DE ")]) : t._e(), t.$slots.right ? n("div", {
|
|
15
|
-
staticClass: "flex-
|
|
15
|
+
staticClass: "flex-item flex-row-column vertical-center"
|
|
16
16
|
}, [t._t("right")], 2) : t._e()], 1);
|
|
17
17
|
}, s = [];
|
|
18
18
|
const c = {
|
|
@@ -35,12 +35,12 @@ var l = /* @__PURE__ */ a(
|
|
|
35
35
|
r,
|
|
36
36
|
s,
|
|
37
37
|
!1,
|
|
38
|
-
|
|
38
|
+
i,
|
|
39
39
|
null,
|
|
40
40
|
null,
|
|
41
41
|
null
|
|
42
42
|
);
|
|
43
|
-
function
|
|
43
|
+
function i(t) {
|
|
44
44
|
for (let e in o)
|
|
45
45
|
this[e] = o[e];
|
|
46
46
|
}
|
|
@@ -2,7 +2,7 @@ import { n as o } from "../../chunks/6499de3a.js";
|
|
|
2
2
|
var l = function() {
|
|
3
3
|
var e = this, t = e.$createElement, a = e._self._c || t;
|
|
4
4
|
return a("div", {
|
|
5
|
-
staticClass: "page flex-
|
|
5
|
+
staticClass: "page flex-row flex-item",
|
|
6
6
|
class: {
|
|
7
7
|
vertical: e.vertical && !e.horizontal
|
|
8
8
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { n as a } from "../../chunks/6499de3a.js";
|
|
2
|
-
var
|
|
2
|
+
var r = function() {
|
|
3
3
|
var e = this, t = e.$createElement, n = e._self._c || t;
|
|
4
4
|
return n("div", {
|
|
5
|
-
staticClass: "egd-header flex-
|
|
5
|
+
staticClass: "egd-header flex-row egd-page-header"
|
|
6
6
|
}, [e._t("section-title", function() {
|
|
7
7
|
return [n("span", {
|
|
8
8
|
staticClass: "section-title"
|
|
@@ -14,13 +14,13 @@ var i = function() {
|
|
|
14
14
|
}, {
|
|
15
15
|
title: e.title
|
|
16
16
|
}), n("div", {
|
|
17
|
-
staticClass: "flex-
|
|
17
|
+
staticClass: "flex-row flex-item vertical-center"
|
|
18
18
|
}, [n("div", {
|
|
19
|
-
class: ["flex-
|
|
19
|
+
class: ["flex-row", "flex-item", "vertical-center", {
|
|
20
20
|
"align-end": e.alignEnd
|
|
21
21
|
}]
|
|
22
22
|
}, [e._t("default")], 2)])], 2);
|
|
23
|
-
},
|
|
23
|
+
}, i = [];
|
|
24
24
|
const s = {
|
|
25
25
|
name: "PageHeader",
|
|
26
26
|
props: {
|
|
@@ -36,8 +36,8 @@ const s = {
|
|
|
36
36
|
}, l = {};
|
|
37
37
|
var o = /* @__PURE__ */ a(
|
|
38
38
|
s,
|
|
39
|
-
i,
|
|
40
39
|
r,
|
|
40
|
+
i,
|
|
41
41
|
!1,
|
|
42
42
|
_,
|
|
43
43
|
null,
|