@fle-ui/plus-table 1.1.0 → 1.1.2
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/README.md +18 -18
- package/es/FormSearch/FormRender.js +2 -2
- package/es/FormSearch/index.js +2 -2
- package/es/FormSearch/index.less +57 -57
- package/es/index.d.ts +40 -4
- package/es/index.js +86 -95
- package/es/index.less +107 -107
- package/es/utils/request.js +1 -1
- package/lib/FormSearch/FormRender.js +3 -3
- package/lib/FormSearch/index.js +2 -2
- package/lib/FormSearch/index.less +57 -57
- package/lib/index.d.ts +40 -4
- package/lib/index.js +86 -95
- package/lib/index.less +107 -107
- package/lib/utils/request.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
# @fle-ui/plus-table
|
|
2
|
-
|
|
3
|
-
> @fle-ui/plus-table
|
|
4
|
-
|
|
5
|
-
## Install
|
|
6
|
-
|
|
7
|
-
Using npm:
|
|
8
|
-
|
|
9
|
-
```bash
|
|
10
|
-
$ npm install --save @fle-ui/plus-table
|
|
11
|
-
```
|
|
12
|
-
|
|
13
|
-
or using yarn:
|
|
14
|
-
|
|
15
|
-
```bash
|
|
16
|
-
$ yarn add @fle-ui/plus-table
|
|
17
|
-
```
|
|
18
|
-
|
|
1
|
+
# @fle-ui/plus-table
|
|
2
|
+
|
|
3
|
+
> @fle-ui/plus-table
|
|
4
|
+
|
|
5
|
+
## Install
|
|
6
|
+
|
|
7
|
+
Using npm:
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
$ npm install --save @fle-ui/plus-table
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
or using yarn:
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
$ yarn add @fle-ui/plus-table
|
|
17
|
+
```
|
|
18
|
+
|
|
19
19
|
|
|
@@ -4,13 +4,13 @@ import "antd/es/config-provider/style";
|
|
|
4
4
|
import _ConfigProvider from "antd/es/config-provider";
|
|
5
5
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
6
6
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
7
|
-
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw
|
|
7
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator.return && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, catch: function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
|
|
8
8
|
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
|
9
9
|
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
|
10
10
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
11
11
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
12
12
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
13
|
-
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i :
|
|
13
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
14
14
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
15
15
|
import { BetaSchemaForm } from '@ant-design/pro-form';
|
|
16
16
|
import { ProProvider } from '@ant-design/pro-provider';
|
package/es/FormSearch/index.js
CHANGED
|
@@ -4,7 +4,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
4
4
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5
5
|
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
6
6
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
7
|
-
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i :
|
|
7
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
8
8
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
9
9
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
10
10
|
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
|
@@ -28,7 +28,6 @@ var isBordered = function isBordered(borderType, border) {
|
|
|
28
28
|
return border[borderType];
|
|
29
29
|
};
|
|
30
30
|
var FormSearch = /*#__PURE__*/function (_React$Component) {
|
|
31
|
-
_inherits(FormSearch, _React$Component);
|
|
32
31
|
function FormSearch() {
|
|
33
32
|
var _this;
|
|
34
33
|
_classCallCheck(this, FormSearch);
|
|
@@ -181,6 +180,7 @@ var FormSearch = /*#__PURE__*/function (_React$Component) {
|
|
|
181
180
|
};
|
|
182
181
|
return _this;
|
|
183
182
|
}
|
|
183
|
+
_inherits(FormSearch, _React$Component);
|
|
184
184
|
return _createClass(FormSearch);
|
|
185
185
|
}(React.Component);
|
|
186
186
|
export default FormSearch;
|
package/es/FormSearch/index.less
CHANGED
|
@@ -1,57 +1,57 @@
|
|
|
1
|
-
.search-drawer {
|
|
2
|
-
// 搜索栏内部样式复写
|
|
3
|
-
::-webkit-scrollbar {
|
|
4
|
-
width: 2px;
|
|
5
|
-
}
|
|
6
|
-
.ant-pro-query-filter-row {
|
|
7
|
-
row-gap: 12px;
|
|
8
|
-
}
|
|
9
|
-
.ant-pro-table-search {
|
|
10
|
-
padding: 0;
|
|
11
|
-
.ant-form-item-control {
|
|
12
|
-
width: auto;
|
|
13
|
-
}
|
|
14
|
-
.ant-pro-table-search-query-filter {
|
|
15
|
-
border: none;
|
|
16
|
-
}
|
|
17
|
-
.ant-pro-query-filter {
|
|
18
|
-
background-color: #fff;
|
|
19
|
-
padding: 0;
|
|
20
|
-
.ant-row {
|
|
21
|
-
display: flex;
|
|
22
|
-
flex-direction: row;
|
|
23
|
-
.ant-form-item-label {
|
|
24
|
-
width: 84px;
|
|
25
|
-
line-height: 34px;
|
|
26
|
-
margin-right: 8px;
|
|
27
|
-
text-align: right;
|
|
28
|
-
label {
|
|
29
|
-
font-size: 14px;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
.ant-form-item-control {
|
|
33
|
-
width: 230px;
|
|
34
|
-
.ant-form-item-control-input {
|
|
35
|
-
width: 230px;
|
|
36
|
-
}
|
|
37
|
-
.ant-picker {
|
|
38
|
-
min-width: 230px !important;
|
|
39
|
-
width: 230px;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
.page_plustable__body {
|
|
47
|
-
// 为了复写pagecontainer的样式
|
|
48
|
-
background-color: #fff;
|
|
49
|
-
transition: all ease 0.3s;
|
|
50
|
-
// margin: 16px;
|
|
51
|
-
// padding: 16px;
|
|
52
|
-
height: 100%;
|
|
53
|
-
width: 100%;
|
|
54
|
-
&.turn-left {
|
|
55
|
-
width: calc(100% - 356px);
|
|
56
|
-
}
|
|
57
|
-
}
|
|
1
|
+
.search-drawer {
|
|
2
|
+
// 搜索栏内部样式复写
|
|
3
|
+
::-webkit-scrollbar {
|
|
4
|
+
width: 2px;
|
|
5
|
+
}
|
|
6
|
+
.ant-pro-query-filter-row {
|
|
7
|
+
row-gap: 12px;
|
|
8
|
+
}
|
|
9
|
+
.ant-pro-table-search {
|
|
10
|
+
padding: 0;
|
|
11
|
+
.ant-form-item-control {
|
|
12
|
+
width: auto;
|
|
13
|
+
}
|
|
14
|
+
.ant-pro-table-search-query-filter {
|
|
15
|
+
border: none;
|
|
16
|
+
}
|
|
17
|
+
.ant-pro-query-filter {
|
|
18
|
+
background-color: #fff;
|
|
19
|
+
padding: 0;
|
|
20
|
+
.ant-row {
|
|
21
|
+
display: flex;
|
|
22
|
+
flex-direction: row;
|
|
23
|
+
.ant-form-item-label {
|
|
24
|
+
width: 84px;
|
|
25
|
+
line-height: 34px;
|
|
26
|
+
margin-right: 8px;
|
|
27
|
+
text-align: right;
|
|
28
|
+
label {
|
|
29
|
+
font-size: 14px;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
.ant-form-item-control {
|
|
33
|
+
width: 230px;
|
|
34
|
+
.ant-form-item-control-input {
|
|
35
|
+
width: 230px;
|
|
36
|
+
}
|
|
37
|
+
.ant-picker {
|
|
38
|
+
min-width: 230px !important;
|
|
39
|
+
width: 230px;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
.page_plustable__body {
|
|
47
|
+
// 为了复写pagecontainer的样式
|
|
48
|
+
background-color: #fff;
|
|
49
|
+
transition: all ease 0.3s;
|
|
50
|
+
// margin: 16px;
|
|
51
|
+
// padding: 16px;
|
|
52
|
+
height: 100%;
|
|
53
|
+
width: 100%;
|
|
54
|
+
&.turn-left {
|
|
55
|
+
width: calc(100% - 356px);
|
|
56
|
+
}
|
|
57
|
+
}
|
package/es/index.d.ts
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import React, { ReactElement } from 'react';
|
|
2
|
-
import type { ProColumns } from '@ant-design/pro-components';
|
|
2
|
+
import type { ProColumns, ActionType } from '@ant-design/pro-components';
|
|
3
|
+
import type { InputProps } from 'antd';
|
|
3
4
|
import './FormSearch/index.less';
|
|
4
5
|
interface PlusColumns extends ProColumns {
|
|
5
6
|
baseSearch?: boolean;
|
|
6
7
|
}
|
|
7
8
|
export type { PlusColumns };
|
|
8
|
-
type settingsColumns = {
|
|
9
|
+
export type settingsColumns = {
|
|
9
10
|
[key: string]: {
|
|
10
11
|
hideInTable?: boolean;
|
|
11
12
|
show?: boolean;
|
|
@@ -16,8 +17,43 @@ type settingsColumns = {
|
|
|
16
17
|
sort?: number;
|
|
17
18
|
};
|
|
18
19
|
};
|
|
20
|
+
type OptionsFunctionType = (e: React.MouseEvent<HTMLSpanElement>, action?: ActionType) => void;
|
|
21
|
+
type OptionsType = OptionsFunctionType | boolean;
|
|
22
|
+
type SettingOptionType = {
|
|
23
|
+
draggable?: boolean;
|
|
24
|
+
checkable?: boolean;
|
|
25
|
+
showListItemOption?: boolean;
|
|
26
|
+
checkedReset?: boolean;
|
|
27
|
+
listsHeight?: number;
|
|
28
|
+
extra?: React.ReactNode;
|
|
29
|
+
children?: React.ReactNode;
|
|
30
|
+
settingIcon?: React.ReactNode;
|
|
31
|
+
};
|
|
32
|
+
interface SearchProps extends InputProps {
|
|
33
|
+
inputPrefixCls?: string;
|
|
34
|
+
onSearch?: (value: string, event?: React.ChangeEvent<HTMLInputElement> | React.MouseEvent<HTMLElement> | React.KeyboardEvent<HTMLInputElement>, info?: {
|
|
35
|
+
source?: 'clear' | 'input';
|
|
36
|
+
}) => void;
|
|
37
|
+
enterButton?: React.ReactNode;
|
|
38
|
+
loading?: boolean;
|
|
39
|
+
}
|
|
40
|
+
type OptionSearchProps = Omit<SearchProps, 'onSearch'> & {
|
|
41
|
+
/** 如果 onSearch 返回一个false,直接拦截请求 */
|
|
42
|
+
onSearch?: (keyword: string) => Promise<boolean | undefined> | boolean | undefined;
|
|
43
|
+
};
|
|
44
|
+
export type optionsConfig = {
|
|
45
|
+
density?: boolean;
|
|
46
|
+
fullScreen?: OptionsType;
|
|
47
|
+
reload?: OptionsType;
|
|
48
|
+
setting?: boolean | SettingOptionType;
|
|
49
|
+
search?: (OptionSearchProps & {
|
|
50
|
+
name?: string;
|
|
51
|
+
}) | boolean;
|
|
52
|
+
reloadIcon?: React.ReactNode;
|
|
53
|
+
densityIcon?: React.ReactNode;
|
|
54
|
+
};
|
|
19
55
|
type PlusProps = {
|
|
20
|
-
|
|
56
|
+
action?: Array<'advancedFilter' | 'columnSetting' | 'viewInvisibleData'>;
|
|
21
57
|
columns: PlusColumns[];
|
|
22
58
|
request?: any;
|
|
23
59
|
top?: number;
|
|
@@ -37,7 +73,7 @@ type PlusProps = {
|
|
|
37
73
|
};
|
|
38
74
|
actionRef: any;
|
|
39
75
|
formRef?: any;
|
|
40
|
-
options?:
|
|
76
|
+
options?: optionsConfig;
|
|
41
77
|
[key: string | symbol]: any;
|
|
42
78
|
};
|
|
43
79
|
declare const PlusTable: React.ForwardRefExoticComponent<Omit<PlusProps, "ref"> & React.RefAttributes<unknown>>;
|
package/es/index.js
CHANGED
|
@@ -9,13 +9,13 @@ import "antd/es/message/style";
|
|
|
9
9
|
import _message from "antd/es/message";
|
|
10
10
|
import "antd/es/form/style";
|
|
11
11
|
import _Form from "antd/es/form";
|
|
12
|
-
var _excluded = ["mode", "columns", "hasShowFull", "request", "pagination", "formRef", "actionRef", "defaultColumnsState", "options"];
|
|
12
|
+
var _excluded = ["mode", "columns", "hasShowFull", "request", "pagination", "formRef", "actionRef", "defaultColumnsState", "options", "action"];
|
|
13
13
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
14
|
-
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw
|
|
14
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator.return && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, catch: function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
|
|
15
15
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
16
16
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
17
17
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
18
|
-
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i :
|
|
18
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
19
19
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
20
20
|
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
|
21
21
|
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
|
@@ -30,10 +30,10 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
|
|
|
30
30
|
import React, { useEffect, useRef, useState, useImperativeHandle, forwardRef } from 'react';
|
|
31
31
|
import { ProTable } from '@ant-design/pro-components';
|
|
32
32
|
import FormRender from './FormSearch/index';
|
|
33
|
-
import { BarsOutlined
|
|
33
|
+
import { BarsOutlined } from '@ant-design/icons';
|
|
34
34
|
import './FormSearch/index.less';
|
|
35
35
|
var PlusTable = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
36
|
-
var _otherProps$scroll;
|
|
36
|
+
var _otherProps$scroll, _otherProps$scroll2;
|
|
37
37
|
var mode = props.mode,
|
|
38
38
|
columns = props.columns,
|
|
39
39
|
_props$hasShowFull = props.hasShowFull,
|
|
@@ -45,6 +45,7 @@ var PlusTable = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
|
45
45
|
defaultColumnsState = props.defaultColumnsState,
|
|
46
46
|
_props$options = props.options,
|
|
47
47
|
options = _props$options === void 0 ? {} : _props$options,
|
|
48
|
+
action = props.action,
|
|
48
49
|
otherProps = _objectWithoutProperties(props, _excluded);
|
|
49
50
|
var searchRef = useRef(null);
|
|
50
51
|
var _useState = useState(false),
|
|
@@ -124,8 +125,7 @@ var PlusTable = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
|
124
125
|
}
|
|
125
126
|
for (key in columnsStateMap) {
|
|
126
127
|
columnsStateContainId[key] = _objectSpread(_objectSpread({}, columnsStateContainId[key]), {}, {
|
|
127
|
-
hideInTable:
|
|
128
|
-
fixed: columnsStateMap[key].fixed
|
|
128
|
+
hideInTable: columnsStateMap[key].show ? 0 : 1
|
|
129
129
|
});
|
|
130
130
|
}
|
|
131
131
|
_context2.next = 4;
|
|
@@ -238,33 +238,52 @@ var PlusTable = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
|
238
238
|
value: columnsStateMap,
|
|
239
239
|
onChange: handleOnChangeColumn //列状态的值发生改变之后触发
|
|
240
240
|
};
|
|
241
|
-
var
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
241
|
+
var propsRequest = /*#__PURE__*/function () {
|
|
242
|
+
var _ref5 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee6(params) {
|
|
243
|
+
var _searchRef$current3, _drawFormRef$current2;
|
|
244
|
+
var res1, res2, res;
|
|
245
|
+
return _regeneratorRuntime().wrap(function _callee6$(_context6) {
|
|
246
|
+
while (1) switch (_context6.prev = _context6.next) {
|
|
247
|
+
case 0:
|
|
248
|
+
_context6.next = 2;
|
|
249
|
+
return searchRef === null || searchRef === void 0 ? void 0 : (_searchRef$current3 = searchRef.current) === null || _searchRef$current3 === void 0 ? void 0 : _searchRef$current3.getFieldsValue();
|
|
250
|
+
case 2:
|
|
251
|
+
res1 = _context6.sent;
|
|
252
|
+
_context6.next = 5;
|
|
253
|
+
return drawFormRef === null || drawFormRef === void 0 ? void 0 : (_drawFormRef$current2 = drawFormRef.current) === null || _drawFormRef$current2 === void 0 ? void 0 : _drawFormRef$current2.getFieldsValue();
|
|
254
|
+
case 5:
|
|
255
|
+
res2 = _context6.sent;
|
|
256
|
+
_context6.next = 8;
|
|
257
|
+
return request(_objectSpread(_objectSpread(_objectSpread({}, params), dealFetchParams(_objectSpread(_objectSpread(_objectSpread({}, res1), res2), params))), {}, {
|
|
258
|
+
showFull: showFull
|
|
259
|
+
}));
|
|
260
|
+
case 8:
|
|
261
|
+
res = _context6.sent;
|
|
262
|
+
return _context6.abrupt("return", res);
|
|
263
|
+
case 10:
|
|
264
|
+
case "end":
|
|
265
|
+
return _context6.stop();
|
|
257
266
|
}
|
|
258
|
-
},
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
267
|
+
}, _callee6);
|
|
268
|
+
}));
|
|
269
|
+
return function propsRequest(_x2) {
|
|
270
|
+
return _ref5.apply(this, arguments);
|
|
271
|
+
};
|
|
272
|
+
}();
|
|
262
273
|
return /*#__PURE__*/React.createElement("div", {
|
|
263
274
|
className: !searchDrawer ? 'page_plustable__body' : 'page_plustable__body turn-left'
|
|
264
|
-
},
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
275
|
+
}, /*#__PURE__*/React.createElement(ProTable, _extends({}, otherProps, {
|
|
276
|
+
// 公共配置 大家都有的
|
|
277
|
+
pagination: pagination,
|
|
278
|
+
actionRef: actionRef,
|
|
279
|
+
formRef: searchRef,
|
|
280
|
+
scroll: {
|
|
281
|
+
y: (otherProps === null || otherProps === void 0 ? void 0 : (_otherProps$scroll = otherProps.scroll) === null || _otherProps$scroll === void 0 ? void 0 : _otherProps$scroll.y) || document.documentElement.clientHeight - 355,
|
|
282
|
+
x: (otherProps === null || otherProps === void 0 ? void 0 : (_otherProps$scroll2 = otherProps.scroll) === null || _otherProps$scroll2 === void 0 ? void 0 : _otherProps$scroll2.x) || 1300
|
|
283
|
+
}
|
|
284
|
+
// 根据用户自定义的配置 如果配置了高级筛选就有这个配置
|
|
285
|
+
,
|
|
286
|
+
search: (action === null || action === void 0 ? void 0 : action.includes('advancedFilter')) ? {
|
|
268
287
|
span: {
|
|
269
288
|
xs: 12,
|
|
270
289
|
sm: 12,
|
|
@@ -291,8 +310,8 @@ var PlusTable = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
|
291
310
|
}, "\u67E5\u8BE2"), /*#__PURE__*/React.createElement(_Button, {
|
|
292
311
|
type: "default",
|
|
293
312
|
onClick: function onClick() {
|
|
294
|
-
var _drawFormRef$
|
|
295
|
-
drawFormRef === null || drawFormRef === void 0 ? void 0 : (_drawFormRef$
|
|
313
|
+
var _drawFormRef$current3;
|
|
314
|
+
drawFormRef === null || drawFormRef === void 0 ? void 0 : (_drawFormRef$current3 = drawFormRef.current) === null || _drawFormRef$current3 === void 0 ? void 0 : _drawFormRef$current3.resetFields();
|
|
296
315
|
actionRef.current.reset();
|
|
297
316
|
actionRef.current.reload();
|
|
298
317
|
},
|
|
@@ -300,62 +319,32 @@ var PlusTable = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
|
300
319
|
}, "\u91CD\u7F6E"),, columns.filter(function (item) {
|
|
301
320
|
return item.search !== false;
|
|
302
321
|
}).length > 3 ? /*#__PURE__*/React.createElement("a", {
|
|
303
|
-
onClick: /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function
|
|
304
|
-
var _drawFormRef$
|
|
305
|
-
return _regeneratorRuntime().wrap(function
|
|
306
|
-
while (1) switch (
|
|
322
|
+
onClick: /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee7() {
|
|
323
|
+
var _drawFormRef$current4, _searchRef$current4;
|
|
324
|
+
return _regeneratorRuntime().wrap(function _callee7$(_context7) {
|
|
325
|
+
while (1) switch (_context7.prev = _context7.next) {
|
|
307
326
|
case 0:
|
|
308
|
-
|
|
327
|
+
_context7.next = 2;
|
|
309
328
|
return setSearchDrawer(!searchDrawer);
|
|
310
329
|
case 2:
|
|
311
330
|
// 没法实时监听数据所以这里要带过来
|
|
312
|
-
drawFormRef === null || drawFormRef === void 0 ? void 0 : (_drawFormRef$
|
|
331
|
+
drawFormRef === null || drawFormRef === void 0 ? void 0 : (_drawFormRef$current4 = drawFormRef.current) === null || _drawFormRef$current4 === void 0 ? void 0 : _drawFormRef$current4.setFieldsValue(searchRef === null || searchRef === void 0 ? void 0 : (_searchRef$current4 = searchRef.current) === null || _searchRef$current4 === void 0 ? void 0 : _searchRef$current4.getFieldsValue());
|
|
313
332
|
case 3:
|
|
314
333
|
case "end":
|
|
315
|
-
return
|
|
334
|
+
return _context7.stop();
|
|
316
335
|
}
|
|
317
|
-
},
|
|
336
|
+
}, _callee7);
|
|
318
337
|
}))
|
|
319
338
|
}, /*#__PURE__*/React.createElement(BarsOutlined, null), "\u9AD8\u7EA7\u7B5B\u9009") : null];
|
|
320
339
|
}
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
var res1, res2, res;
|
|
330
|
-
return _regeneratorRuntime().wrap(function _callee7$(_context7) {
|
|
331
|
-
while (1) switch (_context7.prev = _context7.next) {
|
|
332
|
-
case 0:
|
|
333
|
-
_context7.next = 2;
|
|
334
|
-
return searchRef === null || searchRef === void 0 ? void 0 : (_searchRef$current4 = searchRef.current) === null || _searchRef$current4 === void 0 ? void 0 : _searchRef$current4.getFieldsValue();
|
|
335
|
-
case 2:
|
|
336
|
-
res1 = _context7.sent;
|
|
337
|
-
_context7.next = 5;
|
|
338
|
-
return drawFormRef === null || drawFormRef === void 0 ? void 0 : (_drawFormRef$current4 = drawFormRef.current) === null || _drawFormRef$current4 === void 0 ? void 0 : _drawFormRef$current4.getFieldsValue();
|
|
339
|
-
case 5:
|
|
340
|
-
res2 = _context7.sent;
|
|
341
|
-
_context7.next = 8;
|
|
342
|
-
return request(_objectSpread(_objectSpread(_objectSpread({}, params), dealFetchParams(_objectSpread(_objectSpread(_objectSpread({}, res1), res2), params))), {}, {
|
|
343
|
-
showFull: showFull
|
|
344
|
-
}));
|
|
345
|
-
case 8:
|
|
346
|
-
res = _context7.sent;
|
|
347
|
-
return _context7.abrupt("return", res);
|
|
348
|
-
case 10:
|
|
349
|
-
case "end":
|
|
350
|
-
return _context7.stop();
|
|
351
|
-
}
|
|
352
|
-
}, _callee7);
|
|
353
|
-
}));
|
|
354
|
-
return function (_x2) {
|
|
355
|
-
return _ref6.apply(this, arguments);
|
|
356
|
-
};
|
|
357
|
-
}()),
|
|
358
|
-
columns: columns.map(function (item) {
|
|
340
|
+
} : props.search
|
|
341
|
+
// 根据用户自定义的配置 如果配置了列设置就有这个配置完全受控
|
|
342
|
+
,
|
|
343
|
+
columnsState: (action === null || action === void 0 ? void 0 : action.includes('columnSetting')) ? columnsState : props.columnsState,
|
|
344
|
+
request: request ? propsRequest : undefined
|
|
345
|
+
// 同步高筛配置 只有高筛 才有特殊的配置 (baseSearch才会生效)
|
|
346
|
+
,
|
|
347
|
+
columns: (action === null || action === void 0 ? void 0 : action.includes('advancedFilter')) ? columns.map(function (item) {
|
|
359
348
|
// 只保留基本搜索栏的配置
|
|
360
349
|
if (item.baseSearch) {
|
|
361
350
|
return _objectSpread(_objectSpread({}, item), {}, {
|
|
@@ -376,10 +365,10 @@ var PlusTable = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
|
376
365
|
return _objectSpread(_objectSpread({}, item), {}, {
|
|
377
366
|
search: false
|
|
378
367
|
});
|
|
379
|
-
}),
|
|
368
|
+
}) : columns,
|
|
380
369
|
toolBarRender: function toolBarRender(searchConfig) {
|
|
381
370
|
var _otherProps$toolBarRe;
|
|
382
|
-
return [
|
|
371
|
+
return [(action === null || action === void 0 ? void 0 : action.includes('viewInvisibleData')) ? /*#__PURE__*/React.createElement(_Checkbox, {
|
|
383
372
|
onChange: function onChange(e) {
|
|
384
373
|
setShowFull(e.target.checked);
|
|
385
374
|
setTimeout(function () {
|
|
@@ -388,21 +377,23 @@ var PlusTable = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
|
388
377
|
}
|
|
389
378
|
}, "\u663E\u793A\u6240\u6709\u6570\u636E") : null, otherProps === null || otherProps === void 0 ? void 0 : (_otherProps$toolBarRe = otherProps.toolBarRender) === null || _otherProps$toolBarRe === void 0 ? void 0 : _otherProps$toolBarRe.call(otherProps)];
|
|
390
379
|
},
|
|
391
|
-
scroll: {
|
|
392
|
-
y: document.documentElement.clientHeight - 355,
|
|
393
|
-
x: (otherProps === null || otherProps === void 0 ? void 0 : (_otherProps$scroll = otherProps.scroll) === null || _otherProps$scroll === void 0 ? void 0 : _otherProps$scroll.x) || 1300
|
|
394
|
-
},
|
|
395
380
|
onChange: onTableChange,
|
|
396
|
-
options:
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
381
|
+
options: (action === null || action === void 0 ? void 0 : action.includes('columnSetting')) ? _objectSpread({
|
|
382
|
+
setting: {
|
|
383
|
+
checkedReset: false,
|
|
384
|
+
extra: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("a", {
|
|
385
|
+
onClick: function onClick() {
|
|
386
|
+
return handleSave();
|
|
387
|
+
}
|
|
388
|
+
}, "\u4FDD\u5B58"), /*#__PURE__*/React.createElement("a", {
|
|
389
|
+
onClick: function onClick() {
|
|
390
|
+
return handleReset();
|
|
391
|
+
}
|
|
392
|
+
}, "\u91CD\u7F6E")),
|
|
393
|
+
showListItemOption: true
|
|
394
|
+
}
|
|
395
|
+
}, options) : options
|
|
396
|
+
})), /*#__PURE__*/React.createElement(_Drawer, {
|
|
406
397
|
onClose: function onClose() {
|
|
407
398
|
return setSearchDrawer(false);
|
|
408
399
|
},
|