@web-utils/form-ui 1.0.0-beta84 → 1.0.0-beta86
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/{8zYlq-t92.mjs → 4kjeIiag2.mjs} +1 -1
- package/chunks/{BMei9UHN2.mjs → 8h-xBLL82.mjs} +8 -2
- 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/chunks/{61ccpSFj2.mjs → DWN5uzm02.mjs} +8 -2
- package/chunks/{CTFV8OFH2.mjs → DrvwVjzq2.mjs} +1 -1
- package/chunks/{SLYmepqR.mjs → HFLY8Wla.mjs} +223 -214
- package/data-table-picker/index.mjs +1 -1
- package/form-table/index.d.ts +9 -0
- package/form-table/index.mjs +1 -1
- package/form-table-plus/index.d.ts +9 -0
- package/form-table-plus/index.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 +9 -9
- package/package.json +1 -3
- package/pageable-table/index.d.ts +1 -1
- package/pageable-table/index.mjs +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/sub-table/index.d.ts +9 -0
- package/sub-table/index.mjs +1 -1
- package/sub-table-plus/index.d.ts +9 -0
- package/sub-table-plus/index.mjs +1 -1
- package/table-view/index.d.ts +5 -5
- package/table-view/index.mjs +3 -3
- 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,6 +1,6 @@
|
|
|
1
1
|
import { t as e } from "../chunks/B1MSrc6f.mjs";
|
|
2
2
|
import { t } from "../chunks/V-Js6hNd.mjs";
|
|
3
|
-
import { t as n } from "../chunks/
|
|
3
|
+
import { t as n } from "../chunks/HFLY8Wla.mjs";
|
|
4
4
|
import { ElButton as r, ElMessage as i } from "element-plus/es";
|
|
5
5
|
import "element-plus/es/components/base/style/css";
|
|
6
6
|
import { createBlock as a, createTextVNode as o, createVNode as s, openBlock as c, renderSlot as l, withCtx as u } from "vue";
|
package/form-table/index.d.ts
CHANGED
|
@@ -32,6 +32,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
32
32
|
selectionWidth: StringConstructor;
|
|
33
33
|
fetchApi: FunctionConstructor;
|
|
34
34
|
delApi: FunctionConstructor;
|
|
35
|
+
rowKey: {
|
|
36
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
35
39
|
size: {
|
|
36
40
|
type: StringConstructor;
|
|
37
41
|
};
|
|
@@ -162,6 +166,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
162
166
|
selectionWidth: StringConstructor;
|
|
163
167
|
fetchApi: FunctionConstructor;
|
|
164
168
|
delApi: FunctionConstructor;
|
|
169
|
+
rowKey: {
|
|
170
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
171
|
+
default: string;
|
|
172
|
+
};
|
|
165
173
|
size: {
|
|
166
174
|
type: StringConstructor;
|
|
167
175
|
};
|
|
@@ -283,5 +291,6 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
283
291
|
limit: number;
|
|
284
292
|
maxLimit: number;
|
|
285
293
|
showSummary: boolean;
|
|
294
|
+
rowKey: string | Function;
|
|
286
295
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
287
296
|
export default _default;
|
package/form-table/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/
|
|
1
|
+
import { t as e } from "../chunks/DrvwVjzq2.mjs";
|
|
2
2
|
export { e as default };
|
|
@@ -28,6 +28,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
28
28
|
onRowDbClick: FunctionConstructor;
|
|
29
29
|
showMessage: BooleanConstructor;
|
|
30
30
|
pageSize: NumberConstructor;
|
|
31
|
+
rowKey: {
|
|
32
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
31
35
|
size: {
|
|
32
36
|
type: StringConstructor;
|
|
33
37
|
};
|
|
@@ -149,6 +153,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
149
153
|
onRowDbClick: FunctionConstructor;
|
|
150
154
|
showMessage: BooleanConstructor;
|
|
151
155
|
pageSize: NumberConstructor;
|
|
156
|
+
rowKey: {
|
|
157
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
158
|
+
default: string;
|
|
159
|
+
};
|
|
152
160
|
size: {
|
|
153
161
|
type: StringConstructor;
|
|
154
162
|
};
|
|
@@ -260,6 +268,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
260
268
|
wrapFormItem: boolean;
|
|
261
269
|
limit: number;
|
|
262
270
|
showSummary: boolean;
|
|
271
|
+
rowKey: string | Function;
|
|
263
272
|
selection: boolean;
|
|
264
273
|
bottomAddButton: boolean;
|
|
265
274
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/
|
|
1
|
+
import { t as e } from "../chunks/4kjeIiag2.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/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
|
@@ -24,7 +24,7 @@ import y from "./data-progress/index.mjs";
|
|
|
24
24
|
import { t as b } from "./chunks/Ctx93AFS.mjs";
|
|
25
25
|
import { t as x } from "./chunks/V-Js6hNd.mjs";
|
|
26
26
|
import S from "./element-resize-observer/index.mjs";
|
|
27
|
-
import { t as C } from "./chunks/
|
|
27
|
+
import { t as C } from "./chunks/HFLY8Wla.mjs";
|
|
28
28
|
import { t as w } from "./chunks/mnqSaATq.mjs";
|
|
29
29
|
import { t as T } from "./chunks/tzjUpVIj.mjs";
|
|
30
30
|
import { t as E } from "./chunks/6eDDQWcr.mjs";
|
|
@@ -77,17 +77,17 @@ import { t as Se } from "./chunks/y1Q66LEa2.mjs";
|
|
|
77
77
|
import { t as Ce } from "./chunks/XQwnPkab2.mjs";
|
|
78
78
|
import we from "./table-column-def/index.mjs";
|
|
79
79
|
import { t as Te } from "./chunks/BxcsELcB2.mjs";
|
|
80
|
-
import { t as Ee } from "./chunks/
|
|
81
|
-
import { t as De } from "./chunks/
|
|
82
|
-
import { t as Oe } from "./chunks/
|
|
83
|
-
import { t as ke } from "./chunks/
|
|
80
|
+
import { t as Ee } from "./chunks/DWN5uzm02.mjs";
|
|
81
|
+
import { t as De } from "./chunks/DrvwVjzq2.mjs";
|
|
82
|
+
import { t as Oe } from "./chunks/8h-xBLL82.mjs";
|
|
83
|
+
import { t as ke } from "./chunks/4kjeIiag2.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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@web-utils/form-ui",
|
|
3
3
|
"description": "form-ui",
|
|
4
|
-
"version": "1.0.0-
|
|
4
|
+
"version": "1.0.0-beta86",
|
|
5
5
|
"author": "Simple",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "module",
|
|
@@ -37,7 +37,6 @@
|
|
|
37
37
|
"dayjs": "^1.11.20",
|
|
38
38
|
"diagram-js": "^15.13.0",
|
|
39
39
|
"echarts": "^6.0.0",
|
|
40
|
-
"element-plus": "^2.13.7",
|
|
41
40
|
"highlight.js": "^11.11.1",
|
|
42
41
|
"lodash-es": "^4.18.1",
|
|
43
42
|
"min-dash": "^5.0.0",
|
|
@@ -48,7 +47,6 @@
|
|
|
48
47
|
"tiny-svg": "^4.1.4",
|
|
49
48
|
"video.js": "^8.23.7",
|
|
50
49
|
"viewerjs": "^1.11.7",
|
|
51
|
-
"vue": "^3.5.33",
|
|
52
50
|
"vue-cropper": "^1.1.4",
|
|
53
51
|
"x2js": "^3.4.4"
|
|
54
52
|
}
|
|
@@ -366,6 +366,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
366
366
|
fit: boolean;
|
|
367
367
|
showSummary: boolean;
|
|
368
368
|
selectionWidth: string;
|
|
369
|
+
rowKey: string | Function;
|
|
369
370
|
descs: unknown[];
|
|
370
371
|
ascs: unknown[];
|
|
371
372
|
selection: boolean;
|
|
@@ -382,7 +383,6 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
382
383
|
stripe: boolean;
|
|
383
384
|
showHeader: boolean;
|
|
384
385
|
highlightCurrentRow: boolean;
|
|
385
|
-
rowKey: string | Function;
|
|
386
386
|
emptyText: string;
|
|
387
387
|
expandRowKeys: unknown[];
|
|
388
388
|
tooltipEffect: string;
|
package/pageable-table/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/
|
|
1
|
+
import { t as e } from "../chunks/HFLY8Wla.mjs";
|
|
2
2
|
export { e as default };
|
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/sub-table/index.d.ts
CHANGED
|
@@ -32,6 +32,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
32
32
|
selectionWidth: StringConstructor;
|
|
33
33
|
fetchApi: FunctionConstructor;
|
|
34
34
|
delApi: FunctionConstructor;
|
|
35
|
+
rowKey: {
|
|
36
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
35
39
|
}>, {}, {
|
|
36
40
|
rows: never[];
|
|
37
41
|
selectedRows: never[];
|
|
@@ -92,6 +96,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
92
96
|
selectionWidth: StringConstructor;
|
|
93
97
|
fetchApi: FunctionConstructor;
|
|
94
98
|
delApi: FunctionConstructor;
|
|
99
|
+
rowKey: {
|
|
100
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
101
|
+
default: string;
|
|
102
|
+
};
|
|
95
103
|
}>> & Readonly<{
|
|
96
104
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
97
105
|
"onAdd-row"?: ((...args: any[]) => any) | undefined;
|
|
@@ -105,5 +113,6 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
105
113
|
limit: number;
|
|
106
114
|
maxLimit: number;
|
|
107
115
|
showSummary: boolean;
|
|
116
|
+
rowKey: string | Function;
|
|
108
117
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
109
118
|
export default _default;
|
package/sub-table/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/
|
|
1
|
+
import { t as e } from "../chunks/DWN5uzm02.mjs";
|
|
2
2
|
export { e as default };
|
|
@@ -26,6 +26,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
26
26
|
onRowDbClick: FunctionConstructor;
|
|
27
27
|
showMessage: BooleanConstructor;
|
|
28
28
|
pageSize: NumberConstructor;
|
|
29
|
+
rowKey: {
|
|
30
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
29
33
|
}>, {}, {
|
|
30
34
|
rows: never[];
|
|
31
35
|
selectedRows: never[];
|
|
@@ -92,6 +96,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
92
96
|
onRowDbClick: FunctionConstructor;
|
|
93
97
|
showMessage: BooleanConstructor;
|
|
94
98
|
pageSize: NumberConstructor;
|
|
99
|
+
rowKey: {
|
|
100
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
101
|
+
default: string;
|
|
102
|
+
};
|
|
95
103
|
}>> & Readonly<{
|
|
96
104
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
97
105
|
"onAdd-row"?: ((...args: any[]) => any) | undefined;
|
|
@@ -101,6 +109,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
101
109
|
showMessage: boolean;
|
|
102
110
|
limit: number;
|
|
103
111
|
showSummary: boolean;
|
|
112
|
+
rowKey: string | Function;
|
|
104
113
|
selection: boolean;
|
|
105
114
|
bottomAddButton: boolean;
|
|
106
115
|
}, {}, {}, {}, string, () => {
|
package/sub-table-plus/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/
|
|
1
|
+
import { t as e } from "../chunks/8h-xBLL82.mjs";
|
|
2
2
|
export { e as default };
|
package/table-view/index.d.ts
CHANGED
|
@@ -44,7 +44,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
44
44
|
deleteTips: StringConstructor;
|
|
45
45
|
selectTips: StringConstructor;
|
|
46
46
|
rowKey: {
|
|
47
|
-
type: StringConstructor;
|
|
47
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
48
48
|
default: string;
|
|
49
49
|
};
|
|
50
50
|
expandSearch: BooleanConstructor;
|
|
@@ -130,7 +130,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
130
130
|
deleteTips: StringConstructor;
|
|
131
131
|
selectTips: StringConstructor;
|
|
132
132
|
rowKey: {
|
|
133
|
-
type: StringConstructor;
|
|
133
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
134
134
|
default: string;
|
|
135
135
|
};
|
|
136
136
|
expandSearch: BooleanConstructor;
|
|
@@ -144,9 +144,9 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
144
144
|
embed: boolean;
|
|
145
145
|
border: boolean;
|
|
146
146
|
labelWidth: string;
|
|
147
|
+
rowKey: string | Function;
|
|
147
148
|
toolbarAttrs: Record<string, any>;
|
|
148
149
|
showToolbar: boolean;
|
|
149
|
-
rowKey: string;
|
|
150
150
|
borderTop: boolean;
|
|
151
151
|
borderBottom: boolean;
|
|
152
152
|
borderLeft: boolean;
|
|
@@ -202,7 +202,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
202
202
|
deleteTips: StringConstructor;
|
|
203
203
|
selectTips: StringConstructor;
|
|
204
204
|
rowKey: {
|
|
205
|
-
type: StringConstructor;
|
|
205
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
206
206
|
default: string;
|
|
207
207
|
};
|
|
208
208
|
expandSearch: BooleanConstructor;
|
|
@@ -297,7 +297,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
297
297
|
deleteTips: StringConstructor;
|
|
298
298
|
selectTips: StringConstructor;
|
|
299
299
|
rowKey: {
|
|
300
|
-
type: StringConstructor;
|
|
300
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
301
301
|
default: string;
|
|
302
302
|
};
|
|
303
303
|
expandSearch: BooleanConstructor;
|
package/table-view/index.mjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { f as e, i as t } from "../chunks/ClVh1Lek.mjs";
|
|
2
2
|
import { t as n } from "../chunks/B1MSrc6f.mjs";
|
|
3
|
-
import { t as r } from "../chunks/
|
|
3
|
+
import { t as r } from "../chunks/HFLY8Wla.mjs";
|
|
4
4
|
import { processButtons as i, reloadTable as a } from "../api/index.mjs";
|
|
5
5
|
import { cellClickHandlerContextKey as o, tableViewContextKey as s } from "../constants/index.mjs";
|
|
6
6
|
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";
|
|
@@ -107,7 +107,7 @@ var q = [
|
|
|
107
107
|
deleteTips: String,
|
|
108
108
|
selectTips: String,
|
|
109
109
|
rowKey: {
|
|
110
|
-
type: String,
|
|
110
|
+
type: [Function, String],
|
|
111
111
|
default: "id"
|
|
112
112
|
},
|
|
113
113
|
expandSearch: Boolean,
|
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 };
|