@tak-ps/cloudtak 12.111.2 → 12.113.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.
@@ -1,13 +1,7 @@
1
+ import type COT from '../../../base/cot';
1
2
  type __VLS_Props = {
2
- links: Array<{
3
- remarks?: string;
4
- url?: string;
5
- relation?: string;
6
- type?: string;
7
- uid?: string;
8
- callsign?: string;
9
- production_time?: string;
10
- }>;
3
+ cot: COT;
4
+ edit?: boolean;
11
5
  };
12
6
  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>;
13
7
  declare const _default: typeof __VLS_export;
@@ -1,18 +1,7 @@
1
- interface Sensor {
2
- type?: string;
3
- model?: string;
4
- range?: number;
5
- azimuth?: number;
6
- fov?: number;
7
- [key: string]: unknown;
8
- }
1
+ import type COT from '../../../base/cot';
9
2
  interface Props {
10
- modelValue: Sensor;
3
+ cot: COT;
11
4
  }
12
- declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
- "update:modelValue": (value: Sensor) => any;
14
- }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
15
- "onUpdate:modelValue"?: ((value: Sensor) => any) | undefined;
16
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
6
  declare const _default: typeof __VLS_export;
18
7
  export default _default;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tak-ps/cloudtak",
3
3
  "type": "module",
4
- "version": "12.111.2",
4
+ "version": "12.113.0",
5
5
  "types": "dist/types/plugin.d.ts",
6
6
  "files": [
7
7
  "dist/types"
@@ -110,4 +110,4 @@
110
110
  "> 1%",
111
111
  "last 2 versions"
112
112
  ]
113
- }
113
+ }