@c8y/options 1022.4.17 → 1022.6.1
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@c8y/options",
|
|
3
|
-
"version": "1022.
|
|
3
|
+
"version": "1022.6.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"author": "Cumulocity",
|
|
6
6
|
"description": "Cumulocity application options",
|
|
@@ -17,6 +17,6 @@
|
|
|
17
17
|
"options"
|
|
18
18
|
],
|
|
19
19
|
"peerDependencies": {
|
|
20
|
-
"@c8y/client": "1022.
|
|
20
|
+
"@c8y/client": "1022.6.1"
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -33,11 +33,11 @@ export interface ApplicationOptions {
|
|
|
33
33
|
/**
|
|
34
34
|
* Enables all preview features in the application.
|
|
35
35
|
*/
|
|
36
|
-
|
|
36
|
+
enableAllPreviewFeatures?: boolean;
|
|
37
37
|
/**
|
|
38
|
-
* Hides the
|
|
38
|
+
* Hides the feature preview section in the right drawer.
|
|
39
39
|
*/
|
|
40
|
-
|
|
40
|
+
hidePreviewFeature?: boolean;
|
|
41
41
|
/**
|
|
42
42
|
* URL to dynamically fetched options.
|
|
43
43
|
* If set to `true` or left undefined, an URL will be used based on the applications contextPath.
|