@tak-ps/cloudtak 13.14.1 → 13.16.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.
- package/dist/types/src/components/CloudTAK/MainMenuContents.vue.d.ts +2 -9
- package/dist/types/src/components/CloudTAK/Query/Elevation.vue.d.ts +7 -0
- package/dist/types/src/components/CloudTAK/Query/Magnetic.vue.d.ts +2 -2
- package/dist/types/src/components/CloudTAK/Query/Reverse.vue.d.ts +2 -3
- package/dist/types/src/components/CloudTAK/Query/Sun.vue.d.ts +2 -2
- package/dist/types/src/components/CloudTAK/Query/Weather.vue.d.ts +2 -2
- package/dist/types/src/components/CloudTAK/util/MenuTemplate.vue.d.ts +22 -5
- package/dist/types/src/components/CloudTAK/util/SettingsCallsign.vue.d.ts +2 -6
- package/dist/types/src/types.d.ts +5 -0
- package/package.json +1 -1
|
@@ -1,16 +1,9 @@
|
|
|
1
1
|
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
compact: BooleanConstructor;
|
|
3
|
-
|
|
4
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
5
|
-
close: () => any;
|
|
6
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
4
|
compact: BooleanConstructor;
|
|
8
|
-
|
|
9
|
-
}>> & Readonly<{
|
|
10
|
-
onClose?: (() => any) | undefined;
|
|
11
|
-
}>, {
|
|
5
|
+
}>> & Readonly<{}>, {
|
|
12
6
|
compact: boolean;
|
|
13
|
-
modal: boolean;
|
|
14
7
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
8
|
declare const _default: typeof __VLS_export;
|
|
16
9
|
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
longitude: number;
|
|
3
|
+
latitude: number;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
7
|
+
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { SearchReverse } from '../../../types.ts';
|
|
2
1
|
type __VLS_Props = {
|
|
3
|
-
|
|
2
|
+
longitude: number;
|
|
3
|
+
latitude: number;
|
|
4
4
|
};
|
|
5
5
|
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
6
|
declare const _default: typeof __VLS_export;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import type { SearchReverse } from '../../../types.ts';
|
|
2
1
|
type __VLS_Props = {
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
longitude: number;
|
|
3
|
+
latitude: number;
|
|
5
4
|
};
|
|
6
5
|
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
6
|
declare const _default: typeof __VLS_export;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { SearchReverse } from '../../../types.ts';
|
|
2
1
|
type __VLS_Props = {
|
|
3
|
-
|
|
2
|
+
longitude: number;
|
|
3
|
+
latitude: number;
|
|
4
4
|
};
|
|
5
5
|
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
6
|
declare const _default: typeof __VLS_export;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { SearchReverse } from '../../../types.ts';
|
|
2
1
|
type __VLS_Props = {
|
|
3
|
-
|
|
2
|
+
longitude: number;
|
|
3
|
+
latitude: number;
|
|
4
4
|
};
|
|
5
5
|
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
6
|
declare const _default: typeof __VLS_export;
|
|
@@ -1,13 +1,29 @@
|
|
|
1
|
-
declare var
|
|
1
|
+
declare var __VLS_21: {
|
|
2
|
+
isModal: boolean;
|
|
3
|
+
}, __VLS_23: {}, __VLS_48: {}, __VLS_50: {}, __VLS_65: {
|
|
4
|
+
isModal: boolean;
|
|
5
|
+
}, __VLS_67: {}, __VLS_79: {}, __VLS_81: {};
|
|
2
6
|
type __VLS_Slots = {} & {
|
|
3
|
-
|
|
7
|
+
header?: (props: typeof __VLS_21) => any;
|
|
4
8
|
} & {
|
|
5
|
-
|
|
9
|
+
buttons?: (props: typeof __VLS_23) => any;
|
|
10
|
+
} & {
|
|
11
|
+
default?: (props: typeof __VLS_48) => any;
|
|
12
|
+
} & {
|
|
13
|
+
footer?: (props: typeof __VLS_50) => any;
|
|
14
|
+
} & {
|
|
15
|
+
header?: (props: typeof __VLS_65) => any;
|
|
16
|
+
} & {
|
|
17
|
+
buttons?: (props: typeof __VLS_67) => any;
|
|
18
|
+
} & {
|
|
19
|
+
default?: (props: typeof __VLS_79) => any;
|
|
20
|
+
} & {
|
|
21
|
+
footer?: (props: typeof __VLS_81) => any;
|
|
6
22
|
};
|
|
7
23
|
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
24
|
name: {
|
|
9
25
|
type: StringConstructor;
|
|
10
|
-
|
|
26
|
+
default: string;
|
|
11
27
|
};
|
|
12
28
|
zindex: {
|
|
13
29
|
type: NumberConstructor;
|
|
@@ -40,7 +56,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
40
56
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
41
57
|
name: {
|
|
42
58
|
type: StringConstructor;
|
|
43
|
-
|
|
59
|
+
default: string;
|
|
44
60
|
};
|
|
45
61
|
zindex: {
|
|
46
62
|
type: NumberConstructor;
|
|
@@ -71,6 +87,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
71
87
|
default: boolean;
|
|
72
88
|
};
|
|
73
89
|
}>> & Readonly<{}>, {
|
|
90
|
+
name: string;
|
|
74
91
|
scroll: boolean;
|
|
75
92
|
loading: boolean;
|
|
76
93
|
border: boolean;
|
|
@@ -7,9 +7,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
7
7
|
type: BooleanConstructor;
|
|
8
8
|
default: boolean;
|
|
9
9
|
};
|
|
10
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11
|
-
update: (...args: any[]) => void;
|
|
12
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
11
|
mode: {
|
|
14
12
|
type: StringConstructor;
|
|
15
13
|
default: string;
|
|
@@ -18,9 +16,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
18
16
|
type: BooleanConstructor;
|
|
19
17
|
default: boolean;
|
|
20
18
|
};
|
|
21
|
-
}>> & Readonly<{
|
|
22
|
-
onUpdate?: ((...args: any[]) => any) | undefined;
|
|
23
|
-
}>, {
|
|
19
|
+
}>> & Readonly<{}>, {
|
|
24
20
|
mode: string;
|
|
25
21
|
forceCallsign: boolean;
|
|
26
22
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -153,6 +153,11 @@ export type ProfileOverlay_Update = paths["/api/profile/overlay/{:overlay}"]["pa
|
|
|
153
153
|
export type ProfileTokenList = paths["/api/profile/token"]["get"]["responses"]["200"]["content"]["application/json"];
|
|
154
154
|
export type ProfileToken = ProfileTokenList["items"][0];
|
|
155
155
|
export type SearchReverse = paths["/api/search/reverse/{:longitude}/{:latitude}"]["get"]["responses"]["200"]["content"]["application/json"];
|
|
156
|
+
export type SearchReverseSun = paths["/api/search/reverse/{:longitude}/{:latitude}/sun"]["get"]["responses"]["200"]["content"]["application/json"];
|
|
157
|
+
export type SearchReverseMagnetic = paths["/api/search/reverse/{:longitude}/{:latitude}/magnetic"]["get"]["responses"]["200"]["content"]["application/json"];
|
|
158
|
+
export type SearchReverseWeather = paths["/api/search/reverse/{:longitude}/{:latitude}/weather"]["get"]["responses"]["200"]["content"]["application/json"];
|
|
159
|
+
export type SearchReverseReverse = paths["/api/search/reverse/{:longitude}/{:latitude}/reverse"]["get"]["responses"]["200"]["content"]["application/json"];
|
|
160
|
+
export type SearchReverseElevation = paths["/api/search/reverse/{:longitude}/{:latitude}/elevation"]["get"]["responses"]["200"]["content"]["application/json"];
|
|
156
161
|
export type ETLLdapChannel = paths["/api/ldap/channel"]["get"]["responses"]["200"]["content"]["application/json"]["items"][0];
|
|
157
162
|
export type ETLLdapChannelList = paths["/api/ldap/channel"]["get"]["responses"]["200"]["content"]["application/json"];
|
|
158
163
|
export type ETLLdapUser = paths["/api/ldap/user"]["post"]["responses"]["200"]["content"]["application/json"];
|