@pisell/private-materials 6.3.84 → 6.3.86

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 (168) hide show
  1. package/build/lowcode/assets-daily.json +11 -11
  2. package/build/lowcode/assets-dev.json +2 -2
  3. package/build/lowcode/assets-prod.json +11 -11
  4. package/build/lowcode/index.js +1 -1
  5. package/build/lowcode/meta.js +1 -1
  6. package/build/lowcode/preview.js +7 -7
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +2 -2
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +2 -2
  11. package/es/components/booking/forms/single/index.d.ts +0 -1
  12. package/es/components/booking/materiels/contacts/index.d.ts +0 -1
  13. package/es/components/ecocup/components/AddCustomerModal/index.d.ts +0 -1
  14. package/es/components/ecocup/components/CupActionList/index.d.ts +0 -1
  15. package/es/components/ecocup/components/CupActionModal/index.d.ts +0 -1
  16. package/es/components/ecocup/components/CupStatusModal/index.d.ts +0 -1
  17. package/es/components/ecocup/components/CustomerAndCupModal/index.d.ts +0 -1
  18. package/es/components/ecocup/components/SearchBar/index.d.ts +0 -1
  19. package/es/components/eftpos/form/index.d.ts +0 -1
  20. package/es/components/eftpos/hooks.d.ts +0 -1
  21. package/es/components/eftpos/index.d.ts +0 -1
  22. package/es/components/eftpos/pos.d.ts +0 -1
  23. package/es/components/eftposPay/amount.d.ts +0 -1
  24. package/es/components/eftposPay/component/fail/network.d.ts +0 -1
  25. package/es/components/eftposPay/component/fail/unknow.d.ts +0 -1
  26. package/es/components/eftposPay/component/manual/index.d.ts +0 -1
  27. package/es/components/eftposPay/component/signature/index.d.ts +0 -1
  28. package/es/components/eftposPay/hooks.d.ts +1 -1
  29. package/es/components/eftposPay/store/index.d.ts +1 -1
  30. package/es/components/eventBooking/components/Provider/Content/index.d.ts +0 -1
  31. package/es/components/eventBooking/components/Provider/Event/index.d.ts +0 -1
  32. package/es/components/eventBooking/components/Provider/Footer/index.d.ts +0 -1
  33. package/es/components/eventBooking/components/Provider/Header/index.d.ts +0 -1
  34. package/es/components/eventBooking/components/Provider/Information/index.d.ts +0 -1
  35. package/es/components/eventBooking/components/Provider/Resource/index.d.ts +0 -1
  36. package/es/components/eventBooking/components/Provider/SelectHolderModal.d.ts +0 -1
  37. package/es/components/eventBooking/components/bookingDetailModal/components/BookingOptions.d.ts +0 -1
  38. package/es/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +0 -1
  39. package/es/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +0 -1
  40. package/es/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +0 -1
  41. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +0 -1
  42. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +0 -1
  43. package/es/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +0 -1
  44. package/es/components/productExtension/fields/Forms/index.d.ts +0 -1
  45. package/es/components/schedules/components/ScheduleList/index.d.ts +0 -1
  46. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.d.ts +0 -1
  47. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +0 -1
  48. package/es/components/schedules/products/ProductDetailDrawer/index.d.ts +0 -1
  49. package/es/components/schedules/products/index.d.ts +0 -1
  50. package/es/components/schedules/resources/index.d.ts +0 -1
  51. package/es/components/schedules/resources/relationProduct/index.d.ts +0 -1
  52. package/es/components/schedules/schedules/AllSchedules/index.d.ts +0 -1
  53. package/es/components/schedules/schedules/ScheduleDetailDrawer/index.d.ts +0 -1
  54. package/es/components/schedules/schedules/index.d.ts +0 -1
  55. package/es/index.d.ts +1 -0
  56. package/es/index.js +2 -1
  57. package/es/plus/orderList/components/BatchActionBar.d.ts +9 -0
  58. package/es/plus/orderList/components/BatchActionBar.js +861 -0
  59. package/es/plus/orderList/components/FilterList.d.ts +8 -0
  60. package/es/plus/orderList/components/FilterList.js +78 -0
  61. package/es/plus/orderList/components/HandleActions.d.ts +5 -0
  62. package/es/plus/orderList/components/HandleActions.js +24 -0
  63. package/es/plus/orderList/components/QuickFilter.d.ts +5 -0
  64. package/es/plus/orderList/components/QuickFilter.js +14 -0
  65. package/es/plus/orderList/components/Reset.d.ts +7 -0
  66. package/es/plus/orderList/components/Reset.js +23 -0
  67. package/es/plus/orderList/components/Toolbar.d.ts +6 -0
  68. package/es/plus/orderList/components/Toolbar.js +57 -0
  69. package/es/plus/orderList/config.d.ts +154 -0
  70. package/es/plus/orderList/config.js +786 -0
  71. package/es/plus/orderList/index.d.ts +9 -0
  72. package/es/plus/orderList/index.js +128 -0
  73. package/es/plus/orderList/index.less +125 -0
  74. package/es/plus/orderList/locales.d.ts +372 -0
  75. package/es/plus/orderList/locales.js +459 -0
  76. package/es/plus/orderList/serve.d.ts +42 -0
  77. package/es/plus/orderList/serve.js +351 -0
  78. package/es/plus/skuOptionsSelection/components/OptionsCard/index.d.ts +0 -1
  79. package/es/plus/skuOptionsSelection/components/OptionsCard/index.less +2 -0
  80. package/es/plus/skuOptionsSelection/components/TitleExtra/index.d.ts +0 -1
  81. package/es/plus/skuOptionsSelection/components/VariantCard/index.d.ts +0 -1
  82. package/es/plus/skuOptionsSelection/index.js +2 -2
  83. package/es/plus/skuOptionsSelection/utils/transformSelectorValueToValue.js +9 -2
  84. package/es/plus/skuOptionsSelection/utils/transformValueToSelectorValue.js +8 -4
  85. package/es/plus/walletEditor/components/relationProduct/index.d.ts +0 -1
  86. package/es/plus/walletPassGallery/components/timelineSection/index.d.ts +1 -0
  87. package/es/pro/Selector/demo.d.ts +0 -1
  88. package/lib/components/booking/forms/single/index.d.ts +0 -1
  89. package/lib/components/booking/materiels/contacts/index.d.ts +0 -1
  90. package/lib/components/ecocup/components/AddCustomerModal/index.d.ts +0 -1
  91. package/lib/components/ecocup/components/CupActionList/index.d.ts +0 -1
  92. package/lib/components/ecocup/components/CupActionModal/index.d.ts +0 -1
  93. package/lib/components/ecocup/components/CupStatusModal/index.d.ts +0 -1
  94. package/lib/components/ecocup/components/CustomerAndCupModal/index.d.ts +0 -1
  95. package/lib/components/ecocup/components/SearchBar/index.d.ts +0 -1
  96. package/lib/components/eftpos/form/index.d.ts +0 -1
  97. package/lib/components/eftpos/hooks.d.ts +0 -1
  98. package/lib/components/eftpos/index.d.ts +0 -1
  99. package/lib/components/eftpos/pos.d.ts +0 -1
  100. package/lib/components/eftposPay/amount.d.ts +0 -1
  101. package/lib/components/eftposPay/component/fail/network.d.ts +0 -1
  102. package/lib/components/eftposPay/component/fail/unknow.d.ts +0 -1
  103. package/lib/components/eftposPay/component/manual/index.d.ts +0 -1
  104. package/lib/components/eftposPay/component/signature/index.d.ts +0 -1
  105. package/lib/components/eftposPay/hooks.d.ts +1 -1
  106. package/lib/components/eftposPay/store/index.d.ts +1 -1
  107. package/lib/components/eventBooking/components/Provider/Content/index.d.ts +0 -1
  108. package/lib/components/eventBooking/components/Provider/Event/index.d.ts +0 -1
  109. package/lib/components/eventBooking/components/Provider/Footer/index.d.ts +0 -1
  110. package/lib/components/eventBooking/components/Provider/Header/index.d.ts +0 -1
  111. package/lib/components/eventBooking/components/Provider/Information/index.d.ts +0 -1
  112. package/lib/components/eventBooking/components/Provider/Resource/index.d.ts +0 -1
  113. package/lib/components/eventBooking/components/Provider/SelectHolderModal.d.ts +0 -1
  114. package/lib/components/eventBooking/components/bookingDetailModal/components/BookingOptions.d.ts +0 -1
  115. package/lib/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +0 -1
  116. package/lib/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +0 -1
  117. package/lib/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +0 -1
  118. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +0 -1
  119. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +0 -1
  120. package/lib/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +0 -1
  121. package/lib/components/productExtension/fields/Forms/index.d.ts +0 -1
  122. package/lib/components/schedules/components/ScheduleList/index.d.ts +0 -1
  123. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.d.ts +0 -1
  124. package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +0 -1
  125. package/lib/components/schedules/products/ProductDetailDrawer/index.d.ts +0 -1
  126. package/lib/components/schedules/products/index.d.ts +0 -1
  127. package/lib/components/schedules/resources/index.d.ts +0 -1
  128. package/lib/components/schedules/resources/relationProduct/index.d.ts +0 -1
  129. package/lib/components/schedules/schedules/AllSchedules/index.d.ts +0 -1
  130. package/lib/components/schedules/schedules/ScheduleDetailDrawer/index.d.ts +0 -1
  131. package/lib/components/schedules/schedules/index.d.ts +0 -1
  132. package/lib/index.d.ts +1 -0
  133. package/lib/index.js +3 -0
  134. package/lib/plus/orderList/components/BatchActionBar.d.ts +9 -0
  135. package/lib/plus/orderList/components/BatchActionBar.js +584 -0
  136. package/lib/plus/orderList/components/FilterList.d.ts +8 -0
  137. package/lib/plus/orderList/components/FilterList.js +121 -0
  138. package/lib/plus/orderList/components/HandleActions.d.ts +5 -0
  139. package/lib/plus/orderList/components/HandleActions.js +52 -0
  140. package/lib/plus/orderList/components/QuickFilter.d.ts +5 -0
  141. package/lib/plus/orderList/components/QuickFilter.js +43 -0
  142. package/lib/plus/orderList/components/Reset.d.ts +7 -0
  143. package/lib/plus/orderList/components/Reset.js +58 -0
  144. package/lib/plus/orderList/components/Toolbar.d.ts +6 -0
  145. package/lib/plus/orderList/components/Toolbar.js +68 -0
  146. package/lib/plus/orderList/config.d.ts +154 -0
  147. package/lib/plus/orderList/config.js +764 -0
  148. package/lib/plus/orderList/index.d.ts +9 -0
  149. package/lib/plus/orderList/index.js +132 -0
  150. package/lib/plus/orderList/index.less +125 -0
  151. package/lib/plus/orderList/locales.d.ts +372 -0
  152. package/lib/plus/orderList/locales.js +471 -0
  153. package/lib/plus/orderList/serve.d.ts +42 -0
  154. package/lib/plus/orderList/serve.js +177 -0
  155. package/lib/plus/skuOptionsSelection/components/OptionsCard/index.d.ts +0 -1
  156. package/lib/plus/skuOptionsSelection/components/OptionsCard/index.less +2 -0
  157. package/lib/plus/skuOptionsSelection/components/TitleExtra/index.d.ts +0 -1
  158. package/lib/plus/skuOptionsSelection/components/VariantCard/index.d.ts +0 -1
  159. package/lib/plus/skuOptionsSelection/index.js +2 -2
  160. package/lib/plus/skuOptionsSelection/utils/transformSelectorValueToValue.js +9 -2
  161. package/lib/plus/skuOptionsSelection/utils/transformValueToSelectorValue.js +7 -3
  162. package/lib/plus/walletEditor/components/relationProduct/index.d.ts +0 -1
  163. package/lib/plus/walletPassGallery/components/timelineSection/index.d.ts +1 -0
  164. package/lib/pro/Selector/demo.d.ts +0 -1
  165. package/lowcode/eco-cup-list/meta.ts +1 -1
  166. package/lowcode/eco-customer-list/meta.ts +1 -1
  167. package/lowcode/order-list/meta.ts +87 -0
  168. package/package.json +4 -4
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ interface FilterListProps {
3
+ locales: any;
4
+ valueType: number | undefined;
5
+ setValueType: (value: any) => void;
6
+ }
7
+ declare const FilterList: React.FC<FilterListProps>;
8
+ export default FilterList;
@@ -0,0 +1,78 @@
1
+ import React from 'react';
2
+ import { PisellDataSourceContainer } from '@pisell/materials';
3
+ import { Form, Button } from 'antd';
4
+ import dayjs from 'dayjs';
5
+ var useContainerContext = PisellDataSourceContainer.useContainerContext;
6
+ var FilterList = function FilterList(_ref) {
7
+ var locales = _ref.locales,
8
+ valueType = _ref.valueType,
9
+ setValueType = _ref.setValueType;
10
+ var form = Form.useFormInstance();
11
+ var _useContainerContext = useContainerContext(),
12
+ serverActions = _useContainerContext.serverActions;
13
+ var list = serverActions.list;
14
+ var handleTodayClick = function handleTodayClick() {
15
+ var today = dayjs();
16
+ var params = {
17
+ orderDate: [today.startOf('day'), today.endOf('day')],
18
+ payment_status: undefined
19
+ };
20
+ form.setFieldsValue(params);
21
+ list.onSearch(params);
22
+ setValueType(1);
23
+ };
24
+ var handleTodayToPayClick = function handleTodayToPayClick() {
25
+ var today = dayjs();
26
+ var params = {
27
+ orderDate: [today.startOf('day'), today.endOf('day')],
28
+ payment_status: ["payment_processing", "partially_paid"] // 默认设置为未付款,也可以设置为其他待支付状态
29
+ };
30
+ form.setFieldsValue(params);
31
+ list.onSearch(params);
32
+ setValueType(2);
33
+ };
34
+ var handleTodayRefundsClick = function handleTodayRefundsClick() {
35
+ var today = dayjs();
36
+ var params = {
37
+ orderDate: [today.startOf('day'), today.endOf('day')],
38
+ payment_status: ["refunded", "partially_refunded"] // 默认设置为已退款
39
+ };
40
+ form.setFieldsValue(params);
41
+ list.onSearch(params);
42
+ setValueType(3);
43
+ };
44
+ var handleLast7DaysClick = function handleLast7DaysClick() {
45
+ var today = dayjs();
46
+ var sevenDaysAgo = today.subtract(6, 'day');
47
+ var params = {
48
+ orderDate: [sevenDaysAgo.startOf('day'), today.endOf('day')],
49
+ payment_status: undefined
50
+ };
51
+ form.setFieldsValue(params);
52
+ list.onSearch(params);
53
+ setValueType(4);
54
+ };
55
+ return /*#__PURE__*/React.createElement("div", {
56
+ style: {
57
+ display: 'flex',
58
+ gap: '8px'
59
+ }
60
+ }, /*#__PURE__*/React.createElement(Button, {
61
+ type: "primary",
62
+ ghost: valueType !== 1,
63
+ onClick: handleTodayClick
64
+ }, locales.getText('pisell2.orderList.filterButton.todayOrders')), /*#__PURE__*/React.createElement(Button, {
65
+ type: "primary",
66
+ ghost: valueType !== 2,
67
+ onClick: handleTodayToPayClick
68
+ }, locales.getText('pisell2.orderList.filterButton.todayPending')), /*#__PURE__*/React.createElement(Button, {
69
+ type: "primary",
70
+ ghost: valueType !== 3,
71
+ onClick: handleTodayRefundsClick
72
+ }, locales.getText('pisell2.orderList.filterButton.todayRefunds')), /*#__PURE__*/React.createElement(Button, {
73
+ type: "primary",
74
+ ghost: valueType !== 4,
75
+ onClick: handleLast7DaysClick
76
+ }, locales.getText('pisell2.orderList.filterButton.last7Days')));
77
+ };
78
+ export default FilterList;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ declare const HandleActions: (props: {
3
+ locales: any;
4
+ }) => JSX.Element;
5
+ export default HandleActions;
@@ -0,0 +1,24 @@
1
+ import React, { useMemo } from 'react';
2
+ import { PisellDataSourceContainer, PisellSort, PisellFilter } from '@pisell/materials';
3
+ import { getFilterButtonList, getSortList } from "../config";
4
+ var ColumnsSetting = PisellDataSourceContainer.ColumnsSetting;
5
+ var HandleActions = function HandleActions(props) {
6
+ var locales = props.locales;
7
+ var filterButtonListValue = useMemo(function () {
8
+ return {
9
+ otherFilter: getFilterButtonList(locales)
10
+ };
11
+ }, [locales]);
12
+ var sortList = useMemo(function () {
13
+ return getSortList(locales);
14
+ }, [locales]);
15
+ return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(ColumnsSetting, null), /*#__PURE__*/React.createElement(PisellSort, {
16
+ hasForm: false,
17
+ list: sortList
18
+ }), /*#__PURE__*/React.createElement(PisellFilter, {
19
+ placement: "bottomLeft",
20
+ hasForm: false,
21
+ value: filterButtonListValue
22
+ }));
23
+ };
24
+ export default HandleActions;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ declare const QuickFilter: (props: {
3
+ locales: any;
4
+ }) => JSX.Element;
5
+ export default QuickFilter;
@@ -0,0 +1,14 @@
1
+ import React, { useMemo } from 'react';
2
+ import { PisellQuickFilter } from '@pisell/materials';
3
+ import { getQuickFilterList } from "../config";
4
+ var QuickFilter = function QuickFilter(props) {
5
+ var locales = props.locales;
6
+ var quickFilterList = useMemo(function () {
7
+ return getQuickFilterList(locales);
8
+ }, [locales]);
9
+ return /*#__PURE__*/React.createElement(PisellQuickFilter, {
10
+ hasForm: false,
11
+ filterList: quickFilterList
12
+ });
13
+ };
14
+ export default QuickFilter;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ declare const Reset: (props: {
3
+ locales: any;
4
+ setValueType: (value: any) => void;
5
+ clearSelectedData: () => void;
6
+ }) => JSX.Element;
7
+ export default Reset;
@@ -0,0 +1,23 @@
1
+ import React from 'react';
2
+ import { Button, Form } from 'antd';
3
+ import { ReloadOutlined } from '@ant-design/icons';
4
+ import { PisellDataSourceContainer } from '@pisell/materials';
5
+ var useContainerContext = PisellDataSourceContainer.useContainerContext;
6
+ var Reset = function Reset(props) {
7
+ var locales = props.locales,
8
+ setValueType = props.setValueType,
9
+ clearSelectedData = props.clearSelectedData;
10
+ var _useContainerContext = useContainerContext(),
11
+ list = _useContainerContext.serverActions.list;
12
+ var form = Form.useFormInstance();
13
+ return /*#__PURE__*/React.createElement(Button, {
14
+ icon: /*#__PURE__*/React.createElement(ReloadOutlined, null),
15
+ onClick: function onClick() {
16
+ form.resetFields();
17
+ list.onReset();
18
+ setValueType(undefined);
19
+ clearSelectedData();
20
+ }
21
+ }, locales.getText('pisell2.orderList.common.reset'));
22
+ };
23
+ export default Reset;
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ declare const Toolbar: (props: {
3
+ locales: any;
4
+ clearSelectedData: () => void;
5
+ }) => JSX.Element;
6
+ export default Toolbar;
@@ -0,0 +1,57 @@
1
+ var _excluded = ["serverActions", "refManager"];
2
+ 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); }
3
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
4
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
5
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
6
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
7
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
8
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
9
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
10
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
11
+ import React, { useState } from 'react';
12
+ import { PisellToolBar } from '@pisell/materials';
13
+ import { Form } from 'antd';
14
+ import Reset from "./Reset";
15
+ import FilterList from "./FilterList";
16
+ import HandleActions from "./HandleActions";
17
+ import QuickFilter from "./QuickFilter";
18
+ import { PisellDataSourceContainer } from '@pisell/materials';
19
+ import dayjs from 'dayjs';
20
+ var useContainerContext = PisellDataSourceContainer.useContainerContext;
21
+ var Toolbar = function Toolbar(props) {
22
+ var locales = props.locales,
23
+ clearSelectedData = props.clearSelectedData;
24
+ var _useContainerContext = useContainerContext(),
25
+ serverActions = _useContainerContext.serverActions,
26
+ refManager = _useContainerContext.refManager,
27
+ otherProps = _objectWithoutProperties(_useContainerContext, _excluded);
28
+ var _useState = useState(undefined),
29
+ _useState2 = _slicedToArray(_useState, 2),
30
+ valueType = _useState2[0],
31
+ setValueType = _useState2[1];
32
+ return /*#__PURE__*/React.createElement(Form, _extends({
33
+ size: "large",
34
+ layout: "vertical",
35
+ initialValues: {
36
+ orderDate: [dayjs().startOf('day'), dayjs().endOf('day')]
37
+ }
38
+ }, otherProps), /*#__PURE__*/React.createElement(PisellToolBar, {
39
+ topLeft: /*#__PURE__*/React.createElement(QuickFilter, {
40
+ locales: locales
41
+ }),
42
+ topRight: /*#__PURE__*/React.createElement(Reset, {
43
+ locales: locales,
44
+ setValueType: setValueType,
45
+ clearSelectedData: clearSelectedData
46
+ }),
47
+ bottomLeft: /*#__PURE__*/React.createElement(FilterList, {
48
+ valueType: valueType,
49
+ setValueType: setValueType,
50
+ locales: locales
51
+ }),
52
+ bottomRight: /*#__PURE__*/React.createElement(HandleActions, {
53
+ locales: locales
54
+ })
55
+ }));
56
+ };
57
+ export default Toolbar;
@@ -0,0 +1,154 @@
1
+ /**
2
+ * 获取表格列配置(支持多语言)
3
+ * @param locales - 多语言对象
4
+ * @returns 表格列配置数组
5
+ */
6
+ export declare const getTableColumns: (locales: any) => ({
7
+ title: any;
8
+ dataIndex: string;
9
+ key: string;
10
+ width: number;
11
+ render: (value: any, record: any) => JSX.Element | "-";
12
+ isShow?: undefined;
13
+ } | {
14
+ title: any;
15
+ dataIndex: string;
16
+ key: string;
17
+ width: number;
18
+ render: (value: any) => string;
19
+ isShow?: undefined;
20
+ } | {
21
+ title: any;
22
+ dataIndex: string;
23
+ key: string;
24
+ width: number;
25
+ isShow: boolean;
26
+ render: (value: any) => string;
27
+ } | {
28
+ title: any;
29
+ dataIndex: string;
30
+ key: string;
31
+ isShow: boolean;
32
+ width: number;
33
+ render: (value: any, record: any) => JSX.Element;
34
+ } | {
35
+ title: any;
36
+ dataIndex: string;
37
+ key: string;
38
+ isShow: boolean;
39
+ width: number;
40
+ render: (value: any) => JSX.Element | "-";
41
+ })[];
42
+ export declare const getQuickFilterList: (locales: any) => ({
43
+ name: string;
44
+ type: string;
45
+ key: string;
46
+ label: any;
47
+ other: {
48
+ placeholder: any;
49
+ allowClear?: undefined;
50
+ trigger?: undefined;
51
+ style?: undefined;
52
+ };
53
+ } | {
54
+ name: string;
55
+ type: string;
56
+ key: string;
57
+ other: {
58
+ allowClear: boolean;
59
+ placeholder: any;
60
+ trigger: string[];
61
+ style: {
62
+ width: string;
63
+ };
64
+ };
65
+ label?: undefined;
66
+ })[];
67
+ export declare const getFilterButtonList: (locales: any) => ({
68
+ name: string;
69
+ type: string;
70
+ key: string;
71
+ label: any;
72
+ other: {
73
+ allowClear: boolean;
74
+ mode: string;
75
+ placeholder: any;
76
+ options: {
77
+ label: string;
78
+ value: string;
79
+ }[];
80
+ isSearchServer?: undefined;
81
+ showSearch?: undefined;
82
+ };
83
+ } | {
84
+ name: string;
85
+ type: string;
86
+ key: string;
87
+ label: any;
88
+ other: {
89
+ allowClear: boolean;
90
+ isSearchServer: boolean;
91
+ showSearch: boolean;
92
+ placeholder: any;
93
+ options: (params?: string) => Promise<any>;
94
+ mode?: undefined;
95
+ };
96
+ } | {
97
+ name: string;
98
+ type: string;
99
+ key: string;
100
+ label: any;
101
+ other: {
102
+ allowClear: boolean;
103
+ mode: string;
104
+ placeholder: any;
105
+ options: () => Promise<any>;
106
+ isSearchServer?: undefined;
107
+ showSearch?: undefined;
108
+ };
109
+ } | {
110
+ name: string;
111
+ type: string;
112
+ key: string;
113
+ label: any;
114
+ other: {
115
+ placeholder: any;
116
+ allowClear?: undefined;
117
+ mode?: undefined;
118
+ options?: undefined;
119
+ isSearchServer?: undefined;
120
+ showSearch?: undefined;
121
+ };
122
+ } | {
123
+ name: string;
124
+ type: string;
125
+ key: string;
126
+ label: any;
127
+ other: {
128
+ allowClear: boolean;
129
+ mode: string;
130
+ isSearchServer: boolean;
131
+ showSearch: boolean;
132
+ placeholder: any;
133
+ options: (params?: string) => Promise<any>;
134
+ };
135
+ } | {
136
+ name: string;
137
+ type: string;
138
+ key: string;
139
+ label: any;
140
+ other: {
141
+ allowClear: boolean;
142
+ placeholder: any;
143
+ options: () => Promise<any>;
144
+ mode?: undefined;
145
+ isSearchServer?: undefined;
146
+ showSearch?: undefined;
147
+ };
148
+ })[];
149
+ export declare const getSortList: (locales: any) => {
150
+ type: string;
151
+ isCustom: boolean;
152
+ name: string;
153
+ label: any;
154
+ }[];