wargerm 0.2.31 → 0.2.32
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 +6 -3
- package/dist/index.js +6 -3
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -10304,7 +10304,7 @@ var ModalForm = function ModalForm(props, ref) {
|
|
10304
10304
|
|
10305
10305
|
var ModalForm$1 = /*#__PURE__*/React.forwardRef(ModalForm);
|
10306
10306
|
|
10307
|
-
var _excluded$g = ["columns", "extraColumns", "request", "modalFormSearch", "tableAction", "renderTableBar", "className", "style", "onFormChange", "modalConfig", "optionColumnConfig"],
|
10307
|
+
var _excluded$g = ["columns", "extraColumns", "request", "modalFormSearch", "search", "tableAction", "renderTableBar", "className", "style", "onFormChange", "modalConfig", "optionColumnConfig"],
|
10308
10308
|
_excluded2$3 = ["actionMethod"];
|
10309
10309
|
|
10310
10310
|
var TabelCard = function TabelCard(props, ref) {
|
@@ -10312,6 +10312,7 @@ var TabelCard = function TabelCard(props, ref) {
|
|
10312
10312
|
extraColumns = props.extraColumns,
|
10313
10313
|
_request = props.request,
|
10314
10314
|
modalFormSearch = props.modalFormSearch,
|
10315
|
+
search = props.search,
|
10315
10316
|
tableAction = props.tableAction,
|
10316
10317
|
renderTableBar = props.renderTableBar,
|
10317
10318
|
className = props.className,
|
@@ -10725,13 +10726,15 @@ var TabelCard = function TabelCard(props, ref) {
|
|
10725
10726
|
})
|
10726
10727
|
})), /*#__PURE__*/React.createElement(WForm$1, {
|
10727
10728
|
ref: ref,
|
10728
|
-
search: {
|
10729
|
+
search: _objectSpread2(_objectSpread2({
|
10729
10730
|
labelWidth: 'auto',
|
10730
10731
|
searchText: '查询',
|
10732
|
+
span: 6
|
10733
|
+
}, search), {}, {
|
10731
10734
|
optionRender: function optionRender(searchConfig, formProps, dom) {
|
10732
10735
|
return [].concat(_toConsumableArray(dom.reverse()), [tableBarDom]);
|
10733
10736
|
}
|
10734
|
-
},
|
10737
|
+
}),
|
10735
10738
|
onSubmit: onSubmit,
|
10736
10739
|
onReset: onReset,
|
10737
10740
|
columns: formSearchColumn
|
package/dist/index.js
CHANGED
@@ -10338,7 +10338,7 @@ var ModalForm = function ModalForm(props, ref) {
|
|
10338
10338
|
|
10339
10339
|
var ModalForm$1 = /*#__PURE__*/React__default['default'].forwardRef(ModalForm);
|
10340
10340
|
|
10341
|
-
var _excluded$g = ["columns", "extraColumns", "request", "modalFormSearch", "tableAction", "renderTableBar", "className", "style", "onFormChange", "modalConfig", "optionColumnConfig"],
|
10341
|
+
var _excluded$g = ["columns", "extraColumns", "request", "modalFormSearch", "search", "tableAction", "renderTableBar", "className", "style", "onFormChange", "modalConfig", "optionColumnConfig"],
|
10342
10342
|
_excluded2$3 = ["actionMethod"];
|
10343
10343
|
|
10344
10344
|
var TabelCard = function TabelCard(props, ref) {
|
@@ -10346,6 +10346,7 @@ var TabelCard = function TabelCard(props, ref) {
|
|
10346
10346
|
extraColumns = props.extraColumns,
|
10347
10347
|
_request = props.request,
|
10348
10348
|
modalFormSearch = props.modalFormSearch,
|
10349
|
+
search = props.search,
|
10349
10350
|
tableAction = props.tableAction,
|
10350
10351
|
renderTableBar = props.renderTableBar,
|
10351
10352
|
className = props.className,
|
@@ -10759,13 +10760,15 @@ var TabelCard = function TabelCard(props, ref) {
|
|
10759
10760
|
})
|
10760
10761
|
})), /*#__PURE__*/React__default['default'].createElement(WForm$1, {
|
10761
10762
|
ref: ref,
|
10762
|
-
search: {
|
10763
|
+
search: _objectSpread2(_objectSpread2({
|
10763
10764
|
labelWidth: 'auto',
|
10764
10765
|
searchText: '查询',
|
10766
|
+
span: 6
|
10767
|
+
}, search), {}, {
|
10765
10768
|
optionRender: function optionRender(searchConfig, formProps, dom) {
|
10766
10769
|
return [].concat(_toConsumableArray(dom.reverse()), [tableBarDom]);
|
10767
10770
|
}
|
10768
|
-
},
|
10771
|
+
}),
|
10769
10772
|
onSubmit: onSubmit,
|
10770
10773
|
onReset: onReset,
|
10771
10774
|
columns: formSearchColumn
|