@icos-desktop/react-components 2.2.1 → 2.2.2
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 +4 -0
- package/dist/icos-desktop.js +78 -3862
- package/dist/icos-desktop.umd.cjs +1 -1
- package/package.json +140 -140
package/dist/icos-desktop.d.ts
CHANGED
@@ -747,6 +747,10 @@ interface SenseFullTableProps {
|
|
747
747
|
* 显示导入数据按钮,为`true`时默认打开台账组导入,可按视图配置对应为台账导入/台账组导入,例如:`{ viewCode: 'book | bookGroup' }`
|
748
748
|
*/
|
749
749
|
showImportButton?: boolean | Record<string, 'book' | 'bookGroup'>;
|
750
|
+
/**
|
751
|
+
* 导入按钮显示弹窗提示
|
752
|
+
*/
|
753
|
+
importButtonTips?: string;
|
750
754
|
/**
|
751
755
|
* 台账组功能导入数据隐藏根据地理层级自动匹配,可按视图配置,例如:`{ viewCode: true }`
|
752
756
|
*/
|