star-horse-lowcode 3.0.7 → 3.0.9

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 (76) hide show
  1. package/README.md +10 -0
  2. package/dist/App.vue.d.ts +3 -0
  3. package/dist/api/user_func.d.ts +3 -0
  4. package/dist/assets/index.css +1 -1
  5. package/dist/components/comp/ShTableListColumn.vue.d.ts +1 -1
  6. package/dist/components/comp/StarHorseDataView.vue.d.ts +2 -2
  7. package/dist/components/comp/StarHorseDraggable.vue.d.ts +2 -2
  8. package/dist/components/comp/StarHorseForm.vue.d.ts +2 -2
  9. package/dist/components/comp/StarHorseFormItem.vue.d.ts +1 -5
  10. package/dist/components/comp/StarHorseFormList.vue.d.ts +2 -8
  11. package/dist/components/comp/StarHorseFormTable.vue.d.ts +1 -5
  12. package/dist/components/comp/StarHorseItem.vue.d.ts +1 -7
  13. package/dist/components/comp/StarHorseStaticTable.vue.d.ts +1 -1
  14. package/dist/components/comp/StarHorseTableComp.vue.d.ts +1 -0
  15. package/dist/components/comp/StarHorseTree.vue.d.ts +1 -9
  16. package/dist/components/comp/app/MainSubBar.vue.d.ts +1 -3
  17. package/dist/components/comp/items/UTableColumn.vue.d.ts +1 -1
  18. package/dist/components/formcomp/items/area-item.vue.d.ts +1 -5
  19. package/dist/components/formcomp/items/audio-item.vue.d.ts +1 -5
  20. package/dist/components/formcomp/items/autocomplete-item.vue.d.ts +1 -5
  21. package/dist/components/formcomp/items/barcode-item.vue.d.ts +1 -5
  22. package/dist/components/formcomp/items/button-item.vue.d.ts +1 -5
  23. package/dist/components/formcomp/items/cascade-item.vue.d.ts +1 -5
  24. package/dist/components/formcomp/items/checkbox-item.vue.d.ts +1 -5
  25. package/dist/components/formcomp/items/color-item.vue.d.ts +1 -5
  26. package/dist/components/formcomp/items/cron-item.vue.d.ts +1 -5
  27. package/dist/components/formcomp/items/datapicker-item.vue.d.ts +1 -5
  28. package/dist/components/formcomp/items/datetime-item.vue.d.ts +1 -5
  29. package/dist/components/formcomp/items/dialog-input-item.vue.d.ts +1 -5
  30. package/dist/components/formcomp/items/dialog-item.vue.d.ts +1 -5
  31. package/dist/components/formcomp/items/divider-item.vue.d.ts +1 -5
  32. package/dist/components/formcomp/items/drawer-item.vue.d.ts +1 -5
  33. package/dist/components/formcomp/items/html-item.vue.d.ts +1 -5
  34. package/dist/components/formcomp/items/htmleditor-item.vue.d.ts +1 -5
  35. package/dist/components/formcomp/items/icon-item.vue.d.ts +1 -5
  36. package/dist/components/formcomp/items/image-item.vue.d.ts +1 -5
  37. package/dist/components/formcomp/items/input-item.vue.d.ts +1 -5
  38. package/dist/components/formcomp/items/input-tag-item.vue.d.ts +1 -5
  39. package/dist/components/formcomp/items/json-array-item.vue.d.ts +1 -5
  40. package/dist/components/formcomp/items/json-item.vue.d.ts +1 -5
  41. package/dist/components/formcomp/items/markdown-item.vue.d.ts +1 -5
  42. package/dist/components/formcomp/items/number-item.vue.d.ts +1 -5
  43. package/dist/components/formcomp/items/number-range-item.vue.d.ts +1 -5
  44. package/dist/components/formcomp/items/page-select-item.vue.d.ts +1 -5
  45. package/dist/components/formcomp/items/password-item.vue.d.ts +1 -5
  46. package/dist/components/formcomp/items/qrcode-item.vue.d.ts +1 -5
  47. package/dist/components/formcomp/items/radio-item.vue.d.ts +1 -5
  48. package/dist/components/formcomp/items/rate-item.vue.d.ts +1 -5
  49. package/dist/components/formcomp/items/select-item.vue.d.ts +1 -5
  50. package/dist/components/formcomp/items/signature-item.vue.d.ts +1 -5
  51. package/dist/components/formcomp/items/slider-item.vue.d.ts +1 -5
  52. package/dist/components/formcomp/items/switch-item.vue.d.ts +1 -5
  53. package/dist/components/formcomp/items/tag-item.vue.d.ts +1 -5
  54. package/dist/components/formcomp/items/text-item.vue.d.ts +1 -5
  55. package/dist/components/formcomp/items/textarea-item.vue.d.ts +1 -5
  56. package/dist/components/formcomp/items/time-item.vue.d.ts +1 -5
  57. package/dist/components/formcomp/items/time-picker-item.vue.d.ts +1 -5
  58. package/dist/components/formcomp/items/transfer-item.vue.d.ts +1 -5
  59. package/dist/components/formcomp/items/tselect-item.vue.d.ts +1 -5
  60. package/dist/components/formcomp/items/upload-item.vue.d.ts +1 -5
  61. package/dist/components/formcomp/items/user-item.vue.d.ts +1 -5
  62. package/dist/components/formcomp/items/usercomp-item.vue.d.ts +1 -5
  63. package/dist/components/formcomp/items/view-markdown-item.vue.d.ts +1 -5
  64. package/dist/components/system/StarHorseEditor.vue.d.ts +1 -1
  65. package/dist/components/system/StarHorseMenu.vue.d.ts +1 -3
  66. package/dist/index.d.ts +1 -0
  67. package/dist/index.es.js +6 -8
  68. package/dist/sample/commonpage/CommonSkeleton.vue.d.ts +87 -0
  69. package/dist/sample/commonpage/NormalPage.vue.d.ts +15 -0
  70. package/dist/sample/commonpage/dynamic_form_utils.d.ts +89 -0
  71. package/dist/store/DesignForm.d.ts +2 -2
  72. package/dist/store/DesignPage.d.ts +2 -2
  73. package/dist/store/FormDataCache.d.ts +4412 -0
  74. package/dist/store/StoreManager.d.ts +14289 -0
  75. package/dist/views/NotFound.vue.d.ts +3 -0
  76. package/package.json +12 -12
@@ -71,8 +71,8 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
71
71
  };
72
72
  }>> & Readonly<{}>, {
73
73
  source: number;
74
- size: string;
75
74
  batchName: string;
75
+ size: string;
76
76
  staticColumn: string;
77
77
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
78
78
  declare const _default: typeof __VLS_export;
@@ -142,12 +142,12 @@ declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPro
142
142
  batchName: string;
143
143
  primaryKey: any;
144
144
  subFormFlag: string;
145
+ dynamicForm: boolean;
146
+ dataFormat: Function;
145
147
  preview: boolean;
146
148
  labelPosition: string;
147
- dataFormat: Function;
148
149
  batchFieldName: string;
149
150
  formSize: string;
150
- dynamicForm: boolean;
151
151
  useViewUrl: boolean;
152
152
  slotType: string;
153
153
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -34,8 +34,8 @@ declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPro
34
34
  default: boolean;
35
35
  };
36
36
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
37
- contextAction: (...args: any[]) => void;
38
37
  selectNode: (...args: any[]) => void;
38
+ contextAction: (...args: any[]) => void;
39
39
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
40
40
  msg: {
41
41
  type: StringConstructor;
@@ -64,8 +64,8 @@ declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPro
64
64
  default: boolean;
65
65
  };
66
66
  }>> & Readonly<{
67
- onContextAction?: (...args: any[]) => any;
68
67
  onSelectNode?: (...args: any[]) => any;
68
+ onContextAction?: (...args: any[]) => any;
69
69
  }>, {
70
70
  isActive: boolean;
71
71
  showLine: boolean;
@@ -165,12 +165,12 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
165
165
  onInited?: (...args: any[]) => any;
166
166
  }>, {
167
167
  batchName: string;
168
+ dynamicForm: boolean;
169
+ selectData: SelectOption[];
168
170
  preview: boolean;
169
171
  labelPosition: string;
170
- selectData: SelectOption[];
171
172
  batchFieldName: string;
172
173
  formSize: string;
173
- dynamicForm: boolean;
174
174
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
175
175
  declare const _default: typeof __VLS_export;
176
176
  export default _default;
@@ -5,12 +5,8 @@ type __VLS_ModelProps = {
5
5
  };
6
6
  type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
7
7
  declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
- addRow: (...args: any[]) => void;
9
- removeRow: (...args: any[]) => void;
10
- "update:dataForm": (value: any) => void;
8
+ "update:dataForm": (value: any) => any;
11
9
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
- onAddRow?: (...args: any[]) => any;
13
- onRemoveRow?: (...args: any[]) => any;
14
10
  "onUpdate:dataForm"?: (value: any) => any;
15
11
  }>, {
16
12
  source: number;
@@ -70,10 +70,7 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
70
70
  type: PropType<any>;
71
71
  };
72
72
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
73
- addRow: (...args: any[]) => void;
74
- removeRow: (...args: any[]) => void;
75
- inited: (...args: any[]) => void;
76
- "update:dataForm": (value: any) => void;
73
+ "update:dataForm": (value: any) => any;
77
74
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
78
75
  compUrl: {
79
76
  type: PropType<ApiUrls>;
@@ -143,15 +140,12 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
143
140
  type: PropType<any>;
144
141
  };
145
142
  }>> & Readonly<{
146
- onAddRow?: (...args: any[]) => any;
147
- onRemoveRow?: (...args: any[]) => any;
148
143
  "onUpdate:dataForm"?: (value: any) => any;
149
- onInited?: (...args: any[]) => any;
150
144
  }>, {
151
145
  source: number;
152
146
  title: string;
153
- size: string;
154
147
  batchName: string;
148
+ size: string;
155
149
  helpMsg: string;
156
150
  initRows: number;
157
151
  defaultValues: Record<string, any>;
@@ -27,9 +27,7 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
27
27
  type: PropType<any>;
28
28
  };
29
29
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
30
- addRow: (...args: any[]) => void;
31
- removeRow: (...args: any[]) => void;
32
- "update:dataForm": (value: any) => void;
30
+ "update:dataForm": (value: any) => any;
33
31
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
34
32
  item: {
35
33
  type: PropType<any>;
@@ -58,8 +56,6 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
58
56
  type: PropType<any>;
59
57
  };
60
58
  }>> & Readonly<{
61
- onAddRow?: (...args: any[]) => any;
62
- onRemoveRow?: (...args: any[]) => any;
63
59
  "onUpdate:dataForm"?: (value: any) => any;
64
60
  }>, {
65
61
  source: number;
@@ -42,10 +42,7 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
42
42
  type: PropType<any>;
43
43
  };
44
44
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
45
- blur: (...args: any[]) => void;
46
- focus: (...args: any[]) => void;
47
- dataSearch: (...args: any[]) => void;
48
- "update:dataForm": (value: any) => void;
45
+ "update:dataForm": (value: any) => any;
49
46
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
50
47
  item: {
51
48
  type: PropType<any>;
@@ -89,9 +86,6 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
89
86
  type: PropType<any>;
90
87
  };
91
88
  }>> & Readonly<{
92
- onBlur?: (...args: any[]) => any;
93
- onFocus?: (...args: any[]) => any;
94
- onDataSearch?: (...args: any[]) => any;
95
89
  "onUpdate:dataForm"?: (value: any) => any;
96
90
  }>, {
97
91
  source: number;
@@ -89,8 +89,8 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
89
89
  type: ArrayConstructor;
90
90
  };
91
91
  }>> & Readonly<{}>, {
92
- height: string;
93
92
  dataFormat: Function;
93
+ height: string;
94
94
  compSize: string;
95
95
  dialogInput: boolean;
96
96
  expand: boolean;
@@ -16,6 +16,7 @@ declare const __VLS_export: import('vue').DefineComponent<DataListProps, {
16
16
  tableCompFunc: (authority: any) => void;
17
17
  getDatas: (limitSize?: number, params?: SearchParams[], orderBys?: OrderByInfo[], url?: string, usePageCondition?: boolean) => Promise<any>;
18
18
  permissionList: () => Record<string, string>;
19
+ clearData: () => void;
19
20
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
20
21
  selectItem: (...args: any[]) => void;
21
22
  permission: (...args: any[]) => void;
@@ -116,11 +116,7 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
116
116
  setSelectData: (datas: Array<any>) => void;
117
117
  createSearchParams: (params?: SearchParams[], orderBy?: OrderByInfo[]) => void;
118
118
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
119
- selectData: (...args: any[]) => void;
120
- changeCollapse: (...args: any[]) => void;
121
- addData: (...args: any[]) => void;
122
- removeData: (...args: any[]) => void;
123
- "update:treeDatas": (value: any) => void;
119
+ "update:treeDatas": (value: any) => any;
124
120
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
125
121
  preps: {
126
122
  type: PropType<any>;
@@ -231,10 +227,6 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
231
227
  type: PropType<any>;
232
228
  };
233
229
  }>> & Readonly<{
234
- onSelectData?: (...args: any[]) => any;
235
- onChangeCollapse?: (...args: any[]) => any;
236
- onAddData?: (...args: any[]) => any;
237
- onRemoveData?: (...args: any[]) => any;
238
230
  "onUpdate:treeDatas"?: (value: any) => any;
239
231
  }>, {
240
232
  orderBy: OrderByInfo[];
@@ -12,8 +12,7 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
12
12
  type: import('vue').PropType<any>;
13
13
  };
14
14
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
- selectMenu: (...args: any[]) => void;
16
- "update:dataList": (value: any) => void;
15
+ "update:dataList": (value: any) => any;
17
16
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
18
17
  level: {
19
18
  type: NumberConstructor;
@@ -28,7 +27,6 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
28
27
  type: import('vue').PropType<any>;
29
28
  };
30
29
  }>> & Readonly<{
31
- onSelectMenu?: (...args: any[]) => any;
32
30
  "onUpdate:dataList"?: (value: any) => any;
33
31
  }>, {
34
32
  level: number;
@@ -63,8 +63,8 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
63
63
  };
64
64
  }>> & Readonly<{}>, {
65
65
  source: number;
66
- size: string;
67
66
  batchName: string;
67
+ size: string;
68
68
  staticColumn: string;
69
69
  commonFormat: Function;
70
70
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -5,12 +5,8 @@ type __VLS_ModelProps = {
5
5
  };
6
6
  type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
7
7
  declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
- selfFunc: (...args: any[]) => void;
9
- selectItem: (...args: any[]) => void;
10
- "update:formData": (value: any) => void;
8
+ "update:formData": (value: any) => any;
11
9
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
- onSelfFunc?: (...args: any[]) => any;
13
- onSelectItem?: (...args: any[]) => any;
14
10
  "onUpdate:formData"?: (value: any) => any;
15
11
  }>, {
16
12
  disabled: boolean;
@@ -5,12 +5,8 @@ type __VLS_ModelProps = {
5
5
  };
6
6
  type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
7
7
  declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
- selfFunc: (...args: any[]) => void;
9
- selectItem: (...args: any[]) => void;
10
- "update:formData": (value: any) => void;
8
+ "update:formData": (value: any) => any;
11
9
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
- onSelfFunc?: (...args: any[]) => any;
13
- onSelectItem?: (...args: any[]) => any;
14
10
  "onUpdate:formData"?: (value: any) => any;
15
11
  }>, {
16
12
  disabled: boolean;
@@ -5,12 +5,8 @@ type __VLS_ModelProps = {
5
5
  };
6
6
  type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
7
7
  declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
- selfFunc: (...args: any[]) => void;
9
- selectItem: (...args: any[]) => void;
10
- "update:formData": (value: any) => void;
8
+ "update:formData": (value: any) => any;
11
9
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
- onSelfFunc?: (...args: any[]) => any;
13
- onSelectItem?: (...args: any[]) => any;
14
10
  "onUpdate:formData"?: (value: any) => any;
15
11
  }>, {
16
12
  disabled: boolean;
@@ -5,12 +5,8 @@ type __VLS_ModelProps = {
5
5
  };
6
6
  type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
7
7
  declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
- selfFunc: (...args: any[]) => void;
9
- selectItem: (...args: any[]) => void;
10
- "update:formData": (value: any) => void;
8
+ "update:formData": (value: any) => any;
11
9
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
- onSelfFunc?: (...args: any[]) => any;
13
- onSelectItem?: (...args: any[]) => any;
14
10
  "onUpdate:formData"?: (value: any) => any;
15
11
  }>, {
16
12
  disabled: boolean;
@@ -5,12 +5,8 @@ type __VLS_ModelProps = {
5
5
  };
6
6
  type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
7
7
  declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
- selfFunc: (...args: any[]) => void;
9
- selectItem: (...args: any[]) => void;
10
- "update:formData": (value: any) => void;
8
+ "update:formData": (value: any) => any;
11
9
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
- onSelfFunc?: (...args: any[]) => any;
13
- onSelectItem?: (...args: any[]) => any;
14
10
  "onUpdate:formData"?: (value: any) => any;
15
11
  }>, {
16
12
  disabled: boolean;
@@ -5,12 +5,8 @@ type __VLS_ModelProps = {
5
5
  };
6
6
  type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
7
7
  declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
- selfFunc: (...args: any[]) => void;
9
- selectItem: (...args: any[]) => void;
10
- "update:formData": (value: any) => void;
8
+ "update:formData": (value: any) => any;
11
9
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
- onSelfFunc?: (...args: any[]) => any;
13
- onSelectItem?: (...args: any[]) => any;
14
10
  "onUpdate:formData"?: (value: any) => any;
15
11
  }>, {
16
12
  disabled: boolean;
@@ -5,12 +5,8 @@ type __VLS_ModelProps = {
5
5
  };
6
6
  type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
7
7
  declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
- selfFunc: (...args: any[]) => void;
9
- selectItem: (...args: any[]) => void;
10
- "update:formData": (value: any) => void;
8
+ "update:formData": (value: any) => any;
11
9
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
- onSelfFunc?: (...args: any[]) => any;
13
- onSelectItem?: (...args: any[]) => any;
14
10
  "onUpdate:formData"?: (value: any) => any;
15
11
  }>, {
16
12
  disabled: boolean;
@@ -5,12 +5,8 @@ type __VLS_ModelProps = {
5
5
  };
6
6
  type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
7
7
  declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
- selfFunc: (...args: any[]) => void;
9
- selectItem: (...args: any[]) => void;
10
- "update:formData": (value: any) => void;
8
+ "update:formData": (value: any) => any;
11
9
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
- onSelfFunc?: (...args: any[]) => any;
13
- onSelectItem?: (...args: any[]) => any;
14
10
  "onUpdate:formData"?: (value: any) => any;
15
11
  }>, {
16
12
  disabled: boolean;
@@ -5,12 +5,8 @@ type __VLS_ModelProps = {
5
5
  };
6
6
  type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
7
7
  declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
- selfFunc: (...args: any[]) => void;
9
- selectItem: (...args: any[]) => void;
10
- "update:formData": (value: any) => void;
8
+ "update:formData": (value: any) => any;
11
9
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
- onSelfFunc?: (...args: any[]) => any;
13
- onSelectItem?: (...args: any[]) => any;
14
10
  "onUpdate:formData"?: (value: any) => any;
15
11
  }>, {
16
12
  disabled: boolean;
@@ -5,12 +5,8 @@ type __VLS_ModelProps = {
5
5
  };
6
6
  type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
7
7
  declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
- selfFunc: (...args: any[]) => void;
9
- selectItem: (...args: any[]) => void;
10
- "update:formData": (value: any) => void;
8
+ "update:formData": (value: any) => any;
11
9
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
- onSelfFunc?: (...args: any[]) => any;
13
- onSelectItem?: (...args: any[]) => any;
14
10
  "onUpdate:formData"?: (value: any) => any;
15
11
  }>, {
16
12
  disabled: boolean;
@@ -5,12 +5,8 @@ type __VLS_ModelProps = {
5
5
  };
6
6
  type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
7
7
  declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
- selfFunc: (...args: any[]) => void;
9
- selectItem: (...args: any[]) => void;
10
- "update:formData": (value: any) => void;
8
+ "update:formData": (value: any) => any;
11
9
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
- onSelfFunc?: (...args: any[]) => any;
13
- onSelectItem?: (...args: any[]) => any;
14
10
  "onUpdate:formData"?: (value: any) => any;
15
11
  }>, {
16
12
  disabled: boolean;
@@ -5,12 +5,8 @@ type __VLS_ModelProps = {
5
5
  };
6
6
  type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
7
7
  declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
- selfFunc: (...args: any[]) => void;
9
- selectItem: (...args: any[]) => void;
10
- "update:formData": (value: any) => void;
8
+ "update:formData": (value: any) => any;
11
9
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
- onSelfFunc?: (...args: any[]) => any;
13
- onSelectItem?: (...args: any[]) => any;
14
10
  "onUpdate:formData"?: (value: any) => any;
15
11
  }>, {
16
12
  disabled: boolean;
@@ -5,12 +5,8 @@ type __VLS_ModelProps = {
5
5
  };
6
6
  type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
7
7
  declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
- selfFunc: (...args: any[]) => void;
9
- selectItem: (...args: any[]) => void;
10
- "update:formData": (value: any) => void;
8
+ "update:formData": (value: any) => any;
11
9
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
- onSelfFunc?: (...args: any[]) => any;
13
- onSelectItem?: (...args: any[]) => any;
14
10
  "onUpdate:formData"?: (value: any) => any;
15
11
  }>, {
16
12
  disabled: boolean;
@@ -5,12 +5,8 @@ type __VLS_ModelProps = {
5
5
  };
6
6
  type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
7
7
  declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
- selfFunc: (...args: any[]) => void;
9
- selectItem: (...args: any[]) => void;
10
- "update:formData": (value: any) => void;
8
+ "update:formData": (value: any) => any;
11
9
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
- onSelfFunc?: (...args: any[]) => any;
13
- onSelectItem?: (...args: any[]) => any;
14
10
  "onUpdate:formData"?: (value: any) => any;
15
11
  }>, {
16
12
  disabled: boolean;
@@ -5,12 +5,8 @@ type __VLS_ModelProps = {
5
5
  };
6
6
  type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
7
7
  declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
- selfFunc: (...args: any[]) => void;
9
- selectItem: (...args: any[]) => void;
10
- "update:formData": (value: any) => void;
8
+ "update:formData": (value: any) => any;
11
9
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
- onSelfFunc?: (...args: any[]) => any;
13
- onSelectItem?: (...args: any[]) => any;
14
10
  "onUpdate:formData"?: (value: any) => any;
15
11
  }>, {
16
12
  disabled: boolean;
@@ -5,12 +5,8 @@ type __VLS_ModelProps = {
5
5
  };
6
6
  type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
7
7
  declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
- selfFunc: (...args: any[]) => void;
9
- selectItem: (...args: any[]) => void;
10
- "update:formData": (value: any) => void;
8
+ "update:formData": (value: any) => any;
11
9
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
- onSelfFunc?: (...args: any[]) => any;
13
- onSelectItem?: (...args: any[]) => any;
14
10
  "onUpdate:formData"?: (value: any) => any;
15
11
  }>, {
16
12
  disabled: boolean;
@@ -5,12 +5,8 @@ type __VLS_ModelProps = {
5
5
  };
6
6
  type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
7
7
  declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
- selfFunc: (...args: any[]) => void;
9
- selectItem: (...args: any[]) => void;
10
- "update:formData": (value: any) => void;
8
+ "update:formData": (value: any) => any;
11
9
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
- onSelfFunc?: (...args: any[]) => any;
13
- onSelectItem?: (...args: any[]) => any;
14
10
  "onUpdate:formData"?: (value: any) => any;
15
11
  }>, {
16
12
  disabled: boolean;
@@ -5,12 +5,8 @@ type __VLS_ModelProps = {
5
5
  };
6
6
  type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
7
7
  declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
- selfFunc: (...args: any[]) => void;
9
- selectItem: (...args: any[]) => void;
10
- "update:formData": (value: any) => void;
8
+ "update:formData": (value: any) => any;
11
9
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
- onSelfFunc?: (...args: any[]) => any;
13
- onSelectItem?: (...args: any[]) => any;
14
10
  "onUpdate:formData"?: (value: any) => any;
15
11
  }>, {
16
12
  disabled: boolean;
@@ -5,12 +5,8 @@ type __VLS_ModelProps = {
5
5
  };
6
6
  type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
7
7
  declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
- selfFunc: (...args: any[]) => void;
9
- selectItem: (...args: any[]) => void;
10
- "update:formData": (value: any) => void;
8
+ "update:formData": (value: any) => any;
11
9
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
- onSelfFunc?: (...args: any[]) => any;
13
- onSelectItem?: (...args: any[]) => any;
14
10
  "onUpdate:formData"?: (value: any) => any;
15
11
  }>, {
16
12
  disabled: boolean;
@@ -5,12 +5,8 @@ type __VLS_ModelProps = {
5
5
  };
6
6
  type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
7
7
  declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
- selfFunc: (...args: any[]) => void;
9
- selectItem: (...args: any[]) => void;
10
- "update:formData": (value: any) => void;
8
+ "update:formData": (value: any) => any;
11
9
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
- onSelfFunc?: (...args: any[]) => any;
13
- onSelectItem?: (...args: any[]) => any;
14
10
  "onUpdate:formData"?: (value: any) => any;
15
11
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
12
  declare const _default: typeof __VLS_export;
@@ -5,12 +5,8 @@ type __VLS_ModelProps = {
5
5
  };
6
6
  type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
7
7
  declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
- selfFunc: (...args: any[]) => void;
9
- selectItem: (...args: any[]) => void;
10
- "update:formData": (value: any) => void;
8
+ "update:formData": (value: any) => any;
11
9
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
- onSelfFunc?: (...args: any[]) => any;
13
- onSelectItem?: (...args: any[]) => any;
14
10
  "onUpdate:formData"?: (value: any) => any;
15
11
  }>, {
16
12
  disabled: boolean;
@@ -5,12 +5,8 @@ type __VLS_ModelProps = {
5
5
  };
6
6
  type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
7
7
  declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
- selfFunc: (...args: any[]) => void;
9
- selectItem: (...args: any[]) => void;
10
- "update:formData": (value: any) => void;
8
+ "update:formData": (value: any) => any;
11
9
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
- onSelfFunc?: (...args: any[]) => any;
13
- onSelectItem?: (...args: any[]) => any;
14
10
  "onUpdate:formData"?: (value: any) => any;
15
11
  }>, {
16
12
  disabled: boolean;
@@ -5,12 +5,8 @@ type __VLS_ModelProps = {
5
5
  };
6
6
  type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
7
7
  declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
- selfFunc: (...args: any[]) => void;
9
- selectItem: (...args: any[]) => void;
10
- "update:formData": (value: any) => void;
8
+ "update:formData": (value: any) => any;
11
9
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
- onSelfFunc?: (...args: any[]) => any;
13
- onSelectItem?: (...args: any[]) => any;
14
10
  "onUpdate:formData"?: (value: any) => any;
15
11
  }>, {
16
12
  disabled: boolean;
@@ -5,12 +5,8 @@ type __VLS_ModelProps = {
5
5
  };
6
6
  type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
7
7
  declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
- selfFunc: (...args: any[]) => void;
9
- selectItem: (...args: any[]) => void;
10
- "update:formData": (value: any) => void;
8
+ "update:formData": (value: any) => any;
11
9
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
- onSelfFunc?: (...args: any[]) => any;
13
- onSelectItem?: (...args: any[]) => any;
14
10
  "onUpdate:formData"?: (value: any) => any;
15
11
  }>, {
16
12
  disabled: boolean;
@@ -5,12 +5,8 @@ type __VLS_ModelProps = {
5
5
  };
6
6
  type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
7
7
  declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
- selfFunc: (...args: any[]) => void;
9
- selectItem: (...args: any[]) => void;
10
- "update:formData": (value: any) => void;
8
+ "update:formData": (value: any) => any;
11
9
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
- onSelfFunc?: (...args: any[]) => any;
13
- onSelectItem?: (...args: any[]) => any;
14
10
  "onUpdate:formData"?: (value: any) => any;
15
11
  }>, {
16
12
  disabled: boolean;
@@ -5,12 +5,8 @@ type __VLS_ModelProps = {
5
5
  };
6
6
  type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
7
7
  declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
- selfFunc: (...args: any[]) => void;
9
- selectItem: (...args: any[]) => void;
10
- "update:formData": (value: any) => void;
8
+ "update:formData": (value: any) => any;
11
9
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
- onSelfFunc?: (...args: any[]) => any;
13
- onSelectItem?: (...args: any[]) => any;
14
10
  "onUpdate:formData"?: (value: any) => any;
15
11
  }>, {
16
12
  disabled: boolean;