@web-utils/component 2.8.9 → 2.8.11
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/flow-viewer/index.mjs +3 -2
- package/form-button/index.mjs +7 -6
- package/form-input-tag/index.mjs +3 -2
- package/form-view/index.mjs +1 -1
- package/form-view/style.css +1 -1
- package/fy-curd/index.mjs +4 -3
- package/fy-form-design/index.mjs +3 -2
- package/fy-input-icon/index.mjs +4 -3
- package/{chunks/IconTemp.a10129a6.mjs → icon-temp/index.mjs} +2 -2
- package/index.mjs +384 -380
- package/package.json +1 -1
- package/process-designer/index.mjs +26 -26
- package/properties-panel/style.css +1 -1
- package/web-types.json +23 -1
package/flow-viewer/index.mjs
CHANGED
|
@@ -29,6 +29,7 @@ var d = (t, e, i) => new Promise((n, s) => {
|
|
|
29
29
|
import b from "bpmn-js/lib/NavigatedViewer";
|
|
30
30
|
import c from "diagram-js/lib/navigation/zoomscroll/ZoomScroll";
|
|
31
31
|
import M from "@web-utils/component/easy-popup";
|
|
32
|
+
import "@web-utils/component/easy-popup/style.css";
|
|
32
33
|
import { n as V } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
33
34
|
var k = function() {
|
|
34
35
|
var t = this, e = t.$createElement, i = t._self._c || e;
|
|
@@ -158,9 +159,9 @@ function A(t) {
|
|
|
158
159
|
for (let e in u)
|
|
159
160
|
this[e] = u[e];
|
|
160
161
|
}
|
|
161
|
-
const
|
|
162
|
+
const W = /* @__PURE__ */ function() {
|
|
162
163
|
return B.exports;
|
|
163
164
|
}();
|
|
164
165
|
export {
|
|
165
|
-
|
|
166
|
+
W as default
|
|
166
167
|
};
|
package/form-button/index.mjs
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import n from "@web-utils/component/confirmable";
|
|
2
|
+
import "@web-utils/component/confirmable/style.css";
|
|
2
3
|
import { n as o } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
3
|
-
const
|
|
4
|
+
const r = {
|
|
4
5
|
props: {
|
|
5
6
|
type: {
|
|
6
7
|
type: String,
|
|
@@ -30,14 +31,14 @@ const l = {
|
|
|
30
31
|
default: "AwesomeButton"
|
|
31
32
|
}
|
|
32
33
|
}
|
|
33
|
-
},
|
|
34
|
+
}, l = {
|
|
34
35
|
name: "FormButton",
|
|
35
|
-
mixins: [n,
|
|
36
|
+
mixins: [n, r]
|
|
36
37
|
};
|
|
37
38
|
let a, i;
|
|
38
39
|
const e = {};
|
|
39
40
|
var u = /* @__PURE__ */ o(
|
|
40
|
-
|
|
41
|
+
l,
|
|
41
42
|
a,
|
|
42
43
|
i,
|
|
43
44
|
!1,
|
|
@@ -50,9 +51,9 @@ function s(p) {
|
|
|
50
51
|
for (let t in e)
|
|
51
52
|
this[t] = e[t];
|
|
52
53
|
}
|
|
53
|
-
const
|
|
54
|
+
const m = /* @__PURE__ */ function() {
|
|
54
55
|
return u.exports;
|
|
55
56
|
}();
|
|
56
57
|
export {
|
|
57
|
-
|
|
58
|
+
m as default
|
|
58
59
|
};
|
package/form-input-tag/index.mjs
CHANGED
|
@@ -12,6 +12,7 @@ var l = (r, e, t) => e in r ? i(r, e, { enumerable: !0, configurable: !0, writab
|
|
|
12
12
|
import { f as m } from "../chunks/form-input-mixin.4632ad36.mjs";
|
|
13
13
|
import { d, n as f } from "../chunks/index.57f871af.mjs";
|
|
14
14
|
import _ from "@web-utils/component/x-input-tag";
|
|
15
|
+
import "@web-utils/component/x-input-tag/style.css";
|
|
15
16
|
import { n as y } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
16
17
|
var v = function() {
|
|
17
18
|
var r = this, e = r.$createElement, t = r._self._c || e;
|
|
@@ -91,9 +92,9 @@ function k(r) {
|
|
|
91
92
|
for (let e in u)
|
|
92
93
|
this[e] = u[e];
|
|
93
94
|
}
|
|
94
|
-
const
|
|
95
|
+
const B = /* @__PURE__ */ function() {
|
|
95
96
|
return g.exports;
|
|
96
97
|
}();
|
|
97
98
|
export {
|
|
98
|
-
|
|
99
|
+
B as default
|
|
99
100
|
};
|
package/form-view/index.mjs
CHANGED
package/form-view/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.form-view{display:flex;flex-direction:column;height:100%}.form-view .form-scroller-wrapper{position:relative;flex:1}.form-view .not-form{margin:0 auto}.form-view .form-view-toolbar{overflow:hidden}.form-view .form-scroller{flex:1;overflow:auto}.form-view .form-scroller .el-row{position:static}.form-view .form-content .el-form .el-row{padding-right:2rem}.form-view .form-content .el-form .el-row .el-row{padding-right:0}.form-view .form-card{box-shadow:0 2px 12px #0000001a;max-width:1000px;margin:14px auto;padding:20px;color:#303133;background-color:#fff;border:1px solid #ebeef5;border-radius:4px;transition:.3s}.form-view .form-card.un-limit{max-width:100%}.form-view .form-nav{box-shadow:0 2px 12px #0000001a;position:absolute;top:55px;left:20px;background-color:#fff}.form-view .form-nav-list{min-width:180px;padding:10px 20px}.form-view .form-nav-header{position:relative;padding:5px 20px;color:#e34e55;font-weight:700;font-size:15px;background-color:#f3f5fb}.form-view .form-nav-item{position:relative;padding:5px 0;font-family:element-icons
|
|
1
|
+
.form-view{display:flex;flex-direction:column;height:100%}.form-view .form-scroller-wrapper{position:relative;flex:1}.form-view .not-form{margin:0 auto}.form-view .form-view-toolbar{overflow:hidden}.form-view .form-scroller{position:absolute;inset:0;flex:1;overflow:auto}.form-view .form-scroller .el-row{position:static}.form-view .form-content .el-form .el-row{padding-right:2rem}.form-view .form-content .el-form .el-row .el-row{padding-right:0}.form-view .form-card{box-shadow:0 2px 12px #0000001a;overflow:hidden;max-width:1000px;margin:14px auto;padding:20px;color:#303133;background-color:#fff;border:1px solid #ebeef5;border-radius:4px;transition:.3s}.form-view .form-card.un-limit{max-width:100%}.form-view .form-nav{box-shadow:0 2px 12px #0000001a;position:absolute;top:55px;left:20px;background-color:#fff}.form-view .form-nav-list{min-width:180px;padding:10px 20px}.form-view .form-nav-header{position:relative;padding:5px 20px;color:#e34e55;font-weight:700;font-size:15px;background-color:#f3f5fb}.form-view .form-nav-item{list-style:none;position:relative;padding:5px 0;font-family:element-icons,serif;font-size:14px;cursor:pointer}.form-view .form-nav-item.active,.form-view .form-nav-item:hover{color:#e34e55;font-weight:700}.form-view .form-nav-item.active:before{position:absolute;left:-14px;content:"\e6e0"}.form-view .form-view-title{width:100%;height:36px;margin-bottom:10px;color:#333;font-size:22px;line-height:36px;text-align:center;background-color:#fff}.form-view .tip{margin:20px 0;padding:8px 16px;background-color:#ecf8ff;border-left:5px solid #50bfff;border-radius:4px}.form-view .tip p{color:#5e6d82;font-size:14px;line-height:1.5em}.form-view .tip.danger{background-color:#fde2e2;border-left-color:#f56c6c}.form-view .tip.danger p{color:#564646}.form-view .tip.warning{background-color:#f7efe2;border-left-color:#e6a23c}.form-view .tip.warning p{color:#5d564b}.form-view .select-num{color:#898989;font-size:12px}.form-view .select-num .num{font-size:19px;font-family:impact,Constantia,Georgia,serif}.form-view .el-table .el-table__header th{color:#595959;font-weight:400;background:#fff}.form-view .el-table td{padding:4px 0}.form-view .el-table td .cell .el-input .el-input__inner{padding-left:4px}.form-view .el-table td .cell .el-input.el-input--prefix .el-input__inner{padding-left:30px}.form-view .el-table td .cell .el-input.is-disabled .el-input__suffix{display:none}.form-view .el-table td .cell .el-input.is-disabled .el-input__inner{padding:0 0 0 4px;line-height:1.6;white-space:normal;word-break:break-word;background:transparent;border:0}@keyframes breathe-indicator{0%{box-shadow:0 0 0 0 var(--color-primary, #f00)}to{box-shadow:0 0 4px 1px var(--color-primary, #f00)}}.form-view .breathe-indicator-animation{animation-name:breathe-indicator;animation-duration:.3s;animation-timing-function:ease-in-out;animation-delay:.1s;animation-iteration-count:4;animation-direction:alternate}@media screen and (min-width: 1700px){.form-view.form-view__lg .form-card{position:relative;left:60px}}
|
package/fy-curd/index.mjs
CHANGED
|
@@ -8,7 +8,8 @@ import { s as X } from "../chunks/slot.4b391395.mjs";
|
|
|
8
8
|
import { n as f } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
9
9
|
import { F as J, d as L } from "../chunks/FormTemp.a77c73c4.mjs";
|
|
10
10
|
import { s as Q } from "../chunks/dic.9e90e2a4.mjs";
|
|
11
|
-
import
|
|
11
|
+
import Y from "@web-utils/component/icon-temp";
|
|
12
|
+
import "@web-utils/component/icon-temp/style.css";
|
|
12
13
|
const h = {
|
|
13
14
|
menuWidth: 220,
|
|
14
15
|
menuFixed: "right",
|
|
@@ -3105,9 +3106,9 @@ function yt(e) {
|
|
|
3105
3106
|
for (let t in T)
|
|
3106
3107
|
this[t] = T[t];
|
|
3107
3108
|
}
|
|
3108
|
-
const
|
|
3109
|
+
const Dt = /* @__PURE__ */ function() {
|
|
3109
3110
|
return vt.exports;
|
|
3110
3111
|
}();
|
|
3111
3112
|
export {
|
|
3112
|
-
|
|
3113
|
+
Dt as default
|
|
3113
3114
|
};
|
package/fy-form-design/index.mjs
CHANGED
|
@@ -27,6 +27,7 @@ var y = (e, l, t) => new Promise((a, i) => {
|
|
|
27
27
|
});
|
|
28
28
|
import { isBlank as C } from "@web-utils/core";
|
|
29
29
|
import b from "@web-utils/component/monaco-editor";
|
|
30
|
+
import "@web-utils/component/monaco-editor/style.css";
|
|
30
31
|
import v from "vuedraggable";
|
|
31
32
|
import { c as _ } from "../chunks/json-beautifier.21cfffea.mjs";
|
|
32
33
|
import { d as m, z as h } from "../chunks/util.d691afb6.mjs";
|
|
@@ -7470,9 +7471,9 @@ function ul(e) {
|
|
|
7470
7471
|
for (let l in Z)
|
|
7471
7472
|
this[l] = Z[l];
|
|
7472
7473
|
}
|
|
7473
|
-
const
|
|
7474
|
+
const xl = /* @__PURE__ */ function() {
|
|
7474
7475
|
return pl.exports;
|
|
7475
7476
|
}();
|
|
7476
7477
|
export {
|
|
7477
|
-
|
|
7478
|
+
xl as default
|
|
7478
7479
|
};
|
package/fy-input-icon/index.mjs
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { p as s, e as o } from "../chunks/event.ebd9a3a6.mjs";
|
|
2
|
-
import
|
|
2
|
+
import r from "@web-utils/component/icon-temp";
|
|
3
|
+
import "@web-utils/component/icon-temp/style.css";
|
|
3
4
|
import { n as u } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
4
5
|
var c = function() {
|
|
5
6
|
var t = this, i = t.$createElement, e = t._self._c || i;
|
|
@@ -160,9 +161,9 @@ function f(t) {
|
|
|
160
161
|
for (let i in l)
|
|
161
162
|
this[i] = l[i];
|
|
162
163
|
}
|
|
163
|
-
const
|
|
164
|
+
const y = /* @__PURE__ */ function() {
|
|
164
165
|
return h.exports;
|
|
165
166
|
}();
|
|
166
167
|
export {
|
|
167
|
-
|
|
168
|
+
y as default
|
|
168
169
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as a } from "
|
|
1
|
+
import { n as a } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
2
2
|
var l = function() {
|
|
3
3
|
var e = this, t = e.$createElement, n = e._self._c || t;
|
|
4
4
|
return n("span", {
|
|
@@ -46,5 +46,5 @@ const u = /* @__PURE__ */ function() {
|
|
|
46
46
|
return c.exports;
|
|
47
47
|
}();
|
|
48
48
|
export {
|
|
49
|
-
u as
|
|
49
|
+
u as default
|
|
50
50
|
};
|