@c8y/devkit 1023.14.143 → 1023.14.145
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.
|
@@ -61,7 +61,7 @@ export declare class CumulocityPlugin {
|
|
|
61
61
|
upgrade?: boolean | undefined;
|
|
62
62
|
enableAllPreviewFeatures?: boolean | undefined;
|
|
63
63
|
hidePreviewFeature?: boolean | undefined;
|
|
64
|
-
dynamicOptionsUrl?:
|
|
64
|
+
dynamicOptionsUrl?: string | boolean | undefined;
|
|
65
65
|
faviconUrl?: string | undefined;
|
|
66
66
|
brandingUrl?: string | undefined;
|
|
67
67
|
brandingPreview?: boolean | undefined;
|
|
@@ -77,7 +77,7 @@ export declare class CumulocityPlugin {
|
|
|
77
77
|
hidePowered?: boolean | undefined;
|
|
78
78
|
hideHeader?: boolean | undefined;
|
|
79
79
|
hidePlatformInformation?: boolean | undefined;
|
|
80
|
-
supportUrl?:
|
|
80
|
+
supportUrl?: boolean | string | undefined;
|
|
81
81
|
supportUserString?: string | undefined;
|
|
82
82
|
mapWidgetRealtimeDisabled?: boolean | undefined;
|
|
83
83
|
mapWidgetPageSize?: number | undefined;
|
|
@@ -103,14 +103,14 @@ export declare class CumulocityPlugin {
|
|
|
103
103
|
remotes?: import("@c8y/options").RemotePlugins | undefined;
|
|
104
104
|
forceUrlRemotes?: boolean | undefined;
|
|
105
105
|
isPackage?: boolean | undefined;
|
|
106
|
-
package?:
|
|
106
|
+
package?: "plugin" | "blueprint" | undefined;
|
|
107
107
|
blueprintDeploymentOptions?: {
|
|
108
108
|
name?: string;
|
|
109
109
|
contextPath?: string;
|
|
110
110
|
key?: string;
|
|
111
111
|
} | undefined;
|
|
112
112
|
source?: (string | number | import("packages/client/lib").IApplication) | undefined;
|
|
113
|
-
contextHelp?:
|
|
113
|
+
contextHelp?: boolean | string | undefined;
|
|
114
114
|
disableOnlyRootsQuery?: boolean | undefined;
|
|
115
115
|
forceSetup?: boolean | undefined;
|
|
116
116
|
isSetup?: boolean | undefined;
|
|
@@ -125,7 +125,7 @@ export declare class CumulocityPlugin {
|
|
|
125
125
|
hideTypeDashboardForAssets?: boolean | undefined;
|
|
126
126
|
versioningMatrix?: import("packages/client/lib").VersioningMatrix | undefined;
|
|
127
127
|
label?: string | undefined;
|
|
128
|
-
alarmsRefreshType?:
|
|
128
|
+
alarmsRefreshType?: "interval" | "realtime" | undefined;
|
|
129
129
|
importMap?: {
|
|
130
130
|
[key: string]: string;
|
|
131
131
|
} | undefined;
|
|
@@ -149,7 +149,7 @@ export declare class CumulocityPlugin {
|
|
|
149
149
|
upgrade?: boolean | undefined;
|
|
150
150
|
enableAllPreviewFeatures?: boolean | undefined;
|
|
151
151
|
hidePreviewFeature?: boolean | undefined;
|
|
152
|
-
dynamicOptionsUrl?:
|
|
152
|
+
dynamicOptionsUrl?: string | boolean | undefined;
|
|
153
153
|
faviconUrl?: string | undefined;
|
|
154
154
|
brandingUrl?: string | undefined;
|
|
155
155
|
brandingPreview?: boolean | undefined;
|
|
@@ -164,7 +164,7 @@ export declare class CumulocityPlugin {
|
|
|
164
164
|
hidePowered?: boolean | undefined;
|
|
165
165
|
hideHeader?: boolean | undefined;
|
|
166
166
|
hidePlatformInformation?: boolean | undefined;
|
|
167
|
-
supportUrl?:
|
|
167
|
+
supportUrl?: boolean | string | undefined;
|
|
168
168
|
supportUserString?: string | undefined;
|
|
169
169
|
mapWidgetRealtimeDisabled?: boolean | undefined;
|
|
170
170
|
mapWidgetPageSize?: number | undefined;
|
|
@@ -190,14 +190,14 @@ export declare class CumulocityPlugin {
|
|
|
190
190
|
remotes?: import("@c8y/options").RemotePlugins | undefined;
|
|
191
191
|
forceUrlRemotes?: boolean | undefined;
|
|
192
192
|
isPackage?: boolean | undefined;
|
|
193
|
-
package?:
|
|
193
|
+
package?: "plugin" | "blueprint" | undefined;
|
|
194
194
|
blueprintDeploymentOptions?: {
|
|
195
195
|
name?: string;
|
|
196
196
|
contextPath?: string;
|
|
197
197
|
key?: string;
|
|
198
198
|
} | undefined;
|
|
199
199
|
source?: (string | number | import("packages/client/lib").IApplication) | undefined;
|
|
200
|
-
contextHelp?:
|
|
200
|
+
contextHelp?: boolean | string | undefined;
|
|
201
201
|
disableOnlyRootsQuery?: boolean | undefined;
|
|
202
202
|
forceSetup?: boolean | undefined;
|
|
203
203
|
isSetup?: boolean | undefined;
|
|
@@ -212,7 +212,7 @@ export declare class CumulocityPlugin {
|
|
|
212
212
|
hideTypeDashboardForAssets?: boolean | undefined;
|
|
213
213
|
versioningMatrix?: import("packages/client/lib").VersioningMatrix | undefined;
|
|
214
214
|
label?: string | undefined;
|
|
215
|
-
alarmsRefreshType?:
|
|
215
|
+
alarmsRefreshType?: "interval" | "realtime" | undefined;
|
|
216
216
|
importMap?: {
|
|
217
217
|
[key: string]: string;
|
|
218
218
|
} | undefined;
|
|
@@ -239,7 +239,7 @@ export declare class CumulocityPlugin {
|
|
|
239
239
|
upgrade?: boolean | undefined;
|
|
240
240
|
enableAllPreviewFeatures?: boolean | undefined;
|
|
241
241
|
hidePreviewFeature?: boolean | undefined;
|
|
242
|
-
dynamicOptionsUrl?:
|
|
242
|
+
dynamicOptionsUrl?: string | boolean | undefined;
|
|
243
243
|
faviconUrl?: string | undefined;
|
|
244
244
|
brandingUrl?: string | undefined;
|
|
245
245
|
brandingPreview?: boolean | undefined;
|
|
@@ -255,7 +255,7 @@ export declare class CumulocityPlugin {
|
|
|
255
255
|
hidePowered?: boolean | undefined;
|
|
256
256
|
hideHeader?: boolean | undefined;
|
|
257
257
|
hidePlatformInformation?: boolean | undefined;
|
|
258
|
-
supportUrl?:
|
|
258
|
+
supportUrl?: boolean | string | undefined;
|
|
259
259
|
supportUserString?: string | undefined;
|
|
260
260
|
mapWidgetRealtimeDisabled?: boolean | undefined;
|
|
261
261
|
mapWidgetPageSize?: number | undefined;
|
|
@@ -281,14 +281,14 @@ export declare class CumulocityPlugin {
|
|
|
281
281
|
remotes?: import("@c8y/options").RemotePlugins | undefined;
|
|
282
282
|
forceUrlRemotes?: boolean | undefined;
|
|
283
283
|
isPackage?: boolean | undefined;
|
|
284
|
-
package?:
|
|
284
|
+
package?: "plugin" | "blueprint" | undefined;
|
|
285
285
|
blueprintDeploymentOptions?: {
|
|
286
286
|
name?: string;
|
|
287
287
|
contextPath?: string;
|
|
288
288
|
key?: string;
|
|
289
289
|
} | undefined;
|
|
290
290
|
source?: (string | number | import("packages/client/lib").IApplication) | undefined;
|
|
291
|
-
contextHelp?:
|
|
291
|
+
contextHelp?: boolean | string | undefined;
|
|
292
292
|
disableOnlyRootsQuery?: boolean | undefined;
|
|
293
293
|
forceSetup?: boolean | undefined;
|
|
294
294
|
isSetup?: boolean | undefined;
|
|
@@ -303,7 +303,7 @@ export declare class CumulocityPlugin {
|
|
|
303
303
|
hideTypeDashboardForAssets?: boolean | undefined;
|
|
304
304
|
versioningMatrix?: import("packages/client/lib").VersioningMatrix | undefined;
|
|
305
305
|
label?: string | undefined;
|
|
306
|
-
alarmsRefreshType?:
|
|
306
|
+
alarmsRefreshType?: "interval" | "realtime" | undefined;
|
|
307
307
|
importMap?: {
|
|
308
308
|
[key: string]: string;
|
|
309
309
|
} | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@c8y/devkit",
|
|
3
|
-
"version": "1023.14.
|
|
3
|
+
"version": "1023.14.145",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"author": "Cumulocity",
|
|
6
6
|
"description": "Cumulocity Webpack Build Facade",
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
49
49
|
"@babel/plugin-transform-async-to-generator": "^7.18.6",
|
|
50
50
|
"@babel/preset-env": "^7.28.3",
|
|
51
|
-
"@c8y/client": "1023.14.
|
|
52
|
-
"@c8y/options": "1023.14.
|
|
53
|
-
"@c8y/toolkit": "1023.14.
|
|
51
|
+
"@c8y/client": "1023.14.145",
|
|
52
|
+
"@c8y/options": "1023.14.145",
|
|
53
|
+
"@c8y/toolkit": "1023.14.145",
|
|
54
54
|
"@inquirer/prompts": "7.7.1",
|
|
55
55
|
"@schematics/angular": "^20.3.23",
|
|
56
56
|
"JSONPath": "0.11.2",
|
|
@@ -75,10 +75,11 @@
|
|
|
75
75
|
"mini-css-extract-plugin": "2.9.4",
|
|
76
76
|
"pofile": "1.0.11",
|
|
77
77
|
"postcss-loader": "8.1.1",
|
|
78
|
+
"rimraf": "2.6.2",
|
|
78
79
|
"style-loader": "4.0.0",
|
|
79
80
|
"terser-webpack-plugin": "^5.3.17",
|
|
80
81
|
"tslib": "^2.6.3",
|
|
81
|
-
"typescript": "5.
|
|
82
|
+
"typescript": "5.9.3",
|
|
82
83
|
"typescript-json-schema": "^0.65.1",
|
|
83
84
|
"webpack-dev-middleware": "7.4.2",
|
|
84
85
|
"webpack-hot-middleware": "2.26.1",
|
|
@@ -90,9 +91,7 @@
|
|
|
90
91
|
],
|
|
91
92
|
"devDependencies": {
|
|
92
93
|
"@types/lodash": "^4.17.20",
|
|
93
|
-
"@types/node": "18"
|
|
94
|
-
"@types/webpack": "^5.28.5",
|
|
95
|
-
"@types/webpack-dev-server": "^4.3.1"
|
|
94
|
+
"@types/node": "18"
|
|
96
95
|
},
|
|
97
96
|
"peerDependencies": {
|
|
98
97
|
"@angular-devkit/schematics": "^20.3.23"
|