@tak-ps/cloudtak 12.106.1 → 12.107.0
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.
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
modelValue?: string | null;
|
|
3
|
+
};
|
|
4
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
|
+
select: (value: string) => any;
|
|
6
|
+
"update:modelValue": (value: string) => any;
|
|
7
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
8
|
+
onSelect?: ((value: string) => any) | undefined;
|
|
9
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
10
|
+
}>, {
|
|
11
|
+
modelValue: string | null;
|
|
12
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
|
+
declare const _default: typeof __VLS_export;
|
|
14
|
+
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
declare var
|
|
1
|
+
declare var __VLS_25: {};
|
|
2
2
|
type __VLS_Slots = {} & {
|
|
3
|
-
default?: (props: typeof
|
|
3
|
+
default?: (props: typeof __VLS_25) => any;
|
|
4
4
|
};
|
|
5
5
|
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
6
|
mode: {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tak-ps/cloudtak",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "12.
|
|
4
|
+
"version": "12.107.0",
|
|
5
5
|
"types": "dist/types/plugin.d.ts",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist/types"
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@tabler/core": "^1.4.0",
|
|
35
35
|
"@tabler/icons-vue": "^3.0.0",
|
|
36
36
|
"@tak-ps/node-cot": "^14.20.0",
|
|
37
|
-
"@tak-ps/vue-tabler": "^4.
|
|
37
|
+
"@tak-ps/vue-tabler": "^4.10.0",
|
|
38
38
|
"@turf/area": "^7.2.0",
|
|
39
39
|
"@turf/bbox": "^7.1.0",
|
|
40
40
|
"@turf/boolean-point-in-polygon": "^7.3.1",
|
|
@@ -111,4 +111,4 @@
|
|
|
111
111
|
"> 1%",
|
|
112
112
|
"last 2 versions"
|
|
113
113
|
]
|
|
114
|
-
}
|
|
114
|
+
}
|