el-plus-crud 0.1.61 → 0.1.63

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 (75) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/dist/components/el-plus-form/ElPlusForm.vue.d.ts +190 -0
  3. package/dist/components/el-plus-form/ElPlusFormDialog.vue.d.ts +76 -0
  4. package/dist/components/el-plus-form/ElPlusFormGroup.vue.d.ts +60 -0
  5. package/dist/components/el-plus-form/components/ElPlusFormArea.vue.d.ts +33 -0
  6. package/dist/components/el-plus-form/components/ElPlusFormAutocomplete.vue.d.ts +44 -0
  7. package/dist/components/el-plus-form/components/ElPlusFormBtn.vue.d.ts +38 -0
  8. package/dist/components/el-plus-form/components/ElPlusFormBtns.vue.d.ts +31 -0
  9. package/dist/components/el-plus-form/components/ElPlusFormCascader.vue.d.ts +35 -0
  10. package/dist/components/el-plus-form/components/ElPlusFormCascaderPanel.vue.d.ts +35 -0
  11. package/dist/components/el-plus-form/components/ElPlusFormCheckbox.vue.d.ts +35 -0
  12. package/dist/components/el-plus-form/components/ElPlusFormCheckboxButton.vue.d.ts +35 -0
  13. package/dist/components/el-plus-form/components/ElPlusFormColor.vue.d.ts +35 -0
  14. package/dist/components/el-plus-form/components/ElPlusFormDate.vue.d.ts +35 -0
  15. package/dist/components/el-plus-form/components/ElPlusFormDaterange.vue.d.ts +42 -0
  16. package/dist/components/el-plus-form/components/ElPlusFormDatetime.vue.d.ts +35 -0
  17. package/dist/components/el-plus-form/components/ElPlusFormDatetimerange.vue.d.ts +42 -0
  18. package/dist/components/el-plus-form/components/ElPlusFormFile.vue.d.ts +33 -0
  19. package/dist/components/el-plus-form/components/ElPlusFormFormula.vue.d.ts +43 -0
  20. package/dist/components/el-plus-form/components/ElPlusFormImage.vue.d.ts +31 -0
  21. package/dist/components/el-plus-form/components/ElPlusFormInput.vue.d.ts +42 -0
  22. package/dist/components/el-plus-form/components/ElPlusFormLink.vue.d.ts +43 -0
  23. package/dist/components/el-plus-form/components/ElPlusFormLkuser.vue.d.ts +45 -0
  24. package/dist/components/el-plus-form/components/ElPlusFormNbinput.vue.d.ts +44 -0
  25. package/dist/components/el-plus-form/components/ElPlusFormNumber.vue.d.ts +41 -0
  26. package/dist/components/el-plus-form/components/ElPlusFormPassword.vue.d.ts +44 -0
  27. package/dist/components/el-plus-form/components/ElPlusFormPercentinput.vue.d.ts +49 -0
  28. package/dist/components/el-plus-form/components/ElPlusFormQuickInput.vue.d.ts +39 -0
  29. package/dist/components/el-plus-form/components/ElPlusFormRadio.vue.d.ts +35 -0
  30. package/dist/components/el-plus-form/components/ElPlusFormRate.vue.d.ts +37 -0
  31. package/dist/components/el-plus-form/components/ElPlusFormSelect.vue.d.ts +58 -0
  32. package/dist/components/el-plus-form/components/ElPlusFormSlider.vue.d.ts +35 -0
  33. package/dist/components/el-plus-form/components/ElPlusFormStatus.vue.d.ts +33 -0
  34. package/dist/components/el-plus-form/components/ElPlusFormSwitch.vue.d.ts +37 -0
  35. package/dist/components/el-plus-form/components/ElPlusFormTag.vue.d.ts +33 -0
  36. package/dist/components/el-plus-form/components/ElPlusFormText.vue.d.ts +33 -0
  37. package/dist/components/el-plus-form/components/ElPlusFormTextarea.vue.d.ts +39 -0
  38. package/dist/components/el-plus-form/components/ElPlusFormTime.vue.d.ts +35 -0
  39. package/dist/components/el-plus-form/components/ElPlusFormTimerange.vue.d.ts +42 -0
  40. package/dist/components/el-plus-form/components/ElPlusFormTransfer.vue.d.ts +44 -0
  41. package/dist/components/el-plus-form/components/ElPlusFormTree.vue.d.ts +39 -0
  42. package/dist/components/el-plus-form/components/ElPlusFormTreeSelect.vue.d.ts +37 -0
  43. package/dist/components/el-plus-form/components/ElPlusFormUpbtn.vue.d.ts +33 -0
  44. package/dist/components/el-plus-form/components/ElPlusFormUpload.vue.d.ts +41 -0
  45. package/dist/components/el-plus-form/components/components/file-icons/FileIcons.vue.d.ts +27 -0
  46. package/dist/components/el-plus-form/components/components/file-icons/data/index.d.ts +5 -0
  47. package/dist/components/el-plus-form/components/index.d.ts +3 -0
  48. package/dist/components/el-plus-form/data/file.d.ts +63 -0
  49. package/dist/components/el-plus-form/mixins/index.d.ts +28 -0
  50. package/dist/components/el-plus-form/util/validate.d.ts +275 -0
  51. package/dist/components/el-plus-table/ElPlusTable.vue.d.ts +160 -0
  52. package/dist/components/el-plus-table/ElPlusTableColumn.vue.d.ts +19 -0
  53. package/dist/components/el-plus-table/components/columnItem.vue.d.ts +29 -0
  54. package/dist/components/el-plus-table/components/header.vue.d.ts +85 -0
  55. package/dist/components/el-plus-table/components/settingColumn.vue.d.ts +30 -0
  56. package/dist/components-list.d.ts +2 -0
  57. package/dist/config/index.d.ts +4 -0
  58. package/dist/el-plus-crud.mjs +3027 -2940
  59. package/dist/el-plus-crud.umd.js +1 -0
  60. package/dist/index.d.ts +11 -0
  61. package/dist/style.css +1 -0
  62. package/dist/util/index.d.ts +81 -0
  63. package/lib/components/el-plus-form/ElPlusForm.vue +938 -937
  64. package/lib/components/el-plus-form/ElPlusFormGroup.vue +219 -209
  65. package/lib/components/el-plus-form/components/ElPlusFormImage.vue +115 -115
  66. package/lib/components/el-plus-form/components/ElPlusFormNumber.vue +26 -2
  67. package/lib/components/el-plus-form/components/ElPlusFormPercentinput.vue +177 -177
  68. package/lib/components/el-plus-form/components/ElPlusFormRadio.vue +69 -69
  69. package/lib/components/el-plus-form/components/ElPlusFormUpload.vue +490 -487
  70. package/lib/components/el-plus-form/components/components/file-icons/FileIcons.vue +197 -196
  71. package/lib/components/el-plus-table/ElPlusTable.vue +49 -16
  72. package/lib/components/el-plus-table/components/header.vue +413 -396
  73. package/lib/util/index.ts +393 -393
  74. package/package.json +1 -1
  75. package/types/index.d.ts +575 -572
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.1.63](https://github.com/KDJack/el-plus-crud/compare/v0.1.62...v0.1.63) (2025-11-06)
6
+
7
+ ### [0.1.62](https://github.com/KDJack/el-plus-crud/compare/v0.1.61...v0.1.62) (2025-06-03)
8
+
5
9
  ### [0.1.61](https://github.com/KDJack/el-plus-crud/compare/v0.1.60...v0.1.61) (2025-03-28)
6
10
 
7
11
  ### [0.1.60](https://github.com/KDJack/el-plus-crud/compare/v0.1.59...v0.1.60) (2025-01-20)
@@ -0,0 +1,190 @@
1
+ import { Ref } from 'vue';
2
+ import { IFormDesc } from '../../../types';
3
+
4
+ export interface IFormProps {
5
+ fid?: string;
6
+ formDesc?: IFormDesc | null;
7
+ groupFormDesc?: IFormDesc | null;
8
+ descOrders?: string[];
9
+ modelValue?: {
10
+ [key: string]: any;
11
+ };
12
+ formAttrs?: {
13
+ [key: string]: any;
14
+ };
15
+ rules?: {
16
+ [key: string]: any;
17
+ } | null;
18
+ isLoading?: boolean;
19
+ requestFn?: Function | null;
20
+ updateFn?: Function | null;
21
+ showBtns?: boolean;
22
+ showSubmit?: boolean;
23
+ submitBtnText?: string;
24
+ showCancel?: boolean;
25
+ cancelBtnText?: string;
26
+ showReset?: boolean;
27
+ resetBtnText?: string;
28
+ showLabel?: boolean;
29
+ labelWidth?: number | string;
30
+ disabled?: boolean;
31
+ isDialog?: boolean;
32
+ size?: string;
33
+ column?: number;
34
+ isTable?: boolean;
35
+ idKey?: string;
36
+ maxWidth?: string;
37
+ isGroupForm?: boolean;
38
+ disabledTab?: boolean;
39
+ itemMB?: string;
40
+ }
41
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IFormProps>, {
42
+ formDesc: null;
43
+ modelValue: () => {};
44
+ formAttrs: () => {};
45
+ rules: null;
46
+ isLoading: boolean;
47
+ requestFn: null;
48
+ updateFn: null;
49
+ showBtns: boolean;
50
+ showSubmit: boolean;
51
+ submitBtnText: string;
52
+ showCancel: boolean;
53
+ cancelBtnText: string;
54
+ showReset: boolean;
55
+ resetBtnText: string;
56
+ showLabel: boolean;
57
+ labelWidth: string;
58
+ disabled: boolean;
59
+ isDialog: boolean;
60
+ size: string;
61
+ column: number;
62
+ isTable: boolean;
63
+ idKey: string;
64
+ disabledTab: boolean;
65
+ itemMB: string;
66
+ }>>, {
67
+ fid: string | undefined;
68
+ formRef: Ref<any>;
69
+ submit: () => Promise<void>;
70
+ getData: () => {
71
+ [key: string]: any;
72
+ };
73
+ validate: () => Promise<unknown>;
74
+ reset: () => void;
75
+ clearValid: () => void;
76
+ clear: () => void;
77
+ changeValidImg: () => void;
78
+ refresh: () => void;
79
+ init: () => void;
80
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
81
+ cancel: (...args: any[]) => void;
82
+ reset: (...args: any[]) => void;
83
+ request: (...args: any[]) => void;
84
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IFormProps>, {
85
+ formDesc: null;
86
+ modelValue: () => {};
87
+ formAttrs: () => {};
88
+ rules: null;
89
+ isLoading: boolean;
90
+ requestFn: null;
91
+ updateFn: null;
92
+ showBtns: boolean;
93
+ showSubmit: boolean;
94
+ submitBtnText: string;
95
+ showCancel: boolean;
96
+ cancelBtnText: string;
97
+ showReset: boolean;
98
+ resetBtnText: string;
99
+ showLabel: boolean;
100
+ labelWidth: string;
101
+ disabled: boolean;
102
+ isDialog: boolean;
103
+ size: string;
104
+ column: number;
105
+ isTable: boolean;
106
+ idKey: string;
107
+ disabledTab: boolean;
108
+ itemMB: string;
109
+ }>>> & Readonly<{
110
+ onCancel?: ((...args: any[]) => any) | undefined;
111
+ onReset?: ((...args: any[]) => any) | undefined;
112
+ onRequest?: ((...args: any[]) => any) | undefined;
113
+ }>, {
114
+ disabled: boolean;
115
+ size: string;
116
+ formDesc: IFormDesc | null;
117
+ modelValue: {
118
+ [key: string]: any;
119
+ };
120
+ formAttrs: {
121
+ [key: string]: any;
122
+ };
123
+ rules: {
124
+ [key: string]: any;
125
+ } | null;
126
+ isLoading: boolean;
127
+ requestFn: Function | null;
128
+ updateFn: Function | null;
129
+ showBtns: boolean;
130
+ showSubmit: boolean;
131
+ submitBtnText: string;
132
+ showCancel: boolean;
133
+ cancelBtnText: string;
134
+ showReset: boolean;
135
+ resetBtnText: string;
136
+ showLabel: boolean;
137
+ labelWidth: string | number;
138
+ isDialog: boolean;
139
+ column: number;
140
+ isTable: boolean;
141
+ idKey: string;
142
+ disabledTab: boolean;
143
+ itemMB: string;
144
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
145
+ top?(_: {
146
+ formData: {
147
+ [key: string]: any;
148
+ };
149
+ }): any;
150
+ row?(_: {}): any;
151
+ default?(_: {}): any;
152
+ "form-btn"?(_: {
153
+ data: {
154
+ [key: string]: any;
155
+ };
156
+ }): any;
157
+ bottom?(_: {
158
+ formData: {
159
+ [key: string]: any;
160
+ };
161
+ }): any;
162
+ "form-footer"?(_: {
163
+ formData: {
164
+ [key: string]: any;
165
+ };
166
+ }): any;
167
+ }>;
168
+ export default _default;
169
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
170
+ type __VLS_TypePropsToRuntimeProps<T> = {
171
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
172
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
173
+ } : {
174
+ type: import('vue').PropType<T[K]>;
175
+ required: true;
176
+ };
177
+ };
178
+ type __VLS_WithDefaults<P, D> = {
179
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
180
+ default: D[K];
181
+ }> : P[K];
182
+ };
183
+ type __VLS_Prettify<T> = {
184
+ [K in keyof T]: T[K];
185
+ } & {};
186
+ type __VLS_WithTemplateSlots<T, S> = T & {
187
+ new (): {
188
+ $slots: S;
189
+ };
190
+ };
@@ -0,0 +1,76 @@
1
+ import { IFormDesc } from '../../../types';
2
+
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
4
+ modelValue?: {} | {
5
+ [key: string]: any;
6
+ } | undefined;
7
+ formDesc: IFormDesc;
8
+ show?: boolean | undefined;
9
+ title?: string | undefined;
10
+ tableRef?: any;
11
+ success?: Function | undefined;
12
+ isLoading?: boolean | undefined;
13
+ successTip?: string | ((data?: any) => string) | undefined;
14
+ }>, {
15
+ title: string;
16
+ modelValue: () => {};
17
+ show: boolean;
18
+ successTip: string;
19
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
20
+ "update:show": (...args: any[]) => void;
21
+ "update:modelValue": (...args: any[]) => void;
22
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
23
+ modelValue?: {} | {
24
+ [key: string]: any;
25
+ } | undefined;
26
+ formDesc: IFormDesc;
27
+ show?: boolean | undefined;
28
+ title?: string | undefined;
29
+ tableRef?: any;
30
+ success?: Function | undefined;
31
+ isLoading?: boolean | undefined;
32
+ successTip?: string | ((data?: any) => string) | undefined;
33
+ }>, {
34
+ title: string;
35
+ modelValue: () => {};
36
+ show: boolean;
37
+ successTip: string;
38
+ }>>> & Readonly<{
39
+ "onUpdate:show"?: ((...args: any[]) => any) | undefined;
40
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
41
+ }>, {
42
+ title: string;
43
+ modelValue: {} | {
44
+ [key: string]: any;
45
+ };
46
+ show: boolean;
47
+ successTip: string | ((data?: any) => string);
48
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
49
+ header?(_: {}): any;
50
+ top?(_: {}): any;
51
+ default?(_: {}): any;
52
+ footer?(_: {}): any;
53
+ }>;
54
+ export default _default;
55
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
56
+ type __VLS_TypePropsToRuntimeProps<T> = {
57
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
58
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
59
+ } : {
60
+ type: import('vue').PropType<T[K]>;
61
+ required: true;
62
+ };
63
+ };
64
+ type __VLS_WithDefaults<P, D> = {
65
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
66
+ default: D[K];
67
+ }> : P[K];
68
+ };
69
+ type __VLS_Prettify<T> = {
70
+ [K in keyof T]: T[K];
71
+ } & {};
72
+ type __VLS_WithTemplateSlots<T, S> = T & {
73
+ new (): {
74
+ $slots: S;
75
+ };
76
+ };
@@ -0,0 +1,60 @@
1
+ import { IFormGroupConfig } from '../../../types';
2
+
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
4
+ modelValue: {} | {
5
+ [key: string]: any;
6
+ };
7
+ formGroup: IFormGroupConfig;
8
+ isLoading?: boolean | undefined;
9
+ disabledTab?: boolean | undefined;
10
+ }>>, {
11
+ validate: () => Promise<any[]>;
12
+ getData: () => any;
13
+ clearValid: () => Promise<any[]>;
14
+ clear: () => Promise<any[]>;
15
+ init: () => Promise<any[]>;
16
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
17
+ cancel: (...args: any[]) => void;
18
+ request: (...args: any[]) => void;
19
+ "update:show": (...args: any[]) => void;
20
+ "update:modelValue": (...args: any[]) => void;
21
+ "before-validate": (...args: any[]) => void;
22
+ "before-request": (...args: any[]) => void;
23
+ "request-success": (...args: any[]) => void;
24
+ "request-error": (...args: any[]) => void;
25
+ "request-end": (...args: any[]) => void;
26
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
27
+ modelValue: {} | {
28
+ [key: string]: any;
29
+ };
30
+ formGroup: IFormGroupConfig;
31
+ isLoading?: boolean | undefined;
32
+ disabledTab?: boolean | undefined;
33
+ }>>> & Readonly<{
34
+ onCancel?: ((...args: any[]) => any) | undefined;
35
+ onRequest?: ((...args: any[]) => any) | undefined;
36
+ "onUpdate:show"?: ((...args: any[]) => any) | undefined;
37
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
38
+ "onBefore-validate"?: ((...args: any[]) => any) | undefined;
39
+ "onBefore-request"?: ((...args: any[]) => any) | undefined;
40
+ "onRequest-success"?: ((...args: any[]) => any) | undefined;
41
+ "onRequest-error"?: ((...args: any[]) => any) | undefined;
42
+ "onRequest-end"?: ((...args: any[]) => any) | undefined;
43
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, Partial<Record<string, (_: {}) => any>> & Partial<Record<string, (_: {}) => any>> & Partial<Record<string, (_: {}) => any>> & {
44
+ default?(_: {}): any;
45
+ }>;
46
+ export default _default;
47
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
48
+ type __VLS_TypePropsToRuntimeProps<T> = {
49
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
50
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
51
+ } : {
52
+ type: import('vue').PropType<T[K]>;
53
+ required: true;
54
+ };
55
+ };
56
+ type __VLS_WithTemplateSlots<T, S> = T & {
57
+ new (): {
58
+ $slots: S;
59
+ };
60
+ };
@@ -0,0 +1,33 @@
1
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
2
+ modelValue?: any[] | null | undefined;
3
+ desc: {
4
+ [key: string]: any;
5
+ };
6
+ formData?: {
7
+ [key: string]: any;
8
+ } | undefined;
9
+ disabled?: boolean | undefined;
10
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
+ "update:modelValue": (...args: any[]) => void;
12
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
13
+ modelValue?: any[] | null | undefined;
14
+ desc: {
15
+ [key: string]: any;
16
+ };
17
+ formData?: {
18
+ [key: string]: any;
19
+ } | undefined;
20
+ disabled?: boolean | undefined;
21
+ }>>> & Readonly<{
22
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
23
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
24
+ export default _default;
25
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
26
+ type __VLS_TypePropsToRuntimeProps<T> = {
27
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
28
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
29
+ } : {
30
+ type: import('vue').PropType<T[K]>;
31
+ required: true;
32
+ };
33
+ };
@@ -0,0 +1,44 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
2
+ modelValue?: string | number | null | undefined;
3
+ desc: {
4
+ [key: string]: any;
5
+ };
6
+ formData?: {
7
+ [key: string]: any;
8
+ } | undefined;
9
+ disabled?: boolean | undefined;
10
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
+ "update:modelValue": (...args: any[]) => void;
12
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
13
+ modelValue?: string | number | null | undefined;
14
+ desc: {
15
+ [key: string]: any;
16
+ };
17
+ formData?: {
18
+ [key: string]: any;
19
+ } | undefined;
20
+ disabled?: boolean | undefined;
21
+ }>>> & Readonly<{
22
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
23
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, Partial<Record<number, (_: {
24
+ data: any;
25
+ }) => any>> & {
26
+ default?(_: {
27
+ data: any;
28
+ }): any;
29
+ }>;
30
+ export default _default;
31
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
32
+ type __VLS_TypePropsToRuntimeProps<T> = {
33
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
34
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
35
+ } : {
36
+ type: import('vue').PropType<T[K]>;
37
+ required: true;
38
+ };
39
+ };
40
+ type __VLS_WithTemplateSlots<T, S> = T & {
41
+ new (): {
42
+ $slots: S;
43
+ };
44
+ };
@@ -0,0 +1,38 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
2
+ field?: string | undefined;
3
+ rowIndex?: number | undefined;
4
+ loading?: boolean | undefined;
5
+ desc?: {
6
+ [key: string]: any;
7
+ } | undefined;
8
+ formData?: {
9
+ [key: string]: any;
10
+ } | undefined;
11
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
12
+ field?: string | undefined;
13
+ rowIndex?: number | undefined;
14
+ loading?: boolean | undefined;
15
+ desc?: {
16
+ [key: string]: any;
17
+ } | undefined;
18
+ formData?: {
19
+ [key: string]: any;
20
+ } | undefined;
21
+ }>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
22
+ default?(_: {}): any;
23
+ }>;
24
+ export default _default;
25
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
26
+ type __VLS_TypePropsToRuntimeProps<T> = {
27
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
28
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
29
+ } : {
30
+ type: import('vue').PropType<T[K]>;
31
+ required: true;
32
+ };
33
+ };
34
+ type __VLS_WithTemplateSlots<T, S> = T & {
35
+ new (): {
36
+ $slots: S;
37
+ };
38
+ };
@@ -0,0 +1,31 @@
1
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
2
+ field?: string | undefined;
3
+ rowIndex?: number | undefined;
4
+ desc: {
5
+ [key: string]: any;
6
+ };
7
+ formData?: {
8
+ [key: string]: any;
9
+ } | undefined;
10
+ disabled?: boolean | undefined;
11
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
12
+ field?: string | undefined;
13
+ rowIndex?: number | undefined;
14
+ desc: {
15
+ [key: string]: any;
16
+ };
17
+ formData?: {
18
+ [key: string]: any;
19
+ } | undefined;
20
+ disabled?: boolean | undefined;
21
+ }>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
22
+ export default _default;
23
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
24
+ type __VLS_TypePropsToRuntimeProps<T> = {
25
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
26
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
27
+ } : {
28
+ type: import('vue').PropType<T[K]>;
29
+ required: true;
30
+ };
31
+ };
@@ -0,0 +1,35 @@
1
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
2
+ modelValue?: string | string[] | null | undefined;
3
+ field?: string | undefined;
4
+ desc: {
5
+ [key: string]: any;
6
+ };
7
+ formData?: {
8
+ [key: string]: any;
9
+ } | undefined;
10
+ disabled?: boolean | undefined;
11
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ "update:modelValue": (...args: any[]) => void;
13
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
14
+ modelValue?: string | string[] | null | undefined;
15
+ field?: string | undefined;
16
+ desc: {
17
+ [key: string]: any;
18
+ };
19
+ formData?: {
20
+ [key: string]: any;
21
+ } | undefined;
22
+ disabled?: boolean | undefined;
23
+ }>>> & Readonly<{
24
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
25
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
26
+ export default _default;
27
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
28
+ type __VLS_TypePropsToRuntimeProps<T> = {
29
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
30
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
31
+ } : {
32
+ type: import('vue').PropType<T[K]>;
33
+ required: true;
34
+ };
35
+ };
@@ -0,0 +1,35 @@
1
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
2
+ modelValue?: string | string[] | null | undefined;
3
+ field?: string | undefined;
4
+ desc: {
5
+ [key: string]: any;
6
+ };
7
+ formData?: {
8
+ [key: string]: any;
9
+ } | undefined;
10
+ disabled?: boolean | undefined;
11
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ "update:modelValue": (...args: any[]) => void;
13
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
14
+ modelValue?: string | string[] | null | undefined;
15
+ field?: string | undefined;
16
+ desc: {
17
+ [key: string]: any;
18
+ };
19
+ formData?: {
20
+ [key: string]: any;
21
+ } | undefined;
22
+ disabled?: boolean | undefined;
23
+ }>>> & Readonly<{
24
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
25
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
26
+ export default _default;
27
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
28
+ type __VLS_TypePropsToRuntimeProps<T> = {
29
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
30
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
31
+ } : {
32
+ type: import('vue').PropType<T[K]>;
33
+ required: true;
34
+ };
35
+ };
@@ -0,0 +1,35 @@
1
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
2
+ modelValue?: string | number | (string | number)[] | null | undefined;
3
+ field?: string | undefined;
4
+ desc: {
5
+ [key: string]: any;
6
+ };
7
+ formData?: {
8
+ [key: string]: any;
9
+ } | undefined;
10
+ disabled?: boolean | undefined;
11
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ "update:modelValue": (...args: any[]) => void;
13
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
14
+ modelValue?: string | number | (string | number)[] | null | undefined;
15
+ field?: string | undefined;
16
+ desc: {
17
+ [key: string]: any;
18
+ };
19
+ formData?: {
20
+ [key: string]: any;
21
+ } | undefined;
22
+ disabled?: boolean | undefined;
23
+ }>>> & Readonly<{
24
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
25
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
26
+ export default _default;
27
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
28
+ type __VLS_TypePropsToRuntimeProps<T> = {
29
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
30
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
31
+ } : {
32
+ type: import('vue').PropType<T[K]>;
33
+ required: true;
34
+ };
35
+ };
@@ -0,0 +1,35 @@
1
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
2
+ modelValue?: string | number | null | undefined;
3
+ field?: string | undefined;
4
+ desc: {
5
+ [key: string]: any;
6
+ };
7
+ formData?: {
8
+ [key: string]: any;
9
+ } | undefined;
10
+ disabled?: boolean | undefined;
11
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ "update:modelValue": (...args: any[]) => void;
13
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
14
+ modelValue?: string | number | null | undefined;
15
+ field?: string | undefined;
16
+ desc: {
17
+ [key: string]: any;
18
+ };
19
+ formData?: {
20
+ [key: string]: any;
21
+ } | undefined;
22
+ disabled?: boolean | undefined;
23
+ }>>> & Readonly<{
24
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
25
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
26
+ export default _default;
27
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
28
+ type __VLS_TypePropsToRuntimeProps<T> = {
29
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
30
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
31
+ } : {
32
+ type: import('vue').PropType<T[K]>;
33
+ required: true;
34
+ };
35
+ };
@@ -0,0 +1,35 @@
1
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
2
+ modelValue?: string | number | null | undefined;
3
+ field?: string | undefined;
4
+ desc: {
5
+ [key: string]: any;
6
+ };
7
+ formData?: {
8
+ [key: string]: any;
9
+ } | undefined;
10
+ disabled?: boolean | undefined;
11
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ "update:modelValue": (...args: any[]) => void;
13
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
14
+ modelValue?: string | number | null | undefined;
15
+ field?: string | undefined;
16
+ desc: {
17
+ [key: string]: any;
18
+ };
19
+ formData?: {
20
+ [key: string]: any;
21
+ } | undefined;
22
+ disabled?: boolean | undefined;
23
+ }>>> & Readonly<{
24
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
25
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
26
+ export default _default;
27
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
28
+ type __VLS_TypePropsToRuntimeProps<T> = {
29
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
30
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
31
+ } : {
32
+ type: import('vue').PropType<T[K]>;
33
+ required: true;
34
+ };
35
+ };