@opengis/form 0.0.33 → 0.0.35
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/form/vs-compact-form.vue.d.ts.map +1 -1
- package/dist/components/inputs/index.d.ts +21 -0
- package/dist/components/inputs/index.d.ts.map +1 -1
- package/dist/components/layouts/index.d.ts +32 -0
- package/dist/components/layouts/index.d.ts.map +1 -1
- package/dist/components/layouts/vs-layout-settings.vue.d.ts +19 -0
- package/dist/components/layouts/vs-layout-settings.vue.d.ts.map +1 -0
- package/dist/index.js +1104 -1034
- package/dist/index.umd.cjs +3 -3
- package/package.json +67 -67
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-compact-form.vue.d.ts","sourceRoot":"","sources":["../../../src/components/form/vs-compact-form.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vs-compact-form.vue.d.ts","sourceRoot":"","sources":["../../../src/components/form/vs-compact-form.vue"],"names":[],"mappings":"AAkGA,OAAO,KAAK,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAM3D,UAAU,SAAS;IACjB,MAAM,EAAE,WAAW,EAAE,GAAG,GAAG,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,KAAK,WAAW,GAAG,SAAS,CAAC;AA4D7B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,MAAM,CAAC,EAAE,KAAK,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAC9B,CAAC;;;;;;;;;;;;;;;;;WArEQ,MAAM;YAEL,MAAM;YAHP,WAAW,EAAE,GAAG,GAAG;YAIlB,MAAM;;AA+JjB,wBASG"}
|
|
@@ -352,6 +352,27 @@ declare const _default: {
|
|
|
352
352
|
disabled: boolean;
|
|
353
353
|
placeholder: string;
|
|
354
354
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
355
|
+
'vs-input-native-select': import("vue").DefineComponent<import("../../types/form.js").IInputSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
356
|
+
change: (value: string | number | (string | number)[] | null) => any;
|
|
357
|
+
"update:modelValue": (value: any) => any;
|
|
358
|
+
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputSelectProps> & Readonly<{
|
|
359
|
+
onChange?: ((value: string | number | (string | number)[] | null) => any) | undefined;
|
|
360
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
361
|
+
}>, {
|
|
362
|
+
multiple: boolean;
|
|
363
|
+
prefix: string;
|
|
364
|
+
options: import("../../types/form.js").IOption[];
|
|
365
|
+
data: string;
|
|
366
|
+
error: string | null;
|
|
367
|
+
style: Record<string, any>;
|
|
368
|
+
search: boolean;
|
|
369
|
+
customClass: string;
|
|
370
|
+
disabled: boolean;
|
|
371
|
+
placeholder: string;
|
|
372
|
+
host: string;
|
|
373
|
+
api: string;
|
|
374
|
+
maxHeight: number;
|
|
375
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
355
376
|
};
|
|
356
377
|
export default _default;
|
|
357
378
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6BA,wBA2BE"}
|
|
@@ -95,6 +95,38 @@ declare const _default: {
|
|
|
95
95
|
default?: (props: {}) => any;
|
|
96
96
|
};
|
|
97
97
|
});
|
|
98
|
+
settings: {
|
|
99
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../../types/form.js").LayoutProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
100
|
+
label: string;
|
|
101
|
+
ua: string;
|
|
102
|
+
item: any;
|
|
103
|
+
error: string | boolean;
|
|
104
|
+
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
105
|
+
P: {};
|
|
106
|
+
B: {};
|
|
107
|
+
D: {};
|
|
108
|
+
C: {};
|
|
109
|
+
M: {};
|
|
110
|
+
Defaults: {};
|
|
111
|
+
}, Readonly<import("../../types/form.js").LayoutProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
112
|
+
label: string;
|
|
113
|
+
ua: string;
|
|
114
|
+
item: any;
|
|
115
|
+
error: string | boolean;
|
|
116
|
+
}>;
|
|
117
|
+
__isFragment?: never;
|
|
118
|
+
__isTeleport?: never;
|
|
119
|
+
__isSuspense?: never;
|
|
120
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("../../types/form.js").LayoutProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
121
|
+
label: string;
|
|
122
|
+
ua: string;
|
|
123
|
+
item: any;
|
|
124
|
+
error: string | boolean;
|
|
125
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
126
|
+
$slots: {
|
|
127
|
+
default?: (props: {}) => any;
|
|
128
|
+
};
|
|
129
|
+
});
|
|
98
130
|
};
|
|
99
131
|
export default _default;
|
|
100
132
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/layouts/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/layouts/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAKA,wBAKE"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { LayoutProps } from '../../types/form';
|
|
2
|
+
declare var __VLS_1: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_1) => any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<LayoutProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LayoutProps> & Readonly<{}>, {
|
|
7
|
+
label: string;
|
|
8
|
+
ua: string;
|
|
9
|
+
item: any;
|
|
10
|
+
error: string | boolean;
|
|
11
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=vs-layout-settings.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-layout-settings.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layouts/vs-layout-settings.vue"],"names":[],"mappings":"AAyEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AA+HpD,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;AAyB/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"}
|