@icos-desktop/react-components 2.0.19 → 2.0.20
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/dist/icos-desktop.d.ts
CHANGED
package/dist/icos-desktop.js
CHANGED
@@ -12191,7 +12191,7 @@ var SenseFullTable = forwardRef(function (props, ref) {
|
|
12191
12191
|
// 显示按钮
|
12192
12192
|
var showButtons = function () {
|
12193
12193
|
if (customButtons) {
|
12194
|
-
var buttons = customButtons({ activeViewCode: activeViewCode, activeTable: activeTable });
|
12194
|
+
var buttons = customButtons({ activeViewCode: activeViewCode, activeTable: activeTable, bookGroup: bookGroup, book: book });
|
12195
12195
|
return buttons === null || buttons === void 0 ? void 0 : buttons.map(function (item) { return React__default.createElement(Button, __assign({}, item), item.title); });
|
12196
12196
|
}
|
12197
12197
|
return null;
|
@@ -16181,11 +16181,11 @@ var CcosVideoPlayer = function (props) {
|
|
16181
16181
|
CcosVideoPlayer.settings = settings$1;
|
16182
16182
|
|
16183
16183
|
try {
|
16184
|
-
window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.0.
|
16184
|
+
window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.0.20","branch":"release_v2.0.0","buildDate":"2025-04-01 09:59:33"}');
|
16185
16185
|
}
|
16186
16186
|
catch (err) {
|
16187
16187
|
console.warn(err);
|
16188
|
-
window._ICOS_DESKTOP_VERSION_ = '{"version":"2.0.
|
16188
|
+
window._ICOS_DESKTOP_VERSION_ = '{"version":"2.0.20","branch":"release_v2.0.0","buildDate":"2025-04-01 09:59:33"}';
|
16189
16189
|
}
|
16190
16190
|
|
16191
16191
|
export { BookDetail, BookGroupImport, BookGroupTable, BookImport, BookInfo, BookSelect, BookTable, CcosBookDetail, CcosImportTable, CcosSenseCreate, CcosSenseDetail, CcosSenseEdit, CcosSenseFullTable, CcosSenseManager, CcosSenseSearch, CcosSenseTree, CcosSenseView, CcosTagConfig, CcosVideoPlayer, EntityClassFilter, EntityClassTreeSelect, ImportTable, Modal, OrgTreeSelect, PersonSelector, ProSearch, ProTable$1 as ProTable, RegionCascader, RegionTreeSelect, RelationGraph, SenseContentTable, SenseCreate, SenseDetail, SenseEdit, SenseForm, SenseFullTable, SenseInfo, SenseManager, SenseSearch, SenseTable, SenseTree, SenseView, TagConfig, TagTreeSelect, VideoControl, VideoPlayer, setCconfig as config };
|