@icos-desktop/react-components 2.0.43 → 2.0.44
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.js
CHANGED
@@ -10219,7 +10219,13 @@ var SenseContentTable = forwardRef(function (props, ref) {
|
|
10219
10219
|
}
|
10220
10220
|
});
|
10221
10221
|
}); }, {
|
10222
|
-
refreshDeps: [
|
10222
|
+
refreshDeps: [
|
10223
|
+
JSON.stringify(senseGlobalCodes),
|
10224
|
+
tableName,
|
10225
|
+
JSON.stringify(filter),
|
10226
|
+
pagination === null || pagination === void 0 ? void 0 : pagination.current,
|
10227
|
+
pagination === null || pagination === void 0 ? void 0 : pagination.pageSize,
|
10228
|
+
],
|
10223
10229
|
}), loading = _j.loading, _k = _j.data, _l = _k === void 0 ? {} : _k, header = _l.header, columns = _l.columns, dataSource = _l.dataSource, refresh = _j.refresh;
|
10224
10230
|
// 显示按钮
|
10225
10231
|
var showButtons = function () {
|
@@ -16274,11 +16280,11 @@ var CcosVideoPlayer = function (props) {
|
|
16274
16280
|
CcosVideoPlayer.settings = settings$1;
|
16275
16281
|
|
16276
16282
|
try {
|
16277
|
-
window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.0.
|
16283
|
+
window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.0.44","branch":"remotes/origin/release_v2.0.0","buildDate":"2025-04-28 19:09:09"}');
|
16278
16284
|
}
|
16279
16285
|
catch (err) {
|
16280
16286
|
console.warn(err);
|
16281
|
-
window._ICOS_DESKTOP_VERSION_ = '{"version":"2.0.
|
16287
|
+
window._ICOS_DESKTOP_VERSION_ = '{"version":"2.0.44","branch":"remotes/origin/release_v2.0.0","buildDate":"2025-04-28 19:09:09"}';
|
16282
16288
|
}
|
16283
16289
|
|
16284
16290
|
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 };
|