@pisell/private-materials 6.3.105 → 6.3.107

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 (89) 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/meta.js +1 -1
  5. package/build/lowcode/render/default/view.js +2 -2
  6. package/build/lowcode/view.js +2 -2
  7. package/es/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +0 -1
  8. package/es/components/eftpos/hooks.d.ts +0 -1
  9. package/es/components/eftposPay/component/fail/failCustom.js +17 -12
  10. package/es/components/eftposPay/component/fail/index.js +5 -4
  11. package/es/components/eftposPay/const.d.ts +2 -0
  12. package/es/components/eftposPay/const.js +1 -0
  13. package/es/components/eftposPay/hooks.d.ts +1 -0
  14. package/es/components/eftposPay/hooks.js +12 -0
  15. package/es/components/eftposPay/index.js +5 -1
  16. package/es/components/eftposPay/linkly/const.js +1 -1
  17. package/es/components/eftposPay/payo/config.js +1 -0
  18. package/es/components/eftposPay/payo/const.js +1 -1
  19. package/es/components/eftposPay/store/index.d.ts +3 -0
  20. package/es/components/eftposPay/tyro/const.js +1 -1
  21. package/es/components/eftposPay/tyro/hooks.d.ts +0 -1
  22. package/es/components/eftposPay/windcave/const.js +1 -1
  23. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +0 -1
  24. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +0 -1
  25. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +0 -1
  26. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +0 -1
  27. package/es/components/pay/toC/PaymentList/serve.js +2 -2
  28. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +0 -1
  29. package/es/components/pay/toC/PaymentMethods/WalletPass/index.d.ts +5 -0
  30. package/es/components/pay/toC/PaymentMethods/WalletPass/index.js +165 -142
  31. package/es/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +6 -0
  32. package/es/components/pay/toC/PaymentMethods/WalletPass/utils.js +3 -3
  33. package/es/components/pay/toC/WalletPassBlock/index.js +3 -1
  34. package/es/components/pay/toC/index.js +65 -31
  35. package/es/components/pay/toC/model.d.ts +1 -0
  36. package/es/components/pay/toC/serve.d.ts +18 -0
  37. package/es/components/pay/toC/serve.js +31 -3
  38. package/es/components/pay/toC/utils.d.ts +2 -2
  39. package/es/components/pay/toC/utils.js +4 -0
  40. package/es/components/systemSettings/registry/components/ItemModal.js +121 -51
  41. package/es/components/systemSettings/registry/locales.d.ts +9 -0
  42. package/es/components/systemSettings/registry/locales.js +15 -3
  43. package/es/components/systemSettings/registry/types.d.ts +1 -0
  44. package/es/hooks/usePaymentLogger.d.ts +0 -1
  45. package/es/plus/pisellSalesManagement/components/BookingFormsPreview.js +11 -1
  46. package/es/plus/pisellSalesManagement/config/booking.d.ts +0 -1
  47. package/lib/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +0 -1
  48. package/lib/components/eftpos/hooks.d.ts +0 -1
  49. package/lib/components/eftposPay/component/fail/failCustom.js +15 -9
  50. package/lib/components/eftposPay/component/fail/index.js +4 -1
  51. package/lib/components/eftposPay/const.d.ts +2 -0
  52. package/lib/components/eftposPay/const.js +1 -0
  53. package/lib/components/eftposPay/hooks.d.ts +1 -0
  54. package/lib/components/eftposPay/hooks.js +16 -0
  55. package/lib/components/eftposPay/index.js +5 -1
  56. package/lib/components/eftposPay/linkly/const.js +1 -1
  57. package/lib/components/eftposPay/payo/config.js +1 -0
  58. package/lib/components/eftposPay/payo/const.js +1 -1
  59. package/lib/components/eftposPay/store/index.d.ts +3 -0
  60. package/lib/components/eftposPay/tyro/const.js +1 -1
  61. package/lib/components/eftposPay/tyro/hooks.d.ts +0 -1
  62. package/lib/components/eftposPay/windcave/const.js +1 -1
  63. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +0 -1
  64. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +0 -1
  65. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +0 -1
  66. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +0 -1
  67. package/lib/components/pay/toC/PaymentList/serve.js +1 -1
  68. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +0 -1
  69. package/lib/components/pay/toC/PaymentMethods/WalletPass/index.d.ts +5 -0
  70. package/lib/components/pay/toC/PaymentMethods/WalletPass/index.js +90 -100
  71. package/lib/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +6 -0
  72. package/lib/components/pay/toC/PaymentMethods/WalletPass/utils.js +2 -2
  73. package/lib/components/pay/toC/WalletPassBlock/index.js +3 -1
  74. package/lib/components/pay/toC/index.js +52 -19
  75. package/lib/components/pay/toC/model.d.ts +1 -0
  76. package/lib/components/pay/toC/serve.d.ts +18 -0
  77. package/lib/components/pay/toC/serve.js +7 -1
  78. package/lib/components/pay/toC/utils.d.ts +2 -2
  79. package/lib/components/pay/toC/utils.js +4 -0
  80. package/lib/components/systemSettings/registry/components/ItemModal.js +78 -24
  81. package/lib/components/systemSettings/registry/locales.d.ts +9 -0
  82. package/lib/components/systemSettings/registry/locales.js +15 -3
  83. package/lib/components/systemSettings/registry/types.d.ts +1 -0
  84. package/lib/hooks/usePaymentLogger.d.ts +0 -1
  85. package/lib/plus/pisellSalesManagement/components/BookingFormsPreview.js +5 -2
  86. package/lib/plus/pisellSalesManagement/config/booking.d.ts +0 -1
  87. package/lowcode/eco-cup-list/meta.ts +1 -1
  88. package/lowcode/eco-customer-list/meta.ts +1 -1
  89. package/package.json +2 -2
@@ -113,6 +113,9 @@ declare const _default: {
113
113
  'registry.optionDataSource.options.required-desc': string;
114
114
  'registry.optionDataSource.options.empty': string;
115
115
  'registry.optionDataSource.options.add': string;
116
+ 'registry.form.recordListWrapper.label': string;
117
+ 'registry.form.recordListWrapper.placeholder': string;
118
+ 'registry.message.recordListWrapper.invalid': string;
116
119
  };
117
120
  'zh-CN': {
118
121
  'registry.title': string;
@@ -228,6 +231,9 @@ declare const _default: {
228
231
  'registry.optionDataSource.options.required-desc': string;
229
232
  'registry.optionDataSource.options.empty': string;
230
233
  'registry.optionDataSource.options.add': string;
234
+ 'registry.form.recordListWrapper.label': string;
235
+ 'registry.form.recordListWrapper.placeholder': string;
236
+ 'registry.message.recordListWrapper.invalid': string;
231
237
  };
232
238
  'zh-HK': {
233
239
  'registry.title': string;
@@ -336,6 +342,9 @@ declare const _default: {
336
342
  'registry.optionDataSource.options.required-desc': string;
337
343
  'registry.optionDataSource.options.empty': string;
338
344
  'registry.optionDataSource.options.add': string;
345
+ 'registry.form.recordListWrapper.label': string;
346
+ 'registry.form.recordListWrapper.placeholder': string;
347
+ 'registry.message.recordListWrapper.invalid': string;
339
348
  };
340
349
  ja: {
341
350
  'registry.title': string;
@@ -124,7 +124,11 @@ export default {
124
124
  'registry.optionDataSource.options.drag-desc': 'Drag rows to reorder.',
125
125
  'registry.optionDataSource.options.required-desc': 'Each option must have a value and a label.',
126
126
  'registry.optionDataSource.options.empty': 'Please add at least one option for Pre-defined data source.',
127
- 'registry.optionDataSource.options.add': 'Add Option'
127
+ 'registry.optionDataSource.options.add': 'Add Option',
128
+ // 记录列表包装器JSON配置
129
+ 'registry.form.recordListWrapper.label': 'Record List Wrapper Schema',
130
+ 'registry.form.recordListWrapper.placeholder': 'Please enter record list wrapper schema in JSON format',
131
+ 'registry.message.recordListWrapper.invalid': 'Please enter valid JSON format'
128
132
  },
129
133
  'zh-CN': {
130
134
  // 页面标题
@@ -251,7 +255,11 @@ export default {
251
255
  'registry.optionDataSource.options.drag-desc': '拖拽行可调整顺序。',
252
256
  'registry.optionDataSource.options.required-desc': '每个选项必须有选项值和标签。',
253
257
  'registry.optionDataSource.options.empty': '预设类型至少需要添加一个选项。',
254
- 'registry.optionDataSource.options.add': '添加选项'
258
+ 'registry.optionDataSource.options.add': '添加选项',
259
+ // 记录列表包装器JSON配置
260
+ 'registry.form.recordListWrapper.label': '记录列表包装器JSON配置',
261
+ 'registry.form.recordListWrapper.placeholder': '请输入记录列表包装器JSON配置',
262
+ 'registry.message.recordListWrapper.invalid': '请输入有效的JSON格式'
255
263
  },
256
264
  'zh-HK': {
257
265
  // 页面标题
@@ -370,7 +378,11 @@ export default {
370
378
  'registry.optionDataSource.options.drag-desc': '拖拽行可調整順序。',
371
379
  'registry.optionDataSource.options.required-desc': '每個選項必須有選項值和標籤。',
372
380
  'registry.optionDataSource.options.empty': '預設類型至少需要添加一個選項。',
373
- 'registry.optionDataSource.options.add': '添加選項'
381
+ 'registry.optionDataSource.options.add': '添加選項',
382
+ // 记录列表包装器JSON配置
383
+ 'registry.form.recordListWrapper.label': '記錄列表包裝器JSON配置',
384
+ 'registry.form.recordListWrapper.placeholder': '請輸入記錄列表包裝器JSON配置',
385
+ 'registry.message.recordListWrapper.invalid': '請輸入有效的JSON格式'
374
386
  },
375
387
  ja: {
376
388
  'registry.title': '設定レジストリ',
@@ -112,6 +112,7 @@ export interface ItemFormData {
112
112
  extraParams?: string;
113
113
  };
114
114
  xCustomUiSchema?: string;
115
+ xRecordSchema?: string;
115
116
  }
116
117
  export interface GroupModalProps {
117
118
  open: boolean;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface LogData {
3
2
  key: string;
4
3
  value: any;
@@ -104,7 +104,14 @@ var BookingFormsPreview = function BookingFormsPreview(props) {
104
104
  });
105
105
  return matchedRecord;
106
106
  }, [activeTable, relationRecords]);
107
- if (tableItems.length === 0) return /*#__PURE__*/React.createElement("span", null, "-");
107
+ if (tableItems.length === 0) {
108
+ return /*#__PURE__*/React.createElement("div", {
109
+ style: {
110
+ minWidth: 88,
111
+ textAlign: 'center'
112
+ }
113
+ }, "-");
114
+ }
108
115
  var tooltipContent = /*#__PURE__*/React.createElement("div", {
109
116
  style: {
110
117
  display: 'flex',
@@ -132,6 +139,9 @@ var BookingFormsPreview = function BookingFormsPreview(props) {
132
139
  return /*#__PURE__*/React.createElement("div", {
133
140
  onClick: function onClick(event) {
134
141
  return event.stopPropagation();
142
+ },
143
+ style: {
144
+ minWidth: 88
135
145
  }
136
146
  }, showAll ? /*#__PURE__*/React.createElement("div", {
137
147
  style: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const getBookingStatusMap: () => Record<string, string>;
3
2
  export declare const BOOKING_STATUS_COLOR_MAP: Record<string, string>;
4
3
  export declare const getBookingPlatformMap: () => Record<string, string>;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const useIsLowSpeedNetwork: () => import("react").MutableRefObject<boolean>;
3
2
  export default useIsLowSpeedNetwork;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Eftpos } from './const';
3
2
  /**
4
3
  * @title: tyro 设备连接
@@ -52,25 +52,31 @@ var failCustom_default = ({ className = "", isMobile, onChange }) => {
52
52
  order_id,
53
53
  number,
54
54
  device,
55
- client
55
+ client,
56
+ originalParams
56
57
  } = (0, import_store.useContextData)();
57
58
  const failCustom = custom == null ? void 0 : custom.failCustom;
58
59
  const dispatch = (0, import_store.useDispatch)();
59
60
  const onRetry = () => {
60
61
  onChange("page", "pay");
61
- dispatch(
62
- (0, import_store.updateState)(
63
- (0, import_manufacturer.getInitState)(
64
- eftpos,
65
- mode === import_const.ModeEnum.Query ? { mode, name, symbol, amount, order_id } : { mode, name, symbol, amount, order_id, number: "" }
66
- )
67
- )
68
- );
62
+ const params = {
63
+ ...originalParams || {},
64
+ mode,
65
+ name,
66
+ symbol,
67
+ amount,
68
+ order_id
69
+ };
70
+ if (mode !== import_const.ModeEnum.Query) {
71
+ params.number = "";
72
+ }
73
+ dispatch((0, import_store.updateState)((0, import_manufacturer.getInitState)(eftpos, params)));
69
74
  };
70
75
  const onModify = () => {
71
76
  dispatch(
72
77
  (0, import_store.updateState)(
73
78
  (0, import_manufacturer.getInitState)(eftpos, {
79
+ ...originalParams || {},
74
80
  mode,
75
81
  name,
76
82
  symbol,
@@ -55,7 +55,8 @@ var fail_default = ({ onChange, className = "", isMobile }) => {
55
55
  number,
56
56
  device,
57
57
  client,
58
- custom
58
+ custom,
59
+ originalParams
59
60
  } = (0, import_store.useContextData)();
60
61
  const isPosNetworkError = ((_b = (_a = steps[step]) == null ? void 0 : _a.custom) == null ? void 0 : _b.isPosNetworkError) || false;
61
62
  const dispatch = (0, import_store.useDispatch)();
@@ -64,6 +65,7 @@ var fail_default = ({ onChange, className = "", isMobile }) => {
64
65
  dispatch(
65
66
  (0, import_store.updateState)(
66
67
  (0, import_manufacturer.getInitState)(eftpos, {
68
+ ...originalParams || {},
67
69
  mode,
68
70
  name,
69
71
  symbol,
@@ -84,6 +86,7 @@ var fail_default = ({ onChange, className = "", isMobile }) => {
84
86
  dispatch(
85
87
  (0, import_store.updateState)(
86
88
  (0, import_manufacturer.getInitState)(eftpos, {
89
+ ...originalParams || {},
87
90
  mode,
88
91
  name,
89
92
  symbol,
@@ -154,6 +154,8 @@ export declare enum PayStatus {
154
154
  'Unknown' = "701000",
155
155
  /** 交易请求超时 */
156
156
  'Timeout' = "701001",
157
+ /** 支付失败 */
158
+ 'PaymentFailed' = "701002",
157
159
  /** 繁忙 EFTPOS终端暂时不可用,因为EFTPOS正在处理另一个请求。 */
158
160
  'PayOtherEftposFailed' = "701003",
159
161
  /** 购物者没有出示卡片/卡片金额不足/在线拒绝/卡已过期/卡被锁定 */
@@ -92,6 +92,7 @@ var PayStatus = /* @__PURE__ */ ((PayStatus2) => {
92
92
  PayStatus2["PairingFailure"] = "606020";
93
93
  PayStatus2["Unknown"] = "701000";
94
94
  PayStatus2["Timeout"] = "701001";
95
+ PayStatus2["PaymentFailed"] = "701002";
95
96
  PayStatus2["PayOtherEftposFailed"] = "701003";
96
97
  PayStatus2["PayCardErrorFailed"] = "701004";
97
98
  PayStatus2["NoNetWork"] = "701005";
@@ -32,4 +32,5 @@ export declare const useStoreRef: <T extends {
32
32
  */
33
33
  export declare const useFail: (index: number) => (res: {
34
34
  code?: `${PayStatus}`;
35
+ message?: string;
35
36
  }, isMark?: boolean) => void;
@@ -384,6 +384,22 @@ ${import_utils.locales.getText(
384
384
  );
385
385
  return;
386
386
  }
387
+ if (code === import_const.PayStatus.PaymentFailed) {
388
+ steps[index].title = import_utils.locales.getText(
389
+ "page.eftpos-pay.text.transaction.fail"
390
+ );
391
+ steps[index].fail = (res == null ? void 0 : res.message) || import_utils.locales.getText("page.eftpos-pay.text.failed")(modeRef.current);
392
+ steps[index].status = "fail";
393
+ dispatch((0, import_store.updateSteps)(steps));
394
+ dispatch((0, import_store.updateComponent)("Fail"));
395
+ dispatch(
396
+ (0, import_store.updateCustom)({
397
+ errorStatus: "know"
398
+ // unknow know
399
+ })
400
+ );
401
+ return;
402
+ }
387
403
  steps[index].title = import_utils.locales.getText("page.eftpos-pay.text.failed")(
388
404
  modeRef.current
389
405
  );
@@ -94,10 +94,14 @@ var eftposPay_default = (props) => {
94
94
  if (props.source === import_const.RestoreEumn.Restore) {
95
95
  return props.params;
96
96
  }
97
- return (0, import_manufacturer.getInitState)(
97
+ const initState = (0, import_manufacturer.getInitState)(
98
98
  props.type,
99
99
  props.params ? { mode, ...props.params, symbol: current } : { mode, symbol: current }
100
100
  );
101
+ return {
102
+ ...initState || {},
103
+ originalParams: props.params || {}
104
+ };
101
105
  }, [mode, props.params, props.type, symbol]);
102
106
  const stateRef = (0, import_react.useRef)(state);
103
107
  (0, import_react.useEffect)(() => {
@@ -72,7 +72,7 @@ var const_default = (params) => {
72
72
  status: import_const.StatusEnum.Loading,
73
73
  steps: getStep(mode),
74
74
  render: true,
75
- client: client !== "undefined" ? client : import_const.ClientEnum.Merchant,
75
+ client: client !== "undefined" && client !== void 0 ? client : import_const.ClientEnum.Merchant,
76
76
  warn: "",
77
77
  custom: other || {},
78
78
  ...typeof net !== "undefined" ? { net } : {},
@@ -187,6 +187,7 @@ var POS = ({
187
187
  card_reader_type: eftposRef.current,
188
188
  card_reader_id: (_b = deviceRef.current) == null ? void 0 : _b.id,
189
189
  number: numRef.current,
190
+ original_payment_number: custom == null ? void 0 : custom.original_payment_number,
190
191
  pay_param_base64: encodeURIComponent(
191
192
  btoa(
192
193
  encodeURIComponent(
@@ -71,7 +71,7 @@ var const_default = (params) => {
71
71
  status: import_const.StatusEnum.Loading,
72
72
  steps: getStep(mode),
73
73
  render: true,
74
- client: client !== "undefined" ? client : import_const.ClientEnum.Merchant,
74
+ client: client !== "undefined" && client !== void 0 ? client : import_const.ClientEnum.Merchant,
75
75
  custom: other || {},
76
76
  ...typeof net !== "undefined" ? { net } : {},
77
77
  ...typeof number !== "undefined" ? { number } : {},
@@ -91,6 +91,8 @@ export declare type State = {
91
91
  };
92
92
  backup?: Omit<State, 'backup'>;
93
93
  client: ClientEnum;
94
+ /** 支付原始参数 */
95
+ originalParams?: Record<string, any>;
94
96
  };
95
97
  export declare type Action = {
96
98
  type: EActionTypes;
@@ -344,6 +346,7 @@ export declare const backUpFree: (payload: Partial<State>) => {
344
346
  } | undefined;
345
347
  backup?: Omit<State, "backup"> | undefined;
346
348
  client?: ClientEnum | undefined;
349
+ originalParams?: Record<string, any> | undefined;
347
350
  };
348
351
  };
349
352
  export declare function reducers(state: State, action: Action): State;
@@ -57,7 +57,7 @@ var const_default = (params) => {
57
57
  status: import_const.StatusEnum.Loading,
58
58
  steps: [],
59
59
  render: true,
60
- client: client !== "undefined" ? client : import_const.ClientEnum.Merchant,
60
+ client: client !== "undefined" && client !== void 0 ? client : import_const.ClientEnum.Merchant,
61
61
  custom: other || {},
62
62
  ...typeof net !== "undefined" ? { net } : {},
63
63
  ...typeof number !== "undefined" ? { number } : {},
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  /**
3
2
  * @title: 获取 Tyro 资源
4
3
  * @description:
@@ -60,7 +60,7 @@ var const_default = (params) => {
60
60
  status: import_const.StatusEnum.Loading,
61
61
  steps: [],
62
62
  render: true,
63
- client: client !== "undefined" ? client : import_const.ClientEnum.Merchant,
63
+ client: client !== "undefined" && client !== void 0 ? client : import_const.ClientEnum.Merchant,
64
64
  custom: other ? { ...other, list: [], step: 1 /* Free */ } : { list: [], step: 1 /* Free */ },
65
65
  ...typeof net !== "undefined" ? { net } : {},
66
66
  ...typeof number !== "undefined" ? { number } : {},
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Status: (props: any) => import("react").JSX.Element;
4
3
  export default Status;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const DayItem: (props: any) => import("react").JSX.Element;
4
3
  export default DayItem;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  import { CalendarItemProps } from '../../../../../type';
4
3
  declare const Item: (props: CalendarItemProps) => import("react").JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Status: (props: any) => import("react").JSX.Element;
4
3
  export default Status;
@@ -55,7 +55,7 @@ var filterPaymentList = (list, platform = "h5", isApp, amount) => {
55
55
  if (platform === "h5") {
56
56
  arr = arr.concat(["globepay.wechat.qrcode", "globepay.alipay.qrcode"]);
57
57
  }
58
- if (!(0, import_utils2.isIOS)()) {
58
+ if (!(0, import_utils2.isIOS)() && !(0, import_utils2.isSafari)()) {
59
59
  arr = arr.concat(["mw.apple"]);
60
60
  }
61
61
  if ((0, import_utils2.isIOS)() && isApp) {
@@ -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;
@@ -15,11 +15,16 @@ export interface WalletPassProps {
15
15
  walletPass: {
16
16
  cards: WalletPassDataType[];
17
17
  amount: number;
18
+ recommended?: WalletPassDataType[];
19
+ transformList?: WalletPassDataType[];
20
+ noApplicableVoucher?: WalletPassDataType[];
18
21
  };
19
22
  walletSetting: {
20
23
  name: string;
21
24
  popup_status: 0 | 1;
22
25
  };
26
+ orderDetail: any;
27
+ total_amount: number;
23
28
  }
24
29
  declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<WalletPassProps & React.RefAttributes<WalletPassRef>>>;
25
30
  export default _default;