@gooddata/sdk-ui 11.48.0-alpha.3 → 11.48.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.
|
@@ -767,7 +767,7 @@ export const zh_HK = {
|
|
|
767
767
|
"sorting.type.alphabetical.desc": "Z到A",
|
|
768
768
|
"sorting.type.date.asc": "由最舊到最新",
|
|
769
769
|
"sorting.type.date.desc": "由最新到最舊",
|
|
770
|
-
"sorting.type.default": "
|
|
770
|
+
"sorting.type.default": "預設",
|
|
771
771
|
"sorting.type.numerical.asc": "由最小到最大",
|
|
772
772
|
"sorting.type.numerical.desc": "由最大到最小",
|
|
773
773
|
"sorting.by": "由",
|
|
@@ -803,7 +803,7 @@ export const zh_HK = {
|
|
|
803
803
|
"error.overlay.login": "登錄",
|
|
804
804
|
"error.overlay.title": "你已被註銷",
|
|
805
805
|
"error.overlay.text": "請重新登錄以繼續您的工作。",
|
|
806
|
-
"stylingPicker.title.basic": "
|
|
806
|
+
"stylingPicker.title.basic": "預設",
|
|
807
807
|
"stylingPicker.title.custom": "自定義",
|
|
808
808
|
"stylingPicker.title.create": "創建",
|
|
809
809
|
"stylingEditor.dialog.name": "名字",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui",
|
|
3
|
-
"version": "11.48.0-alpha.
|
|
3
|
+
"version": "11.48.0-alpha.4",
|
|
4
4
|
"description": "GoodData.UI SDK - Core",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
"ts-invariant": "0.10.3",
|
|
43
43
|
"tslib": "2.8.1",
|
|
44
44
|
"uuid": "11.1.1",
|
|
45
|
-
"@gooddata/sdk-backend-spi": "11.48.0-alpha.
|
|
46
|
-
"@gooddata/sdk-model": "11.48.0-alpha.
|
|
47
|
-
"@gooddata/util": "11.48.0-alpha.
|
|
45
|
+
"@gooddata/sdk-backend-spi": "11.48.0-alpha.4",
|
|
46
|
+
"@gooddata/sdk-model": "11.48.0-alpha.4",
|
|
47
|
+
"@gooddata/util": "11.48.0-alpha.4"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -87,13 +87,13 @@
|
|
|
87
87
|
"typescript": "5.9.3",
|
|
88
88
|
"vitest": "4.1.8",
|
|
89
89
|
"vitest-dom": "0.1.1",
|
|
90
|
-
"@gooddata/eslint-config": "11.48.0-alpha.
|
|
91
|
-
"@gooddata/i18n-toolkit": "11.48.0-alpha.
|
|
92
|
-
"@gooddata/oxlint-config": "11.48.0-alpha.
|
|
93
|
-
"@gooddata/reference-workspace": "11.48.0-alpha.
|
|
94
|
-
"@gooddata/sdk-backend-base": "11.48.0-alpha.
|
|
95
|
-
"@gooddata/
|
|
96
|
-
"@gooddata/
|
|
90
|
+
"@gooddata/eslint-config": "11.48.0-alpha.4",
|
|
91
|
+
"@gooddata/i18n-toolkit": "11.48.0-alpha.4",
|
|
92
|
+
"@gooddata/oxlint-config": "11.48.0-alpha.4",
|
|
93
|
+
"@gooddata/reference-workspace": "11.48.0-alpha.4",
|
|
94
|
+
"@gooddata/sdk-backend-base": "11.48.0-alpha.4",
|
|
95
|
+
"@gooddata/stylelint-config": "11.48.0-alpha.4",
|
|
96
|
+
"@gooddata/sdk-backend-mockingbird": "11.48.0-alpha.4"
|
|
97
97
|
},
|
|
98
98
|
"peerDependencies": {
|
|
99
99
|
"react": "^18.0.0 || ^19.0.0",
|