@pisell/private-materials 6.3.16 → 6.3.17

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 (125) 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 +150 -150
  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/appointmentBooking/components/Guest/components/InformationOptionsModal/index.d.ts +1 -0
  12. package/es/components/booking/components/formItemChildrenWrap/index.d.ts +1 -0
  13. package/es/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -0
  14. package/es/components/booking/info/service/like/index.d.ts +1 -0
  15. package/es/components/eftpos/deviceList/index.d.ts +1 -0
  16. package/es/components/eftpos/group/index.d.ts +1 -0
  17. package/es/components/eftpos/icon/apiKey.d.ts +1 -0
  18. package/es/components/eftpos/icon/device.d.ts +1 -0
  19. package/es/components/eftpos/receipt/index.d.ts +1 -0
  20. package/es/components/eftposPay/component/alert/warn.d.ts +1 -0
  21. package/es/components/eftposPay/component/header/titlebar.d.ts +1 -0
  22. package/es/components/eftposPay/component/step/index.d.ts +1 -0
  23. package/es/components/eftposPay/component/step/step.d.ts +1 -0
  24. package/es/components/eftposPay/tyro/hooks.d.ts +1 -0
  25. package/es/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
  26. package/es/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +1 -0
  27. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
  28. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
  29. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -0
  30. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -0
  31. package/es/components/index.d.ts +3 -1
  32. package/es/components/index.js +3 -1
  33. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/index.d.ts +1 -0
  34. package/es/components/pay/toC/PaymentMethods/WalletPass/List/index.d.ts +2 -0
  35. package/es/components/pay/toC/PaymentMethods/WalletPass/index.js +112 -24
  36. package/es/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +38 -2
  37. package/es/components/pay/toC/PaymentMethods/WalletPass/serve.js +78 -0
  38. package/es/components/pay/toC/PaymentMethods/WalletPass/utils.d.ts +6 -0
  39. package/es/components/pay/toC/PaymentMethods/WalletPass/utils.js +9 -0
  40. package/es/components/pay/toC/utils.js +1 -1
  41. package/es/components/pinModal/hooks.d.ts +7 -0
  42. package/es/components/pinModal/hooks.js +65 -0
  43. package/es/components/pinModal/index.d.ts +4 -0
  44. package/es/components/pinModal/index.js +98 -0
  45. package/es/components/pinModal/index.less +44 -0
  46. package/es/components/pinModal/locales.d.ts +27 -0
  47. package/es/components/pinModal/locales.js +26 -0
  48. package/es/components/pinModal/serve.d.ts +6 -0
  49. package/es/components/pinModal/serve.js +11 -0
  50. package/es/components/pinModal/types.d.ts +0 -0
  51. package/es/components/pinModal/types.js +0 -0
  52. package/es/components/pinVerifyModal/hooks.d.ts +7 -0
  53. package/es/components/pinVerifyModal/hooks.js +80 -0
  54. package/es/components/pinVerifyModal/index.d.ts +5 -0
  55. package/es/components/pinVerifyModal/index.js +218 -0
  56. package/es/components/pinVerifyModal/index.less +92 -0
  57. package/es/components/pinVerifyModal/locales.d.ts +24 -0
  58. package/es/components/pinVerifyModal/locales.js +23 -0
  59. package/es/components/pinVerifyModal/types.d.ts +33 -0
  60. package/es/components/pinVerifyModal/types.js +1 -0
  61. package/es/components/schedules/utils.d.ts +1 -1
  62. package/es/components/walletList/index.js +20 -2
  63. package/es/components/workSpaceList/components/Modal/index.d.ts +1 -0
  64. package/es/index.d.ts +2 -0
  65. package/es/index.js +3 -1
  66. package/es/utils/index.d.ts +1 -1
  67. package/lib/components/appointmentBooking/components/Guest/components/InformationOptionsModal/index.d.ts +1 -0
  68. package/lib/components/booking/components/formItemChildrenWrap/index.d.ts +1 -0
  69. package/lib/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -0
  70. package/lib/components/booking/info/service/like/index.d.ts +1 -0
  71. package/lib/components/eftpos/deviceList/index.d.ts +1 -0
  72. package/lib/components/eftpos/group/index.d.ts +1 -0
  73. package/lib/components/eftpos/icon/apiKey.d.ts +1 -0
  74. package/lib/components/eftpos/icon/device.d.ts +1 -0
  75. package/lib/components/eftpos/receipt/index.d.ts +1 -0
  76. package/lib/components/eftposPay/component/alert/warn.d.ts +1 -0
  77. package/lib/components/eftposPay/component/header/titlebar.d.ts +1 -0
  78. package/lib/components/eftposPay/component/step/index.d.ts +1 -0
  79. package/lib/components/eftposPay/component/step/step.d.ts +1 -0
  80. package/lib/components/eftposPay/tyro/hooks.d.ts +1 -0
  81. package/lib/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
  82. package/lib/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +1 -0
  83. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
  84. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
  85. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -0
  86. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -0
  87. package/lib/components/index.d.ts +3 -1
  88. package/lib/components/index.js +6 -0
  89. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/index.d.ts +1 -0
  90. package/lib/components/pay/toC/PaymentMethods/WalletPass/List/index.d.ts +2 -0
  91. package/lib/components/pay/toC/PaymentMethods/WalletPass/index.js +84 -36
  92. package/lib/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +38 -2
  93. package/lib/components/pay/toC/PaymentMethods/WalletPass/serve.js +18 -0
  94. package/lib/components/pay/toC/PaymentMethods/WalletPass/utils.d.ts +6 -0
  95. package/lib/components/pay/toC/PaymentMethods/WalletPass/utils.js +7 -2
  96. package/lib/components/pay/toC/utils.js +1 -1
  97. package/lib/components/pinModal/hooks.d.ts +7 -0
  98. package/lib/components/pinModal/hooks.js +85 -0
  99. package/lib/components/pinModal/index.d.ts +4 -0
  100. package/lib/components/pinModal/index.js +88 -0
  101. package/lib/components/pinModal/index.less +44 -0
  102. package/lib/components/pinModal/locales.d.ts +27 -0
  103. package/lib/components/pinModal/locales.js +50 -0
  104. package/lib/components/pinModal/serve.d.ts +6 -0
  105. package/lib/components/pinModal/serve.js +37 -0
  106. package/lib/components/pinModal/types.d.ts +0 -0
  107. package/lib/components/pinModal/types.js +0 -0
  108. package/lib/components/pinVerifyModal/hooks.d.ts +7 -0
  109. package/lib/components/pinVerifyModal/hooks.js +93 -0
  110. package/lib/components/pinVerifyModal/index.d.ts +5 -0
  111. package/lib/components/pinVerifyModal/index.js +230 -0
  112. package/lib/components/pinVerifyModal/index.less +92 -0
  113. package/lib/components/pinVerifyModal/locales.d.ts +24 -0
  114. package/lib/components/pinVerifyModal/locales.js +47 -0
  115. package/lib/components/pinVerifyModal/types.d.ts +33 -0
  116. package/lib/components/pinVerifyModal/types.js +17 -0
  117. package/lib/components/schedules/utils.d.ts +1 -1
  118. package/lib/components/walletList/index.js +19 -2
  119. package/lib/components/workSpaceList/components/Modal/index.d.ts +1 -0
  120. package/lib/index.d.ts +2 -0
  121. package/lib/index.js +6 -0
  122. package/lib/utils/index.d.ts +1 -1
  123. package/lowcode/pin-modal/meta.ts +37 -0
  124. package/lowcode/pin-verify-modal/meta.ts +80 -0
  125. package/package.json +3 -3
@@ -0,0 +1,24 @@
1
+ declare const _default: {
2
+ en: {
3
+ 'pisell2.pin.verify.modal.title': string;
4
+ 'pisell2.pin.verify.modal.wallet': string;
5
+ 'pisell2.pin.verify.modal.keyboard.title': string;
6
+ 'pisell2.pin.verify.modal.keyboard.desc': string;
7
+ 'pisell2.pin.verify.modal.keyboard.verify': string;
8
+ };
9
+ 'zh-CN': {
10
+ 'pisell2.pin.verify.modal.title': string;
11
+ 'pisell2.pin.verify.modal.wallet': string;
12
+ 'pisell2.pin.verify.modal.keyboard.title': string;
13
+ 'pisell2.pin.verify.modal.keyboard.desc': string;
14
+ 'pisell2.pin.verify.modal.keyboard.verify': string;
15
+ };
16
+ 'zh-HK': {
17
+ 'pisell2.pin.verify.modal.title': string;
18
+ 'pisell2.pin.verify.modal.wallet': string;
19
+ 'pisell2.pin.verify.modal.keyboard.title': string;
20
+ 'pisell2.pin.verify.modal.keyboard.desc': string;
21
+ 'pisell2.pin.verify.modal.keyboard.verify': string;
22
+ };
23
+ };
24
+ export default _default;
@@ -0,0 +1,23 @@
1
+ export default {
2
+ en: {
3
+ 'pisell2.pin.verify.modal.title': 'Wallet Verification',
4
+ 'pisell2.pin.verify.modal.wallet': 'Wallet : ',
5
+ 'pisell2.pin.verify.modal.keyboard.title': 'Enter the 4-digit PIN to continue',
6
+ 'pisell2.pin.verify.modal.keyboard.desc': 'Remaining attempts : ',
7
+ 'pisell2.pin.verify.modal.keyboard.verify': 'Verify'
8
+ },
9
+ 'zh-CN': {
10
+ 'pisell2.pin.verify.modal.title': '钱包验证',
11
+ 'pisell2.pin.verify.modal.wallet': '钱包 : ',
12
+ 'pisell2.pin.verify.modal.keyboard.title': '请输入该钱包的4位PIN码以继续',
13
+ 'pisell2.pin.verify.modal.keyboard.desc': '剩余验证次数 : ',
14
+ 'pisell2.pin.verify.modal.keyboard.verify': '验证'
15
+ },
16
+ 'zh-HK': {
17
+ 'pisell2.pin.verify.modal.title': '錢包驗證',
18
+ 'pisell2.pin.verify.modal.wallet': '錢包 : ',
19
+ 'pisell2.pin.verify.modal.keyboard.title': '請輸入該錢包的4位PIN碼以繼續',
20
+ 'pisell2.pin.verify.modal.keyboard.desc': '剩餘驗證次數 : ',
21
+ 'pisell2.pin.verify.modal.keyboard.verify': '驗證'
22
+ }
23
+ };
@@ -0,0 +1,33 @@
1
+ export interface PinVerifyModalProps {
2
+ onOpen?: () => void;
3
+ onClose?: () => void;
4
+ onSuccess?: (params?: VerifyPinSuccessParams) => void;
5
+ }
6
+ export interface PinVerifyModalRef {
7
+ open: (params: ModalParams) => void;
8
+ close: () => void;
9
+ }
10
+ export interface ModalParams {
11
+ wallet_code: string;
12
+ wallet_detail_id: string | number;
13
+ failed_count?: number;
14
+ check_max_count?: number;
15
+ customer?: {
16
+ display_name?: string;
17
+ nickname?: string;
18
+ cover?: string;
19
+ };
20
+ }
21
+ export interface VerifyInfo {
22
+ remaining_count?: number;
23
+ failed_count?: number;
24
+ check_max_count?: number;
25
+ }
26
+ export declare type TVerifyPin = (data: {
27
+ wallet_detail_id: string | number;
28
+ pin: string;
29
+ }, onSuccess: (params: VerifyPinSuccessParams) => void) => void;
30
+ export interface VerifyPinSuccessParams {
31
+ customer_id: string | number;
32
+ customer_pin_key: string;
33
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -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 };
@@ -30,6 +30,7 @@ import "./index.less";
30
30
  import classNames from 'classnames';
31
31
  // 导入所有类型
32
32
  import { WalletCardItem, DEFAULT_CARD_CONFIG } from "./types";
33
+ import PinModal from "../pinModal";
33
34
 
34
35
  // 添加 localStorage 相关的操作函数
35
36
  var STORAGE_KEY = 'pisell_wallet_list_data';
@@ -176,6 +177,9 @@ var WalletList = Provider(function (props) {
176
177
  var requestIdRef = useRef('');
177
178
  var pubsub = utils === null || utils === void 0 ? void 0 : utils.pubsub;
178
179
 
180
+ // pinModal的ref
181
+ var pinModalRef = useRef(null);
182
+
179
183
  //获取登录状态
180
184
  var isUserLoggedIn = useMemo(function () {
181
185
  var _utils$token, _utils$token$get;
@@ -586,6 +590,14 @@ var WalletList = Provider(function (props) {
586
590
  return _ref3.apply(this, arguments);
587
591
  };
588
592
  }();
593
+ var _onViewPinClick = function onViewPinClick(card) {
594
+ if (card !== null && card !== void 0 && card.id) {
595
+ var _pinModalRef$current;
596
+ (_pinModalRef$current = pinModalRef.current) === null || _pinModalRef$current === void 0 || _pinModalRef$current.open(card === null || card === void 0 ? void 0 : card.id);
597
+ } else {
598
+ console.error('onViewPinClick方法需要传入wallet_detail_id');
599
+ }
600
+ };
589
601
  var renderWalletCard = function renderWalletCard(item) {
590
602
  var _dvaStore$core;
591
603
  var code = item.code,
@@ -652,7 +664,11 @@ var WalletList = Provider(function (props) {
652
664
  });
653
665
  return /*#__PURE__*/React.createElement(WalletCard, _extends({
654
666
  key: id
655
- }, cardProps));
667
+ }, cardProps, {
668
+ onViewPinClick: function onViewPinClick() {
669
+ return _onViewPinClick(item);
670
+ }
671
+ }));
656
672
  };
657
673
  var carouselProps = {
658
674
  className: classNames('pisell-lowcode__walletList'),
@@ -811,7 +827,9 @@ var WalletList = Provider(function (props) {
811
827
  fontSize: '24px',
812
828
  color: currentIndex === list.length - 1 ? '#D0D5DD' : '#101828'
813
829
  }
814
- }))));
830
+ }))), /*#__PURE__*/React.createElement(PinModal, {
831
+ ref: pinModalRef
832
+ }));
815
833
  };
816
834
 
817
835
  // 最终返回组件内容
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { Modal as AntModal, ModalFuncProps as AntModalFuncProps, ModalProps as AntModalProps } from 'antd';
2
3
  import './index.less';
3
4
  interface ModalProps extends AntModalProps {
package/es/index.d.ts CHANGED
@@ -48,3 +48,5 @@ export { default as StepController } from './components/stepController';
48
48
  export { default as SaasLogin } from './plus/saasLogin';
49
49
  export { default as SaasRegister } from './plus/saasRegister';
50
50
  export { default as SaasCreateOrganization } from './plus/saasCreateOrganization';
51
+ export { default as PinModal } from './components/pinModal';
52
+ export { default as PinVerifyModal } from './components/pinVerifyModal';
package/es/index.js CHANGED
@@ -51,4 +51,6 @@ export { default as EditBookingModal } from "./components/booking/editBookingMod
51
51
  export { default as StepController } from "./components/stepController";
52
52
  export { default as SaasLogin } from "./plus/saasLogin";
53
53
  export { default as SaasRegister } from "./plus/saasRegister";
54
- export { default as SaasCreateOrganization } from "./plus/saasCreateOrganization";
54
+ export { default as SaasCreateOrganization } from "./plus/saasCreateOrganization";
55
+ export { default as PinModal } from "./components/pinModal";
56
+ export { default as PinVerifyModal } from "./components/pinVerifyModal";
@@ -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,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const GuestOptionsModal: (props: any) => JSX.Element;
3
4
  export default GuestOptionsModal;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const FormItemChildrenWrap: (props: any) => JSX.Element;
2
3
  export default FormItemChildrenWrap;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const useIsLowSpeedNetwork: () => import("react").MutableRefObject<boolean>;
2
3
  export default useIsLowSpeedNetwork;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import "./index.less";
2
3
  declare const Like: ({ status, onChange, className, style, }: {
3
4
  style?: any;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const _default: ({ input, ...formItemProps }: any) => JSX.Element;
2
3
  export default _default;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { RadioGroupProps } from 'antd';
2
3
  export declare const CheckboxGroup: ({ direction, options, ...props }: any) => JSX.Element;
3
4
  export declare const RadioGroup: ({ direction, options, ...props }: RadioGroupProps & {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const _default: ({ color }: {
2
3
  color?: string | undefined;
3
4
  }) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const _default: ({ color }: {
2
3
  color?: string | undefined;
3
4
  }) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  /**
2
3
  * @title: 自定义组件设置
3
4
  * @description: 自定义组件设置
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const _default: () => JSX.Element;
2
3
  export default _default;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './titlebar.less';
2
3
  declare enum EPopupTitleBarVariantType {
3
4
  BackTitleClose = "back-title-cancel",
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { StatusType } from '../../const';
2
3
  declare const _default: (props: {
3
4
  status: StatusType;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const _default: (props: {
2
3
  status: string;
3
4
  pedding?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  /**
2
3
  * @title: 获取 Tyro 资源
3
4
  * @description:
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const ErrorTip: ({ text }: any) => JSX.Element;
3
4
  export default ErrorTip;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const InformationOptionsModal: (props: any) => JSX.Element;
3
4
  export default InformationOptionsModal;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const WeekItem: (props: any) => JSX.Element;
3
4
  export default WeekItem;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare type CalenDateWeekProps = {
3
4
  currentDate: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const DayItem: (props: any) => JSX.Element;
3
4
  export default DayItem;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  import { CalendarItemProps } from '../../../../../type';
3
4
  declare const Item: (props: CalendarItemProps) => JSX.Element;
@@ -17,4 +17,6 @@ import PisellSelectCustomerModal from './pisellSelectCustomerModal';
17
17
  import SubTotal from './subTotal';
18
18
  import EditBookingModal from './booking/editBookingModal';
19
19
  import StepController from './stepController';
20
- export { Login, BookingInfo, Booking, BookingNotes, BookingAddons, BookingForms, Schedules, ProductExtension, RuleSetting, TaxSelect, ToCPay, PisellSelectCustomerModal, Wallet, WalletList, WorkspaceList, WorkspaceListDetail, SubTotal, EditBookingModal, StepController };
20
+ import PinModal from './pinModal';
21
+ import PinVerifyModal from './pinVerifyModal';
22
+ export { Login, BookingInfo, Booking, BookingNotes, BookingAddons, BookingForms, Schedules, ProductExtension, RuleSetting, TaxSelect, ToCPay, PisellSelectCustomerModal, Wallet, WalletList, WorkspaceList, WorkspaceListDetail, SubTotal, EditBookingModal, StepController, PinModal, PinVerifyModal, };
@@ -36,6 +36,8 @@ __export(components_exports, {
36
36
  BookingNotes: () => import_notes.default,
37
37
  EditBookingModal: () => import_editBookingModal.default,
38
38
  Login: () => import_login.default,
39
+ PinModal: () => import_pinModal.default,
40
+ PinVerifyModal: () => import_pinVerifyModal.default,
39
41
  PisellSelectCustomerModal: () => import_pisellSelectCustomerModal.default,
40
42
  ProductExtension: () => import_productExtension.default,
41
43
  RuleSetting: () => import_ruleSetting.default,
@@ -69,6 +71,8 @@ var import_pisellSelectCustomerModal = __toESM(require("./pisellSelectCustomerMo
69
71
  var import_subTotal = __toESM(require("./subTotal"));
70
72
  var import_editBookingModal = __toESM(require("./booking/editBookingModal"));
71
73
  var import_stepController = __toESM(require("./stepController"));
74
+ var import_pinModal = __toESM(require("./pinModal"));
75
+ var import_pinVerifyModal = __toESM(require("./pinVerifyModal"));
72
76
  // Annotate the CommonJS export names for ESM import in node:
73
77
  0 && (module.exports = {
74
78
  Booking,
@@ -78,6 +82,8 @@ var import_stepController = __toESM(require("./stepController"));
78
82
  BookingNotes,
79
83
  EditBookingModal,
80
84
  Login,
85
+ PinModal,
86
+ PinVerifyModal,
81
87
  PisellSelectCustomerModal,
82
88
  ProductExtension,
83
89
  RuleSetting,
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const SetupForm: ({ onReady, amount, order_id, payment_method, scene, }: any) => JSX.Element;
3
4
  export default SetupForm;
@@ -11,6 +11,8 @@ export interface WalletPassListProps {
11
11
  name: string;
12
12
  };
13
13
  onChangeDebounce?: boolean;
14
+ loading?: boolean;
15
+ onLoadingChange?: (loading: boolean) => void;
14
16
  }
15
17
  export declare type WalletPassListRef = {
16
18
  init: (params: MachineCodeListParams, formatList?: (val: WalletPassDataType[]) => WalletPassDataType[]) => void;
@@ -37,16 +37,20 @@ var import_materials = require("@pisell/materials");
37
37
  var import_utils = require("@pisell/utils");
38
38
  var import_ahooks = require("ahooks");
39
39
  var import_icons = require("@ant-design/icons");
40
+ var import_pinVerifyModal = __toESM(require("../../../../pinVerifyModal"));
40
41
  var import_MultiModeSearch = __toESM(require("./MultiModeSearch"));
41
42
  var import_List = __toESM(require("./List"));
42
43
  var import_serve = require("./serve");
43
44
  var import_utils2 = require("./utils");
44
45
  var import_utils3 = require("../../utils");
45
46
  var import_index = require("./index.less");
47
+ var import_useEngineContext = __toESM(require("../../../../../hooks/useEngineContext"));
46
48
  var { Amount } = import_materials.PisellText;
47
49
  var WalletPass = (0, import_react.forwardRef)((props, ref) => {
48
- var _a;
50
+ var _a, _b, _c, _d, _e;
49
51
  const { onWalletPassChange, walletPass, walletSetting } = props;
52
+ const context = (0, import_useEngineContext.default)();
53
+ const isWalletCode = (_d = (_c = (_b = (_a = context == null ? void 0 : context.appHelper) == null ? void 0 : _a.utils) == null ? void 0 : _b.businessUtils) == null ? void 0 : _c.getAppByModal) == null ? void 0 : _d.call(_c, "wallet");
50
54
  const [currentWalletPass, setCurrentWalletPass] = (0, import_react.useState)(walletPass);
51
55
  const [loading, setLoading] = (0, import_react.useState)(false);
52
56
  const [open, setOpen] = (0, import_react.useState)(false);
@@ -60,7 +64,8 @@ var WalletPass = (0, import_react.forwardRef)((props, ref) => {
60
64
  });
61
65
  const isAutoSelect = (0, import_react.useRef)(false);
62
66
  const listRef = (0, import_react.useRef)(null);
63
- const searchValRef = (0, import_react.useRef)("");
67
+ const searchValRef = (0, import_react.useRef)(null);
68
+ const pinVerifyModalRef = (0, import_react.useRef)(null);
64
69
  const { cards: walletPassSelectCards, amount } = currentWalletPass || {};
65
70
  const [currentCustomerWalletPass, otherCustomerWalletPass] = (0, import_react.useMemo)(() => {
66
71
  const current = [];
@@ -98,9 +103,9 @@ var WalletPass = (0, import_react.forwardRef)((props, ref) => {
98
103
  return codes;
99
104
  }, [addList, selectValue]);
100
105
  const refreshList = (0, import_ahooks.useMemoizedFn)(() => {
101
- var _a2, _b;
106
+ var _a2, _b2;
102
107
  if ((order == null ? void 0 : order.order_id) && (order == null ? void 0 : order.customer_id)) {
103
- (_b = listRef.current) == null ? void 0 : _b.init(
108
+ (_b2 = listRef.current) == null ? void 0 : _b2.init(
104
109
  {
105
110
  order_id: order.order_id,
106
111
  available: 2,
@@ -146,52 +151,86 @@ var WalletPass = (0, import_react.forwardRef)((props, ref) => {
146
151
  refreshList();
147
152
  });
148
153
  };
149
- const searchList = async (val, isSelectChange) => {
154
+ const searchList = async ({ code, customer_pin_key }, isSelectChange) => {
150
155
  var _a2;
151
156
  if (!(order == null ? void 0 : order.order_id)) return;
152
- const result = await (0, import_serve.searchMachineCodeList)({
153
- order_id: order.order_id,
154
- code: val,
155
- prepare_payments,
156
- filter_prepare_wallet_pass: 1,
157
- sale_channel: ((_a2 = order._order) == null ? void 0 : _a2.sale_channel) || "online-store"
158
- });
159
- if (!result) {
160
- if (!isSelectChange) {
161
- (0, import_materials.PisellToast)({
162
- content: import_utils.locales.getText("tocPay.text.walletSearchEmpty")
163
- });
157
+ setLoading(true);
158
+ try {
159
+ const result = await (0, import_serve.searchMachineCodeList)({
160
+ order_id: order.order_id,
161
+ code,
162
+ prepare_payments,
163
+ // filter_prepare_wallet_pass: 1,
164
+ sale_channel: ((_a2 = order._order) == null ? void 0 : _a2.sale_channel) || "online-store",
165
+ customer_pin_key
166
+ });
167
+ if (!result) {
168
+ if (!isSelectChange) {
169
+ (0, import_materials.PisellToast)({
170
+ content: import_utils.locales.getText("tocPay.text.walletSearchEmpty")
171
+ });
172
+ }
173
+ return;
174
+ }
175
+ if (isSelectChange && !searchValRef.current) {
176
+ return;
164
177
  }
165
- return;
178
+ setSearchData(
179
+ (0, import_utils2.formatMachineCodeServer2CardList)(
180
+ [...searchSelectData.details, ...result],
181
+ searchSelectData.ids
182
+ )
183
+ );
184
+ if (result.length) {
185
+ if (result.length === 1 && result[0].unified_available_status && isAutoSelect.current) {
186
+ setSearchSelectData({
187
+ ids: [result[0].id],
188
+ details: result
189
+ });
190
+ }
191
+ setSearchOpen(true);
192
+ searchValRef.current = { code, customer_pin_key };
193
+ }
194
+ } finally {
195
+ setLoading(false);
166
196
  }
167
- setSearchData(
168
- (0, import_utils2.formatMachineCodeServer2CardList)(
169
- [...searchSelectData.details, ...result],
170
- searchSelectData.ids
171
- )
172
- );
173
- if (result.length) {
174
- if (result.length === 1 && result[0].unified_available_status && isAutoSelect.current) {
175
- setSearchSelectData({
176
- ids: [result[0].id],
177
- details: result
178
- });
197
+ };
198
+ const searchWalletCodeFn = async (val) => {
199
+ var _a2;
200
+ setLoading(true);
201
+ try {
202
+ const result = await (0, import_serve.searchWalletCode)({ code: val, with_customer: 1 });
203
+ console.log(result, "result");
204
+ if (!result) {
205
+ searchList({ code: val });
206
+ return;
179
207
  }
180
- setSearchOpen(true);
181
- searchValRef.current = val;
208
+ (_a2 = pinVerifyModalRef.current) == null ? void 0 : _a2.open({
209
+ wallet_code: result.code,
210
+ wallet_detail_id: result.id,
211
+ failed_count: result.failed_count,
212
+ check_max_count: result.check_max_count,
213
+ customer: result.customer
214
+ });
215
+ } finally {
216
+ setLoading(false);
182
217
  }
183
218
  };
184
219
  const handleSearch = (0, import_ahooks.useMemoizedFn)((val) => {
185
220
  if (!val || searchOpen) return;
186
221
  isAutoSelect.current = true;
187
- searchList(val);
222
+ if ((0, import_utils2.getIsWalletCode)(val) && isWalletCode) {
223
+ searchWalletCodeFn(val);
224
+ } else {
225
+ searchList({ code: val });
226
+ }
188
227
  });
189
228
  (0, import_react.useImperativeHandle)(ref, () => ({
190
229
  init
191
230
  }));
192
231
  const handleSearchModalClose = () => {
193
232
  setSearchOpen(false);
194
- searchValRef.current = "";
233
+ searchValRef.current = null;
195
234
  setSearchSelectData({
196
235
  ids: [],
197
236
  details: []
@@ -309,7 +348,7 @@ var WalletPass = (0, import_react.forwardRef)((props, ref) => {
309
348
  okText: import_utils.locales.getText("tocPay.text.select"),
310
349
  onOk: handleSelectOk,
311
350
  okButtonProps: {
312
- disabled: ((_a = searchSelectData.ids) == null ? void 0 : _a.length) === 0
351
+ disabled: ((_e = searchSelectData.ids) == null ? void 0 : _e.length) === 0
313
352
  }
314
353
  },
315
354
  /* @__PURE__ */ import_react.default.createElement("div", { className: "", style: { marginTop: 24 } }, /* @__PURE__ */ import_react.default.createElement(
@@ -318,9 +357,18 @@ var WalletPass = (0, import_react.forwardRef)((props, ref) => {
318
357
  walletSetting,
319
358
  data: searchData,
320
359
  value: searchSelectData.ids,
321
- onChange: handleAddChange
360
+ onChange: handleAddChange,
361
+ loading
322
362
  }
323
363
  ))
364
+ ), /* @__PURE__ */ import_react.default.createElement(
365
+ import_pinVerifyModal.default,
366
+ {
367
+ ref: pinVerifyModalRef,
368
+ onSuccess: (params) => {
369
+ searchList({ customer_pin_key: params == null ? void 0 : params.customer_pin_key });
370
+ }
371
+ }
324
372
  ));
325
373
  });
326
374
  var WalletPass_default = (0, import_react.memo)(WalletPass);
@@ -84,14 +84,15 @@ export declare const getRecommendMachineCodeList: (order_id: number) => Promise<
84
84
  */
85
85
  export declare const searchMachineCodeList: (params: {
86
86
  order_id: number | string;
87
- code: string;
87
+ code?: string;
88
88
  sale_channel: string;
89
89
  prepare_payments: {
90
90
  voucher_id: number;
91
91
  amount: number;
92
92
  tag: string;
93
93
  }[];
94
- filter_prepare_wallet_pass: 1 | 0;
94
+ filter_prepare_wallet_pass?: 1 | 0;
95
+ customer_pin_key?: string;
95
96
  }) => Promise<WalletPassDataType[]>;
96
97
  /**
97
98
  * walletpass支付
@@ -110,4 +111,39 @@ export declare const walletPassPay: (params: {
110
111
  };
111
112
  }[];
112
113
  }) => Promise<WalletPassDataType[]>;
114
+ /**
115
+ * 搜索wallet code
116
+ */
117
+ export declare const searchWalletCode: (params: {
118
+ code: string;
119
+ with_customer: 1 | 0;
120
+ }) => Promise<{
121
+ code: string;
122
+ id: number;
123
+ status: 'enable' | 'disable' | 'expired';
124
+ expired_at: string;
125
+ customer: Record<string, any>;
126
+ check_max_count: number;
127
+ failed_count: number;
128
+ }>;
129
+ /**
130
+ * 验证pin码
131
+ */
132
+ export declare const verifyPinCode: (params: {
133
+ wallet_detail_id: number;
134
+ pin: string;
135
+ }) => Promise<{
136
+ status: number;
137
+ customer_id: number;
138
+ msg: string;
139
+ customer_pin_key: string;
140
+ }>;
141
+ /**
142
+ * 获取pin码
143
+ */
144
+ export declare const getPin: (params: {
145
+ wallet_detail_id: number;
146
+ }) => Promise<{
147
+ pin: string;
148
+ }>;
113
149
  export {};
@@ -20,8 +20,11 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
20
20
  var serve_exports = {};
21
21
  __export(serve_exports, {
22
22
  getMachineCodeList: () => getMachineCodeList,
23
+ getPin: () => getPin,
23
24
  getRecommendMachineCodeList: () => getRecommendMachineCodeList,
24
25
  searchMachineCodeList: () => searchMachineCodeList,
26
+ searchWalletCode: () => searchWalletCode,
27
+ verifyPinCode: () => verifyPinCode,
25
28
  walletPassPay: () => walletPassPay
26
29
  });
27
30
  module.exports = __toCommonJS(serve_exports);
@@ -45,10 +48,25 @@ var walletPassPay = async (params) => {
45
48
  const { data } = await import_utils.request.getRequest().post(`/h5/pay/order/wallet-pass-pay/${order_id}`, others);
46
49
  return data;
47
50
  };
51
+ var searchWalletCode = async (params) => {
52
+ const { data } = await import_utils.request.getRequest().post(`/h5/wallet/detail/search`, params);
53
+ return data;
54
+ };
55
+ var verifyPinCode = async (params) => {
56
+ const { data } = await import_utils.request.getRequest().post(`/h5/wallet/detail/pin/validate`, params);
57
+ return data;
58
+ };
59
+ var getPin = async (params) => {
60
+ const { data } = await import_utils.request.getRequest().get(`/h5/wallet/detail/pin`, params);
61
+ return data;
62
+ };
48
63
  // Annotate the CommonJS export names for ESM import in node:
49
64
  0 && (module.exports = {
50
65
  getMachineCodeList,
66
+ getPin,
51
67
  getRecommendMachineCodeList,
52
68
  searchMachineCodeList,
69
+ searchWalletCode,
70
+ verifyPinCode,
53
71
  walletPassPay
54
72
  });