@pisell/private-materials 6.11.22 → 6.11.24

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 (73) 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 +1 -1
  6. package/build/lowcode/view.js +1 -1
  7. package/es/components/booking/addons/model.d.ts +10 -1
  8. package/es/components/booking/forms/model.d.ts +10 -1
  9. package/es/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -0
  10. package/es/components/booking/info/model.d.ts +10 -1
  11. package/es/components/booking/info/service/Lists.js +3 -1
  12. package/es/components/booking/info/service/addService/utils.d.ts +1 -1
  13. package/es/components/booking/info2/service/addService/utils.d.ts +1 -1
  14. package/es/components/booking/model.d.ts +9 -1
  15. package/es/components/booking/notes/model.d.ts +10 -1
  16. package/es/components/booking/payments/model.d.ts +10 -1
  17. package/es/components/booking/utils.d.ts +2 -2
  18. package/es/components/eftpos/hooks.d.ts +1 -0
  19. package/es/components/eftposPay/hooks.d.ts +2 -2
  20. package/es/components/eftposPay/store/index.d.ts +6 -6
  21. package/es/components/eftposPay/tyro/hooks.d.ts +1 -0
  22. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +1 -0
  23. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -0
  24. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -0
  25. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +1 -0
  26. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +1 -0
  27. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +1 -0
  28. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +1 -0
  29. package/es/components/pay/toC/model.d.ts +9 -1
  30. package/es/components/productSelect/components/pisellPriceText/index.js +8 -4
  31. package/es/components/productSelect/locales.d.ts +10 -0
  32. package/es/components/productSelect/locales.js +15 -5
  33. package/es/components/schedules/model.d.ts +9 -1
  34. package/es/components/shoppingCart/components/Empty/index.d.ts +1 -0
  35. package/es/components/ticketBooking/utils/index.d.ts +1 -1
  36. package/es/hooks/usePaymentLogger.d.ts +1 -0
  37. package/es/plus/productSelect/components/pisellPriceText/index.js +8 -4
  38. package/es/plus/productSelect/locales.d.ts +10 -0
  39. package/es/plus/productSelect/locales.js +15 -5
  40. package/lib/components/booking/addons/model.d.ts +10 -1
  41. package/lib/components/booking/forms/model.d.ts +10 -1
  42. package/lib/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -0
  43. package/lib/components/booking/info/model.d.ts +10 -1
  44. package/lib/components/booking/info/service/Lists.js +2 -0
  45. package/lib/components/booking/info/service/addService/utils.d.ts +1 -1
  46. package/lib/components/booking/info2/service/addService/utils.d.ts +1 -1
  47. package/lib/components/booking/model.d.ts +9 -1
  48. package/lib/components/booking/notes/model.d.ts +10 -1
  49. package/lib/components/booking/payments/model.d.ts +10 -1
  50. package/lib/components/booking/utils.d.ts +2 -2
  51. package/lib/components/eftpos/hooks.d.ts +1 -0
  52. package/lib/components/eftposPay/hooks.d.ts +2 -2
  53. package/lib/components/eftposPay/store/index.d.ts +6 -6
  54. package/lib/components/eftposPay/tyro/hooks.d.ts +1 -0
  55. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +1 -0
  56. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -0
  57. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -0
  58. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +1 -0
  59. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +1 -0
  60. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +1 -0
  61. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +1 -0
  62. package/lib/components/pay/toC/model.d.ts +9 -1
  63. package/lib/components/productSelect/components/pisellPriceText/index.js +6 -4
  64. package/lib/components/productSelect/locales.d.ts +10 -0
  65. package/lib/components/productSelect/locales.js +15 -5
  66. package/lib/components/schedules/model.d.ts +9 -1
  67. package/lib/components/shoppingCart/components/Empty/index.d.ts +1 -0
  68. package/lib/components/ticketBooking/utils/index.d.ts +1 -1
  69. package/lib/hooks/usePaymentLogger.d.ts +1 -0
  70. package/lib/plus/productSelect/components/pisellPriceText/index.js +6 -5
  71. package/lib/plus/productSelect/locales.d.ts +10 -0
  72. package/lib/plus/productSelect/locales.js +15 -5
  73. package/package.json +2 -2
@@ -1 +1,10 @@
1
- export declare const Provider: any, Context: any;
1
+ /// <reference types="react" />
2
+ import { FormState } from "../model";
3
+ export declare const Provider: (ComponentUi: any) => any, Context: import("react").Context<{
4
+ state: FormState;
5
+ } & {
6
+ dispatch: (params: {
7
+ type: string;
8
+ payload: any;
9
+ }) => void;
10
+ }>;
@@ -1 +1,10 @@
1
- export declare const Provider: any, Context: any;
1
+ /// <reference types="react" />
2
+ import { FormState } from "../model";
3
+ export declare const Provider: (ComponentUi: any) => any, Context: import("react").Context<{
4
+ state: FormState;
5
+ } & {
6
+ dispatch: (params: {
7
+ type: string;
8
+ payload: any;
9
+ }) => void;
10
+ }>;
@@ -173,10 +173,10 @@ export declare const getProductTotalPrice: (item: any) => number;
173
173
  export declare const getDuration: (duration: number | {
174
174
  type: string;
175
175
  value: number;
176
- }) => number | "flexible" | {
176
+ }) => number | {
177
177
  type: string;
178
178
  value: number;
179
- };
179
+ } | "flexible";
180
180
  export declare const isWalkIn: (customer_id?: number | string) => boolean;
181
181
  export declare const getIsEdit: (state: any) => boolean;
182
182
  export {};
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { Eftpos } from './const';
2
3
  /**
3
4
  * @title: tyro 设备连接
@@ -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<"loading" | "success" | "warn" | "init" | "fail" | "pedding" | "resove" | "reject" | "question">;
18
+ readonly statusRef: React.MutableRefObject<"loading" | "warn" | "success" | "init" | "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" | "huifu">;
22
+ readonly eftposRef: React.MutableRefObject<"payo" | "tyro" | "windcave" | "stripe" | "linkly" | "huifu">;
23
23
  readonly clientRef: React.MutableRefObject<ClientEnum>;
24
24
  readonly dataRef: React.MutableRefObject<import("./store").State>;
25
25
  };
@@ -178,7 +178,7 @@ export declare const updateCustom: (payload: {
178
178
  export declare const updateStatus: (status: 'loading' | 'warn' | 'fail' | 'success' | 'question') => {
179
179
  type: EActionTypes;
180
180
  payload: {
181
- status: "loading" | "success" | "warn" | "fail" | "question";
181
+ status: "loading" | "warn" | "success" | "fail" | "question";
182
182
  };
183
183
  };
184
184
  /**
@@ -299,20 +299,20 @@ export declare const backUpFree: (payload: Partial<State>) => {
299
299
  name?: string | undefined;
300
300
  symbol?: string | undefined;
301
301
  amount?: string | number | undefined;
302
- mode?: "refund" | "pay" | "fullPay" | "query" | undefined;
302
+ mode?: "refund" | "fullPay" | "pay" | "query" | undefined;
303
303
  order_id?: string | number | undefined;
304
- eftpos?: "stripe" | "payo" | "tyro" | "windcave" | "linkly" | "huifu" | undefined;
305
- action?: "deviceList" | "amount" | "pay" | undefined;
304
+ eftpos?: "payo" | "tyro" | "windcave" | "stripe" | "linkly" | "huifu" | undefined;
305
+ action?: "amount" | "deviceList" | "pay" | undefined;
306
306
  key?: number | undefined;
307
307
  step?: number | undefined;
308
308
  title?: string | undefined;
309
309
  subTitle?: string | undefined;
310
- type?: "unset" | "step" | undefined;
310
+ type?: "step" | "unset" | undefined;
311
311
  render?: boolean | undefined;
312
312
  net?: boolean | undefined;
313
313
  component?: string | undefined;
314
314
  form?: string | undefined;
315
- status?: "loading" | "success" | "warn" | "init" | "fail" | "pedding" | "resove" | "reject" | "question" | undefined;
315
+ status?: "loading" | "warn" | "success" | "init" | "fail" | "pedding" | "resove" | "reject" | "question" | undefined;
316
316
  warn?: string | undefined;
317
317
  steps?: {
318
318
  /** 用于重置当前步骤 */
@@ -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 Status: (props: any) => import("react").JSX.Element;
3
4
  export default Status;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const DayItem: (props: any) => import("react").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) => import("react").JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const Status: (props: any) => import("react").JSX.Element;
3
4
  export default Status;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const StripePayment: () => import("react").JSX.Element;
3
4
  export default StripePayment;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const StripeSDK: ({ public_key, client_secret, children, lang, }: {
2
3
  public_key: string;
3
4
  client_secret?: string | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const PageLoading: () => import("react").JSX.Element;
3
4
  export default PageLoading;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export interface FormState {
2
3
  platform: 'pc' | 'h5' | '' | undefined;
3
4
  order: any;
@@ -30,4 +31,11 @@ export interface PayGroup {
30
31
  front_order_uuid?: string;
31
32
  orderDetail: any;
32
33
  }
33
- export declare const Provider: any, Context: any;
34
+ export declare const Provider: (ComponentUi: any) => any, Context: import("react").Context<{
35
+ state: FormState;
36
+ } & {
37
+ dispatch: (params: {
38
+ type: string;
39
+ payload: any;
40
+ }) => void;
41
+ }>;
@@ -36,6 +36,7 @@ var import_react = __toESM(require("react"));
36
36
  var import_materials = require("@pisell/materials");
37
37
  var import_classnames = __toESM(require("classnames"));
38
38
  var import_useEngineContext = __toESM(require("../../../../hooks/useEngineContext"));
39
+ var import_locales = __toESM(require("../../locales"));
39
40
  var index = (props) => {
40
41
  var _a, _b, _c, _d;
41
42
  const context = (0, import_useEngineContext.default)();
@@ -43,10 +44,11 @@ var index = (props) => {
43
44
  const locale = ((_b = (_a = context.appHelper.utils) == null ? void 0 : _a.storage) == null ? void 0 : _b.get("umi_locale")) || "en";
44
45
  const [_prefix, _suffix] = (0, import_react.useMemo)(() => {
45
46
  if (!props.isMini) return ["", ""];
46
- if (!locale) return ["From", ""];
47
- if (locale.toLowerCase().includes("zh")) return ["", ""];
48
- return ["From", ""];
49
- }, [locale, props.isMini]);
47
+ const localText = import_locales.default[locale] || import_locales.default.en;
48
+ const prefixText = localText["pisell2.product-select.price.prefix"] || "";
49
+ const suffixText = localText["pisell2.product-select.price.suffix"] || "";
50
+ return [prefixText, suffixText];
51
+ }, [props.isMini, locale]);
50
52
  return /* @__PURE__ */ import_react.default.createElement("div", { className: (0, import_classnames.default)("pisell-price-text", props.className) }, props.prefix, _prefix ? /* @__PURE__ */ import_react.default.createElement(
51
53
  "span",
52
54
  {
@@ -3,26 +3,36 @@ declare const _default: {
3
3
  'pisell2.product-select.search': string;
4
4
  'pisell2.product-select.stock': string;
5
5
  'pisell2.product-select.empty': string;
6
+ 'pisell2.product-select.price.prefix': string;
7
+ 'pisell2.product-select.price.suffix': string;
6
8
  };
7
9
  'zh-CN': {
8
10
  'pisell2.product-select.search': string;
9
11
  'pisell2.product-select.stock': string;
10
12
  'pisell2.product-select.empty': string;
13
+ 'pisell2.product-select.price.prefix': string;
14
+ 'pisell2.product-select.price.suffix': string;
11
15
  };
12
16
  'zh-HK': {
13
17
  'pisell2.product-select.search': string;
14
18
  'pisell2.product-select.stock': string;
15
19
  'pisell2.product-select.empty': string;
20
+ 'pisell2.product-select.price.prefix': string;
21
+ 'pisell2.product-select.price.suffix': string;
16
22
  };
17
23
  ja: {
18
24
  'pisell2.product-select.search': string;
19
25
  'pisell2.product-select.stock': string;
20
26
  'pisell2.product-select.empty': string;
27
+ 'pisell2.product-select.price.prefix': string;
28
+ 'pisell2.product-select.price.suffix': string;
21
29
  };
22
30
  pt: {
23
31
  'pisell2.product-select.search': string;
24
32
  'pisell2.product-select.stock': string;
25
33
  'pisell2.product-select.empty': string;
34
+ 'pisell2.product-select.price.prefix': string;
35
+ 'pisell2.product-select.price.suffix': string;
26
36
  };
27
37
  };
28
38
  export default _default;
@@ -26,26 +26,36 @@ var locales_default = {
26
26
  en: {
27
27
  "pisell2.product-select.search": "Search",
28
28
  "pisell2.product-select.stock": "Stock",
29
- "pisell2.product-select.empty": "No Data"
29
+ "pisell2.product-select.empty": "No Data",
30
+ "pisell2.product-select.price.prefix": "From",
31
+ "pisell2.product-select.price.suffix": ""
30
32
  },
31
33
  "zh-CN": {
32
34
  "pisell2.product-select.search": "搜索",
33
35
  "pisell2.product-select.stock": "库存",
34
- "pisell2.product-select.empty": "暂无数据"
36
+ "pisell2.product-select.empty": "暂无数据",
37
+ "pisell2.product-select.price.prefix": "",
38
+ "pisell2.product-select.price.suffix": "起"
35
39
  },
36
40
  "zh-HK": {
37
41
  "pisell2.product-select.search": "搜索",
38
42
  "pisell2.product-select.stock": "庫存",
39
- "pisell2.product-select.empty": "暂无数据"
43
+ "pisell2.product-select.empty": "暂无数据",
44
+ "pisell2.product-select.price.prefix": "",
45
+ "pisell2.product-select.price.suffix": "起"
40
46
  },
41
47
  ja: {
42
48
  "pisell2.product-select.search": "検索",
43
49
  "pisell2.product-select.stock": "在庫",
44
- "pisell2.product-select.empty": "データがありません"
50
+ "pisell2.product-select.empty": "データがありません",
51
+ "pisell2.product-select.price.prefix": "",
52
+ "pisell2.product-select.price.suffix": "から"
45
53
  },
46
54
  pt: {
47
55
  "pisell2.product-select.search": "Pesquisar",
48
56
  "pisell2.product-select.stock": "Estoque",
49
- "pisell2.product-select.empty": "Sem Dados"
57
+ "pisell2.product-select.empty": "Sem Dados",
58
+ "pisell2.product-select.price.prefix": "A partir de",
59
+ "pisell2.product-select.price.suffix": ""
50
60
  }
51
61
  };
@@ -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
+ }>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const Empty: (props: any) => import("react").JSX.Element;
3
4
  export default Empty;
@@ -47,7 +47,7 @@ declare type ScanData = {
47
47
  };
48
48
  };
49
49
  export declare const formatScanCustomer: (data: ScanData) => {
50
- searchType: "customer" | "product" | "wallet" | "walletPass" | "local_product";
50
+ searchType: "product" | "customer" | "wallet" | "walletPass" | "local_product";
51
51
  data: any;
52
52
  scanCode: string;
53
53
  } | null;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  interface LogData {
2
3
  key: string;
3
4
  value: any;
@@ -36,6 +36,7 @@ var import_react = __toESM(require("react"));
36
36
  var import_materials = require("@pisell/materials");
37
37
  var import_classnames = __toESM(require("classnames"));
38
38
  var import_useEngineContext = __toESM(require("../../../../hooks/useEngineContext"));
39
+ var import_locales = __toESM(require("../../locales"));
39
40
  var import_index = require("./index.less");
40
41
  var index = (props) => {
41
42
  var _a, _b;
@@ -44,11 +45,11 @@ var index = (props) => {
44
45
  const locale = ((_b = (_a = context.appHelper.utils) == null ? void 0 : _a.storage) == null ? void 0 : _b.get("umi_locale")) || "en";
45
46
  const [_prefix, _suffix] = (0, import_react.useMemo)(() => {
46
47
  if (!props.isMini) return ["", ""];
47
- if (!locale) return [customPrefixText || "From", ""];
48
- if (locale.toLowerCase().includes("zh"))
49
- return ["", customSuffixText || ""];
50
- return [customPrefixText || "From", ""];
51
- }, [locale, props.isMini, customPrefixText, customSuffixText]);
48
+ const localText = import_locales.default[locale] || import_locales.default.en;
49
+ const prefixText = customPrefixText || localText["pisell2.product-select.price.prefix"] || "From";
50
+ const suffixText = customSuffixText || localText["pisell2.product-select.price.suffix"] || "";
51
+ return [prefixText, suffixText];
52
+ }, [props.isMini, customPrefixText, customSuffixText, locale]);
52
53
  return /* @__PURE__ */ import_react.default.createElement("div", { className: (0, import_classnames.default)("pisell-price-text", props.className) }, props.prefix, _prefix ? /* @__PURE__ */ import_react.default.createElement(
53
54
  "span",
54
55
  {
@@ -3,26 +3,36 @@ declare const _default: {
3
3
  'pisell2.product-select.search': string;
4
4
  'pisell2.product-select.stock': string;
5
5
  'pisell2.product-select.empty': string;
6
+ 'pisell2.product-select.price.prefix': string;
7
+ 'pisell2.product-select.price.suffix': string;
6
8
  };
7
9
  'zh-CN': {
8
10
  'pisell2.product-select.search': string;
9
11
  'pisell2.product-select.stock': string;
10
12
  'pisell2.product-select.empty': string;
13
+ 'pisell2.product-select.price.prefix': string;
14
+ 'pisell2.product-select.price.suffix': string;
11
15
  };
12
16
  'zh-HK': {
13
17
  'pisell2.product-select.search': string;
14
18
  'pisell2.product-select.stock': string;
15
19
  'pisell2.product-select.empty': string;
20
+ 'pisell2.product-select.price.prefix': string;
21
+ 'pisell2.product-select.price.suffix': string;
16
22
  };
17
23
  ja: {
18
24
  'pisell2.product-select.search': string;
19
25
  'pisell2.product-select.stock': string;
20
26
  'pisell2.product-select.empty': string;
27
+ 'pisell2.product-select.price.prefix': string;
28
+ 'pisell2.product-select.price.suffix': string;
21
29
  };
22
30
  pt: {
23
31
  'pisell2.product-select.search': string;
24
32
  'pisell2.product-select.stock': string;
25
33
  'pisell2.product-select.empty': string;
34
+ 'pisell2.product-select.price.prefix': string;
35
+ 'pisell2.product-select.price.suffix': string;
26
36
  };
27
37
  };
28
38
  export default _default;
@@ -26,26 +26,36 @@ var locales_default = {
26
26
  en: {
27
27
  "pisell2.product-select.search": "Search",
28
28
  "pisell2.product-select.stock": "Stock",
29
- "pisell2.product-select.empty": "No Data"
29
+ "pisell2.product-select.empty": "No Data",
30
+ "pisell2.product-select.price.prefix": "From",
31
+ "pisell2.product-select.price.suffix": ""
30
32
  },
31
33
  "zh-CN": {
32
34
  "pisell2.product-select.search": "搜索",
33
35
  "pisell2.product-select.stock": "库存",
34
- "pisell2.product-select.empty": "暂无数据"
36
+ "pisell2.product-select.empty": "暂无数据",
37
+ "pisell2.product-select.price.prefix": "",
38
+ "pisell2.product-select.price.suffix": "起"
35
39
  },
36
40
  "zh-HK": {
37
41
  "pisell2.product-select.search": "搜索",
38
42
  "pisell2.product-select.stock": "庫存",
39
- "pisell2.product-select.empty": "暂无数据"
43
+ "pisell2.product-select.empty": "暂无数据",
44
+ "pisell2.product-select.price.prefix": "",
45
+ "pisell2.product-select.price.suffix": "起"
40
46
  },
41
47
  ja: {
42
48
  "pisell2.product-select.search": "検索",
43
49
  "pisell2.product-select.stock": "在庫",
44
- "pisell2.product-select.empty": "データなし"
50
+ "pisell2.product-select.empty": "データなし",
51
+ "pisell2.product-select.price.prefix": "",
52
+ "pisell2.product-select.price.suffix": "から"
45
53
  },
46
54
  pt: {
47
55
  "pisell2.product-select.search": "Pesquisar",
48
56
  "pisell2.product-select.stock": "Estoque",
49
- "pisell2.product-select.empty": "Sem Dados"
57
+ "pisell2.product-select.empty": "Sem Dados",
58
+ "pisell2.product-select.price.prefix": "A partir de",
59
+ "pisell2.product-select.price.suffix": ""
50
60
  }
51
61
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/private-materials",
3
- "version": "6.11.22",
3
+ "version": "6.11.24",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -67,9 +67,9 @@
67
67
  "react-infinite-scroll-component": "^6.1.0",
68
68
  "react-resizable": "^3.0.5",
69
69
  "styled-components": "^6.0.0-rc.3",
70
+ "@pisell/materials": "6.11.8",
70
71
  "@pisell/utils": "3.0.2",
71
72
  "@pisell/icon": "0.0.11",
72
- "@pisell/materials": "6.11.7",
73
73
  "@pisell/date-picker": "3.0.8"
74
74
  },
75
75
  "peerDependencies": {