@opengis/form 0.0.153 → 0.0.155
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/{index-COzdgpYA.js → index-_7bsXqQK.js} +4481 -4199
- package/dist/index.js +26 -25
- package/dist/index.umd.cjs +22 -22
- package/dist/src/components/form/vs-compact-form.vue.d.ts +1 -1
- package/dist/src/components/form/vs-compact-form.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/address/vs-input-address.vue.d.ts +1 -1
- package/dist/src/components/inputs/array/vs-input-array.vue.d.ts +2 -2
- package/dist/src/components/inputs/array-select/vs-input-array-select.vue.d.ts +3 -3
- package/dist/src/components/inputs/base/vs-input-color.vue.d.ts +2 -2
- package/dist/src/components/inputs/base/vs-input-email.vue.d.ts +2 -2
- package/dist/src/components/inputs/base/vs-input-mask.vue.d.ts +2 -2
- package/dist/src/components/inputs/base/vs-input-number.vue.d.ts +2 -2
- package/dist/src/components/inputs/base/vs-input-password.vue.d.ts +2 -2
- package/dist/src/components/inputs/base/vs-input-range.vue.d.ts +2 -2
- package/dist/src/components/inputs/base/vs-input-range.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/base/vs-input-switcher.vue.d.ts +3 -3
- package/dist/src/components/inputs/base/vs-input-tel.vue.d.ts +2 -2
- package/dist/src/components/inputs/base/vs-input-text.vue.d.ts +2 -2
- package/dist/src/components/inputs/base/vs-input-textarea.vue.d.ts +2 -2
- package/dist/src/components/inputs/date/datepicker/Datepicker.vue.d.ts +2 -2
- package/dist/src/components/inputs/date/vs-date-text.vue.d.ts +1 -1
- package/dist/src/components/inputs/date/vs-input-date.vue.d.ts +2 -2
- package/dist/src/components/inputs/date/vs-input-date1.vue.d.ts +2 -2
- package/dist/src/components/inputs/date/vs-input-date1.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/date/vs-input-date2.vue.d.ts +2 -2
- package/dist/src/components/inputs/date/vs-input-time.vue.d.ts +2 -2
- package/dist/src/components/inputs/index.d.ts +144 -54
- package/dist/src/components/inputs/index.d.ts.map +1 -1
- package/dist/src/components/inputs/list/vs-input-dataform.vue.d.ts +1 -1
- package/dist/src/components/inputs/map/vs-input-map.vue.d.ts +1 -1
- package/dist/src/components/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts +1 -1
- package/dist/src/components/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/options/checkbox/vs-checkbox-default.vue.d.ts +2 -2
- package/dist/src/components/inputs/options/checkbox/vs-checkbox-default.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts +2 -2
- package/dist/src/components/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/options/radio/index.d.ts +2 -2
- package/dist/src/components/inputs/options/radio/vs-input-radio-buttons.vue.d.ts +1 -1
- package/dist/src/components/inputs/options/radio/vs-input-radio-buttons.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/options/radio/vs-input-radio-default.vue.d.ts +1 -1
- package/dist/src/components/inputs/options/radio/vs-input-radio-default.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/richtext/vs-input-richtext.vue.d.ts +2 -2
- package/dist/src/components/inputs/richtext/vs-input-richtext.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/tag/vs-input-tag.vue.d.ts +2 -2
- package/dist/src/components/inputs/vs-input-container.vue.d.ts +2 -2
- package/dist/src/components/inputs/vs-input-inline-select.vue.d.ts +30 -0
- package/dist/src/components/inputs/vs-input-inline-select.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/vs-input-select.vue.d.ts +4 -4
- package/dist/src/components/inputs/vs-input-text-array.vue.d.ts +2 -2
- package/dist/src/components/inputs/vs-input-text-array.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/index.d.ts +9 -9
- package/dist/src/components/layouts/vs-compact-form-layout.vue.d.ts +2 -2
- package/dist/src/components/layouts/vs-compact-form-layout.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/vs-layout-horizontal.vue.d.ts +3 -3
- package/dist/src/index.d.ts +1 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/richtext/components/shared-components/vs-form-color-picker.vue.d.ts +4 -4
- package/dist/src/richtext/components/shared-components/vs-popover.vue.d.ts +2 -2
- package/dist/src/richtext/components/shared-components/vs-text.vue.d.ts +3 -3
- package/dist/src/richtext/components/vs-markdown-richtext.vue.d.ts +1 -1
- package/dist/src/richtext/components/vs-markdown-richtext.vue.d.ts.map +1 -1
- package/dist/src/schema.d.ts.map +1 -1
- package/dist/src/types/form.d.ts +3 -0
- package/dist/src/types/form.d.ts.map +1 -1
- package/dist/src/utils/convertForm.d.ts.map +1 -1
- package/dist/{vs-richtext-BJZllwDF.js → vs-richtext-B0sui0px.js} +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,39 +1,40 @@
|
|
|
1
|
-
import { c as t, a as n,
|
|
1
|
+
import { c as t, a as n, H as e, G as u, I as p, V as I, D as V, m as r, q as l, v as i, j as o, o as c, p as x, t as d, E as h, h as g, b as S, e as m, n as y, l as A, w as C, s as M, C as T, g as b, f as k, B as E, k as F, d as f, F as v, u as D, a as L, i as R, x as w, y as j, r as q, z, A as B } from "./index-_7bsXqQK.js";
|
|
2
2
|
export {
|
|
3
3
|
t as ModalEdit,
|
|
4
4
|
n as VForm,
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
e as VsInputAddress,
|
|
6
|
+
u as VsInputArray,
|
|
7
7
|
p as VsInputArraySelect,
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
I as VsInputCheckbox,
|
|
9
|
+
V as VsInputCodegen,
|
|
10
10
|
r as VsInputColor,
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
l as VsInputContainer,
|
|
12
|
+
i as VsInputDate,
|
|
13
13
|
o as VsInputEmail,
|
|
14
14
|
c as VsInputFile,
|
|
15
15
|
x as VsInputFileList,
|
|
16
|
-
d as
|
|
17
|
-
h as
|
|
18
|
-
g as
|
|
16
|
+
d as VsInputInlineSelect,
|
|
17
|
+
h as VsInputKeyValue,
|
|
18
|
+
g as VsInputMask,
|
|
19
|
+
S as VsInputMonaco,
|
|
19
20
|
m as VsInputNumber,
|
|
20
21
|
y as VsInputRadio,
|
|
21
22
|
A as VsInputRange,
|
|
22
23
|
C as VsInputRichtext,
|
|
23
24
|
M as VsInputSelect,
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
25
|
+
T as VsInputSlug,
|
|
26
|
+
b as VsInputStatic,
|
|
27
|
+
k as VsInputSwitcher,
|
|
28
|
+
E as VsInputTag,
|
|
29
|
+
F as VsInputTel,
|
|
30
|
+
f as VsInputText,
|
|
31
|
+
v as VsInputTextArray,
|
|
32
|
+
D as VsInputTextarea,
|
|
33
|
+
L as default,
|
|
34
|
+
R as inputs,
|
|
35
|
+
w as richtextLocaleEn,
|
|
36
|
+
j as richtextLocaleUk,
|
|
37
|
+
q as richtextMessages,
|
|
38
|
+
z as vsInputDatatable,
|
|
39
|
+
B as vsInputMap
|
|
39
40
|
};
|