wargerm 0.3.22 → 0.4.1
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 +1396 -873
- package/dist/index.d.ts +2 -1
- package/dist/index.esm.css +1396 -873
- package/dist/index.esm.js +3 -2
- package/dist/index.js +3 -2
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -10162,7 +10162,7 @@ var ModalForm = function ModalForm(props, ref) {
|
|
10162
10162
|
|
10163
10163
|
var ModalForm$1 = /*#__PURE__*/React.forwardRef(ModalForm);
|
10164
10164
|
|
10165
|
-
var _excluded$h = ["columns", "extraColumns", "request", "modalFormSearch", "search", "tableAction", "renderTableBar", "className", "style", "onFormChange", "modalConfig", "optionColumnConfig", "pagination"];
|
10165
|
+
var _excluded$h = ["columns", "extraColumns", "request", "modalFormSearch", "search", "tableAction", "renderTableBar", "className", "style", "onFormChange", "modalConfig", "optionColumnConfig", "pagination", "noBordered"];
|
10166
10166
|
|
10167
10167
|
var TabelCard = function TabelCard(props, ref) {
|
10168
10168
|
var columns = props.columns,
|
@@ -10178,6 +10178,7 @@ var TabelCard = function TabelCard(props, ref) {
|
|
10178
10178
|
modalConfig = props.modalConfig,
|
10179
10179
|
optionColumnConfig = props.optionColumnConfig,
|
10180
10180
|
pagination = props.pagination,
|
10181
|
+
noBordered = props.noBordered,
|
10181
10182
|
extraProps = _objectWithoutProperties(props, _excluded$h);
|
10182
10183
|
|
10183
10184
|
var actionRef = useRef();
|
@@ -10602,7 +10603,7 @@ var TabelCard = function TabelCard(props, ref) {
|
|
10602
10603
|
}), /*#__PURE__*/React.createElement(ProTable, _objectSpread2(_objectSpread2({
|
10603
10604
|
actionRef: actionRef,
|
10604
10605
|
rowKey: "id",
|
10605
|
-
bordered:
|
10606
|
+
bordered: !noBordered,
|
10606
10607
|
options: false,
|
10607
10608
|
toolBarRender: false
|
10608
10609
|
}, _request ? {
|
package/dist/index.js
CHANGED
@@ -10196,7 +10196,7 @@ var ModalForm = function ModalForm(props, ref) {
|
|
10196
10196
|
|
10197
10197
|
var ModalForm$1 = /*#__PURE__*/React__default['default'].forwardRef(ModalForm);
|
10198
10198
|
|
10199
|
-
var _excluded$h = ["columns", "extraColumns", "request", "modalFormSearch", "search", "tableAction", "renderTableBar", "className", "style", "onFormChange", "modalConfig", "optionColumnConfig", "pagination"];
|
10199
|
+
var _excluded$h = ["columns", "extraColumns", "request", "modalFormSearch", "search", "tableAction", "renderTableBar", "className", "style", "onFormChange", "modalConfig", "optionColumnConfig", "pagination", "noBordered"];
|
10200
10200
|
|
10201
10201
|
var TabelCard = function TabelCard(props, ref) {
|
10202
10202
|
var columns = props.columns,
|
@@ -10212,6 +10212,7 @@ var TabelCard = function TabelCard(props, ref) {
|
|
10212
10212
|
modalConfig = props.modalConfig,
|
10213
10213
|
optionColumnConfig = props.optionColumnConfig,
|
10214
10214
|
pagination = props.pagination,
|
10215
|
+
noBordered = props.noBordered,
|
10215
10216
|
extraProps = _objectWithoutProperties(props, _excluded$h);
|
10216
10217
|
|
10217
10218
|
var actionRef = React.useRef();
|
@@ -10636,7 +10637,7 @@ var TabelCard = function TabelCard(props, ref) {
|
|
10636
10637
|
}), /*#__PURE__*/React__default['default'].createElement(ProTable__default['default'], _objectSpread2(_objectSpread2({
|
10637
10638
|
actionRef: actionRef,
|
10638
10639
|
rowKey: "id",
|
10639
|
-
bordered:
|
10640
|
+
bordered: !noBordered,
|
10640
10641
|
options: false,
|
10641
10642
|
toolBarRender: false
|
10642
10643
|
}, _request ? {
|