@vunk/form 1.2.0 → 1.3.0

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 (176) hide show
  1. package/components/download-plus/index.cjs +4 -4
  2. package/components/download-plus/index.mjs +4 -4
  3. package/components/form-item/index.cjs +3 -4
  4. package/components/form-item/index.mjs +3 -4
  5. package/components/input/index.cjs +2 -2
  6. package/components/input/index.mjs +2 -2
  7. package/components/monaco-editor/index.cjs +83 -0
  8. package/components/monaco-editor/index.css +3 -0
  9. package/components/monaco-editor/index.mjs +77 -0
  10. package/components/slider/index.cjs +3 -3
  11. package/components/slider/index.mjs +3 -3
  12. package/components/templates-default/index.cjs +41 -26
  13. package/components/templates-default/index.mjs +41 -26
  14. package/components/upload/index.cjs +2 -2
  15. package/components/upload/index.mjs +2 -2
  16. package/components/upload-plus/index.cjs +19 -20
  17. package/components/upload-plus/index.mjs +19 -20
  18. package/components/vditor/index.cjs +43 -408
  19. package/components/vditor/index.mjs +44 -409
  20. package/composables/useSourceManager.d.ts +1 -1
  21. package/index.css +4 -13
  22. package/package.json +9 -7
  23. package/shared/element-plus/ctx.d.ts +3 -3
  24. package/shared/element-plus/instances.d.ts +2 -2
  25. package/components/button/index.d.ts +0 -4
  26. package/components/button/src/ctx.d.ts +0 -96
  27. package/components/button/src/index.vue.d.ts +0 -219
  28. package/components/button/src/types.d.ts +0 -13
  29. package/components/cascader/index.d.ts +0 -6
  30. package/components/cascader/src/ctx.d.ts +0 -120
  31. package/components/cascader/src/index.vue.d.ts +0 -291
  32. package/components/cascader/src/types.d.ts +0 -7
  33. package/components/cascader/src/use.d.ts +0 -5
  34. package/components/checkbox/index.d.ts +0 -5
  35. package/components/checkbox/src/ctx.d.ts +0 -89
  36. package/components/checkbox/src/index.vue.d.ts +0 -203
  37. package/components/checkbox/src/types.d.ts +0 -8
  38. package/components/color-picker/index.d.ts +0 -4
  39. package/components/color-picker/src/ctx.d.ts +0 -80
  40. package/components/color-picker/src/index.vue.d.ts +0 -192
  41. package/components/color-picker/src/types.d.ts +0 -7
  42. package/components/date-picker/index.d.ts +0 -5
  43. package/components/date-picker/src/ctx.d.ts +0 -158
  44. package/components/date-picker/src/index.vue.d.ts +0 -376
  45. package/components/date-picker/src/types.d.ts +0 -20
  46. package/components/date-picker-range/index.d.ts +0 -4
  47. package/components/date-picker-range/src/ctx.d.ts +0 -177
  48. package/components/date-picker-range/src/index.vue.d.ts +0 -398
  49. package/components/date-picker-range/src/types.d.ts +0 -12
  50. package/components/download-plus/index.d.ts +0 -4
  51. package/components/download-plus/src/api.d.ts +0 -13
  52. package/components/download-plus/src/const.d.ts +0 -9
  53. package/components/download-plus/src/ctx.d.ts +0 -84
  54. package/components/download-plus/src/index.vue.d.ts +0 -206
  55. package/components/download-plus/src/types.d.ts +0 -17
  56. package/components/esri-input-geojson/index.d.ts +0 -6
  57. package/components/esri-input-geojson/src/append.vue.d.ts +0 -32
  58. package/components/esri-input-geojson/src/const.d.ts +0 -12
  59. package/components/esri-input-geojson/src/ctx.d.ts +0 -223
  60. package/components/esri-input-geojson/src/default-view.vue.d.ts +0 -133
  61. package/components/esri-input-geojson/src/index.vue.d.ts +0 -549
  62. package/components/esri-input-geojson/src/types.d.ts +0 -22
  63. package/components/esri-input-geojson/src/viewer.vue.d.ts +0 -296
  64. package/components/form/index.d.ts +0 -5
  65. package/components/form/src/ctx.d.ts +0 -84
  66. package/components/form/src/index.vue.d.ts +0 -455
  67. package/components/form/src/types.d.ts +0 -12
  68. package/components/form/src/utils.d.ts +0 -15
  69. package/components/form-item/index.d.ts +0 -5
  70. package/components/form-item/src/ctx.d.ts +0 -62
  71. package/components/form-item/src/index.vue.d.ts +0 -140
  72. package/components/form-item/src/types.d.ts +0 -6
  73. package/components/form-item-renderer/index.d.ts +0 -5
  74. package/components/form-item-renderer/src/ctx.d.ts +0 -16
  75. package/components/form-item-renderer/src/index.vue.d.ts +0 -38
  76. package/components/form-item-renderer/src/symbols.d.ts +0 -2
  77. package/components/form-item-renderer/src/types.d.ts +0 -7
  78. package/components/form-item-renderer-template/index.d.ts +0 -4
  79. package/components/form-item-renderer-template/src/ctx.d.ts +0 -7
  80. package/components/form-item-renderer-template/src/index.vue.d.ts +0 -16
  81. package/components/form-item-renderer-template/src/types.d.ts +0 -1
  82. package/components/geoinput/index.d.ts +0 -4
  83. package/components/geoinput/src/ctx.d.ts +0 -228
  84. package/components/geoinput/src/index.vue.d.ts +0 -496
  85. package/components/geoinput/src/types.d.ts +0 -12
  86. package/components/geoinput-read/index.d.ts +0 -5
  87. package/components/geoinput-read/src/append.vue.d.ts +0 -6
  88. package/components/geoinput-read/src/core.vue.d.ts +0 -482
  89. package/components/geoinput-read/src/ctx.d.ts +0 -199
  90. package/components/geoinput-read/src/index.vue.d.ts +0 -441
  91. package/components/geoinput-read/src/types.d.ts +0 -3
  92. package/components/geoinput-update/index.d.ts +0 -5
  93. package/components/geoinput-update/src/append.vue.d.ts +0 -20
  94. package/components/geoinput-update/src/ctx.d.ts +0 -207
  95. package/components/geoinput-update/src/index.vue.d.ts +0 -508
  96. package/components/geoinput-update/src/types.d.ts +0 -6
  97. package/components/input/index.d.ts +0 -5
  98. package/components/input/src/ctx.d.ts +0 -148
  99. package/components/input/src/index.vue.d.ts +0 -343
  100. package/components/input/src/types.d.ts +0 -13
  101. package/components/input-link/index.d.ts +0 -4
  102. package/components/input-link/src/ctx.d.ts +0 -179
  103. package/components/input-link/src/index.vue.d.ts +0 -373
  104. package/components/input-link/src/types.d.ts +0 -7
  105. package/components/input-number/index.d.ts +0 -4
  106. package/components/input-number/src/ctx.d.ts +0 -90
  107. package/components/input-number/src/index.vue.d.ts +0 -216
  108. package/components/input-number/src/types.d.ts +0 -8
  109. package/components/radio/index.d.ts +0 -4
  110. package/components/radio/src/ctx.d.ts +0 -82
  111. package/components/radio/src/index.vue.d.ts +0 -195
  112. package/components/radio/src/types.d.ts +0 -8
  113. package/components/select/index.d.ts +0 -4
  114. package/components/select/src/ctx.d.ts +0 -156
  115. package/components/select/src/index.vue.d.ts +0 -492
  116. package/components/select/src/types.d.ts +0 -11
  117. package/components/slider/index.d.ts +0 -4
  118. package/components/slider/src/ctx.d.ts +0 -127
  119. package/components/slider/src/index.vue.d.ts +0 -328
  120. package/components/slider/src/types.d.ts +0 -7
  121. package/components/switch/index.d.ts +0 -4
  122. package/components/switch/src/ctx.d.ts +0 -114
  123. package/components/switch/src/index.vue.d.ts +0 -273
  124. package/components/switch/src/types.d.ts +0 -8
  125. package/components/templates-default/index.d.ts +0 -4
  126. package/components/templates-default/src/ctx.d.ts +0 -19
  127. package/components/templates-default/src/index.vue.d.ts +0 -43
  128. package/components/templates-default/src/types.d.ts +0 -53
  129. package/components/templates-element-plus/index.d.ts +0 -4
  130. package/components/templates-element-plus/src/ctx.d.ts +0 -9
  131. package/components/templates-element-plus/src/index.vue.d.ts +0 -19
  132. package/components/templates-element-plus/src/types.d.ts +0 -13
  133. package/components/templates-esri/index.d.ts +0 -4
  134. package/components/templates-esri/src/ctx.d.ts +0 -11
  135. package/components/templates-esri/src/index.vue.d.ts +0 -20
  136. package/components/templates-esri/src/types.d.ts +0 -2
  137. package/components/templates-layout/index.d.ts +0 -4
  138. package/components/templates-layout/src/ctx.d.ts +0 -9
  139. package/components/templates-layout/src/index.vue.d.ts +0 -19
  140. package/components/templates-layout/src/types.d.ts +0 -32
  141. package/components/templates-mapbox/index.d.ts +0 -4
  142. package/components/templates-mapbox/src/ctx.d.ts +0 -11
  143. package/components/templates-mapbox/src/index.vue.d.ts +0 -20
  144. package/components/templates-mapbox/src/types.d.ts +0 -3
  145. package/components/templates-variant/index.d.ts +0 -4
  146. package/components/templates-variant/src/ctx.d.ts +0 -11
  147. package/components/templates-variant/src/index.vue.d.ts +0 -20
  148. package/components/templates-variant/src/types.d.ts +0 -2
  149. package/components/upload/index.d.ts +0 -5
  150. package/components/upload/src/ctx.d.ts +0 -180
  151. package/components/upload/src/file.vue.d.ts +0 -106
  152. package/components/upload/src/index.vue.d.ts +0 -427
  153. package/components/upload/src/types.d.ts +0 -7
  154. package/components/upload-plus/index.d.ts +0 -6
  155. package/components/upload-plus/src/api.d.ts +0 -38
  156. package/components/upload-plus/src/const.d.ts +0 -9
  157. package/components/upload-plus/src/ctx.d.ts +0 -103
  158. package/components/upload-plus/src/index.vue.d.ts +0 -215
  159. package/components/upload-plus/src/types.d.ts +0 -32
  160. package/components/van-cascader/index.d.ts +0 -4
  161. package/components/van-cascader/src/ctx.d.ts +0 -118
  162. package/components/van-cascader/src/index.vue.d.ts +0 -275
  163. package/components/van-cascader/src/types.d.ts +0 -1
  164. package/components/var-datetime-picker/index.d.ts +0 -4
  165. package/components/var-datetime-picker/src/const.d.ts +0 -10
  166. package/components/var-datetime-picker/src/ctx.d.ts +0 -67
  167. package/components/var-datetime-picker/src/index.vue.d.ts +0 -157
  168. package/components/var-datetime-picker/src/types.d.ts +0 -22
  169. package/components/vditor/index.css +0 -12
  170. package/components/vditor/index.d.ts +0 -4
  171. package/components/vditor/src/ctx.d.ts +0 -31
  172. package/components/vditor/src/handle-fullscreen.vue.d.ts +0 -18
  173. package/components/vditor/src/handle-value.vue.d.ts +0 -18
  174. package/components/vditor/src/index.vue.d.ts +0 -66
  175. package/components/vditor/src/types.d.ts +0 -9
  176. package/components/vditor/src/use.d.ts +0 -4
@@ -1,273 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- modelValue: any;
3
- defaultModelValue: {
4
- default: boolean;
5
- };
6
- ariaLabel: StringConstructor;
7
- disabled: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
8
- loading: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
9
- size: {
10
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => ("" | "default" | "small" | "large") & {}) | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => ("" | "default" | "small" | "large") & {}) | (() => "" | "default" | "small" | "large"))[], unknown, "" | "default" | "small" | "large">>;
11
- readonly required: false;
12
- readonly validator: ((val: unknown) => boolean) | undefined;
13
- __epPropKey: true;
14
- };
15
- width: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
16
- inlinePrompt: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
17
- inactiveActionIcon: {
18
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
19
- readonly required: false;
20
- readonly validator: ((val: unknown) => boolean) | undefined;
21
- __epPropKey: true;
22
- };
23
- activeActionIcon: {
24
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
25
- readonly required: false;
26
- readonly validator: ((val: unknown) => boolean) | undefined;
27
- __epPropKey: true;
28
- };
29
- activeIcon: {
30
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
31
- readonly required: false;
32
- readonly validator: ((val: unknown) => boolean) | undefined;
33
- __epPropKey: true;
34
- };
35
- inactiveIcon: {
36
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
37
- readonly required: false;
38
- readonly validator: ((val: unknown) => boolean) | undefined;
39
- __epPropKey: true;
40
- };
41
- activeText: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
42
- inactiveText: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
43
- activeValue: import("element-plus/es/utils").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, true, boolean>;
44
- inactiveValue: import("element-plus/es/utils").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
45
- name: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
46
- validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
47
- beforeChange: {
48
- readonly type: import("vue").PropType<() => Promise<boolean> | boolean>;
49
- readonly required: false;
50
- readonly validator: ((val: unknown) => boolean) | undefined;
51
- __epPropKey: true;
52
- };
53
- id: StringConstructor;
54
- tabindex: {
55
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
56
- readonly required: false;
57
- readonly validator: ((val: unknown) => boolean) | undefined;
58
- __epPropKey: true;
59
- };
60
- label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
61
- required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
62
- formItemSize: {
63
- type: import("vue").PropType<"default" | "small" | "large">;
64
- default: "default" | "small" | "large";
65
- };
66
- formItemSlots: {
67
- type: import("vue").PropType<import("@vunk/form/components/form-item/src/types").FormItemSlots>;
68
- default: any;
69
- };
70
- elRef: {
71
- type: import("vue").PropType<any>;
72
- required: boolean;
73
- };
74
- inline: {
75
- type: BooleanConstructor;
76
- default: boolean;
77
- };
78
- readonly: {
79
- type: BooleanConstructor;
80
- default: any;
81
- };
82
- labelPosition: {
83
- type: import("vue").PropType<"right">;
84
- default: string;
85
- };
86
- labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
87
- prop: {
88
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
89
- readonly required: false;
90
- readonly validator: ((val: unknown) => boolean) | undefined;
91
- __epPropKey: true;
92
- };
93
- rules: {
94
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>) | ((new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>))[], unknown, unknown>>;
95
- readonly required: false;
96
- readonly validator: ((val: unknown) => boolean) | undefined;
97
- __epPropKey: true;
98
- };
99
- error: StringConstructor;
100
- validateStatus: {
101
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown>>;
102
- readonly required: false;
103
- readonly validator: ((val: unknown) => boolean) | undefined;
104
- __epPropKey: true;
105
- };
106
- for: StringConstructor;
107
- inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
108
- showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
109
- }, {
110
- formItemBindProps: import("vue").ComputedRef<{}>;
111
- switchBindProps: import("vue").ComputedRef<{
112
- size: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => ("" | "default" | "small" | "large") & {}) | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => ("" | "default" | "small" | "large") & {}) | (() => "" | "default" | "small" | "large"))[], unknown, "" | "default" | "small" | "large">;
113
- loading: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
114
- name: string;
115
- id: string;
116
- validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
117
- tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
118
- ariaLabel: string;
119
- width: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
120
- inlinePrompt: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
121
- inactiveActionIcon: unknown;
122
- activeActionIcon: unknown;
123
- activeIcon: unknown;
124
- inactiveIcon: unknown;
125
- activeText: string;
126
- inactiveText: string;
127
- activeValue: import("element-plus/es/utils").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
128
- inactiveValue: import("element-plus/es/utils").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
129
- beforeChange: () => Promise<boolean> | boolean;
130
- }>;
131
- switchOnEmits: {};
132
- readonly: import("vue").ComputedRef<boolean>;
133
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
134
- "update:modelValue": (val: boolean | string | number) => boolean;
135
- change: (val: boolean | string | number) => boolean;
136
- input: (val: boolean | string | number) => boolean;
137
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
138
- modelValue: any;
139
- defaultModelValue: {
140
- default: boolean;
141
- };
142
- ariaLabel: StringConstructor;
143
- disabled: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
144
- loading: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
145
- size: {
146
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => ("" | "default" | "small" | "large") & {}) | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => ("" | "default" | "small" | "large") & {}) | (() => "" | "default" | "small" | "large"))[], unknown, "" | "default" | "small" | "large">>;
147
- readonly required: false;
148
- readonly validator: ((val: unknown) => boolean) | undefined;
149
- __epPropKey: true;
150
- };
151
- width: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
152
- inlinePrompt: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
153
- inactiveActionIcon: {
154
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
155
- readonly required: false;
156
- readonly validator: ((val: unknown) => boolean) | undefined;
157
- __epPropKey: true;
158
- };
159
- activeActionIcon: {
160
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
161
- readonly required: false;
162
- readonly validator: ((val: unknown) => boolean) | undefined;
163
- __epPropKey: true;
164
- };
165
- activeIcon: {
166
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
167
- readonly required: false;
168
- readonly validator: ((val: unknown) => boolean) | undefined;
169
- __epPropKey: true;
170
- };
171
- inactiveIcon: {
172
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
173
- readonly required: false;
174
- readonly validator: ((val: unknown) => boolean) | undefined;
175
- __epPropKey: true;
176
- };
177
- activeText: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
178
- inactiveText: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
179
- activeValue: import("element-plus/es/utils").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, true, boolean>;
180
- inactiveValue: import("element-plus/es/utils").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
181
- name: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
182
- validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
183
- beforeChange: {
184
- readonly type: import("vue").PropType<() => Promise<boolean> | boolean>;
185
- readonly required: false;
186
- readonly validator: ((val: unknown) => boolean) | undefined;
187
- __epPropKey: true;
188
- };
189
- id: StringConstructor;
190
- tabindex: {
191
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
192
- readonly required: false;
193
- readonly validator: ((val: unknown) => boolean) | undefined;
194
- __epPropKey: true;
195
- };
196
- label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
197
- required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
198
- formItemSize: {
199
- type: import("vue").PropType<"default" | "small" | "large">;
200
- default: "default" | "small" | "large";
201
- };
202
- formItemSlots: {
203
- type: import("vue").PropType<import("@vunk/form/components/form-item/src/types").FormItemSlots>;
204
- default: any;
205
- };
206
- elRef: {
207
- type: import("vue").PropType<any>;
208
- required: boolean;
209
- };
210
- inline: {
211
- type: BooleanConstructor;
212
- default: boolean;
213
- };
214
- readonly: {
215
- type: BooleanConstructor;
216
- default: any;
217
- };
218
- labelPosition: {
219
- type: import("vue").PropType<"right">;
220
- default: string;
221
- };
222
- labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
223
- prop: {
224
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
225
- readonly required: false;
226
- readonly validator: ((val: unknown) => boolean) | undefined;
227
- __epPropKey: true;
228
- };
229
- rules: {
230
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>) | ((new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>))[], unknown, unknown>>;
231
- readonly required: false;
232
- readonly validator: ((val: unknown) => boolean) | undefined;
233
- __epPropKey: true;
234
- };
235
- error: StringConstructor;
236
- validateStatus: {
237
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown>>;
238
- readonly required: false;
239
- readonly validator: ((val: unknown) => boolean) | undefined;
240
- __epPropKey: true;
241
- };
242
- for: StringConstructor;
243
- inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
244
- showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
245
- }>> & {
246
- onChange?: (val: string | number | boolean) => any;
247
- "onUpdate:modelValue"?: (val: string | number | boolean) => any;
248
- onInput?: (val: string | number | boolean) => any;
249
- }, {
250
- disabled: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
251
- loading: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
252
- required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
253
- formItemSize: "default" | "small" | "large";
254
- formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
255
- inline: boolean;
256
- readonly: boolean;
257
- labelPosition: "right";
258
- label: string;
259
- labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
260
- inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
261
- showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
262
- name: string;
263
- validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
264
- modelValue: any;
265
- defaultModelValue: boolean;
266
- width: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
267
- inlinePrompt: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
268
- activeText: string;
269
- inactiveText: string;
270
- activeValue: import("element-plus/es/utils").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
271
- inactiveValue: import("element-plus/es/utils").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
272
- }, {}>;
273
- export default _default;
@@ -1,8 +0,0 @@
1
- import { BasicSource } from '@vunk/form/shared';
2
- import { VueComponentPropsType } from '@vunk/core';
3
- import VkfSwitch from './index.vue';
4
- export interface Source<P extends string = string> extends VueComponentPropsType<typeof VkfSwitch>, BasicSource {
5
- prop: P;
6
- templateType: 'VkfSwitch';
7
- }
8
- export {};
@@ -1,4 +0,0 @@
1
- import VkfTemplatesDefault from './src/index.vue';
2
- export * as __VkfTemplatesDefault from './src/types';
3
- export { VkfTemplatesDefault, };
4
- export default VkfTemplatesDefault;
@@ -1,19 +0,0 @@
1
- import { SetDataEvent } from '@vunk/core/shared/types';
2
- import { PropType } from 'vue';
3
- import { CreateIntoUndefined } from './types';
4
- export declare const props: {
5
- data: {
6
- type: PropType<Record<string, any>>;
7
- default: () => {};
8
- };
9
- createIntoUndefined: {
10
- type: PropType<CreateIntoUndefined>;
11
- default: (arg: {
12
- raw: any;
13
- data: Record<string, any>;
14
- }) => import("@vunk/core/shared/types").IntoUndefined;
15
- };
16
- };
17
- export declare const emits: {
18
- setData: (e: SetDataEvent) => SetDataEvent;
19
- };
@@ -1,43 +0,0 @@
1
- import { CoreSource } from './types';
2
- declare const _default: import("vue").DefineComponent<{
3
- data: {
4
- type: import("vue").PropType<Record<string, any>>;
5
- default: () => {};
6
- };
7
- createIntoUndefined: {
8
- type: import("vue").PropType<import("./types").CreateIntoUndefined>;
9
- default: (arg: {
10
- raw: any;
11
- data: Record<string, any>;
12
- }) => import("@vunk/core").IntoUndefined;
13
- };
14
- }, {
15
- pickObject: <T extends import("@vunk/core").NormalObject, EX extends (keyof T)[], KI extends keyof T>(data: T, opts?: {
16
- excludes?: EX;
17
- includes?: KI[];
18
- }) => { [P in EX extends (infer KE)[] ? Exclude<KI, KE> : KI]: T[P]; };
19
- getFormDataValue: (raw: CoreSource) => any;
20
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
21
- setData: (e: import("@vunk/core").SetDataEvent) => import("@vunk/core").SetDataEvent;
22
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
23
- data: {
24
- type: import("vue").PropType<Record<string, any>>;
25
- default: () => {};
26
- };
27
- createIntoUndefined: {
28
- type: import("vue").PropType<import("./types").CreateIntoUndefined>;
29
- default: (arg: {
30
- raw: any;
31
- data: Record<string, any>;
32
- }) => import("@vunk/core").IntoUndefined;
33
- };
34
- }>> & {
35
- onSetData?: (e: import("@vunk/core").SetDataEvent) => any;
36
- }, {
37
- data: {};
38
- createIntoUndefined: (arg: {
39
- raw: any;
40
- data: Record<string, any>;
41
- }) => import("@vunk/core").IntoUndefined;
42
- }, {}>;
43
- export default _default;
@@ -1,53 +0,0 @@
1
- import { BasicSource } from '@vunk/form/shared';
2
- import { __VkfButton } from '@vunk/form/components/button';
3
- import { __VkfInput } from '@vunk/form/components/input';
4
- import { __VkfDatePicker } from '@vunk/form/components/date-picker';
5
- import { __VkfSelect } from '@vunk/form/components/select';
6
- import { __VkfSwitch } from '@vunk/form/components/switch';
7
- import { __VkfInputNumber } from '@vunk/form/components/input-number';
8
- import { __VkfRadio } from '@vunk/form/components/radio';
9
- import { __VkfCheckbox } from '@vunk/form/components/checkbox';
10
- import { __VkfUpload } from '@vunk/form/components/upload';
11
- import { __VkfColorPicker } from '@vunk/form/components/color-picker';
12
- import { __VkfCascader } from '@vunk/form/components/cascader';
13
- import { __VkfInputLink } from '@vunk/form/components/input-link';
14
- import { __VkfSlider } from '@vunk/form/components/slider';
15
- import { IntoUndefined, Func } from '@vunk/core';
16
- export type VkfButtonSource<P extends string = string> = __VkfButton.Source<P>;
17
- export type VkfInputSource<P extends string = string> = __VkfInput.Source<P>;
18
- export type VkfDatePickerSource<P extends string = string> = __VkfDatePicker.Source<P>;
19
- export type VkfSelectSource<P extends string = string> = __VkfSelect.Source<P>;
20
- export type VkfSwitchSource<P extends string = string> = __VkfSwitch.Source<P>;
21
- export type VkfInputNumberSource<P extends string = string> = __VkfInputNumber.Source<P>;
22
- export type VkfRadioSource<P extends string = string> = __VkfRadio.Source<P>;
23
- export type VkfCheckboxSource<P extends string = string> = __VkfCheckbox.Source<P>;
24
- export type VkfUploadSource<P extends string = string> = __VkfUpload.Source<P>;
25
- export type VkfColorPickerSource<P extends string = string> = __VkfColorPicker.Source<P>;
26
- export type VkfCascaderSource<P extends string = string> = __VkfCascader.Source<P>;
27
- export type VkfInputLinkSource<P extends string = string> = __VkfInputLink.Source<P>;
28
- export type VkfSliderSource<P extends string = string> = __VkfSlider.Source<P>;
29
- export interface ComponentSource extends BasicSource {
30
- templateType: 'Component';
31
- is: any;
32
- }
33
- export type CoreSource<P extends string = string> = VkfInputSource<P> | VkfSwitchSource<P> | VkfSelectSource<P> | VkfDatePickerSource<P> | VkfInputNumberSource<P> | VkfRadioSource<P> | VkfCheckboxSource<P> | VkfUploadSource<P> | VkfColorPickerSource<P> | VkfButtonSource<P> | VkfCascaderSource<P> | VkfInputLinkSource<P> | VkfSliderSource<P>;
34
- export type Source<P extends string = string> = CoreSource<P> | ComponentSource;
35
- /**
36
- * @example
37
- * ```ts
38
- * const createIntoUndefined = ({ raw }) => {
39
- * const objectFields = ['rules']
40
- * const isObjectFields = objectFields.includes(raw.prop)
41
- * return (currentData, currentK) => {
42
- * )
43
- * if (isObjectFields) {
44
- * currentData[currentK] = {}
45
- * }
46
- * }
47
- * }
48
- * ```
49
- */
50
- export type CreateIntoUndefined = Func<{
51
- raw: any;
52
- data: Record<string, any>;
53
- }, IntoUndefined>;
@@ -1,4 +0,0 @@
1
- import VkfTemplatesElementPlus from './src/index.vue';
2
- export * as __VkfTemplatesElementPlus from './src/types';
3
- export { VkfTemplatesElementPlus, };
4
- export default VkfTemplatesElementPlus;
@@ -1,9 +0,0 @@
1
- import { NormalObject } from '@vunk/core';
2
- import { PropType } from 'vue';
3
- export declare const props: {
4
- data: {
5
- type: PropType<NormalObject>;
6
- default: () => {};
7
- };
8
- };
9
- export declare const emits: {};
@@ -1,19 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- data: {
3
- type: import("vue").PropType<import("@vunk/core").NormalObject>;
4
- default: () => {};
5
- };
6
- }, {
7
- pickObject: <T extends import("@vunk/core").NormalObject, EX extends (keyof T)[], KI extends keyof T>(data: T, opts?: {
8
- excludes?: EX;
9
- includes?: KI[];
10
- }) => { [P in EX extends (infer KE)[] ? Exclude<KI, KE> : KI]: T[P]; };
11
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12
- data: {
13
- type: import("vue").PropType<import("@vunk/core").NormalObject>;
14
- default: () => {};
15
- };
16
- }>>, {
17
- data: {};
18
- }, {}>;
19
- export default _default;
@@ -1,13 +0,0 @@
1
- import { ElDivider, ElLink } from 'element-plus';
2
- import { VueComponentPropsType } from '@vunk/core';
3
- import { BasicSource } from '@vunk/form/shared';
4
- export interface ElDividerSource extends VueComponentPropsType<typeof ElDivider>, BasicSource {
5
- templateType: 'ElDivider';
6
- label: string;
7
- }
8
- export interface ElLinkSource extends VueComponentPropsType<typeof ElLink>, BasicSource {
9
- templateType: 'ElLink';
10
- label: string;
11
- target?: '_blank';
12
- }
13
- export type Source = ElDividerSource | ElLinkSource;
@@ -1,4 +0,0 @@
1
- import VkfTemplatesEsri from './src/index.vue';
2
- export * as __VkfTemplatesEsri from './src/types';
3
- export { VkfTemplatesEsri, };
4
- export default VkfTemplatesEsri;
@@ -1,11 +0,0 @@
1
- import { NormalObject, SetDataEvent } from '@vunk/core';
2
- import { PropType } from 'vue';
3
- export declare const props: {
4
- data: {
5
- type: PropType<NormalObject>;
6
- default: () => {};
7
- };
8
- };
9
- export declare const emits: {
10
- setData: (data: SetDataEvent) => SetDataEvent;
11
- };
@@ -1,20 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- data: {
3
- type: import("vue").PropType<import("@vunk/core").NormalObject>;
4
- default: () => {};
5
- };
6
- }, {
7
- getValue: (obj: any, k: any, intoUndefined?: import("@vunk/core").IntoUndefined, safe?: boolean) => any;
8
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
- setData: (data: import("@vunk/core").SetDataEvent) => import("@vunk/core").SetDataEvent;
10
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
- data: {
12
- type: import("vue").PropType<import("@vunk/core").NormalObject>;
13
- default: () => {};
14
- };
15
- }>> & {
16
- onSetData?: (data: import("@vunk/core").SetDataEvent) => any;
17
- }, {
18
- data: {};
19
- }, {}>;
20
- export default _default;
@@ -1,2 +0,0 @@
1
- import { __VkfEsriInputGeojson } from '@vunk/form/components/esri-input-geojson';
2
- export type Source<P extends string = string> = __VkfEsriInputGeojson.Source<P>;
@@ -1,4 +0,0 @@
1
- import VkfTemplatesLayout from './src/index.vue';
2
- export * as __VkfTemplatesLayout from './src/types';
3
- export { VkfTemplatesLayout, };
4
- export default VkfTemplatesLayout;
@@ -1,9 +0,0 @@
1
- import { NormalObject } from '@vunk/core';
2
- import { PropType } from 'vue';
3
- export declare const props: {
4
- data: {
5
- type: PropType<NormalObject>;
6
- default: () => {};
7
- };
8
- };
9
- export declare const emits: {};
@@ -1,19 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- data: {
3
- type: import("vue").PropType<import("@vunk/core").NormalObject>;
4
- default: () => {};
5
- };
6
- }, {
7
- pickObject: <T extends import("@vunk/core").NormalObject, EX extends (keyof T)[], KI extends keyof T>(data: T, opts?: {
8
- excludes?: EX;
9
- includes?: KI[];
10
- }) => { [P in EX extends (infer KE)[] ? Exclude<KI, KE> : KI]: T[P]; };
11
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12
- data: {
13
- type: import("vue").PropType<import("@vunk/core").NormalObject>;
14
- default: () => {};
15
- };
16
- }>>, {
17
- data: {};
18
- }, {}>;
19
- export default _default;
@@ -1,32 +0,0 @@
1
- import { VueComponentPropsType } from '@vunk/core';
2
- import { ElCol, ElRow } from 'element-plus';
3
- import { BasicSource } from '@vunk/form/shared';
4
- export interface ElRowSource<S> extends VueComponentPropsType<typeof ElRow>, BasicSource {
5
- templateType: 'ElRow';
6
- templateSlots: S[];
7
- }
8
- export interface ElColSource<S> extends VueComponentPropsType<typeof ElCol>, BasicSource {
9
- templateType: 'ElCol';
10
- templateSlots: S[];
11
- }
12
- type GlobalValues = 'inherit' | 'initial' | 'unset';
13
- interface VkfFlex {
14
- justify?: 'center' | 'start' | 'end' | 'flex-start' | 'flex-end' | 'left' | 'right' | 'baseline' | 'first baseline' | 'last baseline' | 'space-between' | 'space-around' | 'space-evenly' | 'stretch' | 'safe center' | 'unsafe center' | GlobalValues;
15
- align?: 'normal' | 'stretch' | 'center' | 'start' | 'end' | 'flex-start' | 'flex-end' | 'self-start' | 'self-end' | 'baseline' | 'first baseline' | 'last baseline' | 'safe center' | 'unsafe center' | GlobalValues;
16
- direction?: 'row' | 'row-reverse' | 'column' | 'column-reverse' | GlobalValues;
17
- wrap?: 'nowrap' | 'wrap' | 'wrap-reverse' | GlobalValues | 'revert' | 'revert-layer';
18
- }
19
- type IntrinsicSizing = 'max-content' | 'min-content' | 'fit-content';
20
- interface VkfFlexItem {
21
- grow?: number | GlobalValues | 'revert';
22
- shrink?: number | GlobalValues | 'revert';
23
- basis?: string | IntrinsicSizing | GlobalValues | 'revert' | 'revert-layer' | 'content';
24
- overflow?: 'hidden' | 'visible' | 'scroll' | 'auto' | string;
25
- }
26
- export interface VkfFlexSource<S> extends VkfFlex, VkfFlexItem, BasicSource {
27
- templateType: 'VkfFlex';
28
- templateSlots?: S[];
29
- [s: string]: any;
30
- }
31
- export type Source<S> = ElRowSource<S> | ElColSource<S> | VkfFlexSource<S>;
32
- export {};
@@ -1,4 +0,0 @@
1
- import VkfTemplatesMapbox from './src/index.vue';
2
- export * as __VkfTemplatesMapbox from './src/types';
3
- export { VkfTemplatesMapbox, };
4
- export default VkfTemplatesMapbox;
@@ -1,11 +0,0 @@
1
- import { NormalObject, SetDataEvent } from '@vunk/core';
2
- import { PropType } from 'vue';
3
- export declare const props: {
4
- data: {
5
- type: PropType<NormalObject>;
6
- default: () => {};
7
- };
8
- };
9
- export declare const emits: {
10
- setData: (data: SetDataEvent) => SetDataEvent;
11
- };
@@ -1,20 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- data: {
3
- type: import("vue").PropType<import("@vunk/core").NormalObject>;
4
- default: () => {};
5
- };
6
- }, {
7
- getValue: (obj: any, k: any, intoUndefined?: import("@vunk/core").IntoUndefined, safe?: boolean) => any;
8
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
- setData: (data: import("@vunk/core").SetDataEvent) => import("@vunk/core").SetDataEvent;
10
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
- data: {
12
- type: import("vue").PropType<import("@vunk/core").NormalObject>;
13
- default: () => {};
14
- };
15
- }>> & {
16
- onSetData?: (data: import("@vunk/core").SetDataEvent) => any;
17
- }, {
18
- data: {};
19
- }, {}>;
20
- export default _default;
@@ -1,3 +0,0 @@
1
- import { __VkfGeoinput } from '@vunk/form/components/geoinput';
2
- export type Source<P extends string = string> = __VkfGeoinput.Source<P>;
3
- export {};
@@ -1,4 +0,0 @@
1
- import VkfTemplatesVariant from './src/index.vue';
2
- export * as __VkfTemplatesVariant from './src/types';
3
- export { VkfTemplatesVariant, };
4
- export default VkfTemplatesVariant;