@gooddata/sdk-ui-ext 9.5.0-alpha.31.fix.0 → 9.5.0-alpha.31.fix.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.
@@ -106,8 +106,8 @@
106
106
  "dashboard.bucket.stack_view_by_warning": "要堆叠,一个洞察在此查看条件中只能有一个属性",
107
107
  "dashboard.bucket.measure_stack_by_warning._measure": "要按属性堆叠,一个洞察只能有一个度量",
108
108
  "dashboard.bucket.measure_stack_by_warning._metric": "要按属性堆叠,一个洞察只能有一个指标",
109
- "dashboard.bucket.category_columns_warning._measure": "无法添加列:限制为 {oldLimit} 个度量和 {oldrowsLimit} 行。请按照限制来进行添加操作",
110
- "dashboard.bucket.category_columns_warning._metric": "无法添加列:限制为 {oldLimit} 个指标和 {oldrowsLimit} 行。请按照限制来进行添加操作",
109
+ "dashboard.bucket.category_columns_warning._measure": "无法添加列:限制为 {oldLimit} 个度量和 {oldRowsLimit} 行。请按照限制来进行添加操作",
110
+ "dashboard.bucket.category_columns_warning._metric": "无法添加列:限制为 {oldLimit} 个指标和 {oldRowsLimit} 行。请按照限制来进行添加操作",
111
111
  "dashboard.bucket.category_measures_rows_warning": "若要再添加多达{limit}个项目,请从“列”部分删除所有项目",
112
112
  "dashboard.bucket.category_category_by_warning._measure": "要查看,一个洞察只能有一个度量",
113
113
  "dashboard.bucket.category_category_by_warning._metric": "要查看,一个洞察只能有一个指标",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-ext",
3
- "version": "9.5.0-alpha.31.fix.0",
3
+ "version": "9.5.0-alpha.31.fix.1",
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-base": "9.5.0-alpha.31.fix.0",
53
- "@gooddata/sdk-embedding": "9.5.0-alpha.31.fix.0",
54
- "@gooddata/sdk-backend-spi": "9.5.0-alpha.31.fix.0",
55
- "@gooddata/sdk-ui": "9.5.0-alpha.31.fix.0",
56
- "@gooddata/sdk-model": "9.5.0-alpha.31.fix.0",
57
- "@gooddata/sdk-ui-charts": "9.5.0-alpha.31.fix.0",
58
- "@gooddata/sdk-ui-filters": "9.5.0-alpha.31.fix.0",
59
- "@gooddata/sdk-ui-geo": "9.5.0-alpha.31.fix.0",
60
- "@gooddata/sdk-ui-kit": "9.5.0-alpha.31.fix.0",
61
- "@gooddata/sdk-ui-pivot": "9.5.0-alpha.31.fix.0",
62
- "@gooddata/sdk-ui-theme-provider": "9.5.0-alpha.31.fix.0",
63
- "@gooddata/sdk-ui-vis-commons": "9.5.0-alpha.31.fix.0",
64
- "@gooddata/util": "9.5.0-alpha.31.fix.0"
52
+ "@gooddata/sdk-backend-base": "9.5.0-alpha.31.fix.1",
53
+ "@gooddata/sdk-model": "9.5.0-alpha.31.fix.1",
54
+ "@gooddata/sdk-embedding": "9.5.0-alpha.31.fix.1",
55
+ "@gooddata/sdk-ui": "9.5.0-alpha.31.fix.1",
56
+ "@gooddata/sdk-backend-spi": "9.5.0-alpha.31.fix.1",
57
+ "@gooddata/sdk-ui-charts": "9.5.0-alpha.31.fix.1",
58
+ "@gooddata/sdk-ui-filters": "9.5.0-alpha.31.fix.1",
59
+ "@gooddata/sdk-ui-geo": "9.5.0-alpha.31.fix.1",
60
+ "@gooddata/sdk-ui-kit": "9.5.0-alpha.31.fix.1",
61
+ "@gooddata/sdk-ui-theme-provider": "9.5.0-alpha.31.fix.1",
62
+ "@gooddata/sdk-ui-pivot": "9.5.0-alpha.31.fix.1",
63
+ "@gooddata/sdk-ui-vis-commons": "9.5.0-alpha.31.fix.1",
64
+ "@gooddata/util": "9.5.0-alpha.31.fix.1"
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.0",
117
117
  "@types/debounce-promise": "^3.1.4",
118
118
  "@types/json-stable-stringify": "^1.0.32",
119
- "@gooddata/i18n-toolkit": "9.5.0-alpha.31.fix.0",
120
- "@gooddata/live-examples-workspace": "9.5.0-alpha.31.fix.0",
121
- "@gooddata/reference-workspace": "9.5.0-alpha.31.fix.0",
122
- "@gooddata/sdk-backend-mockingbird": "9.5.0-alpha.31.fix.0"
119
+ "@gooddata/i18n-toolkit": "9.5.0-alpha.31.fix.1",
120
+ "@gooddata/live-examples-workspace": "9.5.0-alpha.31.fix.1",
121
+ "@gooddata/reference-workspace": "9.5.0-alpha.31.fix.1",
122
+ "@gooddata/sdk-backend-mockingbird": "9.5.0-alpha.31.fix.1"
123
123
  },
124
124
  "scripts": {
125
125
  "clean": "rm -rf ci dist esm coverage *.log styles/css",