@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
@@ -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 };
@@ -171,7 +171,7 @@ var AddSerivce = (props) => {
171
171
  setCurrentProduct(item);
172
172
  } else {
173
173
  setCurrentProduct(null);
174
- if (!isSession && (0, import_utils4.isNormalProductByDurationSchedule)(item)) {
174
+ if ((item == null ? void 0 : item.extension_type) === "normal") {
175
175
  cacheValues = {
176
176
  bundle: [],
177
177
  key: item.id,
@@ -318,6 +318,9 @@ var TicketBooking = () => {
318
318
  });
319
319
  selectCustomer(null);
320
320
  enableAllScanListeners();
321
+ setState({
322
+ createCount: state.createCount + 1
323
+ });
321
324
  }
322
325
  );
323
326
  (_e2 = interaction == null ? void 0 : interaction.utils) == null ? void 0 : _e2.mountFunction(
@@ -934,10 +937,12 @@ var TicketBooking = () => {
934
937
  bookings: {
935
938
  booking_id: booking == null ? void 0 : booking.booking_id,
936
939
  appointment_status: booking == null ? void 0 : booking.appointment_status,
937
- list: [{
938
- start_date: booking == null ? void 0 : booking.start_date,
939
- start_time: booking == null ? void 0 : booking.start_time
940
- }]
940
+ list: [
941
+ {
942
+ start_date: booking == null ? void 0 : booking.start_date,
943
+ start_time: booking == null ? void 0 : booking.start_time
944
+ }
945
+ ]
941
946
  }
942
947
  }
943
948
  },
@@ -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;
@@ -34,7 +34,7 @@ __export(pisellPriceRadio_exports, {
34
34
  module.exports = __toCommonJS(pisellPriceRadio_exports);
35
35
  var import_react = __toESM(require("react"));
36
36
  var import_antd = require("antd");
37
- var import_VirtualKeyInput = __toESM(require("../../../../materials/src/components/virtual-keyboard/VirtualKeyInput/index"));
37
+ var import_materials = require("@pisell/materials");
38
38
  var import_classnames = __toESM(require("classnames"));
39
39
  var import_index = require("./index.less");
40
40
  var PisellPriceRadio = ({
@@ -109,7 +109,7 @@ var PisellPriceRadio = ({
109
109
  }
110
110
  ), /* @__PURE__ */ import_react.default.createElement("span", { className: "pisell-price-radio-title" }, title)),
111
111
  /* @__PURE__ */ import_react.default.createElement(
112
- import_VirtualKeyInput.default,
112
+ import_materials.VirtualKeyboard,
113
113
  {
114
114
  value,
115
115
  onChange: (e) => 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 };
package/package.json CHANGED
@@ -1,6 +1,12 @@
1
1
  {
2
2
  "name": "@pisell/private-materials",
3
- "version": "6.1.33",
3
+ "version": "6.1.35",
4
+ "scripts": {
5
+ "dev": "father dev",
6
+ "build": "father build",
7
+ "lowcode:dev": "build-scripts start --config ./build.lowcode.js",
8
+ "lowcode:build": " build-scripts build --config ./build.lowcode.js"
9
+ },
4
10
  "main": "./lib/index.js",
5
11
  "module": "./es/index.js",
6
12
  "types": "./lib/index.d.ts",
@@ -50,6 +56,10 @@
50
56
  "@dnd-kit/modifiers": "^6.0.1",
51
57
  "@dnd-kit/sortable": "^7.0.2",
52
58
  "@dnd-kit/utilities": "^3.2.1",
59
+ "@pisell/date-picker": "workspace:*",
60
+ "@pisell/icon": "workspace:*",
61
+ "@pisell/materials": "workspace:*",
62
+ "@pisell/utils": "workspace:*",
53
63
  "ahooks": "^3.7.6",
54
64
  "antd": "^5.6.3",
55
65
  "classnames": "^2.3.2",
@@ -58,11 +68,7 @@
58
68
  "rc-virtual-list": "^3.11.3",
59
69
  "react-infinite-scroll-component": "^6.1.0",
60
70
  "react-resizable": "^3.0.5",
61
- "styled-components": "^6.0.0-rc.3",
62
- "@pisell/date-picker": "3.0.4",
63
- "@pisell/icon": "0.0.11",
64
- "@pisell/utils": "3.0.0",
65
- "@pisell/materials": "6.1.8"
71
+ "styled-components": "^6.0.0-rc.3"
66
72
  },
67
73
  "peerDependencies": {
68
74
  "react": "^18.0.0",
@@ -70,11 +76,5 @@
70
76
  },
71
77
  "componentConfig": {
72
78
  "materialSchema": "https://unpkg.com/@pisell/materials@1.0.1/build/lowcode/assets-prod.json"
73
- },
74
- "scripts": {
75
- "dev": "father dev",
76
- "build": "father build",
77
- "lowcode:dev": "build-scripts start --config ./build.lowcode.js",
78
- "lowcode:build": " build-scripts build --config ./build.lowcode.js"
79
79
  }
80
80
  }