@vunk/form 1.2.2 → 1.3.1
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.
- package/components/button/src/index.vue.d.ts +282 -6
- package/components/cascader/src/ctx.d.ts +1 -1
- package/components/cascader/src/index.vue.d.ts +13672 -8
- package/components/checkbox/src/ctx.d.ts +1 -1
- package/components/checkbox/src/index.vue.d.ts +906 -10
- package/components/color-picker/src/index.vue.d.ts +10950 -7
- package/components/date-picker/src/ctx.d.ts +1 -1
- package/components/date-picker/src/index.vue.d.ts +225 -11
- package/components/date-picker-range/src/ctx.d.ts +1 -1
- package/components/date-picker-range/src/index.vue.d.ts +24 -12
- package/components/download-plus/index.cjs +4 -4
- package/components/download-plus/index.mjs +4 -4
- package/components/download-plus/src/index.vue.d.ts +822 -8
- package/components/esri-input-geojson/src/append.vue.d.ts +2232 -5
- package/components/esri-input-geojson/src/ctx.d.ts +1 -1
- package/components/esri-input-geojson/src/default-view.vue.d.ts +3 -3
- package/components/esri-input-geojson/src/index.vue.d.ts +723 -23
- package/components/esri-input-geojson/src/viewer.vue.d.ts +141 -10
- package/components/form/src/ctx.d.ts +1 -1
- package/components/form/src/index.vue.d.ts +373 -39
- package/components/form-item/index.cjs +3 -4
- package/components/form-item/index.mjs +3 -4
- package/components/form-item/src/index.vue.d.ts +185 -5
- package/components/form-item-renderer/src/index.vue.d.ts +5 -5
- package/components/form-item-renderer-template/src/index.vue.d.ts +4 -4
- package/components/geoinput/src/index.vue.d.ts +40 -17
- package/components/geoinput-read/src/append.vue.d.ts +379 -2
- package/components/geoinput-read/src/core.vue.d.ts +176 -14
- package/components/geoinput-read/src/ctx.d.ts +1 -1
- package/components/geoinput-read/src/index.vue.d.ts +743 -15
- package/components/geoinput-update/src/append.vue.d.ts +2231 -5
- package/components/geoinput-update/src/ctx.d.ts +1 -1
- package/components/geoinput-update/src/index.vue.d.ts +814 -20
- package/components/input/index.cjs +2 -2
- package/components/input/index.mjs +2 -2
- package/components/input/src/index.vue.d.ts +479 -13
- package/components/input-link/src/index.vue.d.ts +25 -13
- package/components/input-number/src/ctx.d.ts +1 -1
- package/components/input-number/src/index.vue.d.ts +1579 -12
- package/components/monaco-editor/index.cjs +83 -0
- package/components/monaco-editor/index.css +3 -0
- package/components/monaco-editor/index.d.ts +4 -0
- package/components/monaco-editor/index.mjs +77 -0
- package/components/monaco-editor/src/ctx.d.ts +70 -0
- package/components/monaco-editor/src/index.vue.d.ts +209 -0
- package/components/monaco-editor/src/types.d.ts +7 -0
- package/components/radio/src/index.vue.d.ts +444 -10
- package/components/select/src/ctx.d.ts +3 -3
- package/components/select/src/index.vue.d.ts +12944 -31
- package/components/slider/index.cjs +3 -3
- package/components/slider/index.mjs +3 -3
- package/components/slider/src/index.vue.d.ts +25 -12
- package/components/switch/src/index.vue.d.ts +319 -8
- package/components/templates-default/index.cjs +41 -26
- package/components/templates-default/index.mjs +41 -26
- package/components/templates-default/src/index.vue.d.ts +162 -7
- package/components/templates-element-plus/src/index.vue.d.ts +193 -6
- package/components/templates-esri/src/index.vue.d.ts +30 -7
- package/components/templates-layout/src/index.vue.d.ts +148 -6
- package/components/templates-mapbox/src/index.vue.d.ts +30 -7
- package/components/templates-variant/src/index.vue.d.ts +30 -7
- package/components/upload/index.cjs +2 -2
- package/components/upload/index.mjs +2 -2
- package/components/upload/src/ctx.d.ts +1 -1
- package/components/upload/src/file.vue.d.ts +263 -6
- package/components/upload/src/index.vue.d.ts +2366 -9
- package/components/upload-plus/index.cjs +19 -20
- package/components/upload-plus/index.mjs +19 -20
- package/components/upload-plus/src/index.vue.d.ts +874 -12
- package/components/van-cascader/src/index.vue.d.ts +13048 -11
- package/components/var-datetime-picker/src/index.vue.d.ts +624 -10
- package/components/vditor/index.cjs +43 -408
- package/components/vditor/index.mjs +44 -409
- package/components/vditor/src/ctx.d.ts +52 -6
- package/components/vditor/src/index.vue.d.ts +274 -16
- package/components/vditor/src/types.d.ts +7 -9
- package/composables/useSourceManager.d.ts +1 -1
- package/index.css +4 -13
- package/package.json +9 -4
- package/shared/element-plus/ctx.d.ts +3 -3
- package/shared/element-plus/instances.d.ts +2 -2
- package/components/vditor/index.css +0 -12
- package/components/vditor/src/handle-fullscreen.vue.d.ts +0 -18
- package/components/vditor/src/handle-value.vue.d.ts +0 -18
- package/components/vditor/src/use.d.ts +0 -4
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import MapView from '@arcgis/core/views/MapView';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
view: {
|
|
5
5
|
type: PropType<__esri.MapView>;
|
|
6
6
|
default: any;
|
|
@@ -105,7 +105,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
105
105
|
token: string;
|
|
106
106
|
anno: boolean;
|
|
107
107
|
webTileLayerOptions: __esri.WebTileLayerProperties;
|
|
108
|
-
}, {}>;
|
|
108
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
109
109
|
readonly VaMapView: import("vue").DefineComponent<{
|
|
110
110
|
defaultOptions: {
|
|
111
111
|
type: import("vue").PropType<__esri.MapViewProperties>;
|
|
@@ -137,14 +137,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
137
137
|
}, {
|
|
138
138
|
defaultOptions: {};
|
|
139
139
|
cursor: string;
|
|
140
|
-
}, {}>;
|
|
141
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").
|
|
140
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
141
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
142
142
|
};
|
|
143
143
|
viewComponentAttrs: {
|
|
144
144
|
type: PropType<any>;
|
|
145
145
|
default: () => {};
|
|
146
146
|
};
|
|
147
|
-
}
|
|
147
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
148
148
|
view: {
|
|
149
149
|
type: PropType<__esri.MapView>;
|
|
150
150
|
default: any;
|
|
@@ -249,7 +249,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
249
249
|
token: string;
|
|
250
250
|
anno: boolean;
|
|
251
251
|
webTileLayerOptions: __esri.WebTileLayerProperties;
|
|
252
|
-
}, {}>;
|
|
252
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
253
253
|
readonly VaMapView: import("vue").DefineComponent<{
|
|
254
254
|
defaultOptions: {
|
|
255
255
|
type: import("vue").PropType<__esri.MapViewProperties>;
|
|
@@ -281,16 +281,147 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
281
281
|
}, {
|
|
282
282
|
defaultOptions: {};
|
|
283
283
|
cursor: string;
|
|
284
|
-
}, {}>;
|
|
285
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").
|
|
284
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
285
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
286
286
|
};
|
|
287
287
|
viewComponentAttrs: {
|
|
288
288
|
type: PropType<any>;
|
|
289
289
|
default: () => {};
|
|
290
290
|
};
|
|
291
|
-
}
|
|
291
|
+
}>> & Readonly<{}>, {
|
|
292
292
|
view: MapView;
|
|
293
293
|
viewComponent: any;
|
|
294
294
|
viewComponentAttrs: any;
|
|
295
|
-
}, {}
|
|
295
|
+
}, {}, {
|
|
296
|
+
VaTdtBasemap: import("vue").DefineComponent<{
|
|
297
|
+
spatialReference: {
|
|
298
|
+
type: import("vue").PropType<__esri.SpatialReferenceProperties>;
|
|
299
|
+
default: () => {
|
|
300
|
+
wkid: number;
|
|
301
|
+
};
|
|
302
|
+
};
|
|
303
|
+
type: {
|
|
304
|
+
type: import("vue").PropType<"img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w">;
|
|
305
|
+
default: string;
|
|
306
|
+
};
|
|
307
|
+
orphan: {
|
|
308
|
+
type: BooleanConstructor;
|
|
309
|
+
default: boolean;
|
|
310
|
+
};
|
|
311
|
+
anno: {
|
|
312
|
+
type: BooleanConstructor;
|
|
313
|
+
default: boolean;
|
|
314
|
+
};
|
|
315
|
+
thumbnailUrl: {
|
|
316
|
+
type: StringConstructor;
|
|
317
|
+
default: string;
|
|
318
|
+
};
|
|
319
|
+
minScale: {
|
|
320
|
+
type: NumberConstructor;
|
|
321
|
+
default: number;
|
|
322
|
+
};
|
|
323
|
+
maxScale: {
|
|
324
|
+
type: NumberConstructor;
|
|
325
|
+
default: number;
|
|
326
|
+
};
|
|
327
|
+
token: {
|
|
328
|
+
type: StringConstructor;
|
|
329
|
+
default: any;
|
|
330
|
+
};
|
|
331
|
+
webTileLayerOptions: {
|
|
332
|
+
type: import("vue").PropType<__esri.WebTileLayerProperties>;
|
|
333
|
+
default: () => __esri.WebTileLayerProperties;
|
|
334
|
+
};
|
|
335
|
+
}, {
|
|
336
|
+
thumbnailUrl: import("vue").ComputedRef<string>;
|
|
337
|
+
annoType: import("vue").ComputedRef<"cia_c" | "cva_c" | "cta_c" | "cia_w" | "cva_w" | "cta_w">;
|
|
338
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
339
|
+
load: (e: import("@vuesri/core/components/basemap/src/types").LoadEvent) => import("@vuesri/core/components/basemap/src/types").LoadEvent;
|
|
340
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
341
|
+
spatialReference: {
|
|
342
|
+
type: import("vue").PropType<__esri.SpatialReferenceProperties>;
|
|
343
|
+
default: () => {
|
|
344
|
+
wkid: number;
|
|
345
|
+
};
|
|
346
|
+
};
|
|
347
|
+
type: {
|
|
348
|
+
type: import("vue").PropType<"img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w">;
|
|
349
|
+
default: string;
|
|
350
|
+
};
|
|
351
|
+
orphan: {
|
|
352
|
+
type: BooleanConstructor;
|
|
353
|
+
default: boolean;
|
|
354
|
+
};
|
|
355
|
+
anno: {
|
|
356
|
+
type: BooleanConstructor;
|
|
357
|
+
default: boolean;
|
|
358
|
+
};
|
|
359
|
+
thumbnailUrl: {
|
|
360
|
+
type: StringConstructor;
|
|
361
|
+
default: string;
|
|
362
|
+
};
|
|
363
|
+
minScale: {
|
|
364
|
+
type: NumberConstructor;
|
|
365
|
+
default: number;
|
|
366
|
+
};
|
|
367
|
+
maxScale: {
|
|
368
|
+
type: NumberConstructor;
|
|
369
|
+
default: number;
|
|
370
|
+
};
|
|
371
|
+
token: {
|
|
372
|
+
type: StringConstructor;
|
|
373
|
+
default: any;
|
|
374
|
+
};
|
|
375
|
+
webTileLayerOptions: {
|
|
376
|
+
type: import("vue").PropType<__esri.WebTileLayerProperties>;
|
|
377
|
+
default: () => __esri.WebTileLayerProperties;
|
|
378
|
+
};
|
|
379
|
+
}>> & {
|
|
380
|
+
onLoad?: (e: import("@vuesri/core/components/basemap/src/types").LoadEvent) => any;
|
|
381
|
+
}, {
|
|
382
|
+
orphan: boolean;
|
|
383
|
+
type: "img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w";
|
|
384
|
+
spatialReference: {
|
|
385
|
+
wkid: number;
|
|
386
|
+
};
|
|
387
|
+
thumbnailUrl: string;
|
|
388
|
+
maxScale: number;
|
|
389
|
+
minScale: number;
|
|
390
|
+
token: string;
|
|
391
|
+
anno: boolean;
|
|
392
|
+
webTileLayerOptions: __esri.WebTileLayerProperties;
|
|
393
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
394
|
+
VaMapView: import("vue").DefineComponent<{
|
|
395
|
+
defaultOptions: {
|
|
396
|
+
type: import("vue").PropType<__esri.MapViewProperties>;
|
|
397
|
+
default: () => {};
|
|
398
|
+
};
|
|
399
|
+
cursor: {
|
|
400
|
+
type: StringConstructor;
|
|
401
|
+
default: string;
|
|
402
|
+
};
|
|
403
|
+
}, {
|
|
404
|
+
viewNode: import("vue").Ref<HTMLDivElement>;
|
|
405
|
+
eventCursor: import("vue").Ref<string>;
|
|
406
|
+
cursorStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
407
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
408
|
+
load: (e: import("@vuesri/core/components/map-view/src/types").LoadEvent) => import("@vuesri/core/components/map-view/src/types").LoadEvent;
|
|
409
|
+
'update:cursor': (e: string) => string | true;
|
|
410
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
411
|
+
defaultOptions: {
|
|
412
|
+
type: import("vue").PropType<__esri.MapViewProperties>;
|
|
413
|
+
default: () => {};
|
|
414
|
+
};
|
|
415
|
+
cursor: {
|
|
416
|
+
type: StringConstructor;
|
|
417
|
+
default: string;
|
|
418
|
+
};
|
|
419
|
+
}>> & {
|
|
420
|
+
onLoad?: (e: import("@vuesri/core/components/map-view/src/types").LoadEvent) => any;
|
|
421
|
+
"onUpdate:cursor"?: (e: string) => any;
|
|
422
|
+
}, {
|
|
423
|
+
defaultOptions: {};
|
|
424
|
+
cursor: string;
|
|
425
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
426
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
296
427
|
export default _default;
|
|
@@ -75,7 +75,7 @@ export declare const props: {
|
|
|
75
75
|
};
|
|
76
76
|
disabled: BooleanConstructor;
|
|
77
77
|
};
|
|
78
|
-
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"disabled", keyof T2> | Extract<"
|
|
78
|
+
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"disabled", keyof T2> | Extract<"data", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"rules", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"model", keyof T2> | Extract<"requireAsteriskPosition", keyof T2> | Extract<"labelSuffix", keyof T2> | Extract<"statusIcon", keyof T2> | Extract<"validateOnRuleChange", keyof T2> | Extract<"hideRequiredAsterisk", keyof T2> | Extract<"scrollToError", keyof T2> | Extract<"scrollIntoViewOptions", keyof T2> | Extract<"formItems", keyof T2> | Extract<"layout", keyof T2> | Extract<"rowSource", keyof T2> | Extract<"colSource", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"size" | "disabled" | "data" | "elRef" | "inline" | "readonly" | "labelPosition" | "labelWidth" | "rules" | "inlineMessage" | "showMessage" | "model" | "requireAsteriskPosition" | "labelSuffix" | "statusIcon" | "validateOnRuleChange" | "hideRequiredAsterisk" | "scrollToError" | "scrollIntoViewOptions" | "formItems" | "layout" | "rowSource" | "colSource", keyof T2>, KE> : Extract<"size" | "disabled" | "data" | "elRef" | "inline" | "readonly" | "labelPosition" | "labelWidth" | "rules" | "inlineMessage" | "showMessage" | "model" | "requireAsteriskPosition" | "labelSuffix" | "statusIcon" | "validateOnRuleChange" | "hideRequiredAsterisk" | "scrollToError" | "scrollIntoViewOptions" | "formItems" | "layout" | "rowSource" | "colSource", keyof T2>]: { [k in Extract<"size" | "disabled" | "data" | "elRef" | "inline" | "readonly" | "labelPosition" | "labelWidth" | "rules" | "inlineMessage" | "showMessage" | "model" | "requireAsteriskPosition" | "labelSuffix" | "statusIcon" | "validateOnRuleChange" | "hideRequiredAsterisk" | "scrollToError" | "scrollIntoViewOptions" | "formItems" | "layout" | "rowSource" | "colSource", keyof T2>]: T2[k]; }[P]; }>;
|
|
79
79
|
export declare const emits: {
|
|
80
80
|
setData: (e: SetDataEvent) => SetDataEvent;
|
|
81
81
|
validate: any;
|