@c8y/devkit 1019.5.11 → 1019.6.10

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.
@@ -141,7 +141,7 @@ export interface ApplicationOptions {
141
141
  /** Show tabs horizontally or vertically. */
142
142
  tabsHorizontal?: boolean;
143
143
  /** Additional link to display on login screen. */
144
- loginExtraLink?: LoginExtraLink;
144
+ loginExtraLink?: LoginExtraLink | LoginExtraLink[];
145
145
  /** Enable or disable storage limitation feature. */
146
146
  storageLimitationFeatureEnabled?: boolean;
147
147
  /** Name of company handling support requests from app users (displayed in notification message). */
@@ -81,7 +81,7 @@ export declare class CumulocityPlugin {
81
81
  breadcrumbs?: boolean | undefined;
82
82
  hideNavigator?: boolean | undefined;
83
83
  tabsHorizontal?: boolean | undefined;
84
- loginExtraLink?: import("../ApplicationOptions").LoginExtraLink | undefined;
84
+ loginExtraLink?: import("../ApplicationOptions").LoginExtraLink | import("../ApplicationOptions").LoginExtraLink[] | undefined;
85
85
  storageLimitationFeatureEnabled?: boolean | undefined;
86
86
  companyName?: string | undefined;
87
87
  guideHrefTemplate?: string | undefined;
@@ -148,7 +148,7 @@ export declare class CumulocityPlugin {
148
148
  breadcrumbs?: boolean | undefined;
149
149
  hideNavigator?: boolean | undefined;
150
150
  tabsHorizontal?: boolean | undefined;
151
- loginExtraLink?: import("../ApplicationOptions").LoginExtraLink | undefined;
151
+ loginExtraLink?: import("../ApplicationOptions").LoginExtraLink | import("../ApplicationOptions").LoginExtraLink[] | undefined;
152
152
  storageLimitationFeatureEnabled?: boolean | undefined;
153
153
  companyName?: string | undefined;
154
154
  guideHrefTemplate?: string | undefined;
@@ -219,7 +219,7 @@ export declare class CumulocityPlugin {
219
219
  breadcrumbs?: boolean | undefined;
220
220
  hideNavigator?: boolean | undefined;
221
221
  tabsHorizontal?: boolean | undefined;
222
- loginExtraLink?: import("../ApplicationOptions").LoginExtraLink | undefined;
222
+ loginExtraLink?: import("../ApplicationOptions").LoginExtraLink | import("../ApplicationOptions").LoginExtraLink[] | undefined;
223
223
  storageLimitationFeatureEnabled?: boolean | undefined;
224
224
  companyName?: string | undefined;
225
225
  guideHrefTemplate?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c8y/devkit",
3
- "version": "1019.5.11",
3
+ "version": "1019.6.10",
4
4
  "license": "Apache-2.0",
5
5
  "author": "Cumulocity",
6
6
  "description": "Cumulocity Webpack Build Facade",
@@ -44,7 +44,7 @@
44
44
  "@babel/plugin-syntax-dynamic-import": "7.8.3",
45
45
  "@babel/plugin-transform-async-to-generator": "^7.18.6",
46
46
  "@babel/preset-env": "^7.23.8",
47
- "@c8y/client": "1019.5.11",
47
+ "@c8y/client": "1019.6.10",
48
48
  "@schematics/angular": "^15.2.6",
49
49
  "angular-gettext-tools": "2.5.3",
50
50
  "babel-eslint": "10.0.1",