@opengis/form 0.0.14 → 0.0.16
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/dist/core/src/emitter/eventBus.d.ts +6 -0
- package/dist/core/src/emitter/eventBus.d.ts.map +1 -0
- package/dist/form/src/components/behavior.vue.d.ts +10 -0
- package/dist/form/src/components/behavior.vue.d.ts.map +1 -0
- package/dist/form/src/components/container-views/index.d.ts +193 -0
- package/dist/form/src/components/container-views/index.d.ts.map +1 -0
- package/dist/form/src/components/container-views/vs-container-accordion.vue.d.ts +43 -0
- package/dist/form/src/components/container-views/vs-container-accordion.vue.d.ts.map +1 -0
- package/dist/form/src/components/container-views/vs-container-default.vue.d.ts +34 -0
- package/dist/form/src/components/container-views/vs-container-default.vue.d.ts.map +1 -0
- package/dist/form/src/components/container-views/vs-container-switcher.vue.d.ts +43 -0
- package/dist/form/src/components/container-views/vs-container-switcher.vue.d.ts.map +1 -0
- package/dist/form/src/components/form/vs-compact-form.vue.d.ts +29 -0
- package/dist/form/src/components/form/vs-compact-form.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-arrow-top-bottom.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-arrow-top-bottom.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-check.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-check.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-chevron-down.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-chevron-down.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-chevron-top-bottom.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-chevron-top-bottom.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-close.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-close.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-csv.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-csv.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-delete.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-delete.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-download.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-download.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-export.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-export.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-file.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-file.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-geojson.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-geojson.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-grip-vertical.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-grip-vertical.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-import.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-import.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-info.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-info.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-magnifying-glass.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-magnifying-glass.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-no-data.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-no-data.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-pdf.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-pdf.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-pen.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-pen.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-plus.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-plus.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-upload.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-upload.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-zip.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-zip.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/index.d.ts +6 -0
- package/dist/form/src/components/icons/index.d.ts.map +1 -0
- package/dist/form/src/components/inputs/base/vs-input-email.vue.d.ts +18 -0
- package/dist/form/src/components/inputs/base/vs-input-email.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/base/vs-input-mask.vue.d.ts +19 -0
- package/dist/form/src/components/inputs/base/vs-input-mask.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/base/vs-input-number.vue.d.ts +15 -0
- package/dist/form/src/components/inputs/base/vs-input-number.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/base/vs-input-static.vue.d.ts +8 -0
- package/dist/form/src/components/inputs/base/vs-input-static.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/base/vs-input-switcher.vue.d.ts +22 -0
- package/dist/form/src/components/inputs/base/vs-input-switcher.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/base/vs-input-text.vue.d.ts +18 -0
- package/dist/form/src/components/inputs/base/vs-input-text.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/base/vs-input-textarea.vue.d.ts +17 -0
- package/dist/form/src/components/inputs/base/vs-input-textarea.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/date/vs-date-text.vue.d.ts +15 -0
- package/dist/form/src/components/inputs/date/vs-date-text.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/date/vs-input-date.vue.d.ts +18 -0
- package/dist/form/src/components/inputs/date/vs-input-date.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/date/vs-input-date1.vue.d.ts +17 -0
- package/dist/form/src/components/inputs/date/vs-input-date1.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/date/vs-input-time.vue.d.ts +17 -0
- package/dist/form/src/components/inputs/date/vs-input-time.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/file/vs-input-file-list-item.vue.d.ts +15 -0
- package/dist/form/src/components/inputs/file/vs-input-file-list-item.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/file/vs-input-file.vue.d.ts +12 -0
- package/dist/form/src/components/inputs/file/vs-input-file.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/file-list/vs-input-file-list.vue.d.ts +11 -0
- package/dist/form/src/components/inputs/file-list/vs-input-file-list.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/file-list/vs-widget-file-info.vue.d.ts +8 -0
- package/dist/form/src/components/inputs/file-list/vs-widget-file-info.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/file-list/vs-widget-file-item.vue.d.ts +40 -0
- package/dist/form/src/components/inputs/file-list/vs-widget-file-item.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/index.d.ts +281 -0
- package/dist/form/src/components/inputs/index.d.ts.map +1 -0
- package/dist/form/src/components/inputs/map/icons/icon-compass.vue.d.ts +3 -0
- package/dist/form/src/components/inputs/map/icons/icon-compass.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/map/icons/icon-full-screen.vue.d.ts +3 -0
- package/dist/form/src/components/inputs/map/icons/icon-full-screen.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/map/icons/icon-line.vue.d.ts +3 -0
- package/dist/form/src/components/inputs/map/icons/icon-line.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/map/icons/icon-map-pin.vue.d.ts +3 -0
- package/dist/form/src/components/inputs/map/icons/icon-map-pin.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/map/icons/icon-poligon-rectangle.vue.d.ts +3 -0
- package/dist/form/src/components/inputs/map/icons/icon-poligon-rectangle.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/map/icons/icon-poligon.vue.d.ts +3 -0
- package/dist/form/src/components/inputs/map/icons/icon-poligon.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/map/map-layers.vue.d.ts +15 -0
- package/dist/form/src/components/inputs/map/map-layers.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/map/map-search.vue.d.ts +12 -0
- package/dist/form/src/components/inputs/map/map-search.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/map/map.d.ts +110 -0
- package/dist/form/src/components/inputs/map/map.d.ts.map +1 -0
- package/dist/form/src/components/inputs/map/util.d.ts +3 -0
- package/dist/form/src/components/inputs/map/util.d.ts.map +1 -0
- package/dist/form/src/components/inputs/map/vs-input-map.vue.d.ts +8 -0
- package/dist/form/src/components/inputs/map/vs-input-map.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/options/checkbox/index.d.ts +4 -0
- package/dist/form/src/components/inputs/options/checkbox/index.d.ts.map +1 -0
- package/dist/form/src/components/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts +32 -0
- package/dist/form/src/components/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/options/checkbox/vs-checkbox-default.vue.d.ts +31 -0
- package/dist/form/src/components/inputs/options/checkbox/vs-checkbox-default.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts +27 -0
- package/dist/form/src/components/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/options/checkbox/vs-input-checkbox.vue.d.ts +14 -0
- package/dist/form/src/components/inputs/options/checkbox/vs-input-checkbox.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/options/radio/index.d.ts +40 -0
- package/dist/form/src/components/inputs/options/radio/index.d.ts.map +1 -0
- package/dist/form/src/components/inputs/options/radio/vs-input-radio-buttons.vue.d.ts +18 -0
- package/dist/form/src/components/inputs/options/radio/vs-input-radio-buttons.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/options/radio/vs-input-radio-default.vue.d.ts +18 -0
- package/dist/form/src/components/inputs/options/radio/vs-input-radio-default.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/options/radio/vs-input-radio.vue.d.ts +15 -0
- package/dist/form/src/components/inputs/options/radio/vs-input-radio.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/table/vs-input-datatable.vue.d.ts +12 -0
- package/dist/form/src/components/inputs/table/vs-input-datatable.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/tag/vs-input-tag.vue.d.ts +20 -0
- package/dist/form/src/components/inputs/tag/vs-input-tag.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/vs-input-container.vue.d.ts +44 -0
- package/dist/form/src/components/inputs/vs-input-container.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/vs-input-select.vue.d.ts +27 -0
- package/dist/form/src/components/inputs/vs-input-select.vue.d.ts.map +1 -0
- package/dist/form/src/components/layouts/index.d.ts +100 -0
- package/dist/form/src/components/layouts/index.d.ts.map +1 -0
- package/dist/form/src/components/layouts/vs-compact-form-layout.vue.d.ts +17 -0
- package/dist/form/src/components/layouts/vs-compact-form-layout.vue.d.ts.map +1 -0
- package/dist/form/src/components/layouts/vs-layout-default.vue.d.ts +19 -0
- package/dist/form/src/components/layouts/vs-layout-default.vue.d.ts.map +1 -0
- package/dist/form/src/components/layouts/vs-layout-horizontal.vue.d.ts +19 -0
- package/dist/form/src/components/layouts/vs-layout-horizontal.vue.d.ts.map +1 -0
- package/dist/form/src/components/layouts/vs-layout-inline.vue.d.ts +19 -0
- package/dist/form/src/components/layouts/vs-layout-inline.vue.d.ts.map +1 -0
- package/dist/form/src/components/modal/modal-edit.vue.d.ts +12 -0
- package/dist/form/src/components/modal/modal-edit.vue.d.ts.map +1 -0
- package/dist/form/src/components/ui/vs-calendar.vue.d.ts +37 -0
- package/dist/form/src/components/ui/vs-calendar.vue.d.ts.map +1 -0
- package/dist/form/src/components/ui/vs-popover.vue.d.ts +89 -0
- package/dist/form/src/components/ui/vs-popover.vue.d.ts.map +1 -0
- package/dist/form/src/composables/useForm.d.ts +9 -0
- package/dist/form/src/composables/useForm.d.ts.map +1 -0
- package/dist/form/src/composables/useStyle.d.ts +9 -0
- package/dist/form/src/composables/useStyle.d.ts.map +1 -0
- package/dist/form/src/index.d.ts +7 -0
- package/dist/form/src/index.d.ts.map +1 -0
- package/dist/form/src/plugin/form-plugin.d.ts +10 -0
- package/dist/form/src/plugin/form-plugin.d.ts.map +1 -0
- package/dist/form/src/schema.d.ts +406 -0
- package/dist/form/src/schema.d.ts.map +1 -0
- package/dist/form/src/types/form.d.ts +127 -0
- package/dist/form/src/types/form.d.ts.map +1 -0
- package/dist/form/src/types/rules.d.ts +1 -0
- package/dist/form/src/types/rules.d.ts.map +1 -0
- package/dist/form/src/utils/convertForm.d.ts +4 -0
- package/dist/form/src/utils/convertForm.d.ts.map +1 -0
- package/dist/form/src/utils/dynamicPosition.d.ts +3 -0
- package/dist/form/src/utils/dynamicPosition.d.ts.map +1 -0
- package/dist/form/src/utils/file.api.d.ts +4 -0
- package/dist/form/src/utils/file.api.d.ts.map +1 -0
- package/dist/form/src/utils/file.preview.d.ts +3 -0
- package/dist/form/src/utils/file.preview.d.ts.map +1 -0
- package/dist/form/src/utils/formConditions.d.ts +16 -0
- package/dist/form/src/utils/formConditions.d.ts.map +1 -0
- package/dist/form/src/utils/formRules.d.ts +4 -0
- package/dist/form/src/utils/formRules.d.ts.map +1 -0
- package/dist/form/src/utils/index.d.ts +3 -0
- package/dist/form/src/utils/index.d.ts.map +1 -0
- package/dist/form/src/utils/randomId.d.ts +3 -0
- package/dist/form/src/utils/randomId.d.ts.map +1 -0
- package/dist/index.css +1 -1
- package/dist/index.js +1929 -2276
- package/dist/index.umd.cjs +2 -2
- package/package.json +14 -10
|
@@ -0,0 +1,406 @@
|
|
|
1
|
+
declare const schemaInline: ({
|
|
2
|
+
placeholder: string;
|
|
3
|
+
type: string;
|
|
4
|
+
col: number;
|
|
5
|
+
options?: undefined;
|
|
6
|
+
position?: undefined;
|
|
7
|
+
} | {
|
|
8
|
+
col: number;
|
|
9
|
+
type: string;
|
|
10
|
+
options: {
|
|
11
|
+
text: string;
|
|
12
|
+
id: string;
|
|
13
|
+
}[];
|
|
14
|
+
placeholder?: undefined;
|
|
15
|
+
position?: undefined;
|
|
16
|
+
} | {
|
|
17
|
+
type: string;
|
|
18
|
+
options: {
|
|
19
|
+
text: string;
|
|
20
|
+
id: string;
|
|
21
|
+
}[];
|
|
22
|
+
placeholder?: undefined;
|
|
23
|
+
col?: undefined;
|
|
24
|
+
position?: undefined;
|
|
25
|
+
} | {
|
|
26
|
+
type: string;
|
|
27
|
+
position: string;
|
|
28
|
+
options: {
|
|
29
|
+
text: string;
|
|
30
|
+
id: string;
|
|
31
|
+
}[];
|
|
32
|
+
placeholder?: undefined;
|
|
33
|
+
col?: undefined;
|
|
34
|
+
})[];
|
|
35
|
+
declare const schema: ({
|
|
36
|
+
label: string;
|
|
37
|
+
name: string;
|
|
38
|
+
placeholder: string;
|
|
39
|
+
type: string;
|
|
40
|
+
col: number;
|
|
41
|
+
conditions: (string | number)[];
|
|
42
|
+
options?: undefined;
|
|
43
|
+
multiple?: undefined;
|
|
44
|
+
position?: undefined;
|
|
45
|
+
} | {
|
|
46
|
+
name: string;
|
|
47
|
+
label: string;
|
|
48
|
+
col: number;
|
|
49
|
+
type: string;
|
|
50
|
+
options: {
|
|
51
|
+
text: string;
|
|
52
|
+
id: string;
|
|
53
|
+
}[];
|
|
54
|
+
placeholder?: undefined;
|
|
55
|
+
conditions?: undefined;
|
|
56
|
+
multiple?: undefined;
|
|
57
|
+
position?: undefined;
|
|
58
|
+
} | {
|
|
59
|
+
name: string;
|
|
60
|
+
label: string;
|
|
61
|
+
type: string;
|
|
62
|
+
col: number;
|
|
63
|
+
multiple: boolean;
|
|
64
|
+
placeholder?: undefined;
|
|
65
|
+
conditions?: undefined;
|
|
66
|
+
options?: undefined;
|
|
67
|
+
position?: undefined;
|
|
68
|
+
} | {
|
|
69
|
+
name: string;
|
|
70
|
+
label: string;
|
|
71
|
+
type: string;
|
|
72
|
+
col: number;
|
|
73
|
+
placeholder?: undefined;
|
|
74
|
+
conditions?: undefined;
|
|
75
|
+
options?: undefined;
|
|
76
|
+
multiple?: undefined;
|
|
77
|
+
position?: undefined;
|
|
78
|
+
} | {
|
|
79
|
+
name: string;
|
|
80
|
+
label: string;
|
|
81
|
+
type: string;
|
|
82
|
+
options: {
|
|
83
|
+
text: string;
|
|
84
|
+
id: string;
|
|
85
|
+
}[];
|
|
86
|
+
placeholder?: undefined;
|
|
87
|
+
col?: undefined;
|
|
88
|
+
conditions?: undefined;
|
|
89
|
+
multiple?: undefined;
|
|
90
|
+
position?: undefined;
|
|
91
|
+
} | {
|
|
92
|
+
name: string;
|
|
93
|
+
label: string;
|
|
94
|
+
type: string;
|
|
95
|
+
position: string;
|
|
96
|
+
options: {
|
|
97
|
+
text: string;
|
|
98
|
+
id: string;
|
|
99
|
+
}[];
|
|
100
|
+
placeholder?: undefined;
|
|
101
|
+
col?: undefined;
|
|
102
|
+
conditions?: undefined;
|
|
103
|
+
multiple?: undefined;
|
|
104
|
+
})[];
|
|
105
|
+
declare const schemaContainer: ({
|
|
106
|
+
type: string;
|
|
107
|
+
name: string;
|
|
108
|
+
title: string;
|
|
109
|
+
col: number;
|
|
110
|
+
style: {
|
|
111
|
+
sixe: string;
|
|
112
|
+
};
|
|
113
|
+
conditions: (string | number)[];
|
|
114
|
+
schema: {
|
|
115
|
+
type: string;
|
|
116
|
+
name: string;
|
|
117
|
+
label: string;
|
|
118
|
+
}[];
|
|
119
|
+
view?: undefined;
|
|
120
|
+
isOpen?: undefined;
|
|
121
|
+
label?: undefined;
|
|
122
|
+
} | {
|
|
123
|
+
type: string;
|
|
124
|
+
title: string;
|
|
125
|
+
name: string;
|
|
126
|
+
view: string;
|
|
127
|
+
isOpen: boolean;
|
|
128
|
+
col: number;
|
|
129
|
+
schema: ({
|
|
130
|
+
type: string;
|
|
131
|
+
name: string;
|
|
132
|
+
label: string;
|
|
133
|
+
conditions: (string | number)[];
|
|
134
|
+
} | {
|
|
135
|
+
type: string;
|
|
136
|
+
name: string;
|
|
137
|
+
label: string;
|
|
138
|
+
conditions?: undefined;
|
|
139
|
+
})[];
|
|
140
|
+
style?: undefined;
|
|
141
|
+
conditions?: undefined;
|
|
142
|
+
label?: undefined;
|
|
143
|
+
} | {
|
|
144
|
+
type: string;
|
|
145
|
+
name: string;
|
|
146
|
+
label: string;
|
|
147
|
+
title?: undefined;
|
|
148
|
+
col?: undefined;
|
|
149
|
+
style?: undefined;
|
|
150
|
+
conditions?: undefined;
|
|
151
|
+
schema?: undefined;
|
|
152
|
+
view?: undefined;
|
|
153
|
+
isOpen?: undefined;
|
|
154
|
+
})[];
|
|
155
|
+
declare const account: {
|
|
156
|
+
organization_type: {
|
|
157
|
+
type: string;
|
|
158
|
+
data: string;
|
|
159
|
+
ua: string;
|
|
160
|
+
en: string;
|
|
161
|
+
col: number;
|
|
162
|
+
validators: string[];
|
|
163
|
+
default: string;
|
|
164
|
+
};
|
|
165
|
+
ownership_type: {
|
|
166
|
+
type: string;
|
|
167
|
+
mode: string;
|
|
168
|
+
data: string;
|
|
169
|
+
ua: string;
|
|
170
|
+
en: string;
|
|
171
|
+
col: number;
|
|
172
|
+
validators: string[];
|
|
173
|
+
conditions: string[];
|
|
174
|
+
};
|
|
175
|
+
__d2: {
|
|
176
|
+
type: string;
|
|
177
|
+
title: boolean;
|
|
178
|
+
text: string;
|
|
179
|
+
col: number;
|
|
180
|
+
};
|
|
181
|
+
tags: {
|
|
182
|
+
type: string;
|
|
183
|
+
label: string;
|
|
184
|
+
col: number;
|
|
185
|
+
validators: string[];
|
|
186
|
+
};
|
|
187
|
+
account_name: {
|
|
188
|
+
type: string;
|
|
189
|
+
ua: string;
|
|
190
|
+
en: string;
|
|
191
|
+
col: number;
|
|
192
|
+
validators: string[];
|
|
193
|
+
};
|
|
194
|
+
alternative_name: {
|
|
195
|
+
type: string;
|
|
196
|
+
ua: string;
|
|
197
|
+
en: string;
|
|
198
|
+
col: number;
|
|
199
|
+
};
|
|
200
|
+
id_code: {
|
|
201
|
+
type: string;
|
|
202
|
+
ua: string;
|
|
203
|
+
en: string;
|
|
204
|
+
col: number;
|
|
205
|
+
validators: string[];
|
|
206
|
+
};
|
|
207
|
+
pas_ser: {
|
|
208
|
+
type: string;
|
|
209
|
+
ua: string;
|
|
210
|
+
col: number;
|
|
211
|
+
};
|
|
212
|
+
pas_num: {
|
|
213
|
+
type: string;
|
|
214
|
+
ua: string;
|
|
215
|
+
col: number;
|
|
216
|
+
};
|
|
217
|
+
pas_organ: {
|
|
218
|
+
type: string;
|
|
219
|
+
ua: string;
|
|
220
|
+
col: number;
|
|
221
|
+
};
|
|
222
|
+
pas_date: {
|
|
223
|
+
type: string;
|
|
224
|
+
ua: string;
|
|
225
|
+
col: number;
|
|
226
|
+
};
|
|
227
|
+
email: {
|
|
228
|
+
type: string;
|
|
229
|
+
ua: string;
|
|
230
|
+
en: string;
|
|
231
|
+
col: number;
|
|
232
|
+
validators: {
|
|
233
|
+
type: string;
|
|
234
|
+
regexp: string;
|
|
235
|
+
flags: string;
|
|
236
|
+
message: string;
|
|
237
|
+
}[];
|
|
238
|
+
};
|
|
239
|
+
phone: {
|
|
240
|
+
type: string;
|
|
241
|
+
mask: string;
|
|
242
|
+
ua: string;
|
|
243
|
+
en: string;
|
|
244
|
+
col: number;
|
|
245
|
+
};
|
|
246
|
+
city: {
|
|
247
|
+
type: string;
|
|
248
|
+
ua: string;
|
|
249
|
+
en: string;
|
|
250
|
+
col: number;
|
|
251
|
+
};
|
|
252
|
+
description: {
|
|
253
|
+
type: string;
|
|
254
|
+
ua: string;
|
|
255
|
+
en: string;
|
|
256
|
+
col: number;
|
|
257
|
+
};
|
|
258
|
+
legal_address: {
|
|
259
|
+
type: string;
|
|
260
|
+
ua: string;
|
|
261
|
+
en: string;
|
|
262
|
+
};
|
|
263
|
+
fact_address: {
|
|
264
|
+
type: string;
|
|
265
|
+
ua: string;
|
|
266
|
+
en: string;
|
|
267
|
+
};
|
|
268
|
+
balancer: {
|
|
269
|
+
type: string;
|
|
270
|
+
ua: string;
|
|
271
|
+
i: string;
|
|
272
|
+
col: number;
|
|
273
|
+
};
|
|
274
|
+
fund_manager: {
|
|
275
|
+
type: string;
|
|
276
|
+
view: string;
|
|
277
|
+
text: string;
|
|
278
|
+
i: string;
|
|
279
|
+
col: number;
|
|
280
|
+
};
|
|
281
|
+
};
|
|
282
|
+
declare const allFields: {
|
|
283
|
+
text: {
|
|
284
|
+
type: string;
|
|
285
|
+
ua: string;
|
|
286
|
+
placeholder: string;
|
|
287
|
+
};
|
|
288
|
+
textarea: {
|
|
289
|
+
type: string;
|
|
290
|
+
ua: string;
|
|
291
|
+
placeholder: string;
|
|
292
|
+
};
|
|
293
|
+
mask: {
|
|
294
|
+
type: string;
|
|
295
|
+
ua: string;
|
|
296
|
+
name: string;
|
|
297
|
+
mask: string;
|
|
298
|
+
placeholderChar: string;
|
|
299
|
+
placeholder: string;
|
|
300
|
+
};
|
|
301
|
+
number: {
|
|
302
|
+
type: string;
|
|
303
|
+
ua: string;
|
|
304
|
+
placeholder: string;
|
|
305
|
+
};
|
|
306
|
+
radio: {
|
|
307
|
+
type: string;
|
|
308
|
+
ua: string;
|
|
309
|
+
options: {
|
|
310
|
+
id: string;
|
|
311
|
+
text: string;
|
|
312
|
+
}[];
|
|
313
|
+
};
|
|
314
|
+
checkbox: {
|
|
315
|
+
type: string;
|
|
316
|
+
ua: string;
|
|
317
|
+
options: {
|
|
318
|
+
id: string;
|
|
319
|
+
text: string;
|
|
320
|
+
}[];
|
|
321
|
+
};
|
|
322
|
+
switcher: {
|
|
323
|
+
type: string;
|
|
324
|
+
ua: string;
|
|
325
|
+
label: string;
|
|
326
|
+
i: string;
|
|
327
|
+
text: string;
|
|
328
|
+
view: string;
|
|
329
|
+
};
|
|
330
|
+
select: {
|
|
331
|
+
type: string;
|
|
332
|
+
ua: string;
|
|
333
|
+
options: {
|
|
334
|
+
id: string;
|
|
335
|
+
color: string;
|
|
336
|
+
text: string;
|
|
337
|
+
}[];
|
|
338
|
+
};
|
|
339
|
+
selectMulti: {
|
|
340
|
+
type: string;
|
|
341
|
+
ua: string;
|
|
342
|
+
options: {
|
|
343
|
+
id: string;
|
|
344
|
+
text: string;
|
|
345
|
+
}[];
|
|
346
|
+
multi: boolean;
|
|
347
|
+
};
|
|
348
|
+
static: {
|
|
349
|
+
type: string;
|
|
350
|
+
ua: string;
|
|
351
|
+
text: string;
|
|
352
|
+
};
|
|
353
|
+
date: {
|
|
354
|
+
type: string;
|
|
355
|
+
ua: string;
|
|
356
|
+
};
|
|
357
|
+
file: {
|
|
358
|
+
type: string;
|
|
359
|
+
ua: string;
|
|
360
|
+
props: {
|
|
361
|
+
format: string;
|
|
362
|
+
multiple: string;
|
|
363
|
+
};
|
|
364
|
+
};
|
|
365
|
+
fileList: {
|
|
366
|
+
type: string;
|
|
367
|
+
ua: string;
|
|
368
|
+
props: {
|
|
369
|
+
id: string;
|
|
370
|
+
prefix: string;
|
|
371
|
+
};
|
|
372
|
+
};
|
|
373
|
+
html: {
|
|
374
|
+
type: string;
|
|
375
|
+
ua: string;
|
|
376
|
+
text: string;
|
|
377
|
+
};
|
|
378
|
+
email: {
|
|
379
|
+
type: string;
|
|
380
|
+
ua: string;
|
|
381
|
+
placeholder: string;
|
|
382
|
+
};
|
|
383
|
+
datatable: {
|
|
384
|
+
type: string;
|
|
385
|
+
ua: string;
|
|
386
|
+
colModel: {
|
|
387
|
+
key: string;
|
|
388
|
+
ua: string;
|
|
389
|
+
type: string;
|
|
390
|
+
}[];
|
|
391
|
+
};
|
|
392
|
+
map: {
|
|
393
|
+
type: string;
|
|
394
|
+
ua: string;
|
|
395
|
+
props: {};
|
|
396
|
+
};
|
|
397
|
+
tag: {
|
|
398
|
+
type: string;
|
|
399
|
+
ua: string;
|
|
400
|
+
props: {
|
|
401
|
+
placeholder: string;
|
|
402
|
+
};
|
|
403
|
+
};
|
|
404
|
+
};
|
|
405
|
+
export { allFields, schema, schemaInline, schemaContainer, account, };
|
|
406
|
+
//# sourceMappingURL=schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../src/schema.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA8DjB,CAAC;AAEF,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAqEX,CAAC;AAEF,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAuFpB,CAAC;AAEF,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8IZ,CAAC;AAEF,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6Jd,CAAC;AACF,OAAO,EACL,SAAS,EAAE,MAAM,EAAE,YAAY,EAAE,eAAe,EAAE,OAAO,GAC1D,CAAC"}
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
export interface IErrors {
|
|
2
|
+
[key: string]: string | boolean;
|
|
3
|
+
}
|
|
4
|
+
export interface IForm {
|
|
5
|
+
value: Record<string, any>;
|
|
6
|
+
errors: IErrors;
|
|
7
|
+
reset: () => void;
|
|
8
|
+
validate: () => void;
|
|
9
|
+
formId: string;
|
|
10
|
+
}
|
|
11
|
+
export interface IOption {
|
|
12
|
+
id: number | string;
|
|
13
|
+
text: string;
|
|
14
|
+
color?: string;
|
|
15
|
+
}
|
|
16
|
+
export type Conditions = any[];
|
|
17
|
+
export interface ISchemaItem {
|
|
18
|
+
name: string;
|
|
19
|
+
rules?: (string | object)[];
|
|
20
|
+
schema?: ISchemaItem[];
|
|
21
|
+
label?: string;
|
|
22
|
+
type?: string;
|
|
23
|
+
col?: number;
|
|
24
|
+
placeholder?: string;
|
|
25
|
+
conditions?: Conditions | Conditions[];
|
|
26
|
+
multiple?: boolean;
|
|
27
|
+
disabled?: boolean;
|
|
28
|
+
behavior?: Object;
|
|
29
|
+
}
|
|
30
|
+
export interface ILayoutProps {
|
|
31
|
+
item?: any;
|
|
32
|
+
layout?: string;
|
|
33
|
+
style?: any;
|
|
34
|
+
type?: string;
|
|
35
|
+
error?: string | boolean;
|
|
36
|
+
}
|
|
37
|
+
export interface IInputProps {
|
|
38
|
+
style?: Record<string, any>;
|
|
39
|
+
customClass?: string;
|
|
40
|
+
disabled?: boolean;
|
|
41
|
+
modelValue?: any;
|
|
42
|
+
error?: string | null;
|
|
43
|
+
name?: string;
|
|
44
|
+
placeholder?: string;
|
|
45
|
+
}
|
|
46
|
+
export interface IInputMaskProps extends IInputProps {
|
|
47
|
+
name?: string;
|
|
48
|
+
mask?: string;
|
|
49
|
+
unmask?: boolean;
|
|
50
|
+
placeholder?: string;
|
|
51
|
+
}
|
|
52
|
+
export interface IInputStaticProps extends IInputProps {
|
|
53
|
+
text?: string;
|
|
54
|
+
html?: string;
|
|
55
|
+
}
|
|
56
|
+
export interface IInputSwitchProps extends IInputProps {
|
|
57
|
+
rules?: (string | object)[];
|
|
58
|
+
view?: string;
|
|
59
|
+
label?: string;
|
|
60
|
+
i?: string;
|
|
61
|
+
text?: string;
|
|
62
|
+
}
|
|
63
|
+
export interface IInputDateProps extends IInputProps {
|
|
64
|
+
clearable?: boolean;
|
|
65
|
+
now?: boolean;
|
|
66
|
+
editable?: boolean;
|
|
67
|
+
time?: boolean;
|
|
68
|
+
isInfinity?: boolean;
|
|
69
|
+
}
|
|
70
|
+
export interface IInputFileProps extends IInputProps {
|
|
71
|
+
format?: string;
|
|
72
|
+
multiple?: boolean;
|
|
73
|
+
}
|
|
74
|
+
export interface IInputFileListProps extends IInputProps {
|
|
75
|
+
id?: string;
|
|
76
|
+
prefix?: string;
|
|
77
|
+
}
|
|
78
|
+
export interface IInputCheckboxProps extends IInputProps {
|
|
79
|
+
options?: IOption[];
|
|
80
|
+
position?: string;
|
|
81
|
+
slots?: Record<string, any> | null;
|
|
82
|
+
colSpan?: number;
|
|
83
|
+
data?: string;
|
|
84
|
+
view?: string;
|
|
85
|
+
}
|
|
86
|
+
export interface IInputRadioProps extends IInputProps {
|
|
87
|
+
options?: IOption[];
|
|
88
|
+
position?: string;
|
|
89
|
+
view?: string;
|
|
90
|
+
}
|
|
91
|
+
export interface IInputTableProps extends IInputProps {
|
|
92
|
+
colModel?: {
|
|
93
|
+
key: string;
|
|
94
|
+
ua: string;
|
|
95
|
+
type: string;
|
|
96
|
+
data?: string;
|
|
97
|
+
validators?: [];
|
|
98
|
+
}[];
|
|
99
|
+
}
|
|
100
|
+
export interface IInputSelectProps extends IInputProps {
|
|
101
|
+
multiple?: boolean;
|
|
102
|
+
disabled?: boolean;
|
|
103
|
+
mode?: string;
|
|
104
|
+
search?: boolean;
|
|
105
|
+
placeholder?: string;
|
|
106
|
+
prefix?: string;
|
|
107
|
+
host?: string;
|
|
108
|
+
data?: string;
|
|
109
|
+
options?: IOption[];
|
|
110
|
+
maxHeight?: number;
|
|
111
|
+
add?: {
|
|
112
|
+
model: string;
|
|
113
|
+
form: string;
|
|
114
|
+
token: string;
|
|
115
|
+
api: string;
|
|
116
|
+
};
|
|
117
|
+
}
|
|
118
|
+
export interface TagInputProps extends IInputProps {
|
|
119
|
+
unique?: boolean;
|
|
120
|
+
}
|
|
121
|
+
export interface LayoutProps {
|
|
122
|
+
ua?: string;
|
|
123
|
+
item: any;
|
|
124
|
+
error?: string | boolean;
|
|
125
|
+
label?: string;
|
|
126
|
+
}
|
|
127
|
+
//# sourceMappingURL=form.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"form.d.ts","sourceRoot":"","sources":["../../../../src/types/form.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=rules.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rules.d.ts","sourceRoot":"","sources":["../../../../src/types/rules.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"convertForm.d.ts","sourceRoot":"","sources":["../../../../src/utils/convertForm.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAiBjD,iBAAS,aAAa,CAAC,YAAY,EAAE,GAAG,GAAG,WAAW,EAAE,CAkCvD;AACD,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dynamicPosition.d.ts","sourceRoot":"","sources":["../../../../src/utils/dynamicPosition.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,GAC1B,WAAW,MAAM,EACjB,SAAS,WAAW,EACpB,SAAS,WAAW,EACpB,YAAQ,kBAuJT,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare const fileUpload: (file: string, id: string, form: string, table: string) => Promise<any>;
|
|
2
|
+
export declare const fileDelete: (filepath: string) => Promise<boolean>;
|
|
3
|
+
export declare const fileDownload: (filepath: string) => Promise<void>;
|
|
4
|
+
//# sourceMappingURL=file.api.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file.api.d.ts","sourceRoot":"","sources":["../../../../src/utils/file.api.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,GAAU,MAAM,MAAM,EAAE,IAAI,MAAM,EAAE,MAAM,MAAM,EAAE,OAAO,MAAM,iBAsBrF,CAAC;AAEF,eAAO,MAAM,UAAU,GAAU,UAAU,MAAM,qBAShD,CAAC;AAEF,eAAO,MAAM,YAAY,GAAU,UAAU,MAAM,kBAgBlD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file.preview.d.ts","sourceRoot":"","sources":["../../../../src/utils/file.preview.ts"],"names":[],"mappings":"AAiBA,eAAO,MAAM,iBAAiB,GAAI,MAAM,MAAM,QAsB7C,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare const FormConditionsTypes: {
|
|
2
|
+
readonly Equal: "==";
|
|
3
|
+
readonly Inequal: "!=";
|
|
4
|
+
readonly Higer: ">";
|
|
5
|
+
readonly HigerOrEqual: ">=";
|
|
6
|
+
readonly Lower: "<";
|
|
7
|
+
readonly LowerOrEqual: "<=";
|
|
8
|
+
readonly Between: "between";
|
|
9
|
+
readonly StartWith: "^";
|
|
10
|
+
readonly EndWith: "$";
|
|
11
|
+
readonly Contain: "*";
|
|
12
|
+
readonly In: "in";
|
|
13
|
+
readonly NotIn: "not_in";
|
|
14
|
+
};
|
|
15
|
+
export declare const isVisible: (value: any, condition: any[]) => boolean;
|
|
16
|
+
//# sourceMappingURL=formConditions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"formConditions.d.ts","sourceRoot":"","sources":["../../../../src/utils/formConditions.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;CAatB,CAAC;AA0CX,eAAO,MAAM,SAAS,GAAI,OAAO,GAAG,EAAE,WAAW,GAAG,EAAE,YA8BrD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"formRules.d.ts","sourceRoot":"","sources":["../../../../src/utils/formRules.ts"],"names":[],"mappings":"AA0CA,eAAO,MAAM,cAAc,GAAI,OAAO,GAAG,EAAE,MAAM,GAAG,qBAcnD,CAAC;;AACF,wBAAoB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"randomId.d.ts","sourceRoot":"","sources":["../../../../src/utils/randomId.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,GAAI,eAAW,WAAoD,CAAC;AAE5F,eAAe,WAAW,CAAC"}
|
package/dist/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@charset "UTF-8";.grid[data-v-
|
|
1
|
+
@charset "UTF-8";.grid[data-v-54f9e19c]{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem}.item-file:hover>div[data-v-0ca886b3]{display:flex!important;background-color:#00000080}.widget-file .vs-button{background-color:#2563eb;color:#fff;font-size:.875rem;line-height:1.25rem;font-weight:600}.ui-dialog__modal div.flex.justify-between.items-center.py-3.px-4.border-b{border-bottom-width:0px;--tw-text-opacity: 1;color:#1f2937;font-weight:500;font-size:1.125rem;line-height:1.75rem;padding-bottom:0rem}.ui-dialog__modal .ui-dialog__content .p-4{padding-top:0rem}.slide-fade-enter-active[data-v-90320b87],.slide-fade-leave-active[data-v-90320b87]{transition:all .3s ease}.slide-fade-enter-from[data-v-90320b87],.slide-fade-leave-to[data-v-90320b87]{max-height:0;opacity:0;transform:translateY(-10px)}.slide-fade-enter-to[data-v-90320b87],.slide-fade-leave-from[data-v-90320b87]{max-height:1000px;opacity:1;transform:translateY(0)}.slide-fade-enter-active[data-v-590eff11],.slide-fade-leave-active[data-v-590eff11]{transition:all .3s ease}.slide-fade-enter-from[data-v-590eff11],.slide-fade-leave-to[data-v-590eff11]{max-height:0;opacity:0;transform:translateY(-10px)}.slide-fade-enter-to[data-v-590eff11],.slide-fade-leave-from[data-v-590eff11]{max-height:1000px;opacity:1;transform:translateY(0)}.vs-ctrl-group[data-v-d73d6cfa]{display:inline-flex;flex-direction:column;background:#fff;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden;box-shadow:0 1px 2px #0000000a;gap:2px}.vs-btn[data-v-d73d6cfa]{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:none;cursor:pointer;border-radius:.375rem;transition:background-color .15s ease,color .15s ease,opacity .15s}.vs-btn svg[data-v-d73d6cfa]{width:16px;height:16px;stroke:currentColor;fill:none;color:#3c3c43;stroke-width:2}.vs-btn[data-v-d73d6cfa]:hover,.vs-active[data-v-d73d6cfa]{background:#2563eb;color:#fff}.vs-btn[data-v-d73d6cfa]:disabled{opacity:.5;cursor:not-allowed}.vs-btn-danger[data-v-d73d6cfa]:hover{background:#ef4444;color:#fff}.ring-2[data-v-d73d6cfa]{box-shadow:0 0 0 2px #3b82f699}.leaflet-map-wrapper .leaflet-container[data-v-d73d6cfa]{font:inherit}.vs-btn-row[data-v-d73d6cfa]{@apply inline-flex items-center gap-2 text-sm font-medium border rounded-md px-3 py-2 bg-white text-blue-600 border-stone-200 hover:bg-blue-500 hover:text-white hover:border-blue-500 focus:outline-none focus:ring-1 focus:ring-blue-500 focus:ring-offset-1 transition;}.vs-btn-row[data-v-d73d6cfa]:disabled{@apply opacity-50 cursor-not-allowed bg-gray-100 text-gray-400 border-gray-200 hover:bg-gray-100 hover:text-gray-400;}.fullscreen[data-v-d73d6cfa]{position:fixed!important;inset:0;width:100vw!important;height:100vh!important;z-index:9999;background:#fff}.tool[data-v-d73d6cfa]{line-height:1}
|