@icos-desktop/react-components 2.2.13-zdhd.1 → 2.2.13-zdhd.1.p
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
@@ -7722,7 +7722,7 @@ var H5player = function (_a) {
|
|
7722
7722
|
}, [init, url]);
|
7723
7723
|
// TODO: 重大活动保障定制
|
7724
7724
|
useEffect(function () {
|
7725
|
-
var JSPlugin = window.JSPlugin;
|
7725
|
+
var JSPlugin = window.parent.JSPlugin;
|
7726
7726
|
if (JSPlugin && !videoRef.current) {
|
7727
7727
|
videoRef.current = new JSPlugin({
|
7728
7728
|
szId: videoElementId,
|
@@ -12996,11 +12996,11 @@ var CcosVideoPlayer = function (props) {
|
|
12996
12996
|
CcosVideoPlayer.settings = settings$1;
|
12997
12997
|
|
12998
12998
|
try {
|
12999
|
-
window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.2.13-zdhd.1","branch":"release_v2.2.0","buildDate":"2025-07-29 20:
|
12999
|
+
window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.2.13-zdhd.1.p","branch":"release_v2.2.0","buildDate":"2025-07-29 20:37:38"}');
|
13000
13000
|
}
|
13001
13001
|
catch (err) {
|
13002
13002
|
console.warn(err);
|
13003
|
-
window._ICOS_DESKTOP_VERSION_ = '{"version":"2.2.13-zdhd.1","branch":"release_v2.2.0","buildDate":"2025-07-29 20:
|
13003
|
+
window._ICOS_DESKTOP_VERSION_ = '{"version":"2.2.13-zdhd.1.p","branch":"release_v2.2.0","buildDate":"2025-07-29 20:37:38"}';
|
13004
13004
|
}
|
13005
13005
|
|
13006
13006
|
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 };
|