@gooddata/sdk-ui-ext 9.8.0-alpha.36 → 9.8.0-alpha.37
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.
|
@@ -7,7 +7,7 @@ const CUSTOM_HEIGHT = "<customHeight>";
|
|
|
7
7
|
const CUSTOM_TITLE = "Custom insight title";
|
|
8
8
|
const WEB_COMPONENTS_EMBED_CODE = `<!-- Load the library... -->
|
|
9
9
|
<script type="module" src="https://${HOST_NAME}/components/${WORKSPACE_ID}.js?auth=sso"></script>
|
|
10
|
-
<!-- ...and embed
|
|
10
|
+
<!-- ...and embed visualization -->
|
|
11
11
|
|
|
12
12
|
<gd-insight\n insight="${INSIGHT_ID}"${INSIGHT_TITLE}${LOCALE}${CUSTOM_HEIGHT}
|
|
13
13
|
></gd-insight>`;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-ext",
|
|
3
|
-
"version": "9.8.0-alpha.
|
|
3
|
+
"version": "9.8.0-alpha.37",
|
|
4
4
|
"description": "GoodData.UI SDK - Extensions",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -49,19 +49,19 @@
|
|
|
49
49
|
"uuid": "^8.3.2",
|
|
50
50
|
"debounce-promise": "^3.1.2",
|
|
51
51
|
"json-stable-stringify": "^1.0.1",
|
|
52
|
-
"@gooddata/sdk-backend-
|
|
53
|
-
"@gooddata/sdk-backend-
|
|
54
|
-
"@gooddata/sdk-embedding": "9.8.0-alpha.
|
|
55
|
-
"@gooddata/sdk-
|
|
56
|
-
"@gooddata/sdk-ui-charts": "9.8.0-alpha.
|
|
57
|
-
"@gooddata/sdk-
|
|
58
|
-
"@gooddata/sdk-ui-filters": "9.8.0-alpha.
|
|
59
|
-
"@gooddata/sdk-ui-geo": "9.8.0-alpha.
|
|
60
|
-
"@gooddata/sdk-ui-pivot": "9.8.0-alpha.
|
|
61
|
-
"@gooddata/sdk-ui-
|
|
62
|
-
"@gooddata/sdk-ui-
|
|
63
|
-
"@gooddata/sdk-ui-vis-commons": "9.8.0-alpha.
|
|
64
|
-
"@gooddata/util": "9.8.0-alpha.
|
|
52
|
+
"@gooddata/sdk-backend-base": "9.8.0-alpha.37",
|
|
53
|
+
"@gooddata/sdk-backend-spi": "9.8.0-alpha.37",
|
|
54
|
+
"@gooddata/sdk-embedding": "9.8.0-alpha.37",
|
|
55
|
+
"@gooddata/sdk-model": "9.8.0-alpha.37",
|
|
56
|
+
"@gooddata/sdk-ui-charts": "9.8.0-alpha.37",
|
|
57
|
+
"@gooddata/sdk-ui": "9.8.0-alpha.37",
|
|
58
|
+
"@gooddata/sdk-ui-filters": "9.8.0-alpha.37",
|
|
59
|
+
"@gooddata/sdk-ui-geo": "9.8.0-alpha.37",
|
|
60
|
+
"@gooddata/sdk-ui-pivot": "9.8.0-alpha.37",
|
|
61
|
+
"@gooddata/sdk-ui-theme-provider": "9.8.0-alpha.37",
|
|
62
|
+
"@gooddata/sdk-ui-kit": "9.8.0-alpha.37",
|
|
63
|
+
"@gooddata/sdk-ui-vis-commons": "9.8.0-alpha.37",
|
|
64
|
+
"@gooddata/util": "9.8.0-alpha.37"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
67
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
|
@@ -116,10 +116,10 @@
|
|
|
116
116
|
"vitest-dom": "0.1.1",
|
|
117
117
|
"@types/debounce-promise": "^3.1.4",
|
|
118
118
|
"@types/json-stable-stringify": "^1.0.32",
|
|
119
|
-
"@gooddata/i18n-toolkit": "9.8.0-alpha.
|
|
120
|
-
"@gooddata/live-examples-workspace": "9.8.0-alpha.
|
|
121
|
-
"@gooddata/reference-workspace": "9.8.0-alpha.
|
|
122
|
-
"@gooddata/sdk-backend-mockingbird": "9.8.0-alpha.
|
|
119
|
+
"@gooddata/i18n-toolkit": "9.8.0-alpha.37",
|
|
120
|
+
"@gooddata/live-examples-workspace": "9.8.0-alpha.37",
|
|
121
|
+
"@gooddata/reference-workspace": "9.8.0-alpha.37",
|
|
122
|
+
"@gooddata/sdk-backend-mockingbird": "9.8.0-alpha.37"
|
|
123
123
|
},
|
|
124
124
|
"scripts": {
|
|
125
125
|
"clean": "rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",
|