@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
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  /**
4
3
  * @title: 表单选择器
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "./index.less";
3
2
  declare type ContactType = {
4
3
  country_calling_code: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  interface IProps {
4
3
  visible: boolean;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ECupActionType, ICup, ICustomer } from '../../types';
3
2
  import './index.less';
4
3
  interface IProps {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  import { ICustomer, ICup, ECupActionType } from '../../types';
4
3
  interface IProps {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ECupScanStatus, ICup } from '../../types';
3
2
  import './index.less';
4
3
  interface IProps {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  import { ICup, ICustomer } from '../../types';
4
3
  interface IProps {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  interface SearchBarProps {
4
3
  scanListenerKey: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  /**
3
2
  * @title: 递归循环表单数据
4
3
  * @Author: hongbing.wang
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Eftpos } from './const';
3
2
  /**
4
3
  * @title: tyro 设备连接
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Eftpos, DeviceStatus } from './const';
3
2
  import './index.less';
4
3
  interface PosProps {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { DeviceProp } from "./const";
3
2
  interface PosProps {
4
3
  eftposName: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { PosProps } from './const';
3
2
  /**
4
3
  * @title: 支付金额信息配置页
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ActionProps } from '../../const';
3
2
  /**
4
3
  * @title: 断网(客户端)提示页
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ActionProps } from '../../const';
3
2
  /**
4
3
  * @title: 支付状态未知页面
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ActionProps } from '../../const';
3
2
  import './index.less';
4
3
  /**
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ActionProps } from '../../const';
3
2
  /**
4
3
  * @title: 取消签名确认页
@@ -19,7 +19,7 @@ export declare const useStoreRef: <T extends {
19
19
  readonly netRef: React.MutableRefObject<boolean | undefined>;
20
20
  readonly symbolRef: React.MutableRefObject<string>;
21
21
  readonly amountRef: React.MutableRefObject<string | number>;
22
- readonly eftposRef: React.MutableRefObject<"stripe" | "payo" | "tyro" | "windcave" | "linkly">;
22
+ readonly eftposRef: React.MutableRefObject<"stripe" | "tyro" | "windcave" | "payo" | "linkly">;
23
23
  readonly clientRef: React.MutableRefObject<ClientEnum>;
24
24
  readonly dataRef: React.MutableRefObject<import("./store").State>;
25
25
  };
@@ -297,7 +297,7 @@ export declare const backUpFree: (payload: Partial<State>) => {
297
297
  amount?: string | number | undefined;
298
298
  mode?: "refund" | "pay" | "fullPay" | "query" | undefined;
299
299
  order_id?: string | number | undefined;
300
- eftpos?: "stripe" | "payo" | "tyro" | "windcave" | "linkly" | undefined;
300
+ eftpos?: "stripe" | "tyro" | "windcave" | "payo" | "linkly" | undefined;
301
301
  action?: "amount" | "pay" | "deviceList" | undefined;
302
302
  key?: number | undefined;
303
303
  step?: number | undefined;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Layout: () => JSX.Element;
4
3
  export default Layout;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Event: () => JSX.Element;
4
3
  export default Event;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Footer: () => JSX.Element;
4
3
  export default Footer;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Header: () => JSX.Element;
4
3
  export default Header;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Information: () => JSX.Element;
4
3
  export default Information;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Resource: () => JSX.Element;
4
3
  export default Resource;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const SelectHolderModal: (props: any) => JSX.Element;
3
2
  export default SelectHolderModal;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const BookingOptions: (props: {
3
2
  onChangeBookingOption?: ((bookingOption: any) => void) | undefined;
4
3
  }) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Resource: (props: any) => JSX.Element;
3
2
  export default Resource;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Schedule: () => JSX.Element;
3
2
  export default Schedule;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare type Item = any;
4
3
  interface ProductItemProps {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const StripeSDK: ({ public_key, client_secret, children, lang, }: {
3
2
  public_key: string;
4
3
  client_secret?: string | undefined;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.module.less';
3
2
  declare const StripePayment: () => JSX.Element;
4
3
  export default StripePayment;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  interface AddClientProps {
4
3
  onChange: (value: any) => void;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export interface InfoProps {
3
2
  relation_id: any;
4
3
  action: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ButtonProps } from 'antd';
3
2
  import { ScheduleItem } from '../../type';
4
3
  import './index.less';
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "./index.less";
3
2
  declare const MaxParticipantsModule: ({ form, value, onChange, useSchedule, isAutoChange, onData, }: {
4
3
  form: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "./index.less";
3
2
  declare const ProductDetail: ({ form, currentProduct, }: {
4
3
  form: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "./index.less";
3
2
  declare const ProductDetailDrawer: () => JSX.Element;
4
3
  export default ProductDetailDrawer;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Products: () => JSX.Element;
4
3
  export default Products;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Resources: () => JSX.Element;
4
3
  export default Resources;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "./index.less";
3
2
  declare const RelationProduct: ({ value, onChange, }: {
4
3
  value?: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ScheduleItem } from '../../type';
3
2
  import './index.less';
4
3
  declare type AllSchedulesPropsType = {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { DrawerProps } from "antd";
3
2
  import { ScheduleItem } from "../../type";
4
3
  import "./index.less";
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const SchedulesConnect: () => JSX.Element;
3
2
  export default SchedulesConnect;
package/es/index.d.ts CHANGED
@@ -67,3 +67,4 @@ export { default as Selector } from './pro/Selector';
67
67
  export { default as EcoCupProject } from './components/ecocup/cupProject';
68
68
  export { default as EcoCupList } from './components/ecocup/cupList';
69
69
  export { default as EcoCustomerList } from './components/ecocup/customerList';
70
+ export { default as OrderList } from './plus/orderList';
package/es/index.js CHANGED
@@ -69,4 +69,5 @@ export { default as SKUOptionsSelection } from "./plus/skuOptionsSelection";
69
69
  export { default as Selector } from "./pro/Selector";
70
70
  export { default as EcoCupProject } from "./components/ecocup/cupProject";
71
71
  export { default as EcoCupList } from "./components/ecocup/cupList";
72
- export { default as EcoCustomerList } from "./components/ecocup/customerList";
72
+ export { default as EcoCustomerList } from "./components/ecocup/customerList";
73
+ export { default as OrderList } from "./plus/orderList";
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ export interface OrderBatchActionBarProps {
3
+ locales: any;
4
+ selectedKeys: React.Key[];
5
+ selectedRows: any[];
6
+ onClearSelection: () => void;
7
+ }
8
+ declare const OrderBatchActionBar: React.FC<OrderBatchActionBarProps>;
9
+ export default OrderBatchActionBar;