@icos-desktop/react-components 2.1.1 → 2.1.3
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
@@ -14000,6 +14000,8 @@ var SenseSearch = forwardRef(function (props, ref) {
|
|
14000
14000
|
keyword: res.keyword || '',
|
14001
14001
|
senseObjCodes: res.senseObjCodes || [],
|
14002
14002
|
tagCodes: res.tagCodes || [],
|
14003
|
+
// 透传参数
|
14004
|
+
customFieldParams: res.customFieldParams,
|
14003
14005
|
};
|
14004
14006
|
// 时空搜索参数
|
14005
14007
|
var timeSpaceParams = {};
|
@@ -15834,6 +15836,8 @@ var SenseView = forwardRef(function (props, ref) {
|
|
15834
15836
|
var _a = useState(), searchParams = _a[0], setSearchParams = _a[1];
|
15835
15837
|
// 触发搜索
|
15836
15838
|
var handleSearch = function (params) {
|
15839
|
+
var _a;
|
15840
|
+
(_a = props.onSearch) === null || _a === void 0 ? void 0 : _a.call(props, params);
|
15837
15841
|
setSearchParams(params);
|
15838
15842
|
};
|
15839
15843
|
useImperativeHandle(ref, function () { return ({
|
@@ -16504,11 +16508,11 @@ var CcosVideoPlayer = function (props) {
|
|
16504
16508
|
CcosVideoPlayer.settings = settings$1;
|
16505
16509
|
|
16506
16510
|
try {
|
16507
|
-
window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.1.
|
16511
|
+
window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.1.3","branch":"release_v2.1.0","buildDate":"2025-05-14 18:55:18"}');
|
16508
16512
|
}
|
16509
16513
|
catch (err) {
|
16510
16514
|
console.warn(err);
|
16511
|
-
window._ICOS_DESKTOP_VERSION_ = '{"version":"2.1.
|
16515
|
+
window._ICOS_DESKTOP_VERSION_ = '{"version":"2.1.3","branch":"release_v2.1.0","buildDate":"2025-05-14 18:55:18"}';
|
16512
16516
|
}
|
16513
16517
|
|
16514
16518
|
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 };
|