@crystaldesign/diva-backoffice 26.8.0-beta.62 → 26.8.0-beta.63
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/build/esm/index.js +3 -4
- package/package.json +9 -9
package/build/esm/index.js
CHANGED
|
@@ -25504,7 +25504,6 @@ function resolveActionErrorText(action, t) {
|
|
|
25504
25504
|
return t(action.errorText);
|
|
25505
25505
|
}
|
|
25506
25506
|
function ActionButton (_ref) {
|
|
25507
|
-
var _ref3, _ref4, _ref5;
|
|
25508
25507
|
var action = _ref.action,
|
|
25509
25508
|
callback = _ref.callback,
|
|
25510
25509
|
type = _ref.type,
|
|
@@ -25729,7 +25728,7 @@ function ActionButton (_ref) {
|
|
|
25729
25728
|
disabled: disable,
|
|
25730
25729
|
style: style,
|
|
25731
25730
|
onClick: onClick,
|
|
25732
|
-
children:
|
|
25731
|
+
children: iconElement !== null && iconElement !== void 0 ? iconElement : label || defaultLabel
|
|
25733
25732
|
}, id));
|
|
25734
25733
|
case 'Download':
|
|
25735
25734
|
return withTooltip(/*#__PURE__*/jsx(ButtonType, {
|
|
@@ -25746,7 +25745,7 @@ function ActionButton (_ref) {
|
|
|
25746
25745
|
action: action
|
|
25747
25746
|
});
|
|
25748
25747
|
},
|
|
25749
|
-
children:
|
|
25748
|
+
children: iconElement !== null && iconElement !== void 0 ? iconElement : label || /*#__PURE__*/jsx(FileExcelOutlined, {})
|
|
25750
25749
|
}, id));
|
|
25751
25750
|
case 'Callback':
|
|
25752
25751
|
return withTooltip(/*#__PURE__*/jsx(ButtonType, {
|
|
@@ -25755,7 +25754,7 @@ function ActionButton (_ref) {
|
|
|
25755
25754
|
disabled: disable,
|
|
25756
25755
|
style: style,
|
|
25757
25756
|
onClick: onClick,
|
|
25758
|
-
children:
|
|
25757
|
+
children: iconElement !== null && iconElement !== void 0 ? iconElement : label || defaultLabel
|
|
25759
25758
|
}, id));
|
|
25760
25759
|
default:
|
|
25761
25760
|
throw new Error("Action type ".concat(action.actionType, " is not supported"));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/diva-backoffice",
|
|
3
|
-
"version": "26.8.0-beta.
|
|
3
|
+
"version": "26.8.0-beta.63",
|
|
4
4
|
"license": "COMMERCIAL",
|
|
5
5
|
"devDependencies": {
|
|
6
6
|
"@testing-library/jest-dom": "^6.5.0",
|
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@ant-design/icons": "6.1.0",
|
|
17
17
|
"@babel/runtime": "7.24.7",
|
|
18
|
-
"@crystaldesign/content-box": "26.8.0-beta.
|
|
19
|
-
"@crystaldesign/content-item": "26.8.0-beta.
|
|
20
|
-
"@crystaldesign/diva-core": "26.8.0-beta.
|
|
21
|
-
"@crystaldesign/diva-utils": "26.8.0-beta.
|
|
22
|
-
"@crystaldesign/media-upload": "26.8.0-beta.
|
|
23
|
-
"@crystaldesign/rtf-editor": "26.8.0-beta.
|
|
24
|
-
"@crystaldesign/spreadsheet": "26.8.0-beta.
|
|
18
|
+
"@crystaldesign/content-box": "26.8.0-beta.63",
|
|
19
|
+
"@crystaldesign/content-item": "26.8.0-beta.63",
|
|
20
|
+
"@crystaldesign/diva-core": "26.8.0-beta.63",
|
|
21
|
+
"@crystaldesign/diva-utils": "26.8.0-beta.63",
|
|
22
|
+
"@crystaldesign/media-upload": "26.8.0-beta.63",
|
|
23
|
+
"@crystaldesign/rtf-editor": "26.8.0-beta.63",
|
|
24
|
+
"@crystaldesign/spreadsheet": "26.8.0-beta.63",
|
|
25
25
|
"@dnd-kit/core": "^6.1.0",
|
|
26
26
|
"@dnd-kit/sortable": "^8.0.0",
|
|
27
27
|
"@dnd-kit/utilities": "^3.2.2",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
},
|
|
57
57
|
"module": "build/esm/index.js",
|
|
58
58
|
"types": "./build/types/backoffice/src/index.d.ts",
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "4340cd4906bd0af10788575bd66e9d821d3eca6e"
|
|
60
60
|
}
|