el-plus 0.0.25 → 0.0.27

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 (56) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/index.full.js +2 -2
  3. package/dist/index.full.min.js +1 -1
  4. package/dist/index.full.min.js.map +1 -1
  5. package/dist/index.full.min.mjs +1 -1
  6. package/dist/index.full.min.mjs.map +1 -1
  7. package/dist/index.full.mjs +2 -2
  8. package/es/components/buttons/index.d.ts +17 -17
  9. package/es/components/buttons/src/buttons-vue.d.ts +2 -2
  10. package/es/components/custom-column/index.d.ts +12 -12
  11. package/es/components/custom-column/src/custom-column.d.ts +2 -2
  12. package/es/components/custom-column/src/custom-column.vue.d.ts +6 -6
  13. package/es/components/form/src/form-item.d.ts +3 -1
  14. package/es/components/form/src/form-item.mjs.map +1 -1
  15. package/es/components/form/src/form.vue.d.ts +5 -5
  16. package/es/components/header/index.d.ts +14 -14
  17. package/es/components/header/src/header.vue.d.ts +3 -3
  18. package/es/components/search-list-page/index.d.ts +245 -245
  19. package/es/components/search-list-page/src/search-list-page.d.ts +4 -4
  20. package/es/components/search-list-page/src/search-list-page.vue.d.ts +26 -26
  21. package/es/components/search-list-page/src/use-search-list-page.d.ts +19 -19
  22. package/es/components/select/index.d.ts +12 -12
  23. package/es/components/select/src/select.d.ts +4 -4
  24. package/es/components/select/src/select.vue.d.ts +8 -8
  25. package/es/components/table/index.d.ts +30 -30
  26. package/es/components/table/src/table.vue.d.ts +15 -15
  27. package/es/components/title/index.d.ts +11 -11
  28. package/es/components/title/src/title.vue.d.ts +1 -1
  29. package/es/hooks/dialog/use-choose-dialog.d.ts +1 -1
  30. package/es/hooks/dialog/use-form-dialog.d.ts +1 -1
  31. package/es/package.json.mjs +1 -1
  32. package/lib/components/buttons/index.d.ts +17 -17
  33. package/lib/components/buttons/src/buttons-vue.d.ts +2 -2
  34. package/lib/components/custom-column/index.d.ts +12 -12
  35. package/lib/components/custom-column/src/custom-column.d.ts +2 -2
  36. package/lib/components/custom-column/src/custom-column.vue.d.ts +6 -6
  37. package/lib/components/form/src/form-item.d.ts +3 -1
  38. package/lib/components/form/src/form-item.js.map +1 -1
  39. package/lib/components/form/src/form.vue.d.ts +5 -5
  40. package/lib/components/header/index.d.ts +14 -14
  41. package/lib/components/header/src/header.vue.d.ts +3 -3
  42. package/lib/components/search-list-page/index.d.ts +245 -245
  43. package/lib/components/search-list-page/src/search-list-page.d.ts +4 -4
  44. package/lib/components/search-list-page/src/search-list-page.vue.d.ts +26 -26
  45. package/lib/components/search-list-page/src/use-search-list-page.d.ts +19 -19
  46. package/lib/components/select/index.d.ts +12 -12
  47. package/lib/components/select/src/select.d.ts +4 -4
  48. package/lib/components/select/src/select.vue.d.ts +8 -8
  49. package/lib/components/table/index.d.ts +30 -30
  50. package/lib/components/table/src/table.vue.d.ts +15 -15
  51. package/lib/components/title/index.d.ts +11 -11
  52. package/lib/components/title/src/title.vue.d.ts +1 -1
  53. package/lib/hooks/dialog/use-choose-dialog.d.ts +1 -1
  54. package/lib/hooks/dialog/use-form-dialog.d.ts +1 -1
  55. package/lib/package.json.js +1 -1
  56. package/package.json +1 -1
@@ -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;
@@ -63,5 +63,7 @@ export declare const formItemProps: {
63
63
  __epPropKey: true;
64
64
  };
65
65
  };
66
- export type FormItemProps = ExtractPublicPropTypes<typeof formItemProps>;
66
+ export type FormItemProps = ExtractPublicPropTypes<typeof formItemProps> & {
67
+ [key: `on${string}`]: (...args: any[]) => any;
68
+ };
67
69
  export declare const expandFormItemPropsKeys: string[];
@@ -1 +1 @@
1
- {"version":3,"file":"form-item.js","sources":["../../../../../../packages/components/form/src/form-item.ts"],"sourcesContent":["import { formItemProps as elFormItemProps } from 'element-plus'\nimport { visibleProps, disabledProps } from '@el-plus/utils/props'\nimport { CSSProperties } from 'vue'\nimport type {\n VNode,\n PropType,\n ExtractPropTypes,\n ExtractPublicPropTypes,\n} from 'vue'\nconst expandFormItemProps = {\n type: {\n type: String,\n default: 'EpInput',\n },\n col: Number,\n render: Function as PropType<(...args: any[]) => VNode>,\n labelRender: Function as PropType<\n ({ label }: { label: string | undefined }) => VNode\n >,\n props: Object,\n ...visibleProps,\n ...disabledProps,\n class: String,\n style: {\n type: [String, Object] as PropType<string | CSSProperties>,\n },\n isShowLabel: {\n type: Boolean,\n default: true,\n },\n hideRequiredAsterisk: Boolean,\n tableProp: String, // 用于table里的表单需要绑定的prop\n}\nexport const formItemProps = {\n ...elFormItemProps,\n ...expandFormItemProps,\n prop: String,\n} as const\nexport type FormItemProps = ExtractPublicPropTypes<typeof formItemProps>\nexport const expandFormItemPropsKeys = Object.keys(expandFormItemProps)\n"],"names":["visibleProps","disabledProps","elFormItemProps"],"mappings":";;;;;AASA,MAAM,mBAAA,GAAsB;AAAA,EAC1B,IAAA,EAAM;AAAA,IACJ,IAAA,EAAM,MAAA;AAAA,IACN,OAAA,EAAS;AAAA,GACX;AAAA,EACA,GAAA,EAAK,MAAA;AAAA,EACL,MAAA,EAAQ,QAAA;AAAA,EACR,WAAA,EAAa,QAAA;AAAA,EAGb,KAAA,EAAO,MAAA;AAAA,EACP,GAAGA,kBAAA;AAAA,EACH,GAAGC,mBAAA;AAAA,EACH,KAAA,EAAO,MAAA;AAAA,EACP,KAAA,EAAO;AAAA,IACL,IAAA,EAAM,CAAC,MAAA,EAAQ,MAAM;AAAA,GACvB;AAAA,EACA,WAAA,EAAa;AAAA,IACX,IAAA,EAAM,OAAA;AAAA,IACN,OAAA,EAAS;AAAA,GACX;AAAA,EACA,oBAAA,EAAsB,OAAA;AAAA,EACtB,SAAA,EAAW;AAAA;AACb,CAAA;AACO,MAAM,aAAA,GAAgB;AAAA,EAC3B,GAAGC,yBAAA;AAAA,EACH,GAAG,mBAAA;AAAA,EACH,IAAA,EAAM;AACR;AAEO,MAAM,uBAAA,GAA0B,MAAA,CAAO,IAAA,CAAK,mBAAmB;;;;;"}
1
+ {"version":3,"file":"form-item.js","sources":["../../../../../../packages/components/form/src/form-item.ts"],"sourcesContent":["import { formItemProps as elFormItemProps } from 'element-plus'\nimport { visibleProps, disabledProps } from '@el-plus/utils/props'\nimport { CSSProperties } from 'vue'\nimport type {\n VNode,\n PropType,\n ExtractPropTypes,\n ExtractPublicPropTypes,\n} from 'vue'\nconst expandFormItemProps = {\n type: {\n type: String,\n default: 'EpInput',\n },\n col: Number,\n render: Function as PropType<(...args: any[]) => VNode>,\n labelRender: Function as PropType<\n ({ label }: { label: string | undefined }) => VNode\n >,\n props: Object,\n ...visibleProps,\n ...disabledProps,\n class: String,\n style: {\n type: [String, Object] as PropType<string | CSSProperties>,\n },\n isShowLabel: {\n type: Boolean,\n default: true,\n },\n hideRequiredAsterisk: Boolean,\n tableProp: String, // 用于table里的表单需要绑定的prop\n}\nexport const formItemProps = {\n ...elFormItemProps,\n ...expandFormItemProps,\n prop: String,\n} as const\nexport type FormItemProps = ExtractPublicPropTypes<typeof formItemProps> & {\n [key: `on${string}`]: (...args: any[]) => any\n}\nexport const expandFormItemPropsKeys = Object.keys(expandFormItemProps)\n"],"names":["visibleProps","disabledProps","elFormItemProps"],"mappings":";;;;;AASA,MAAM,mBAAA,GAAsB;AAAA,EAC1B,IAAA,EAAM;AAAA,IACJ,IAAA,EAAM,MAAA;AAAA,IACN,OAAA,EAAS;AAAA,GACX;AAAA,EACA,GAAA,EAAK,MAAA;AAAA,EACL,MAAA,EAAQ,QAAA;AAAA,EACR,WAAA,EAAa,QAAA;AAAA,EAGb,KAAA,EAAO,MAAA;AAAA,EACP,GAAGA,kBAAA;AAAA,EACH,GAAGC,mBAAA;AAAA,EACH,KAAA,EAAO,MAAA;AAAA,EACP,KAAA,EAAO;AAAA,IACL,IAAA,EAAM,CAAC,MAAA,EAAQ,MAAM;AAAA,GACvB;AAAA,EACA,WAAA,EAAa;AAAA,IACX,IAAA,EAAM,OAAA;AAAA,IACN,OAAA,EAAS;AAAA,GACX;AAAA,EACA,oBAAA,EAAsB,OAAA;AAAA,EACtB,SAAA,EAAW;AAAA;AACb,CAAA;AACO,MAAM,aAAA,GAAgB;AAAA,EAC3B,GAAGC,yBAAA;AAAA,EACH,GAAG,mBAAA;AAAA,EACH,IAAA,EAAM;AACR;AAIO,MAAM,uBAAA,GAA0B,MAAA,CAAO,IAAA,CAAK,mBAAmB;;;;;"}
@@ -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;