hlyc-web-pack 3.6.84 → 3.6.85

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.
@@ -27,7 +27,7 @@ export interface LayoutTableModalPropType {
27
27
  /** 弹窗宽度 */
28
28
  width?: number;
29
29
  /** 自定义modal配置 */
30
- modalConfig: ModalProps;
30
+ modalConfig?: ModalProps;
31
31
  /** 头部渲染额外元素 */
32
32
  topExtra?: React.ReactNode;
33
33
  /** 搜索表单数据 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hlyc-web-pack",
3
- "version": "3.6.84",
3
+ "version": "3.6.85",
4
4
  "description": "华旅云创web端组件",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.js",