@vunk/form 2.9.3 → 2.10.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/editable-text/index.cjs +280 -0
- package/components/editable-text/index.css +6 -0
- package/components/editable-text/index.mjs +274 -0
- package/components/esri-input-geojson/index.mjs +1 -1
- package/components/form-item/index.cjs +3 -2
- package/components/form-item/index.mjs +4 -3
- package/components/index2.cjs +38 -0
- package/components/index2.mjs +37 -1
- package/components/input-collection/index.mjs +1 -1
- package/components/upload/index.mjs +1 -1
- package/components/upload-plus/index.mjs +1 -1
- package/index.css +7 -0
- package/package.json +9 -1
- package/shared/element-plus/ctx.d.ts +6 -6
- package/shared/element-plus/instances.d.ts +140 -28
- package/components/api-tables-select/index.d.ts +0 -4
- package/components/api-tables-select/src/ctx.d.ts +0 -337
- package/components/api-tables-select/src/index.vue.d.ts +0 -846
- package/components/api-tables-select/src/types.d.ts +0 -19
- package/components/button/index.d.ts +0 -4
- package/components/button/src/ctx.d.ts +0 -106
- package/components/button/src/index.vue.d.ts +0 -486
- package/components/button/src/types.d.ts +0 -13
- package/components/card-input-collection/index.d.ts +0 -4
- package/components/card-input-collection/src/ctx.d.ts +0 -84
- package/components/card-input-collection/src/index.vue.d.ts +0 -551
- package/components/card-input-collection/src/types.d.ts +0 -10
- package/components/cascader/index.d.ts +0 -6
- package/components/cascader/src/ctx.d.ts +0 -151
- package/components/cascader/src/index.vue.d.ts +0 -375
- package/components/cascader/src/types.d.ts +0 -19
- package/components/cascader/src/use.d.ts +0 -5
- package/components/checkbox/index.d.ts +0 -5
- package/components/checkbox/src/ctx.d.ts +0 -99
- package/components/checkbox/src/index.vue.d.ts +0 -1138
- package/components/checkbox/src/types.d.ts +0 -8
- package/components/color-picker/index.d.ts +0 -4
- package/components/color-picker/src/ctx.d.ts +0 -90
- package/components/color-picker/src/index.vue.d.ts +0 -215
- package/components/color-picker/src/types.d.ts +0 -7
- package/components/date-picker/index.d.ts +0 -5
- package/components/date-picker/src/ctx.d.ts +0 -176
- package/components/date-picker/src/index.vue.d.ts +0 -650
- package/components/date-picker/src/types.d.ts +0 -20
- package/components/date-picker-range/index.d.ts +0 -4
- package/components/date-picker-range/src/ctx.d.ts +0 -195
- package/components/date-picker-range/src/index.vue.d.ts +0 -452
- package/components/date-picker-range/src/types.d.ts +0 -12
- package/components/download-plus/index.d.ts +0 -4
- package/components/download-plus/src/api.d.ts +0 -13
- package/components/download-plus/src/const.d.ts +0 -9
- package/components/download-plus/src/ctx.d.ts +0 -94
- package/components/download-plus/src/index.vue.d.ts +0 -979
- package/components/download-plus/src/types.d.ts +0 -17
- package/components/esri-input-geojson/index.d.ts +0 -6
- package/components/esri-input-geojson/src/append.vue.d.ts +0 -828
- package/components/esri-input-geojson/src/const.d.ts +0 -12
- package/components/esri-input-geojson/src/ctx.d.ts +0 -239
- package/components/esri-input-geojson/src/default-view.vue.d.ts +0 -133
- package/components/esri-input-geojson/src/index.vue.d.ts +0 -1289
- package/components/esri-input-geojson/src/types.d.ts +0 -22
- package/components/esri-input-geojson/src/viewer.vue.d.ts +0 -427
- package/components/fieldset/index.d.ts +0 -4
- package/components/fieldset/src/ctx.d.ts +0 -12
- package/components/fieldset/src/index.vue.d.ts +0 -23
- package/components/fieldset/src/types.d.ts +0 -1
- package/components/fieldset/src/use.d.ts +0 -5
- package/components/form/index.d.ts +0 -5
- package/components/form/src/ctx.d.ts +0 -84
- package/components/form/src/index.vue.d.ts +0 -737
- package/components/form/src/types.d.ts +0 -25
- package/components/form/src/utils.d.ts +0 -15
- package/components/form-item/index.d.ts +0 -5
- package/components/form-item/src/ctx.d.ts +0 -72
- package/components/form-item/src/index.vue.d.ts +0 -618
- package/components/form-item/src/types.d.ts +0 -7
- package/components/form-item-renderer/index.d.ts +0 -4
- package/components/form-item-renderer/src/core.vue.d.ts +0 -38
- package/components/form-item-renderer/src/ctx.d.ts +0 -16
- package/components/form-item-renderer/src/index.vue.d.ts +0 -93
- package/components/form-item-renderer/src/types.d.ts +0 -5
- package/components/form-item-renderer/src/utils.d.ts +0 -5
- package/components/form-item-renderer-template/index.d.ts +0 -4
- package/components/form-item-renderer-template/src/ctx.d.ts +0 -7
- package/components/form-item-renderer-template/src/index.vue.d.ts +0 -16
- package/components/form-item-renderer-template/src/types.d.ts +0 -55
- package/components/information/index.d.ts +0 -4
- package/components/information/src/ctx.d.ts +0 -13
- package/components/information/src/index.vue.d.ts +0 -23
- package/components/information/src/types.d.ts +0 -3
- package/components/information-collection/index.d.ts +0 -4
- package/components/information-collection/src/ctx.d.ts +0 -112
- package/components/information-collection/src/index.vue.d.ts +0 -232
- package/components/information-collection/src/types.d.ts +0 -6
- package/components/information-tag/index.d.ts +0 -4
- package/components/information-tag/src/ctx.d.ts +0 -50
- package/components/information-tag/src/index.vue.d.ts +0 -106
- package/components/information-tag/src/types.d.ts +0 -1
- package/components/information-templates-default/index.d.ts +0 -4
- package/components/information-templates-default/src/ctx.d.ts +0 -2
- package/components/information-templates-default/src/index.vue.d.ts +0 -2
- package/components/information-templates-default/src/types.d.ts +0 -1
- package/components/input/index.d.ts +0 -5
- package/components/input/src/ctx.d.ts +0 -164
- package/components/input/src/index.vue.d.ts +0 -816
- package/components/input/src/types.d.ts +0 -13
- package/components/input-collection/index.d.ts +0 -4
- package/components/input-collection/src/ctx.d.ts +0 -102
- package/components/input-collection/src/index.vue.d.ts +0 -1176
- package/components/input-collection/src/types.d.ts +0 -29
- package/components/input-link/index.d.ts +0 -4
- package/components/input-link/src/ctx.d.ts +0 -195
- package/components/input-link/src/index.vue.d.ts +0 -421
- package/components/input-link/src/types.d.ts +0 -7
- package/components/input-number/index.d.ts +0 -4
- package/components/input-number/src/ctx.d.ts +0 -106
- package/components/input-number/src/index.vue.d.ts +0 -441
- package/components/input-number/src/types.d.ts +0 -12
- package/components/input-tag/index.d.ts +0 -5
- package/components/input-tag/src/ctx.d.ts +0 -123
- package/components/input-tag/src/index.vue.d.ts +0 -551
- package/components/input-tag/src/types.d.ts +0 -22
- package/components/monaco-editor/index.d.ts +0 -4
- package/components/monaco-editor/src/ctx.d.ts +0 -80
- package/components/monaco-editor/src/index.vue.d.ts +0 -233
- package/components/monaco-editor/src/types.d.ts +0 -7
- package/components/radio/index.d.ts +0 -4
- package/components/radio/src/ctx.d.ts +0 -92
- package/components/radio/src/index.vue.d.ts +0 -667
- package/components/radio/src/types.d.ts +0 -8
- package/components/renderer-data/index.d.ts +0 -4
- package/components/renderer-data/src/ctx.d.ts +0 -12
- package/components/renderer-data/src/index.vue.d.ts +0 -20
- package/components/renderer-data/src/types.d.ts +0 -1
- package/components/select/index.d.ts +0 -5
- package/components/select/src/ctx.d.ts +0 -175
- package/components/select/src/index.vue.d.ts +0 -602
- package/components/select/src/types.d.ts +0 -11
- package/components/slider/index.d.ts +0 -4
- package/components/slider/src/ctx.d.ts +0 -137
- package/components/slider/src/index.vue.d.ts +0 -363
- package/components/slider/src/types.d.ts +0 -7
- package/components/switch/index.d.ts +0 -4
- package/components/switch/src/ctx.d.ts +0 -124
- package/components/switch/src/index.vue.d.ts +0 -559
- package/components/switch/src/types.d.ts +0 -8
- package/components/tables-select/index.d.ts +0 -5
- package/components/tables-select/src/ctx.d.ts +0 -355
- package/components/tables-select/src/index.vue.d.ts +0 -4984
- package/components/tables-select/src/types.d.ts +0 -9
- package/components/template-instances-provider/index.d.ts +0 -3
- package/components/template-instances-provider/src/index.vue.d.ts +0 -6
- package/components/templates-default/index.d.ts +0 -4
- package/components/templates-default/src/ctx.d.ts +0 -19
- package/components/templates-default/src/index.vue.d.ts +0 -187
- package/components/templates-default/src/types.d.ts +0 -55
- package/components/templates-element-plus/index.d.ts +0 -4
- package/components/templates-element-plus/src/ctx.d.ts +0 -9
- package/components/templates-element-plus/src/index.vue.d.ts +0 -154
- package/components/templates-element-plus/src/types.d.ts +0 -13
- package/components/templates-esri/index.d.ts +0 -4
- package/components/templates-esri/src/ctx.d.ts +0 -11
- package/components/templates-esri/src/index.vue.d.ts +0 -43
- package/components/templates-esri/src/types.d.ts +0 -2
- package/components/templates-layout/index.d.ts +0 -4
- package/components/templates-layout/src/ctx.d.ts +0 -9
- package/components/templates-layout/src/index.vue.d.ts +0 -173
- package/components/templates-layout/src/types.d.ts +0 -32
- package/components/templates-variant/index.d.ts +0 -4
- package/components/templates-variant/src/ctx.d.ts +0 -11
- package/components/templates-variant/src/index.vue.d.ts +0 -43
- package/components/templates-variant/src/types.d.ts +0 -2
- package/components/upload/index.d.ts +0 -5
- package/components/upload/src/ctx.d.ts +0 -200
- package/components/upload/src/file.vue.d.ts +0 -306
- package/components/upload/src/index.vue.d.ts +0 -1321
- package/components/upload/src/types.d.ts +0 -13
- package/components/upload-plus/index.d.ts +0 -6
- package/components/upload-plus/src/api.d.ts +0 -38
- package/components/upload-plus/src/const.d.ts +0 -9
- package/components/upload-plus/src/ctx.d.ts +0 -113
- package/components/upload-plus/src/index.vue.d.ts +0 -1029
- package/components/upload-plus/src/types.d.ts +0 -32
- package/components/van-cascader/index.d.ts +0 -4
- package/components/van-cascader/src/ctx.d.ts +0 -147
- package/components/van-cascader/src/index.vue.d.ts +0 -908
- package/components/van-cascader/src/types.d.ts +0 -1
- package/components/var-datetime-picker/index.d.ts +0 -4
- package/components/var-datetime-picker/src/const.d.ts +0 -10
- package/components/var-datetime-picker/src/ctx.d.ts +0 -77
- package/components/var-datetime-picker/src/index.vue.d.ts +0 -740
- package/components/var-datetime-picker/src/types.d.ts +0 -22
- package/components/vditor/index.d.ts +0 -4
- package/components/vditor/src/ctx.d.ts +0 -87
- package/components/vditor/src/index.vue.d.ts +0 -348
- package/components/vditor/src/types.d.ts +0 -7
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,10 +0,0 @@
|
|
|
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>;
|
|
@@ -1,77 +0,0 @@
|
|
|
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: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
20
|
-
formItemSize: {
|
|
21
|
-
type: PropType<"default" | "small" | "large">;
|
|
22
|
-
default: "default" | "small" | "large";
|
|
23
|
-
};
|
|
24
|
-
formItemSlots: {
|
|
25
|
-
type: PropType<import("@vunk/form/components/form-item/src/types").FormItemSlots>;
|
|
26
|
-
default: any;
|
|
27
|
-
};
|
|
28
|
-
elRef: {
|
|
29
|
-
type: PropType<any>;
|
|
30
|
-
required: boolean;
|
|
31
|
-
};
|
|
32
|
-
inline: {
|
|
33
|
-
type: BooleanConstructor;
|
|
34
|
-
default: boolean;
|
|
35
|
-
};
|
|
36
|
-
formItemTip: {
|
|
37
|
-
type: StringConstructor;
|
|
38
|
-
default: any;
|
|
39
|
-
};
|
|
40
|
-
formItemTipClass: any;
|
|
41
|
-
labelTip: {
|
|
42
|
-
type: StringConstructor;
|
|
43
|
-
default: any;
|
|
44
|
-
};
|
|
45
|
-
information: {
|
|
46
|
-
type: BooleanConstructor;
|
|
47
|
-
default: boolean;
|
|
48
|
-
};
|
|
49
|
-
label: StringConstructor;
|
|
50
|
-
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
51
|
-
labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
52
|
-
prop: {
|
|
53
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
54
|
-
readonly required: false;
|
|
55
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
56
|
-
__epPropKey: true;
|
|
57
|
-
};
|
|
58
|
-
rules: {
|
|
59
|
-
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>>;
|
|
60
|
-
readonly required: false;
|
|
61
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
62
|
-
__epPropKey: true;
|
|
63
|
-
};
|
|
64
|
-
error: StringConstructor;
|
|
65
|
-
validateStatus: {
|
|
66
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
67
|
-
readonly required: false;
|
|
68
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
69
|
-
__epPropKey: true;
|
|
70
|
-
};
|
|
71
|
-
for: StringConstructor;
|
|
72
|
-
inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
73
|
-
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
74
|
-
};
|
|
75
|
-
export declare const emits: {
|
|
76
|
-
'update:modelValue': any;
|
|
77
|
-
};
|