@pisell/private-materials 6.1.33 → 6.1.35

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 (92) 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 +25 -9
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +7 -7
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +8 -8
  11. package/es/components/booking/addons/model.d.ts +1 -10
  12. package/es/components/booking/components/footer/amount.d.ts +16 -1
  13. package/es/components/booking/components/footer/amount.js +73 -47
  14. package/es/components/booking/editBookingModal/index.js +3 -4
  15. package/es/components/booking/forms/model.d.ts +1 -10
  16. package/es/components/booking/forms/sendModal/useSendModal.d.ts +1 -1
  17. package/es/components/booking/forms/single/RenderValueById.d.ts +1 -0
  18. package/es/components/booking/forms/single/RenderValueById.js +68 -17
  19. package/es/components/booking/forms/single/index.less +67 -1
  20. package/es/components/booking/info/model.d.ts +1 -10
  21. package/es/components/booking/info/service2/utils.d.ts +1 -1
  22. package/es/components/booking/info/utils.js +1 -1
  23. package/es/components/booking/info2/service/addService/utils.js +3 -2
  24. package/es/components/booking/info2/utilsByBooking.js +3 -2
  25. package/es/components/booking/locales.d.ts +3 -0
  26. package/es/components/booking/locales.js +6 -3
  27. package/es/components/booking/materiels/duration/index.js +1 -1
  28. package/es/components/booking/materiels/startTime/index.js +1 -1
  29. package/es/components/booking/model.d.ts +1 -9
  30. package/es/components/booking/notes/model.d.ts +1 -10
  31. package/es/components/booking/payments/model.d.ts +1 -10
  32. package/es/components/booking/utils.js +3 -3
  33. package/es/components/eftposPay/amount.d.ts +1 -1
  34. package/es/components/eftposPay/device.d.ts +1 -1
  35. package/es/components/eftposPay/hooks.d.ts +2 -2
  36. package/es/components/eftposPay/store/index.d.ts +5 -5
  37. package/es/components/pay/toC/model.d.ts +1 -9
  38. package/es/components/schedules/model.d.ts +1 -9
  39. package/es/components/schedules/utils.d.ts +1 -1
  40. package/es/components/ticketBooking/components/addServiceVariant/addService.js +1 -1
  41. package/es/components/ticketBooking/components/ticketBooking/index.js +4 -1
  42. package/es/components/ticketBooking/utils/index.d.ts +1 -1
  43. package/es/components/wallet/Detail/model.d.ts +1 -13
  44. package/es/components/wallet/DiscountCard/model.d.ts +1 -14
  45. package/es/components/wallet/PointCard/model.d.ts +1 -13
  46. package/es/components/wallet/RechargeableCard/model.d.ts +1 -29
  47. package/es/components/wallet/Voucher/model.d.ts +1 -13
  48. package/es/components/wallet/model.d.ts +1 -9
  49. package/es/pro/pisellPriceRadio/index.js +2 -2
  50. package/es/utils/index.d.ts +1 -1
  51. package/lib/components/booking/addons/model.d.ts +1 -10
  52. package/lib/components/booking/components/footer/amount.d.ts +16 -1
  53. package/lib/components/booking/components/footer/amount.js +31 -33
  54. package/lib/components/booking/editBookingModal/index.js +3 -4
  55. package/lib/components/booking/forms/model.d.ts +1 -10
  56. package/lib/components/booking/forms/sendModal/useSendModal.d.ts +1 -1
  57. package/lib/components/booking/forms/single/RenderValueById.d.ts +1 -0
  58. package/lib/components/booking/forms/single/RenderValueById.js +37 -9
  59. package/lib/components/booking/forms/single/index.less +67 -1
  60. package/lib/components/booking/info/model.d.ts +1 -10
  61. package/lib/components/booking/info/service2/utils.d.ts +1 -1
  62. package/lib/components/booking/info/utils.js +2 -1
  63. package/lib/components/booking/info2/service/addService/utils.js +4 -4
  64. package/lib/components/booking/info2/service/editService/index.js +5 -1
  65. package/lib/components/booking/info2/utilsByBooking.js +4 -4
  66. package/lib/components/booking/locales.d.ts +3 -0
  67. package/lib/components/booking/locales.js +6 -3
  68. package/lib/components/booking/materiels/duration/index.js +1 -1
  69. package/lib/components/booking/materiels/startTime/index.js +1 -1
  70. package/lib/components/booking/model.d.ts +1 -9
  71. package/lib/components/booking/notes/model.d.ts +1 -10
  72. package/lib/components/booking/payments/model.d.ts +1 -10
  73. package/lib/components/booking/utils.js +3 -3
  74. package/lib/components/eftposPay/amount.d.ts +1 -1
  75. package/lib/components/eftposPay/device.d.ts +1 -1
  76. package/lib/components/eftposPay/hooks.d.ts +2 -2
  77. package/lib/components/eftposPay/store/index.d.ts +5 -5
  78. package/lib/components/pay/toC/model.d.ts +1 -9
  79. package/lib/components/schedules/model.d.ts +1 -9
  80. package/lib/components/schedules/utils.d.ts +1 -1
  81. package/lib/components/ticketBooking/components/addServiceVariant/addService.js +1 -1
  82. package/lib/components/ticketBooking/components/ticketBooking/index.js +9 -4
  83. package/lib/components/ticketBooking/utils/index.d.ts +1 -1
  84. package/lib/components/wallet/Detail/model.d.ts +1 -13
  85. package/lib/components/wallet/DiscountCard/model.d.ts +1 -14
  86. package/lib/components/wallet/PointCard/model.d.ts +1 -13
  87. package/lib/components/wallet/RechargeableCard/model.d.ts +1 -29
  88. package/lib/components/wallet/Voucher/model.d.ts +1 -13
  89. package/lib/components/wallet/model.d.ts +1 -9
  90. package/lib/pro/pisellPriceRadio/index.js +2 -2
  91. package/lib/utils/index.d.ts +1 -1
  92. package/package.json +12 -12
@@ -299,6 +299,7 @@ declare const _default: {
299
299
  'pisell2.text.quotation.product.change.title': string;
300
300
  'pisell2.text.quotation.product.change.describe': string;
301
301
  'pisell2.booking.notes.placeholder': string;
302
+ 'pisell2.text.form.link.to.another.record.more': string;
302
303
  };
303
304
  'zh-CN': {
304
305
  'pisell2.text.refunded-amount': string;
@@ -600,6 +601,7 @@ declare const _default: {
600
601
  'pisell2.text.quotation.product.change.title': string;
601
602
  'pisell2.text.quotation.product.change.describe': string;
602
603
  'pisell2.booking.notes.placeholder': string;
604
+ 'pisell2.text.form.link.to.another.record.more': string;
603
605
  };
604
606
  'zh-HK': {
605
607
  'pisell2.text.refunded-amount': string;
@@ -901,6 +903,7 @@ declare const _default: {
901
903
  'pisell2.text.quotation.product.change.title': string;
902
904
  'pisell2.text.quotation.product.change.describe': string;
903
905
  'pisell2.booking.notes.placeholder': string;
906
+ 'pisell2.text.form.link.to.another.record.more': string;
904
907
  };
905
908
  };
906
909
  export default _default;
@@ -349,7 +349,8 @@ export default {
349
349
  'pisell2.text.quotation.product.change.title': "Notification",
350
350
  'pisell2.text.quotation.product.change.describe': "Product updates available: Please refresh the following items to load the latest data.",
351
351
  // Notes
352
- 'pisell2.booking.notes.placeholder': 'Enter a note...'
352
+ 'pisell2.booking.notes.placeholder': 'Enter a note...',
353
+ 'pisell2.text.form.link.to.another.record.more': 'View More'
353
354
  },
354
355
  'zh-CN': {
355
356
  'pisell2.text.refunded-amount': '已退金额',
@@ -705,7 +706,8 @@ export default {
705
706
  'pisell2.text.quotation.product.change.title': "提示",
706
707
  'pisell2.text.quotation.product.change.describe': "以下商品信息已更新,请重新编辑相关商品以同步最新数据。",
707
708
  // Notes
708
- 'pisell2.booking.notes.placeholder': '输入备注...'
709
+ 'pisell2.booking.notes.placeholder': '输入备注...',
710
+ 'pisell2.text.form.link.to.another.record.more': '查看更多'
709
711
  },
710
712
  'zh-HK': {
711
713
  'pisell2.text.refunded-amount': '已退金額',
@@ -1061,6 +1063,7 @@ export default {
1061
1063
  'pisell2.text.quotation.product.change.title': "提示",
1062
1064
  'pisell2.text.quotation.product.change.describe': "以下商品信息已更新,请重新编辑相关商品以同步最新数据。",
1063
1065
  // Notes
1064
- 'pisell2.booking.notes.placeholder': '輸入備註...'
1066
+ 'pisell2.booking.notes.placeholder': '輸入備註...',
1067
+ 'pisell2.text.form.link.to.another.record.more': '查看更多'
1065
1068
  }
1066
1069
  };
@@ -60,7 +60,7 @@ var Duration = function Duration(props) {
60
60
  });
61
61
  }
62
62
  return durationSlicesBasedOnTime;
63
- }, [timeObj.durationSlicesBasedOnTime, slice, locale, duration, startDateStr, usableTime === null || usableTime === void 0 ? void 0 : usableTime.end_at]);
63
+ }, [timeObj === null || timeObj === void 0 ? void 0 : timeObj.durationSlicesBasedOnTime, slice, locale, duration, startDateStr, usableTime === null || usableTime === void 0 ? void 0 : usableTime.end_at]);
64
64
  useEffect(function () {
65
65
  timeObjChange === null || timeObjChange === void 0 || timeObjChange(times);
66
66
  }, [times]);
@@ -37,6 +37,6 @@ var StartTime = function StartTime(props) {
37
37
  }, d[label]);
38
38
  });
39
39
  }, []);
40
- return /*#__PURE__*/React.createElement(Select, _extends({}, selectProps, resetProps), renderOptions(timeObj.timeSlices));
40
+ return /*#__PURE__*/React.createElement(Select, _extends({}, selectProps, resetProps), renderOptions(timeObj === null || timeObj === void 0 ? void 0 : timeObj.timeSlices));
41
41
  };
42
42
  export default StartTime;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export interface FormState {
3
2
  amountSymbol: string;
4
3
  apis: {
@@ -106,11 +105,4 @@ export declare const walkInData: {
106
105
  id: number;
107
106
  nickname: string;
108
107
  };
109
- export declare const Provider: (ComponentUi: any) => any, Context: import("react").Context<{
110
- state: FormState;
111
- } & {
112
- dispatch: (params: {
113
- type: string;
114
- payload: any;
115
- }) => void;
116
- }>;
108
+ export declare const Provider: any, Context: any;
@@ -1,10 +1 @@
1
- /// <reference types="react" />
2
- import { FormState } from "../model";
3
- export declare const Provider: (ComponentUi: any) => any, Context: import("react").Context<{
4
- state: FormState;
5
- } & {
6
- dispatch: (params: {
7
- type: string;
8
- payload: any;
9
- }) => void;
10
- }>;
1
+ export declare const Provider: any, Context: any;
@@ -1,10 +1 @@
1
- /// <reference types="react" />
2
- import { FormState } from "../model";
3
- export declare const Provider: (ComponentUi: any) => any, Context: import("react").Context<{
4
- state: FormState;
5
- } & {
6
- dispatch: (params: {
7
- type: string;
8
- payload: any;
9
- }) => void;
10
- }>;
1
+ export declare const Provider: any, Context: any;
@@ -670,7 +670,7 @@ export var getServerItemExtend = function getServerItemExtend(state, cacheItem,
670
670
  if (isSession) {
671
671
  return getDays(cacheItem, 'minutes');
672
672
  }
673
- return findNextDuration(cacheItem.duration, timeObj.durationSlicesBasedOnTime, cacheItem === null || cacheItem === void 0 || (_cacheItem$duration = cacheItem.duration) === null || _cacheItem$duration === void 0 ? void 0 : _cacheItem$duration.value);
673
+ return findNextDuration(cacheItem.duration, timeObj === null || timeObj === void 0 ? void 0 : timeObj.durationSlicesBasedOnTime, cacheItem === null || cacheItem === void 0 || (_cacheItem$duration = cacheItem.duration) === null || _cacheItem$duration === void 0 ? void 0 : _cacheItem$duration.value);
674
674
  };
675
675
 
676
676
  // 获取上一个服务商品
@@ -694,7 +694,7 @@ export var getServerItemExtend = function getServerItemExtend(state, cacheItem,
694
694
  } else {
695
695
  // 如果上个服务商品的结束时间跨天, 那么设置为最后一个时间段, 不跨天则取上一个的结束时间
696
696
  if (dayjs(lastServerEndDate).isAfter(lastServerStartDate, 'day')) {
697
- _extend.start_time = timeObj.timeSlices[timeObj.timeSlices.length - 1].value;
697
+ _extend.start_time = timeObj === null || timeObj === void 0 ? void 0 : timeObj.timeSlices[(timeObj === null || timeObj === void 0 ? void 0 : timeObj.timeSlices.length) - 1].value;
698
698
  } else {
699
699
  _extend.start_time = lastServerEndDate.format("HH:mm");
700
700
  }
@@ -704,7 +704,7 @@ export var getServerItemExtend = function getServerItemExtend(state, cacheItem,
704
704
  // _extend.resource = 0;
705
705
 
706
706
  var findNextSliceProps = {
707
- timeSlices: timeObj.timeSlices,
707
+ timeSlices: timeObj === null || timeObj === void 0 ? void 0 : timeObj.timeSlices,
708
708
  index: 0,
709
709
  date: ''
710
710
  };
@@ -8,7 +8,7 @@ import { PosProps } from './const';
8
8
  */
9
9
  declare const _default: ({ className, onChange, onClose, formatAmount, isMobile, net, client }: {
10
10
  className?: string | undefined;
11
- onChange?: ((status: "success" | "page" | "fail" | "print" | "mark_tx_processed", params?: string | {
11
+ onChange?: ((status: "success" | "page" | "print" | "fail" | "mark_tx_processed", params?: string | {
12
12
  [keys: string]: unknown;
13
13
  } | undefined, other?: any) => void) | undefined;
14
14
  onClose: () => void;
@@ -10,7 +10,7 @@ import './device.less';
10
10
  declare const _default: ({ api, onChange, onClose, className, device_number, isMobile, net, client, formatAmount, }: {
11
11
  api: PayProps['api'];
12
12
  className?: string | undefined;
13
- onChange?: ((status: "success" | "page" | "fail" | "print" | "mark_tx_processed", params?: string | {
13
+ onChange?: ((status: "success" | "page" | "print" | "fail" | "mark_tx_processed", params?: string | {
14
14
  [keys: string]: unknown;
15
15
  } | undefined, other?: any) => void) | undefined;
16
16
  onClose: () => void;
@@ -15,11 +15,11 @@ export declare const useStoreRef: <T extends {
15
15
  readonly numRef: React.MutableRefObject<string | number | undefined>;
16
16
  readonly orderIdRef: React.MutableRefObject<string | number>;
17
17
  readonly modeRef: React.MutableRefObject<ModeEnum>;
18
- readonly statusRef: React.MutableRefObject<"success" | "warn" | "loading" | "fail" | "pedding" | "resove" | "reject" | "question">;
18
+ readonly statusRef: React.MutableRefObject<"loading" | "success" | "warn" | "fail" | "pedding" | "resove" | "reject" | "question">;
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<"payo" | "tyro" | "windcave" | "stripe" | "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
  };
@@ -174,7 +174,7 @@ export declare const updateCustom: (payload: {
174
174
  export declare const updateStatus: (status: 'loading' | 'warn' | 'fail' | 'success' | 'question') => {
175
175
  type: EActionTypes;
176
176
  payload: {
177
- status: "success" | "warn" | "loading" | "fail" | "question";
177
+ status: "loading" | "success" | "warn" | "fail" | "question";
178
178
  };
179
179
  };
180
180
  /**
@@ -295,20 +295,20 @@ export declare const backUpFree: (payload: Partial<State>) => {
295
295
  name?: string | undefined;
296
296
  symbol?: string | undefined;
297
297
  amount?: string | number | undefined;
298
- mode?: "pay" | "fullPay" | "refund" | "query" | undefined;
298
+ mode?: "refund" | "fullPay" | "pay" | "query" | undefined;
299
299
  order_id?: string | number | undefined;
300
- eftpos?: "payo" | "tyro" | "windcave" | "stripe" | "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;
304
304
  title?: string | undefined;
305
305
  subTitle?: string | undefined;
306
- type?: "unset" | "step" | undefined;
306
+ type?: "step" | "unset" | undefined;
307
307
  render?: boolean | undefined;
308
308
  net?: boolean | undefined;
309
309
  component?: string | undefined;
310
310
  form?: string | undefined;
311
- status?: "success" | "warn" | "loading" | "fail" | "pedding" | "resove" | "reject" | "question" | undefined;
311
+ status?: "loading" | "success" | "warn" | "fail" | "pedding" | "resove" | "reject" | "question" | undefined;
312
312
  warn?: string | undefined;
313
313
  steps?: {
314
314
  /** 用于重置当前步骤 */
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export interface FormState {
3
2
  platform: 'pc' | 'h5' | '' | undefined;
4
3
  order: any;
@@ -29,11 +28,4 @@ export interface PayGroup {
29
28
  pay_number?: string;
30
29
  _order: any;
31
30
  }
32
- export declare const Provider: (ComponentUi: any) => any, Context: import("react").Context<{
33
- state: FormState;
34
- } & {
35
- dispatch: (params: {
36
- type: string;
37
- payload: any;
38
- }) => void;
39
- }>;
31
+ export declare const Provider: any, Context: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { CalendarDataItem, ScheduleItem } from "./type";
3
2
  import dayjs from "dayjs";
4
3
  export interface FormState {
@@ -69,11 +68,4 @@ export interface FormState {
69
68
  };
70
69
  setGlobalState: Function | null;
71
70
  }
72
- export declare const Provider: (ComponentUi: any) => any, Context: import("react").Context<{
73
- state: FormState;
74
- } & {
75
- dispatch: (params: {
76
- type: string;
77
- payload: any;
78
- }) => void;
79
- }>;
71
+ export declare const Provider: any, Context: any;
@@ -17,6 +17,6 @@ declare let modal: Omit<ModalStaticFunctions, "warn">;
17
17
  export declare const setModal: (m: Omit<ModalStaticFunctions, "warn">) => void;
18
18
  export declare const saveConfirm: () => Promise<{
19
19
  destroy: () => void;
20
- update: (configUpdate: import("antd").ModalFuncProps | ((prevConfig: import("antd").ModalFuncProps) => import("antd").ModalFuncProps)) => void;
20
+ update: (configUpdate: import("antd/es/modal/interface").ModalFuncProps | ((prevConfig: import("antd/es/modal/interface").ModalFuncProps) => import("antd/es/modal/interface").ModalFuncProps)) => void;
21
21
  }>;
22
22
  export { modal };
@@ -264,7 +264,7 @@ var AddSerivce = function AddSerivce(props) {
264
264
  setCurrentProduct(item);
265
265
  } else {
266
266
  setCurrentProduct(null);
267
- if (!isSession && isNormalProductByDurationSchedule(item)) {
267
+ if ((item === null || item === void 0 ? void 0 : item.extension_type) === 'normal') {
268
268
  cacheValues = {
269
269
  bundle: [],
270
270
  key: item.id,
@@ -46,7 +46,7 @@ import { useBookingTicket } from "../../hooks/pisellos/bookingTicket";
46
46
  import "./index.less";
47
47
  import { getBookingType } from "../bookingDataPanel/bookingList/utils";
48
48
  import { useCustomer } from "../../hooks/pisellos";
49
- import { useMemoizedFn } from "ahooks";
49
+ import { useMemoizedFn } from 'ahooks';
50
50
  import useScanManager from "../../hooks/pisellos/useScanManager";
51
51
  export var _formatBookingDetail = function _formatBookingDetail(data, modalState) {
52
52
  var _bookings$list, _bookings$list2;
@@ -307,6 +307,9 @@ var TicketBooking = function TicketBooking() {
307
307
  _initFn(function () {});
308
308
  selectCustomer(null);
309
309
  enableAllScanListeners();
310
+ setState({
311
+ createCount: state.createCount + 1
312
+ });
310
313
  });
311
314
 
312
315
  // 作废预约
@@ -41,7 +41,7 @@ declare type ScanData = {
41
41
  };
42
42
  };
43
43
  export declare const formatScanCustomer: (data: ScanData) => {
44
- searchType: "product" | "wallet" | "customer" | "walletPass" | "local_product";
44
+ searchType: "customer" | "product" | "wallet" | "walletPass" | "local_product";
45
45
  data: any;
46
46
  scanCode: string;
47
47
  } | null;
@@ -1,13 +1 @@
1
- /// <reference types="react" />
2
- interface RechargeState {
3
- addWalletCard: any;
4
- }
5
- export declare const Provider: (ComponentUi: any) => any, Context: import("react").Context<{
6
- walletDetailState: RechargeState;
7
- } & {
8
- dispatch: (params: {
9
- type: string;
10
- payload: any;
11
- }) => void;
12
- }>;
13
- export {};
1
+ export declare const Provider: any, Context: any;
@@ -1,14 +1 @@
1
- /// <reference types="react" />
2
- interface RechargeState {
3
- total: number;
4
- setup?: 'menu' | 'list' | 'detail' | string;
5
- }
6
- export declare const Provider: (ComponentUi: any) => any, Context: import("react").Context<{
7
- state: RechargeState;
8
- } & {
9
- dispatch: (params: {
10
- type: string;
11
- payload: any;
12
- }) => void;
13
- }>;
14
- export {};
1
+ export declare const Provider: any, Context: any;
@@ -1,13 +1 @@
1
- /// <reference types="react" />
2
- interface RechargeState {
3
- total: number;
4
- }
5
- export declare const Provider: (ComponentUi: any) => any, Context: import("react").Context<{
6
- state: RechargeState;
7
- } & {
8
- dispatch: (params: {
9
- type: string;
10
- payload: any;
11
- }) => void;
12
- }>;
13
- export {};
1
+ export declare const Provider: any, Context: any;
@@ -1,29 +1 @@
1
- /// <reference types="react" />
2
- interface RechargeState {
3
- selectedGiftOptionId: string | null;
4
- cardList: Array<{
5
- id: string;
6
- name: string;
7
- price: number;
8
- }>;
9
- selectedItem: {
10
- id?: string;
11
- gift_price?: number;
12
- price?: number;
13
- name?: string;
14
- variant_id?: string;
15
- };
16
- productId?: string;
17
- detailId?: string;
18
- total: string | number;
19
- rechargeModalOpen: boolean;
20
- }
21
- export declare const Provider: (ComponentUi: any) => any, Context: import("react").Context<{
22
- state: RechargeState;
23
- } & {
24
- dispatch: (params: {
25
- type: string;
26
- payload: any;
27
- }) => void;
28
- }>;
29
- export {};
1
+ export declare const Provider: any, Context: any;
@@ -1,13 +1 @@
1
- /// <reference types="react" />
2
- interface RechargeState {
3
- total: 0;
4
- }
5
- export declare const Provider: (ComponentUi: any) => any, Context: import("react").Context<{
6
- state: RechargeState;
7
- } & {
8
- dispatch: (params: {
9
- type: string;
10
- payload: any;
11
- }) => void;
12
- }>;
13
- export {};
1
+ export declare const Provider: any, Context: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { IWalletListItemProps } from './serve';
3
2
  export interface WalletCardItemProps {
4
3
  id: string;
@@ -27,11 +26,4 @@ export interface WalletListProps {
27
26
  currentSearchListItemCode?: string;
28
27
  [key: string]: any;
29
28
  }
30
- export declare const Provider: (ComponentUi: any) => any, Context: import("react").Context<{
31
- global_wallet: WalletListProps;
32
- } & {
33
- dispatch: (params: {
34
- type: string;
35
- payload: any;
36
- }) => void;
37
- }>;
29
+ export declare const Provider: any, Context: any;
@@ -10,7 +10,7 @@ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" !=
10
10
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
11
11
  import React, { useState, useEffect } from 'react';
12
12
  import { Radio } from 'antd';
13
- import VirtualKeyInput from "../../../../materials/src/components/virtual-keyboard/VirtualKeyInput/index";
13
+ import { VirtualKeyboard } from '@pisell/materials';
14
14
  import classNames from 'classnames';
15
15
  import "./index.less";
16
16
  var PisellPriceRadio = function PisellPriceRadio(_ref) {
@@ -93,7 +93,7 @@ var PisellPriceRadio = function PisellPriceRadio(_ref) {
93
93
  className: classNames('pisell-price-radio-button', _defineProperty({}, "pisell-price-radio-button-".concat(theme), checked))
94
94
  }), /*#__PURE__*/React.createElement("span", {
95
95
  className: "pisell-price-radio-title"
96
- }, title)), /*#__PURE__*/React.createElement(VirtualKeyInput, {
96
+ }, title)), /*#__PURE__*/React.createElement(VirtualKeyboard, {
97
97
  value: value,
98
98
  onChange: function onChange(e) {
99
99
  return handlePriceChange(e.target.value);
@@ -18,6 +18,6 @@ declare let modal: Omit<ModalStaticFunctions, 'warn'>;
18
18
  export declare const setModal: (m: Omit<ModalStaticFunctions, 'warn'>) => void;
19
19
  export declare const saveConfirm: () => Promise<{
20
20
  destroy: () => void;
21
- update: (configUpdate: import("antd").ModalFuncProps | ((prevConfig: import("antd").ModalFuncProps) => import("antd").ModalFuncProps)) => void;
21
+ update: (configUpdate: import("antd/es/modal/interface").ModalFuncProps | ((prevConfig: import("antd/es/modal/interface").ModalFuncProps) => import("antd/es/modal/interface").ModalFuncProps)) => void;
22
22
  }>;
23
23
  export { modal };
@@ -1,10 +1 @@
1
- /// <reference types="react" />
2
- import { FormState } from "../model";
3
- export declare const Provider: (ComponentUi: any) => any, Context: import("react").Context<{
4
- state: FormState;
5
- } & {
6
- dispatch: (params: {
7
- type: string;
8
- payload: any;
9
- }) => void;
10
- }>;
1
+ export declare const Provider: any, Context: any;
@@ -10,7 +10,7 @@ export declare const getSumTotal: (state: any, isEdit: boolean) => {
10
10
  duration: string;
11
11
  tax: number;
12
12
  shopDiscount: number;
13
- otherAmount: number;
13
+ otherAmount: number | undefined;
14
14
  sumTotalAmount: number;
15
15
  paidAmount: number;
16
16
  notPaidAmount: number;
@@ -23,3 +23,18 @@ export declare const getSumTotal: (state: any, isEdit: boolean) => {
23
23
  roundingAmount: number;
24
24
  originExpectAmount: number;
25
25
  };
26
+ /**
27
+ *
28
+ {
29
+ schedule[1,2,3,4];
30
+ products:{
31
+ // 全部 , 商品组 , 指定商品
32
+ },
33
+
34
+ // productExpectAmount: 订单小计金额, 如果商品的规则是全部, 就不用一个一个的算商品的了, productExpectAmount * 百分比 + 固定金额
35
+
36
+ // 百分比 + 固定金额
37
+
38
+ // 渠道
39
+ }
40
+ */