@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/search-popover/index.mjs
CHANGED
|
@@ -16,8 +16,8 @@ var c = (r, e, t) => new Promise((s, i) => {
|
|
|
16
16
|
});
|
|
17
17
|
import { copy as u, isInContainer as d } from "@web-utils/core";
|
|
18
18
|
import p from "element-ui/lib/utils/clickoutside";
|
|
19
|
-
import { z as f } from "../chunks/util.
|
|
20
|
-
import { n as v } from "../chunks/_plugin-vue2_normalizer.
|
|
19
|
+
import { z as f } from "../chunks/util.ThVOTZAO.mjs";
|
|
20
|
+
import { n as v } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
21
21
|
const m = {
|
|
22
22
|
name: "SearchPopover",
|
|
23
23
|
directives: {
|
|
@@ -120,7 +120,7 @@ var w = function() {
|
|
|
120
120
|
} } }, [t("div", { staticClass: "search-icon" }, [t("i", { class: s.icon || "el-icon-menu" })]), t("div", { staticStyle: { flex: "1", "box-sizing": "border-box", padding: "0 10px", "overflow-x": "hidden", "text-align": "left" } }, [t("p", { staticStyle: { "margin-bottom": "4px", "font-size": "16px" } }, [e._v(e._s(s.name))]), t("p", { staticClass: "url" }, [e._v(e._s(s.url || s.path))])]), t("div", { staticClass: "search-icon search-action" }, [t("svg", { staticClass: "action", attrs: { width: "20", height: "20", viewBox: "0 0 20 20" } }, [t("g", { attrs: { stroke: "currentColor", fill: "none", "fill-rule": "evenodd", "stroke-linecap": "round", "stroke-linejoin": "round" } }, [t("path", { attrs: { d: "M18 3v4c0 2-2 4-4 4H2" } }), t("path", { attrs: { d: "M8 17l-6-6 6-6" } })])])])])]);
|
|
121
121
|
}) : e.evalResult !== "" ? t("li", { staticClass: "search-li", on: { click: e.copyEvalResult, mousemove: function(s) {
|
|
122
122
|
return e.mouseHoverItem({}, -1);
|
|
123
|
-
} } }, [t("a", { class: ["search-item", { active: e.currentIndex === -1 }], attrs: { rel: "noopener noreferrer", href: "javascript:void(0)" } }, [e._m(0), t("div", { staticStyle: { flex: "1", "box-sizing": "border-box", padding: "0 10px", "overflow-x": "hidden", "text-align": "left" } }, [t("p", { staticStyle: { "margin-bottom": "4px", "font-size": "16px" } }, [e._v("Result: " + e._s(e.evalResult))]), t("p", { staticClass: "url" }, [e._v("点击或这按 Enter 键复制")])]), t("div", { staticClass: "search-icon search-action" }, [t("svg", { staticClass: "action", attrs: { width: "20", height: "20", viewBox: "0 0 20 20" } }, [t("g", { attrs: { stroke: "currentColor", fill: "none", "fill-rule": "evenodd", "stroke-linecap": "round", "stroke-linejoin": "round" } }, [t("path", { attrs: { d: "M18 3v4c0 2-2 4-4 4H2" } }), t("path", { attrs: { d: "M8 17l-6-6 6-6" } })])])])])]) : t("li", { staticStyle: { display: "flex", "align-items": "center", "justify-content": "center", height: "100%", color: "#808080" } }, [e._v("
|
|
123
|
+
} } }, [t("a", { class: ["search-item", { active: e.currentIndex === -1 }], attrs: { rel: "noopener noreferrer", href: "javascript:void(0)" } }, [e._m(0), t("div", { staticStyle: { flex: "1", "box-sizing": "border-box", padding: "0 10px", "overflow-x": "hidden", "text-align": "left" } }, [t("p", { staticStyle: { "margin-bottom": "4px", "font-size": "16px" } }, [e._v("Result: " + e._s(e.evalResult))]), t("p", { staticClass: "url" }, [e._v("点击或这按 Enter 键复制")])]), t("div", { staticClass: "search-icon search-action" }, [t("svg", { staticClass: "action", attrs: { width: "20", height: "20", viewBox: "0 0 20 20" } }, [t("g", { attrs: { stroke: "currentColor", fill: "none", "fill-rule": "evenodd", "stroke-linecap": "round", "stroke-linejoin": "round" } }, [t("path", { attrs: { d: "M18 3v4c0 2-2 4-4 4H2" } }), t("path", { attrs: { d: "M8 17l-6-6 6-6" } })])])])])]) : t("li", { staticStyle: { display: "flex", "align-items": "center", "justify-content": "center", height: "100%", color: "#808080" } }, [e._v("Sorry,no result !")])], 2), t("div", { staticClass: "footer-tips" }, [t("span", { staticClass: "keyboard-key" }, [t("svg", { attrs: { width: "15", height: "15" } }, [t("g", { attrs: { fill: "none", stroke: "currentColor", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.2" } }, [t("path", { attrs: { d: "M12 3.53088v3c0 1-1 2-2 2H4M7 11.53088l-3-3 3-3" } })])])]), t("span", { staticStyle: { "margin-right": "20px", "font-size": "12px" } }, [e._v("选择")]), t("span", { staticClass: "keyboard-key" }, [t("svg", { attrs: { width: "15", height: "15" } }, [t("g", { attrs: { fill: "none", stroke: "currentColor", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.2" } }, [t("path", { attrs: { d: "M7.5 3.5v8M10.5 8.5l-3 3-3-3" } })])])]), t("span", { staticClass: "keyboard-key" }, [t("svg", { attrs: { width: "15", height: "15" } }, [t("g", { attrs: { fill: "none", stroke: "currentColor", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.2" } }, [t("path", { attrs: { d: "M7.5 11.5v-8M10.5 6.5l-3-3-3 3" } })])])]), t("span", { staticStyle: { "margin-right": "20px", "font-size": "12px" } }, [e._v("切换")]), t("span", { staticClass: "keyboard-key" }, [t("svg", { attrs: { width: "15", height: "15" } }, [t("g", { attrs: { fill: "none", stroke: "currentColor", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.2" } }, [t("path", { attrs: { d: "M13.6167 8.936c-.1065.3583-.6883.962-1.4875.962-.7993 0-1.653-.9165-1.653-2.1258v-.5678c0-1.2548.7896-2.1016 1.653-2.1016.8634 0 1.3601.4778 1.4875 1.0724M9 6c-.1352-.4735-.7506-.9219-1.46-.8972-.7092.0246-1.344.57-1.344 1.2166s.4198.8812 1.3445.9805C8.465 7.3992 8.968 7.9337 9 8.5c.032.5663-.454 1.398-1.4595 1.398C6.6593 9.898 6 9 5.963 8.4851m-1.4748.5368c-.2635.5941-.8099.876-1.5443.876s-1.7073-.6248-1.7073-2.204v-.4603c0-1.0416.721-2.131 1.7073-2.131.9864 0 1.6425 1.031 1.5443 2.2492h-2.956" } })])])]), t("span", { staticStyle: { "font-size": "12px" } }, [e._v("关闭")])])]);
|
|
124
124
|
}, k = [function() {
|
|
125
125
|
var r = this, e = r._self._c;
|
|
126
126
|
return e("div", { staticClass: "search-icon" }, [e("i", { staticClass: "fa fa-table" })]);
|
package/sign/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as v } from "../chunks/util.
|
|
2
|
-
import { n as m } from "../chunks/_plugin-vue2_normalizer.
|
|
1
|
+
import { s as v } from "../chunks/util.ThVOTZAO.mjs";
|
|
2
|
+
import { n as m } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
3
3
|
function p(e, s, n, r, t, o) {
|
|
4
4
|
e.save(), e.fillStyle = t, e.translate(s, n), e.rotate(Math.PI + o), e.beginPath();
|
|
5
5
|
let a = Math.sin(0), d = Math.cos(0);
|
package/sign-panel/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as a } from "../chunks/_plugin-vue2_normalizer.
|
|
1
|
+
import { n as a } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
2
2
|
const n = {
|
|
3
3
|
name: "SignPanel",
|
|
4
4
|
props: {
|
|
@@ -127,7 +127,7 @@ var l = function() {
|
|
|
127
127
|
return e.stopPropagation(), t.touchend.apply(null, arguments);
|
|
128
128
|
}, mouseup: function(e) {
|
|
129
129
|
return e.stopPropagation(), t.up.apply(null, arguments);
|
|
130
|
-
} } }, [t._v("当前浏览器不支持手写签名 ")])]), s("div", { staticClass: "sign-tool-bar" }, [s("div", { staticClass: "sign-button flex-item", staticStyle: { color: "red" }, on: { click: t.clear } }, [s("i", { staticClass: "fa fa-trash" }), t._v(" 清除")]), s("div", { staticClass: "sign-button flex-item", staticStyle: { color: "red" }, on: { click: t.cancel } }, [s("i", { staticClass: "fa fa-close" }), t._v(" 取消")]), s("div", { staticClass: "sign-button flex-item", staticStyle: { color: "orange" }, on: { click: t.rollback } }, [s("i", { staticClass: "fa fa-repeat" }), t._v(" 撤销
|
|
130
|
+
} } }, [t._v("当前浏览器不支持手写签名 ")])]), s("div", { staticClass: "sign-tool-bar" }, [s("div", { staticClass: "sign-button flex-item", staticStyle: { color: "red" }, on: { click: t.clear } }, [s("i", { staticClass: "fa fa-trash" }), t._v(" 清除")]), s("div", { staticClass: "sign-button flex-item", staticStyle: { color: "red" }, on: { click: t.cancel } }, [s("i", { staticClass: "fa fa-close" }), t._v(" 取消")]), s("div", { staticClass: "sign-button flex-item", staticStyle: { color: "orange" }, on: { click: t.rollback } }, [s("i", { staticClass: "fa fa-repeat" }), t._v(" 撤销")]), s("div", { staticClass: "sign-button flex-item", staticStyle: { color: "green" }, on: { click: t.save } }, [s("i", { staticClass: "fa fa-check" }), t._v(" 确定")])])]), s("div", { directives: [{ name: "show", rawName: "v-show", value: t.disabled || !t.edit, expression: "disabled || !edit" }], staticClass: "sign-view", style: { cursor: t.disabled ? "not-allowed" : "pointer" }, on: { click: t.showSign } }, [t.value ? s("img", { staticClass: "sign-image", attrs: { src: t.value, alt: "签名" } }) : t._e(), t.value ? t._e() : s("p", { staticClass: "sign-tips", style: { color: !t.value && t.disabled ? "red" : "" } }, [t._v(" " + t._s(t.disabled ? "未签名" : "点击进行签名") + " ")]), t.disabled ? t._e() : s("i", { staticClass: "el-icon-edit-outline sign-edit-icon" })])]);
|
|
131
131
|
}, o = [], c = /* @__PURE__ */ a(
|
|
132
132
|
n,
|
|
133
133
|
l,
|
package/skeleton/index.mjs
CHANGED
package/split-pane/index.mjs
CHANGED
|
@@ -14,7 +14,7 @@ var l = (e, t, s) => new Promise((o, i) => {
|
|
|
14
14
|
}, a = (r) => r.done ? o(r.value) : Promise.resolve(r.value).then(n, c);
|
|
15
15
|
a((s = s.apply(e, t)).next());
|
|
16
16
|
});
|
|
17
|
-
import { n as u } from "../chunks/_plugin-vue2_normalizer.
|
|
17
|
+
import { n as u } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
18
18
|
import d from "../resize-observer/index.mjs";
|
|
19
19
|
import "../resize-observer/style.css";
|
|
20
20
|
function g(e, t) {
|
package/stateful/index.mjs
CHANGED
package/swiper/index.mjs
CHANGED
|
@@ -17,7 +17,7 @@ var h = (e, t, s) => new Promise((i, r) => {
|
|
|
17
17
|
import { getEleWidth as c } from "@web-utils/core";
|
|
18
18
|
import u from "../resize-observer/index.mjs";
|
|
19
19
|
import "../resize-observer/style.css";
|
|
20
|
-
import { n as p } from "../chunks/_plugin-vue2_normalizer.
|
|
20
|
+
import { n as p } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
21
21
|
const f = {
|
|
22
22
|
name: "Swiper",
|
|
23
23
|
components: {
|
package/tab/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { p as n } from "../chunks/tab-mixin.
|
|
2
|
-
import { n as a } from "../chunks/_plugin-vue2_normalizer.
|
|
1
|
+
import { p as n } from "../chunks/tab-mixin.CVr9bZtn.mjs";
|
|
2
|
+
import { n as a } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
3
3
|
const s = {
|
|
4
4
|
name: "Tab",
|
|
5
5
|
mixins: [n],
|
package/tab-item/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c as a } from "../chunks/tab-mixin.
|
|
2
|
-
import { n as r } from "../chunks/_plugin-vue2_normalizer.
|
|
1
|
+
import { c as a } from "../chunks/tab-mixin.CVr9bZtn.mjs";
|
|
2
|
+
import { n as r } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
3
3
|
const l = {
|
|
4
4
|
name: "TabItem",
|
|
5
5
|
mixins: [a],
|
package/table-column/index.mjs
CHANGED
|
@@ -10,7 +10,7 @@ var i = (t, e, n) => e in t ? s(t, e, { enumerable: !0, configurable: !0, writab
|
|
|
10
10
|
f.call(e, n) && i(t, n, e[n]);
|
|
11
11
|
return t;
|
|
12
12
|
}, r = (t, e) => u(t, d(e));
|
|
13
|
-
import { n as p } from "../chunks/_plugin-vue2_normalizer.
|
|
13
|
+
import { n as p } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
14
14
|
const g = {
|
|
15
15
|
props: {
|
|
16
16
|
type: {
|
package/table-view/index.mjs
CHANGED
|
@@ -16,8 +16,8 @@ var a = (r, e, t) => new Promise((s, l) => {
|
|
|
16
16
|
});
|
|
17
17
|
import { merge as n } from "@web-utils/integrations/lodash";
|
|
18
18
|
import { isString as d, isArray as u, trace as f, warning as m, toStringArray as g, isFunction as w, hasOwn as p } from "@web-utils/core";
|
|
19
|
-
import { k as _ } from "../chunks/index.
|
|
20
|
-
import { n as v } from "../chunks/_plugin-vue2_normalizer.
|
|
19
|
+
import { k as _ } from "../chunks/index.DwCBGcYk.mjs";
|
|
20
|
+
import { n as v } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
21
21
|
const P = [
|
|
22
22
|
"back",
|
|
23
23
|
"create",
|
|
@@ -204,24 +204,20 @@ const P = [
|
|
|
204
204
|
this.$message.warning("请选择要删除的记录!");
|
|
205
205
|
return;
|
|
206
206
|
}
|
|
207
|
-
yield this.$confirm(
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
l();
|
|
222
|
-
})
|
|
223
|
-
}
|
|
224
|
-
).catch((t) => t);
|
|
207
|
+
yield this.$confirm(`您确定要删除选中的[<span class="break-word" style="color: orange">${this.selectedRows.length}</span>]行记录吗?`, "系统提示", {
|
|
208
|
+
type: "warning",
|
|
209
|
+
modal: !0,
|
|
210
|
+
dangerouslyUseHTMLString: !0,
|
|
211
|
+
closeOnClickModal: !1,
|
|
212
|
+
beforeClose: (t, s, l) => a(this, null, function* () {
|
|
213
|
+
if (t === "confirm")
|
|
214
|
+
try {
|
|
215
|
+
s.confirmButtonLoading = !0, s.confirmButtonText = "删除...", yield r.call(this, this.selectedRows.map((o) => o.id).join(",")), this.$message.success("删除成功"), yield this.reloadTable(), yield this.refreshTree();
|
|
216
|
+
} catch (o) {
|
|
217
|
+
}
|
|
218
|
+
l();
|
|
219
|
+
})
|
|
220
|
+
}).catch((t) => t);
|
|
225
221
|
}
|
|
226
222
|
});
|
|
227
223
|
},
|
package/tag-render/index.mjs
CHANGED
|
@@ -10,7 +10,7 @@ var l = (t, e, n) => e in t ? u(t, e, { enumerable: !0, configurable: !0, writab
|
|
|
10
10
|
return t;
|
|
11
11
|
};
|
|
12
12
|
import { hasOwn as o } from "@web-utils/core";
|
|
13
|
-
import { n as g } from "../chunks/_plugin-vue2_normalizer.
|
|
13
|
+
import { n as g } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
14
14
|
const f = {
|
|
15
15
|
name: "TagRender",
|
|
16
16
|
inject: {
|
package/text-ellipsis/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as n } from "../chunks/util.
|
|
2
|
-
import { n as o } from "../chunks/_plugin-vue2_normalizer.
|
|
1
|
+
import { s as n } from "../chunks/util.ThVOTZAO.mjs";
|
|
2
|
+
import { n as o } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
3
3
|
const h = {
|
|
4
4
|
name: "TextEllipsis",
|
|
5
5
|
props: {
|
package/tinymce-editor/index.mjs
CHANGED
|
@@ -38,7 +38,7 @@ import "tinymce/plugins/fullscreen";
|
|
|
38
38
|
import "tinymce/plugins/preview";
|
|
39
39
|
import "tinymce/plugins/imagetools";
|
|
40
40
|
import { getFilePrefix as D, guid as A } from "@web-utils/core";
|
|
41
|
-
import { n as b } from "../chunks/_plugin-vue2_normalizer.
|
|
41
|
+
import { n as b } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
42
42
|
const S = {
|
|
43
43
|
Redo: "重做",
|
|
44
44
|
Undo: "撤销",
|
package/toolbar-button/index.mjs
CHANGED
|
@@ -15,7 +15,7 @@ var s = (n, t, e) => new Promise((r, i) => {
|
|
|
15
15
|
a((e = e.apply(n, t)).next());
|
|
16
16
|
});
|
|
17
17
|
import { isFunction as p } from "@web-utils/core";
|
|
18
|
-
import { n as _ } from "../chunks/_plugin-vue2_normalizer.
|
|
18
|
+
import { n as _ } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
19
19
|
const f = {
|
|
20
20
|
name: "ToolbarButton",
|
|
21
21
|
inject: {
|
package/verify/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s } from "../chunks/util.
|
|
2
|
-
import { n as i } from "../chunks/_plugin-vue2_normalizer.
|
|
1
|
+
import { s } from "../chunks/util.ThVOTZAO.mjs";
|
|
2
|
+
import { n as i } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
3
3
|
const l = {
|
|
4
4
|
name: "Verify",
|
|
5
5
|
props: {
|
package/vue-cron/index.mjs
CHANGED
package/vue-qr-code/index.mjs
CHANGED
|
@@ -15,7 +15,7 @@ var o = (t, n, a) => new Promise((l, r) => {
|
|
|
15
15
|
s((a = a.apply(t, n)).next());
|
|
16
16
|
});
|
|
17
17
|
import { drawToCanvas as u, genDataURL as d, genSVG as h } from "@web-utils/integrations/qrcode";
|
|
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: "VueQrCode",
|
|
21
21
|
props: {
|
|
@@ -2,7 +2,7 @@ import "quill/dist/quill.core.css";
|
|
|
2
2
|
import "quill/dist/quill.snow.css";
|
|
3
3
|
import "quill/dist/quill.bubble.css";
|
|
4
4
|
import l from "quill";
|
|
5
|
-
import { n as s } from "../chunks/_plugin-vue2_normalizer.
|
|
5
|
+
import { n as s } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
6
6
|
const n = {
|
|
7
7
|
theme: "snow",
|
|
8
8
|
boundary: document.body,
|
package/vue-tags-input/index.mjs
CHANGED
|
@@ -13,7 +13,7 @@ var Z = (e, t, s) => t in e ? Ce(e, t, { enumerable: !0, configurable: !0, writa
|
|
|
13
13
|
import xe, { h as r } from "vue";
|
|
14
14
|
import { noop as Re, identity as $e, last as ee, once as Ie, debounce as Ae } from "lodash-es";
|
|
15
15
|
import { isPromise as le } from "@web-utils/core";
|
|
16
|
-
import { n as m } from "../chunks/_plugin-vue2_normalizer.
|
|
16
|
+
import { n as m } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
17
17
|
const O = process.env.NODE_ENV === "production" ? (
|
|
18
18
|
/* istanbul ignore next */
|
|
19
19
|
Re
|
|
@@ -30,10 +30,7 @@ function b(e) {
|
|
|
30
30
|
}
|
|
31
31
|
function Ve(e, t) {
|
|
32
32
|
const s = e.getBoundingClientRect(), n = t.getBoundingClientRect(), i = t.offsetHeight / 3;
|
|
33
|
-
n.bottom + i > s.bottom ? e.scrollTop = Math.min(
|
|
34
|
-
t.offsetTop + t.clientHeight - e.offsetHeight + i,
|
|
35
|
-
e.scrollHeight
|
|
36
|
-
) : n.top - i < s.top && (e.scrollTop = Math.max(t.offsetTop - i, 0));
|
|
33
|
+
n.bottom + i > s.bottom ? e.scrollTop = Math.min(t.offsetTop + t.clientHeight - e.offsetHeight + i, e.scrollHeight) : n.top - i < s.top && (e.scrollTop = Math.max(t.offsetTop - i, 0));
|
|
37
34
|
}
|
|
38
35
|
function ae(e, t) {
|
|
39
36
|
const s = e.indexOf(t);
|
|
@@ -903,12 +900,7 @@ const Ze = {
|
|
|
903
900
|
), this.flat && O(
|
|
904
901
|
() => this.multiple,
|
|
905
902
|
() => 'You are using flat mode. But you forgot to add "multiple=true"?'
|
|
906
|
-
), this.flat || [
|
|
907
|
-
"autoSelectAncestors",
|
|
908
|
-
"autoSelectDescendants",
|
|
909
|
-
"autoDeselectAncestors",
|
|
910
|
-
"autoDeselectDescendants"
|
|
911
|
-
].forEach((t) => {
|
|
903
|
+
), this.flat || ["autoSelectAncestors", "autoSelectDescendants", "autoDeselectAncestors", "autoDeselectDescendants"].forEach((t) => {
|
|
912
904
|
O(
|
|
913
905
|
() => !this[t],
|
|
914
906
|
() => `"${t}" only applies to flat mode.`
|
|
@@ -1076,9 +1068,7 @@ const Ze = {
|
|
|
1076
1068
|
});
|
|
1077
1069
|
const s = e.trim().toLocaleLowerCase(), n = s.replace(/\s+/g, " ").split(" ");
|
|
1078
1070
|
this.traverseAllNodesDFS((i) => {
|
|
1079
|
-
this.searchNested && n.length > 1 ? i.isMatched = n.every((l) => oe(!1, l, i.nestedSearchLabel)) : i.isMatched = this.matchKeys.some(
|
|
1080
|
-
(l) => oe(!this.disableFuzzyMatching, s, i.lowerCased[l])
|
|
1081
|
-
), i.isMatched && (this.localSearch.noResults = !1, i.ancestors.forEach((l) => this.localSearch.countMap[l.id][L]++), i.isLeaf && i.ancestors.forEach((l) => this.localSearch.countMap[l.id][T]++), i.parentNode !== E && (this.localSearch.countMap[i.parentNode.id][C] += 1, i.isLeaf && (this.localSearch.countMap[i.parentNode.id][M] += 1))), (i.isMatched || i.isBranch && i.isExpandedOnSearch) && i.parentNode !== E && (i.parentNode.isExpandedOnSearch = !0, i.parentNode.hasMatchedDescendants = !0);
|
|
1071
|
+
this.searchNested && n.length > 1 ? i.isMatched = n.every((l) => oe(!1, l, i.nestedSearchLabel)) : i.isMatched = this.matchKeys.some((l) => oe(!this.disableFuzzyMatching, s, i.lowerCased[l])), i.isMatched && (this.localSearch.noResults = !1, i.ancestors.forEach((l) => this.localSearch.countMap[l.id][L]++), i.isLeaf && i.ancestors.forEach((l) => this.localSearch.countMap[l.id][T]++), i.parentNode !== E && (this.localSearch.countMap[i.parentNode.id][C] += 1, i.isLeaf && (this.localSearch.countMap[i.parentNode.id][M] += 1))), (i.isMatched || i.isBranch && i.isExpandedOnSearch) && i.parentNode !== E && (i.parentNode.isExpandedOnSearch = !0, i.parentNode.hasMatchedDescendants = !0);
|
|
1082
1072
|
}), t();
|
|
1083
1073
|
},
|
|
1084
1074
|
handleRemoteSearch() {
|
|
@@ -1229,11 +1219,7 @@ const Ze = {
|
|
|
1229
1219
|
const h = Array.isArray(c);
|
|
1230
1220
|
this.$set(a, "childrenStates", w(v({}, H()), {
|
|
1231
1221
|
isLoaded: h
|
|
1232
|
-
})), this.$set(
|
|
1233
|
-
a,
|
|
1234
|
-
"isExpanded",
|
|
1235
|
-
typeof g == "boolean" ? g : N < this.defaultExpandLevel
|
|
1236
|
-
), this.$set(a, "hasMatchedDescendants", !1), this.$set(a, "hasDisabledDescendants", !1), this.$set(a, "isExpandedOnSearch", !1), this.$set(a, "showAllChildrenOnSearch", !1), this.$set(a, "count", {
|
|
1222
|
+
})), this.$set(a, "isExpanded", typeof g == "boolean" ? g : N < this.defaultExpandLevel), this.$set(a, "hasMatchedDescendants", !1), this.$set(a, "hasDisabledDescendants", !1), this.$set(a, "isExpandedOnSearch", !1), this.$set(a, "showAllChildrenOnSearch", !1), this.$set(a, "count", {
|
|
1237
1223
|
[C]: 0,
|
|
1238
1224
|
[L]: 0,
|
|
1239
1225
|
[M]: 0,
|
|
@@ -29,19 +29,9 @@ import "video.js/dist/video-js.min.css";
|
|
|
29
29
|
import y from "video.js";
|
|
30
30
|
import g from "video.js/dist/lang/zh-CN.json";
|
|
31
31
|
import { defaults as b } from "lodash-es";
|
|
32
|
-
import { n as O } from "../chunks/_plugin-vue2_normalizer.
|
|
32
|
+
import { n as O } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
33
33
|
y.addLanguage("zh", g);
|
|
34
|
-
const _ = [
|
|
35
|
-
"loadeddata",
|
|
36
|
-
"canplay",
|
|
37
|
-
"canplaythrough",
|
|
38
|
-
"play",
|
|
39
|
-
"pause",
|
|
40
|
-
"waiting",
|
|
41
|
-
"playing",
|
|
42
|
-
"ended",
|
|
43
|
-
"error"
|
|
44
|
-
], $ = {
|
|
34
|
+
const _ = ["loadeddata", "canplay", "canplaythrough", "play", "pause", "waiting", "playing", "ended", "error"], $ = {
|
|
45
35
|
name: "VueVideoPlayer",
|
|
46
36
|
props: {
|
|
47
37
|
crossOrigin: {
|
package/watermark/index.mjs
CHANGED
|
@@ -10,8 +10,8 @@ var c = (l, t, e) => t in l ? d(l, t, { enumerable: !0, configurable: !0, writab
|
|
|
10
10
|
x.call(t, e) && c(l, e, t[e]);
|
|
11
11
|
return l;
|
|
12
12
|
}, u = (l, t) => g(l, y(t));
|
|
13
|
-
import { g as b } from "../chunks/index.
|
|
14
|
-
import { n as S } from "../chunks/_plugin-vue2_normalizer.
|
|
13
|
+
import { g as b } from "../chunks/index.DwCBGcYk.mjs";
|
|
14
|
+
import { n as S } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
15
15
|
const k = {
|
|
16
16
|
name: "Watermark",
|
|
17
17
|
functional: !0,
|
package/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@web-utils/component",
|
|
5
|
-
"version": "3.3.
|
|
5
|
+
"version": "3.3.9",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"description-markup": "markdown",
|
|
@@ -16951,6 +16951,14 @@
|
|
|
16951
16951
|
},
|
|
16952
16952
|
"default": ""
|
|
16953
16953
|
},
|
|
16954
|
+
{
|
|
16955
|
+
"name": "size",
|
|
16956
|
+
"value": {
|
|
16957
|
+
"kind": "expression",
|
|
16958
|
+
"type": "string"
|
|
16959
|
+
},
|
|
16960
|
+
"default": ""
|
|
16961
|
+
},
|
|
16954
16962
|
{
|
|
16955
16963
|
"name": "text",
|
|
16956
16964
|
"value": {
|
package/x-input-tag/index.mjs
CHANGED
|
@@ -26,7 +26,7 @@ var r = (a, t, e) => new Promise((s, n) => {
|
|
|
26
26
|
}, l = (i) => i.done ? s(i.value) : Promise.resolve(i.value).then(o, c);
|
|
27
27
|
l((e = e.apply(a, t)).next());
|
|
28
28
|
});
|
|
29
|
-
import { n as y } from "../chunks/_plugin-vue2_normalizer.
|
|
29
|
+
import { n as y } from "../chunks/_plugin-vue2_normalizer.YT9tSeEj.mjs";
|
|
30
30
|
const V = {
|
|
31
31
|
name: "XInputTag",
|
|
32
32
|
inject: {
|
/package/chunks/{_plugin-vue2_normalizer.JwmUNtgn.mjs → _plugin-vue2_normalizer.YT9tSeEj.mjs}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|