@opengis/form 0.0.20 → 0.0.23
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-input-date.vue.d.ts.map +1 -1
- package/dist/components/inputs/table/vs-input-datatable.vue.d.ts.map +1 -1
- 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/index.css +1 -1
- package/dist/index.js +1289 -1268
- package/dist/index.umd.cjs +3 -2
- package/dist/plugin/form-plugin.d.ts +1 -1
- package/dist/plugin/form-plugin.d.ts.map +1 -1
- package/package.json +2 -2
- 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":"form-plugin.d.ts","sourceRoot":"","sources":["../../src/plugin/form-plugin.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,WAAW;IACxB,MAAM,CAAC,EAAE,GAAG,
|
|
1
|
+
{"version":3,"file":"form-plugin.d.ts","sourceRoot":"","sources":["../../src/plugin/form-plugin.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,WAAW;IACxB,MAAM,CAAC,EAAE,GAAG,CAAC;IACb,YAAY,CAAC,EAAE,GAAG,CAAC;IACnB,IAAI,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,QAAA,MAAM,IAAI,GACN,OAAM,WAA0C,KACjD,OAAO,CAAC,GAAG,CAqBR,CAAC;AAEP,eAAe,IAAI,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opengis/form",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.23",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@opengis/core": "^0.0.
|
|
44
|
+
"@opengis/core": "^0.0.23",
|
|
45
45
|
"@tsconfig/node22": "^22.0.2",
|
|
46
46
|
"@types/node": "^24.2.1",
|
|
47
47
|
"@typescript-eslint/parser": "^6.21.0",
|
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
declare var __VLS_1: {}, __VLS_3: {}, __VLS_13: {};
|
|
2
|
-
type __VLS_Slots = {} & {
|
|
3
|
-
reference?: (props: typeof __VLS_1) => any;
|
|
4
|
-
} & {
|
|
5
|
-
reference?: (props: typeof __VLS_3) => any;
|
|
6
|
-
} & {
|
|
7
|
-
default?: (props: typeof __VLS_13) => any;
|
|
8
|
-
};
|
|
9
|
-
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
10
|
-
isOpen: {
|
|
11
|
-
type: BooleanConstructor;
|
|
12
|
-
default: () => boolean;
|
|
13
|
-
};
|
|
14
|
-
placement: {
|
|
15
|
-
type: StringConstructor;
|
|
16
|
-
default: string;
|
|
17
|
-
};
|
|
18
|
-
gap: {
|
|
19
|
-
type: NumberConstructor;
|
|
20
|
-
default: number;
|
|
21
|
-
};
|
|
22
|
-
width: {
|
|
23
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
24
|
-
default: string;
|
|
25
|
-
};
|
|
26
|
-
disabled: {
|
|
27
|
-
type: BooleanConstructor;
|
|
28
|
-
default: boolean;
|
|
29
|
-
};
|
|
30
|
-
trigger: {
|
|
31
|
-
type: StringConstructor;
|
|
32
|
-
default: string;
|
|
33
|
-
};
|
|
34
|
-
teleport: {
|
|
35
|
-
type: StringConstructor;
|
|
36
|
-
default: string;
|
|
37
|
-
};
|
|
38
|
-
}>, {
|
|
39
|
-
togglePopover: () => Promise<void>;
|
|
40
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
41
|
-
isvisible: (...args: any[]) => void;
|
|
42
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
43
|
-
isOpen: {
|
|
44
|
-
type: BooleanConstructor;
|
|
45
|
-
default: () => boolean;
|
|
46
|
-
};
|
|
47
|
-
placement: {
|
|
48
|
-
type: StringConstructor;
|
|
49
|
-
default: string;
|
|
50
|
-
};
|
|
51
|
-
gap: {
|
|
52
|
-
type: NumberConstructor;
|
|
53
|
-
default: number;
|
|
54
|
-
};
|
|
55
|
-
width: {
|
|
56
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
57
|
-
default: string;
|
|
58
|
-
};
|
|
59
|
-
disabled: {
|
|
60
|
-
type: BooleanConstructor;
|
|
61
|
-
default: boolean;
|
|
62
|
-
};
|
|
63
|
-
trigger: {
|
|
64
|
-
type: StringConstructor;
|
|
65
|
-
default: string;
|
|
66
|
-
};
|
|
67
|
-
teleport: {
|
|
68
|
-
type: StringConstructor;
|
|
69
|
-
default: string;
|
|
70
|
-
};
|
|
71
|
-
}>> & Readonly<{
|
|
72
|
-
onIsvisible?: ((...args: any[]) => any) | undefined;
|
|
73
|
-
}>, {
|
|
74
|
-
disabled: boolean;
|
|
75
|
-
width: string | number;
|
|
76
|
-
isOpen: boolean;
|
|
77
|
-
teleport: string;
|
|
78
|
-
placement: string;
|
|
79
|
-
gap: number;
|
|
80
|
-
trigger: string;
|
|
81
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
82
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
83
|
-
export default _default;
|
|
84
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
85
|
-
new (): {
|
|
86
|
-
$slots: S;
|
|
87
|
-
};
|
|
88
|
-
};
|
|
89
|
-
//# sourceMappingURL=vs-popover.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vs-popover.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui/vs-popover.vue"],"names":[],"mappings":"AAgbA,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAU,EAAE,QAAQ,IAAY,CAAE;AAChE,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC9C;IAAE,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC9C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAsChD,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAgBnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|