@web-utils/form-ui 1.0.0-beta84 → 1.0.0-beta85
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/chunks/{FZqu01np2.mjs → BTGrh7dw2.mjs} +107 -107
- package/chunks/{GgLE1MYX2.mjs → BYu4QaK72.mjs} +1 -1
- package/chunks/{DgH_4qOn2.mjs → CpsHWpwH2.mjs} +43 -23
- package/chunks/{DFn9vkrz2.mjs → DSTNXl142.mjs} +1 -1
- package/form-tree-select/index.mjs +1 -1
- package/form-tree-select-multiple/index.mjs +1 -1
- package/form-view/index.mjs +1 -1
- package/index.mjs +4 -4
- package/package.json +1 -1
- package/resolver/components.mjs +1 -1
- package/resolver/vite-optimize-deps-plugin.d.ts +1 -1
- package/resolver/vite-optimize-deps-plugin.mjs +1 -1
- package/table-view/index.mjs +1 -1
- package/toolbar/index.d.ts +6 -1
- package/toolbar/index.mjs +1 -1
- package/vue-tree-select/index.mjs +1 -1
- package/web-types.json +1 -1
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { s as e } from "./ClVh1Lek.mjs";
|
|
2
2
|
import { goBack as t, hasAuthority as n } from "../api/index.mjs";
|
|
3
|
-
import {
|
|
4
|
-
import { t as
|
|
5
|
-
import "element-plus/es";
|
|
3
|
+
import { tableViewContextKey as r, toolbarContextKey as i } from "../constants/index.mjs";
|
|
4
|
+
import { t as a } from "./mnqSaATq.mjs";
|
|
5
|
+
import { ElMessage as o } from "element-plus/es";
|
|
6
6
|
import "element-plus/es/components/base/style/css";
|
|
7
|
-
import { Comment as
|
|
8
|
-
import { NOOP as
|
|
7
|
+
import { Comment as s, createVNode as c } from "vue";
|
|
8
|
+
import { NOOP as l, capitalize as u, copy as d } from "@web-utils/core";
|
|
9
9
|
import "element-plus/es/components/message/style/css";
|
|
10
10
|
//#region src/components/toolbar/Toolbar.vue?vue&type=script&lang.jsx
|
|
11
|
-
var
|
|
11
|
+
var f = {
|
|
12
12
|
back: {
|
|
13
13
|
label: "返回",
|
|
14
14
|
type: "primary",
|
|
@@ -117,11 +117,15 @@ var l = {
|
|
|
117
117
|
separateLine: !1,
|
|
118
118
|
circle: !0
|
|
119
119
|
}
|
|
120
|
-
},
|
|
120
|
+
}, p = {
|
|
121
121
|
name: "Toolbar",
|
|
122
122
|
provide() {
|
|
123
|
-
return { [
|
|
123
|
+
return { [i]: this };
|
|
124
124
|
},
|
|
125
|
+
inject: { tableView: {
|
|
126
|
+
from: r,
|
|
127
|
+
default: null
|
|
128
|
+
} },
|
|
125
129
|
props: {
|
|
126
130
|
searchable: Boolean,
|
|
127
131
|
refreshable: Boolean,
|
|
@@ -143,20 +147,20 @@ var l = {
|
|
|
143
147
|
goBack() {
|
|
144
148
|
t(this.$route.path);
|
|
145
149
|
},
|
|
146
|
-
createButton(t, { label: n, icon: r, type:
|
|
150
|
+
createButton(t, { label: n, icon: r, type: i, separateLine: o = !0, loadable: s, circle: d, onClick: f, title: p }) {
|
|
147
151
|
var m;
|
|
148
152
|
let h, g = ((m = this.label) == null ? void 0 : m[t]) || n;
|
|
149
153
|
return h = f || (["back", "cancel"].includes(t) ? this.goBack : (n) => {
|
|
150
|
-
(e(this.$attrs, { withOn: !0 })[`on${
|
|
151
|
-
}),
|
|
152
|
-
"separate-line":
|
|
154
|
+
(e(this.$attrs, { withOn: !0 })[`on${u(t)}`] || l)(n);
|
|
155
|
+
}), c(a, {
|
|
156
|
+
"separate-line": o,
|
|
153
157
|
icon: r,
|
|
154
158
|
title: p,
|
|
155
159
|
label: g,
|
|
156
|
-
loadable:
|
|
160
|
+
loadable: s,
|
|
157
161
|
circle: d,
|
|
158
162
|
footer: this.footer,
|
|
159
|
-
type:
|
|
163
|
+
type: i,
|
|
160
164
|
onClick: h
|
|
161
165
|
}, null);
|
|
162
166
|
},
|
|
@@ -164,19 +168,19 @@ var l = {
|
|
|
164
168
|
var e, t, r;
|
|
165
169
|
let { createButton: i } = this;
|
|
166
170
|
return (r = (((e = (t = this.$slots)["toolbar-left"]) == null ? void 0 : e.call(t)) || this.buttons.flatMap((e) => {
|
|
167
|
-
let t =
|
|
171
|
+
let t = f[e];
|
|
168
172
|
if (t) {
|
|
169
173
|
var n, r;
|
|
170
174
|
return ((n = (r = this.$slots)[e]) == null ? void 0 : n.call(r)) || i(e, t);
|
|
171
175
|
} else if (e === "slot") {
|
|
172
|
-
var
|
|
173
|
-
let e = ((
|
|
176
|
+
var a, o;
|
|
177
|
+
let e = ((a = (o = this.$slots).default) == null ? void 0 : a.call(o, {
|
|
174
178
|
buttons: this.buttons,
|
|
175
179
|
footer: this.footer
|
|
176
180
|
})) ?? null;
|
|
177
181
|
if (e && e.length === 1) {
|
|
178
182
|
var c;
|
|
179
|
-
return e == null || (c = e[0]) == null || (c = c.children) == null ? void 0 : c.filter((e) => e.type !==
|
|
183
|
+
return e == null || (c = e[0]) == null || (c = c.children) == null ? void 0 : c.filter((e) => e.type !== s);
|
|
180
184
|
}
|
|
181
185
|
return e || [];
|
|
182
186
|
} else return null;
|
|
@@ -190,21 +194,37 @@ var l = {
|
|
|
190
194
|
this.getSettingsButton(),
|
|
191
195
|
this.getSearchButton()
|
|
192
196
|
];
|
|
197
|
+
if (process.env.NODE_ENV === "development") {
|
|
198
|
+
var s;
|
|
199
|
+
(s = this.tableView) != null && s.toggleSearch && a.push(this.createButton("copyColumnWidth", {
|
|
200
|
+
label: "复制列宽",
|
|
201
|
+
title: "复制列宽",
|
|
202
|
+
icon: "el-icon-document-copy",
|
|
203
|
+
separateLine: !1,
|
|
204
|
+
circle: !0,
|
|
205
|
+
onClick: () => {
|
|
206
|
+
let e = Array.from(this.$el.parentNode.querySelectorAll(".el-table__header > colgroup > col"));
|
|
207
|
+
e = e.filter((t, n) => n > 1 && n < e.length - 1).map((e) => `width="${e.getAttribute("width")}"`).join("\n"), d(e, () => {
|
|
208
|
+
o.success("复制成功");
|
|
209
|
+
});
|
|
210
|
+
}
|
|
211
|
+
}));
|
|
212
|
+
}
|
|
193
213
|
return i || a;
|
|
194
214
|
},
|
|
195
215
|
getSearchButton() {
|
|
196
|
-
return this.searchable ? this.createButton("search",
|
|
216
|
+
return this.searchable ? this.createButton("search", f.search) : null;
|
|
197
217
|
},
|
|
198
218
|
getRefreshButton() {
|
|
199
|
-
return this.refreshable ? this.createButton("reload",
|
|
219
|
+
return this.refreshable ? this.createButton("reload", f.reload) : null;
|
|
200
220
|
},
|
|
201
221
|
getSettingsButton() {
|
|
202
|
-
return this.refreshable ? this.createButton("settings",
|
|
222
|
+
return this.refreshable ? this.createButton("settings", f.settings) : null;
|
|
203
223
|
}
|
|
204
224
|
},
|
|
205
225
|
render() {
|
|
206
|
-
return this.footer ?
|
|
226
|
+
return this.footer ? c("div", { class: "footer-bar" }, [this.getLeftButtons()]) : c("div", { class: "toolbar" }, [c("div", { class: "toolbar-left" }, [this.getLeftButtons()]), c("div", { class: "toolbar-right" }, [this.getRightButtons()])]);
|
|
207
227
|
}
|
|
208
228
|
};
|
|
209
229
|
//#endregion
|
|
210
|
-
export {
|
|
230
|
+
export { p as t };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as e, o as t } from "./b0ve2YgF.mjs";
|
|
2
|
-
import { t as n } from "./
|
|
2
|
+
import { t as n } from "./BTGrh7dw2.mjs";
|
|
3
3
|
import { allProps as r, predicate as i } from "../props/tree-select.mjs";
|
|
4
4
|
import { createVNode as a, mergeProps as o } from "vue";
|
|
5
5
|
//#endregion
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/
|
|
1
|
+
import { t as e } from "../chunks/DSTNXl142.mjs";
|
|
2
2
|
export { e as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/
|
|
1
|
+
import { t as e } from "../chunks/BYu4QaK72.mjs";
|
|
2
2
|
export { e as default };
|
package/form-view/index.mjs
CHANGED
|
@@ -3,7 +3,7 @@ import t from "../element-resize-observer/index.mjs";
|
|
|
3
3
|
import n from "../empty-view/index.mjs";
|
|
4
4
|
import { t as r } from "../chunks/B1luuf_A2.mjs";
|
|
5
5
|
import i from "../loading-view/index.mjs";
|
|
6
|
-
import { t as a } from "../chunks/
|
|
6
|
+
import { t as a } from "../chunks/CpsHWpwH2.mjs";
|
|
7
7
|
import { Fragment as o, createBlock as s, createCommentVNode as c, createElementBlock as l, createElementVNode as u, createSlots as d, createVNode as f, mergeProps as p, normalizeClass as m, normalizeStyle as h, openBlock as g, renderList as _, renderSlot as v, resolveComponent as y, toDisplayString as b, toHandlers as x, vShow as S, withCtx as C, withDirectives as w } from "vue";
|
|
8
8
|
import { animate as T, hasOwn as E, isInContainer as D, toStringArray as O } from "@web-utils/core";
|
|
9
9
|
import { merge as k } from "@web-utils/integrations/lodash";
|
package/index.mjs
CHANGED
|
@@ -83,11 +83,11 @@ import { t as Oe } from "./chunks/BMei9UHN2.mjs";
|
|
|
83
83
|
import { t as ke } from "./chunks/8zYlq-t92.mjs";
|
|
84
84
|
import { t as Ae } from "./chunks/Tq3_dajC2.mjs";
|
|
85
85
|
import { t as je } from "./chunks/SWO35fS42.mjs";
|
|
86
|
-
import { t as Me } from "./chunks/
|
|
87
|
-
import { t as Ne } from "./chunks/
|
|
88
|
-
import { t as Pe } from "./chunks/
|
|
86
|
+
import { t as Me } from "./chunks/BTGrh7dw2.mjs";
|
|
87
|
+
import { t as Ne } from "./chunks/DSTNXl142.mjs";
|
|
88
|
+
import { t as Pe } from "./chunks/BYu4QaK72.mjs";
|
|
89
89
|
import Fe from "./loading-view/index.mjs";
|
|
90
|
-
import { t as Ie } from "./chunks/
|
|
90
|
+
import { t as Ie } from "./chunks/CpsHWpwH2.mjs";
|
|
91
91
|
import Le from "./form-view/index.mjs";
|
|
92
92
|
import Re from "./guide-steps/index.mjs";
|
|
93
93
|
import ze from "./iframe-window/index.mjs";
|
package/package.json
CHANGED
package/resolver/components.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
//#region src/resolver/components.ts
|
|
2
|
-
var e = /* @__PURE__ */ "AddressInput.Affix.AwesomeButton.CapsuleTab.Card.CodeMirrorEditor.Confirmable.ConfirmButton.ContextMenu.CountUp.CustomScrollbar.DataBox.DataCard.DataCardText.DataDisplay.DataIcons.DataImgtext.DataOperatext.DataPanel.DataPay.DataPrice.DataProgress.DataRotate.DataTablePicker.DataTabs.DictRender.EasyPopup.ECharts.EditableProgress.EditableTree.ElementDialog.ElementResizeObserver.EmptyView.ErrorView.FlexBox.FlexColumn.FlexItem.FlexRow.FlexScrollArea.FlexScroller.FlowDesigner.FlowViewer.FormAdvice.FormButton.FormCard.FormCascader.FormCell.FormCheckbox.FormCheckboxGroup.FormDatePicker.FormHolder.FormImage.FormInput.FormInputCronExpression.FormInputEmail.FormInputIdCard.FormInputNumber.FormInputPhoneNumber.FormInputTag.FormInputTime.FormItem.FormItemConfigProvider.FormItemGroup.FormRadioGroup.FormRate.FormRedTable.FormRow.FormSelect.FormSlider.FormSwitch.FormTable.FormTablePlus.FormText.FormTextarea.FormTimeSelect.FormTreeSelect.FormTreeSelectMultiple.FormView.GuideSteps.HighlightJS.IframeWindow.ImageCropper.ImagePreview.ImageViewer.InputNumberRange.Keyboard.LoadingView.NameAvatar.NavBar.Page.PageableTable.PageHeader.PageIndex.PageIndexTop.PageSkeleton.PageSkeletonNew.PhotoSwipe.SignPanel.SkeletonPanel.SplitPane.Stateful.SubTable.SubTablePlus.Swiper.TableColumn.TableColumnDef.TableView.TagRender.TextEllipsis.Toolbar.ToolbarButton.VueCron.VueQrCode.VueTagsInput.VueTreeSelect.VueVideoPlayer.Watermark.XInputTag.YearCalendar".split("."), t = /* @__PURE__ */ "Affix.AwesomeButton.Confirmable.ConfirmButton.CountUp.CustomScrollbar.DataTablePicker.DictRender.FlexBox.FlexColumn.FlexItem.FlexRow.FlexScrollArea.FormAdvice.FormButton.FormCard.FormCascader.FormCell.FormCheckbox.FormDatePicker.FormImage.FormInputEmail.FormInputIdCard.FormInputNumber.FormInputPhoneNumber.FormInputTag.FormInputTime.FormItemConfigProvider.FormRadioGroup.FormRate.FormSelect.FormSlider.FormSwitch.FormTable.FormTablePlus.FormText.FormTextarea.FormTimeSelect.PageIndexTop.PhotoSwipe.TableColumnDef.VueQrCode.VueTagsInput.VueTreeSelect.Watermark".split("."), n = /* @__PURE__ */ "@web-utils/form-ui,@web-utils/form-ui/address-input/index.mjs,@web-utils/form-ui/affix/index.mjs,@web-utils/form-ui/awesome-button/index.mjs,@web-utils/form-ui/capsule-tab/index.mjs,@web-utils/form-ui/card/index.mjs,@web-utils/form-ui/code-mirror-editor/index.mjs,@web-utils/form-ui/confirmable/index.mjs,@web-utils/form-ui/confirm-button/index.mjs,@web-utils/form-ui/context-menu/index.mjs,@web-utils/form-ui/count-up/index.mjs,@web-utils/form-ui/custom-scrollbar/index.mjs,@web-utils/form-ui/data-box/index.mjs,@web-utils/form-ui/data-card/index.mjs,@web-utils/form-ui/data-card-text/index.mjs,@web-utils/form-ui/data-display/index.mjs,@web-utils/form-ui/data-icons/index.mjs,@web-utils/form-ui/data-imgtext/index.mjs,@web-utils/form-ui/data-operatext/index.mjs,@web-utils/form-ui/data-panel/index.mjs,@web-utils/form-ui/data-pay/index.mjs,@web-utils/form-ui/data-price/index.mjs,@web-utils/form-ui/data-progress/index.mjs,@web-utils/form-ui/data-rotate/index.mjs,@web-utils/form-ui/data-table-picker/index.mjs,@web-utils/form-ui/data-tabs/index.mjs,@web-utils/form-ui/dict-render/index.mjs,@web-utils/form-ui/easy-popup/index.mjs,@web-utils/form-ui/e-charts/index.mjs,@web-utils/form-ui/editable-progress/index.mjs,@web-utils/form-ui/editable-tree/index.mjs,@web-utils/form-ui/element-dialog/index.mjs,@web-utils/form-ui/element-resize-observer/index.mjs,@web-utils/form-ui/empty-view/index.mjs,@web-utils/form-ui/error-view/index.mjs,@web-utils/form-ui/flex-box/index.mjs,@web-utils/form-ui/flex-column/index.mjs,@web-utils/form-ui/flex-item/index.mjs,@web-utils/form-ui/flex-row/index.mjs,@web-utils/form-ui/flex-scroll-area/index.mjs,@web-utils/form-ui/flex-scroller/index.mjs,@web-utils/form-ui/flow-designer/index.mjs,@web-utils/form-ui/flow-viewer/index.mjs,@web-utils/form-ui/form-advice/index.mjs,@web-utils/form-ui/form-button/index.mjs,@web-utils/form-ui/form-card/index.mjs,@web-utils/form-ui/form-cascader/index.mjs,@web-utils/form-ui/form-cell/index.mjs,@web-utils/form-ui/form-checkbox/index.mjs,@web-utils/form-ui/form-checkbox-group/index.mjs,@web-utils/form-ui/form-date-picker/index.mjs,@web-utils/form-ui/form-holder/index.mjs,@web-utils/form-ui/form-image/index.mjs,@web-utils/form-ui/form-input/index.mjs,@web-utils/form-ui/form-input-cron-expression/index.mjs,@web-utils/form-ui/form-input-email/index.mjs,@web-utils/form-ui/form-input-id-card/index.mjs,@web-utils/form-ui/form-input-number/index.mjs,@web-utils/form-ui/form-input-phone-number/index.mjs,@web-utils/form-ui/form-input-tag/index.mjs,@web-utils/form-ui/form-input-time/index.mjs,@web-utils/form-ui/form-item/index.mjs,@web-utils/form-ui/form-item-config-provider/index.mjs,@web-utils/form-ui/form-item-group/index.mjs,@web-utils/form-ui/form-radio-group/index.mjs,@web-utils/form-ui/form-rate/index.mjs,@web-utils/form-ui/form-red-table/index.mjs,@web-utils/form-ui/form-row/index.mjs,@web-utils/form-ui/form-select/index.mjs,@web-utils/form-ui/form-slider/index.mjs,@web-utils/form-ui/form-switch/index.mjs,@web-utils/form-ui/form-table/index.mjs,@web-utils/form-ui/form-table-plus/index.mjs,@web-utils/form-ui/form-text/index.mjs,@web-utils/form-ui/form-textarea/index.mjs,@web-utils/form-ui/form-time-select/index.mjs,@web-utils/form-ui/form-tree-select/index.mjs,@web-utils/form-ui/form-tree-select-multiple/index.mjs,@web-utils/form-ui/form-view/index.mjs,@web-utils/form-ui/guide-steps/index.mjs,@web-utils/form-ui/highlight-j-s/index.mjs,@web-utils/form-ui/iframe-window/index.mjs,@web-utils/form-ui/image-cropper/index.mjs,@web-utils/form-ui/image-preview/index.mjs,@web-utils/form-ui/image-viewer/index.mjs,@web-utils/form-ui/input-number-range/index.mjs,@web-utils/form-ui/keyboard/index.mjs,@web-utils/form-ui/loading-view/index.mjs,@web-utils/form-ui/name-avatar/index.mjs,@web-utils/form-ui/nav-bar/index.mjs,@web-utils/form-ui/page/index.mjs,@web-utils/form-ui/pageable-table/index.mjs,@web-utils/form-ui/page-header/index.mjs,@web-utils/form-ui/page-index/index.mjs,@web-utils/form-ui/page-index-top/index.mjs,@web-utils/form-ui/page-skeleton/index.mjs,@web-utils/form-ui/page-skeleton-new/index.mjs,@web-utils/form-ui/photo-swipe/index.mjs,@web-utils/form-ui/sign-panel/index.mjs,@web-utils/form-ui/skeleton-panel/index.mjs,@web-utils/form-ui/split-pane/index.mjs,@web-utils/form-ui/stateful/index.mjs,@web-utils/form-ui/sub-table/index.mjs,@web-utils/form-ui/sub-table-plus/index.mjs,@web-utils/form-ui/swiper/index.mjs,@web-utils/form-ui/table-column/index.mjs,@web-utils/form-ui/table-column-def/index.mjs,@web-utils/form-ui/table-view/index.mjs,@web-utils/form-ui/tag-render/index.mjs,@web-utils/form-ui/text-ellipsis/index.mjs,@web-utils/form-ui/toolbar/index.mjs,@web-utils/form-ui/toolbar-button/index.mjs,@web-utils/form-ui/vue-cron/index.mjs,@web-utils/form-ui/vue-qr-code/index.mjs,@web-utils/form-ui/vue-tags-input/index.mjs,@web-utils/form-ui/vue-tree-select/index.mjs,@web-utils/form-ui/vue-video-player/index.mjs,@web-utils/form-ui/watermark/index.mjs,@web-utils/form-ui/x-input-tag/index.mjs,@web-utils/form-ui/year-calendar/index.mjs".split(","), r = /* @__PURE__ */ "element-plus/es.element-plus/es/components/affix/style/css.element-plus/es/components/alert/style/css.element-plus/es/components/anchor/style/css.element-plus/es/components/anchor-link/style/css.element-plus/es/components/aside/style/css.element-plus/es/components/autocomplete/style/css.element-plus/es/components/avatar/style/css.element-plus/es/components/avatar-group/style/css.element-plus/es/components/backtop/style/css.element-plus/es/components/badge/style/css.element-plus/es/components/base/style/css.element-plus/es/components/breadcrumb/style/css.element-plus/es/components/breadcrumb-item/style/css.element-plus/es/components/button/style/css.element-plus/es/components/button-group/style/css.element-plus/es/components/calendar/style/css.element-plus/es/components/card/style/css.element-plus/es/components/carousel/style/css.element-plus/es/components/carousel-item/style/css.element-plus/es/components/cascader/style/css.element-plus/es/components/cascader-panel/style/css.element-plus/es/components/check-tag/style/css.element-plus/es/components/checkbox/style/css.element-plus/es/components/checkbox-button/style/css.element-plus/es/components/checkbox-group/style/css.element-plus/es/components/col/style/css.element-plus/es/components/collapse/style/css.element-plus/es/components/collapse-item/style/css.element-plus/es/components/collapse-transition/style/css.element-plus/es/components/color-picker/style/css.element-plus/es/components/color-picker-panel/style/css.element-plus/es/components/config-provider/style/css.element-plus/es/components/container/style/css.element-plus/es/components/countdown/style/css.element-plus/es/components/date-picker/style/css.element-plus/es/components/date-picker-panel/style/css.element-plus/es/components/descriptions/style/css.element-plus/es/components/descriptions-item/style/css.element-plus/es/components/dialog/style/css.element-plus/es/components/divider/style/css.element-plus/es/components/drawer/style/css.element-plus/es/components/dropdown/style/css.element-plus/es/components/dropdown-item/style/css.element-plus/es/components/dropdown-menu/style/css.element-plus/es/components/empty/style/css.element-plus/es/components/footer/style/css.element-plus/es/components/form/style/css.element-plus/es/components/form-item/style/css.element-plus/es/components/header/style/css.element-plus/es/components/icon/style/css.element-plus/es/components/image/style/css.element-plus/es/components/image-viewer/style/css.element-plus/es/components/infinite-scroll/style/css.element-plus/es/components/input/style/css.element-plus/es/components/input-number/style/css.element-plus/es/components/input-tag/style/css.element-plus/es/components/link/style/css.element-plus/es/components/loading/style/css.element-plus/es/components/main/style/css.element-plus/es/components/mention/style/css.element-plus/es/components/menu/style/css.element-plus/es/components/menu-item/style/css.element-plus/es/components/menu-item-group/style/css.element-plus/es/components/message/style/css.element-plus/es/components/message-box/style/css.element-plus/es/components/notification/style/css.element-plus/es/components/option/style/css.element-plus/es/components/option-group/style/css.element-plus/es/components/overlay/style/css.element-plus/es/components/page-header/style/css.element-plus/es/components/pagination/style/css.element-plus/es/components/popconfirm/style/css.element-plus/es/components/popover/style/css.element-plus/es/components/popper/style/css.element-plus/es/components/progress/style/css.element-plus/es/components/radio/style/css.element-plus/es/components/radio-button/style/css.element-plus/es/components/radio-group/style/css.element-plus/es/components/rate/style/css.element-plus/es/components/result/style/css.element-plus/es/components/row/style/css.element-plus/es/components/scrollbar/style/css.element-plus/es/components/segmented/style/css.element-plus/es/components/select/style/css.element-plus/es/components/select-v2/style/css.element-plus/es/components/skeleton/style/css.element-plus/es/components/skeleton-item/style/css.element-plus/es/components/slider/style/css.element-plus/es/components/space/style/css.element-plus/es/components/splitter/style/css.element-plus/es/components/splitter-panel/style/css.element-plus/es/components/statistic/style/css.element-plus/es/components/step/style/css.element-plus/es/components/steps/style/css.element-plus/es/components/sub-menu/style/css.element-plus/es/components/switch/style/css.element-plus/es/components/tab-pane/style/css.element-plus/es/components/table/style/css.element-plus/es/components/table-column/style/css.element-plus/es/components/table-v2/style/css.element-plus/es/components/tabs/style/css.element-plus/es/components/tag/style/css.element-plus/es/components/teleport/style/css.element-plus/es/components/text/style/css.element-plus/es/components/time-picker/style/css.element-plus/es/components/time-select/style/css.element-plus/es/components/timeline/style/css.element-plus/es/components/timeline-item/style/css.element-plus/es/components/tooltip/style/css.element-plus/es/components/tour/style/css.element-plus/es/components/tour-step/style/css.element-plus/es/components/transfer/style/css.element-plus/es/components/tree/style/css.element-plus/es/components/tree-select/style/css.element-plus/es/components/tree-v2/style/css.element-plus/es/components/upload/style/css.element-plus/es/components/virtual-list/style/css.element-plus/es/components/watermark/style/css".split(".");
|
|
2
|
+
var e = /* @__PURE__ */ "AddressInput.Affix.AwesomeButton.CapsuleTab.Card.CodeMirrorEditor.Confirmable.ConfirmButton.ContextMenu.CountUp.CustomScrollbar.DataBox.DataCard.DataCardText.DataDisplay.DataIcons.DataImgtext.DataOperatext.DataPanel.DataPay.DataPrice.DataProgress.DataRotate.DataTablePicker.DataTabs.DictRender.EasyPopup.ECharts.EditableProgress.EditableTree.ElementDialog.ElementResizeObserver.EmptyView.ErrorView.FlexBox.FlexColumn.FlexItem.FlexRow.FlexScrollArea.FlexScroller.FlowDesigner.FlowViewer.FormAdvice.FormButton.FormCard.FormCascader.FormCell.FormCheckbox.FormCheckboxGroup.FormDatePicker.FormHolder.FormImage.FormInput.FormInputCronExpression.FormInputEmail.FormInputIdCard.FormInputNumber.FormInputPhoneNumber.FormInputTag.FormInputTime.FormItem.FormItemConfigProvider.FormItemGroup.FormRadioGroup.FormRate.FormRedTable.FormRow.FormSelect.FormSlider.FormSwitch.FormTable.FormTablePlus.FormText.FormTextarea.FormTimeSelect.FormTreeSelect.FormTreeSelectMultiple.FormView.GuideSteps.HighlightJS.IframeWindow.ImageCropper.ImagePreview.ImageViewer.InputNumberRange.Keyboard.LoadingView.NameAvatar.NavBar.Page.PageableTable.PageHeader.PageIndex.PageIndexTop.PageSkeleton.PageSkeletonNew.PhotoSwipe.SignPanel.SkeletonPanel.SplitPane.Stateful.SubTable.SubTablePlus.Swiper.TableColumn.TableColumnDef.TableView.TagRender.TextEllipsis.Toolbar.ToolbarButton.VueCron.VueQrCode.VueTagsInput.VueTreeSelect.VueVideoPlayer.Watermark.XInputTag.YearCalendar".split("."), t = /* @__PURE__ */ "Affix.AwesomeButton.Confirmable.ConfirmButton.CountUp.CustomScrollbar.DataTablePicker.DictRender.FlexBox.FlexColumn.FlexItem.FlexRow.FlexScrollArea.FormAdvice.FormButton.FormCard.FormCascader.FormCell.FormCheckbox.FormDatePicker.FormImage.FormInputEmail.FormInputIdCard.FormInputNumber.FormInputPhoneNumber.FormInputTag.FormInputTime.FormItemConfigProvider.FormRadioGroup.FormRate.FormSelect.FormSlider.FormSwitch.FormTable.FormTablePlus.FormText.FormTextarea.FormTimeSelect.PageIndexTop.PhotoSwipe.TableColumnDef.VueQrCode.VueTagsInput.VueTreeSelect.Watermark".split("."), n = /* @__PURE__ */ "@web-utils/form-ui,@web-utils/form-ui/helper/input,@web-utils/form-ui/props/common,@web-utils/form-ui/address-input/index.mjs,@web-utils/form-ui/affix/index.mjs,@web-utils/form-ui/awesome-button/index.mjs,@web-utils/form-ui/capsule-tab/index.mjs,@web-utils/form-ui/card/index.mjs,@web-utils/form-ui/code-mirror-editor/index.mjs,@web-utils/form-ui/confirmable/index.mjs,@web-utils/form-ui/confirm-button/index.mjs,@web-utils/form-ui/context-menu/index.mjs,@web-utils/form-ui/count-up/index.mjs,@web-utils/form-ui/custom-scrollbar/index.mjs,@web-utils/form-ui/data-box/index.mjs,@web-utils/form-ui/data-card/index.mjs,@web-utils/form-ui/data-card-text/index.mjs,@web-utils/form-ui/data-display/index.mjs,@web-utils/form-ui/data-icons/index.mjs,@web-utils/form-ui/data-imgtext/index.mjs,@web-utils/form-ui/data-operatext/index.mjs,@web-utils/form-ui/data-panel/index.mjs,@web-utils/form-ui/data-pay/index.mjs,@web-utils/form-ui/data-price/index.mjs,@web-utils/form-ui/data-progress/index.mjs,@web-utils/form-ui/data-rotate/index.mjs,@web-utils/form-ui/data-table-picker/index.mjs,@web-utils/form-ui/data-tabs/index.mjs,@web-utils/form-ui/dict-render/index.mjs,@web-utils/form-ui/easy-popup/index.mjs,@web-utils/form-ui/e-charts/index.mjs,@web-utils/form-ui/editable-progress/index.mjs,@web-utils/form-ui/editable-tree/index.mjs,@web-utils/form-ui/element-dialog/index.mjs,@web-utils/form-ui/element-resize-observer/index.mjs,@web-utils/form-ui/empty-view/index.mjs,@web-utils/form-ui/error-view/index.mjs,@web-utils/form-ui/flex-box/index.mjs,@web-utils/form-ui/flex-column/index.mjs,@web-utils/form-ui/flex-item/index.mjs,@web-utils/form-ui/flex-row/index.mjs,@web-utils/form-ui/flex-scroll-area/index.mjs,@web-utils/form-ui/flex-scroller/index.mjs,@web-utils/form-ui/flow-designer/index.mjs,@web-utils/form-ui/flow-viewer/index.mjs,@web-utils/form-ui/form-advice/index.mjs,@web-utils/form-ui/form-button/index.mjs,@web-utils/form-ui/form-card/index.mjs,@web-utils/form-ui/form-cascader/index.mjs,@web-utils/form-ui/form-cell/index.mjs,@web-utils/form-ui/form-checkbox/index.mjs,@web-utils/form-ui/form-checkbox-group/index.mjs,@web-utils/form-ui/form-date-picker/index.mjs,@web-utils/form-ui/form-holder/index.mjs,@web-utils/form-ui/form-image/index.mjs,@web-utils/form-ui/form-input/index.mjs,@web-utils/form-ui/form-input-cron-expression/index.mjs,@web-utils/form-ui/form-input-email/index.mjs,@web-utils/form-ui/form-input-id-card/index.mjs,@web-utils/form-ui/form-input-number/index.mjs,@web-utils/form-ui/form-input-phone-number/index.mjs,@web-utils/form-ui/form-input-tag/index.mjs,@web-utils/form-ui/form-input-time/index.mjs,@web-utils/form-ui/form-item/index.mjs,@web-utils/form-ui/form-item-config-provider/index.mjs,@web-utils/form-ui/form-item-group/index.mjs,@web-utils/form-ui/form-radio-group/index.mjs,@web-utils/form-ui/form-rate/index.mjs,@web-utils/form-ui/form-red-table/index.mjs,@web-utils/form-ui/form-row/index.mjs,@web-utils/form-ui/form-select/index.mjs,@web-utils/form-ui/form-slider/index.mjs,@web-utils/form-ui/form-switch/index.mjs,@web-utils/form-ui/form-table/index.mjs,@web-utils/form-ui/form-table-plus/index.mjs,@web-utils/form-ui/form-text/index.mjs,@web-utils/form-ui/form-textarea/index.mjs,@web-utils/form-ui/form-time-select/index.mjs,@web-utils/form-ui/form-tree-select/index.mjs,@web-utils/form-ui/form-tree-select-multiple/index.mjs,@web-utils/form-ui/form-view/index.mjs,@web-utils/form-ui/guide-steps/index.mjs,@web-utils/form-ui/highlight-j-s/index.mjs,@web-utils/form-ui/iframe-window/index.mjs,@web-utils/form-ui/image-cropper/index.mjs,@web-utils/form-ui/image-preview/index.mjs,@web-utils/form-ui/image-viewer/index.mjs,@web-utils/form-ui/input-number-range/index.mjs,@web-utils/form-ui/keyboard/index.mjs,@web-utils/form-ui/loading-view/index.mjs,@web-utils/form-ui/name-avatar/index.mjs,@web-utils/form-ui/nav-bar/index.mjs,@web-utils/form-ui/page/index.mjs,@web-utils/form-ui/pageable-table/index.mjs,@web-utils/form-ui/page-header/index.mjs,@web-utils/form-ui/page-index/index.mjs,@web-utils/form-ui/page-index-top/index.mjs,@web-utils/form-ui/page-skeleton/index.mjs,@web-utils/form-ui/page-skeleton-new/index.mjs,@web-utils/form-ui/photo-swipe/index.mjs,@web-utils/form-ui/sign-panel/index.mjs,@web-utils/form-ui/skeleton-panel/index.mjs,@web-utils/form-ui/split-pane/index.mjs,@web-utils/form-ui/stateful/index.mjs,@web-utils/form-ui/sub-table/index.mjs,@web-utils/form-ui/sub-table-plus/index.mjs,@web-utils/form-ui/swiper/index.mjs,@web-utils/form-ui/table-column/index.mjs,@web-utils/form-ui/table-column-def/index.mjs,@web-utils/form-ui/table-view/index.mjs,@web-utils/form-ui/tag-render/index.mjs,@web-utils/form-ui/text-ellipsis/index.mjs,@web-utils/form-ui/toolbar/index.mjs,@web-utils/form-ui/toolbar-button/index.mjs,@web-utils/form-ui/vue-cron/index.mjs,@web-utils/form-ui/vue-qr-code/index.mjs,@web-utils/form-ui/vue-tags-input/index.mjs,@web-utils/form-ui/vue-tree-select/index.mjs,@web-utils/form-ui/vue-video-player/index.mjs,@web-utils/form-ui/watermark/index.mjs,@web-utils/form-ui/x-input-tag/index.mjs,@web-utils/form-ui/year-calendar/index.mjs".split(","), r = /* @__PURE__ */ "element-plus/es.element-plus/es/components/affix/style/css.element-plus/es/components/alert/style/css.element-plus/es/components/anchor/style/css.element-plus/es/components/anchor-link/style/css.element-plus/es/components/aside/style/css.element-plus/es/components/autocomplete/style/css.element-plus/es/components/avatar/style/css.element-plus/es/components/avatar-group/style/css.element-plus/es/components/backtop/style/css.element-plus/es/components/badge/style/css.element-plus/es/components/base/style/css.element-plus/es/components/breadcrumb/style/css.element-plus/es/components/breadcrumb-item/style/css.element-plus/es/components/button/style/css.element-plus/es/components/button-group/style/css.element-plus/es/components/calendar/style/css.element-plus/es/components/card/style/css.element-plus/es/components/carousel/style/css.element-plus/es/components/carousel-item/style/css.element-plus/es/components/cascader/style/css.element-plus/es/components/cascader-panel/style/css.element-plus/es/components/check-tag/style/css.element-plus/es/components/checkbox/style/css.element-plus/es/components/checkbox-button/style/css.element-plus/es/components/checkbox-group/style/css.element-plus/es/components/col/style/css.element-plus/es/components/collapse/style/css.element-plus/es/components/collapse-item/style/css.element-plus/es/components/collapse-transition/style/css.element-plus/es/components/color-picker/style/css.element-plus/es/components/color-picker-panel/style/css.element-plus/es/components/config-provider/style/css.element-plus/es/components/container/style/css.element-plus/es/components/countdown/style/css.element-plus/es/components/date-picker/style/css.element-plus/es/components/date-picker-panel/style/css.element-plus/es/components/descriptions/style/css.element-plus/es/components/descriptions-item/style/css.element-plus/es/components/dialog/style/css.element-plus/es/components/divider/style/css.element-plus/es/components/drawer/style/css.element-plus/es/components/dropdown/style/css.element-plus/es/components/dropdown-item/style/css.element-plus/es/components/dropdown-menu/style/css.element-plus/es/components/empty/style/css.element-plus/es/components/footer/style/css.element-plus/es/components/form/style/css.element-plus/es/components/form-item/style/css.element-plus/es/components/header/style/css.element-plus/es/components/icon/style/css.element-plus/es/components/image/style/css.element-plus/es/components/image-viewer/style/css.element-plus/es/components/infinite-scroll/style/css.element-plus/es/components/input/style/css.element-plus/es/components/input-number/style/css.element-plus/es/components/input-tag/style/css.element-plus/es/components/link/style/css.element-plus/es/components/loading/style/css.element-plus/es/components/main/style/css.element-plus/es/components/mention/style/css.element-plus/es/components/menu/style/css.element-plus/es/components/menu-item/style/css.element-plus/es/components/menu-item-group/style/css.element-plus/es/components/message/style/css.element-plus/es/components/message-box/style/css.element-plus/es/components/notification/style/css.element-plus/es/components/option/style/css.element-plus/es/components/option-group/style/css.element-plus/es/components/overlay/style/css.element-plus/es/components/page-header/style/css.element-plus/es/components/pagination/style/css.element-plus/es/components/popconfirm/style/css.element-plus/es/components/popover/style/css.element-plus/es/components/popper/style/css.element-plus/es/components/progress/style/css.element-plus/es/components/radio/style/css.element-plus/es/components/radio-button/style/css.element-plus/es/components/radio-group/style/css.element-plus/es/components/rate/style/css.element-plus/es/components/result/style/css.element-plus/es/components/row/style/css.element-plus/es/components/scrollbar/style/css.element-plus/es/components/segmented/style/css.element-plus/es/components/select/style/css.element-plus/es/components/select-v2/style/css.element-plus/es/components/skeleton/style/css.element-plus/es/components/skeleton-item/style/css.element-plus/es/components/slider/style/css.element-plus/es/components/space/style/css.element-plus/es/components/splitter/style/css.element-plus/es/components/splitter-panel/style/css.element-plus/es/components/statistic/style/css.element-plus/es/components/step/style/css.element-plus/es/components/steps/style/css.element-plus/es/components/sub-menu/style/css.element-plus/es/components/switch/style/css.element-plus/es/components/tab-pane/style/css.element-plus/es/components/table/style/css.element-plus/es/components/table-column/style/css.element-plus/es/components/table-v2/style/css.element-plus/es/components/tabs/style/css.element-plus/es/components/tag/style/css.element-plus/es/components/teleport/style/css.element-plus/es/components/text/style/css.element-plus/es/components/time-picker/style/css.element-plus/es/components/time-select/style/css.element-plus/es/components/timeline/style/css.element-plus/es/components/timeline-item/style/css.element-plus/es/components/tooltip/style/css.element-plus/es/components/tour/style/css.element-plus/es/components/tour-step/style/css.element-plus/es/components/transfer/style/css.element-plus/es/components/tree/style/css.element-plus/es/components/tree-select/style/css.element-plus/es/components/tree-v2/style/css.element-plus/es/components/upload/style/css.element-plus/es/components/virtual-list/style/css.element-plus/es/components/watermark/style/css".split(".");
|
|
3
3
|
//#endregion
|
|
4
4
|
export { e as componentNames, t as noStylesComponents, r as optimizeDepsElementPlusIncludes, n as optimizeDepsIncludes };
|
|
@@ -5,5 +5,5 @@ interface ViteOptimizeDepsPluginOptions {
|
|
|
5
5
|
lib?: boolean;
|
|
6
6
|
other?: boolean;
|
|
7
7
|
}
|
|
8
|
-
export declare const viteOptimizeDeps: (options
|
|
8
|
+
export declare const viteOptimizeDeps: (options?: ViteOptimizeDepsPluginOptions) => Plugin;
|
|
9
9
|
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { optimizeDepsElementPlusIncludes as e, optimizeDepsIncludes as t } from "./components.mjs";
|
|
2
2
|
import { createLogger as n } from "vite";
|
|
3
3
|
//#region scripts/other-optimize.ts
|
|
4
|
-
var r = /* @__PURE__ */ "bpmn-js/lib/NavigatedViewer,diagram-js/lib/navigation/zoomscroll/ZoomScroll,min-dom,min-dash,tiny-svg,x2js,countup.js,overlayscrollbars,video.js,dayjs,lodash-es,bpmn-js-token-simulation,bpmn-js/lib/Modeler,bpmn-js/lib/features/drilldown,bpmn-js/lib/features/modeling/util/LaneUtil,bpmn-js/lib/features/modeling/util/ModelingUtil,bpmn-js/lib/features/palette/PaletteProvider,bpmn-js/lib/util/DiUtil,bpmn-js/lib/util/ModelUtil,diagram-js/lib/features/auto-place/AutoPlace,diagram-js/lib/layout/LayoutUtil,diagram-js/lib/util/Mouse,highlight.js/lib/core,highlight.js/lib/languages/json,highlight.js/lib/languages/xml,@web-utils/integrations/dayjs,cronosjs,photoswipe,viewerjs".split(","), i = n("info", { prefix: "[vite-optimize-deps-plugin]" }), a = ({ log: n = !1, elementPlus: a = !0, lib: o = !0, other: s = !
|
|
4
|
+
var r = /* @__PURE__ */ "bpmn-js/lib/NavigatedViewer,diagram-js/lib/navigation/zoomscroll/ZoomScroll,min-dom,min-dash,tiny-svg,x2js,countup.js,overlayscrollbars,video.js,dayjs,lodash-es,bpmn-js-token-simulation,bpmn-js/lib/Modeler,bpmn-js/lib/features/drilldown,bpmn-js/lib/features/modeling/util/LaneUtil,bpmn-js/lib/features/modeling/util/ModelingUtil,bpmn-js/lib/features/palette/PaletteProvider,bpmn-js/lib/util/DiUtil,bpmn-js/lib/util/ModelUtil,diagram-js/lib/features/auto-place/AutoPlace,diagram-js/lib/layout/LayoutUtil,diagram-js/lib/util/Mouse,highlight.js/lib/core,highlight.js/lib/languages/json,highlight.js/lib/languages/xml,@web-utils/integrations/dayjs,cronosjs,photoswipe,viewerjs".split(","), i = n("info", { prefix: "[vite-optimize-deps-plugin]" }), a = ({ log: n = !1, elementPlus: a = !0, lib: o = !0, other: s = !1 } = {}) => ({
|
|
5
5
|
name: "vite-optimize-deps-plugin",
|
|
6
6
|
apply: "serve",
|
|
7
7
|
configResolved(c) {
|
package/table-view/index.mjs
CHANGED
|
@@ -7,7 +7,7 @@ import { t as c } from "../chunks/mnqSaATq.mjs";
|
|
|
7
7
|
import l from "../editable-tree/index.mjs";
|
|
8
8
|
import { s as u } from "../chunks/b0ve2YgF.mjs";
|
|
9
9
|
import d from "../form-item-config-provider/index.mjs";
|
|
10
|
-
import { t as f } from "../chunks/
|
|
10
|
+
import { t as f } from "../chunks/CpsHWpwH2.mjs";
|
|
11
11
|
import { ElCollapseTransition as p, ElForm as m, ElFormItem as h, ElMessage as g, ElMessageBox as _, ElRow as v } from "element-plus/es";
|
|
12
12
|
import "element-plus/es/components/base/style/css";
|
|
13
13
|
import { Transition as y, createBlock as b, createCommentVNode as x, createElementBlock as S, createElementVNode as C, createSlots as w, createTextVNode as T, createVNode as E, mergeProps as D, normalizeClass as O, normalizeStyle as k, openBlock as A, renderList as j, renderSlot as M, toDisplayString as N, toHandlers as P, vShow as F, withCtx as I, withDirectives as L, withModifiers as R } from "vue";
|
package/toolbar/index.d.ts
CHANGED
|
@@ -85,7 +85,12 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
85
85
|
getSearchButton(): any;
|
|
86
86
|
getRefreshButton(): any;
|
|
87
87
|
getSettingsButton(): any;
|
|
88
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, {}, {}, false, {
|
|
88
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, {}, {}, false, {
|
|
89
|
+
tableView: {
|
|
90
|
+
from: symbol;
|
|
91
|
+
default: null;
|
|
92
|
+
};
|
|
93
|
+
}, {}, {}, {}, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
89
94
|
P: {};
|
|
90
95
|
B: {};
|
|
91
96
|
D: {};
|
package/toolbar/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/
|
|
1
|
+
import { t as e } from "../chunks/CpsHWpwH2.mjs";
|
|
2
2
|
export { e as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/
|
|
1
|
+
import { t as e } from "../chunks/BTGrh7dw2.mjs";
|
|
2
2
|
export { e as default };
|