@icos-desktop/react-components 1.2.0-beta.13 → 1.2.0-beta.15

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.
@@ -289,6 +289,10 @@ interface SenseImportProps {
289
289
  * 台账组编码
290
290
  */
291
291
  bookGroupId: string;
292
+ /**
293
+ * 隐藏根据地址自动匹配
294
+ */
295
+ hiddenGeolevel?: boolean;
292
296
  /**
293
297
  * 确定按钮文字
294
298
  */
@@ -367,6 +371,10 @@ interface SenseManagerProps {
367
371
  * @description 默认打开台账组导入,可按视图配置对应为台账导入/台账组导入
368
372
  */
369
373
  showImportButton?: boolean | Record<string, 'book' | 'bookGroup'>;
374
+ /**
375
+ * 台账组功能导入数据隐藏根据地理层级自动匹配
376
+ */
377
+ importHiddenGeolevel?: boolean | Record<string, boolean>;
370
378
  /**
371
379
  * 台账功能
372
380
  */