@icos-desktop/react-components 2.0.22 → 2.0.23
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 +3 -10
- package/dist/icos-desktop.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/icos-desktop.js
CHANGED
@@ -6978,14 +6978,7 @@ var SenseTable = forwardRef(function (props, ref) {
|
|
6978
6978
|
return text;
|
6979
6979
|
} }, customColumns === null || customColumns === void 0 ? void 0 : customColumns[item.code])); });
|
6980
6980
|
if (enableTag) {
|
6981
|
-
columns.push({
|
6982
|
-
title: '标签',
|
6983
|
-
key: 'tags',
|
6984
|
-
dataIndex: 'tags',
|
6985
|
-
width: 300,
|
6986
|
-
fixed: 'right',
|
6987
|
-
render: function (_, record) { return (React__default.createElement(RcOverflow, { className: styles$T['tag-values'], data: getTags(record), renderItem: function (tag) { return renderTagItem(tag, record); }, maxCount: "responsive", renderRest: function () { return renderTagRest(record); } })); },
|
6988
|
-
});
|
6981
|
+
columns.push(__assign({ title: '标签', key: 'tags', dataIndex: 'tags', width: 300, fixed: 'right', render: function (_, record) { return (React__default.createElement(RcOverflow, { className: styles$T['tag-values'], data: getTags(record), renderItem: function (tag) { return renderTagItem(tag, record); }, maxCount: "responsive", renderRest: function () { return renderTagRest(record); } })); } }, customColumns === null || customColumns === void 0 ? void 0 : customColumns.tags));
|
6989
6982
|
}
|
6990
6983
|
return columns;
|
6991
6984
|
};
|
@@ -16182,11 +16175,11 @@ var CcosVideoPlayer = function (props) {
|
|
16182
16175
|
CcosVideoPlayer.settings = settings$1;
|
16183
16176
|
|
16184
16177
|
try {
|
16185
|
-
window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.0.
|
16178
|
+
window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.0.23","branch":"release_v2.0.0","buildDate":"2025-04-02 10:31:27"}');
|
16186
16179
|
}
|
16187
16180
|
catch (err) {
|
16188
16181
|
console.warn(err);
|
16189
|
-
window._ICOS_DESKTOP_VERSION_ = '{"version":"2.0.
|
16182
|
+
window._ICOS_DESKTOP_VERSION_ = '{"version":"2.0.23","branch":"release_v2.0.0","buildDate":"2025-04-02 10:31:27"}';
|
16190
16183
|
}
|
16191
16184
|
|
16192
16185
|
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 };
|