@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.
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/render/default/view.js +1 -1
- package/build/lowcode/view.js +1 -1
- package/es/components/booking/addons/model.d.ts +10 -1
- package/es/components/booking/forms/model.d.ts +10 -1
- package/es/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -0
- package/es/components/booking/info/model.d.ts +10 -1
- package/es/components/booking/info/service/Lists.js +3 -1
- package/es/components/booking/info/service/addService/utils.d.ts +1 -1
- package/es/components/booking/info2/service/addService/utils.d.ts +1 -1
- package/es/components/booking/model.d.ts +9 -1
- package/es/components/booking/notes/model.d.ts +10 -1
- package/es/components/booking/payments/model.d.ts +10 -1
- package/es/components/booking/utils.d.ts +2 -2
- package/es/components/eftpos/hooks.d.ts +1 -0
- package/es/components/eftposPay/hooks.d.ts +2 -2
- package/es/components/eftposPay/store/index.d.ts +6 -6
- package/es/components/eftposPay/tyro/hooks.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +1 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +1 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +1 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +1 -0
- package/es/components/pay/toC/model.d.ts +9 -1
- package/es/components/productSelect/components/pisellPriceText/index.js +8 -4
- package/es/components/productSelect/locales.d.ts +10 -0
- package/es/components/productSelect/locales.js +15 -5
- package/es/components/schedules/model.d.ts +9 -1
- package/es/components/shoppingCart/components/Empty/index.d.ts +1 -0
- package/es/components/ticketBooking/utils/index.d.ts +1 -1
- package/es/hooks/usePaymentLogger.d.ts +1 -0
- package/es/plus/productSelect/components/pisellPriceText/index.js +8 -4
- package/es/plus/productSelect/locales.d.ts +10 -0
- package/es/plus/productSelect/locales.js +15 -5
- package/lib/components/booking/addons/model.d.ts +10 -1
- package/lib/components/booking/forms/model.d.ts +10 -1
- package/lib/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -0
- package/lib/components/booking/info/model.d.ts +10 -1
- package/lib/components/booking/info/service/Lists.js +2 -0
- package/lib/components/booking/info/service/addService/utils.d.ts +1 -1
- package/lib/components/booking/info2/service/addService/utils.d.ts +1 -1
- package/lib/components/booking/model.d.ts +9 -1
- package/lib/components/booking/notes/model.d.ts +10 -1
- package/lib/components/booking/payments/model.d.ts +10 -1
- package/lib/components/booking/utils.d.ts +2 -2
- package/lib/components/eftpos/hooks.d.ts +1 -0
- package/lib/components/eftposPay/hooks.d.ts +2 -2
- package/lib/components/eftposPay/store/index.d.ts +6 -6
- package/lib/components/eftposPay/tyro/hooks.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +1 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +1 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +1 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +1 -0
- package/lib/components/pay/toC/model.d.ts +9 -1
- package/lib/components/productSelect/components/pisellPriceText/index.js +6 -4
- package/lib/components/productSelect/locales.d.ts +10 -0
- package/lib/components/productSelect/locales.js +15 -5
- package/lib/components/schedules/model.d.ts +9 -1
- package/lib/components/shoppingCart/components/Empty/index.d.ts +1 -0
- package/lib/components/ticketBooking/utils/index.d.ts +1 -1
- package/lib/hooks/usePaymentLogger.d.ts +1 -0
- package/lib/plus/productSelect/components/pisellPriceText/index.js +6 -5
- package/lib/plus/productSelect/locales.d.ts +10 -0
- package/lib/plus/productSelect/locales.js +15 -5
- package/package.json +2 -2
|
@@ -1 +1,10 @@
|
|
|
1
|
-
|
|
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
|
-
|
|
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 |
|
|
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 {};
|
|
@@ -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" | "
|
|
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<"
|
|
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" | "
|
|
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" | "
|
|
302
|
+
mode?: "refund" | "fullPay" | "pay" | "query" | undefined;
|
|
303
303
|
order_id?: string | number | undefined;
|
|
304
|
-
eftpos?: "
|
|
305
|
-
action?: "
|
|
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?: "
|
|
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" | "
|
|
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
|
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:
|
|
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
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
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:
|
|
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
|
+
}>;
|
|
@@ -47,7 +47,7 @@ declare type ScanData = {
|
|
|
47
47
|
};
|
|
48
48
|
};
|
|
49
49
|
export declare const formatScanCustomer: (data: ScanData) => {
|
|
50
|
-
searchType: "
|
|
50
|
+
searchType: "product" | "customer" | "wallet" | "walletPass" | "local_product";
|
|
51
51
|
data: any;
|
|
52
52
|
scanCode: string;
|
|
53
53
|
} | null;
|
|
@@ -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
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
return [
|
|
51
|
-
}, [
|
|
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.
|
|
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": {
|