@pisell/private-materials 6.3.15 → 6.3.16

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 (101) 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/render/default/view.js +1 -1
  7. package/build/lowcode/view.js +1 -1
  8. package/es/components/booking/addons/model.d.ts +10 -1
  9. package/es/components/booking/components/TabProduct/tabs/index.js +5 -1
  10. package/es/components/booking/components/browserSelect/index.js +1 -1
  11. package/es/components/booking/forms/model.d.ts +10 -1
  12. package/es/components/booking/forms/model.js +5 -5
  13. package/es/components/booking/forms/sendModal/useSendModal.d.ts +1 -1
  14. package/es/components/booking/info/model.d.ts +10 -1
  15. package/es/components/booking/info/service/addService/utils.d.ts +1 -1
  16. package/es/components/booking/info/service/like/index.js +1 -1
  17. package/es/components/booking/info/service2/utils.d.ts +1 -1
  18. package/es/components/booking/info2/service/addService/utils.d.ts +1 -1
  19. package/es/components/booking/model.d.ts +9 -1
  20. package/es/components/booking/notes/NoteBlock/NoteItem/index.js +1 -1
  21. package/es/components/booking/notes/NoteBlock/index.js +11 -11
  22. package/es/components/booking/notes/model.d.ts +10 -1
  23. package/es/components/booking/notes/model.js +5 -5
  24. package/es/components/booking/payments/model.d.ts +10 -1
  25. package/es/components/booking/payments/model.js +5 -5
  26. package/es/components/eftposPay/amount.d.ts +1 -1
  27. package/es/components/eftposPay/device.d.ts +1 -1
  28. package/es/components/eftposPay/hooks.d.ts +2 -2
  29. package/es/components/eftposPay/store/index.d.ts +3 -3
  30. package/es/components/listComponent/index.js +5 -5
  31. package/es/components/pay/toC/model.d.ts +9 -1
  32. package/es/components/productExtension/card/index.js +3 -3
  33. package/es/components/productExtension/fields/Actor/CutOffTime/index.js +1 -1
  34. package/es/components/productExtension/fields/Forms/index.js +12 -12
  35. package/es/components/productExtension/fields/SelectProducts/ProductItemPreview/index.js +1 -1
  36. package/es/components/productExtension/fields/SelectProducts/server.js +2 -2
  37. package/es/components/productExtension/fields/SelectResourcesTable/server.js +2 -2
  38. package/es/components/productExtension/server.js +2 -2
  39. package/es/components/ruleSetting/ruleBorder/index.js +1 -1
  40. package/es/components/schedules/calendar/index.js +4 -4
  41. package/es/components/schedules/calendar/serve.js +2 -2
  42. package/es/components/schedules/components/CurrentDay/index.js +5 -5
  43. package/es/components/schedules/components/CurrentDay/serve.js +2 -2
  44. package/es/components/schedules/components/DropdownSort/index.js +1 -1
  45. package/es/components/schedules/components/ResourceList/index.js +1 -1
  46. package/es/components/schedules/components/Search/index.js +5 -5
  47. package/es/components/schedules/model.d.ts +9 -1
  48. package/es/components/schedules/model.js +5 -5
  49. package/es/components/schedules/openHours/index.js +1 -1
  50. package/es/components/schedules/openHours/serve.js +2 -2
  51. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.js +1 -1
  52. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/ResourcesModule/index.js +5 -5
  53. package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/index.js +4 -4
  54. package/es/components/schedules/products/ProductDetailDrawer/index.js +3 -3
  55. package/es/components/schedules/products/serve.js +2 -2
  56. package/es/components/schedules/products/utils.js +5 -5
  57. package/es/components/schedules/resources/detail/detailContent.js +2 -2
  58. package/es/components/schedules/resources/detail/index.js +10 -10
  59. package/es/components/schedules/resources/list/index.js +2 -2
  60. package/es/components/schedules/resources/relationProduct/index.js +1 -1
  61. package/es/components/schedules/resources/serve.js +2 -2
  62. package/es/components/schedules/schedules/ScheduleDetailDrawer/index.js +9 -9
  63. package/es/components/schedules/utils.js +4 -4
  64. package/es/components/selectModal/index.js +2 -2
  65. package/es/components/ticketBooking/components/ticketBooking/index.js +2 -0
  66. package/es/components/wallet/Detail/index.js +3 -1
  67. package/es/components/wallet/Detail/model.d.ts +13 -1
  68. package/es/components/wallet/DiscountCard/model.d.ts +14 -1
  69. package/es/components/wallet/PointCard/model.d.ts +13 -1
  70. package/es/components/wallet/RechargeableCard/model.d.ts +29 -1
  71. package/es/components/wallet/Voucher/model.d.ts +13 -1
  72. package/es/components/wallet/components/WalletCard.js +8 -3
  73. package/es/components/wallet/model.d.ts +9 -1
  74. package/es/hooks/useComponents.js +1 -1
  75. package/lib/components/booking/addons/model.d.ts +10 -1
  76. package/lib/components/booking/forms/model.d.ts +10 -1
  77. package/lib/components/booking/forms/sendModal/useSendModal.d.ts +1 -1
  78. package/lib/components/booking/info/model.d.ts +10 -1
  79. package/lib/components/booking/info/service/addService/utils.d.ts +1 -1
  80. package/lib/components/booking/info/service2/utils.d.ts +1 -1
  81. package/lib/components/booking/info2/service/addService/utils.d.ts +1 -1
  82. package/lib/components/booking/model.d.ts +9 -1
  83. package/lib/components/booking/notes/model.d.ts +10 -1
  84. package/lib/components/booking/payments/model.d.ts +10 -1
  85. package/lib/components/eftposPay/amount.d.ts +1 -1
  86. package/lib/components/eftposPay/device.d.ts +1 -1
  87. package/lib/components/eftposPay/hooks.d.ts +2 -2
  88. package/lib/components/eftposPay/store/index.d.ts +3 -3
  89. package/lib/components/pay/toC/model.d.ts +9 -1
  90. package/lib/components/schedules/model.d.ts +9 -1
  91. package/lib/components/schedules/utils.js +1 -1
  92. package/lib/components/ticketBooking/components/ticketBooking/index.js +1 -0
  93. package/lib/components/wallet/Detail/index.js +18 -5
  94. package/lib/components/wallet/Detail/model.d.ts +13 -1
  95. package/lib/components/wallet/DiscountCard/model.d.ts +14 -1
  96. package/lib/components/wallet/PointCard/model.d.ts +13 -1
  97. package/lib/components/wallet/RechargeableCard/model.d.ts +29 -1
  98. package/lib/components/wallet/Voucher/model.d.ts +13 -1
  99. package/lib/components/wallet/components/WalletCard.js +3 -1
  100. package/lib/components/wallet/model.d.ts +9 -1
  101. package/package.json +4 -4
@@ -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" | "print" | "fail" | "mark_tx_processed", params?: string | {
13
+ onChange?: ((status: "page" | "success" | "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<"stripe" | "payo" | "tyro" | "windcave" | "linkly">;
22
+ readonly eftposRef: React.MutableRefObject<"stripe" | "tyro" | "windcave" | "payo" | "linkly">;
23
23
  readonly clientRef: React.MutableRefObject<ClientEnum>;
24
24
  readonly dataRef: React.MutableRefObject<import("./store").State>;
25
25
  };
@@ -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
  /**
@@ -297,7 +297,7 @@ export declare const backUpFree: (payload: Partial<State>) => {
297
297
  amount?: string | number | undefined;
298
298
  mode?: "refund" | "pay" | "fullPay" | "query" | undefined;
299
299
  order_id?: string | number | undefined;
300
- eftpos?: "stripe" | "payo" | "tyro" | "windcave" | "linkly" | undefined;
300
+ eftpos?: "stripe" | "tyro" | "windcave" | "payo" | "linkly" | undefined;
301
301
  action?: "amount" | "pay" | "deviceList" | undefined;
302
302
  key?: number | undefined;
303
303
  step?: number | undefined;
@@ -308,7 +308,7 @@ export declare const backUpFree: (payload: Partial<State>) => {
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,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export interface FormState {
2
3
  platform: 'pc' | 'h5' | '' | undefined;
3
4
  order: any;
@@ -28,4 +29,11 @@ export interface PayGroup {
28
29
  pay_number?: string;
29
30
  _order: any;
30
31
  }
31
- export declare const Provider: any, Context: any;
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
+ }>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { CalendarDataItem, ScheduleItem } from "./type";
2
3
  import dayjs from "dayjs";
3
4
  export interface FormState {
@@ -68,4 +69,11 @@ export interface FormState {
68
69
  };
69
70
  setGlobalState: Function | null;
70
71
  }
71
- export declare const Provider: any, Context: any;
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
+ }>;
@@ -27,8 +27,8 @@ __export(utils_exports, {
27
27
  module.exports = __toCommonJS(utils_exports);
28
28
  var import_utils = require("@pisell/utils");
29
29
  var Request = class {
30
+ request = {};
30
31
  constructor() {
31
- this.request = {};
32
32
  }
33
33
  setRequest(val) {
34
34
  this.request = val;
@@ -210,6 +210,7 @@ var TicketBooking = () => {
210
210
  const _callbackFnRef = (0, import_react.useRef)();
211
211
  (0, import_react.useEffect)(() => {
212
212
  var _a2, _b2, _c2, _d, _e, _f;
213
+ localStorage.removeItem("bookingResourceList");
213
214
  _persistentRef.current = storage.get(`drawer-booking`) === "true" ? true : isTerminal();
214
215
  if (lowcodeRef) {
215
216
  lowcodeRef.onReady(void 0);
@@ -67,7 +67,11 @@ var Detail = (0, import_react.forwardRef)((props, ref) => {
67
67
  expire_date = "",
68
68
  product = {}
69
69
  } = detail;
70
- const { description = "", extension_data = [], customer_order_behavior_count = 0 } = product || {};
70
+ const {
71
+ description = "",
72
+ extension_data = [],
73
+ customer_order_behavior_count = 0
74
+ } = product || {};
71
75
  const context = (0, import_useEngineContext.default)();
72
76
  const [extensionData, setExtensionData] = (0, import_react.useState)([]);
73
77
  const [customerOrderBehaviorCount, setCustomerOrderBehaviorCount] = (0, import_react.useState)(0);
@@ -154,7 +158,10 @@ var Detail = (0, import_react.forwardRef)((props, ref) => {
154
158
  };
155
159
  };
156
160
  const usageRules = generateUsageRules(usageCreditsData);
157
- const personalLimit = generatePersonalLimit(usageCreditsData, { totalOrderBehaviorCount, customerOrderBehaviorCount });
161
+ const personalLimit = generatePersonalLimit(usageCreditsData, {
162
+ totalOrderBehaviorCount,
163
+ customerOrderBehaviorCount
164
+ });
158
165
  const utils = ((_a = context == null ? void 0 : context.appHelper) == null ? void 0 : _a.utils) || {};
159
166
  const dvaStore = (_c = (_b = utils == null ? void 0 : utils.getStore) == null ? void 0 : _b.call(utils)) == null ? void 0 : _c.getState();
160
167
  const [TimeLineData, setTimeLineData] = (0, import_react.useState)([]);
@@ -206,6 +213,7 @@ var Detail = (0, import_react.forwardRef)((props, ref) => {
206
213
  }
207
214
  };
208
215
  (0, import_react.useEffect)(() => {
216
+ var _a2;
209
217
  let data = [
210
218
  {
211
219
  label: import_utils.locales.getText("page.wallet.cardName"),
@@ -222,9 +230,10 @@ var Detail = (0, import_react.forwardRef)((props, ref) => {
222
230
  }
223
231
  ];
224
232
  if (tag === "product_discount_card") {
233
+ const isFixedAmount = ((_a2 = detail.metadata) == null ? void 0 : _a2.discount_card_type) === "fixed_amount";
225
234
  data.splice(2, 0, {
226
235
  label: import_utils.locales.getText("page.wallet.discount"),
227
- value: balance ? `${Number(balance)}%` : ""
236
+ value: balance ? isFixedAmount ? `${symbol}${Number(balance)}` : `${Number(balance)}%` : ""
228
237
  });
229
238
  } else if (tag === "point_card") {
230
239
  data.splice(2, 0, {
@@ -287,7 +296,9 @@ var Detail = (0, import_react.forwardRef)((props, ref) => {
287
296
  setWeekOrderBehaviorCount(week_order_behavior_count);
288
297
  setMonthOrderBehaviorCount(month_order_behavior_count);
289
298
  if (Array.isArray(extension_data2) && extension_data2.length > 0) {
290
- const usageCreditsItem = extension_data2.find((item) => item.field_key === "usage_credits");
299
+ const usageCreditsItem = extension_data2.find(
300
+ (item) => item.field_key === "usage_credits"
301
+ );
291
302
  if (usageCreditsItem == null ? void 0 : usageCreditsItem.value) {
292
303
  setUsageCreditsData(usageCreditsItem.value);
293
304
  setShouldShowUsageRules(true);
@@ -388,7 +399,9 @@ var Detail = (0, import_react.forwardRef)((props, ref) => {
388
399
  throw new Error(`HTTP error! status: ${response.status}`);
389
400
  }
390
401
  const passData = await response.arrayBuffer();
391
- const blob = new Blob([passData], { type: "application/vnd.apple.pkpass" });
402
+ const blob = new Blob([passData], {
403
+ type: "application/vnd.apple.pkpass"
404
+ });
392
405
  const downloadUrl = URL.createObjectURL(blob);
393
406
  const a = document.createElement("a");
394
407
  a.href = downloadUrl;
@@ -1 +1,13 @@
1
- export declare const Provider: any, Context: any;
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 +1,14 @@
1
- export declare const Provider: any, Context: any;
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 +1,13 @@
1
- export declare const Provider: any, Context: any;
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 +1,29 @@
1
- export declare const Provider: any, Context: any;
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 +1,13 @@
1
- export declare const Provider: any, Context: any;
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 {};
@@ -54,7 +54,8 @@ var WalletCard = ({
54
54
  limit_status,
55
55
  product_cover = "",
56
56
  par_value = "",
57
- unified_messages = {}
57
+ unified_messages = {},
58
+ ...rest
58
59
  } = item;
59
60
  const platform = (0, import_react.useMemo)(() => (0, import_utils.isMobile)() ? "h5" : "pc", []);
60
61
  const { title: disabledReason = "" } = unified_messages;
@@ -64,6 +65,7 @@ var WalletCard = ({
64
65
  return /* @__PURE__ */ import_react.default.createElement(
65
66
  import_materials.PisellWalletPassCard,
66
67
  {
68
+ ...rest,
67
69
  balanceTitle,
68
70
  showDetail: false,
69
71
  showRedeem: false,
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IWalletListItemProps } from './serve';
2
3
  export interface WalletCardItemProps {
3
4
  id: string;
@@ -26,4 +27,11 @@ export interface WalletListProps {
26
27
  currentSearchListItemCode?: string;
27
28
  [key: string]: any;
28
29
  }
29
- export declare const Provider: any, Context: any;
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
+ }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/private-materials",
3
- "version": "6.3.15",
3
+ "version": "6.3.16",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -59,10 +59,10 @@
59
59
  "react-infinite-scroll-component": "^6.1.0",
60
60
  "rc-virtual-list": "^3.11.3",
61
61
  "decimal.js": "^10.4.3",
62
- "@pisell/materials": "6.3.4",
63
- "@pisell/icon": "0.0.11",
64
62
  "@pisell/utils": "3.0.1",
65
- "@pisell/date-picker": "3.0.4"
63
+ "@pisell/icon": "0.0.11",
64
+ "@pisell/date-picker": "3.0.4",
65
+ "@pisell/materials": "6.3.5"
66
66
  },
67
67
  "peerDependencies": {
68
68
  "react": "^18.0.0",