@vunk/form 2.11.0 → 2.12.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.
- package/components/button/src/ctx.d.ts +1 -1
- package/components/button/src/index.vue.d.ts +15 -15
- package/components/card-input-collection/src/index.vue.d.ts +12 -12
- package/components/cascader/src/ctx.d.ts +4 -11
- package/components/cascader/src/index.vue.d.ts +10 -24
- package/components/checkbox/src/index.vue.d.ts +27 -27
- package/components/cloneDeep.cjs +269 -37
- package/components/cloneDeep.mjs +269 -37
- package/components/color-picker/src/ctx.d.ts +17 -1
- package/components/color-picker/src/index.vue.d.ts +36 -2
- package/components/date-picker/src/ctx.d.ts +2 -1
- package/components/date-picker/src/index.vue.d.ts +10 -0
- package/components/date-picker-range/src/ctx.d.ts +1 -0
- package/components/date-picker-range/src/index.vue.d.ts +3 -0
- package/components/dialog-input-collection/index.cjs +560 -0
- package/components/dialog-input-collection/index.css +21 -0
- package/components/dialog-input-collection/index.d.ts +4 -0
- package/components/dialog-input-collection/index.mjs +554 -0
- package/components/dialog-input-collection/src/ctx.d.ts +142 -0
- package/components/dialog-input-collection/src/dialog-form.vue.d.ts +647 -0
- package/components/dialog-input-collection/src/index.vue.d.ts +1972 -0
- package/components/dialog-input-collection/src/layout.vue.d.ts +85 -0
- package/components/dialog-input-collection/src/types.d.ts +28 -0
- package/components/download-plus/index.cjs +2 -2
- package/components/download-plus/index.mjs +2 -2
- package/components/download-plus/src/index.vue.d.ts +48 -18
- package/components/editable-text/index.cjs +1 -1
- package/components/editable-text/index.mjs +1 -1
- package/components/editable-text/src/index.vue.d.ts +6 -6
- package/components/esri-input-geojson/index.cjs +1 -1
- package/components/esri-input-geojson/index.mjs +1 -1
- package/components/esri-input-geojson/src/append.vue.d.ts +21 -21
- package/components/esri-input-geojson/src/ctx.d.ts +10 -1
- package/components/esri-input-geojson/src/index.vue.d.ts +21 -0
- package/components/form/src/index.vue.d.ts +8 -2853
- package/components/form-item/index.cjs +1 -1
- package/components/form-item/index.mjs +1 -1
- package/components/form-item/src/index.vue.d.ts +15 -15
- package/components/index.cjs +397 -11
- package/components/index.mjs +378 -11
- package/components/index2.cjs +11 -397
- package/components/index2.mjs +11 -378
- package/components/information/index.cjs +3 -4
- package/components/information/index.mjs +3 -4
- package/components/information-collection/index.cjs +2 -2
- package/components/information-collection/index.mjs +2 -2
- package/components/information-collection/src/ctx.d.ts +2 -2
- package/components/information-collection/src/index.vue.d.ts +4 -4
- package/components/information-renderer/index.cjs +16 -0
- package/components/information-renderer/index.d.ts +73 -0
- package/components/information-renderer/index.mjs +10 -0
- package/components/information-tag/src/ctx.d.ts +1 -1
- package/components/information-tag/src/index.vue.d.ts +3 -3
- package/components/information-templates-default/index.cjs +25 -7
- package/components/information-templates-default/index.mjs +25 -7
- package/components/input/src/ctx.d.ts +10 -1
- package/components/input/src/index.vue.d.ts +51 -0
- package/components/input-collection/index.cjs +12 -1
- package/components/input-collection/index.mjs +12 -1
- package/components/input-collection/src/index.vue.d.ts +12 -12
- package/components/input-collection/src/types.d.ts +2 -2
- package/components/input-link/index.cjs +1 -1
- package/components/input-link/index.mjs +1 -1
- package/components/input-link/src/ctx.d.ts +9 -0
- package/components/input-link/src/index.vue.d.ts +19 -0
- package/components/input-number/src/ctx.d.ts +9 -1
- package/components/input-number/src/index.vue.d.ts +45 -0
- package/components/input-tag/src/ctx.d.ts +3 -10
- package/components/input-tag/src/index.vue.d.ts +25 -60
- package/components/select/src/ctx.d.ts +1 -1
- package/components/select/src/index.vue.d.ts +4 -4
- package/components/templates-element-plus/src/index.vue.d.ts +6 -6
- package/components/upload/index.cjs +1 -1
- package/components/upload/index.mjs +1 -1
- package/components/upload/src/index.vue.d.ts +9 -9
- package/components/upload-plus/index.cjs +2 -2
- package/components/upload-plus/index.mjs +2 -2
- package/components/upload-plus/src/index.vue.d.ts +49 -19
- package/components/van-cascader/src/ctx.d.ts +4 -11
- package/components/van-cascader/src/index.vue.d.ts +27 -41
- package/components/var-datetime-picker/src/index.vue.d.ts +15 -3
- package/components/vditor/src/index.vue.d.ts +1 -1
- package/index.css +22 -0
- package/package.json +14 -1
- package/shared/element-plus/ctx.d.ts +4 -4
- package/shared/element-plus/instances.d.ts +2 -1
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
data: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => {};
|
|
5
|
+
};
|
|
6
|
+
}>, {
|
|
7
|
+
readonly VkfRendererData: {
|
|
8
|
+
new (...args: any[]): any;
|
|
9
|
+
__isFragment?: never;
|
|
10
|
+
__isTeleport?: never;
|
|
11
|
+
__isSuspense?: never;
|
|
12
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<Record<string | symbol, any>>>, Record<string | symbol, any>, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
13
|
+
[x: string]: any;
|
|
14
|
+
[x: symbol]: any;
|
|
15
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
16
|
+
install(app: import("vue").App): void;
|
|
17
|
+
};
|
|
18
|
+
readonly VkfTemplateInstancesProvider: {
|
|
19
|
+
new (...args: any[]): any;
|
|
20
|
+
__isFragment?: never;
|
|
21
|
+
__isTeleport?: never;
|
|
22
|
+
__isSuspense?: never;
|
|
23
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<Record<string | symbol, any>>>, Record<string | symbol, any>, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
24
|
+
[x: string]: any;
|
|
25
|
+
[x: symbol]: any;
|
|
26
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
27
|
+
install(app: import("vue").App): void;
|
|
28
|
+
};
|
|
29
|
+
readonly VkfInformationTemplates: import("vue").DefineComponent<{}, (() => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
30
|
+
[key: string]: any;
|
|
31
|
+
}>[]) | (() => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
32
|
+
[key: string]: any;
|
|
33
|
+
}>[][]), {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
34
|
+
readonly VkfInformationData: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
35
|
+
data: {
|
|
36
|
+
type: import("vue").PropType<import("packages/entry").NormalObject>;
|
|
37
|
+
default: () => {};
|
|
38
|
+
};
|
|
39
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
40
|
+
[key: string]: any;
|
|
41
|
+
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
42
|
+
setData: (e: import("packages/entry").SetDataEvent) => import("packages/entry").SetDataEvent;
|
|
43
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
44
|
+
data: {
|
|
45
|
+
type: import("vue").PropType<import("packages/entry").NormalObject>;
|
|
46
|
+
default: () => {};
|
|
47
|
+
};
|
|
48
|
+
}>> & Readonly<{
|
|
49
|
+
onSetData?: (e: import("packages/entry").SetDataEvent) => any;
|
|
50
|
+
}>, {
|
|
51
|
+
data: import("packages/entry").NormalObject;
|
|
52
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
53
|
+
readonly VkfInformationTemplatesDefault: {
|
|
54
|
+
new (...args: any[]): any;
|
|
55
|
+
__isFragment?: never;
|
|
56
|
+
__isTeleport?: never;
|
|
57
|
+
__isSuspense?: never;
|
|
58
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<Record<string | symbol, any>>>, Record<string | symbol, any>, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
59
|
+
[x: string]: any;
|
|
60
|
+
[x: symbol]: any;
|
|
61
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
62
|
+
install(app: import("vue").App): void;
|
|
63
|
+
};
|
|
64
|
+
readonly VkfTemplatesDefault: {
|
|
65
|
+
new (...args: any[]): any;
|
|
66
|
+
__isFragment?: never;
|
|
67
|
+
__isTeleport?: never;
|
|
68
|
+
__isSuspense?: never;
|
|
69
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<Record<string | symbol, any>>>, Record<string | symbol, any>, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
70
|
+
[x: string]: any;
|
|
71
|
+
[x: symbol]: any;
|
|
72
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
73
|
+
install(app: import("vue").App): void;
|
|
74
|
+
};
|
|
75
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "setData"[], "setData", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
76
|
+
data: {
|
|
77
|
+
type: ObjectConstructor;
|
|
78
|
+
default: () => {};
|
|
79
|
+
};
|
|
80
|
+
}>> & Readonly<{
|
|
81
|
+
onSetData?: (...args: any[]) => any;
|
|
82
|
+
}>, {
|
|
83
|
+
data: Record<string, any>;
|
|
84
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
85
|
+
export default _default;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { __VkfTemplatesDefault } from '@vunk/form/components/templates-default';
|
|
2
|
+
import type { BasicSource } from '@vunk/form/shared';
|
|
3
|
+
import type { __VkTableColumns } from '@vunk/plus/components/table-columns';
|
|
4
|
+
import type { AnyFunc, Keyof, NormalObject, VueComponentPropsType } from '@vunk/shared';
|
|
5
|
+
import type { TableColumnCtx } from 'element-plus';
|
|
6
|
+
import type Core from './index.vue';
|
|
7
|
+
import type { __VkfInformationCollection } from '@vunk/form/components/information-collection';
|
|
8
|
+
export type Modules = 'operations:add';
|
|
9
|
+
export interface Source<P extends string = string> extends VueComponentPropsType<typeof Core>, BasicSource {
|
|
10
|
+
prop?: P | P[];
|
|
11
|
+
templateType: 'VkfDialogInputCollection';
|
|
12
|
+
informationProps?: Partial<__VkfInformationCollection.ComponentProps>;
|
|
13
|
+
}
|
|
14
|
+
export type Column<R extends NormalObject = NormalObject, SourceType extends NormalObject = __VkfTemplatesDefault.CoreSource<Keyof<R>>> = Omit<__VkTableColumns.Source<R>, 'slots'> & {
|
|
15
|
+
templateType: SourceType['templateType'];
|
|
16
|
+
templateProps?: Partial<SourceType> | AnyFunc;
|
|
17
|
+
/**
|
|
18
|
+
* @description 表格中的 Information Item
|
|
19
|
+
*/
|
|
20
|
+
createTemplateProps?: (columnSlotEvent: {
|
|
21
|
+
row: R;
|
|
22
|
+
column: TableColumnCtx<R>;
|
|
23
|
+
$index: number;
|
|
24
|
+
}, formItemProps: {
|
|
25
|
+
prop: Array<string | number>;
|
|
26
|
+
readonly: boolean;
|
|
27
|
+
}) => Partial<SourceType>;
|
|
28
|
+
};
|
|
@@ -8,9 +8,9 @@ var basic = require('@skzz/platform/api/basic');
|
|
|
8
8
|
var platform = require('@skzz/platform/shared/fetch/platform');
|
|
9
9
|
var elementPlus = require('element-plus');
|
|
10
10
|
var utilsFetch = require('@vunk/core/shared/utils-fetch');
|
|
11
|
-
var index = require('../
|
|
11
|
+
var index = require('../index2.cjs');
|
|
12
12
|
var composables = require('@vunk/core/composables');
|
|
13
|
-
var index$1 = require('../
|
|
13
|
+
var index$1 = require('../index.cjs');
|
|
14
14
|
var utilsClass = require('@vunk/core/shared/utils-class');
|
|
15
15
|
var _pluginVue_exportHelper = require('../_plugin-vue_export-helper.cjs');
|
|
16
16
|
|
|
@@ -4,9 +4,9 @@ import { rFile } from '@skzz/platform/api/basic';
|
|
|
4
4
|
import { restFetch as restFetch$1 } from '@skzz/platform/shared/fetch/platform';
|
|
5
5
|
import { ElButtonGroup, ElButton, ElInput, ElMessage } from 'element-plus';
|
|
6
6
|
import { RestFetch } from '@vunk/core/shared/utils-fetch';
|
|
7
|
-
import { g as getToken } from '../
|
|
7
|
+
import { g as getToken } from '../index2.mjs';
|
|
8
8
|
import { useModelComputed } from '@vunk/core/composables';
|
|
9
|
-
import { c as circle_close_filled_default,
|
|
9
|
+
import { c as circle_close_filled_default, a as download_default } from '../index.mjs';
|
|
10
10
|
import { ToggleHandler } from '@vunk/core/shared/utils-class';
|
|
11
11
|
import { _ as _export_sfc } from '../_plugin-vue_export-helper.mjs';
|
|
12
12
|
|
|
@@ -355,7 +355,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
355
355
|
__epPropKey: true;
|
|
356
356
|
};
|
|
357
357
|
readonly type: {
|
|
358
|
-
readonly type: import("vue").PropType<"" | "default" | "text" | "
|
|
358
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
359
359
|
readonly required: false;
|
|
360
360
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
361
361
|
__epPropKey: true;
|
|
@@ -363,7 +363,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
363
363
|
readonly default: "";
|
|
364
364
|
};
|
|
365
365
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
366
|
-
readonly type: "" | "default" | "text" | "
|
|
366
|
+
readonly type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
367
367
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
368
368
|
P: {};
|
|
369
369
|
B: {};
|
|
@@ -379,7 +379,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
379
379
|
__epPropKey: true;
|
|
380
380
|
};
|
|
381
381
|
readonly type: {
|
|
382
|
-
readonly type: import("vue").PropType<"" | "default" | "text" | "
|
|
382
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
383
383
|
readonly required: false;
|
|
384
384
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
385
385
|
__epPropKey: true;
|
|
@@ -387,7 +387,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
387
387
|
readonly default: "";
|
|
388
388
|
};
|
|
389
389
|
}>>, {}, {}, {}, {}, {
|
|
390
|
-
readonly type: "" | "default" | "text" | "
|
|
390
|
+
readonly type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
391
391
|
}>;
|
|
392
392
|
__isFragment?: never;
|
|
393
393
|
__isTeleport?: never;
|
|
@@ -400,7 +400,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
400
400
|
__epPropKey: true;
|
|
401
401
|
};
|
|
402
402
|
readonly type: {
|
|
403
|
-
readonly type: import("vue").PropType<"" | "default" | "text" | "
|
|
403
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
404
404
|
readonly required: false;
|
|
405
405
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
406
406
|
__epPropKey: true;
|
|
@@ -408,7 +408,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
408
408
|
readonly default: "";
|
|
409
409
|
};
|
|
410
410
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
411
|
-
readonly type: "" | "default" | "text" | "
|
|
411
|
+
readonly type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
412
412
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
413
413
|
$slots: {
|
|
414
414
|
default?(_: {}): any;
|
|
@@ -424,7 +424,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
424
424
|
};
|
|
425
425
|
readonly disabled: BooleanConstructor;
|
|
426
426
|
readonly type: {
|
|
427
|
-
readonly type: import("vue").PropType<"" | "default" | "text" | "
|
|
427
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
428
428
|
readonly required: false;
|
|
429
429
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
430
430
|
__epPropKey: true;
|
|
@@ -510,7 +510,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
510
510
|
readonly disabled: boolean;
|
|
511
511
|
readonly round: boolean;
|
|
512
512
|
readonly dark: boolean;
|
|
513
|
-
readonly type: "" | "default" | "text" | "
|
|
513
|
+
readonly type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
514
514
|
readonly bg: boolean;
|
|
515
515
|
readonly loading: boolean;
|
|
516
516
|
readonly autofocus: boolean;
|
|
@@ -535,7 +535,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
535
535
|
};
|
|
536
536
|
readonly disabled: BooleanConstructor;
|
|
537
537
|
readonly type: {
|
|
538
|
-
readonly type: import("vue").PropType<"" | "default" | "text" | "
|
|
538
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
539
539
|
readonly required: false;
|
|
540
540
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
541
541
|
__epPropKey: true;
|
|
@@ -619,7 +619,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
619
619
|
readonly disabled: boolean;
|
|
620
620
|
readonly round: boolean;
|
|
621
621
|
readonly dark: boolean;
|
|
622
|
-
readonly type: "" | "default" | "text" | "
|
|
622
|
+
readonly type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
623
623
|
readonly bg: boolean;
|
|
624
624
|
readonly loading: boolean;
|
|
625
625
|
readonly autofocus: boolean;
|
|
@@ -641,7 +641,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
641
641
|
};
|
|
642
642
|
readonly disabled: BooleanConstructor;
|
|
643
643
|
readonly type: {
|
|
644
|
-
readonly type: import("vue").PropType<"" | "default" | "text" | "
|
|
644
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
645
645
|
readonly required: false;
|
|
646
646
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
647
647
|
__epPropKey: true;
|
|
@@ -727,7 +727,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
727
727
|
readonly disabled: boolean;
|
|
728
728
|
readonly round: boolean;
|
|
729
729
|
readonly dark: boolean;
|
|
730
|
-
readonly type: "" | "default" | "text" | "
|
|
730
|
+
readonly type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
731
731
|
readonly bg: boolean;
|
|
732
732
|
readonly loading: boolean;
|
|
733
733
|
readonly autofocus: boolean;
|
|
@@ -752,7 +752,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
752
752
|
__epPropKey: true;
|
|
753
753
|
};
|
|
754
754
|
readonly type: {
|
|
755
|
-
readonly type: import("vue").PropType<"" | "default" | "text" | "
|
|
755
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
756
756
|
readonly required: false;
|
|
757
757
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
758
758
|
__epPropKey: true;
|
|
@@ -760,7 +760,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
760
760
|
readonly default: "";
|
|
761
761
|
};
|
|
762
762
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
763
|
-
readonly type: "" | "default" | "text" | "
|
|
763
|
+
readonly type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
764
764
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
765
765
|
P: {};
|
|
766
766
|
B: {};
|
|
@@ -776,7 +776,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
776
776
|
__epPropKey: true;
|
|
777
777
|
};
|
|
778
778
|
readonly type: {
|
|
779
|
-
readonly type: import("vue").PropType<"" | "default" | "text" | "
|
|
779
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
780
780
|
readonly required: false;
|
|
781
781
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
782
782
|
__epPropKey: true;
|
|
@@ -784,7 +784,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
784
784
|
readonly default: "";
|
|
785
785
|
};
|
|
786
786
|
}>>, {}, {}, {}, {}, {
|
|
787
|
-
readonly type: "" | "default" | "text" | "
|
|
787
|
+
readonly type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
788
788
|
}>;
|
|
789
789
|
__isFragment?: never;
|
|
790
790
|
__isTeleport?: never;
|
|
@@ -797,7 +797,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
797
797
|
__epPropKey: true;
|
|
798
798
|
};
|
|
799
799
|
readonly type: {
|
|
800
|
-
readonly type: import("vue").PropType<"" | "default" | "text" | "
|
|
800
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
801
801
|
readonly required: false;
|
|
802
802
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
803
803
|
__epPropKey: true;
|
|
@@ -805,7 +805,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
805
805
|
readonly default: "";
|
|
806
806
|
};
|
|
807
807
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
808
|
-
readonly type: "" | "default" | "text" | "
|
|
808
|
+
readonly type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
809
809
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
810
810
|
$slots: {
|
|
811
811
|
default?(_: {}): any;
|
|
@@ -814,6 +814,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
814
814
|
};
|
|
815
815
|
ElInput: {
|
|
816
816
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
817
|
+
readonly inputmode: {
|
|
818
|
+
readonly type: import("vue").PropType<"none" | "search" | "text" | "url" | "email" | "tel" | "numeric" | "decimal">;
|
|
819
|
+
readonly required: false;
|
|
820
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
821
|
+
__epPropKey: true;
|
|
822
|
+
} & {
|
|
823
|
+
readonly default: undefined;
|
|
824
|
+
};
|
|
825
|
+
readonly name: StringConstructor;
|
|
817
826
|
readonly ariaLabel: StringConstructor;
|
|
818
827
|
readonly id: {
|
|
819
828
|
readonly type: import("vue").PropType<string>;
|
|
@@ -1012,6 +1021,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1012
1021
|
readonly validateEvent: boolean;
|
|
1013
1022
|
readonly inputStyle: import("vue").StyleValue;
|
|
1014
1023
|
readonly rows: number;
|
|
1024
|
+
readonly inputmode: "none" | "search" | "text" | "url" | "email" | "tel" | "numeric" | "decimal";
|
|
1015
1025
|
readonly clearable: boolean;
|
|
1016
1026
|
readonly showPassword: boolean;
|
|
1017
1027
|
readonly showWordLimit: boolean;
|
|
@@ -1024,6 +1034,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1024
1034
|
M: {};
|
|
1025
1035
|
Defaults: {};
|
|
1026
1036
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1037
|
+
readonly inputmode: {
|
|
1038
|
+
readonly type: import("vue").PropType<"none" | "search" | "text" | "url" | "email" | "tel" | "numeric" | "decimal">;
|
|
1039
|
+
readonly required: false;
|
|
1040
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1041
|
+
__epPropKey: true;
|
|
1042
|
+
} & {
|
|
1043
|
+
readonly default: undefined;
|
|
1044
|
+
};
|
|
1045
|
+
readonly name: StringConstructor;
|
|
1027
1046
|
readonly ariaLabel: StringConstructor;
|
|
1028
1047
|
readonly id: {
|
|
1029
1048
|
readonly type: import("vue").PropType<string>;
|
|
@@ -1209,6 +1228,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1209
1228
|
readonly validateEvent: boolean;
|
|
1210
1229
|
readonly inputStyle: import("vue").StyleValue;
|
|
1211
1230
|
readonly rows: number;
|
|
1231
|
+
readonly inputmode: "none" | "search" | "text" | "url" | "email" | "tel" | "numeric" | "decimal";
|
|
1212
1232
|
readonly clearable: boolean;
|
|
1213
1233
|
readonly showPassword: boolean;
|
|
1214
1234
|
readonly showWordLimit: boolean;
|
|
@@ -1218,6 +1238,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1218
1238
|
__isTeleport?: never;
|
|
1219
1239
|
__isSuspense?: never;
|
|
1220
1240
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1241
|
+
readonly inputmode: {
|
|
1242
|
+
readonly type: import("vue").PropType<"none" | "search" | "text" | "url" | "email" | "tel" | "numeric" | "decimal">;
|
|
1243
|
+
readonly required: false;
|
|
1244
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1245
|
+
__epPropKey: true;
|
|
1246
|
+
} & {
|
|
1247
|
+
readonly default: undefined;
|
|
1248
|
+
};
|
|
1249
|
+
readonly name: StringConstructor;
|
|
1221
1250
|
readonly ariaLabel: StringConstructor;
|
|
1222
1251
|
readonly id: {
|
|
1223
1252
|
readonly type: import("vue").PropType<string>;
|
|
@@ -1416,6 +1445,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1416
1445
|
readonly validateEvent: boolean;
|
|
1417
1446
|
readonly inputStyle: import("vue").StyleValue;
|
|
1418
1447
|
readonly rows: number;
|
|
1448
|
+
readonly inputmode: "none" | "search" | "text" | "url" | "email" | "tel" | "numeric" | "decimal";
|
|
1419
1449
|
readonly clearable: boolean;
|
|
1420
1450
|
readonly showPassword: boolean;
|
|
1421
1451
|
readonly showWordLimit: boolean;
|
|
@@ -11,7 +11,7 @@ var templatesDefault = require('@vunk/form/components/templates-default');
|
|
|
11
11
|
var rendererData = require('@vunk/form/components/renderer-data');
|
|
12
12
|
var core = require('@vunk/core');
|
|
13
13
|
var avatar = require('@vunk/plus/components/avatar');
|
|
14
|
-
var index = require('../
|
|
14
|
+
var index = require('../index.cjs');
|
|
15
15
|
var text = require('@vunk/plus/components/text');
|
|
16
16
|
var _pluginVue_exportHelper = require('../_plugin-vue_export-helper.cjs');
|
|
17
17
|
|
|
@@ -7,7 +7,7 @@ import { VkfTemplatesDefault } from '@vunk/form/components/templates-default';
|
|
|
7
7
|
import { VkfRendererData } from '@vunk/form/components/renderer-data';
|
|
8
8
|
import { setData } from '@vunk/core';
|
|
9
9
|
import { VkAvatar } from '@vunk/plus/components/avatar';
|
|
10
|
-
import {
|
|
10
|
+
import { b as close_bold_default, s as select_default } from '../index.mjs';
|
|
11
11
|
import { VkText } from '@vunk/plus/components/text';
|
|
12
12
|
import { _ as _export_sfc } from '../_plugin-vue_export-helper.mjs';
|
|
13
13
|
|
|
@@ -311,7 +311,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
311
311
|
}>>, {
|
|
312
312
|
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
313
313
|
validateMessage: import("vue").Ref<string>;
|
|
314
|
-
validateState: import("vue").Ref<"" | "error" | "
|
|
314
|
+
validateState: import("vue").Ref<"" | "error" | "success" | "validating">;
|
|
315
315
|
validate: (trigger: string, callback?: import("element-plus").FormValidateCallback) => import("element-plus").FormValidationResult;
|
|
316
316
|
clearValidate: () => void;
|
|
317
317
|
resetField: () => void;
|
|
@@ -399,7 +399,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
399
399
|
}>>, {
|
|
400
400
|
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
401
401
|
validateMessage: import("vue").Ref<string>;
|
|
402
|
-
validateState: import("vue").Ref<"" | "error" | "
|
|
402
|
+
validateState: import("vue").Ref<"" | "error" | "success" | "validating">;
|
|
403
403
|
validate: (trigger: string, callback?: import("element-plus").FormValidateCallback) => import("element-plus").FormValidationResult;
|
|
404
404
|
clearValidate: () => void;
|
|
405
405
|
resetField: () => void;
|
|
@@ -484,7 +484,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
484
484
|
}>>, {
|
|
485
485
|
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
486
486
|
validateMessage: import("vue").Ref<string>;
|
|
487
|
-
validateState: import("vue").Ref<"" | "error" | "
|
|
487
|
+
validateState: import("vue").Ref<"" | "error" | "success" | "validating">;
|
|
488
488
|
validate: (trigger: string, callback?: import("element-plus").FormValidateCallback) => import("element-plus").FormValidationResult;
|
|
489
489
|
clearValidate: () => void;
|
|
490
490
|
resetField: () => void;
|
|
@@ -576,7 +576,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
576
576
|
}>>, {
|
|
577
577
|
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
578
578
|
validateMessage: import("vue").Ref<string>;
|
|
579
|
-
validateState: import("vue").Ref<"" | "error" | "
|
|
579
|
+
validateState: import("vue").Ref<"" | "error" | "success" | "validating">;
|
|
580
580
|
validate: (trigger: string, callback?: import("element-plus").FormValidateCallback) => import("element-plus").FormValidationResult;
|
|
581
581
|
clearValidate: () => void;
|
|
582
582
|
resetField: () => void;
|
|
@@ -664,7 +664,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
664
664
|
}>>, {
|
|
665
665
|
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
666
666
|
validateMessage: import("vue").Ref<string>;
|
|
667
|
-
validateState: import("vue").Ref<"" | "error" | "
|
|
667
|
+
validateState: import("vue").Ref<"" | "error" | "success" | "validating">;
|
|
668
668
|
validate: (trigger: string, callback?: import("element-plus").FormValidateCallback) => import("element-plus").FormValidationResult;
|
|
669
669
|
clearValidate: () => void;
|
|
670
670
|
resetField: () => void;
|
|
@@ -749,7 +749,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
749
749
|
}>>, {
|
|
750
750
|
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
751
751
|
validateMessage: import("vue").Ref<string>;
|
|
752
|
-
validateState: import("vue").Ref<"" | "error" | "
|
|
752
|
+
validateState: import("vue").Ref<"" | "error" | "success" | "validating">;
|
|
753
753
|
validate: (trigger: string, callback?: import("element-plus").FormValidateCallback) => import("element-plus").FormValidationResult;
|
|
754
754
|
clearValidate: () => void;
|
|
755
755
|
resetField: () => void;
|
|
@@ -6,7 +6,7 @@ var vue = require('vue');
|
|
|
6
6
|
var input = require('@vunk/form/components/input');
|
|
7
7
|
var utilsVue = require('@vunk/core/shared/utils-vue');
|
|
8
8
|
var elementPlus = require('element-plus');
|
|
9
|
-
var index = require('../
|
|
9
|
+
var index = require('../index.cjs');
|
|
10
10
|
var _pluginVue_exportHelper = require('../_plugin-vue_export-helper.cjs');
|
|
11
11
|
var core = require('@vuesri/core');
|
|
12
12
|
var MapView = require('@arcgis/core/views/MapView');
|
|
@@ -2,7 +2,7 @@ import { defineComponent, resolveComponent, openBlock, createBlock, withCtx, cre
|
|
|
2
2
|
import { _VkfInputCtx, VkfInput } from '@vunk/form/components/input';
|
|
3
3
|
import { bindPropsFactory, onEmitsFactory } from '@vunk/core/shared/utils-vue';
|
|
4
4
|
import { ElButton, ElIcon, ElButtonGroup, ElUpload, ElMessage } from 'element-plus';
|
|
5
|
-
import { u as upload_default, e as edit_default, m as map_location_default,
|
|
5
|
+
import { u as upload_default, e as edit_default, m as map_location_default, f as document_checked_default } from '../index.mjs';
|
|
6
6
|
import { _ as _export_sfc } from '../_plugin-vue_export-helper.mjs';
|
|
7
7
|
import { VaTdtBasemap, VaMapView, VaSketch, VaGraphicsLayer } from '@vuesri/core';
|
|
8
8
|
import MapView from '@arcgis/core/views/MapView';
|