@web-utils/component 2.7.3 → 2.7.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/dist/chunks/AfdColumn.vue_vue_type_template_lang.768f2ed2.js +302 -0
- package/dist/chunks/ConfigArray.vue_vue_type_template_lang.66483daa.js +51 -0
- package/dist/chunks/ConfigColor.vue_vue_type_template_lang.cd880091.js +24 -0
- package/dist/chunks/ConfigCustom.vue_vue_type_template_lang.6e03d7fd.js +52 -0
- package/dist/chunks/ConfigDate.vue_vue_type_template_lang.420fa897.js +104 -0
- package/dist/chunks/ConfigDynamic.vue_vue_type_template_lang.82d24ab0.js +133 -0
- package/dist/chunks/ConfigEvent.vue_vue_type_template_lang.5e8ed6cc.js +96 -0
- package/dist/chunks/ConfigGroup.vue_vue_type_template_lang.44117322.js +48 -0
- package/dist/chunks/ConfigInput.vue_vue_type_template_lang.cc1eb052.js +96 -0
- package/dist/chunks/ConfigMap.vue_vue_type_template_lang.daee4d38.js +31 -0
- package/dist/chunks/ConfigNumber.vue_vue_type_template_lang.d60231d7.js +130 -0
- package/dist/chunks/ConfigRate.vue_vue_type_style_index_0_scoped_true_lang.cf5d437d.js +125 -0
- package/dist/chunks/ConfigSelect.vue_vue_type_template_lang.7db7e57f.js +483 -0
- package/dist/chunks/ConfigSlider.vue_vue_type_template_lang.27b8cc7b.js +99 -0
- package/dist/chunks/ConfigSwitch.vue_vue_type_style_index_0_scoped_true_lang.4caf1bd0.js +54 -0
- package/dist/chunks/ConfigTable.vue_vue_type_template_lang.3e8136d9.js +341 -0
- package/dist/chunks/ConfigTextarea.vue_vue_type_template_lang.5cddf41c.js +88 -0
- package/dist/chunks/ConfigTitle.vue_vue_type_template_lang.57d9deb5.js +87 -0
- package/dist/chunks/ConfigTree.vue_vue_type_style_index_0_scoped_true_lang.3770c37e.js +464 -0
- package/dist/chunks/ConfigUEditor.vue_vue_type_template_lang.9726b4f5.js +240 -0
- package/dist/chunks/ConfigUpload.vue_vue_type_template_lang.531a9b2a.js +471 -0
- package/dist/chunks/FormConfig.vue_vue_type_template_lang.85b4ee87.js +232 -0
- package/dist/chunks/WidgetConfig.vue_vue_type_template_lang.fbbbff76.js +1765 -0
- package/dist/chunks/WidgetForm.vue_vue_type_template_lang.82248338.js +242 -0
- package/dist/chunks/WidgetFormGroup.vue_vue_type_template_lang.c636aabd.js +266 -0
- package/dist/chunks/WidgetFormItem.vue_vue_type_template_lang.48d55a5c.js +24 -0
- package/dist/chunks/WidgetFormTable.vue_vue_type_template_lang.30625146.js +228 -0
- package/dist/chunks/{dataformat.3cfcf62c.js → dataformat.d3fd2d1b.js} +25 -24
- package/dist/chunks/{detail.a3249549.js → detail.ac4d421a.js} +7 -7
- package/dist/chunks/{dic.5f7e3523.js → dic.79d9f595.js} +28 -27
- package/dist/chunks/{event.b76c568a.js → event.43b42228.js} +7 -6
- package/dist/chunks/{init.352281f5.js → init.3b47bb80.js} +8 -7
- package/dist/chunks/monaco.1dbdc960.js +283 -0
- package/dist/chunks/{packages.5d7a86c4.js → packages.6f252850.js} +5 -61
- package/dist/chunks/{util.5053d54e.js → util.80e28481.js} +37 -51
- package/dist/components/afd-column/index.js +54 -0
- package/dist/components/chat/index.js +1 -1
- package/dist/components/code/index.js +1 -1
- package/dist/components/column/index.js +8 -7
- package/dist/components/column-default/index.js +1 -1
- package/dist/components/column-dynamic/index.js +1 -1
- package/dist/components/column-menu/index.js +1 -1
- package/dist/components/column-slot/index.js +27 -26
- package/dist/components/config-array/index.js +26 -0
- package/dist/components/config-color/index.js +26 -0
- package/dist/components/config-custom/index.js +60 -0
- package/dist/components/config-date/index.js +26 -0
- package/dist/components/config-dynamic/index.js +26 -0
- package/dist/components/config-event/index.js +72 -0
- package/dist/components/config-group/index.js +34 -0
- package/dist/components/config-input/index.js +26 -0
- package/dist/components/config-map/index.js +26 -0
- package/dist/components/config-number/index.js +26 -0
- package/dist/components/config-rate/index.js +69 -0
- package/dist/components/config-rate/style.css +1 -0
- package/dist/components/config-select/index.js +88 -0
- package/dist/components/config-slider/index.js +26 -0
- package/dist/components/config-switch/index.js +31 -0
- package/dist/components/config-switch/style.css +1 -0
- package/dist/components/config-table/index.js +120 -0
- package/dist/components/config-textarea/index.js +26 -0
- package/dist/components/config-title/index.js +31 -0
- package/dist/components/config-tree/index.js +120 -0
- package/dist/components/config-tree/style.css +1 -0
- package/dist/components/config-u-editor/index.js +32 -0
- package/dist/components/config-upload/index.js +56 -0
- package/dist/components/custom-scrollbar/index.js +6 -1
- package/dist/components/dialog-excel/index.js +2 -2
- package/dist/components/dialog-filter/index.js +1 -1
- package/dist/components/dialog-form/index.js +8 -7
- package/dist/components/flex-item/index.js +4 -1
- package/dist/components/flow/index.js +1 -1
- package/dist/components/flow-node/index.js +1 -1
- package/dist/components/form-config/index.js +26 -0
- package/dist/components/form-group/index.js +1 -1
- package/dist/components/form-temp/index.js +2 -2
- package/dist/components/{array → fy-array}/index.js +5 -5
- package/dist/components/{array → fy-array}/style.css +0 -0
- package/dist/components/fy-cascader/index.js +1 -1
- package/dist/components/fy-checkbox/index.js +1 -1
- package/dist/components/fy-curd/index.js +7 -6
- package/dist/components/fy-date/index.js +1 -1
- package/dist/components/fy-dialog-form/index.js +9 -8
- package/dist/components/{draggable → fy-draggable}/index.js +2 -2
- package/dist/components/{draggable → fy-draggable}/style.css +0 -0
- package/dist/components/fy-dynamic/index.js +2 -2
- package/dist/components/{empty → fy-empty}/index.js +6 -6
- package/dist/components/{empty → fy-empty}/style.css +0 -0
- package/dist/components/fy-form/index.js +9 -8
- package/dist/components/fy-form-design/index.js +1255 -0
- package/dist/components/fy-form-design/style.css +1 -0
- package/dist/components/fy-input/index.js +1 -1
- package/dist/components/fy-input-color/index.js +1 -1
- package/dist/components/fy-input-icon/index.js +1 -1
- package/dist/components/fy-input-map/index.js +4 -4
- package/dist/components/fy-input-number/index.js +1 -1
- package/dist/components/fy-input-table/index.js +4 -4
- package/dist/components/fy-input-tree/index.js +2 -2
- package/dist/components/fy-radio/index.js +1 -1
- package/dist/components/fy-rate/index.js +1 -1
- package/dist/components/fy-select/index.js +18 -17
- package/dist/components/fy-slider/index.js +2 -2
- package/dist/components/fy-switch/index.js +1 -1
- package/dist/components/fy-time/index.js +2 -2
- package/dist/components/fy-title/index.js +1 -1
- package/dist/components/fy-tree/index.js +7 -6
- package/dist/components/fy-upload/index.js +11 -10
- package/dist/components/header-menu/index.js +1 -1
- package/dist/components/header-search/index.js +2 -2
- package/dist/components/license/index.js +5 -5
- package/dist/components/login/index.js +9 -8
- package/dist/components/record-video/index.js +1 -1
- package/dist/components/search/index.js +10 -9
- package/dist/components/sign/index.js +1 -1
- package/dist/components/table-column/index.js +4 -1
- package/dist/components/table-page/index.js +1 -1
- package/dist/components/text-ellipsis/index.js +1 -1
- package/dist/components/verify/index.js +1 -1
- package/dist/components/watermark/index.js +5 -1
- package/dist/components/widget-config/index.js +107 -0
- package/dist/components/widget-form/index.js +68 -0
- package/dist/components/widget-form-group/index.js +91 -0
- package/dist/components/widget-form-item/index.js +70 -0
- package/dist/components/widget-form-table/index.js +90 -0
- package/dist/index.css +761 -201
- package/dist/index.es.js +24100 -16510
- package/package.json +5 -3
- package/web-types.json +1880 -1781
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { c as a } from "../../chunks/config.46422d7f.js";
|
|
2
|
-
import {
|
|
2
|
+
import { d as l, o as n, u, j as d } from "../../chunks/util.80e28481.js";
|
|
3
|
+
import { isBlank as r } from "@web-utils/core";
|
|
3
4
|
import { n as h } from "../../chunks/vueComponentNormalizer.71e2aa87.js";
|
|
4
5
|
var p = function() {
|
|
5
6
|
var t = this, e = t.$createElement, i = t._self._c || e;
|
|
@@ -208,7 +209,7 @@ const m = {
|
|
|
208
209
|
rowSave(t) {
|
|
209
210
|
this.crud.$emit(
|
|
210
211
|
"row-save",
|
|
211
|
-
|
|
212
|
+
d(this.crud.tableForm, ["$"]),
|
|
212
213
|
this.closeDialog,
|
|
213
214
|
t
|
|
214
215
|
);
|
|
@@ -217,7 +218,7 @@ const m = {
|
|
|
217
218
|
rowUpdate(t) {
|
|
218
219
|
this.crud.$emit(
|
|
219
220
|
"row-update",
|
|
220
|
-
|
|
221
|
+
d(this.crud.tableForm, ["$"]),
|
|
221
222
|
this.crud.tableIndex,
|
|
222
223
|
this.closeDialog,
|
|
223
224
|
t
|
|
@@ -255,7 +256,7 @@ const m = {
|
|
|
255
256
|
typeof this.crud.beforeOpen == "function" ? this.crud.beforeOpen(e, this.boxType) : e();
|
|
256
257
|
}
|
|
257
258
|
}
|
|
258
|
-
},
|
|
259
|
+
}, c = {};
|
|
259
260
|
var f = /* @__PURE__ */ h(
|
|
260
261
|
m,
|
|
261
262
|
p,
|
|
@@ -267,12 +268,12 @@ var f = /* @__PURE__ */ h(
|
|
|
267
268
|
null
|
|
268
269
|
);
|
|
269
270
|
function y(t) {
|
|
270
|
-
for (let e in
|
|
271
|
-
this[e] =
|
|
271
|
+
for (let e in c)
|
|
272
|
+
this[e] = c[e];
|
|
272
273
|
}
|
|
273
|
-
const
|
|
274
|
+
const x = /* @__PURE__ */ function() {
|
|
274
275
|
return f.exports;
|
|
275
276
|
}();
|
|
276
277
|
export {
|
|
277
|
-
|
|
278
|
+
x as default
|
|
278
279
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as l,
|
|
1
|
+
import { s as l, g as a } from "../../chunks/util.80e28481.js";
|
|
2
2
|
import { n as v } from "../../chunks/vueComponentNormalizer.71e2aa87.js";
|
|
3
3
|
var g = function() {
|
|
4
4
|
var e = this, t = e.$createElement, s = e._self._c || t;
|
|
@@ -73,7 +73,7 @@ var g = function() {
|
|
|
73
73
|
}) : e._e()], 2)], 1);
|
|
74
74
|
}, y = [];
|
|
75
75
|
const _ = {
|
|
76
|
-
name: "
|
|
76
|
+
name: "FyDraggable",
|
|
77
77
|
props: {
|
|
78
78
|
index: {
|
|
79
79
|
type: [String, Number]
|
|
File without changes
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { p as u, e as c } from "../../chunks/event.
|
|
2
|
-
import { o,
|
|
1
|
+
import { p as u, e as c } from "../../chunks/event.43b42228.js";
|
|
2
|
+
import { o, d as l } from "../../chunks/util.80e28481.js";
|
|
3
3
|
import { n as h } from "../../chunks/vueComponentNormalizer.71e2aa87.js";
|
|
4
4
|
function f(e) {
|
|
5
5
|
if (e == null)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as N } from "../../chunks/util.
|
|
1
|
+
import { s as N } from "../../chunks/util.80e28481.js";
|
|
2
2
|
import { n as j } from "../../chunks/vueComponentNormalizer.71e2aa87.js";
|
|
3
3
|
var i = function() {
|
|
4
4
|
var M = this, I = M.$createElement, g = M._self._c || I;
|
|
@@ -19,7 +19,7 @@ var i = function() {
|
|
|
19
19
|
}, [M._v(" " + M._s(M.desc) + " ")]), M._t("default")], 2);
|
|
20
20
|
}, u = [];
|
|
21
21
|
const T = {
|
|
22
|
-
name: "
|
|
22
|
+
name: "FyEmpty",
|
|
23
23
|
props: {
|
|
24
24
|
size: {
|
|
25
25
|
type: String
|
|
@@ -37,22 +37,22 @@ const T = {
|
|
|
37
37
|
setPx: N
|
|
38
38
|
}
|
|
39
39
|
}, A = {};
|
|
40
|
-
var
|
|
40
|
+
var y = /* @__PURE__ */ j(
|
|
41
41
|
T,
|
|
42
42
|
i,
|
|
43
43
|
u,
|
|
44
44
|
!1,
|
|
45
|
-
|
|
45
|
+
L,
|
|
46
46
|
null,
|
|
47
47
|
null,
|
|
48
48
|
null
|
|
49
49
|
);
|
|
50
|
-
function
|
|
50
|
+
function L(M) {
|
|
51
51
|
for (let I in A)
|
|
52
52
|
this[I] = A[I];
|
|
53
53
|
}
|
|
54
54
|
const C = /* @__PURE__ */ function() {
|
|
55
|
-
return
|
|
55
|
+
return y.exports;
|
|
56
56
|
}();
|
|
57
57
|
export {
|
|
58
58
|
C as default
|
|
File without changes
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { d as P } from "../../chunks/detail.
|
|
2
|
-
import { i as N } from "../../chunks/init.
|
|
3
|
-
import { s as _,
|
|
4
|
-
import { c as A, b as B, g as W, a as R, f as G } from "../../chunks/dataformat.
|
|
5
|
-
import { s as H } from "../../chunks/dic.
|
|
6
|
-
import { p as U } from "../../chunks/packages.
|
|
1
|
+
import { d as P } from "../../chunks/detail.ac4d421a.js";
|
|
2
|
+
import { i as N } from "../../chunks/init.3b47bb80.js";
|
|
3
|
+
import { s as _, d as $, u as j, h as I, i as L, j as O, k as V, o as z, l as M } from "../../chunks/util.80e28481.js";
|
|
4
|
+
import { c as A, b as B, g as W, a as R, f as G } from "../../chunks/dataformat.d3fd2d1b.js";
|
|
5
|
+
import { s as H } from "../../chunks/dic.79d9f595.js";
|
|
6
|
+
import { p as U } from "../../chunks/packages.6f252850.js";
|
|
7
|
+
import { isBlank as h } from "@web-utils/core";
|
|
7
8
|
import { n as q } from "../../chunks/vueComponentNormalizer.71e2aa87.js";
|
|
8
9
|
const K = (t, i, s, r) => {
|
|
9
10
|
if (!r)
|
|
@@ -746,9 +747,9 @@ function Z(t) {
|
|
|
746
747
|
for (let i in S)
|
|
747
748
|
this[i] = S[i];
|
|
748
749
|
}
|
|
749
|
-
const
|
|
750
|
+
const nt = /* @__PURE__ */ function() {
|
|
750
751
|
return Y.exports;
|
|
751
752
|
}();
|
|
752
753
|
export {
|
|
753
|
-
|
|
754
|
+
nt as default
|
|
754
755
|
};
|