el-plus 0.0.24 → 0.0.26

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.
Files changed (66) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/index.css +1 -1
  3. package/dist/index.full.js +19 -16
  4. package/dist/index.full.min.js +1 -1
  5. package/dist/index.full.min.js.map +1 -1
  6. package/dist/index.full.min.mjs +1 -1
  7. package/dist/index.full.min.mjs.map +1 -1
  8. package/dist/index.full.mjs +19 -16
  9. package/es/components/buttons/index.d.ts +17 -17
  10. package/es/components/buttons/src/buttons-vue.d.ts +2 -2
  11. package/es/components/custom-column/index.d.ts +12 -12
  12. package/es/components/custom-column/src/custom-column.d.ts +2 -2
  13. package/es/components/custom-column/src/custom-column.vue.d.ts +6 -6
  14. package/es/components/form/src/form.vue.d.ts +5 -5
  15. package/es/components/header/index.d.ts +14 -14
  16. package/es/components/header/src/header.vue.d.ts +3 -3
  17. package/es/components/search-list-page/index.d.ts +245 -245
  18. package/es/components/search-list-page/src/search-list-page.d.ts +4 -4
  19. package/es/components/search-list-page/src/search-list-page.vue.d.ts +26 -26
  20. package/es/components/search-list-page/src/use-search-list-page.d.ts +19 -19
  21. package/es/components/select/index.d.ts +12 -12
  22. package/es/components/select/src/select.d.ts +4 -4
  23. package/es/components/select/src/select.vue.d.ts +8 -8
  24. package/es/components/table/index.d.ts +30 -30
  25. package/es/components/table/src/table.vue.d.ts +15 -15
  26. package/es/components/title/index.d.ts +11 -11
  27. package/es/components/title/src/title.vue.d.ts +1 -1
  28. package/es/hooks/dialog/use-choose-dialog.d.ts +1 -1
  29. package/es/hooks/dialog/use-choose-dialog.mjs +5 -5
  30. package/es/hooks/dialog/use-choose-dialog.mjs.map +1 -1
  31. package/es/hooks/dialog/use-form-dialog.d.ts +1 -1
  32. package/es/hooks/use-template-promise.mjs +14 -11
  33. package/es/hooks/use-template-promise.mjs.map +1 -1
  34. package/es/package.json.mjs +1 -1
  35. package/lib/components/buttons/index.d.ts +17 -17
  36. package/lib/components/buttons/src/buttons-vue.d.ts +2 -2
  37. package/lib/components/custom-column/index.d.ts +12 -12
  38. package/lib/components/custom-column/src/custom-column.d.ts +2 -2
  39. package/lib/components/custom-column/src/custom-column.vue.d.ts +6 -6
  40. package/lib/components/form/src/form.vue.d.ts +5 -5
  41. package/lib/components/header/index.d.ts +14 -14
  42. package/lib/components/header/src/header.vue.d.ts +3 -3
  43. package/lib/components/search-list-page/index.d.ts +245 -245
  44. package/lib/components/search-list-page/src/search-list-page.d.ts +4 -4
  45. package/lib/components/search-list-page/src/search-list-page.vue.d.ts +26 -26
  46. package/lib/components/search-list-page/src/use-search-list-page.d.ts +19 -19
  47. package/lib/components/select/index.d.ts +12 -12
  48. package/lib/components/select/src/select.d.ts +4 -4
  49. package/lib/components/select/src/select.vue.d.ts +8 -8
  50. package/lib/components/table/index.d.ts +30 -30
  51. package/lib/components/table/src/table.vue.d.ts +15 -15
  52. package/lib/components/title/index.d.ts +11 -11
  53. package/lib/components/title/src/title.vue.d.ts +1 -1
  54. package/lib/hooks/dialog/use-choose-dialog.d.ts +1 -1
  55. package/lib/hooks/dialog/use-choose-dialog.js +4 -4
  56. package/lib/hooks/dialog/use-choose-dialog.js.map +1 -1
  57. package/lib/hooks/dialog/use-form-dialog.d.ts +1 -1
  58. package/lib/hooks/use-template-promise.js +13 -10
  59. package/lib/hooks/use-template-promise.js.map +1 -1
  60. package/lib/package.json.js +1 -1
  61. package/package.json +1 -1
  62. package/theme-chalk/dialog.css +1 -1
  63. package/theme-chalk/form.css +1 -1
  64. package/theme-chalk/index.css +1 -1
  65. package/theme-chalk/src/dialog.scss +1 -1
  66. package/theme-chalk/src/form.scss +3 -0
@@ -1,4 +1,4 @@
1
- /*! ElPlus v0.0.24 */
1
+ /*! ElPlus v0.0.26 */
2
2
 
3
3
  import { useAttrs, getCurrentInstance, inject, provide, ref, nextTick, defineComponent, computed, createVNode, Fragment, withDirectives, resolveComponent, mergeProps, resolveDirective, useTemplateRef, createTextVNode, h, mergeModels, useModel, createElementBlock, openBlock, normalizeStyle, normalizeClass, unref, createCommentVNode, withCtx, renderSlot, renderList, createBlock, vShow, toDisplayString, reactive, useSlots, watch, onMounted, createSlots, normalizeProps, guardReactiveProps, markRaw, Transition, shallowReactive, isVNode, render, createElementVNode, toRaw } from 'vue';
4
4
  import { buttonProps, useLocale as useLocale$1, ElLoading, ElMessage, ElMessageBox, formProps as formProps$1, formEmits as formEmits$1, ElTooltip, formItemProps as formItemProps$1, ElFormItem, ElForm, ElRow, ElCol, inputProps as inputProps$1, inputEmits as inputEmits$1, configProviderContextKey, ElConfigProvider, ElDialog, ElButton, ElTable, ElIcon, selectProps as selectProps$1, selectEmits as selectEmits$1, ElPageHeader, datePickerProps, linkProps as linkProps$1 } from 'element-plus';
@@ -1350,22 +1350,25 @@ const useTemplatePromise = (options = {}) => {
1350
1350
  if (index2 !== -1) instances.value.splice(index2, 1);
1351
1351
  } else {
1352
1352
  props.isVisible = false;
1353
- const wrapper = document.querySelector(".ep-template-promise");
1354
- if (wrapper.style["zIndex"]) {
1355
- return;
1356
- }
1353
+ }
1354
+ });
1355
+ return props.promise;
1356
+ };
1357
+ const open = (...args) => {
1358
+ instances.value = [];
1359
+ const com = create(...args);
1360
+ nextTick(() => {
1361
+ const wrapper = document.querySelector(".ep-template-promise.is-init");
1362
+ if (wrapper) {
1357
1363
  const dialog = wrapper?.querySelector(".el-modal-dialog");
1358
1364
  const zIndex = dialog ? dialog.style["z-index"] : "";
1359
1365
  if (zIndex && wrapper) {
1360
1366
  wrapper.style.zIndex = zIndex;
1361
1367
  }
1368
+ wrapper.classList.remove("is-init");
1362
1369
  }
1363
1370
  });
1364
- return props.promise;
1365
- };
1366
- const open = (...args) => {
1367
- instances.value = [];
1368
- return create(...args);
1371
+ return com;
1369
1372
  };
1370
1373
  const component = /* @__PURE__ */ defineComponent((_, ctx) => {
1371
1374
  const {
@@ -1374,7 +1377,7 @@ const useTemplatePromise = (options = {}) => {
1374
1377
  const renderList = () => instances.value.map((props) => {
1375
1378
  return withDirectives(h("div", {
1376
1379
  // key: props.key,
1377
- class: "ep-template-promise"
1380
+ class: "ep-template-promise is-init"
1378
1381
  }, render ? render(props, ctx) : slots.default?.(props)), [[vShow, props.isVisible]]);
1379
1382
  });
1380
1383
  if (transition) return () => {
@@ -3536,7 +3539,7 @@ var components = [
3536
3539
  EpLink
3537
3540
  ];
3538
3541
 
3539
- var version = "0.0.24";
3542
+ var version = "0.0.26";
3540
3543
 
3541
3544
  var globalProperties = {
3542
3545
  install(app) {
@@ -3560,14 +3563,14 @@ const useChooseDialog = (options = {}) => {
3560
3563
  multiple,
3561
3564
  ...rest
3562
3565
  } = options;
3563
- let selections = [];
3566
+ let selections = ref([]);
3564
3567
  const showSingleSelectionCol = !multiple;
3565
3568
  const scopedSlots = {};
3566
3569
  if (!showSingleSelectionCol) {
3567
3570
  scopedSlots.footerPrepend = () => {
3568
3571
  return createVNode("span", {
3569
3572
  "class": bem.e("selected-count")
3570
- }, [t("ep.chooseDialog.selected"), selections.length, t("ep.chooseDialog.unit")]);
3573
+ }, [t("ep.chooseDialog.selected"), selections.value.length, t("ep.chooseDialog.unit")]);
3571
3574
  };
3572
3575
  }
3573
3576
  return useDialog({
@@ -3595,10 +3598,10 @@ const useChooseDialog = (options = {}) => {
3595
3598
  tableProps: {
3596
3599
  height: 300,
3597
3600
  onSelectionChange: (newSel) => {
3598
- selections = newSel;
3601
+ selections.value = newSel;
3599
3602
  },
3600
3603
  onSingleSelectionChange: (newSel) => {
3601
- selections = newSel;
3604
+ selections.value = newSel;
3602
3605
  resolve(toRaw(selections));
3603
3606
  }
3604
3607
  }
@@ -5,9 +5,9 @@ export declare const EpButtons: {
5
5
  name: string;
6
6
  prop: string;
7
7
  permission: string;
8
- onClick: (e: MouseEvent | import("packages/el-plus").TableScope) => void;
8
+ onClick: (e: MouseEvent | import("el-plus/es").TableScope) => void;
9
9
  scopedSlots: Record<string, () => import("vue").VNode>;
10
- disabled: import("packages/utils").IDisabled;
10
+ disabled: import("el-plus/es/utils").IDisabled;
11
11
  confirm: boolean;
12
12
  confirmText: string;
13
13
  } & {} & {
@@ -31,7 +31,7 @@ export declare const EpButtons: {
31
31
  readonly __epPropKey: true;
32
32
  };
33
33
  readonly disabled: {
34
- type: import("vue").PropType<import("packages/utils").IDisabled>;
34
+ type: import("vue").PropType<import("el-plus/es/utils").IDisabled>;
35
35
  };
36
36
  readonly icon: {
37
37
  readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
@@ -73,9 +73,9 @@ export declare const EpButtons: {
73
73
  name: string;
74
74
  prop: string;
75
75
  permission: string;
76
- onClick: (e: MouseEvent | import("packages/el-plus").TableScope) => void;
76
+ onClick: (e: MouseEvent | import("el-plus/es").TableScope) => void;
77
77
  scopedSlots: Record<string, () => import("vue").VNode>;
78
- disabled: import("packages/utils").IDisabled;
78
+ disabled: import("el-plus/es/utils").IDisabled;
79
79
  confirm: boolean;
80
80
  confirmText: string;
81
81
  } & {} & {
@@ -83,9 +83,9 @@ export declare const EpButtons: {
83
83
  hide?: (boolean | ((T: unknown) => boolean)) | undefined;
84
84
  }>[];
85
85
  }, true, {}, {}, import("vue").GlobalComponents, {
86
- [x: string]: (import("vue").ObjectDirective<import("packages/directives/repeat-click").RepeatClickEl, import("packages/directives/repeat-click").RepeatClickOptions, string, any> & {
86
+ [x: string]: (import("vue").ObjectDirective<import("el-plus/es/directives/repeat-click").RepeatClickEl, import("el-plus/es/directives/repeat-click").RepeatClickOptions, string, any> & {
87
87
  name: string;
88
- }) | (import("vue").FunctionDirective<import("packages/directives/repeat-click").RepeatClickEl, import("packages/directives/repeat-click").RepeatClickOptions, string, any> & {
88
+ }) | (import("vue").FunctionDirective<import("el-plus/es/directives/repeat-click").RepeatClickEl, import("el-plus/es/directives/repeat-click").RepeatClickOptions, string, any> & {
89
89
  name: string;
90
90
  });
91
91
  } & import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -101,9 +101,9 @@ export declare const EpButtons: {
101
101
  name: string;
102
102
  prop: string;
103
103
  permission: string;
104
- onClick: (e: MouseEvent | import("packages/el-plus").TableScope) => void;
104
+ onClick: (e: MouseEvent | import("el-plus/es").TableScope) => void;
105
105
  scopedSlots: Record<string, () => import("vue").VNode>;
106
- disabled: import("packages/utils").IDisabled;
106
+ disabled: import("el-plus/es/utils").IDisabled;
107
107
  confirm: boolean;
108
108
  confirmText: string;
109
109
  } & {} & {
@@ -127,7 +127,7 @@ export declare const EpButtons: {
127
127
  readonly __epPropKey: true;
128
128
  };
129
129
  readonly disabled: {
130
- type: import("vue").PropType<import("packages/utils").IDisabled>;
130
+ type: import("vue").PropType<import("el-plus/es/utils").IDisabled>;
131
131
  };
132
132
  readonly icon: {
133
133
  readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
@@ -169,9 +169,9 @@ export declare const EpButtons: {
169
169
  name: string;
170
170
  prop: string;
171
171
  permission: string;
172
- onClick: (e: MouseEvent | import("packages/el-plus").TableScope) => void;
172
+ onClick: (e: MouseEvent | import("el-plus/es").TableScope) => void;
173
173
  scopedSlots: Record<string, () => import("vue").VNode>;
174
- disabled: import("packages/utils").IDisabled;
174
+ disabled: import("el-plus/es/utils").IDisabled;
175
175
  confirm: boolean;
176
176
  confirmText: string;
177
177
  } & {} & {
@@ -202,7 +202,7 @@ export declare const EpButtons: {
202
202
  readonly __epPropKey: true;
203
203
  };
204
204
  readonly disabled: {
205
- type: import("vue").PropType<import("packages/utils").IDisabled>;
205
+ type: import("vue").PropType<import("el-plus/es/utils").IDisabled>;
206
206
  };
207
207
  readonly icon: {
208
208
  readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
@@ -244,9 +244,9 @@ export declare const EpButtons: {
244
244
  name: string;
245
245
  prop: string;
246
246
  permission: string;
247
- onClick: (e: MouseEvent | import("packages/el-plus").TableScope) => void;
247
+ onClick: (e: MouseEvent | import("el-plus/es").TableScope) => void;
248
248
  scopedSlots: Record<string, () => import("vue").VNode>;
249
- disabled: import("packages/utils").IDisabled;
249
+ disabled: import("el-plus/es/utils").IDisabled;
250
250
  confirm: boolean;
251
251
  confirmText: string;
252
252
  } & {} & {
@@ -254,9 +254,9 @@ export declare const EpButtons: {
254
254
  hide?: (boolean | ((T: unknown) => boolean)) | undefined;
255
255
  }>[];
256
256
  }, {}, string, {}, import("vue").GlobalComponents, {
257
- [x: string]: (import("vue").ObjectDirective<import("packages/directives/repeat-click").RepeatClickEl, import("packages/directives/repeat-click").RepeatClickOptions, string, any> & {
257
+ [x: string]: (import("vue").ObjectDirective<import("el-plus/es/directives/repeat-click").RepeatClickEl, import("el-plus/es/directives/repeat-click").RepeatClickOptions, string, any> & {
258
258
  name: string;
259
- }) | (import("vue").FunctionDirective<import("packages/directives/repeat-click").RepeatClickEl, import("packages/directives/repeat-click").RepeatClickOptions, string, any> & {
259
+ }) | (import("vue").FunctionDirective<import("el-plus/es/directives/repeat-click").RepeatClickEl, import("el-plus/es/directives/repeat-click").RepeatClickOptions, string, any> & {
260
260
  name: string;
261
261
  });
262
262
  } & import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin;
@@ -103,7 +103,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
103
103
  name: string;
104
104
  prop: string;
105
105
  permission: string;
106
- onClick: (e: MouseEvent | import("packages/el-plus").TableScope) => void;
106
+ onClick: (e: MouseEvent | import("el-plus/es").TableScope) => void;
107
107
  scopedSlots: Record<string, () => import("vue").VNode>;
108
108
  disabled: import("el-plus/es/utils/props").IDisabled;
109
109
  confirm: boolean;
@@ -113,7 +113,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
113
113
  hide?: (boolean | ((T: unknown) => boolean)) | undefined;
114
114
  }>[];
115
115
  }, {}, {}, {
116
- [vRepeatClick.name]: import("vue").Directive<import("packages/directives/repeat-click").RepeatClickEl, import("packages/directives/repeat-click").RepeatClickOptions> & {
116
+ [vRepeatClick.name]: import("vue").Directive<import("el-plus/es/directives/repeat-click").RepeatClickEl, import("el-plus/es/directives/repeat-click").RepeatClickOptions> & {
117
117
  name: string;
118
118
  };
119
119
  [vPermission.name]: import("vue").Directive<HTMLElement> & {
@@ -5,11 +5,11 @@ export declare const EpCustomColumn: {
5
5
  };
6
6
  readonly api: {
7
7
  readonly default: "/api-item/api/customizedColumns/find";
8
- readonly type: import("vue").PropType<import("packages/types/axios.js").Api>;
8
+ readonly type: import("vue").PropType<import("el-plus/es/types/axios").Api>;
9
9
  };
10
10
  readonly saveApi: {
11
11
  readonly default: "/api-item/api/customizedColumns/save";
12
- readonly type: import("vue").PropType<import("packages/types/axios.js").Api>;
12
+ readonly type: import("vue").PropType<import("el-plus/es/types/axios").Api>;
13
13
  };
14
14
  readonly showHandler: {
15
15
  readonly type: BooleanConstructor;
@@ -24,8 +24,8 @@ export declare const EpCustomColumn: {
24
24
  confirm: (data: import("element-plus").TransferDataItem[]) => void;
25
25
  loaded: (data: import("element-plus").TransferDataItem[]) => void;
26
26
  }, import("vue").PublicProps, {
27
- readonly api: import("packages/types/axios.js").Api;
28
- readonly saveApi: import("packages/types/axios.js").Api;
27
+ readonly api: import("el-plus/es/types/axios").Api;
28
+ readonly saveApi: import("el-plus/es/types/axios").Api;
29
29
  readonly showHandler: boolean;
30
30
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
31
31
  P: {};
@@ -40,11 +40,11 @@ export declare const EpCustomColumn: {
40
40
  };
41
41
  readonly api: {
42
42
  readonly default: "/api-item/api/customizedColumns/find";
43
- readonly type: import("vue").PropType<import("packages/types/axios.js").Api>;
43
+ readonly type: import("vue").PropType<import("el-plus/es/types/axios").Api>;
44
44
  };
45
45
  readonly saveApi: {
46
46
  readonly default: "/api-item/api/customizedColumns/save";
47
- readonly type: import("vue").PropType<import("packages/types/axios.js").Api>;
47
+ readonly type: import("vue").PropType<import("el-plus/es/types/axios").Api>;
48
48
  };
49
49
  readonly showHandler: {
50
50
  readonly type: BooleanConstructor;
@@ -56,8 +56,8 @@ export declare const EpCustomColumn: {
56
56
  }>, {
57
57
  open: () => Promise<void>;
58
58
  }, {}, {}, {}, {
59
- readonly api: import("packages/types/axios.js").Api;
60
- readonly saveApi: import("packages/types/axios.js").Api;
59
+ readonly api: import("el-plus/es/types/axios").Api;
60
+ readonly saveApi: import("el-plus/es/types/axios").Api;
61
61
  readonly showHandler: boolean;
62
62
  }>;
63
63
  __isFragment?: never;
@@ -69,11 +69,11 @@ export declare const EpCustomColumn: {
69
69
  };
70
70
  readonly api: {
71
71
  readonly default: "/api-item/api/customizedColumns/find";
72
- readonly type: import("vue").PropType<import("packages/types/axios.js").Api>;
72
+ readonly type: import("vue").PropType<import("el-plus/es/types/axios").Api>;
73
73
  };
74
74
  readonly saveApi: {
75
75
  readonly default: "/api-item/api/customizedColumns/save";
76
- readonly type: import("vue").PropType<import("packages/types/axios.js").Api>;
76
+ readonly type: import("vue").PropType<import("el-plus/es/types/axios").Api>;
77
77
  };
78
78
  readonly showHandler: {
79
79
  readonly type: BooleanConstructor;
@@ -88,8 +88,8 @@ export declare const EpCustomColumn: {
88
88
  confirm: (data: import("element-plus").TransferDataItem[]) => void;
89
89
  loaded: (data: import("element-plus").TransferDataItem[]) => void;
90
90
  }, string, {
91
- readonly api: import("packages/types/axios.js").Api;
92
- readonly saveApi: import("packages/types/axios.js").Api;
91
+ readonly api: import("el-plus/es/types/axios").Api;
92
+ readonly saveApi: import("el-plus/es/types/axios").Api;
93
93
  readonly showHandler: boolean;
94
94
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin;
95
95
  export default EpCustomColumn;
@@ -6,11 +6,11 @@ export declare const customColumnProps: {
6
6
  };
7
7
  readonly api: {
8
8
  readonly default: "/api-item/api/customizedColumns/find";
9
- readonly type: PropType<import("packages/types").Api>;
9
+ readonly type: PropType<import("el-plus/es/types").Api>;
10
10
  };
11
11
  readonly saveApi: {
12
12
  readonly default: "/api-item/api/customizedColumns/save";
13
- readonly type: PropType<import("packages/types").Api>;
13
+ readonly type: PropType<import("el-plus/es/types").Api>;
14
14
  };
15
15
  readonly showHandler: {
16
16
  readonly type: BooleanConstructor;
@@ -5,11 +5,11 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
5
5
  };
6
6
  readonly api: {
7
7
  readonly default: "/api-item/api/customizedColumns/find";
8
- readonly type: import("vue").PropType<import("packages/types").Api>;
8
+ readonly type: import("vue").PropType<import("el-plus/es/types").Api>;
9
9
  };
10
10
  readonly saveApi: {
11
11
  readonly default: "/api-item/api/customizedColumns/save";
12
- readonly type: import("vue").PropType<import("packages/types").Api>;
12
+ readonly type: import("vue").PropType<import("el-plus/es/types").Api>;
13
13
  };
14
14
  readonly showHandler: {
15
15
  readonly type: BooleanConstructor;
@@ -26,11 +26,11 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
26
26
  };
27
27
  readonly api: {
28
28
  readonly default: "/api-item/api/customizedColumns/find";
29
- readonly type: import("vue").PropType<import("packages/types").Api>;
29
+ readonly type: import("vue").PropType<import("el-plus/es/types").Api>;
30
30
  };
31
31
  readonly saveApi: {
32
32
  readonly default: "/api-item/api/customizedColumns/save";
33
- readonly type: import("vue").PropType<import("packages/types").Api>;
33
+ readonly type: import("vue").PropType<import("el-plus/es/types").Api>;
34
34
  };
35
35
  readonly showHandler: {
36
36
  readonly type: BooleanConstructor;
@@ -40,8 +40,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
40
40
  onConfirm?: ((data: TransferDataItem[]) => any) | undefined;
41
41
  onLoaded?: ((data: TransferDataItem[]) => any) | undefined;
42
42
  }>, {
43
- readonly api: import("packages/types").Api;
44
- readonly saveApi: import("packages/types").Api;
43
+ readonly api: import("el-plus/es/types").Api;
44
+ readonly saveApi: import("el-plus/es/types").Api;
45
45
  readonly showHandler: boolean;
46
46
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
47
47
  declare const _default: typeof __VLS_export;
@@ -27,8 +27,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
27
27
  readonly __epPropKey: true;
28
28
  };
29
29
  formItemList: {
30
- type: import("vue").PropType<import("packages/el-plus").FormItemProps[]>;
31
- default: () => import("packages/el-plus").FormItemProps[];
30
+ type: import("vue").PropType<import("el-plus/es").FormItemProps[]>;
31
+ default: () => import("el-plus/es").FormItemProps[];
32
32
  };
33
33
  isShowFold: BooleanConstructor;
34
34
  showFieldCount: {
@@ -94,8 +94,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
94
94
  readonly __epPropKey: true;
95
95
  };
96
96
  formItemList: {
97
- type: import("vue").PropType<import("packages/el-plus").FormItemProps[]>;
98
- default: () => import("packages/el-plus").FormItemProps[];
97
+ type: import("vue").PropType<import("el-plus/es").FormItemProps[]>;
98
+ default: () => import("el-plus/es").FormItemProps[];
99
99
  };
100
100
  isShowFold: BooleanConstructor;
101
101
  showFieldCount: {
@@ -141,7 +141,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
141
141
  inlineMessage: boolean;
142
142
  showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
143
143
  scrollIntoViewOptions: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown>;
144
- formItemList: import("packages/el-plus").FormItemProps[];
144
+ formItemList: import("el-plus/es").FormItemProps[];
145
145
  isShowFold: boolean;
146
146
  showFieldCount: number;
147
147
  requireAsteriskPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right", unknown>;
@@ -1,7 +1,7 @@
1
1
  export declare const EpHeader: {
2
2
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
3
3
  readonly mode: {
4
- readonly type: import("vue").PropType<import("packages/hooks/use-navigation.js").PageMode>;
4
+ readonly type: import("vue").PropType<import("el-plus/es/hooks/use-navigation").PageMode>;
5
5
  };
6
6
  readonly allowBack: {
7
7
  readonly type: BooleanConstructor;
@@ -12,9 +12,9 @@ export declare const EpHeader: {
12
12
  name: string;
13
13
  prop: string;
14
14
  permission: string;
15
- onClick: (e: MouseEvent | import("packages/el-plus/index.js").TableScope) => void;
15
+ onClick: (e: MouseEvent | import("el-plus/es/index").TableScope) => void;
16
16
  scopedSlots: Record<string, () => import("vue").VNode>;
17
- disabled: import("packages/utils/props.js").IDisabled;
17
+ disabled: import("el-plus/es/utils/props").IDisabled;
18
18
  confirm: boolean;
19
19
  confirmText: string;
20
20
  } & {} & {
@@ -34,9 +34,9 @@ export declare const EpHeader: {
34
34
  name: string;
35
35
  prop: string;
36
36
  permission: string;
37
- onClick: (e: MouseEvent | import("packages/el-plus/index.js").TableScope) => void;
37
+ onClick: (e: MouseEvent | import("el-plus/es/index").TableScope) => void;
38
38
  scopedSlots: Record<string, () => import("vue").VNode>;
39
- disabled: import("packages/utils/props.js").IDisabled;
39
+ disabled: import("el-plus/es/utils/props").IDisabled;
40
40
  confirm: boolean;
41
41
  confirmText: string;
42
42
  } & {} & {
@@ -54,7 +54,7 @@ export declare const EpHeader: {
54
54
  Defaults: {};
55
55
  }, Readonly<import("vue").ExtractPropTypes<{
56
56
  readonly mode: {
57
- readonly type: import("vue").PropType<import("packages/hooks/use-navigation.js").PageMode>;
57
+ readonly type: import("vue").PropType<import("el-plus/es/hooks/use-navigation").PageMode>;
58
58
  };
59
59
  readonly allowBack: {
60
60
  readonly type: BooleanConstructor;
@@ -65,9 +65,9 @@ export declare const EpHeader: {
65
65
  name: string;
66
66
  prop: string;
67
67
  permission: string;
68
- onClick: (e: MouseEvent | import("packages/el-plus/index.js").TableScope) => void;
68
+ onClick: (e: MouseEvent | import("el-plus/es/index").TableScope) => void;
69
69
  scopedSlots: Record<string, () => import("vue").VNode>;
70
- disabled: import("packages/utils/props.js").IDisabled;
70
+ disabled: import("el-plus/es/utils/props").IDisabled;
71
71
  confirm: boolean;
72
72
  confirmText: string;
73
73
  } & {} & {
@@ -87,9 +87,9 @@ export declare const EpHeader: {
87
87
  name: string;
88
88
  prop: string;
89
89
  permission: string;
90
- onClick: (e: MouseEvent | import("packages/el-plus/index.js").TableScope) => void;
90
+ onClick: (e: MouseEvent | import("el-plus/es/index").TableScope) => void;
91
91
  scopedSlots: Record<string, () => import("vue").VNode>;
92
- disabled: import("packages/utils/props.js").IDisabled;
92
+ disabled: import("el-plus/es/utils/props").IDisabled;
93
93
  confirm: boolean;
94
94
  confirmText: string;
95
95
  } & {} & {
@@ -104,14 +104,14 @@ export declare const EpHeader: {
104
104
  __isSuspense?: never;
105
105
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
106
106
  readonly mode: {
107
- readonly type: import("vue").PropType<import("packages/hooks/use-navigation.js").PageMode>;
107
+ readonly type: import("vue").PropType<import("el-plus/es/hooks/use-navigation").PageMode>;
108
108
  };
109
109
  readonly allowBack: {
110
110
  readonly type: BooleanConstructor;
111
111
  readonly default: true;
112
112
  };
113
113
  readonly buttons: {
114
- readonly type: import("vue").PropType<import("packages/el-plus/index.js").ButtonProps[]>;
114
+ readonly type: import("vue").PropType<import("el-plus/es/index").ButtonProps[]>;
115
115
  readonly default: () => never[];
116
116
  };
117
117
  readonly name: StringConstructor;
@@ -125,9 +125,9 @@ export declare const EpHeader: {
125
125
  name: string;
126
126
  prop: string;
127
127
  permission: string;
128
- onClick: (e: MouseEvent | import("packages/el-plus/index.js").TableScope) => void;
128
+ onClick: (e: MouseEvent | import("el-plus/es/index").TableScope) => void;
129
129
  scopedSlots: Record<string, () => import("vue").VNode>;
130
- disabled: import("packages/utils/props.js").IDisabled;
130
+ disabled: import("el-plus/es/utils/props").IDisabled;
131
131
  confirm: boolean;
132
132
  confirmText: string;
133
133
  } & {} & {
@@ -1,6 +1,6 @@
1
1
  declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  readonly mode: {
3
- readonly type: import("vue").PropType<import("packages/hooks").PageMode>;
3
+ readonly type: import("vue").PropType<import("el-plus/es/hooks").PageMode>;
4
4
  };
5
5
  readonly allowBack: {
6
6
  readonly type: BooleanConstructor;
@@ -18,7 +18,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
18
18
  readonly workflowId: StringConstructor;
19
19
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
20
20
  readonly mode: {
21
- readonly type: import("vue").PropType<import("packages/hooks").PageMode>;
21
+ readonly type: import("vue").PropType<import("el-plus/es/hooks").PageMode>;
22
22
  };
23
23
  readonly allowBack: {
24
24
  readonly type: BooleanConstructor;
@@ -39,7 +39,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
39
39
  name: string;
40
40
  prop: string;
41
41
  permission: string;
42
- onClick: (e: MouseEvent | import("packages/el-plus").TableScope) => void;
42
+ onClick: (e: MouseEvent | import("el-plus/es").TableScope) => void;
43
43
  scopedSlots: Record<string, () => import("vue").VNode>;
44
44
  disabled: import("el-plus/es/utils/props").IDisabled;
45
45
  confirm: boolean;