@vunk/form 2.11.0 → 2.12.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/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 +562 -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 +556 -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
|
@@ -9,7 +9,7 @@ var elementPlus$1 = require('@vunk/form/shared/element-plus');
|
|
|
9
9
|
var composables = require('@vunk/form/composables');
|
|
10
10
|
var utilsObject = require('@vunk/core/shared/utils-object');
|
|
11
11
|
var rules = require('@vunk/form/shared/rules');
|
|
12
|
-
var index = require('../
|
|
12
|
+
var index = require('../index.cjs');
|
|
13
13
|
var _pluginVue_exportHelper = require('../_plugin-vue_export-helper.cjs');
|
|
14
14
|
|
|
15
15
|
const _props = {
|
|
@@ -5,7 +5,7 @@ import { createFormItemBindProps } from '@vunk/form/shared/element-plus';
|
|
|
5
5
|
import { useComputedReadonly } from '@vunk/form/composables';
|
|
6
6
|
import { isPlainObject } from '@vunk/core/shared/utils-object';
|
|
7
7
|
import { PATTERN_OPTIONS } from '@vunk/form/shared/rules';
|
|
8
|
-
import { w as warning_default } from '../
|
|
8
|
+
import { w as warning_default } from '../index.mjs';
|
|
9
9
|
import { _ as _export_sfc } from '../_plugin-vue_export-helper.mjs';
|
|
10
10
|
|
|
11
11
|
const _props = {
|
|
@@ -307,7 +307,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
307
307
|
}>>, {
|
|
308
308
|
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
309
309
|
validateMessage: import("vue").Ref<string>;
|
|
310
|
-
validateState: import("vue").Ref<"" | "error" | "
|
|
310
|
+
validateState: import("vue").Ref<"" | "error" | "success" | "validating">;
|
|
311
311
|
validate: (trigger: string, callback?: import("element-plus").FormValidateCallback) => import("element-plus").FormValidationResult;
|
|
312
312
|
clearValidate: () => void;
|
|
313
313
|
resetField: () => void;
|
|
@@ -395,7 +395,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
395
395
|
}>>, {
|
|
396
396
|
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
397
397
|
validateMessage: import("vue").Ref<string>;
|
|
398
|
-
validateState: import("vue").Ref<"" | "error" | "
|
|
398
|
+
validateState: import("vue").Ref<"" | "error" | "success" | "validating">;
|
|
399
399
|
validate: (trigger: string, callback?: import("element-plus").FormValidateCallback) => import("element-plus").FormValidationResult;
|
|
400
400
|
clearValidate: () => void;
|
|
401
401
|
resetField: () => void;
|
|
@@ -480,7 +480,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
480
480
|
}>>, {
|
|
481
481
|
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
482
482
|
validateMessage: import("vue").Ref<string>;
|
|
483
|
-
validateState: import("vue").Ref<"" | "error" | "
|
|
483
|
+
validateState: import("vue").Ref<"" | "error" | "success" | "validating">;
|
|
484
484
|
validate: (trigger: string, callback?: import("element-plus").FormValidateCallback) => import("element-plus").FormValidationResult;
|
|
485
485
|
clearValidate: () => void;
|
|
486
486
|
resetField: () => void;
|
|
@@ -569,7 +569,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
569
569
|
};
|
|
570
570
|
readonly disabled: BooleanConstructor;
|
|
571
571
|
readonly type: {
|
|
572
|
-
readonly type: import("vue").PropType<"" | "default" | "text" | "
|
|
572
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
573
573
|
readonly required: false;
|
|
574
574
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
575
575
|
__epPropKey: true;
|
|
@@ -655,7 +655,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
655
655
|
readonly disabled: boolean;
|
|
656
656
|
readonly round: boolean;
|
|
657
657
|
readonly dark: boolean;
|
|
658
|
-
readonly type: "" | "default" | "text" | "
|
|
658
|
+
readonly type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
659
659
|
readonly bg: boolean;
|
|
660
660
|
readonly loading: boolean;
|
|
661
661
|
readonly autofocus: boolean;
|
|
@@ -680,7 +680,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
680
680
|
};
|
|
681
681
|
readonly disabled: BooleanConstructor;
|
|
682
682
|
readonly type: {
|
|
683
|
-
readonly type: import("vue").PropType<"" | "default" | "text" | "
|
|
683
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
684
684
|
readonly required: false;
|
|
685
685
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
686
686
|
__epPropKey: true;
|
|
@@ -764,7 +764,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
764
764
|
readonly disabled: boolean;
|
|
765
765
|
readonly round: boolean;
|
|
766
766
|
readonly dark: boolean;
|
|
767
|
-
readonly type: "" | "default" | "text" | "
|
|
767
|
+
readonly type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
768
768
|
readonly bg: boolean;
|
|
769
769
|
readonly loading: boolean;
|
|
770
770
|
readonly autofocus: boolean;
|
|
@@ -786,7 +786,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
786
786
|
};
|
|
787
787
|
readonly disabled: BooleanConstructor;
|
|
788
788
|
readonly type: {
|
|
789
|
-
readonly type: import("vue").PropType<"" | "default" | "text" | "
|
|
789
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
790
790
|
readonly required: false;
|
|
791
791
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
792
792
|
__epPropKey: true;
|
|
@@ -872,7 +872,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
872
872
|
readonly disabled: boolean;
|
|
873
873
|
readonly round: boolean;
|
|
874
874
|
readonly dark: boolean;
|
|
875
|
-
readonly type: "" | "default" | "text" | "
|
|
875
|
+
readonly type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
876
876
|
readonly bg: boolean;
|
|
877
877
|
readonly loading: boolean;
|
|
878
878
|
readonly autofocus: boolean;
|
|
@@ -897,7 +897,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
897
897
|
__epPropKey: true;
|
|
898
898
|
};
|
|
899
899
|
readonly type: {
|
|
900
|
-
readonly type: import("vue").PropType<"" | "default" | "text" | "
|
|
900
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
901
901
|
readonly required: false;
|
|
902
902
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
903
903
|
__epPropKey: true;
|
|
@@ -905,7 +905,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
905
905
|
readonly default: "";
|
|
906
906
|
};
|
|
907
907
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
908
|
-
readonly type: "" | "default" | "text" | "
|
|
908
|
+
readonly type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
909
909
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
910
910
|
P: {};
|
|
911
911
|
B: {};
|
|
@@ -921,7 +921,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
921
921
|
__epPropKey: true;
|
|
922
922
|
};
|
|
923
923
|
readonly type: {
|
|
924
|
-
readonly type: import("vue").PropType<"" | "default" | "text" | "
|
|
924
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
925
925
|
readonly required: false;
|
|
926
926
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
927
927
|
__epPropKey: true;
|
|
@@ -929,7 +929,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
929
929
|
readonly default: "";
|
|
930
930
|
};
|
|
931
931
|
}>>, {}, {}, {}, {}, {
|
|
932
|
-
readonly type: "" | "default" | "text" | "
|
|
932
|
+
readonly type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
933
933
|
}>;
|
|
934
934
|
__isFragment?: never;
|
|
935
935
|
__isTeleport?: never;
|
|
@@ -942,7 +942,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
942
942
|
__epPropKey: true;
|
|
943
943
|
};
|
|
944
944
|
readonly type: {
|
|
945
|
-
readonly type: import("vue").PropType<"" | "default" | "text" | "
|
|
945
|
+
readonly type: import("vue").PropType<"" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
946
946
|
readonly required: false;
|
|
947
947
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
948
948
|
__epPropKey: true;
|
|
@@ -950,7 +950,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
950
950
|
readonly default: "";
|
|
951
951
|
};
|
|
952
952
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
953
|
-
readonly type: "" | "default" | "text" | "
|
|
953
|
+
readonly type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
954
954
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
955
955
|
$slots: {
|
|
956
956
|
default?(_: {}): any;
|
package/components/index.cjs
CHANGED
|
@@ -1,13 +1,399 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
3
|
+
var vue = require('vue');
|
|
4
|
+
|
|
5
|
+
/*! Element Plus Icons Vue v2.3.1 */
|
|
6
|
+
|
|
7
|
+
var check_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
|
|
8
|
+
name: "Check",
|
|
9
|
+
__name: "check",
|
|
10
|
+
setup(__props) {
|
|
11
|
+
return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
viewBox: "0 0 1024 1024"
|
|
14
|
+
}, [
|
|
15
|
+
vue.createElementVNode("path", {
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
d: "M406.656 706.944 195.84 496.256a32 32 0 1 0-45.248 45.248l256 256 512-512a32 32 0 0 0-45.248-45.248L406.592 706.944z"
|
|
18
|
+
})
|
|
19
|
+
]));
|
|
20
|
+
}
|
|
21
|
+
});
|
|
22
|
+
|
|
23
|
+
// src/components/check.vue
|
|
24
|
+
var check_default = check_vue_vue_type_script_setup_true_lang_default;
|
|
25
|
+
var circle_check_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
|
|
26
|
+
name: "CircleCheck",
|
|
27
|
+
__name: "circle-check",
|
|
28
|
+
setup(__props) {
|
|
29
|
+
return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
|
|
30
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
31
|
+
viewBox: "0 0 1024 1024"
|
|
32
|
+
}, [
|
|
33
|
+
vue.createElementVNode("path", {
|
|
34
|
+
fill: "currentColor",
|
|
35
|
+
d: "M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"
|
|
36
|
+
}),
|
|
37
|
+
vue.createElementVNode("path", {
|
|
38
|
+
fill: "currentColor",
|
|
39
|
+
d: "M745.344 361.344a32 32 0 0 1 45.312 45.312l-288 288a32 32 0 0 1-45.312 0l-160-160a32 32 0 1 1 45.312-45.312L480 626.752l265.344-265.408z"
|
|
40
|
+
})
|
|
41
|
+
]));
|
|
42
|
+
}
|
|
43
|
+
});
|
|
44
|
+
|
|
45
|
+
// src/components/circle-check.vue
|
|
46
|
+
var circle_check_default = circle_check_vue_vue_type_script_setup_true_lang_default;
|
|
47
|
+
var circle_close_filled_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
|
|
48
|
+
name: "CircleCloseFilled",
|
|
49
|
+
__name: "circle-close-filled",
|
|
50
|
+
setup(__props) {
|
|
51
|
+
return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
|
|
52
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
53
|
+
viewBox: "0 0 1024 1024"
|
|
54
|
+
}, [
|
|
55
|
+
vue.createElementVNode("path", {
|
|
56
|
+
fill: "currentColor",
|
|
57
|
+
d: "M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 393.664L407.936 353.6a38.4 38.4 0 1 0-54.336 54.336L457.664 512 353.6 616.064a38.4 38.4 0 1 0 54.336 54.336L512 566.336 616.064 670.4a38.4 38.4 0 1 0 54.336-54.336L566.336 512 670.4 407.936a38.4 38.4 0 1 0-54.336-54.336z"
|
|
58
|
+
})
|
|
59
|
+
]));
|
|
60
|
+
}
|
|
61
|
+
});
|
|
62
|
+
|
|
63
|
+
// src/components/circle-close-filled.vue
|
|
64
|
+
var circle_close_filled_default = circle_close_filled_vue_vue_type_script_setup_true_lang_default;
|
|
65
|
+
var close_bold_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
|
|
66
|
+
name: "CloseBold",
|
|
67
|
+
__name: "close-bold",
|
|
68
|
+
setup(__props) {
|
|
69
|
+
return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
|
|
70
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
71
|
+
viewBox: "0 0 1024 1024"
|
|
72
|
+
}, [
|
|
73
|
+
vue.createElementVNode("path", {
|
|
74
|
+
fill: "currentColor",
|
|
75
|
+
d: "M195.2 195.2a64 64 0 0 1 90.496 0L512 421.504 738.304 195.2a64 64 0 0 1 90.496 90.496L602.496 512 828.8 738.304a64 64 0 0 1-90.496 90.496L512 602.496 285.696 828.8a64 64 0 0 1-90.496-90.496L421.504 512 195.2 285.696a64 64 0 0 1 0-90.496z"
|
|
76
|
+
})
|
|
77
|
+
]));
|
|
78
|
+
}
|
|
79
|
+
});
|
|
80
|
+
|
|
81
|
+
// src/components/close-bold.vue
|
|
82
|
+
var close_bold_default = close_bold_vue_vue_type_script_setup_true_lang_default;
|
|
83
|
+
var close_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
|
|
84
|
+
name: "Close",
|
|
85
|
+
__name: "close",
|
|
86
|
+
setup(__props) {
|
|
87
|
+
return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
|
|
88
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
89
|
+
viewBox: "0 0 1024 1024"
|
|
90
|
+
}, [
|
|
91
|
+
vue.createElementVNode("path", {
|
|
92
|
+
fill: "currentColor",
|
|
93
|
+
d: "M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z"
|
|
94
|
+
})
|
|
95
|
+
]));
|
|
96
|
+
}
|
|
97
|
+
});
|
|
98
|
+
|
|
99
|
+
// src/components/close.vue
|
|
100
|
+
var close_default = close_vue_vue_type_script_setup_true_lang_default;
|
|
101
|
+
var delete_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
|
|
102
|
+
name: "Delete",
|
|
103
|
+
__name: "delete",
|
|
104
|
+
setup(__props) {
|
|
105
|
+
return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
|
|
106
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
107
|
+
viewBox: "0 0 1024 1024"
|
|
108
|
+
}, [
|
|
109
|
+
vue.createElementVNode("path", {
|
|
110
|
+
fill: "currentColor",
|
|
111
|
+
d: "M160 256H96a32 32 0 0 1 0-64h256V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64h-64v672a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32zm448-64v-64H416v64zM224 896h576V256H224zm192-128a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32m192 0a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32"
|
|
112
|
+
})
|
|
113
|
+
]));
|
|
114
|
+
}
|
|
115
|
+
});
|
|
116
|
+
|
|
117
|
+
// src/components/delete.vue
|
|
118
|
+
var delete_default = delete_vue_vue_type_script_setup_true_lang_default;
|
|
119
|
+
var document_checked_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
|
|
120
|
+
name: "DocumentChecked",
|
|
121
|
+
__name: "document-checked",
|
|
122
|
+
setup(__props) {
|
|
123
|
+
return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
|
|
124
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
125
|
+
viewBox: "0 0 1024 1024"
|
|
126
|
+
}, [
|
|
127
|
+
vue.createElementVNode("path", {
|
|
128
|
+
fill: "currentColor",
|
|
129
|
+
d: "M805.504 320 640 154.496V320zM832 384H576V128H192v768h640zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m318.4 582.144 180.992-180.992L704.64 510.4 478.4 736.64 320 578.304l45.248-45.312z"
|
|
130
|
+
})
|
|
131
|
+
]));
|
|
132
|
+
}
|
|
133
|
+
});
|
|
134
|
+
|
|
135
|
+
// src/components/document-checked.vue
|
|
136
|
+
var document_checked_default = document_checked_vue_vue_type_script_setup_true_lang_default;
|
|
137
|
+
var document_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
|
|
138
|
+
name: "Document",
|
|
139
|
+
__name: "document",
|
|
140
|
+
setup(__props) {
|
|
141
|
+
return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
|
|
142
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
143
|
+
viewBox: "0 0 1024 1024"
|
|
144
|
+
}, [
|
|
145
|
+
vue.createElementVNode("path", {
|
|
146
|
+
fill: "currentColor",
|
|
147
|
+
d: "M832 384H576V128H192v768h640zm-26.496-64L640 154.496V320zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m160 448h384v64H320zm0-192h160v64H320zm0 384h384v64H320z"
|
|
148
|
+
})
|
|
149
|
+
]));
|
|
150
|
+
}
|
|
151
|
+
});
|
|
152
|
+
|
|
153
|
+
// src/components/document.vue
|
|
154
|
+
var document_default = document_vue_vue_type_script_setup_true_lang_default;
|
|
155
|
+
var download_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
|
|
156
|
+
name: "Download",
|
|
157
|
+
__name: "download",
|
|
158
|
+
setup(__props) {
|
|
159
|
+
return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
|
|
160
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
161
|
+
viewBox: "0 0 1024 1024"
|
|
162
|
+
}, [
|
|
163
|
+
vue.createElementVNode("path", {
|
|
164
|
+
fill: "currentColor",
|
|
165
|
+
d: "M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-253.696 236.288-236.352 45.248 45.248L508.8 704 192 387.2l45.248-45.248L480 584.704V128h64z"
|
|
166
|
+
})
|
|
167
|
+
]));
|
|
168
|
+
}
|
|
169
|
+
});
|
|
170
|
+
|
|
171
|
+
// src/components/download.vue
|
|
172
|
+
var download_default = download_vue_vue_type_script_setup_true_lang_default;
|
|
173
|
+
var edit_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
|
|
174
|
+
name: "Edit",
|
|
175
|
+
__name: "edit",
|
|
176
|
+
setup(__props) {
|
|
177
|
+
return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
|
|
178
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
179
|
+
viewBox: "0 0 1024 1024"
|
|
180
|
+
}, [
|
|
181
|
+
vue.createElementVNode("path", {
|
|
182
|
+
fill: "currentColor",
|
|
183
|
+
d: "M832 512a32 32 0 1 1 64 0v352a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h352a32 32 0 0 1 0 64H192v640h640z"
|
|
184
|
+
}),
|
|
185
|
+
vue.createElementVNode("path", {
|
|
186
|
+
fill: "currentColor",
|
|
187
|
+
d: "m469.952 554.24 52.8-7.552L847.104 222.4a32 32 0 1 0-45.248-45.248L477.44 501.44l-7.552 52.8zm422.4-422.4a96 96 0 0 1 0 135.808l-331.84 331.84a32 32 0 0 1-18.112 9.088L436.8 623.68a32 32 0 0 1-36.224-36.224l15.104-105.6a32 32 0 0 1 9.024-18.112l331.904-331.84a96 96 0 0 1 135.744 0z"
|
|
188
|
+
})
|
|
189
|
+
]));
|
|
190
|
+
}
|
|
191
|
+
});
|
|
192
|
+
|
|
193
|
+
// src/components/edit.vue
|
|
194
|
+
var edit_default = edit_vue_vue_type_script_setup_true_lang_default;
|
|
195
|
+
var map_location_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
|
|
196
|
+
name: "MapLocation",
|
|
197
|
+
__name: "map-location",
|
|
198
|
+
setup(__props) {
|
|
199
|
+
return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
|
|
200
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
201
|
+
viewBox: "0 0 1024 1024"
|
|
202
|
+
}, [
|
|
203
|
+
vue.createElementVNode("path", {
|
|
204
|
+
fill: "currentColor",
|
|
205
|
+
d: "M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"
|
|
206
|
+
}),
|
|
207
|
+
vue.createElementVNode("path", {
|
|
208
|
+
fill: "currentColor",
|
|
209
|
+
d: "M512 448a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256m345.6 192L960 960H672v-64H352v64H64l102.4-256zm-68.928 0H235.328l-76.8 192h706.944z"
|
|
210
|
+
})
|
|
211
|
+
]));
|
|
212
|
+
}
|
|
213
|
+
});
|
|
214
|
+
|
|
215
|
+
// src/components/map-location.vue
|
|
216
|
+
var map_location_default = map_location_vue_vue_type_script_setup_true_lang_default;
|
|
217
|
+
var minus_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
|
|
218
|
+
name: "Minus",
|
|
219
|
+
__name: "minus",
|
|
220
|
+
setup(__props) {
|
|
221
|
+
return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
|
|
222
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
223
|
+
viewBox: "0 0 1024 1024"
|
|
224
|
+
}, [
|
|
225
|
+
vue.createElementVNode("path", {
|
|
226
|
+
fill: "currentColor",
|
|
227
|
+
d: "M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64"
|
|
228
|
+
})
|
|
229
|
+
]));
|
|
230
|
+
}
|
|
231
|
+
});
|
|
232
|
+
|
|
233
|
+
// src/components/minus.vue
|
|
234
|
+
var minus_default = minus_vue_vue_type_script_setup_true_lang_default;
|
|
235
|
+
var plus_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
|
|
236
|
+
name: "Plus",
|
|
237
|
+
__name: "plus",
|
|
238
|
+
setup(__props) {
|
|
239
|
+
return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
|
|
240
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
241
|
+
viewBox: "0 0 1024 1024"
|
|
242
|
+
}, [
|
|
243
|
+
vue.createElementVNode("path", {
|
|
244
|
+
fill: "currentColor",
|
|
245
|
+
d: "M480 480V128a32 32 0 0 1 64 0v352h352a32 32 0 1 1 0 64H544v352a32 32 0 1 1-64 0V544H128a32 32 0 0 1 0-64z"
|
|
246
|
+
})
|
|
247
|
+
]));
|
|
248
|
+
}
|
|
249
|
+
});
|
|
250
|
+
|
|
251
|
+
// src/components/plus.vue
|
|
252
|
+
var plus_default = plus_vue_vue_type_script_setup_true_lang_default;
|
|
253
|
+
var right_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
|
|
254
|
+
name: "Right",
|
|
255
|
+
__name: "right",
|
|
256
|
+
setup(__props) {
|
|
257
|
+
return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
|
|
258
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
259
|
+
viewBox: "0 0 1024 1024"
|
|
260
|
+
}, [
|
|
261
|
+
vue.createElementVNode("path", {
|
|
262
|
+
fill: "currentColor",
|
|
263
|
+
d: "M754.752 480H160a32 32 0 1 0 0 64h594.752L521.344 777.344a32 32 0 0 0 45.312 45.312l288-288a32 32 0 0 0 0-45.312l-288-288a32 32 0 1 0-45.312 45.312z"
|
|
264
|
+
})
|
|
265
|
+
]));
|
|
266
|
+
}
|
|
267
|
+
});
|
|
268
|
+
|
|
269
|
+
// src/components/right.vue
|
|
270
|
+
var right_default = right_vue_vue_type_script_setup_true_lang_default;
|
|
271
|
+
var select_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
|
|
272
|
+
name: "Select",
|
|
273
|
+
__name: "select",
|
|
274
|
+
setup(__props) {
|
|
275
|
+
return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
|
|
276
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
277
|
+
viewBox: "0 0 1024 1024"
|
|
278
|
+
}, [
|
|
279
|
+
vue.createElementVNode("path", {
|
|
280
|
+
fill: "currentColor",
|
|
281
|
+
d: "M77.248 415.04a64 64 0 0 1 90.496 0l226.304 226.304L846.528 188.8a64 64 0 1 1 90.56 90.496l-543.04 543.04-316.8-316.8a64 64 0 0 1 0-90.496z"
|
|
282
|
+
})
|
|
283
|
+
]));
|
|
284
|
+
}
|
|
285
|
+
});
|
|
286
|
+
|
|
287
|
+
// src/components/select.vue
|
|
288
|
+
var select_default = select_vue_vue_type_script_setup_true_lang_default;
|
|
289
|
+
var success_filled_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
|
|
290
|
+
name: "SuccessFilled",
|
|
291
|
+
__name: "success-filled",
|
|
292
|
+
setup(__props) {
|
|
293
|
+
return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
|
|
294
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
295
|
+
viewBox: "0 0 1024 1024"
|
|
296
|
+
}, [
|
|
297
|
+
vue.createElementVNode("path", {
|
|
298
|
+
fill: "currentColor",
|
|
299
|
+
d: "M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m-55.808 536.384-99.52-99.584a38.4 38.4 0 1 0-54.336 54.336l126.72 126.72a38.272 38.272 0 0 0 54.336 0l262.4-262.464a38.4 38.4 0 1 0-54.272-54.336z"
|
|
300
|
+
})
|
|
301
|
+
]));
|
|
302
|
+
}
|
|
303
|
+
});
|
|
304
|
+
|
|
305
|
+
// src/components/success-filled.vue
|
|
306
|
+
var success_filled_default = success_filled_vue_vue_type_script_setup_true_lang_default;
|
|
307
|
+
var upload_filled_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
|
|
308
|
+
name: "UploadFilled",
|
|
309
|
+
__name: "upload-filled",
|
|
310
|
+
setup(__props) {
|
|
311
|
+
return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
|
|
312
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
313
|
+
viewBox: "0 0 1024 1024"
|
|
314
|
+
}, [
|
|
315
|
+
vue.createElementVNode("path", {
|
|
316
|
+
fill: "currentColor",
|
|
317
|
+
d: "M544 864V672h128L512 480 352 672h128v192H320v-1.6c-5.376.32-10.496 1.6-16 1.6A240 240 0 0 1 64 624c0-123.136 93.12-223.488 212.608-237.248A239.808 239.808 0 0 1 512 192a239.872 239.872 0 0 1 235.456 194.752c119.488 13.76 212.48 114.112 212.48 237.248a240 240 0 0 1-240 240c-5.376 0-10.56-1.28-16-1.6v1.6z"
|
|
318
|
+
})
|
|
319
|
+
]));
|
|
320
|
+
}
|
|
321
|
+
});
|
|
322
|
+
|
|
323
|
+
// src/components/upload-filled.vue
|
|
324
|
+
var upload_filled_default = upload_filled_vue_vue_type_script_setup_true_lang_default;
|
|
325
|
+
var upload_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
|
|
326
|
+
name: "Upload",
|
|
327
|
+
__name: "upload",
|
|
328
|
+
setup(__props) {
|
|
329
|
+
return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
|
|
330
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
331
|
+
viewBox: "0 0 1024 1024"
|
|
332
|
+
}, [
|
|
333
|
+
vue.createElementVNode("path", {
|
|
334
|
+
fill: "currentColor",
|
|
335
|
+
d: "M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-578.304V704h-64V247.296L237.248 490.048 192 444.8 508.8 128l316.8 316.8-45.312 45.248z"
|
|
336
|
+
})
|
|
337
|
+
]));
|
|
338
|
+
}
|
|
339
|
+
});
|
|
340
|
+
|
|
341
|
+
// src/components/upload.vue
|
|
342
|
+
var upload_default = upload_vue_vue_type_script_setup_true_lang_default;
|
|
343
|
+
var warning_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
|
|
344
|
+
name: "Warning",
|
|
345
|
+
__name: "warning",
|
|
346
|
+
setup(__props) {
|
|
347
|
+
return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
|
|
348
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
349
|
+
viewBox: "0 0 1024 1024"
|
|
350
|
+
}, [
|
|
351
|
+
vue.createElementVNode("path", {
|
|
352
|
+
fill: "currentColor",
|
|
353
|
+
d: "M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 832a384 384 0 0 0 0-768 384 384 0 0 0 0 768m48-176a48 48 0 1 1-96 0 48 48 0 0 1 96 0m-48-464a32 32 0 0 1 32 32v288a32 32 0 0 1-64 0V288a32 32 0 0 1 32-32"
|
|
354
|
+
})
|
|
355
|
+
]));
|
|
356
|
+
}
|
|
357
|
+
});
|
|
358
|
+
|
|
359
|
+
// src/components/warning.vue
|
|
360
|
+
var warning_default = warning_vue_vue_type_script_setup_true_lang_default;
|
|
361
|
+
var zoom_in_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
|
|
362
|
+
name: "ZoomIn",
|
|
363
|
+
__name: "zoom-in",
|
|
364
|
+
setup(__props) {
|
|
365
|
+
return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
|
|
366
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
367
|
+
viewBox: "0 0 1024 1024"
|
|
368
|
+
}, [
|
|
369
|
+
vue.createElementVNode("path", {
|
|
370
|
+
fill: "currentColor",
|
|
371
|
+
d: "m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704m-32-384v-96a32 32 0 0 1 64 0v96h96a32 32 0 0 1 0 64h-96v96a32 32 0 0 1-64 0v-96h-96a32 32 0 0 1 0-64z"
|
|
372
|
+
})
|
|
373
|
+
]));
|
|
374
|
+
}
|
|
375
|
+
});
|
|
376
|
+
|
|
377
|
+
// src/components/zoom-in.vue
|
|
378
|
+
var zoom_in_default = zoom_in_vue_vue_type_script_setup_true_lang_default;
|
|
379
|
+
|
|
380
|
+
exports.check_default = check_default;
|
|
381
|
+
exports.circle_check_default = circle_check_default;
|
|
382
|
+
exports.circle_close_filled_default = circle_close_filled_default;
|
|
383
|
+
exports.close_bold_default = close_bold_default;
|
|
384
|
+
exports.close_default = close_default;
|
|
385
|
+
exports.delete_default = delete_default;
|
|
386
|
+
exports.document_checked_default = document_checked_default;
|
|
387
|
+
exports.document_default = document_default;
|
|
388
|
+
exports.download_default = download_default;
|
|
389
|
+
exports.edit_default = edit_default;
|
|
390
|
+
exports.map_location_default = map_location_default;
|
|
391
|
+
exports.minus_default = minus_default;
|
|
392
|
+
exports.plus_default = plus_default;
|
|
393
|
+
exports.right_default = right_default;
|
|
394
|
+
exports.select_default = select_default;
|
|
395
|
+
exports.success_filled_default = success_filled_default;
|
|
396
|
+
exports.upload_default = upload_default;
|
|
397
|
+
exports.upload_filled_default = upload_filled_default;
|
|
398
|
+
exports.warning_default = warning_default;
|
|
399
|
+
exports.zoom_in_default = zoom_in_default;
|