@icos-desktop/react-components 2.0.52 → 2.0.53

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.
@@ -6300,7 +6300,7 @@ var FormItem = function (_a) {
6300
6300
  return (React__default.createElement(Form.Item, __assign({}, props, (type === 'date' ? getRangePickerConversion() : null)), renderItem()));
6301
6301
  };
6302
6302
 
6303
- var css_248z$Y = ":root {\n --sense-manager-filter-icon-color: currentColor;\n}\n.index-module_filter__-sqYm {\n position: relative;\n justify-items: right;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 28px;\n height: 28px;\n border-radius: 4px;\n cursor: pointer;\n}\n.index-module_filter__-sqYm svg path {\n fill: var(--sense-manager-filter-icon-color);\n}\n.index-module_filter__-sqYm.index-module_active__ltQzZ:after {\n content: '';\n position: absolute;\n right: -4px;\n top: -4px;\n width: 8px;\n height: 8px;\n border-radius: 50%;\n}\n.index-module_content__d-57c {\n display: flex;\n flex-direction: column;\n width: 420px;\n padding: 8px 16px;\n}\n.index-module_content__d-57c .index-module_btns__hw4cX {\n display: flex;\n justify-content: flex-end;\n column-gap: 8px;\n}\n.index-module_content__d-57c .ant-form .ant-form-item {\n margin-bottom: 16px;\n}\n";
6303
+ var css_248z$Y = ":root {\n --sense-manager-filter-icon-color: currentColor;\n}\n.index-module_filter__-sqYm {\n position: relative;\n justify-items: right;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 28px;\n height: 28px;\n border-radius: 4px;\n cursor: pointer;\n}\n.index-module_filter__-sqYm svg path {\n fill: var(--sense-manager-filter-icon-color);\n}\n.index-module_filter__-sqYm.index-module_active__ltQzZ:after {\n content: '';\n position: absolute;\n right: -4px;\n top: -4px;\n width: 8px;\n height: 8px;\n border-radius: 50%;\n}\n.index-module_content__d-57c {\n display: flex;\n flex-direction: column;\n width: 420px;\n max-height: 60vh;\n padding: 8px 16px;\n overflow: hidden auto;\n}\n.index-module_content__d-57c .index-module_btns__hw4cX {\n display: flex;\n justify-content: flex-end;\n column-gap: 8px;\n}\n.index-module_content__d-57c .ant-form .ant-form-item {\n margin-bottom: 16px;\n}\n";
6304
6304
  var styles$Y = {"filter":"index-module_filter__-sqYm","active":"index-module_active__ltQzZ","content":"index-module_content__d-57c","btns":"index-module_btns__hw4cX"};
6305
6305
  styleInject(css_248z$Y);
6306
6306
 
@@ -16328,11 +16328,11 @@ var CcosVideoPlayer = function (props) {
16328
16328
  CcosVideoPlayer.settings = settings$1;
16329
16329
 
16330
16330
  try {
16331
- window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.0.52","branch":"release_v2.0.0","buildDate":"2025-05-19 17:39:49"}');
16331
+ window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.0.53","branch":"remotes/origin/release_v2.0.0","buildDate":"2025-05-29 10:41:44"}');
16332
16332
  }
16333
16333
  catch (err) {
16334
16334
  console.warn(err);
16335
- window._ICOS_DESKTOP_VERSION_ = '{"version":"2.0.52","branch":"release_v2.0.0","buildDate":"2025-05-19 17:39:49"}';
16335
+ window._ICOS_DESKTOP_VERSION_ = '{"version":"2.0.53","branch":"remotes/origin/release_v2.0.0","buildDate":"2025-05-29 10:41:44"}';
16336
16336
  }
16337
16337
 
16338
16338
  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 };