@gooddata/sdk-ui-ext 9.9.2-beta.7 → 9.9.2-beta.8
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.
|
@@ -123,8 +123,8 @@
|
|
|
123
123
|
"dashboard.bucket.columns_title.table": "列",
|
|
124
124
|
"dashboard.error.missing_primary_bucket_item.heading._measure": "您的洞察力中沒有主要衡量標準",
|
|
125
125
|
"dashboard.error.missing_primary_bucket_item.heading._metric": "您的見解中沒有主要指標",
|
|
126
|
-
"dashboard.error.missing_primary_bucket_item.text._measure": "
|
|
127
|
-
"dashboard.error.missing_primary_bucket_item.text._metric": "
|
|
126
|
+
"dashboard.error.missing_primary_bucket_item.text._measure": "在您的見解中加入主要衡量標準,或切換到表格。\n完成後,您就可以儲存它。",
|
|
127
|
+
"dashboard.error.missing_primary_bucket_item.text._metric": "將主要指標新增至您的見解中,或切換到表格視圖。\n完成後,您就可以儲存它。",
|
|
128
128
|
"dashboard.xirr.error.invalid_buckets.heading": "配置不完整",
|
|
129
129
|
"dashboard.xirr.error.invalid_buckets.text._measure": "確保您選擇了一項度量和一項日期屬性",
|
|
130
130
|
"dashboard.xirr.error.invalid_buckets.text._metric": "確保您選擇了一項指標和一項日期屬性",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-ext",
|
|
3
|
-
"version": "9.9.2-beta.
|
|
3
|
+
"version": "9.9.2-beta.8",
|
|
4
4
|
"description": "GoodData.UI SDK - Extensions",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -50,19 +50,19 @@
|
|
|
50
50
|
"uuid": "^8.3.2",
|
|
51
51
|
"debounce-promise": "^3.1.2",
|
|
52
52
|
"json-stable-stringify": "^1.0.1",
|
|
53
|
-
"@gooddata/sdk-backend-base": "9.9.2-beta.
|
|
54
|
-
"@gooddata/sdk-embedding": "9.9.2-beta.
|
|
55
|
-
"@gooddata/sdk-
|
|
56
|
-
"@gooddata/sdk-ui": "9.9.2-beta.
|
|
57
|
-
"@gooddata/sdk-ui-charts": "9.9.2-beta.
|
|
58
|
-
"@gooddata/sdk-
|
|
59
|
-
"@gooddata/sdk-ui-geo": "9.9.2-beta.
|
|
60
|
-
"@gooddata/sdk-
|
|
61
|
-
"@gooddata/sdk-ui-
|
|
62
|
-
"@gooddata/sdk-ui-
|
|
63
|
-
"@gooddata/sdk-ui-vis-commons": "9.9.2-beta.
|
|
64
|
-
"@gooddata/sdk-ui-
|
|
65
|
-
"@gooddata/util": "9.9.2-beta.
|
|
53
|
+
"@gooddata/sdk-backend-base": "9.9.2-beta.8",
|
|
54
|
+
"@gooddata/sdk-embedding": "9.9.2-beta.8",
|
|
55
|
+
"@gooddata/sdk-backend-spi": "9.9.2-beta.8",
|
|
56
|
+
"@gooddata/sdk-ui": "9.9.2-beta.8",
|
|
57
|
+
"@gooddata/sdk-ui-charts": "9.9.2-beta.8",
|
|
58
|
+
"@gooddata/sdk-model": "9.9.2-beta.8",
|
|
59
|
+
"@gooddata/sdk-ui-geo": "9.9.2-beta.8",
|
|
60
|
+
"@gooddata/sdk-ui-filters": "9.9.2-beta.8",
|
|
61
|
+
"@gooddata/sdk-ui-theme-provider": "9.9.2-beta.8",
|
|
62
|
+
"@gooddata/sdk-ui-kit": "9.9.2-beta.8",
|
|
63
|
+
"@gooddata/sdk-ui-vis-commons": "9.9.2-beta.8",
|
|
64
|
+
"@gooddata/sdk-ui-pivot": "9.9.2-beta.8",
|
|
65
|
+
"@gooddata/util": "9.9.2-beta.8"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
68
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
|
@@ -117,10 +117,10 @@
|
|
|
117
117
|
"vitest-dom": "0.1.1",
|
|
118
118
|
"@types/debounce-promise": "^3.1.4",
|
|
119
119
|
"@types/json-stable-stringify": "^1.0.32",
|
|
120
|
-
"@gooddata/i18n-toolkit": "9.9.2-beta.
|
|
121
|
-
"@gooddata/live-examples-workspace": "9.9.2-beta.
|
|
122
|
-
"@gooddata/
|
|
123
|
-
"@gooddata/
|
|
120
|
+
"@gooddata/i18n-toolkit": "9.9.2-beta.8",
|
|
121
|
+
"@gooddata/live-examples-workspace": "9.9.2-beta.8",
|
|
122
|
+
"@gooddata/sdk-backend-mockingbird": "9.9.2-beta.8",
|
|
123
|
+
"@gooddata/reference-workspace": "9.9.2-beta.8"
|
|
124
124
|
},
|
|
125
125
|
"scripts": {
|
|
126
126
|
"clean": "rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",
|