tntd 3.0.36-beta.1 → 3.0.37

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.
Files changed (112) hide show
  1. package/CHANGELOG.json +1034 -0
  2. package/CHANGELOG.md +605 -0
  3. package/es/checkbox/checkbox-group.js +16 -0
  4. package/es/checkbox/checkbox-group.js.map +1 -0
  5. package/es/form/style/index.less +5 -5
  6. package/es/index.js +0 -7
  7. package/es/index.js.map +1 -1
  8. package/es/query-form/Field/Checkbox.js +1 -1
  9. package/es/query-form/Field/Checkbox.js.map +1 -1
  10. package/es/query-form/Field/Composition/FieldPopover.js +88 -12
  11. package/es/query-form/Field/Composition/FieldPopover.js.map +1 -1
  12. package/es/query-form/Field/Composition/Select.js +115 -30
  13. package/es/query-form/Field/Composition/Select.js.map +1 -1
  14. package/es/query-form/Field/Composition/ValueTag.js +88 -12
  15. package/es/query-form/Field/Composition/ValueTag.js.map +1 -1
  16. package/es/query-form/Field/Composition/index.js +121 -17
  17. package/es/query-form/Field/Composition/utils.js +5 -1
  18. package/es/query-form/Field/SelectInput.js +6 -16
  19. package/es/query-form/Field/SelectInput.js.map +1 -1
  20. package/es/query-form/Field/fieldsMap.js +4 -3
  21. package/es/query-form/Field/fieldsMap.js.map +1 -1
  22. package/es/query-form/Field/index.js +1 -3
  23. package/es/query-form/Field/index.js.map +1 -1
  24. package/es/query-form/index.js +359 -195
  25. package/es/query-form/index.js.map +1 -1
  26. package/es/query-form/index.less +60 -26
  27. package/es/query-list-scene/List.js +2 -15
  28. package/es/query-list-scene/List.js.map +1 -1
  29. package/es/query-list-scene/QueryForm.js +13 -35
  30. package/es/query-list-scene/QueryForm.js.map +1 -1
  31. package/es/query-list-scene/index.js +1 -2
  32. package/es/query-list-scene/index.js.map +1 -1
  33. package/es/radio/radio-group.js +16 -0
  34. package/es/radio/radio-group.js.map +1 -0
  35. package/es/scroll-bar/Bar.js +87 -10
  36. package/es/scroll-bar/Context.js +5 -1
  37. package/es/scroll-bar/ScrollBar.js +39 -4
  38. package/es/scroll-bar/Thumb.js +87 -10
  39. package/es/scroll-bar/index.js +5 -1
  40. package/es/scroll-bar/util.js +31 -4
  41. package/es/steps/stepStyle/small.less +5 -0
  42. package/es/table/total-shower.js +20 -0
  43. package/es/table/total-shower.js.map +1 -0
  44. package/es/tntd-select/index.js.map +1 -1
  45. package/es/tntd-virtual-tree/index.js +3 -0
  46. package/es/tntd-virtual-tree/index.js.map +1 -1
  47. package/es/tntd-virtual-tree/index.less +1 -1
  48. package/es/utils/simple-template.js +19 -0
  49. package/es/utils/simple-template.js.map +1 -0
  50. package/lib/checkbox/checkbox-group.d.ts +8 -0
  51. package/lib/checkbox/checkbox-group.d.ts.map +1 -0
  52. package/lib/checkbox/checkbox-group.js +16 -0
  53. package/lib/checkbox/checkbox-group.js.map +1 -0
  54. package/lib/form/style/index.less +5 -5
  55. package/lib/index.d.ts +0 -1
  56. package/lib/index.d.ts.map +1 -1
  57. package/lib/index.js +0 -7
  58. package/lib/index.js.map +1 -1
  59. package/lib/query-form/Field/Checkbox.js +1 -1
  60. package/lib/query-form/Field/Checkbox.js.map +1 -1
  61. package/lib/query-form/Field/Composition/FieldPopover.js +1 -2
  62. package/lib/query-form/Field/Composition/FieldPopover.js.map +1 -1
  63. package/lib/query-form/Field/Composition/Select.d.ts.map +1 -1
  64. package/lib/query-form/Field/Composition/Select.js +6 -17
  65. package/lib/query-form/Field/Composition/Select.js.map +1 -1
  66. package/lib/query-form/Field/Composition/ValueTag.d.ts.map +1 -1
  67. package/lib/query-form/Field/Composition/ValueTag.js +1 -2
  68. package/lib/query-form/Field/Composition/ValueTag.js.map +1 -1
  69. package/lib/query-form/Field/SelectInput.d.ts.map +1 -1
  70. package/lib/query-form/Field/SelectInput.js +6 -16
  71. package/lib/query-form/Field/SelectInput.js.map +1 -1
  72. package/lib/query-form/Field/fieldsMap.d.ts +7 -9
  73. package/lib/query-form/Field/fieldsMap.d.ts.map +1 -1
  74. package/lib/query-form/Field/fieldsMap.js +4 -3
  75. package/lib/query-form/Field/fieldsMap.js.map +1 -1
  76. package/lib/query-form/Field/index.d.ts.map +1 -1
  77. package/lib/query-form/Field/index.js +1 -3
  78. package/lib/query-form/Field/index.js.map +1 -1
  79. package/lib/query-form/index.d.ts +36 -1
  80. package/lib/query-form/index.d.ts.map +1 -1
  81. package/lib/query-form/index.js +403 -235
  82. package/lib/query-form/index.js.map +1 -1
  83. package/lib/query-form/index.less +60 -26
  84. package/lib/query-list-scene/List.d.ts.map +1 -1
  85. package/lib/query-list-scene/List.js +2 -15
  86. package/lib/query-list-scene/List.js.map +1 -1
  87. package/lib/query-list-scene/QueryForm.d.ts +4 -5
  88. package/lib/query-list-scene/QueryForm.d.ts.map +1 -1
  89. package/lib/query-list-scene/QueryForm.js +13 -35
  90. package/lib/query-list-scene/QueryForm.js.map +1 -1
  91. package/lib/query-list-scene/index.d.ts.map +1 -1
  92. package/lib/query-list-scene/index.js +1 -2
  93. package/lib/query-list-scene/index.js.map +1 -1
  94. package/lib/radio/radio-group.d.ts +8 -0
  95. package/lib/radio/radio-group.d.ts.map +1 -0
  96. package/lib/radio/radio-group.js +16 -0
  97. package/lib/radio/radio-group.js.map +1 -0
  98. package/lib/steps/stepStyle/small.less +5 -0
  99. package/lib/table/total-shower.d.ts +9 -0
  100. package/lib/table/total-shower.d.ts.map +1 -0
  101. package/lib/table/total-shower.js +20 -0
  102. package/lib/table/total-shower.js.map +1 -0
  103. package/lib/tntd-select/index.d.ts.map +1 -1
  104. package/lib/tntd-select/index.js.map +1 -1
  105. package/lib/tntd-virtual-tree/index.js +3 -0
  106. package/lib/tntd-virtual-tree/index.js.map +1 -1
  107. package/lib/tntd-virtual-tree/index.less +1 -1
  108. package/lib/utils/simple-template.d.ts +9 -0
  109. package/lib/utils/simple-template.d.ts.map +1 -0
  110. package/lib/utils/simple-template.js +19 -0
  111. package/lib/utils/simple-template.js.map +1 -0
  112. package/package.json +2 -3
@@ -13,19 +13,19 @@ Object.defineProperty(exports, "__esModule", {
13
13
  value: true
14
14
  });
15
15
  exports["default"] = void 0;
16
+ var _debounce2 = _interopRequireDefault(require("lodash/debounce"));
17
+ var _classnames3 = _interopRequireDefault(require("classnames"));
16
18
  var _react = _interopRequireWildcard(require("react"));
17
- var _classnames = _interopRequireDefault(require("classnames"));
18
- var _Composition = _interopRequireDefault(require("./Field/Composition"));
19
- var _form = _interopRequireDefault(require("../form"));
20
19
  var _createActions = _interopRequireDefault(require("./createActions"));
21
20
  var _Field = _interopRequireDefault(require("./Field"));
22
21
  var _useForm = _interopRequireDefault(require("./useForm"));
22
+ var _badge = _interopRequireDefault(require("../badge"));
23
+ var _button = _interopRequireDefault(require("../button"));
24
+ var _drawer = _interopRequireDefault(require("../drawer"));
25
+ var _form = _interopRequireDefault(require("../form"));
26
+ var _prevLocale = require("../prev-locale");
27
+ var _tntdIcon = _interopRequireDefault(require("../tntd-icon"));
23
28
  require("./index.less");
24
- function _interopRequireDefault(e) {
25
- return e && e.__esModule ? e : {
26
- "default": e
27
- };
28
- }
29
29
  function _getRequireWildcardCache(e) {
30
30
  if ("function" != typeof WeakMap) return null;
31
31
  var r = new WeakMap(),
@@ -51,6 +51,11 @@ function _interopRequireWildcard(e, r) {
51
51
  }
52
52
  return n["default"] = e, t && t.set(e, n), n;
53
53
  }
54
+ function _interopRequireDefault(e) {
55
+ return e && e.__esModule ? e : {
56
+ "default": e
57
+ };
58
+ }
54
59
  function _defineProperty(e, r, t) {
55
60
  return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
56
61
  value: t,
@@ -59,6 +64,20 @@ function _defineProperty(e, r, t) {
59
64
  writable: !0
60
65
  }) : e[r] = t, e;
61
66
  }
67
+ function _classCallCheck(a, n) {
68
+ if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
69
+ }
70
+ function _defineProperties(e, r) {
71
+ for (var t = 0; t < r.length; t++) {
72
+ var o = r[t];
73
+ o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o);
74
+ }
75
+ }
76
+ function _createClass(e, r, t) {
77
+ return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", {
78
+ writable: !1
79
+ }), e;
80
+ }
62
81
  function _toPropertyKey(t) {
63
82
  var i = _toPrimitive(t, "string");
64
83
  return "symbol" == _typeof(i) ? i : i + "";
@@ -73,250 +92,399 @@ function _toPrimitive(t, r) {
73
92
  }
74
93
  return ("string" === r ? String : Number)(t);
75
94
  }
76
- function _slicedToArray(r, e) {
77
- return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest();
95
+ function _callSuper(t, o, e) {
96
+ return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e));
78
97
  }
79
- function _nonIterableRest() {
80
- throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
98
+ function _possibleConstructorReturn(t, e) {
99
+ if (e && ("object" == _typeof(e) || "function" == typeof e)) return e;
100
+ if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined");
101
+ return _assertThisInitialized(t);
81
102
  }
82
- function _unsupportedIterableToArray(r, a) {
83
- if (r) {
84
- if ("string" == typeof r) return _arrayLikeToArray(r, a);
85
- var t = {}.toString.call(r).slice(8, -1);
86
- return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0;
87
- }
103
+ function _assertThisInitialized(e) {
104
+ if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
105
+ return e;
88
106
  }
89
- function _arrayLikeToArray(r, a) {
90
- (null == a || a > r.length) && (a = r.length);
91
- for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
92
- return n;
107
+ function _isNativeReflectConstruct() {
108
+ try {
109
+ var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));
110
+ } catch (t) {}
111
+ return (_isNativeReflectConstruct = function _isNativeReflectConstruct() {
112
+ return !!t;
113
+ })();
93
114
  }
94
- function _iterableToArrayLimit(r, l) {
95
- var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
96
- if (null != t) {
97
- var e,
98
- n,
99
- i,
100
- u,
101
- a = [],
102
- f = !0,
103
- o = !1;
104
- try {
105
- if (i = (t = t.call(r)).next, 0 === l) {
106
- if (Object(t) !== t) return;
107
- f = !1;
108
- } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0);
109
- } catch (r) {
110
- o = !0, n = r;
111
- } finally {
112
- try {
113
- if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return;
114
- } finally {
115
- if (o) throw n;
116
- }
115
+ function _getPrototypeOf(t) {
116
+ return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) {
117
+ return t.__proto__ || Object.getPrototypeOf(t);
118
+ }, _getPrototypeOf(t);
119
+ }
120
+ function _inherits(t, e) {
121
+ if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function");
122
+ t.prototype = Object.create(e && e.prototype, {
123
+ constructor: {
124
+ value: t,
125
+ writable: !0,
126
+ configurable: !0
117
127
  }
118
- return a;
119
- }
128
+ }), Object.defineProperty(t, "prototype", {
129
+ writable: !1
130
+ }), e && _setPrototypeOf(t, e);
131
+ }
132
+ function _setPrototypeOf(t, e) {
133
+ return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) {
134
+ return t.__proto__ = e, t;
135
+ }, _setPrototypeOf(t, e);
120
136
  }
121
- function _arrayWithHoles(r) {
122
- if (Array.isArray(r)) return r;
123
- } // import Button from '../button'
124
- // import { getLanguage, getText } from '../prev-locale'
125
137
  var clsPrefix = 'tnt-queryform';
126
- var QueryForm = (0, _react.forwardRef)(function (_ref, ref) {
127
- var form = _ref.form,
128
- _ref$className = _ref.className,
129
- className = _ref$className === void 0 ? '' : _ref$className,
130
- _initialValues = _ref.initialValues,
131
- language = _ref.language,
132
- onSearch = _ref.onSearch,
133
- onReset = _ref.onReset,
134
- hasOnChange = _ref.hasOnChange,
135
- onChange = _ref.onChange,
136
- renderActions = _ref.renderActions,
137
- extraActions = _ref.extraActions,
138
- children = _ref.children,
139
- _ref$showSearch = _ref.showSearch,
140
- showSearch = _ref$showSearch === void 0 ? false : _ref$showSearch,
141
- _ref$showReset = _ref.showReset,
142
- showReset = _ref$showReset === void 0 ? false : _ref$showReset,
143
- _ref$showFieldCount = _ref.showFieldCount,
144
- showFieldCount = _ref$showFieldCount === void 0 ? 3 : _ref$showFieldCount,
145
- _ref$minGroupCount = _ref.minGroupCount,
146
- minGroupCount = _ref$minGroupCount === void 0 ? 3 : _ref$minGroupCount,
147
- _ref$compositionShowR = _ref.compositionShowReset,
148
- compositionShowReset = _ref$compositionShowR === void 0 ? true : _ref$compositionShowR,
149
- inline = _ref.inline;
150
- var _useState = (0, _react.useState)(_initialValues || {}),
151
- _useState2 = _slicedToArray(_useState, 2),
152
- initialValues = _useState2[0],
153
- setInitialValues = _useState2[1];
154
- var formRef = (0, _react.useRef)(form || (0, _createActions["default"])());
155
- (0, _react.useImperativeHandle)(ref, function () {
156
- return {
157
- form: formRef.current
158
- };
159
- }, []);
160
- (0, _react.useEffect)(function () {
161
- var _search = function _search() {
162
- var params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
163
- onSearch === null || onSearch === void 0 ? void 0 : onSearch(Object.assign(Object.assign({}, formRef.current.getValues()), params));
164
- };
165
- formRef.current.setData('initialValues', initialValues);
166
- formRef.current.setData('values', initialValues);
167
- formRef.current.on('search', _search);
168
- return function () {
169
- formRef.current.off('search', _search);
170
- };
171
- }, []);
172
- // const _getText = (key) => {
173
- // return getText(key, language || getLanguage())
174
- // }
175
- var _onSearch = function _onSearch() {
176
- onSearch === null || onSearch === void 0 ? void 0 : onSearch(formRef.current.getValues());
177
- };
178
- var _onReset = function _onReset() {
179
- formRef.current.setValues(Object.assign({}, initialValues));
180
- onReset === null || onReset === void 0 ? void 0 : onReset(initialValues);
181
- setInitialValues(Object.assign({}, initialValues));
182
- };
183
- var _onFieldChange = function _onFieldChange(name, value) {
184
- var values = formRef.current.getValues();
185
- var newValues = Object.assign(Object.assign({}, values), _defineProperty({}, name, value));
186
- var changedInfo = {
187
- name: name,
188
- value: value,
189
- preValue: values === null || values === void 0 ? void 0 : values[name]
190
- };
191
- formRef.current.setData('values', newValues);
192
- for (var _len = arguments.length, rest = new Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) {
193
- rest[_key - 2] = arguments[_key];
194
- }
195
- onChange && onChange.apply(void 0, [newValues, changedInfo].concat(rest));
196
- };
197
- var _onCompositionFieldChange = function _onCompositionFieldChange(value, deleteKeys, needSearch, isReset) {
198
- var values = formRef.current.getValues();
199
- var newValues = Object.assign(Object.assign({}, values), value);
200
- var changeKeys = Object.keys(newValues);
201
- if (deleteKeys === null || deleteKeys === void 0 ? void 0 : deleteKeys.length) {
202
- deleteKeys === null || deleteKeys === void 0 ? void 0 : deleteKeys.forEach(function (key) {
203
- if ((values === null || values === void 0 ? void 0 : values[key]) || (values === null || values === void 0 ? void 0 : values[key]) === 0 || (values === null || values === void 0 ? void 0 : values[key]) === false) {
204
- delete newValues[key];
138
+ var QueryForm = /*#__PURE__*/function (_React$PureComponent) {
139
+ function QueryForm(props) {
140
+ var _this;
141
+ _classCallCheck(this, QueryForm);
142
+ _this = _callSuper(this, QueryForm, [props]);
143
+ Object.defineProperty(_this, "onWindowResize", {
144
+ enumerable: true,
145
+ configurable: true,
146
+ writable: true,
147
+ value: (0, _debounce2["default"])(function () {
148
+ var current = _this.fieldsRef.current;
149
+ if (current) {
150
+ setTimeout(function () {
151
+ _this.setState({
152
+ showMore: _this.isFieldsWidthOverflow()
153
+ });
154
+ }, 25);
205
155
  }
206
- });
207
- }
208
- formRef.current.setData('values', newValues);
209
- if (isReset) {
210
- return;
211
- } else if ((deleteKeys === null || deleteKeys === void 0 ? void 0 : deleteKeys.length) === 1) {
212
- // 删除一定要搜索
213
- if (onSearch) {
214
- onSearch(newValues, true);
215
- } else {
216
- onChange(newValues, {
217
- name: deleteKeys[0]
156
+ }, 50)
157
+ });
158
+ Object.defineProperty(_this, "search", {
159
+ enumerable: true,
160
+ configurable: true,
161
+ writable: true,
162
+ value: function value(params) {
163
+ _this.props.onSearch(Object.assign(Object.assign({}, _this.form.getValues()), params));
164
+ }
165
+ });
166
+ Object.defineProperty(_this, "onSearch", {
167
+ enumerable: true,
168
+ configurable: true,
169
+ writable: true,
170
+ value: function value() {
171
+ var _a, _b;
172
+ (_b = (_a = _this.props).onSearch) === null || _b === void 0 ? void 0 : _b.call(_a, _this.form.getValues());
173
+ }
174
+ });
175
+ Object.defineProperty(_this, "onReset", {
176
+ enumerable: true,
177
+ configurable: true,
178
+ writable: true,
179
+ value: function value() {
180
+ var _this$props = _this.props,
181
+ initialValues = _this$props.initialValues,
182
+ onReset = _this$props.onReset;
183
+ _this.form.setValues(Object.assign({}, initialValues));
184
+ _this.updateDrawerFieldsValueCount();
185
+ onReset === null || onReset === void 0 ? void 0 : onReset(initialValues);
186
+ }
187
+ });
188
+ Object.defineProperty(_this, "onToggleExpand", {
189
+ enumerable: true,
190
+ configurable: true,
191
+ writable: true,
192
+ value: function value() {
193
+ var _a, _b;
194
+ _this.setState({
195
+ expanded: !_this.state.expanded
218
196
  });
197
+ (_b = (_a = _this.props).onToggleExpand) === null || _b === void 0 ? void 0 : _b.call(_a, !_this.state.expanded);
219
198
  }
220
- } else if (needSearch && !hasOnChange) {
221
- formRef.current.emit('search', Object.assign(Object.assign({}, newValues), {
222
- current: 1
223
- }));
224
- } else if (onChange) {
225
- changeKeys.forEach(function (key) {
226
- if (JSON.stringify(value[key]) !== JSON.stringify(values[key])) {
227
- var changedInfo = {
228
- name: key,
229
- value: value[key],
230
- preValue: values === null || values === void 0 ? void 0 : values[key]
231
- };
232
- onChange(newValues, changedInfo);
199
+ });
200
+ Object.defineProperty(_this, "onShowDrawer", {
201
+ enumerable: true,
202
+ configurable: true,
203
+ writable: true,
204
+ value: function value() {
205
+ _this.setState({
206
+ drawerVisible: true
207
+ });
208
+ }
209
+ });
210
+ Object.defineProperty(_this, "onFieldChange", {
211
+ enumerable: true,
212
+ configurable: true,
213
+ writable: true,
214
+ value: function value(name, _value) {
215
+ var values = _this.form.getValues();
216
+ var newValues = Object.assign(Object.assign({}, values), _defineProperty({}, name, _value));
217
+ var changedInfo = {
218
+ name: name,
219
+ value: _value,
220
+ preValue: values === null || values === void 0 ? void 0 : values[name]
221
+ };
222
+ var onChange = _this.props.onChange;
223
+ _this.form.setData('values', newValues);
224
+ for (var _len = arguments.length, rest = new Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) {
225
+ rest[_key - 2] = arguments[_key];
233
226
  }
234
- });
235
- }
236
- };
237
- var _useMemo = (0, _react.useMemo)(function () {
238
- var _a;
239
- var groupFields = [];
240
- var outFields = [];
241
- var otherFields = [];
242
- var rightChildren = [];
243
- var compositionInitValues = {};
244
- _react["default"].Children.map(children, function (child) {
245
- var _a, _b;
246
- if (child) {
247
- if (((_a = child.props) === null || _a === void 0 ? void 0 : _a.align) === 'right') {
248
- rightChildren.push(child);
249
- return;
250
- } else if (((_b = child.props) === null || _b === void 0 ? void 0 : _b.isGroup) === false) {
251
- outFields.push(child);
252
- } else {
253
- groupFields.push(child);
227
+ onChange && onChange.apply(void 0, [newValues, changedInfo].concat(rest));
228
+ _this.updateDrawerFieldsValueCount(newValues);
229
+ }
230
+ });
231
+ Object.defineProperty(_this, "updateDrawerFieldsValueCount", {
232
+ enumerable: true,
233
+ configurable: true,
234
+ writable: true,
235
+ value: function value() {
236
+ var values = _this.form.getValues();
237
+ var _this$props2 = _this.props,
238
+ showFieldCount = _this$props2.showFieldCount,
239
+ children = _this$props2.children;
240
+ if (showFieldCount) {
241
+ var drawerFieldsValueCount = children.reduce(function (acc, cur, index) {
242
+ var _a;
243
+ if (index >= showFieldCount && (values === null || values === void 0 ? void 0 : values[(_a = cur === null || cur === void 0 ? void 0 : cur.props) === null || _a === void 0 ? void 0 : _a.name])) {
244
+ acc++;
245
+ }
246
+ return acc;
247
+ }, 0);
248
+ if (drawerFieldsValueCount !== _this.state.drawerFieldsValueCount) {
249
+ _this.setState({
250
+ drawerFieldsValueCount: drawerFieldsValueCount
251
+ });
254
252
  }
255
- otherFields.push(child);
256
253
  }
257
- });
258
- if (groupFields.length <= minGroupCount) {
259
- groupFields = [];
260
- outFields = otherFields;
261
- } else {
262
- // 初始值
263
- for (var i = 0; i < groupFields.length; i++) {
264
- var name = (_a = groupFields[i].props) === null || _a === void 0 ? void 0 : _a.name;
265
- if (initialValues[name] !== undefined) {
266
- compositionInitValues[name] = initialValues[name];
254
+ }
255
+ });
256
+ Object.defineProperty(_this, "addResizeListener", {
257
+ enumerable: true,
258
+ configurable: true,
259
+ writable: true,
260
+ value: function value() {
261
+ if ('ResizeObserver' in window) {
262
+ var current = _this.fieldsRef.current;
263
+ if (current) {
264
+ var observer = new ResizeObserver(_this.onWindowResize);
265
+ observer.observe(current);
266
+ return function () {
267
+ return observer.disconnect();
268
+ };
267
269
  }
270
+ } else {
271
+ window.addEventListener('resize', _this.onWindowResize);
272
+ return function () {
273
+ return window.removeEventListener('resize', _this.onWindowResize);
274
+ };
268
275
  }
269
276
  }
270
- return [groupFields, outFields, rightChildren, Object.keys(compositionInitValues).length > 0 ? compositionInitValues : undefined];
271
- }, [children, minGroupCount, initialValues]),
272
- _useMemo2 = _slicedToArray(_useMemo, 4),
273
- groupFields = _useMemo2[0],
274
- outFields = _useMemo2[1],
275
- rightChildren = _useMemo2[2],
276
- compositionInitValues = _useMemo2[3];
277
- var isGroupMode = groupFields.length > 0;
278
- var hasOutField = outFields.length > 0;
279
- var showExtra = rightChildren.length > 0 || extraActions;
280
- return _react["default"].createElement("div", {
281
- className: (0, _classnames["default"])(clsPrefix, className, _defineProperty({}, "".concat(clsPrefix, "-inline"), inline))
282
- }, _react["default"].createElement(_form["default"], {
283
- layout: "inline"
284
- }, _react["default"].createElement("div", {
285
- className: "".concat(clsPrefix, "-top")
286
- }, _react["default"].createElement("div", {
287
- className: "".concat(clsPrefix, "-top-body")
288
- }, outFields.map(function (child, i) {
289
- var _a;
290
- return _react["default"].cloneElement(child, {
291
- form: formRef.current,
292
- initialValue: initialValues === null || initialValues === void 0 ? void 0 : initialValues[(_a = child.props) === null || _a === void 0 ? void 0 : _a.name],
293
- onChange: _onFieldChange,
294
- key: i
295
277
  });
296
- }), isGroupMode && (!hasOutField || inline) && _react["default"].createElement(_Composition["default"], {
297
- clsPrefix: clsPrefix,
298
- fieldItems: groupFields,
299
- initialValues: compositionInitValues,
300
- _onReset: _onReset,
301
- _onSearch: _onSearch,
302
- onChange: _onCompositionFieldChange,
303
- form: formRef.current,
304
- compositionShowReset: compositionShowReset
305
- }), renderActions ? renderActions() : _react["default"].createElement(_react["default"].Fragment, null)), showExtra && _react["default"].createElement("div", {
306
- className: "".concat(clsPrefix, "-extra")
307
- }, rightChildren, extraActions)), isGroupMode && hasOutField && !inline && _react["default"].createElement("div", {
308
- className: "".concat(clsPrefix, "-bottom")
309
- }, _react["default"].createElement(_Composition["default"], {
310
- clsPrefix: clsPrefix,
311
- fieldItems: groupFields,
312
- initialValues: compositionInitValues,
313
- _onReset: _onReset,
314
- _onSearch: _onSearch,
315
- onChange: _onCompositionFieldChange,
316
- form: formRef.current,
317
- compositionShowReset: compositionShowReset
318
- }))));
319
- });
278
+ var form = props.form,
279
+ initialValues = props.initialValues,
280
+ _props$showExpand = props.showExpand,
281
+ showExpand = _props$showExpand === void 0 ? true : _props$showExpand,
282
+ renderActions = props.renderActions,
283
+ defaultExpanded = props.defaultExpanded;
284
+ _this.state = {
285
+ showMore: false,
286
+ expanded: defaultExpanded || !showExpand || renderActions ? true : false,
287
+ drawerVisible: false,
288
+ drawerFieldsValueCount: 0
289
+ };
290
+ _this.fieldsRef = (0, _react.createRef)();
291
+ _this.formBoxRef = (0, _react.createRef)();
292
+ _this.form = form || (0, _createActions["default"])();
293
+ _this.form.setData('initialValues', initialValues);
294
+ _this.form.setData('values', Object.assign({}, initialValues));
295
+ return _this;
296
+ }
297
+ _inherits(QueryForm, _React$PureComponent);
298
+ return _createClass(QueryForm, [{
299
+ key: "render",
300
+ value: function render() {
301
+ var _this2 = this;
302
+ var _this$props3 = this.props,
303
+ children = _this$props3.children,
304
+ _this$props3$classNam = _this$props3.className,
305
+ className = _this$props3$classNam === void 0 ? '' : _this$props3$classNam,
306
+ _this$props3$initialV = _this$props3.initialValues,
307
+ initialValues = _this$props3$initialV === void 0 ? {} : _this$props3$initialV,
308
+ renderActions = _this$props3.renderActions,
309
+ _this$props3$showSear = _this$props3.showSearch,
310
+ showSearch = _this$props3$showSear === void 0 ? true : _this$props3$showSear,
311
+ _this$props3$showRese = _this$props3.showReset,
312
+ showReset = _this$props3$showRese === void 0 ? true : _this$props3$showRese,
313
+ showFieldCount = _this$props3.showFieldCount,
314
+ _this$props3$drawerPr = _this$props3.drawerProps,
315
+ drawerProps = _this$props3$drawerPr === void 0 ? {} : _this$props3$drawerPr,
316
+ size = _this$props3.size;
317
+ var extraActions = this.props.extraActions;
318
+ var _this$state = this.state,
319
+ expanded = _this$state.expanded,
320
+ showMore = _this$state.showMore,
321
+ drawerVisible = _this$state.drawerVisible,
322
+ drawerFieldsValueCount = _this$state.drawerFieldsValueCount;
323
+ var renderFormActions = renderActions || function () {
324
+ return _react["default"].createElement(_react["default"].Fragment, null, showFieldCount && _react["default"].createElement(_badge["default"], {
325
+ count: drawerFieldsValueCount
326
+ }, _react["default"].createElement(_button["default"], {
327
+ onClick: _this2.onShowDrawer
328
+ }, _react["default"].createElement(_tntdIcon["default"], {
329
+ type: "filter"
330
+ }), _this2.getText('moreFiltering'))), showSearch && _react["default"].createElement(_button["default"], {
331
+ type: "primary",
332
+ onClick: _this2.onSearch
333
+ }, _this2.getText('search')), showReset && _react["default"].createElement(_button["default"], {
334
+ onClick: _this2.onReset
335
+ }, _this2.getText('reset')), showMore && !showFieldCount && _react["default"].createElement(_button["default"], {
336
+ className: "expand-link",
337
+ type: "link",
338
+ onClick: _this2.onToggleExpand
339
+ }, _this2.getText(expanded ? 'collapse' : 'expand')), _react["default"].Children.map(children, function (child) {
340
+ var _a;
341
+ return child && ((_a = child === null || child === void 0 ? void 0 : child.props) === null || _a === void 0 ? void 0 : _a.align) === 'right' && _react["default"].cloneElement(child);
342
+ }));
343
+ };
344
+ return _react["default"].createElement("div", {
345
+ ref: this.formBoxRef,
346
+ className: (0, _classnames3["default"])(clsPrefix, _defineProperty({}, className, className))
347
+ }, _react["default"].createElement(_form["default"], {
348
+ layout: "inline",
349
+ className: (0, _classnames3["default"])({
350
+ expanded: !showMore || expanded,
351
+ showMore: showMore
352
+ })
353
+ }, _react["default"].createElement("div", {
354
+ ref: this.fieldsRef
355
+ }, _react["default"].Children.map(children, function (child, index) {
356
+ var _a, _b;
357
+ return child && ((_a = child === null || child === void 0 ? void 0 : child.props) === null || _a === void 0 ? void 0 : _a.align) !== 'right' && (!showFieldCount || showFieldCount > index) && _react["default"].cloneElement(child, {
358
+ form: _this2.form,
359
+ initialValue: initialValues === null || initialValues === void 0 ? void 0 : initialValues[(_b = child.props) === null || _b === void 0 ? void 0 : _b.name],
360
+ onChange: _this2.onFieldChange
361
+ });
362
+ })), _react["default"].createElement("div", {
363
+ className: "".concat(clsPrefix, "-actions")
364
+ }, renderFormActions()), showFieldCount && _react["default"].createElement(_drawer["default"], Object.assign({
365
+ title: this.getText('moreFiltering'),
366
+ visible: drawerVisible,
367
+ onClose: function onClose() {
368
+ return _this2.setState({
369
+ drawerVisible: false
370
+ });
371
+ },
372
+ width: 300,
373
+ size: size,
374
+ getContainer: false
375
+ }, drawerProps, {
376
+ className: (0, _classnames3["default"])("".concat(clsPrefix, "-drawer"), _defineProperty({
377
+ 'large-size': size === 'large'
378
+ }, className, className))
379
+ }), _react["default"].Children.map(children, function (child, index) {
380
+ return child && index >= showFieldCount && _react["default"].cloneElement(child, {
381
+ form: _this2.form,
382
+ isFieldInDrawer: true,
383
+ initialValue: initialValues === null || initialValues === void 0 ? void 0 : initialValues[child.props.name],
384
+ onChange: _this2.onFieldChange,
385
+ onSearch: _this2.onSearch
386
+ });
387
+ }), _react["default"].createElement(_button["default"], {
388
+ type: "primary",
389
+ onClick: this.onSearch
390
+ }, this.getText('search')), _react["default"].createElement(_button["default"], {
391
+ onClick: this.onReset
392
+ }, this.getText('reset')))), extraActions && _react["default"].createElement("div", {
393
+ className: "".concat(clsPrefix, "-extra")
394
+ }, extraActions));
395
+ }
396
+ }, {
397
+ key: "getText",
398
+ value: function getText(key) {
399
+ return (0, _prevLocale.getText)(key, this.props.language || (0, _prevLocale.getLanguage)());
400
+ }
401
+ }, {
402
+ key: "isFieldsWidthOverflow",
403
+ value: function isFieldsWidthOverflow() {
404
+ var current = this.fieldsRef.current;
405
+ if (current) {
406
+ return parseFloat(window.getComputedStyle(current).width, 10) < [].reduce.call(current.children, function (acc, cur) {
407
+ var _window$getComputedSt = window.getComputedStyle(cur),
408
+ margin = _window$getComputedSt.margin,
409
+ width = _window$getComputedSt.width;
410
+ var marginArray = margin.split(' ').map(function (str) {
411
+ return parseFloat(str, 10);
412
+ });
413
+ acc += parseFloat(width, 10) + marginArray[1];
414
+ return acc;
415
+ }, 0);
416
+ }
417
+ return false;
418
+ }
419
+ }, {
420
+ key: "updateFieldHeight",
421
+ value: function updateFieldHeight() {
422
+ var _a, _b, _c;
423
+ var formBoxRef = this.formBoxRef,
424
+ fieldsRef = this.fieldsRef;
425
+ var getFieldHeight = function getFieldHeight() {
426
+ var _a;
427
+ var current = fieldsRef.current;
428
+ var height = '32px';
429
+ if (current && ((_a = current.children) === null || _a === void 0 ? void 0 : _a[0])) {
430
+ height = window.getComputedStyle(current.children[0]).height;
431
+ }
432
+ return height;
433
+ };
434
+ var queryFormActionsDom = (_a = formBoxRef === null || formBoxRef === void 0 ? void 0 : formBoxRef.current) === null || _a === void 0 ? void 0 : _a.querySelector(".".concat(clsPrefix, "-actions"));
435
+ var queryFormExtraDom = (_b = formBoxRef === null || formBoxRef === void 0 ? void 0 : formBoxRef.current) === null || _b === void 0 ? void 0 : _b.querySelector(".".concat(clsPrefix, "-extra"));
436
+ var formItemsDomList = (_c = fieldsRef === null || fieldsRef === void 0 ? void 0 : fieldsRef.current) === null || _c === void 0 ? void 0 : _c.querySelectorAll('.ant-form-item-control');
437
+ var fieldHeight = getFieldHeight();
438
+ fieldsRef.current.style.height = fieldHeight;
439
+ [queryFormActionsDom, queryFormExtraDom].forEach(function (item) {
440
+ item && Object.assign(item.style, {
441
+ height: fieldHeight,
442
+ lineHeight: fieldHeight
443
+ });
444
+ });
445
+ [].forEach.call(formItemsDomList, function (item) {
446
+ item.style.lineHeight = fieldHeight;
447
+ });
448
+ }
449
+ }, {
450
+ key: "componentDidMount",
451
+ value: function componentDidMount() {
452
+ var current = this.fieldsRef.current;
453
+ var _this$props4 = this.props,
454
+ showFieldCount = _this$props4.showFieldCount,
455
+ _this$props4$showExpa = _this$props4.showExpand,
456
+ showExpand = _this$props4$showExpa === void 0 ? true : _this$props4$showExpa;
457
+ this.updateFieldHeight();
458
+ this.form.on('search', this.search);
459
+ // 未设置第一行显示数量且禁止了展开操作 或 自定义了操作区域,则不需要处理展开计算逻辑
460
+ // || renderActions
461
+ if (!showFieldCount && !showExpand) {
462
+ return;
463
+ }
464
+ if (!showFieldCount) {
465
+ if (current && this.isFieldsWidthOverflow()) {
466
+ this.setState({
467
+ showMore: true
468
+ });
469
+ }
470
+ this.removeResizeListener = this.addResizeListener();
471
+ } else {
472
+ this.updateDrawerFieldsValueCount();
473
+ this.form.on('setValues', this.updateDrawerFieldsValueCount);
474
+ this.form.on('setValue', this.updateDrawerFieldsValueCount);
475
+ }
476
+ }
477
+ }, {
478
+ key: "componentWillUnmount",
479
+ value: function componentWillUnmount() {
480
+ var _a;
481
+ (_a = this.removeResizeListener) === null || _a === void 0 ? void 0 : _a.call(this);
482
+ this.form.off('setValues', this.updateDrawerFieldsValueCount);
483
+ this.form.off('setValue', this.updateDrawerFieldsValueCount);
484
+ this.form.off('search', this.search);
485
+ }
486
+ }]);
487
+ }(_react["default"].PureComponent);
320
488
  QueryForm.Field = _Field["default"];
321
489
  QueryForm.useForm = _useForm["default"];
322
490
  QueryForm.createForm = _createActions["default"];