@teamix/pro 1.4.18 → 1.4.19
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/pro.js +2 -2
- package/dist/pro.min.js +1 -1
- package/es/actions/dialog.js +1 -1
- package/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/lib/actions/dialog.js +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/dist/pro.js
CHANGED
@@ -76719,7 +76719,7 @@ function useDialogAction(action, actionContext, hasForm) {
|
|
76719
76719
|
}), _extends2), containerProps, containerOtherProps); // TODO Drawer 基础组件未支持此配置,日后支持,并修改onOk、onCancel写法
|
76720
76720
|
|
76721
76721
|
|
76722
|
-
if (!dialogType || dialogType === 'dialog') {
|
76722
|
+
if ((!dialogType || dialogType === 'dialog') && hideFooter) {
|
76723
76723
|
quickShowProps['footer'] = !hideFooter;
|
76724
76724
|
}
|
76725
76725
|
|
@@ -82761,7 +82761,7 @@ if (!((_window = window) != null && _window.TEAMIXPRO_WITHOUT_ICON)) {
|
|
82761
82761
|
|
82762
82762
|
|
82763
82763
|
|
82764
|
-
var version = '1.4.
|
82764
|
+
var version = '1.4.19';
|
82765
82765
|
|
82766
82766
|
|
82767
82767
|
/***/ }),
|