wargerm 0.2.41 → 0.2.42
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.css +1 -0
- package/dist/index.esm.css +1 -0
- package/dist/index.esm.js +6 -0
- package/dist/index.js +6 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
package/dist/index.esm.css
CHANGED
package/dist/index.esm.js
CHANGED
@@ -7837,6 +7837,7 @@ var WForm = function WForm(props, ref) {
|
|
7837
7837
|
display: 'flex'
|
7838
7838
|
}
|
7839
7839
|
}, search && search.optionRender && search.optionRender(search, props.form, [/*#__PURE__*/React.createElement(WButton, {
|
7840
|
+
key: 'submit',
|
7840
7841
|
type: "primary",
|
7841
7842
|
style: {
|
7842
7843
|
marginRight: '20px'
|
@@ -7844,6 +7845,7 @@ var WForm = function WForm(props, ref) {
|
|
7844
7845
|
htmlType: "submit",
|
7845
7846
|
icon: /*#__PURE__*/React.createElement(SearchOutlined, null)
|
7846
7847
|
}, search && search.searchText ? search.searchText : '提交')].concat(_toConsumableArray(search.hideResetBtn ? [] : [/*#__PURE__*/React.createElement(WButton, {
|
7848
|
+
key: 'reset',
|
7847
7849
|
type: "primary",
|
7848
7850
|
style: {
|
7849
7851
|
marginRight: '20px'
|
@@ -7851,6 +7853,7 @@ var WForm = function WForm(props, ref) {
|
|
7851
7853
|
onClick: handleRest,
|
7852
7854
|
icon: /*#__PURE__*/React.createElement(ReloadOutlined, null)
|
7853
7855
|
}, search && search.resetText ? search.resetText : '重置')]))), !search ? /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(WButton, {
|
7856
|
+
key: 'submit',
|
7854
7857
|
type: "primary",
|
7855
7858
|
style: {
|
7856
7859
|
marginRight: '20px'
|
@@ -7858,6 +7861,7 @@ var WForm = function WForm(props, ref) {
|
|
7858
7861
|
htmlType: "submit",
|
7859
7862
|
icon: /*#__PURE__*/React.createElement(SearchOutlined, null)
|
7860
7863
|
}, "\u63D0\u4EA4"), /*#__PURE__*/React.createElement(WButton, {
|
7864
|
+
key: 'reset',
|
7861
7865
|
type: "primary",
|
7862
7866
|
style: {
|
7863
7867
|
marginRight: '20px'
|
@@ -7865,6 +7869,7 @@ var WForm = function WForm(props, ref) {
|
|
7865
7869
|
icon: /*#__PURE__*/React.createElement(ReloadOutlined, null),
|
7866
7870
|
onClick: handleRest
|
7867
7871
|
}, "\u91CD\u7F6E")) : search && !search.optionRender ? /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(WButton, {
|
7872
|
+
key: 'submit',
|
7868
7873
|
type: "primary",
|
7869
7874
|
style: {
|
7870
7875
|
marginRight: '20px'
|
@@ -7872,6 +7877,7 @@ var WForm = function WForm(props, ref) {
|
|
7872
7877
|
htmlType: "submit",
|
7873
7878
|
icon: /*#__PURE__*/React.createElement(SearchOutlined, null)
|
7874
7879
|
}, search && search.searchText ? search.searchText : '提交'), search.hideResetBtn ? null : /*#__PURE__*/React.createElement(WButton, {
|
7880
|
+
key: 'reset',
|
7875
7881
|
type: "primary",
|
7876
7882
|
style: {
|
7877
7883
|
marginRight: '20px'
|
package/dist/index.js
CHANGED
@@ -7871,6 +7871,7 @@ var WForm = function WForm(props, ref) {
|
|
7871
7871
|
display: 'flex'
|
7872
7872
|
}
|
7873
7873
|
}, search && search.optionRender && search.optionRender(search, props.form, [/*#__PURE__*/React__default['default'].createElement(WButton, {
|
7874
|
+
key: 'submit',
|
7874
7875
|
type: "primary",
|
7875
7876
|
style: {
|
7876
7877
|
marginRight: '20px'
|
@@ -7878,6 +7879,7 @@ var WForm = function WForm(props, ref) {
|
|
7878
7879
|
htmlType: "submit",
|
7879
7880
|
icon: /*#__PURE__*/React__default['default'].createElement(icons.SearchOutlined, null)
|
7880
7881
|
}, search && search.searchText ? search.searchText : '提交')].concat(_toConsumableArray(search.hideResetBtn ? [] : [/*#__PURE__*/React__default['default'].createElement(WButton, {
|
7882
|
+
key: 'reset',
|
7881
7883
|
type: "primary",
|
7882
7884
|
style: {
|
7883
7885
|
marginRight: '20px'
|
@@ -7885,6 +7887,7 @@ var WForm = function WForm(props, ref) {
|
|
7885
7887
|
onClick: handleRest,
|
7886
7888
|
icon: /*#__PURE__*/React__default['default'].createElement(icons.ReloadOutlined, null)
|
7887
7889
|
}, search && search.resetText ? search.resetText : '重置')]))), !search ? /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null, /*#__PURE__*/React__default['default'].createElement(WButton, {
|
7890
|
+
key: 'submit',
|
7888
7891
|
type: "primary",
|
7889
7892
|
style: {
|
7890
7893
|
marginRight: '20px'
|
@@ -7892,6 +7895,7 @@ var WForm = function WForm(props, ref) {
|
|
7892
7895
|
htmlType: "submit",
|
7893
7896
|
icon: /*#__PURE__*/React__default['default'].createElement(icons.SearchOutlined, null)
|
7894
7897
|
}, "\u63D0\u4EA4"), /*#__PURE__*/React__default['default'].createElement(WButton, {
|
7898
|
+
key: 'reset',
|
7895
7899
|
type: "primary",
|
7896
7900
|
style: {
|
7897
7901
|
marginRight: '20px'
|
@@ -7899,6 +7903,7 @@ var WForm = function WForm(props, ref) {
|
|
7899
7903
|
icon: /*#__PURE__*/React__default['default'].createElement(icons.ReloadOutlined, null),
|
7900
7904
|
onClick: handleRest
|
7901
7905
|
}, "\u91CD\u7F6E")) : search && !search.optionRender ? /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null, /*#__PURE__*/React__default['default'].createElement(WButton, {
|
7906
|
+
key: 'submit',
|
7902
7907
|
type: "primary",
|
7903
7908
|
style: {
|
7904
7909
|
marginRight: '20px'
|
@@ -7906,6 +7911,7 @@ var WForm = function WForm(props, ref) {
|
|
7906
7911
|
htmlType: "submit",
|
7907
7912
|
icon: /*#__PURE__*/React__default['default'].createElement(icons.SearchOutlined, null)
|
7908
7913
|
}, search && search.searchText ? search.searchText : '提交'), search.hideResetBtn ? null : /*#__PURE__*/React__default['default'].createElement(WButton, {
|
7914
|
+
key: 'reset',
|
7909
7915
|
type: "primary",
|
7910
7916
|
style: {
|
7911
7917
|
marginRight: '20px'
|