wargerm 0.6.8 → 0.6.9
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/index.esm.js +2 -0
- package/dist/index.js +2 -0
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -5790,6 +5790,7 @@ var TabelCard = function TabelCard(props, ref) {
|
|
5790
5790
|
var onSubmit = function onSubmit(values) {
|
5791
5791
|
var _actionRef$current6;
|
5792
5792
|
|
5793
|
+
(searchFormConfig === null || searchFormConfig === void 0 ? void 0 : searchFormConfig.handleSubmit) && searchFormConfig.handleSubmit(values);
|
5793
5794
|
formSearchRef.current = values;
|
5794
5795
|
actionRef === null || actionRef === void 0 ? void 0 : (_actionRef$current6 = actionRef.current) === null || _actionRef$current6 === void 0 ? void 0 : _actionRef$current6.reload(true);
|
5795
5796
|
};
|
@@ -5797,6 +5798,7 @@ var TabelCard = function TabelCard(props, ref) {
|
|
5797
5798
|
var onReset = function onReset() {
|
5798
5799
|
var _actionRef$current7;
|
5799
5800
|
|
5801
|
+
(searchFormConfig === null || searchFormConfig === void 0 ? void 0 : searchFormConfig.onReset) && searchFormConfig.onReset();
|
5800
5802
|
formSearchRef.current = {};
|
5801
5803
|
actionRef === null || actionRef === void 0 ? void 0 : (_actionRef$current7 = actionRef.current) === null || _actionRef$current7 === void 0 ? void 0 : _actionRef$current7.reload(true);
|
5802
5804
|
};
|
package/dist/index.js
CHANGED
@@ -5855,6 +5855,7 @@ var TabelCard = function TabelCard(props, ref) {
|
|
5855
5855
|
var onSubmit = function onSubmit(values) {
|
5856
5856
|
var _actionRef$current6;
|
5857
5857
|
|
5858
|
+
(searchFormConfig === null || searchFormConfig === void 0 ? void 0 : searchFormConfig.handleSubmit) && searchFormConfig.handleSubmit(values);
|
5858
5859
|
formSearchRef.current = values;
|
5859
5860
|
actionRef === null || actionRef === void 0 ? void 0 : (_actionRef$current6 = actionRef.current) === null || _actionRef$current6 === void 0 ? void 0 : _actionRef$current6.reload(true);
|
5860
5861
|
};
|
@@ -5862,6 +5863,7 @@ var TabelCard = function TabelCard(props, ref) {
|
|
5862
5863
|
var onReset = function onReset() {
|
5863
5864
|
var _actionRef$current7;
|
5864
5865
|
|
5866
|
+
(searchFormConfig === null || searchFormConfig === void 0 ? void 0 : searchFormConfig.onReset) && searchFormConfig.onReset();
|
5865
5867
|
formSearchRef.current = {};
|
5866
5868
|
actionRef === null || actionRef === void 0 ? void 0 : (_actionRef$current7 = actionRef.current) === null || _actionRef$current7 === void 0 ? void 0 : _actionRef$current7.reload(true);
|
5867
5869
|
};
|