@vunk/form 2.16.6 → 2.16.8

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 (223) hide show
  1. package/components/api-tables-select/index.d.ts +4 -0
  2. package/components/api-tables-select/src/ctx.d.ts +375 -0
  3. package/components/api-tables-select/src/index.vue.d.ts +1340 -0
  4. package/components/api-tables-select/src/types.d.ts +19 -0
  5. package/components/button/index.d.ts +4 -0
  6. package/components/button/src/ctx.d.ts +193 -0
  7. package/components/button/src/index.vue.d.ts +851 -0
  8. package/components/button/src/types.d.ts +13 -0
  9. package/components/card-input-collection/index.d.ts +4 -0
  10. package/components/card-input-collection/src/core.vue.d.ts +1125 -0
  11. package/components/card-input-collection/src/ctx.d.ts +154 -0
  12. package/components/card-input-collection/src/index.vue.d.ts +287 -0
  13. package/components/card-input-collection/src/types.d.ts +17 -0
  14. package/components/cascader/index.d.ts +6 -0
  15. package/components/cascader/src/ctx.d.ts +343 -0
  16. package/components/cascader/src/index.vue.d.ts +775 -0
  17. package/components/cascader/src/types.d.ts +19 -0
  18. package/components/cascader/src/use.d.ts +5 -0
  19. package/components/checkbox/index.d.ts +5 -0
  20. package/components/checkbox/src/ctx.d.ts +146 -0
  21. package/components/checkbox/src/index.vue.d.ts +1353 -0
  22. package/components/checkbox/src/types.d.ts +8 -0
  23. package/components/color-picker/index.d.ts +4 -0
  24. package/components/color-picker/src/ctx.d.ts +179 -0
  25. package/components/color-picker/src/index.vue.d.ts +398 -0
  26. package/components/color-picker/src/types.d.ts +7 -0
  27. package/components/date-picker/index.d.ts +5 -0
  28. package/components/date-picker/src/ctx.d.ts +364 -0
  29. package/components/date-picker/src/index.vue.d.ts +1665 -0
  30. package/components/date-picker/src/types.d.ts +20 -0
  31. package/components/date-picker-range/index.d.ts +4 -0
  32. package/components/date-picker-range/src/ctx.d.ts +372 -0
  33. package/components/date-picker-range/src/index.vue.d.ts +808 -0
  34. package/components/date-picker-range/src/types.d.ts +12 -0
  35. package/components/dialog/index.d.ts +4 -0
  36. package/components/dialog/src/ctx.d.ts +174 -0
  37. package/components/dialog/src/index.vue.d.ts +1180 -0
  38. package/components/dialog/src/types.d.ts +1 -0
  39. package/components/dialog-input-collection/index.d.ts +4 -0
  40. package/components/dialog-input-collection/src/ctx.d.ts +141 -0
  41. package/components/dialog-input-collection/src/dialog-form.vue.d.ts +6430 -0
  42. package/components/dialog-input-collection/src/index.vue.d.ts +7773 -0
  43. package/components/dialog-input-collection/src/layout.vue.d.ts +85 -0
  44. package/components/dialog-input-collection/src/types.d.ts +28 -0
  45. package/components/download-plus/index.d.ts +4 -0
  46. package/components/download-plus/src/api.d.ts +13 -0
  47. package/components/download-plus/src/const.d.ts +9 -0
  48. package/components/download-plus/src/ctx.d.ts +125 -0
  49. package/components/download-plus/src/index.vue.d.ts +1495 -0
  50. package/components/download-plus/src/types.d.ts +17 -0
  51. package/components/editable-text/index.d.ts +4 -0
  52. package/components/editable-text/src/ctx.d.ts +128 -0
  53. package/components/editable-text/src/index.vue.d.ts +3389 -0
  54. package/components/editable-text/src/types.d.ts +1 -0
  55. package/components/esri-input-geojson/index.d.ts +6 -0
  56. package/components/esri-input-geojson/src/append.vue.d.ts +1200 -0
  57. package/components/esri-input-geojson/src/const.d.ts +12 -0
  58. package/components/esri-input-geojson/src/ctx.d.ts +351 -0
  59. package/components/esri-input-geojson/src/default-view.vue.d.ts +133 -0
  60. package/components/esri-input-geojson/src/index.vue.d.ts +1488 -0
  61. package/components/esri-input-geojson/src/types.d.ts +22 -0
  62. package/components/esri-input-geojson/src/viewer.vue.d.ts +427 -0
  63. package/components/fieldset/index.d.ts +4 -0
  64. package/components/fieldset/src/ctx.d.ts +16 -0
  65. package/components/fieldset/src/index.vue.d.ts +32 -0
  66. package/components/fieldset/src/types.d.ts +1 -0
  67. package/components/fieldset/src/use.d.ts +5 -0
  68. package/components/form/index.d.ts +5 -0
  69. package/components/form/src/ctx.d.ts +139 -0
  70. package/components/form/src/index.vue.d.ts +2613 -0
  71. package/components/form/src/types.d.ts +25 -0
  72. package/components/form/src/utils.d.ts +15 -0
  73. package/components/form-item/index.d.ts +5 -0
  74. package/components/form-item/src/core.vue.d.ts +1874 -0
  75. package/components/form-item/src/ctx.d.ts +103 -0
  76. package/components/form-item/src/index.vue.d.ts +214 -0
  77. package/components/form-item/src/types.d.ts +10 -0
  78. package/components/form-item-renderer/index.d.ts +4 -0
  79. package/components/form-item-renderer/src/core.vue.d.ts +38 -0
  80. package/components/form-item-renderer/src/ctx.d.ts +16 -0
  81. package/components/form-item-renderer/src/index.vue.d.ts +93 -0
  82. package/components/form-item-renderer/src/types.d.ts +5 -0
  83. package/components/form-item-renderer/src/utils.d.ts +5 -0
  84. package/components/form-item-renderer-template/index.d.ts +4 -0
  85. package/components/form-item-renderer-template/src/ctx.d.ts +7 -0
  86. package/components/form-item-renderer-template/src/index.vue.d.ts +16 -0
  87. package/components/form-item-renderer-template/src/types.d.ts +55 -0
  88. package/components/forms-provider/index.d.ts +6 -0
  89. package/components/forms-provider/src/core.d.ts +6 -0
  90. package/components/forms-provider/src/index.vue.d.ts +2 -0
  91. package/components/forms-provider/src/segment.vue.d.ts +9 -0
  92. package/components/forms-provider/src/types.d.ts +10 -0
  93. package/components/forms-provider/src/view.vue.d.ts +7 -0
  94. package/components/information/index.d.ts +4 -0
  95. package/components/information/src/ctx.d.ts +16 -0
  96. package/components/information/src/index.vue.d.ts +27 -0
  97. package/components/information/src/types.d.ts +3 -0
  98. package/components/information-collection/index.d.ts +4 -0
  99. package/components/information-collection/src/ctx.d.ts +143 -0
  100. package/components/information-collection/src/index.vue.d.ts +296 -0
  101. package/components/information-collection/src/types.d.ts +6 -0
  102. package/components/information-renderer/index.d.ts +73 -0
  103. package/components/information-tag/index.d.ts +4 -0
  104. package/components/information-tag/src/ctx.d.ts +64 -0
  105. package/components/information-tag/src/index.vue.d.ts +134 -0
  106. package/components/information-tag/src/types.d.ts +1 -0
  107. package/components/information-templates-default/index.d.ts +4 -0
  108. package/components/information-templates-default/src/ctx.d.ts +2 -0
  109. package/components/information-templates-default/src/index.vue.d.ts +2 -0
  110. package/components/information-templates-default/src/types.d.ts +1 -0
  111. package/components/input/index.d.ts +5 -0
  112. package/components/input/src/ctx.d.ts +280 -0
  113. package/components/input/src/index.vue.d.ts +1268 -0
  114. package/components/input/src/types.d.ts +13 -0
  115. package/components/input-array/index.d.ts +5 -0
  116. package/components/input-array/src/ctx.d.ts +136 -0
  117. package/components/input-array/src/form-template.vue.d.ts +901 -0
  118. package/components/input-array/src/index.vue.d.ts +889 -0
  119. package/components/input-array/src/types.d.ts +7 -0
  120. package/components/input-collection/index.d.ts +4 -0
  121. package/components/input-collection/src/core.vue.d.ts +1203 -0
  122. package/components/input-collection/src/ctx.d.ts +154 -0
  123. package/components/input-collection/src/index.vue.d.ts +296 -0
  124. package/components/input-collection/src/types.d.ts +29 -0
  125. package/components/input-file/index.d.ts +5 -0
  126. package/components/input-file/src/ctx.d.ts +46 -0
  127. package/components/input-file/src/index.vue.d.ts +112 -0
  128. package/components/input-file/src/template.vue.d.ts +125 -0
  129. package/components/input-file/src/types.d.ts +8 -0
  130. package/components/input-link/index.d.ts +4 -0
  131. package/components/input-link/src/ctx.d.ts +284 -0
  132. package/components/input-link/src/index.vue.d.ts +602 -0
  133. package/components/input-link/src/types.d.ts +7 -0
  134. package/components/input-number/index.d.ts +4 -0
  135. package/components/input-number/src/ctx.d.ts +221 -0
  136. package/components/input-number/src/index.vue.d.ts +910 -0
  137. package/components/input-number/src/types.d.ts +12 -0
  138. package/components/input-tag/index.d.ts +5 -0
  139. package/components/input-tag/src/ctx.d.ts +244 -0
  140. package/components/input-tag/src/index.vue.d.ts +1050 -0
  141. package/components/input-tag/src/types.d.ts +22 -0
  142. package/components/monaco-editor/index.d.ts +4 -0
  143. package/components/monaco-editor/src/ctx.d.ts +111 -0
  144. package/components/monaco-editor/src/index.vue.d.ts +297 -0
  145. package/components/monaco-editor/src/types.d.ts +7 -0
  146. package/components/radio/index.d.ts +4 -0
  147. package/components/radio/src/ctx.d.ts +165 -0
  148. package/components/radio/src/index.vue.d.ts +1488 -0
  149. package/components/radio/src/option.vue.d.ts +901 -0
  150. package/components/radio/src/types.d.ts +8 -0
  151. package/components/radio/src/wraper.vue.d.ts +337 -0
  152. package/components/renderer-data/index.d.ts +4 -0
  153. package/components/renderer-data/src/ctx.d.ts +12 -0
  154. package/components/renderer-data/src/index.vue.d.ts +20 -0
  155. package/components/renderer-data/src/types.d.ts +1 -0
  156. package/components/select/index.cjs +29 -11
  157. package/components/select/index.d.ts +5 -0
  158. package/components/select/index.mjs +29 -11
  159. package/components/select/src/core.vue.d.ts +1601 -0
  160. package/components/select/src/ctx.d.ts +386 -0
  161. package/components/select/src/index.vue.d.ts +946 -0
  162. package/components/select/src/options.vue.d.ts +51 -0
  163. package/components/select/src/types.d.ts +19 -0
  164. package/components/slider/index.d.ts +4 -0
  165. package/components/slider/src/ctx.d.ts +248 -0
  166. package/components/slider/src/index.vue.d.ts +579 -0
  167. package/components/slider/src/types.d.ts +7 -0
  168. package/components/switch/index.d.ts +4 -0
  169. package/components/switch/src/ctx.d.ts +201 -0
  170. package/components/switch/src/index.vue.d.ts +882 -0
  171. package/components/switch/src/types.d.ts +7 -0
  172. package/components/tables-select/index.d.ts +5 -0
  173. package/components/tables-select/src/ctx.d.ts +421 -0
  174. package/components/tables-select/src/index.vue.d.ts +5510 -0
  175. package/components/tables-select/src/types.d.ts +9 -0
  176. package/components/template-instances-provider/index.d.ts +3 -0
  177. package/components/template-instances-provider/src/index.vue.d.ts +6 -0
  178. package/components/templates-default/index.d.ts +4 -0
  179. package/components/templates-default/src/ctx.d.ts +19 -0
  180. package/components/templates-default/src/index.vue.d.ts +187 -0
  181. package/components/templates-default/src/types.d.ts +55 -0
  182. package/components/templates-element-plus/index.d.ts +4 -0
  183. package/components/templates-element-plus/src/ctx.d.ts +9 -0
  184. package/components/templates-element-plus/src/index.vue.d.ts +301 -0
  185. package/components/templates-element-plus/src/types.d.ts +13 -0
  186. package/components/templates-esri/index.d.ts +4 -0
  187. package/components/templates-esri/src/ctx.d.ts +11 -0
  188. package/components/templates-esri/src/index.vue.d.ts +43 -0
  189. package/components/templates-esri/src/types.d.ts +2 -0
  190. package/components/templates-layout/index.d.ts +4 -0
  191. package/components/templates-layout/src/ctx.d.ts +9 -0
  192. package/components/templates-layout/src/index.vue.d.ts +446 -0
  193. package/components/templates-layout/src/types.d.ts +32 -0
  194. package/components/templates-variant/index.d.ts +4 -0
  195. package/components/templates-variant/src/ctx.d.ts +11 -0
  196. package/components/templates-variant/src/index.vue.d.ts +43 -0
  197. package/components/templates-variant/src/types.d.ts +2 -0
  198. package/components/upload/index.d.ts +5 -0
  199. package/components/upload/src/ctx.d.ts +291 -0
  200. package/components/upload/src/file.vue.d.ts +913 -0
  201. package/components/upload/src/index.vue.d.ts +2347 -0
  202. package/components/upload/src/types.d.ts +13 -0
  203. package/components/upload/src/wraper.vue.d.ts +590 -0
  204. package/components/upload-plus/index.d.ts +6 -0
  205. package/components/upload-plus/src/api.d.ts +38 -0
  206. package/components/upload-plus/src/const.d.ts +9 -0
  207. package/components/upload-plus/src/ctx.d.ts +144 -0
  208. package/components/upload-plus/src/index.vue.d.ts +1813 -0
  209. package/components/upload-plus/src/types.d.ts +32 -0
  210. package/components/van-cascader/index.d.ts +4 -0
  211. package/components/van-cascader/src/ctx.d.ts +330 -0
  212. package/components/van-cascader/src/index.vue.d.ts +1241 -0
  213. package/components/van-cascader/src/types.d.ts +1 -0
  214. package/components/var-datetime-picker/index.d.ts +4 -0
  215. package/components/var-datetime-picker/src/const.d.ts +10 -0
  216. package/components/var-datetime-picker/src/ctx.d.ts +108 -0
  217. package/components/var-datetime-picker/src/index.vue.d.ts +1622 -0
  218. package/components/var-datetime-picker/src/types.d.ts +22 -0
  219. package/components/vditor/index.d.ts +4 -0
  220. package/components/vditor/src/ctx.d.ts +118 -0
  221. package/components/vditor/src/index.vue.d.ts +412 -0
  222. package/components/vditor/src/types.d.ts +7 -0
  223. package/package.json +1 -1
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,4 @@
1
+ import VkfVarDatetimePicker from './src/index.vue';
2
+ export * as __VkfVarDatetimePicker from './src/types';
3
+ export { VkfVarDatetimePicker, };
4
+ export default VkfVarDatetimePicker;
@@ -0,0 +1,10 @@
1
+ import { ElDatePickerTypeMedia, VarDatePickerTypeMedia } from './types';
2
+ export declare enum VarDatePickerType {
3
+ date = "date",
4
+ year = "year",
5
+ month = "month"
6
+ }
7
+ export declare const VarDatePickerTypeOptions: VarDatePickerTypeMedia[];
8
+ export declare const VarDatePickerTypeReflect: Record<VarDatePickerType, VarDatePickerTypeMedia>;
9
+ export declare const ElDatePickerTypeOptions: ElDatePickerTypeMedia[];
10
+ export declare const ElDatePickerTypeReflect: Record<"year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange", ElDatePickerTypeMedia>;
@@ -0,0 +1,108 @@
1
+ import { PropType } from 'vue';
2
+ import { DatePickType } from 'element-plus';
3
+ export declare const props: {
4
+ modelValue: any;
5
+ readonly: BooleanConstructor;
6
+ type: {
7
+ type: PropType<Exclude<DatePickType, "datetimerange">>;
8
+ default: string;
9
+ };
10
+ allowedDates: {
11
+ type: PropType<(date: string) => boolean>;
12
+ default: any;
13
+ };
14
+ useSeconds: BooleanConstructor;
15
+ valueFormat: {
16
+ type: StringConstructor;
17
+ default: string;
18
+ };
19
+ required: {
20
+ readonly type: PropType<boolean>;
21
+ readonly required: false;
22
+ readonly validator: ((val: unknown) => boolean) | undefined;
23
+ __epPropKey: true;
24
+ } & {
25
+ readonly default: undefined;
26
+ };
27
+ formItemSize: {
28
+ type: PropType<"default" | "small" | "large">;
29
+ default: "default" | "small" | "large";
30
+ };
31
+ formItemSlots: {
32
+ type: PropType<import("@vunk/form/components/form-item/src/types").FormItemSlots>;
33
+ default: any;
34
+ };
35
+ elRef: {
36
+ type: PropType<any>;
37
+ required: boolean;
38
+ };
39
+ inline: {
40
+ type: BooleanConstructor;
41
+ default: boolean;
42
+ };
43
+ formItemTip: {
44
+ type: StringConstructor;
45
+ default: any;
46
+ };
47
+ formItemTipClass: any;
48
+ labelTip: {
49
+ type: StringConstructor;
50
+ default: any;
51
+ };
52
+ information: {
53
+ type: BooleanConstructor;
54
+ default: boolean;
55
+ };
56
+ prop: any;
57
+ defaultModelValue: any;
58
+ label: StringConstructor;
59
+ labelWidth: {
60
+ readonly type: PropType<string | number>;
61
+ readonly required: false;
62
+ readonly validator: ((val: unknown) => boolean) | undefined;
63
+ __epPropKey: true;
64
+ } & {
65
+ readonly default: "";
66
+ };
67
+ labelPosition: {
68
+ readonly type: PropType<"" | "top" | "left" | "right">;
69
+ readonly required: false;
70
+ readonly validator: ((val: unknown) => boolean) | undefined;
71
+ __epPropKey: true;
72
+ } & {
73
+ readonly default: "";
74
+ };
75
+ rules: {
76
+ readonly type: PropType<unknown>;
77
+ readonly required: false;
78
+ readonly validator: ((val: unknown) => boolean) | undefined;
79
+ __epPropKey: true;
80
+ };
81
+ error: StringConstructor;
82
+ validateStatus: {
83
+ readonly type: PropType<"" | "error" | "success" | "validating">;
84
+ readonly required: false;
85
+ readonly validator: ((val: unknown) => boolean) | undefined;
86
+ __epPropKey: true;
87
+ };
88
+ for: StringConstructor;
89
+ inlineMessage: {
90
+ readonly type: PropType<string | boolean>;
91
+ readonly required: false;
92
+ readonly validator: ((val: unknown) => boolean) | undefined;
93
+ __epPropKey: true;
94
+ } & {
95
+ readonly default: "";
96
+ };
97
+ showMessage: {
98
+ readonly type: PropType<boolean>;
99
+ readonly required: false;
100
+ readonly validator: ((val: unknown) => boolean) | undefined;
101
+ __epPropKey: true;
102
+ } & {
103
+ readonly default: true;
104
+ };
105
+ };
106
+ export declare const emits: {
107
+ 'update:modelValue': any;
108
+ };