@opengis/form 0.0.19 → 0.0.22
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/components/inputs/base/vs-input-mask.vue.d.ts.map +1 -1
- package/dist/components/inputs/date/vs-date-text.vue.d.ts.map +1 -1
- package/dist/components/inputs/date/vs-input-date.vue.d.ts.map +1 -1
- package/dist/components/inputs/date/vs-input-date1.vue.d.ts +4 -8
- package/dist/components/inputs/date/vs-input-date1.vue.d.ts.map +1 -1
- package/dist/components/inputs/index.d.ts +10 -19
- package/dist/components/inputs/index.d.ts.map +1 -1
- package/dist/components/inputs/map/vs-input-map.vue.d.ts +3 -3
- package/dist/components/inputs/map/vs-input-map.vue.d.ts.map +1 -1
- package/dist/components/inputs/vs-input-select.vue.d.ts +4 -9
- package/dist/components/inputs/vs-input-select.vue.d.ts.map +1 -1
- package/dist/components/layouts/vs-layout-default.vue.d.ts.map +1 -1
- package/dist/components/modal/modal-edit.vue.d.ts.map +1 -1
- package/dist/composables/i18n.d.ts +3 -0
- package/dist/composables/i18n.d.ts.map +1 -0
- package/dist/composables/useLocale.d.ts +2 -0
- package/dist/composables/useLocale.d.ts.map +1 -0
- package/dist/index.css +1 -1
- package/dist/index.js +1277 -1268
- package/dist/index.umd.cjs +2 -2
- package/dist/plugin/form-plugin.d.ts +1 -1
- package/dist/plugin/form-plugin.d.ts.map +1 -1
- package/dist/types/form.d.ts +10 -0
- package/dist/types/form.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/components/ui/vs-popover.vue.d.ts +0 -89
- package/dist/components/ui/vs-popover.vue.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-input-mask.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/base/vs-input-mask.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vs-input-mask.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/base/vs-input-mask.vue"],"names":[],"mappings":"AA6FA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEtD,KAAK,WAAW,GAAG,eAAe,CAAC;AA+EnC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;;;AAoDF,wBAQG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-date-text.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/date/vs-date-text.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vs-date-text.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/date/vs-date-text.vue"],"names":[],"mappings":"AAuCA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,KAAK,WAAW,GAAG,WAAW,CAAC;AAuB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,GAAG,CAAC;CAChB,CAAC;;;;;;;;;AA8CF,wBAQG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-input-date.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/date/vs-input-date.vue"],"names":[],"mappings":"AA8PA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"vs-input-date.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/date/vs-input-date.vue"],"names":[],"mappings":"AA8PA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;;;;;;;;;;;;;;;;AA0ctD,wBAQG"}
|
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
import { IInputProps } from "../../../types/form";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
-
"update:modelValue": (value: string) => any;
|
|
8
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
9
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2
|
+
declare const _default: import("vue").DefineComponent<IInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
3
|
+
"update:modelValue": (v: string) => any;
|
|
4
|
+
}, string, import("vue").PublicProps, Readonly<IInputProps> & Readonly<{
|
|
5
|
+
"onUpdate:modelValue"?: ((v: string) => any) | undefined;
|
|
10
6
|
}>, {
|
|
11
7
|
style: Record<string, any>;
|
|
12
8
|
customClass: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-input-date1.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/date/vs-input-date1.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vs-input-date1.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/date/vs-input-date1.vue"],"names":[],"mappings":"AA0CA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;;;;;;;;;;;AA4ElD,wBAQG"}
|
|
@@ -95,17 +95,12 @@ declare const _default: {
|
|
|
95
95
|
view: string;
|
|
96
96
|
position: string;
|
|
97
97
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
98
|
-
'vs-input-select': import("vue").DefineComponent<import("../../types/form.js").IInputSelectProps & {
|
|
99
|
-
modelValue?: number | string | null | Array<number | string>;
|
|
100
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
101
|
-
"update:modelValue": (value: string | number | (string | number)[] | null) => any;
|
|
102
|
-
} & {
|
|
98
|
+
'vs-input-select': import("vue").DefineComponent<import("../../types/form.js").IInputSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
103
99
|
change: (value: string | number | (string | number)[] | null) => any;
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
}> & Readonly<{
|
|
100
|
+
"update:modelValue": (value: any) => any;
|
|
101
|
+
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputSelectProps> & Readonly<{
|
|
107
102
|
onChange?: ((value: string | number | (string | number)[] | null) => any) | undefined;
|
|
108
|
-
"onUpdate:modelValue"?: ((value:
|
|
103
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
109
104
|
}>, {
|
|
110
105
|
multiple: boolean;
|
|
111
106
|
prefix: string;
|
|
@@ -183,14 +178,10 @@ declare const _default: {
|
|
|
183
178
|
title: string;
|
|
184
179
|
schema: import("../../types/form.js").ISchemaItem[];
|
|
185
180
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
186
|
-
'vs-input-date': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
|
|
187
|
-
modelValue
|
|
188
|
-
},
|
|
189
|
-
"
|
|
190
|
-
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps & {
|
|
191
|
-
modelValue?: string;
|
|
192
|
-
}> & Readonly<{
|
|
193
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
181
|
+
'vs-input-date': import("vue").DefineComponent<import("../../types/form.js").IInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
182
|
+
"update:modelValue": (v: string) => any;
|
|
183
|
+
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps> & Readonly<{
|
|
184
|
+
"onUpdate:modelValue"?: ((v: string) => any) | undefined;
|
|
194
185
|
}>, {
|
|
195
186
|
style: Record<string, any>;
|
|
196
187
|
customClass: string;
|
|
@@ -246,9 +237,9 @@ declare const _default: {
|
|
|
246
237
|
}> & Readonly<{
|
|
247
238
|
"onUpdate:modelValue"?: ((value: any[]) => any) | undefined;
|
|
248
239
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
249
|
-
'vs-input-map': import("vue").DefineComponent<import("../../types/form.js").
|
|
240
|
+
'vs-input-map': import("vue").DefineComponent<import("../../types/form.js").IInputMapProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
250
241
|
"update:modelValue": (...args: any[]) => void;
|
|
251
|
-
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").
|
|
242
|
+
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputMapProps> & Readonly<{
|
|
252
243
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
253
244
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
254
245
|
'vs-input-file-list': import("vue").DefineComponent<import("../../types/form.js").IInputFileListProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/inputs/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/inputs/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuBA,wBAqBE"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
declare const _default: import("vue").DefineComponent<
|
|
1
|
+
import type { IInputMapProps } from "../../../types/form.ts";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<IInputMapProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3
3
|
"update:modelValue": (...args: any[]) => void;
|
|
4
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
4
|
+
}, string, import("vue").PublicProps, Readonly<IInputMapProps> & Readonly<{
|
|
5
5
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
6
6
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-input-map.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/map/vs-input-map.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vs-input-map.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/map/vs-input-map.vue"],"names":[],"mappings":"AAklBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;;;;;;AAivB7D,wBAOG"}
|
|
@@ -1,15 +1,10 @@
|
|
|
1
1
|
import { IInputSelectProps, IOption } from '../../types/form';
|
|
2
|
-
|
|
3
|
-
type __VLS_PublicProps = __VLS_Props & {
|
|
4
|
-
modelValue?: number | string | null | Array<number | string>;
|
|
5
|
-
};
|
|
6
|
-
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
-
"update:modelValue": (value: string | number | (string | number)[] | null) => any;
|
|
8
|
-
} & {
|
|
2
|
+
declare const _default: import("vue").DefineComponent<IInputSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
9
3
|
change: (value: string | number | (string | number)[] | null) => any;
|
|
10
|
-
|
|
4
|
+
"update:modelValue": (value: any) => any;
|
|
5
|
+
}, string, import("vue").PublicProps, Readonly<IInputSelectProps> & Readonly<{
|
|
11
6
|
onChange?: ((value: string | number | (string | number)[] | null) => any) | undefined;
|
|
12
|
-
"onUpdate:modelValue"?: ((value:
|
|
7
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
13
8
|
}>, {
|
|
14
9
|
multiple: boolean;
|
|
15
10
|
prefix: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-input-select.vue.d.ts","sourceRoot":"","sources":["../../../src/components/inputs/vs-input-select.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vs-input-select.vue.d.ts","sourceRoot":"","sources":["../../../src/components/inputs/vs-input-select.vue"],"names":[],"mappings":"AA2kBA,OAAO,EAAE,iBAAiB,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;;;;;;;;;;;;;;;;;;;;AAs0B9D,wBAQG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-layout-default.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layouts/vs-layout-default.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vs-layout-default.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layouts/vs-layout-default.vue"],"names":[],"mappings":"AAuCA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AA+EvD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAsB/C,QAAA,MAAM,eAAe;;;;;6EAOnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"modal-edit.vue.d.ts","sourceRoot":"","sources":["../../../src/components/modal/modal-edit.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"modal-edit.vue.d.ts","sourceRoot":"","sources":["../../../src/components/modal/modal-edit.vue"],"names":[],"mappings":"AAoIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;;;;;;;;;;AAmO/D,wBAOG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../src/composables/i18n.ts"],"names":[],"mappings":"wBAWK,GAAG;AAXR,wBAWS"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useLocale.d.ts","sourceRoot":"","sources":["../../src/composables/useLocale.ts"],"names":[],"mappings":"AAUA,MAAM,CAAC,OAAO,UAAU,SAAS,QAGhC"}
|
package/dist/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@charset "UTF-8";.grid[data-v-
|
|
1
|
+
@charset "UTF-8";.grid[data-v-91f3584a]{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-55d330eb]{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-55d330eb]{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-55d330eb]{width:16px;height:16px;stroke:currentColor;fill:none;color:#3c3c43;stroke-width:2}.vs-btn[data-v-55d330eb]:hover,.vs-active[data-v-55d330eb]{background:#2563eb;color:#fff}.vs-btn[data-v-55d330eb]:disabled{opacity:.5;cursor:not-allowed}.vs-btn-danger[data-v-55d330eb]:hover{background:#ef4444;color:#fff}.ring-2[data-v-55d330eb]{box-shadow:0 0 0 2px #3b82f699}.leaflet-map-wrapper .leaflet-container[data-v-55d330eb]{font:inherit}.vs-btn-row[data-v-55d330eb]{@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-55d330eb]: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-55d330eb]{position:fixed!important;inset:0;width:100vw!important;height:100vh!important;z-index:9999;background:#fff}.tool[data-v-55d330eb]{line-height:1}
|