@vunk/form 1.4.3 → 1.4.5

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 (197) hide show
  1. package/components/cascader/index.cjs +3 -3
  2. package/components/cascader/index.mjs +3 -3
  3. package/components/color-picker/index.cjs +1 -1
  4. package/components/color-picker/index.mjs +1 -1
  5. package/components/form/index.cjs +1 -1
  6. package/components/form/index.mjs +1 -1
  7. package/components/form-item-renderer/index.cjs +1 -0
  8. package/components/form-item-renderer/index.mjs +1 -0
  9. package/components/input/index.cjs +2 -6
  10. package/components/input/index.mjs +2 -6
  11. package/components/input-collection/index.cjs +17 -5
  12. package/components/input-collection/index.mjs +18 -6
  13. package/components/input-link/index.cjs +7 -7
  14. package/components/input-link/index.mjs +7 -7
  15. package/components/radio/index.cjs +3 -3
  16. package/components/radio/index.mjs +3 -3
  17. package/components/templates-default/index.cjs +0 -2
  18. package/components/templates-default/index.mjs +0 -2
  19. package/components/templates-layout/index.cjs +1 -1
  20. package/components/templates-layout/index.mjs +1 -1
  21. package/package.json +1 -1
  22. package/components/button/index.d.ts +0 -4
  23. package/components/button/src/ctx.d.ts +0 -96
  24. package/components/button/src/index.vue.d.ts +0 -495
  25. package/components/button/src/types.d.ts +0 -13
  26. package/components/cascader/index.d.ts +0 -6
  27. package/components/cascader/src/ctx.d.ts +0 -120
  28. package/components/cascader/src/index.vue.d.ts +0 -13955
  29. package/components/cascader/src/types.d.ts +0 -7
  30. package/components/cascader/src/use.d.ts +0 -5
  31. package/components/checkbox/index.d.ts +0 -5
  32. package/components/checkbox/src/ctx.d.ts +0 -89
  33. package/components/checkbox/src/index.vue.d.ts +0 -1099
  34. package/components/checkbox/src/types.d.ts +0 -8
  35. package/components/color-picker/index.d.ts +0 -4
  36. package/components/color-picker/src/ctx.d.ts +0 -80
  37. package/components/color-picker/src/index.vue.d.ts +0 -11135
  38. package/components/color-picker/src/types.d.ts +0 -7
  39. package/components/date-picker/index.d.ts +0 -5
  40. package/components/date-picker/src/ctx.d.ts +0 -158
  41. package/components/date-picker/src/index.vue.d.ts +0 -590
  42. package/components/date-picker/src/types.d.ts +0 -20
  43. package/components/date-picker-range/index.d.ts +0 -4
  44. package/components/date-picker-range/src/ctx.d.ts +0 -177
  45. package/components/date-picker-range/src/index.vue.d.ts +0 -410
  46. package/components/date-picker-range/src/types.d.ts +0 -12
  47. package/components/download-plus/index.d.ts +0 -4
  48. package/components/download-plus/src/api.d.ts +0 -13
  49. package/components/download-plus/src/const.d.ts +0 -9
  50. package/components/download-plus/src/ctx.d.ts +0 -84
  51. package/components/download-plus/src/index.vue.d.ts +0 -1020
  52. package/components/download-plus/src/types.d.ts +0 -17
  53. package/components/esri-input-geojson/index.d.ts +0 -6
  54. package/components/esri-input-geojson/src/append.vue.d.ts +0 -2259
  55. package/components/esri-input-geojson/src/const.d.ts +0 -12
  56. package/components/esri-input-geojson/src/ctx.d.ts +0 -223
  57. package/components/esri-input-geojson/src/default-view.vue.d.ts +0 -133
  58. package/components/esri-input-geojson/src/index.vue.d.ts +0 -1249
  59. package/components/esri-input-geojson/src/types.d.ts +0 -22
  60. package/components/esri-input-geojson/src/viewer.vue.d.ts +0 -427
  61. package/components/form/index.d.ts +0 -5
  62. package/components/form/src/ctx.d.ts +0 -84
  63. package/components/form/src/index.vue.d.ts +0 -789
  64. package/components/form/src/types.d.ts +0 -12
  65. package/components/form/src/utils.d.ts +0 -15
  66. package/components/form-item/index.d.ts +0 -5
  67. package/components/form-item/src/ctx.d.ts +0 -62
  68. package/components/form-item/src/index.vue.d.ts +0 -320
  69. package/components/form-item/src/types.d.ts +0 -6
  70. package/components/form-item-renderer/index.d.ts +0 -5
  71. package/components/form-item-renderer/src/ctx.d.ts +0 -16
  72. package/components/form-item-renderer/src/index.vue.d.ts +0 -38
  73. package/components/form-item-renderer/src/symbols.d.ts +0 -3
  74. package/components/form-item-renderer/src/types.d.ts +0 -7
  75. package/components/form-item-renderer-template/index.d.ts +0 -4
  76. package/components/form-item-renderer-template/src/ctx.d.ts +0 -7
  77. package/components/form-item-renderer-template/src/index.vue.d.ts +0 -16
  78. package/components/form-item-renderer-template/src/types.d.ts +0 -1
  79. package/components/geoinput/index.d.ts +0 -4
  80. package/components/geoinput/src/ctx.d.ts +0 -228
  81. package/components/geoinput/src/index.vue.d.ts +0 -519
  82. package/components/geoinput/src/types.d.ts +0 -12
  83. package/components/geoinput-read/index.d.ts +0 -5
  84. package/components/geoinput-read/src/append.vue.d.ts +0 -383
  85. package/components/geoinput-read/src/core.vue.d.ts +0 -644
  86. package/components/geoinput-read/src/ctx.d.ts +0 -199
  87. package/components/geoinput-read/src/index.vue.d.ts +0 -1169
  88. package/components/geoinput-read/src/types.d.ts +0 -3
  89. package/components/geoinput-update/index.d.ts +0 -5
  90. package/components/geoinput-update/src/append.vue.d.ts +0 -2246
  91. package/components/geoinput-update/src/ctx.d.ts +0 -207
  92. package/components/geoinput-update/src/index.vue.d.ts +0 -1302
  93. package/components/geoinput-update/src/types.d.ts +0 -6
  94. package/components/input/index.d.ts +0 -5
  95. package/components/input/src/ctx.d.ts +0 -148
  96. package/components/input/src/index.vue.d.ts +0 -809
  97. package/components/input/src/types.d.ts +0 -13
  98. package/components/input-collection/index.d.ts +0 -4
  99. package/components/input-collection/src/ctx.d.ts +0 -72
  100. package/components/input-collection/src/index.vue.d.ts +0 -1158
  101. package/components/input-collection/src/types.d.ts +0 -19
  102. package/components/input-link/index.d.ts +0 -4
  103. package/components/input-link/src/ctx.d.ts +0 -179
  104. package/components/input-link/src/index.vue.d.ts +0 -385
  105. package/components/input-link/src/types.d.ts +0 -7
  106. package/components/input-number/index.d.ts +0 -4
  107. package/components/input-number/src/ctx.d.ts +0 -90
  108. package/components/input-number/src/index.vue.d.ts +0 -1783
  109. package/components/input-number/src/types.d.ts +0 -8
  110. package/components/monaco-editor/index.d.ts +0 -4
  111. package/components/monaco-editor/src/ctx.d.ts +0 -70
  112. package/components/monaco-editor/src/index.vue.d.ts +0 -209
  113. package/components/monaco-editor/src/types.d.ts +0 -7
  114. package/components/radio/index.d.ts +0 -4
  115. package/components/radio/src/ctx.d.ts +0 -82
  116. package/components/radio/src/index.vue.d.ts +0 -629
  117. package/components/radio/src/types.d.ts +0 -8
  118. package/components/select/index.d.ts +0 -4
  119. package/components/select/src/ctx.d.ts +0 -156
  120. package/components/select/src/index.vue.d.ts +0 -13405
  121. package/components/select/src/types.d.ts +0 -11
  122. package/components/slider/index.d.ts +0 -4
  123. package/components/slider/src/ctx.d.ts +0 -127
  124. package/components/slider/src/index.vue.d.ts +0 -341
  125. package/components/slider/src/types.d.ts +0 -7
  126. package/components/switch/index.d.ts +0 -4
  127. package/components/switch/src/ctx.d.ts +0 -114
  128. package/components/switch/src/index.vue.d.ts +0 -584
  129. package/components/switch/src/types.d.ts +0 -8
  130. package/components/template-instances-provider/index.d.ts +0 -3
  131. package/components/template-instances-provider/src/index.vue.d.ts +0 -4
  132. package/components/templates-default/index.d.ts +0 -4
  133. package/components/templates-default/src/ctx.d.ts +0 -19
  134. package/components/templates-default/src/index.vue.d.ts +0 -198
  135. package/components/templates-default/src/types.d.ts +0 -53
  136. package/components/templates-element-plus/index.d.ts +0 -4
  137. package/components/templates-element-plus/src/ctx.d.ts +0 -9
  138. package/components/templates-element-plus/src/index.vue.d.ts +0 -206
  139. package/components/templates-element-plus/src/types.d.ts +0 -13
  140. package/components/templates-esri/index.d.ts +0 -4
  141. package/components/templates-esri/src/ctx.d.ts +0 -11
  142. package/components/templates-esri/src/index.vue.d.ts +0 -43
  143. package/components/templates-esri/src/types.d.ts +0 -2
  144. package/components/templates-layout/index.d.ts +0 -4
  145. package/components/templates-layout/src/ctx.d.ts +0 -9
  146. package/components/templates-layout/src/index.vue.d.ts +0 -161
  147. package/components/templates-layout/src/types.d.ts +0 -32
  148. package/components/templates-mapbox/index.d.ts +0 -4
  149. package/components/templates-mapbox/src/ctx.d.ts +0 -11
  150. package/components/templates-mapbox/src/index.vue.d.ts +0 -43
  151. package/components/templates-mapbox/src/types.d.ts +0 -3
  152. package/components/templates-variant/index.d.ts +0 -4
  153. package/components/templates-variant/src/ctx.d.ts +0 -11
  154. package/components/templates-variant/src/index.vue.d.ts +0 -43
  155. package/components/templates-variant/src/types.d.ts +0 -2
  156. package/components/upload/index.d.ts +0 -5
  157. package/components/upload/src/ctx.d.ts +0 -180
  158. package/components/upload/src/file.vue.d.ts +0 -363
  159. package/components/upload/src/index.vue.d.ts +0 -2784
  160. package/components/upload/src/types.d.ts +0 -7
  161. package/components/upload-plus/index.d.ts +0 -6
  162. package/components/upload-plus/src/api.d.ts +0 -38
  163. package/components/upload-plus/src/const.d.ts +0 -9
  164. package/components/upload-plus/src/ctx.d.ts +0 -103
  165. package/components/upload-plus/src/index.vue.d.ts +0 -1077
  166. package/components/upload-plus/src/types.d.ts +0 -32
  167. package/components/van-cascader/index.d.ts +0 -4
  168. package/components/van-cascader/src/ctx.d.ts +0 -118
  169. package/components/van-cascader/src/index.vue.d.ts +0 -13312
  170. package/components/van-cascader/src/types.d.ts +0 -1
  171. package/components/var-datetime-picker/index.d.ts +0 -4
  172. package/components/var-datetime-picker/src/const.d.ts +0 -10
  173. package/components/var-datetime-picker/src/ctx.d.ts +0 -67
  174. package/components/var-datetime-picker/src/index.vue.d.ts +0 -771
  175. package/components/var-datetime-picker/src/types.d.ts +0 -22
  176. package/components/vditor/index.d.ts +0 -4
  177. package/components/vditor/src/ctx.d.ts +0 -77
  178. package/components/vditor/src/index.vue.d.ts +0 -324
  179. package/components/vditor/src/types.d.ts +0 -7
  180. package/shared/const/index.d.ts +0 -4
  181. package/shared/element-plus/ctx.d.ts +0 -26
  182. package/shared/element-plus/index.d.ts +0 -3
  183. package/shared/element-plus/instances.d.ts +0 -195
  184. package/shared/element-plus/version.d.ts +0 -1
  185. package/shared/form/index.d.ts +0 -18
  186. package/shared/helper/index.d.ts +0 -4
  187. package/shared/index.d.ts +0 -2
  188. package/shared/infer-prop/index.d.ts +0 -17
  189. package/shared/progress-it/index.d.ts +0 -16
  190. package/shared/rules/index.d.ts +0 -35
  191. package/shared/types/form/checkbox.d.ts +0 -13
  192. package/shared/types/form/index.d.ts +0 -2
  193. package/shared/types/form/radio.d.ts +0 -8
  194. package/shared/types/index.d.ts +0 -2
  195. package/shared/types/source/index.d.ts +0 -21
  196. package/shared/types/source-manager/index.d.ts +0 -6
  197. package/shared/upload/index.d.ts +0 -7
@@ -1,199 +0,0 @@
1
- import { PropType } from 'vue';
2
- import type { FeatureCollection } from 'geojson';
3
- import { __VmGeojsonLayer } from '@vumap/core/components/geojson-layer';
4
- import { __VmControlDraw } from '@vumap/core/components/control-draw';
5
- import { __VkfGeoinput } from '@vunk/form/components/geoinput';
6
- import { FillPaint, LinePaint } from 'mapbox-gl';
7
- export declare const props: {
8
- modelValue: {
9
- type: PropType<FeatureCollection<any, any>>;
10
- default: () => FeatureCollection<import("geojson").Geometry, {
11
- [name: string]: any;
12
- }>;
13
- };
14
- editStyles: {
15
- type: PropType<__VmControlDraw.StyleLayer[]>;
16
- default: () => any[];
17
- };
18
- editTypes: {
19
- type: PropType<__VkfGeoinput.EditType[] | __VkfGeoinput.EditType>;
20
- default: string;
21
- };
22
- paint: {
23
- type: PropType<FillPaint | LinePaint>;
24
- default: any;
25
- };
26
- type: {
27
- type: StringConstructor;
28
- default: any;
29
- };
30
- custom: {
31
- type: BooleanConstructor;
32
- default: boolean;
33
- };
34
- showMap: {
35
- type: BooleanConstructor;
36
- default: boolean;
37
- };
38
- id: {
39
- type: StringConstructor;
40
- default: string;
41
- };
42
- maxzoom: NumberConstructor;
43
- minzoom: NumberConstructor;
44
- cursor: {
45
- type: StringConstructor;
46
- default: string;
47
- };
48
- before: StringConstructor;
49
- data: {
50
- type: PropType<any>;
51
- default: () => import("geojson").FeatureCollection<import("geojson").Geometry, import("geojson").GeoJsonProperties>;
52
- };
53
- maxlength: {
54
- type: NumberConstructor;
55
- required: boolean;
56
- };
57
- minlength: {
58
- type: NumberConstructor;
59
- required: boolean;
60
- };
61
- inputSlots: {
62
- type: PropType<import("@vunk/form/components/input/src/types").InputSlots>;
63
- default: any;
64
- };
65
- rows: {
66
- type: NumberConstructor;
67
- default: any;
68
- };
69
- required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
70
- formItemSize: {
71
- type: PropType<"default" | "small" | "large">;
72
- default: "default" | "small" | "large";
73
- };
74
- formItemSlots: {
75
- type: PropType<import("@vunk/form/components/form-item/src/types").FormItemSlots>;
76
- default: any;
77
- };
78
- elRef: {
79
- type: PropType<any>;
80
- required: boolean;
81
- };
82
- inline: {
83
- type: BooleanConstructor;
84
- default: boolean;
85
- };
86
- readonly: {
87
- type: BooleanConstructor;
88
- default: any;
89
- };
90
- labelPosition: {
91
- type: PropType<"right">;
92
- default: string;
93
- };
94
- label: StringConstructor;
95
- labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
96
- prop: {
97
- 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>>;
98
- readonly required: false;
99
- readonly validator: ((val: unknown) => boolean) | undefined;
100
- __epPropKey: true;
101
- };
102
- rules: {
103
- 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>>;
104
- readonly required: false;
105
- readonly validator: ((val: unknown) => boolean) | undefined;
106
- __epPropKey: true;
107
- };
108
- error: StringConstructor;
109
- validateStatus: {
110
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown>>;
111
- readonly required: false;
112
- readonly validator: ((val: unknown) => boolean) | undefined;
113
- __epPropKey: true;
114
- };
115
- for: StringConstructor;
116
- inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
117
- showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
118
- ariaLabel: StringConstructor;
119
- size: {
120
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
121
- readonly required: false;
122
- readonly validator: ((val: unknown) => boolean) | undefined;
123
- __epPropKey: true;
124
- };
125
- disabled: BooleanConstructor;
126
- resize: {
127
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "vertical" | "horizontal" | "both", unknown>>;
128
- readonly required: false;
129
- readonly validator: ((val: unknown) => boolean) | undefined;
130
- __epPropKey: true;
131
- };
132
- autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
133
- autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
134
- formatter: {
135
- readonly type: import("vue").PropType<Function>;
136
- readonly required: false;
137
- readonly validator: ((val: unknown) => boolean) | undefined;
138
- __epPropKey: true;
139
- };
140
- parser: {
141
- readonly type: import("vue").PropType<Function>;
142
- readonly required: false;
143
- readonly validator: ((val: unknown) => boolean) | undefined;
144
- __epPropKey: true;
145
- };
146
- placeholder: {
147
- readonly type: import("vue").PropType<string>;
148
- readonly required: false;
149
- readonly validator: ((val: unknown) => boolean) | undefined;
150
- __epPropKey: true;
151
- };
152
- form: {
153
- readonly type: import("vue").PropType<string>;
154
- readonly required: false;
155
- readonly validator: ((val: unknown) => boolean) | undefined;
156
- __epPropKey: true;
157
- };
158
- clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
159
- showPassword: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
160
- showWordLimit: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
161
- suffixIcon: {
162
- 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>>;
163
- readonly required: false;
164
- readonly validator: ((val: unknown) => boolean) | undefined;
165
- __epPropKey: true;
166
- };
167
- prefixIcon: {
168
- 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>>;
169
- readonly required: false;
170
- readonly validator: ((val: unknown) => boolean) | undefined;
171
- __epPropKey: true;
172
- };
173
- containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
174
- tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
175
- validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
176
- inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
177
- autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
178
- };
179
- export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"disabled", keyof T2> | Extract<"type", keyof T2> | Extract<"autofocus", keyof T2> | Extract<"required", keyof T2> | Extract<"data", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"prop", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"id", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"clearable", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"form", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"ariaLabel", keyof T2> | Extract<"prefixIcon", keyof T2> | Extract<"maxlength", keyof T2> | Extract<"minlength", keyof T2> | Extract<"resize", keyof T2> | Extract<"autosize", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"formatter", keyof T2> | Extract<"parser", keyof T2> | Extract<"showPassword", keyof T2> | Extract<"showWordLimit", keyof T2> | Extract<"suffixIcon", keyof T2> | Extract<"containerRole", keyof T2> | Extract<"inputStyle", keyof T2> | Extract<"cursor", keyof T2> | Extract<"editTypes", keyof T2> | Extract<"showMap", keyof T2> | Extract<"inputSlots", keyof T2> | Extract<"rows", keyof T2> | Extract<"editStyles", keyof T2> | Extract<"paint", keyof T2> | Extract<"custom", keyof T2> | Extract<"maxzoom", keyof T2> | Extract<"minzoom", keyof T2> | Extract<"before", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"size" | "disabled" | "type" | "autofocus" | "required" | "data" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "labelPosition" | "label" | "labelWidth" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "id" | "placeholder" | "clearable" | "validateEvent" | "modelValue" | "form" | "tabindex" | "ariaLabel" | "prefixIcon" | "maxlength" | "minlength" | "resize" | "autosize" | "autocomplete" | "formatter" | "parser" | "showPassword" | "showWordLimit" | "suffixIcon" | "containerRole" | "inputStyle" | "cursor" | "editTypes" | "showMap" | "inputSlots" | "rows" | "editStyles" | "paint" | "custom" | "maxzoom" | "minzoom" | "before", keyof T2>, KE> : Extract<"size" | "disabled" | "type" | "autofocus" | "required" | "data" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "labelPosition" | "label" | "labelWidth" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "id" | "placeholder" | "clearable" | "validateEvent" | "modelValue" | "form" | "tabindex" | "ariaLabel" | "prefixIcon" | "maxlength" | "minlength" | "resize" | "autosize" | "autocomplete" | "formatter" | "parser" | "showPassword" | "showWordLimit" | "suffixIcon" | "containerRole" | "inputStyle" | "cursor" | "editTypes" | "showMap" | "inputSlots" | "rows" | "editStyles" | "paint" | "custom" | "maxzoom" | "minzoom" | "before", keyof T2>]: { [k in Extract<"size" | "disabled" | "type" | "autofocus" | "required" | "data" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "labelPosition" | "label" | "labelWidth" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "id" | "placeholder" | "clearable" | "validateEvent" | "modelValue" | "form" | "tabindex" | "ariaLabel" | "prefixIcon" | "maxlength" | "minlength" | "resize" | "autosize" | "autocomplete" | "formatter" | "parser" | "showPassword" | "showWordLimit" | "suffixIcon" | "containerRole" | "inputStyle" | "cursor" | "editTypes" | "showMap" | "inputSlots" | "rows" | "editStyles" | "paint" | "custom" | "maxzoom" | "minzoom" | "before", keyof T2>]: T2[k]; }[P]; }>;
180
- export declare const emits: {
181
- layerChange: (layer: __VmGeojsonLayer.LoadEvent) => __VmGeojsonLayer.LoadEvent;
182
- 'update:modelValue': (e: FeatureCollection) => FeatureCollection<import("geojson").Geometry, {
183
- [name: string]: any;
184
- }>;
185
- layerClick: (e: __VmGeojsonLayer.ClickEvent) => __VmGeojsonLayer.ClickEvent;
186
- input: (value: string) => boolean;
187
- change: (value: string) => boolean;
188
- focus: (evt: FocusEvent) => boolean;
189
- blur: (evt: FocusEvent) => boolean;
190
- clear: () => boolean;
191
- mouseleave: (evt: MouseEvent) => boolean;
192
- mouseenter: (evt: MouseEvent) => boolean;
193
- keydown: (evt: KeyboardEvent | Event) => boolean;
194
- compositionstart: (evt: CompositionEvent) => boolean;
195
- compositionupdate: (evt: CompositionEvent) => boolean;
196
- compositionend: (evt: CompositionEvent) => boolean;
197
- load: (e: import("@vumap/core/components/geojson-layer/src/types").LoadEvent) => import("@vumap/core/components/geojson-layer/src/types").LoadEvent;
198
- };
199
- export declare const createOnEmits: <T2 extends import("@vunk/core").AnyFunc, EX extends ("clear" | "update:modelValue" | "input" | "change" | "focus" | "blur" | "keydown" | "compositionend" | "compositionstart" | "compositionupdate" | "load" | "mouseenter" | "mouseleave" | "layerChange" | "layerClick")[]>(emit: T2, excludes?: EX) => { [P in EX extends (infer KE)[] ? Exclude<"clear" | "update:modelValue" | "input" | "change" | "focus" | "blur" | "keydown" | "compositionend" | "compositionstart" | "compositionupdate" | "load" | "mouseenter" | "mouseleave" | "layerChange" | "layerClick", KE> : "clear" | "update:modelValue" | "input" | "change" | "focus" | "blur" | "keydown" | "compositionend" | "compositionstart" | "compositionupdate" | "load" | "mouseenter" | "mouseleave" | "layerChange" | "layerClick"]: { [k in "clear" | "update:modelValue" | "input" | "change" | "focus" | "blur" | "keydown" | "compositionend" | "compositionstart" | "compositionupdate" | "load" | "mouseenter" | "mouseleave" | "layerChange" | "layerClick"]: (...e: import("@vunk/core").RestParameters<T2>) => void; }[P]; };