@crystaldesign/diva-backoffice 25.9.0-beta.15 → 25.9.0-beta.17
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
CHANGED
@@ -31935,7 +31935,7 @@ var useTools = function useTools(_ref) {
|
|
31935
31935
|
root.contentStore.rightToolBar.selectTool('info');
|
31936
31936
|
root.contentStore.rightToolBar.hidden = false;
|
31937
31937
|
}
|
31938
|
-
}, [root.contentStore.rightToolBar]);
|
31938
|
+
}, [root.contentStore.rightToolBar.addTools, root.contentStore.rightToolBar.selectTool, root.contentStore.rightToolBar.hidden]);
|
31939
31939
|
var addSecondaryTables = useCallback(function () {
|
31940
31940
|
var _root$contentStore$bo;
|
31941
31941
|
for (var _len = arguments.length, tools = new Array(_len), _key = 0; _key < _len; _key++) {
|
@@ -31949,18 +31949,22 @@ var useTools = function useTools(_ref) {
|
|
31949
31949
|
}, tool);
|
31950
31950
|
});
|
31951
31951
|
(_root$contentStore$bo = root.contentStore.bottomToolBar).addTools.apply(_root$contentStore$bo, _toConsumableArray(newSecondaryTables));
|
31952
|
-
setSecondaryTables(
|
31953
|
-
|
31952
|
+
setSecondaryTables(function (prev) {
|
31953
|
+
return [].concat(_toConsumableArray(prev), _toConsumableArray(newSecondaryTables));
|
31954
|
+
});
|
31955
|
+
}, [root.contentStore.bottomToolBar.addTools]);
|
31954
31956
|
var removeSecondaryTables = useCallback(function () {
|
31955
31957
|
var _root$contentStore$bo2;
|
31956
31958
|
for (var _len2 = arguments.length, ids = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
|
31957
31959
|
ids[_key2] = arguments[_key2];
|
31958
31960
|
}
|
31959
31961
|
(_root$contentStore$bo2 = root.contentStore.bottomToolBar).removeTools.apply(_root$contentStore$bo2, ids);
|
31960
|
-
setSecondaryTables(
|
31961
|
-
return
|
31962
|
-
|
31963
|
-
|
31962
|
+
setSecondaryTables(function (prev) {
|
31963
|
+
return prev.filter(function (table) {
|
31964
|
+
return !ids.includes(table.id);
|
31965
|
+
});
|
31966
|
+
});
|
31967
|
+
}, [root.contentStore.bottomToolBar.removeTools]);
|
31964
31968
|
var updateConfigurator = useCallback(function () {
|
31965
31969
|
var parameters = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
31966
31970
|
root.contentStore.rightToolBar.addTools({
|
@@ -37193,7 +37197,8 @@ var TableCatalogs = observer(function () {
|
|
37193
37197
|
headerName: 'backoffice.idmCatalog.general.label.lastUpdatedDate',
|
37194
37198
|
field: 'lastUpdatedDate',
|
37195
37199
|
cellDataType: 'dateString',
|
37196
|
-
editable: false
|
37200
|
+
editable: false,
|
37201
|
+
sort: 'desc'
|
37197
37202
|
}, {
|
37198
37203
|
headerName: 'backoffice.idmCatalog.general.label.lastUpdatedByDisplayText',
|
37199
37204
|
field: 'lastUpdatedByDisplayText',
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TableCatalogs/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAqBvE,eAAO,MAAM,aAAa;;
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMCatalogEditor/modules/TableCatalogs/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAqBvE,eAAO,MAAM,aAAa;;CA4xBxB,CAAC"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@crystaldesign/diva-backoffice",
|
3
|
-
"version": "25.9.0-beta.
|
3
|
+
"version": "25.9.0-beta.17",
|
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": "5.4.0",
|
17
17
|
"@babel/runtime": "7.24.7",
|
18
|
-
"@crystaldesign/content-box": "25.9.0-beta.
|
19
|
-
"@crystaldesign/content-item": "25.9.0-beta.
|
20
|
-
"@crystaldesign/diva-core": "25.9.0-beta.
|
21
|
-
"@crystaldesign/diva-utils": "25.9.0-beta.
|
22
|
-
"@crystaldesign/media-upload": "25.9.0-beta.
|
23
|
-
"@crystaldesign/rtf-editor": "25.9.0-beta.
|
24
|
-
"@crystaldesign/spreadsheet": "25.9.0-beta.
|
18
|
+
"@crystaldesign/content-box": "25.9.0-beta.17",
|
19
|
+
"@crystaldesign/content-item": "25.9.0-beta.17",
|
20
|
+
"@crystaldesign/diva-core": "25.9.0-beta.17",
|
21
|
+
"@crystaldesign/diva-utils": "25.9.0-beta.17",
|
22
|
+
"@crystaldesign/media-upload": "25.9.0-beta.17",
|
23
|
+
"@crystaldesign/rtf-editor": "25.9.0-beta.17",
|
24
|
+
"@crystaldesign/spreadsheet": "25.9.0-beta.17",
|
25
25
|
"@google/model-viewer": "3.5.0",
|
26
26
|
"ag-charts-community": "^10.1.0",
|
27
27
|
"ag-charts-react": "^10.1.0",
|
@@ -51,5 +51,5 @@
|
|
51
51
|
},
|
52
52
|
"module": "build/esm/index.js",
|
53
53
|
"types": "./build/types/backoffice/src/index.d.ts",
|
54
|
-
"gitHead": "
|
54
|
+
"gitHead": "55d9b7303349e43aa25ec5041f0fac818112b7f9"
|
55
55
|
}
|