@web-utils/component 3.3.7 → 3.3.9
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/address-input/index.mjs +1 -1
- package/affix/index.mjs +1 -1
- package/aside-menu/index.mjs +1 -1
- package/avatar/index.mjs +1 -1
- package/awesome-button/index.mjs +1 -1
- package/capsule-tab/index.mjs +1 -1
- package/card/index.mjs +1 -1
- package/carousel/index.mjs +1 -1
- package/chat/index.mjs +2 -2
- package/chunk-file-uploader/index.mjs +1 -1
- package/chunks/{FormTemp.2IfXIr8o.mjs → FormTemp.BO_zCjBT.mjs} +4 -4
- package/chunks/{dataformat.Ab9PZnVk.mjs → dataformat.J6EgqBfr.mjs} +1 -1
- package/chunks/{dic.7JBaVHv6.mjs → dic.6ODiMBAw.mjs} +1 -1
- package/chunks/{event.lbJYeMJp.mjs → event.ChkcZtyR.mjs} +3 -3
- package/chunks/{form-input-mixin.IKogWBfn.mjs → form-input-mixin.DMuQta5I.mjs} +2 -2
- package/chunks/{form-item-mixin.BilKDUlK.mjs → form-item-mixin.CdcqXa2h.mjs} +1 -1
- package/chunks/{init.6oF7OO2W.mjs → init.BbPaCwke.mjs} +3 -3
- package/chunks/{util.y1gUGRqi.mjs → util.ThVOTZAO.mjs} +2 -24
- package/code-mirror-editor/index.mjs +8 -13
- package/color-picker/index.mjs +1 -1
- package/comment/index.mjs +1 -1
- package/confirm-button/index.mjs +2 -2
- package/confirmable/index.mjs +2 -2
- package/context-menu/index.mjs +1 -1
- package/count-up/index.mjs +1 -1
- package/custom-scrollbar/index.mjs +1 -1
- package/data-box/index.mjs +1 -1
- package/data-card/index.mjs +1 -1
- package/data-cardtext/index.mjs +1 -1
- package/data-display/index.mjs +1 -1
- package/data-icons/index.mjs +1 -1
- package/data-imgtext/index.mjs +1 -1
- package/data-operatext/index.mjs +1 -1
- package/data-panel/index.mjs +1 -1
- package/data-pay/index.mjs +1 -1
- package/data-price/index.mjs +1 -1
- package/data-progress/index.mjs +1 -1
- package/data-rotate/index.mjs +1 -1
- package/data-table-picker/index.mjs +2 -2
- package/data-tabs/index.mjs +1 -1
- package/dialog-form/index.mjs +2 -2
- package/dynamic-table/index.mjs +1 -1
- package/e-charts/index.mjs +1 -1
- package/easy-popup/index.mjs +2 -5
- package/editable-progress/index.mjs +1 -1
- package/editable-tree/index.mjs +3 -7
- package/egd-collapse/index.mjs +2 -4
- package/egd-collapse-item/index.mjs +1 -1
- package/element-dialog/index.mjs +2 -6
- package/empty-view/index.mjs +1 -1
- package/error-view/index.mjs +1 -1
- package/flex-column/index.mjs +2 -2
- package/flex-item/index.mjs +2 -2
- package/flex-row/index.mjs +2 -2
- package/flex-scroller/index.mjs +2 -6
- package/flow/index.mjs +2 -2
- package/flow-designer/index.mjs +28 -116
- package/flow-node/index.mjs +2 -2
- package/flow-viewer/index.mjs +2 -8
- package/form-button/index.mjs +1 -1
- package/form-cascader/index.mjs +4 -4
- package/form-checkbox-group/index.mjs +5 -7
- package/form-date-picker/index.mjs +4 -4
- package/form-holder/index.mjs +2 -2
- package/form-input/index.mjs +4 -6
- package/form-input-email/index.mjs +4 -6
- package/form-input-id-card/index.mjs +4 -6
- package/form-input-number/index.mjs +5 -7
- package/form-input-phone-number/index.mjs +4 -6
- package/form-input-tag/index.mjs +3 -3
- package/form-input-time/index.mjs +4 -6
- package/form-item/index.mjs +1 -1
- package/form-item-config-provider/index.mjs +1 -1
- package/form-radio-group/index.mjs +6 -12
- package/form-select/index.mjs +5 -7
- package/form-switch/index.mjs +4 -6
- package/form-textarea/index.mjs +3 -3
- package/form-view/index.mjs +2 -4
- package/fy-array/index.mjs +3 -3
- package/fy-article/index.mjs +1 -1
- package/fy-cascader/index.mjs +2 -2
- package/fy-checkbox/index.mjs +2 -2
- package/fy-code/index.mjs +2 -2
- package/fy-curd/index.mjs +14 -24
- package/fy-date/index.mjs +2 -2
- package/fy-draggable/index.mjs +2 -2
- package/fy-dynamic/index.mjs +3 -3
- package/fy-empty/index.mjs +2 -2
- package/fy-form/index.mjs +8 -12
- package/fy-form-design/index.mjs +13 -70
- package/fy-form-design/style.css +1 -1
- package/fy-input/index.mjs +2 -2
- package/fy-input-color/index.mjs +2 -2
- package/fy-input-icon/index.mjs +38 -38
- package/fy-input-icon/style.css +1 -1
- package/fy-input-map/index.mjs +2 -2
- package/fy-input-number/index.mjs +2 -2
- package/fy-input-table/index.mjs +2 -2
- package/fy-input-tree/index.mjs +2 -2
- package/fy-progress/index.mjs +1 -1
- package/fy-radio/index.mjs +2 -2
- package/fy-rate/index.mjs +2 -2
- package/fy-select/index.mjs +5 -5
- package/fy-slider/index.mjs +3 -3
- package/fy-switch/index.mjs +2 -2
- package/fy-tabs/index.mjs +17 -28
- package/fy-time/index.mjs +2 -2
- package/fy-title/index.mjs +2 -2
- package/fy-tree/index.mjs +3 -3
- package/fy-u-editor/index.mjs +2 -2
- package/fy-upload/index.mjs +4 -4
- package/guide-steps/index.mjs +1 -1
- package/highlight-j-s/index.mjs +1 -1
- package/icon-card/index.mjs +1 -1
- package/icon-temp/index.mjs +7 -6
- package/iframe-window/index.mjs +1 -1
- package/image-cropper/index.mjs +2 -2
- package/image-preview/index.mjs +2 -2
- package/image-viewer/index.mjs +1 -1
- package/input-number/index.mjs +2 -2
- package/input-number-range/index.mjs +1 -1
- package/keep-view-alive/index.mjs +1 -1
- package/keyboard/index.mjs +1 -1
- package/license/index.mjs +2 -2
- package/loading-view/index.mjs +1 -1
- package/login/index.mjs +2 -2
- package/monaco-editor/index.mjs +2 -2
- package/name-avatar/index.mjs +1 -1
- package/nav-bar/index.mjs +1 -1
- package/not-implement/index.mjs +1 -1
- package/notice/index.mjs +1 -1
- package/package.json +12 -12
- package/page/index.mjs +1 -1
- package/page-header/index.mjs +1 -1
- package/page-index/index.mjs +1 -1
- package/page-index-top/index.mjs +1 -1
- package/page-skeleton/index.mjs +2 -6
- package/page-skeleton-new/index.mjs +1 -1
- package/pageable-table/index.mjs +2 -2
- package/pageable-view/index.mjs +2 -2
- package/photo-swipe/index.mjs +2 -4
- package/present-view/index.mjs +2 -4
- package/queue/index.mjs +1 -1
- package/record-video/index.mjs +2 -2
- package/resize-observer/index.mjs +2 -2
- package/search/index.mjs +3 -3
- package/search-popover/index.mjs +3 -3
- package/sign/index.mjs +2 -2
- package/sign-panel/index.mjs +2 -2
- package/skeleton/index.mjs +1 -1
- package/split-pane/index.mjs +1 -1
- package/stateful/index.mjs +1 -1
- package/static-pageable-table/index.mjs +1 -1
- package/swiper/index.mjs +1 -1
- package/tab/index.mjs +2 -2
- package/tab-item/index.mjs +2 -2
- package/table-column/index.mjs +1 -1
- package/table-view/index.mjs +16 -20
- package/tag-render/index.mjs +1 -1
- package/text-ellipsis/index.mjs +2 -2
- package/tinymce-editor/index.mjs +1 -1
- package/toolbar-button/index.mjs +1 -1
- package/verify/index.mjs +2 -2
- package/vue-cron/index.mjs +1 -1
- package/vue-qr-code/index.mjs +1 -1
- package/vue-quill-editor/index.mjs +1 -1
- package/vue-tags-input/index.mjs +1 -1
- package/vue-tree-select/index.mjs +5 -19
- package/vue-video-player/index.mjs +2 -12
- package/watermark/index.mjs +2 -2
- package/web-types.json +9 -1
- package/x-input-tag/index.mjs +1 -1
- /package/chunks/{_plugin-vue2_normalizer.JwmUNtgn.mjs → _plugin-vue2_normalizer.YT9tSeEj.mjs} +0 -0
- /package/chunks/{confirmable-mixin.GqdyYLEM.mjs → confirmable-mixin.D2KW-Qlc.mjs} +0 -0
- /package/chunks/{form-pick-mixin.y-qhZJi6.mjs → form-pick-mixin.BFTIVn_i.mjs} +0 -0
- /package/chunks/{index.LGsb2aDq.mjs → index.DwCBGcYk.mjs} +0 -0
- /package/chunks/{input-number-mixin.GE2zr_3s.mjs → input-number-mixin.CzjtGf2n.mjs} +0 -0
- /package/chunks/{json-beautifier.fUZFSW5j.mjs → json-beautifier.CvdU9XNm.mjs} +0 -0
- /package/chunks/{packages.2yUDw9GA.mjs → packages.CWPkeLu9.mjs} +0 -0
- /package/chunks/{permission.bUiJNk5J.mjs → permission.CO31YIkD.mjs} +0 -0
- /package/chunks/{slot.j1uMmBnG.mjs → slot.DXIbhGat.mjs} +0 -0
- /package/chunks/{tab-mixin.tM9jcRT8.mjs → tab-mixin.CVr9bZtn.mjs} +0 -0
package/fy-radio/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { p as t, e as l } from "../chunks/event.
|
|
2
|
-
import { n as o } from "../chunks/_plugin-vue2_normalizer.
|
|
1
|
+
import { p as t, e as l } from "../chunks/event.ChkcZtyR.mjs";
|
|
2
|
+
import { n as o } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
3
3
|
const s = {
|
|
4
4
|
name: "FyRadio",
|
|
5
5
|
mixins: [t, l],
|
package/fy-rate/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { p as s, e as a } from "../chunks/event.
|
|
2
|
-
import { n as t } from "../chunks/_plugin-vue2_normalizer.
|
|
1
|
+
import { p as s, e as a } from "../chunks/event.ChkcZtyR.mjs";
|
|
2
|
+
import { n as t } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
3
3
|
const r = {
|
|
4
4
|
name: "FyRate",
|
|
5
5
|
mixins: [s, a],
|
package/fy-select/index.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { p as i, e as r } from "../chunks/event.
|
|
2
|
-
import { s as c } from "../chunks/dic.
|
|
3
|
-
import { b as d } from "../chunks/util.
|
|
1
|
+
import { p as i, e as r } from "../chunks/event.ChkcZtyR.mjs";
|
|
2
|
+
import { s as c } from "../chunks/dic.6ODiMBAw.mjs";
|
|
3
|
+
import { b as d } from "../chunks/util.ThVOTZAO.mjs";
|
|
4
4
|
import { isBlank as p } from "@web-utils/core";
|
|
5
|
-
import { p as u } from "../chunks/packages.
|
|
6
|
-
import { n as f } from "../chunks/_plugin-vue2_normalizer.
|
|
5
|
+
import { p as u } from "../chunks/packages.CWPkeLu9.mjs";
|
|
6
|
+
import { n as f } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
7
7
|
const h = {
|
|
8
8
|
name: "FySelect",
|
|
9
9
|
mixins: [i, r],
|
package/fy-slider/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { p as s, e as n } from "../chunks/event.
|
|
2
|
-
import { s as l } from "../chunks/util.
|
|
3
|
-
import { n as r } from "../chunks/_plugin-vue2_normalizer.
|
|
1
|
+
import { p as s, e as n } from "../chunks/event.ChkcZtyR.mjs";
|
|
2
|
+
import { s as l } from "../chunks/util.ThVOTZAO.mjs";
|
|
3
|
+
import { n as r } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
4
4
|
const a = {
|
|
5
5
|
name: "FySlider",
|
|
6
6
|
mixins: [s, n],
|
package/fy-switch/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { p as n, e as a } from "../chunks/event.
|
|
2
|
-
import { n as c } from "../chunks/_plugin-vue2_normalizer.
|
|
1
|
+
import { p as n, e as a } from "../chunks/event.ChkcZtyR.mjs";
|
|
2
|
+
import { n as c } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
3
3
|
const l = {
|
|
4
4
|
name: "FySwitch",
|
|
5
5
|
mixins: [n, a],
|
package/fy-tabs/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { n as i } from "../chunks/_plugin-vue2_normalizer.
|
|
2
|
-
const
|
|
1
|
+
import { n as i } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
2
|
+
const o = {
|
|
3
3
|
name: "FyTabs",
|
|
4
4
|
props: {
|
|
5
5
|
option: {
|
|
@@ -13,48 +13,37 @@ const r = {
|
|
|
13
13
|
active: "0"
|
|
14
14
|
};
|
|
15
15
|
},
|
|
16
|
-
computed: {
|
|
17
|
-
tabsObj() {
|
|
18
|
-
return this.columnOption[this.active];
|
|
19
|
-
},
|
|
20
|
-
parentOption() {
|
|
21
|
-
return this.option;
|
|
22
|
-
},
|
|
23
|
-
columnOption() {
|
|
24
|
-
return this.parentOption.column || [];
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
16
|
watch: {
|
|
28
17
|
active() {
|
|
29
|
-
this.$emit("change", this.
|
|
18
|
+
this.$emit("change", this.option.tabs[this.active]);
|
|
30
19
|
}
|
|
31
20
|
},
|
|
32
21
|
methods: {
|
|
33
|
-
changeTabs(
|
|
34
|
-
this.active = `${
|
|
22
|
+
changeTabs(n) {
|
|
23
|
+
this.active = `${n}`;
|
|
35
24
|
}
|
|
36
25
|
}
|
|
37
26
|
};
|
|
38
|
-
var
|
|
39
|
-
var t = this,
|
|
40
|
-
return
|
|
41
|
-
t.active =
|
|
42
|
-
}, expression: "active" } }, t._l(t.
|
|
43
|
-
return
|
|
44
|
-
return [
|
|
27
|
+
var r = function() {
|
|
28
|
+
var t = this, a = t._self._c;
|
|
29
|
+
return a("div", { staticClass: "avue-tabs" }, [a("ElTabs", { attrs: { "tab-position": t.option.position, type: t.option.type }, model: { value: t.active, callback: function(e) {
|
|
30
|
+
t.active = e;
|
|
31
|
+
}, expression: "active" } }, t._l(t.option.tabs, function(e, s) {
|
|
32
|
+
return a("ElTabPane", { key: e.label, attrs: { name: `${s}`, disabled: e.disabled }, scopedSlots: t._u([{ key: "label", fn: function() {
|
|
33
|
+
return [a("span", [a("i", { class: e.icon }), t._v(" " + t._s(e.label) + " ")])];
|
|
45
34
|
}, proxy: !0 }], null, !0) });
|
|
46
35
|
}), 1)], 1);
|
|
47
|
-
},
|
|
48
|
-
r,
|
|
36
|
+
}, l = [], c = /* @__PURE__ */ i(
|
|
49
37
|
o,
|
|
50
|
-
|
|
38
|
+
r,
|
|
39
|
+
l,
|
|
51
40
|
!1,
|
|
52
41
|
null,
|
|
53
42
|
null,
|
|
54
43
|
null,
|
|
55
44
|
null
|
|
56
45
|
);
|
|
57
|
-
const
|
|
46
|
+
const p = c.exports;
|
|
58
47
|
export {
|
|
59
|
-
|
|
48
|
+
p as default
|
|
60
49
|
};
|
package/fy-time/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { p as n, e as l } from "../chunks/event.
|
|
1
|
+
import { p as n, e as l } from "../chunks/event.ChkcZtyR.mjs";
|
|
2
2
|
import { isBlank as o } from "@web-utils/core";
|
|
3
|
-
import { n as i } from "../chunks/_plugin-vue2_normalizer.
|
|
3
|
+
import { n as i } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
4
4
|
const s = {
|
|
5
5
|
name: "FyTime",
|
|
6
6
|
mixins: [n, l],
|
package/fy-title/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { p as s, e as n } from "../chunks/event.
|
|
2
|
-
import { n as r } from "../chunks/_plugin-vue2_normalizer.
|
|
1
|
+
import { p as s, e as n } from "../chunks/event.ChkcZtyR.mjs";
|
|
2
|
+
import { n as r } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
3
3
|
const l = {
|
|
4
4
|
name: "FyTitle",
|
|
5
5
|
mixins: [s, n],
|
package/fy-tree/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { s as d, o as l, a as r } from "../chunks/util.
|
|
2
|
-
import { p as h } from "../chunks/permission.
|
|
1
|
+
import { s as d, o as l, a as r } from "../chunks/util.ThVOTZAO.mjs";
|
|
2
|
+
import { p as h } from "../chunks/permission.CO31YIkD.mjs";
|
|
3
3
|
import { isBlank as u } from "@web-utils/core";
|
|
4
|
-
import { n as p } from "../chunks/_plugin-vue2_normalizer.
|
|
4
|
+
import { n as p } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
5
5
|
const f = {
|
|
6
6
|
name: "FyTree",
|
|
7
7
|
directives: {
|
package/fy-u-editor/index.mjs
CHANGED
|
@@ -28,8 +28,8 @@ var u = (e, t, r) => new Promise((o, i) => {
|
|
|
28
28
|
});
|
|
29
29
|
import "@wangeditor/editor/dist/css/style.css";
|
|
30
30
|
import { createEditor as v, createToolbar as A } from "@wangeditor/editor";
|
|
31
|
-
import { p as O } from "../chunks/util.
|
|
32
|
-
import { n as _ } from "../chunks/_plugin-vue2_normalizer.
|
|
31
|
+
import { p as O } from "../chunks/util.ThVOTZAO.mjs";
|
|
32
|
+
import { n as _ } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
33
33
|
const w = (e) => {
|
|
34
34
|
const { region: t, endpoint: r, accessKeyId: o, accessKeySecret: i, bucket: n } = e;
|
|
35
35
|
return new window.OSS({ region: t, endpoint: r, accessKeyId: o, accessKeySecret: i, bucket: n });
|
package/fy-upload/index.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { p as R, e as I } from "../chunks/event.
|
|
2
|
-
import { B, i as F, p as N } from "../chunks/util.
|
|
3
|
-
import { p as A } from "../chunks/packages.
|
|
1
|
+
import { p as R, e as I } from "../chunks/event.ChkcZtyR.mjs";
|
|
2
|
+
import { B, i as F, p as N } from "../chunks/util.ThVOTZAO.mjs";
|
|
3
|
+
import { p as A } from "../chunks/packages.CWPkeLu9.mjs";
|
|
4
4
|
import { isBlank as b } from "@web-utils/core";
|
|
5
|
-
import { n as K } from "../chunks/_plugin-vue2_normalizer.
|
|
5
|
+
import { n as K } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
6
6
|
let d, g;
|
|
7
7
|
const w = {
|
|
8
8
|
width: 200,
|
package/guide-steps/index.mjs
CHANGED
package/highlight-j-s/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import a from "highlight.js/lib/core";
|
|
2
2
|
import "highlight.js/styles/atom-one-dark-reasonable.css";
|
|
3
3
|
import { escapeHtml as g } from "@web-utils/core";
|
|
4
|
-
import { n as l } from "../chunks/_plugin-vue2_normalizer.
|
|
4
|
+
import { n as l } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
5
5
|
const i = {
|
|
6
6
|
name: "HighlightJS",
|
|
7
7
|
props: {
|
package/icon-card/index.mjs
CHANGED
package/icon-temp/index.mjs
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { n
|
|
1
|
+
import { n } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
2
2
|
const s = {
|
|
3
3
|
name: "IconTemp",
|
|
4
4
|
props: {
|
|
5
5
|
small: Boolean,
|
|
6
|
+
size: String,
|
|
6
7
|
text: {
|
|
7
8
|
type: String,
|
|
8
9
|
default: ""
|
|
@@ -10,9 +11,9 @@ const s = {
|
|
|
10
11
|
}
|
|
11
12
|
};
|
|
12
13
|
var a = function() {
|
|
13
|
-
var e = this,
|
|
14
|
-
return
|
|
15
|
-
}, l = [], r = /* @__PURE__ */
|
|
14
|
+
var e = this, t = e._self._c;
|
|
15
|
+
return t("span", { staticClass: "avue-icon", class: { "avue-icon--small": e.small } }, [e.text.includes("#") ? t("svg", { attrs: { "aria-hidden": "true" } }, [t("use", { attrs: { "xlink:href": e.text } })]) : t("i", { class: e.text, style: { fontSize: e.size } })]);
|
|
16
|
+
}, l = [], r = /* @__PURE__ */ n(
|
|
16
17
|
s,
|
|
17
18
|
a,
|
|
18
19
|
l,
|
|
@@ -22,7 +23,7 @@ var a = function() {
|
|
|
22
23
|
null,
|
|
23
24
|
null
|
|
24
25
|
);
|
|
25
|
-
const
|
|
26
|
+
const c = r.exports;
|
|
26
27
|
export {
|
|
27
|
-
|
|
28
|
+
c as default
|
|
28
29
|
};
|
package/iframe-window/index.mjs
CHANGED
package/image-cropper/index.mjs
CHANGED
|
@@ -9,10 +9,10 @@ var a = (t, e, o) => e in t ? p(t, e, { enumerable: !0, configurable: !0, writab
|
|
|
9
9
|
c.call(e, o) && a(t, o, e[o]);
|
|
10
10
|
return t;
|
|
11
11
|
};
|
|
12
|
-
import { B as u } from "../chunks/util.
|
|
12
|
+
import { B as u } from "../chunks/util.ThVOTZAO.mjs";
|
|
13
13
|
import { VueCropper as f } from "vue-cropper";
|
|
14
14
|
import m from "vue";
|
|
15
|
-
import { n as d } from "../chunks/_plugin-vue2_normalizer.
|
|
15
|
+
import { n as d } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
16
16
|
const n = {
|
|
17
17
|
name: "ImageCropper",
|
|
18
18
|
components: {
|
package/image-preview/index.mjs
CHANGED
|
@@ -9,10 +9,10 @@ var r = (i, e, t) => e in i ? m(i, e, { enumerable: !0, configurable: !0, writab
|
|
|
9
9
|
v.call(e, t) && r(i, t, e[t]);
|
|
10
10
|
return i;
|
|
11
11
|
};
|
|
12
|
-
import { i as p } from "../chunks/util.
|
|
12
|
+
import { i as p } from "../chunks/util.ThVOTZAO.mjs";
|
|
13
13
|
import { setPx as u } from "@web-utils/core";
|
|
14
14
|
import _ from "vue";
|
|
15
|
-
import { n as f } from "../chunks/_plugin-vue2_normalizer.
|
|
15
|
+
import { n as f } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
16
16
|
const o = {
|
|
17
17
|
name: "ImagePreview",
|
|
18
18
|
data() {
|
package/image-viewer/index.mjs
CHANGED
package/input-number/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import s from "element-ui/src/mixins/focus";
|
|
2
2
|
import u from "element-ui/src/directives/repeat-click";
|
|
3
|
-
import { i as o } from "../chunks/input-number-mixin.
|
|
4
|
-
import { n as a } from "../chunks/_plugin-vue2_normalizer.
|
|
3
|
+
import { i as o } from "../chunks/input-number-mixin.CzjtGf2n.mjs";
|
|
4
|
+
import { n as a } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
5
5
|
const l = {
|
|
6
6
|
name: "InputNumber",
|
|
7
7
|
directives: {
|
package/keyboard/index.mjs
CHANGED
package/license/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { C as r } from "../chunks/util.
|
|
2
|
-
import { n as l } from "../chunks/_plugin-vue2_normalizer.
|
|
1
|
+
import { C as r } from "../chunks/util.ThVOTZAO.mjs";
|
|
2
|
+
import { n as l } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
3
3
|
const g = {
|
|
4
4
|
name: "License",
|
|
5
5
|
props: {
|
package/loading-view/index.mjs
CHANGED
package/login/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { s as l } from "../chunks/util.
|
|
1
|
+
import { s as l } from "../chunks/util.ThVOTZAO.mjs";
|
|
2
2
|
import { isBlank as n } from "@web-utils/core";
|
|
3
|
-
import { n as a } from "../chunks/_plugin-vue2_normalizer.
|
|
3
|
+
import { n as a } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
4
4
|
const r = "发送验证码", i = "{{time}}s后重获取", c = {
|
|
5
5
|
name: "Login",
|
|
6
6
|
props: {
|
package/monaco-editor/index.mjs
CHANGED
|
@@ -11,9 +11,9 @@ var r = (t, e, i) => e in t ? u(t, e, { enumerable: !0, configurable: !0, writab
|
|
|
11
11
|
};
|
|
12
12
|
import * as o from "monaco-editor/esm/vs/editor/editor.api";
|
|
13
13
|
import "monaco-editor/esm/vs/basic-languages/javascript/javascript.contribution";
|
|
14
|
-
import { c as l } from "../chunks/json-beautifier.
|
|
14
|
+
import { c as l } from "../chunks/json-beautifier.CvdU9XNm.mjs";
|
|
15
15
|
import { NOOP as a } from "@web-utils/core";
|
|
16
|
-
import { n as g } from "../chunks/_plugin-vue2_normalizer.
|
|
16
|
+
import { n as g } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
17
17
|
const m = {
|
|
18
18
|
name: "MonacoEditor",
|
|
19
19
|
props: {
|
package/name-avatar/index.mjs
CHANGED
package/nav-bar/index.mjs
CHANGED
package/not-implement/index.mjs
CHANGED
package/notice/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@web-utils/component",
|
|
3
3
|
"description": "Web Components",
|
|
4
|
-
"version": "3.3.
|
|
4
|
+
"version": "3.3.9",
|
|
5
5
|
"author": "Simple",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "module",
|
|
@@ -17,22 +17,22 @@
|
|
|
17
17
|
"@tinymce/tinymce-vue": "3.2.8",
|
|
18
18
|
"@wangeditor/editor": "^5.1.23",
|
|
19
19
|
"@wangeditor/editor-for-vue": "^1.0.2",
|
|
20
|
-
"@web-utils/core": "^3.0.
|
|
21
|
-
"@web-utils/integrations": "^3.0.
|
|
22
|
-
"@web-utils/vue": "^3.0.
|
|
23
|
-
"bpmn-js": "^
|
|
24
|
-
"bpmn-js-token-simulation": "^0.33.
|
|
20
|
+
"@web-utils/core": "^3.0.15",
|
|
21
|
+
"@web-utils/integrations": "^3.0.15",
|
|
22
|
+
"@web-utils/vue": "^3.0.15",
|
|
23
|
+
"bpmn-js": "^17.0.2",
|
|
24
|
+
"bpmn-js-token-simulation": "^0.33.1",
|
|
25
25
|
"codemirror": "^5.65.15",
|
|
26
26
|
"countup.js": "^2.8.0",
|
|
27
27
|
"dayjs": "^1.11.10",
|
|
28
|
-
"diagram-js": "
|
|
29
|
-
"echarts": "^5.
|
|
28
|
+
"diagram-js": "14.1.0",
|
|
29
|
+
"echarts": "^5.5.0",
|
|
30
30
|
"highlight.js": "^11.9.0",
|
|
31
31
|
"lodash-es": "^4.17.21",
|
|
32
|
-
"min-dash": "^4.
|
|
32
|
+
"min-dash": "^4.2.1",
|
|
33
33
|
"min-dom": "^4.1.0",
|
|
34
|
-
"monaco-editor": "^0.
|
|
35
|
-
"overlayscrollbars": "^2.
|
|
34
|
+
"monaco-editor": "^0.46.0",
|
|
35
|
+
"overlayscrollbars": "^2.5.0",
|
|
36
36
|
"photoswipe": "^5.4.3",
|
|
37
37
|
"qrcode": "^1.5.3",
|
|
38
38
|
"quill": "^1.3.7",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"simple-uploader.js": "^0.6.0",
|
|
41
41
|
"tiny-svg": "^3.0.1",
|
|
42
42
|
"tinymce": "4.9.11",
|
|
43
|
-
"video.js": "^8.
|
|
43
|
+
"video.js": "^8.10.0",
|
|
44
44
|
"viewerjs": "^1.11.6",
|
|
45
45
|
"vue-cropper": "^0.6.4",
|
|
46
46
|
"vuedraggable": "^2.24.3",
|
package/page/index.mjs
CHANGED
package/page-header/index.mjs
CHANGED
package/page-index/index.mjs
CHANGED
|
@@ -15,7 +15,7 @@ var r = (a, t, e) => new Promise((s, n) => {
|
|
|
15
15
|
u((e = e.apply(a, t)).next());
|
|
16
16
|
});
|
|
17
17
|
import { treeToArray as p, findFirstMatchNode as d } from "@web-utils/core";
|
|
18
|
-
import { n as c } from "../chunks/_plugin-vue2_normalizer.
|
|
18
|
+
import { n as c } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
19
19
|
const f = {
|
|
20
20
|
name: "PageIndex",
|
|
21
21
|
props: {
|
package/page-index-top/index.mjs
CHANGED
|
@@ -15,7 +15,7 @@ var i = (s, t, e) => new Promise((a, r) => {
|
|
|
15
15
|
u((e = e.apply(s, t)).next());
|
|
16
16
|
});
|
|
17
17
|
import { treeToArray as h, findFirstMatchNode as o } from "@web-utils/core";
|
|
18
|
-
import { n as m } from "../chunks/_plugin-vue2_normalizer.
|
|
18
|
+
import { n as m } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
19
19
|
const f = {
|
|
20
20
|
name: "PageIndexTop",
|
|
21
21
|
props: {
|
package/page-skeleton/index.mjs
CHANGED
|
@@ -4,7 +4,7 @@ import n from "../nav-bar/index.mjs";
|
|
|
4
4
|
import "../nav-bar/style.css";
|
|
5
5
|
import l from "../page-header/index.mjs";
|
|
6
6
|
import "../page-header/style.css";
|
|
7
|
-
import { n as r } from "../chunks/_plugin-vue2_normalizer.
|
|
7
|
+
import { n as r } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
8
8
|
const a = {
|
|
9
9
|
name: "PageSkeleton",
|
|
10
10
|
components: {
|
|
@@ -31,11 +31,7 @@ var s = function() {
|
|
|
31
31
|
var e = this, t = e._self._c;
|
|
32
32
|
return t("Page", { staticClass: "page-skeleton" }, [e.header ? e._t("header", function() {
|
|
33
33
|
return [e.title ? t("PageHeader", { attrs: { title: e.title } }) : t("NavBar")];
|
|
34
|
-
}) : e._e(), t("div", { class: [
|
|
35
|
-
"page-content",
|
|
36
|
-
{ "flex-column": e.flexColumn, "flex-row": e.flexRow, "content-scroll": e.contentScroll },
|
|
37
|
-
e.contentClass
|
|
38
|
-
] }, [e._t("default")], 2)], 2);
|
|
34
|
+
}) : e._e(), t("div", { class: ["page-content", { "flex-column": e.flexColumn, "flex-row": e.flexRow, "content-scroll": e.contentScroll }, e.contentClass] }, [e._t("default")], 2)], 2);
|
|
39
35
|
}, c = [], f = /* @__PURE__ */ r(
|
|
40
36
|
a,
|
|
41
37
|
s,
|
package/pageable-table/index.mjs
CHANGED
|
@@ -37,8 +37,8 @@ var h = (t, e, a) => new Promise((s, l) => {
|
|
|
37
37
|
});
|
|
38
38
|
import { hasOwn as v } from "@web-utils/core";
|
|
39
39
|
import { cloneDeep as S, merge as C } from "@web-utils/integrations/lodash";
|
|
40
|
-
import { f as T, h as k, i as B } from "../chunks/index.
|
|
41
|
-
import { n as P } from "../chunks/_plugin-vue2_normalizer.
|
|
40
|
+
import { f as T, h as k, i as B } from "../chunks/index.DwCBGcYk.mjs";
|
|
41
|
+
import { n as P } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
42
42
|
const o = {
|
|
43
43
|
loading: 1,
|
|
44
44
|
error: -1,
|
package/pageable-view/index.mjs
CHANGED
|
@@ -37,8 +37,8 @@ var h = (e, t, s) => new Promise((l, r) => {
|
|
|
37
37
|
});
|
|
38
38
|
import { cloneDeep as S, merge as w } from "@web-utils/integrations/lodash";
|
|
39
39
|
import { copy as P, hasOwn as C } from "@web-utils/core";
|
|
40
|
-
import { f as v, h as x, i as O } from "../chunks/index.
|
|
41
|
-
import { n as R } from "../chunks/_plugin-vue2_normalizer.
|
|
40
|
+
import { f as v, h as x, i as O } from "../chunks/index.DwCBGcYk.mjs";
|
|
41
|
+
import { n as R } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
42
42
|
function k(e) {
|
|
43
43
|
let t = "";
|
|
44
44
|
for (const s in e)
|
package/photo-swipe/index.mjs
CHANGED
|
@@ -16,7 +16,7 @@ var u = (i, n, t) => new Promise((h, a) => {
|
|
|
16
16
|
});
|
|
17
17
|
import g from "photoswipe";
|
|
18
18
|
import "photoswipe/dist/photoswipe.css";
|
|
19
|
-
import { n as d } from "../chunks/_plugin-vue2_normalizer.
|
|
19
|
+
import { n as d } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
20
20
|
function w(i) {
|
|
21
21
|
new g(i).init();
|
|
22
22
|
}
|
|
@@ -25,9 +25,7 @@ function l(h, a) {
|
|
|
25
25
|
const r = i.target;
|
|
26
26
|
if (!(!r || r.classList.contains(t.selector) || r.tagName === "IMG"))
|
|
27
27
|
return;
|
|
28
|
-
const e = n.querySelectorAll(
|
|
29
|
-
t.selector === "img" ? t.selector : `.${t.selector}`
|
|
30
|
-
), s = [...e].findIndex((c) => c === r);
|
|
28
|
+
const e = n.querySelectorAll(t.selector === "img" ? t.selector : `.${t.selector}`), s = [...e].findIndex((c) => c === r);
|
|
31
29
|
s >= 0 && (t.index = s);
|
|
32
30
|
const o = yield f(e);
|
|
33
31
|
yield w({ dataSource: o, index: s });
|
package/present-view/index.mjs
CHANGED
|
@@ -30,7 +30,7 @@ import { hasOwn as p, toStringArray as S, delay as F, isInContainer as k } from
|
|
|
30
30
|
import { merge as B } from "@web-utils/integrations/lodash";
|
|
31
31
|
import L from "../resize-observer/index.mjs";
|
|
32
32
|
import "../resize-observer/style.css";
|
|
33
|
-
import { n as C } from "../chunks/_plugin-vue2_normalizer.
|
|
33
|
+
import { n as C } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
34
34
|
const w = [
|
|
35
35
|
"back",
|
|
36
36
|
"create",
|
|
@@ -178,9 +178,7 @@ const w = [
|
|
|
178
178
|
return e.filter((t) => !v.includes(t) && t.indexOf(":down") < 0).map((t) => t.replace(":up", ""));
|
|
179
179
|
},
|
|
180
180
|
getFooterBarButtons(e) {
|
|
181
|
-
let t = e.filter(
|
|
182
|
-
(o) => !I.includes(o) && (v.includes(o) || o.indexOf(":down") > -1)
|
|
183
|
-
).map((o) => o.replace(":down", ""));
|
|
181
|
+
let t = e.filter((o) => !I.includes(o) && (v.includes(o) || o.indexOf(":down") > -1)).map((o) => o.replace(":down", ""));
|
|
184
182
|
return t = t || [], this.$parent.isEnabled && !t.includes("cancel") && t.push("cancel"), t;
|
|
185
183
|
}
|
|
186
184
|
}
|
package/queue/index.mjs
CHANGED
package/record-video/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s } from "../chunks/util.
|
|
2
|
-
import { n as a } from "../chunks/_plugin-vue2_normalizer.
|
|
1
|
+
import { s } from "../chunks/util.ThVOTZAO.mjs";
|
|
2
|
+
import { n as a } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
3
3
|
let o = class {
|
|
4
4
|
/**
|
|
5
5
|
* 构造函数
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { j as r } from "../chunks/index.
|
|
2
|
-
import { n as o } from "../chunks/_plugin-vue2_normalizer.
|
|
1
|
+
import { j as r } from "../chunks/index.DwCBGcYk.mjs";
|
|
2
|
+
import { n as o } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
3
3
|
let t;
|
|
4
4
|
function i() {
|
|
5
5
|
i.init || (i.init = !0, t = r() !== -1);
|
package/search/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { a as p } from "../chunks/util.
|
|
2
|
-
import { i } from "../chunks/init.
|
|
1
|
+
import { a as p } from "../chunks/util.ThVOTZAO.mjs";
|
|
2
|
+
import { i } from "../chunks/init.BbPaCwke.mjs";
|
|
3
3
|
import { isBlank as o } from "@web-utils/core";
|
|
4
|
-
import { n } from "../chunks/_plugin-vue2_normalizer.
|
|
4
|
+
import { n } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
5
5
|
const l = {
|
|
6
6
|
name: "Search",
|
|
7
7
|
mixins: [i],
|