@icos-desktop/react-components 2.2.6 → 2.2.7
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
@@ -156,8 +156,8 @@ var request = createRequest({
|
|
156
156
|
},
|
157
157
|
}).request;
|
158
158
|
var req = function (config) {
|
159
|
-
|
160
|
-
|
159
|
+
// const { apiPrefix = '/api/icos/desktop' } = getConfig();
|
160
|
+
var _a = getConfig().apiPrefix, apiPrefix = _a === void 0 ? '/gatehub/icos-desktop-00001' : _a;
|
161
161
|
try {
|
162
162
|
return request(config.url, __assign({ baseURL: apiPrefix }, config));
|
163
163
|
}
|
@@ -12824,8 +12824,8 @@ var TagTreeSelect = function (props) {
|
|
12824
12824
|
};
|
12825
12825
|
|
12826
12826
|
var settings$2 = {
|
12827
|
-
name: '
|
12828
|
-
title: '
|
12827
|
+
name: 'CcosVideoControl',
|
12828
|
+
title: '云台控制',
|
12829
12829
|
description: '',
|
12830
12830
|
package: '@icos-desktop/react-components',
|
12831
12831
|
exportType: 'namedExport',
|
@@ -12947,11 +12947,11 @@ var CcosVideoPlayer = function (props) {
|
|
12947
12947
|
CcosVideoPlayer.settings = settings$1;
|
12948
12948
|
|
12949
12949
|
try {
|
12950
|
-
window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.2.
|
12950
|
+
window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.2.7","branch":"release_v2.2.0","buildDate":"2025-06-19 14:28:11"}');
|
12951
12951
|
}
|
12952
12952
|
catch (err) {
|
12953
12953
|
console.warn(err);
|
12954
|
-
window._ICOS_DESKTOP_VERSION_ = '{"version":"2.2.
|
12954
|
+
window._ICOS_DESKTOP_VERSION_ = '{"version":"2.2.7","branch":"release_v2.2.0","buildDate":"2025-06-19 14:28:11"}';
|
12955
12955
|
}
|
12956
12956
|
|
12957
12957
|
export { BookDetail, BookGroupImport, BookGroupTable, BookImport, BookInfo, BookSelect, BookTable, CcosBookDetail, CcosImportTable, CcosSenseContentTable, CcosSenseCreate, CcosSenseDetail, CcosSenseEdit, CcosSenseFullTable, CcosSenseManager, CcosSenseSearch, CcosSenseTree, CcosSenseView, CcosTagConfig, CcosVideoControl, CcosVideoPlayer, EntityClassFilter, EntityClassTreeSelect, ImportTable, Modal, OrgTreeSelect, PersonSelector, 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 };
|