@tak-ps/cloudtak 13.86.1 → 13.87.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.
@@ -15,6 +15,10 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
15
15
  type: (NumberConstructor | StringConstructor)[];
16
16
  required: true;
17
17
  };
18
+ display: {
19
+ type: StringConstructor;
20
+ default: undefined;
21
+ };
18
22
  rows: {
19
23
  type: NumberConstructor;
20
24
  default: number;
@@ -64,6 +68,10 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
64
68
  type: (NumberConstructor | StringConstructor)[];
65
69
  required: true;
66
70
  };
71
+ display: {
72
+ type: StringConstructor;
73
+ default: undefined;
74
+ };
67
75
  rows: {
68
76
  type: NumberConstructor;
69
77
  default: number;
@@ -105,6 +113,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
105
113
  size: number;
106
114
  stroke: number;
107
115
  label: string;
116
+ display: string;
108
117
  rows: number;
109
118
  hover: boolean;
110
119
  edit: boolean;
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Rewrite remote <img> sources in an HTML fragment to load through the
3
+ * CloudTAK image proxy so they are permitted by the Content-Security-Policy
4
+ */
5
+ export declare function proxyHtmlImages(html: string, token?: string | null): string;
6
+ /**
7
+ * Extract the value of an HTML description (`{"@type":"html","value":...}`) from feature properties
8
+ */
9
+ export declare function featureHtmlDescription(properties: Record<string, unknown> | null | undefined): string | null;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tak-ps/cloudtak",
3
3
  "type": "module",
4
- "version": "13.86.1",
4
+ "version": "13.87.0",
5
5
  "types": "dist/types/plugin.d.ts",
6
6
  "files": [
7
7
  "dist/types"
@@ -88,7 +88,7 @@
88
88
  "hls.js": "^1.6.5",
89
89
  "imask": "^6.0.0",
90
90
  "jsonata": "^2.0.4",
91
- "maplibre-gl": "^6.0.0",
91
+ "maplibre-gl": "npm:@tak-ps/maplibre-gl@^6.9.1",
92
92
  "milsymbol": "^3.0.2",
93
93
  "openapi-fetch": "^0.17.0",
94
94
  "phone": "^3.1.59",