@gooddata/sdk-pluggable-application-model 11.40.0-alpha.2 → 11.40.0-alpha.4
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/esm/__version.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// (C) 2026 GoodData Corporation
|
|
2
2
|
// DO NOT CHANGE THIS FILE, IT IS RE-GENERATED ON EVERY BUILD
|
|
3
3
|
/** @alpha */
|
|
4
|
-
export const LIB_VERSION = "11.40.0-alpha.
|
|
4
|
+
export const LIB_VERSION = "11.40.0-alpha.4";
|
|
5
5
|
/** @alpha */
|
|
6
6
|
export const LIB_DESCRIPTION = "GoodData SDK model contracts for pluggable applications";
|
|
7
7
|
/** @alpha */
|
package/esm/platformContext.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ApplicationScope, type IEntitlementDescriptor, type ILocale, type ITheme, type IUser, type IUserSettings, type IUserWorkspaceSettings, type IWhiteLabeling, type IWorkspacePermissions, type ObjRef } from "@gooddata/sdk-model";
|
|
1
|
+
import { type ApplicationScope, type IColorPalette, type IEntitlementDescriptor, type ILocale, type ITheme, type IUser, type IUserSettings, type IUserWorkspaceSettings, type IWhiteLabeling, type IWorkspacePermissions, type ObjRef } from "@gooddata/sdk-model";
|
|
2
2
|
/**
|
|
3
3
|
* Plˍuggable application embedding mode.
|
|
4
4
|
*
|
|
@@ -178,6 +178,7 @@ export interface IPlatformContextV1 {
|
|
|
178
178
|
preferredLocale?: ILocale;
|
|
179
179
|
pantherTier?: PantherTier;
|
|
180
180
|
theme?: ITheme;
|
|
181
|
+
colorPalette?: IColorPalette;
|
|
181
182
|
currentWorkspaceId?: string;
|
|
182
183
|
currentApplicationScope?: ApplicationScope;
|
|
183
184
|
embeddingMode: EmbeddingMode;
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import { ApplicationScope } from '@gooddata/sdk-model';
|
|
8
|
+
import { IColorPalette } from '@gooddata/sdk-model';
|
|
8
9
|
import { IEntitlementDescriptor } from '@gooddata/sdk-model';
|
|
9
10
|
import { ILocale } from '@gooddata/sdk-model';
|
|
10
11
|
import { ITheme } from '@gooddata/sdk-model';
|
|
@@ -418,6 +419,7 @@ export declare interface IPlatformContextV1 {
|
|
|
418
419
|
preferredLocale?: ILocale;
|
|
419
420
|
pantherTier?: PantherTier;
|
|
420
421
|
theme?: ITheme;
|
|
422
|
+
colorPalette?: IColorPalette;
|
|
421
423
|
currentWorkspaceId?: string;
|
|
422
424
|
currentApplicationScope?: ApplicationScope;
|
|
423
425
|
embeddingMode: EmbeddingMode;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-pluggable-application-model",
|
|
3
|
-
"version": "11.40.0-alpha.
|
|
3
|
+
"version": "11.40.0-alpha.4",
|
|
4
4
|
"description": "GoodData SDK model contracts for pluggable applications",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"ts-invariant": "0.10.3",
|
|
25
25
|
"tslib": "2.8.1",
|
|
26
|
-
"@gooddata/sdk-model": "11.40.0-alpha.
|
|
26
|
+
"@gooddata/sdk-model": "11.40.0-alpha.4"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -42,13 +42,13 @@
|
|
|
42
42
|
"eslint-plugin-no-barrel-files": "1.2.2",
|
|
43
43
|
"eslint-plugin-sonarjs": "3.0.6",
|
|
44
44
|
"npm-run-all": "^4.1.5",
|
|
45
|
-
"oxfmt": "0.
|
|
46
|
-
"oxlint": "
|
|
47
|
-
"oxlint-tsgolint": "0.
|
|
45
|
+
"oxfmt": "0.52.0",
|
|
46
|
+
"oxlint": "1.51.0",
|
|
47
|
+
"oxlint-tsgolint": "0.15.0",
|
|
48
48
|
"typescript": "5.9.3",
|
|
49
|
-
"vitest": "4.1.
|
|
50
|
-
"@gooddata/
|
|
51
|
-
"@gooddata/
|
|
49
|
+
"vitest": "4.1.8",
|
|
50
|
+
"@gooddata/oxlint-config": "11.40.0-alpha.4",
|
|
51
|
+
"@gooddata/eslint-config": "11.40.0-alpha.4"
|
|
52
52
|
},
|
|
53
53
|
"scripts": {
|
|
54
54
|
"_phase:build": "npm run build",
|