@icos-desktop/react-components 2.0.33 → 2.0.35
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
@@ -6356,7 +6356,7 @@ var Filter$1 = function (props) {
|
|
6356
6356
|
return (React__default.createElement(React__default.Fragment, null, (_a = filterConfig === null || filterConfig === void 0 ? void 0 : filterConfig.filterItems) === null || _a === void 0 ? void 0 :
|
6357
6357
|
_a.map(function (item) {
|
6358
6358
|
var _a;
|
6359
|
-
return (React__default.createElement(FormItem, { key: item.filterId, name: item.fieldId, label: item.
|
6359
|
+
return (React__default.createElement(FormItem, { key: item.filterId, name: item.fieldId, label: item.filterName, type: item.targetFilter, placeholder: item.filterName, options: item.options, regionId: (_a = item.startRegion) === null || _a === void 0 ? void 0 : _a.regionId }));
|
6360
6360
|
}),
|
6361
6361
|
((_b = filterConfig === null || filterConfig === void 0 ? void 0 : filterConfig.tagValues) === null || _b === void 0 ? void 0 : _b.length) && enableTag ? (React__default.createElement(FormItem, { name: "tagCodes", label: "\u6807\u7B7E", type: "CustomSelect", options: filterConfig.tagValues.map(function (item) { return ({
|
6362
6362
|
label: item.tagValue,
|
@@ -8574,7 +8574,7 @@ var BookImport = function (props) {
|
|
8574
8574
|
switch (_a.label) {
|
8575
8575
|
case 0:
|
8576
8576
|
if (result) {
|
8577
|
-
|
8577
|
+
onCancel === null || onCancel === void 0 ? void 0 : onCancel();
|
8578
8578
|
return [2 /*return*/];
|
8579
8579
|
}
|
8580
8580
|
if (!file) {
|
@@ -12404,7 +12404,7 @@ var SenseFullTable = forwardRef(function (props, ref) {
|
|
12404
12404
|
React__default.createElement(BookGroupImport, { viewCode: activeViewCode, bookGroupId: bookGroup === null || bookGroup === void 0 ? void 0 : bookGroup.bookGroupId, onCancel: handleCloseBookGroupImportModal, onSuccess: handleCloseBookGroupImportModal, hiddenGeolevel: hiddenGeolevel }))),
|
12405
12405
|
React__default.createElement(Modal, { title: "\u5BFC\u5165\u6570\u636E", width: 600, open: openBookImportModal, onCancel: handleCloseBookImportModal, footer: null, destroyOnClose: true },
|
12406
12406
|
React__default.createElement("div", { style: { height: 600, marginBottom: 8 } },
|
12407
|
-
React__default.createElement(BookImport, { bookId: (book === null || book === void 0 ? void 0 : book.bookId) || importBookId, onCancel: handleCloseBookImportModal
|
12407
|
+
React__default.createElement(BookImport, { bookId: (book === null || book === void 0 ? void 0 : book.bookId) || importBookId, onCancel: handleCloseBookImportModal })))));
|
12408
12408
|
});
|
12409
12409
|
|
12410
12410
|
var settings$c = {
|
@@ -16277,11 +16277,11 @@ var CcosVideoPlayer = function (props) {
|
|
16277
16277
|
CcosVideoPlayer.settings = settings$1;
|
16278
16278
|
|
16279
16279
|
try {
|
16280
|
-
window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.0.
|
16280
|
+
window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.0.35","branch":"release_v2.0.0","buildDate":"2025-04-10 10:37:26"}');
|
16281
16281
|
}
|
16282
16282
|
catch (err) {
|
16283
16283
|
console.warn(err);
|
16284
|
-
window._ICOS_DESKTOP_VERSION_ = '{"version":"2.0.
|
16284
|
+
window._ICOS_DESKTOP_VERSION_ = '{"version":"2.0.35","branch":"release_v2.0.0","buildDate":"2025-04-10 10:37:26"}';
|
16285
16285
|
}
|
16286
16286
|
|
16287
16287
|
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 };
|