@pisell/private-materials 6.2.9 → 6.2.10
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.css +1 -1
- package/build/lowcode/render/default/view.js +1 -1
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +1 -1
- package/es/components/appointmentBooking/components/Cart/utils.js +8 -13
- package/es/components/appointmentBooking/components/Content/index.js +87 -8
- package/es/components/appointmentBooking/components/Services/index.js +7 -2
- package/es/components/appointmentBooking/components/Voucher/index.js +10 -10
- package/es/components/appointmentBooking/hooks.js +28 -30
- package/es/components/productSelect/components/TabProduct/index.js +103 -39
- package/es/components/productSelect/components/TabProduct/tabs/index.less +1 -0
- package/es/components/productSelect/index.d.ts +2 -0
- package/es/components/ticketBooking/components/menuBar/index.js +38 -2
- package/es/components/ticketBooking/components/menuBar/index.less +8 -0
- package/es/components/ticketBooking/locales.d.ts +3 -0
- package/es/components/ticketBooking/locales.js +6 -3
- package/es/components/walletList/index.js +4 -4
- package/lib/components/appointmentBooking/components/Cart/utils.js +0 -10
- package/lib/components/appointmentBooking/components/Content/index.js +44 -7
- package/lib/components/appointmentBooking/components/Services/index.js +6 -1
- package/lib/components/appointmentBooking/components/Voucher/index.js +0 -11
- package/lib/components/appointmentBooking/hooks.js +5 -16
- package/lib/components/productSelect/components/TabProduct/index.js +74 -37
- package/lib/components/productSelect/components/TabProduct/tabs/index.less +1 -0
- package/lib/components/productSelect/index.d.ts +2 -0
- package/lib/components/ticketBooking/components/menuBar/index.js +42 -2
- package/lib/components/ticketBooking/components/menuBar/index.less +8 -0
- package/lib/components/ticketBooking/locales.d.ts +3 -0
- package/lib/components/ticketBooking/locales.js +6 -3
- package/lib/components/walletList/index.js +3 -3
- package/package.json +4 -4
- package/es/businessModel/SalesModel/Sales/index.d.ts +0 -24
- package/es/components/Sales/Cart/index.d.ts +0 -53
- package/es/components/Sales/Cart/utils.d.ts +0 -63
- package/es/components/Sales/Checkout/index.d.ts +0 -37
- package/es/components/Sales/Checkout/serve.d.ts +0 -15
- package/es/components/Sales/Checkout/utils.d.ts +0 -40
- package/es/components/Sales/Customer/index.d.ts +0 -25
- package/es/components/Sales/Resource/index.d.ts +0 -26
- package/es/components/Sales/Resource/serve.d.ts +0 -12
- package/es/components/Sales/Summary/index.d.ts +0 -35
- package/es/components/Sales/Summary/serve.d.ts +0 -1
- package/es/components/Sales/Summary/utils.d.ts +0 -51
- package/es/components/appointmentBooking/components/Cart/Item/index.d.ts +0 -3
- package/es/components/appointmentBooking/components/Deposit/index.d.ts +0 -9
- package/es/components/appointmentBooking/components/Form/index.d.ts +0 -4
- package/es/components/appointmentBooking/components/Form/utils.d.ts +0 -8
- package/es/components/appointmentBooking/components/Header/index.d.ts +0 -3
- package/es/components/appointmentBooking/components/Resource/index.d.ts +0 -7
- package/es/components/appointmentBooking/deposit/components/PolicyModal/index.d.ts +0 -3
- package/es/components/appointmentBooking/deposit/index.d.ts +0 -3
- package/es/components/appointmentBooking/index.d.ts +0 -3
- package/es/components/booking/components/customSelect/index.d.ts +0 -38
- package/es/components/booking/components/footer/index.d.ts +0 -11
- package/es/components/booking/components/footer/utils.d.ts +0 -41
- package/es/components/booking/components/reloadResourceModal/index.d.ts +0 -8
- package/es/components/booking/components/voucher/index.d.ts +0 -3
- package/es/components/booking/editBookingModal/index.d.ts +0 -5
- package/es/components/booking/editBookingModal/locales.d.ts +0 -21
- package/es/components/booking/editBookingModal/mock.d.ts +0 -807
- package/es/components/booking/editBookingModal/serve.d.ts +0 -51
- package/es/components/booking/editBookingModal/type.d.ts +0 -12
- package/es/components/booking/editBookingModal/utils.d.ts +0 -12
- package/es/components/booking/hooks/useClearCart.d.ts +0 -2
- package/es/components/booking/hooks/useIsBooking4Shop.d.ts +0 -1
- package/es/components/booking/info/addServiceVariant/index.d.ts +0 -6
- package/es/components/booking/info/client/index.d.ts +0 -4
- package/es/components/booking/info/hooks/useInfoHolder.d.ts +0 -9
- package/es/components/booking/info/index.d.ts +0 -3
- package/es/components/booking/info/model.d.ts +0 -5
- package/es/components/booking/info/service/Lists.d.ts +0 -2
- package/es/components/booking/info/service/addService/index.d.ts +0 -11
- package/es/components/booking/info/service/editService/index.d.ts +0 -7
- package/es/components/booking/info/service/serviceManager/index.d.ts +0 -20
- package/es/components/booking/info/service2/utils.d.ts +0 -247
- package/es/components/booking/info/utils.d.ts +0 -50
- package/es/components/booking/info2/index.d.ts +0 -12
- package/es/components/booking/info2/service/addService/index.d.ts +0 -11
- package/es/components/booking/info2/service/addService/utils.d.ts +0 -98
- package/es/components/booking/info2/service/addTimeModal/index.d.ts +0 -3
- package/es/components/booking/info2/service/editService/Resources/index.d.ts +0 -4
- package/es/components/booking/info2/service/editService/ResourcesV2/MaxLengthSelect/index.d.ts +0 -7
- package/es/components/booking/info2/service/editService/ResourcesV2/index.d.ts +0 -10
- package/es/components/booking/info2/service/editService/index.d.ts +0 -7
- package/es/components/booking/info2/service/index.d.ts +0 -4
- package/es/components/booking/info2/utils.d.ts +0 -4
- package/es/components/booking/info2/utilsByBooking.d.ts +0 -35
- package/es/components/booking/locales.d.ts +0 -828
- package/es/components/booking/materiels/duration/index.d.ts +0 -13
- package/es/components/booking/model.d.ts +0 -108
- package/es/components/eftposPay/const.d.ts +0 -184
- package/es/components/eftposPay/hooks.d.ts +0 -35
- package/es/components/eftposPay/index.d.ts +0 -4
- package/es/components/eftposPay/linkly/const.d.ts +0 -23
- package/es/components/eftposPay/linkly/hooks/index.d.ts +0 -2
- package/es/components/eftposPay/linkly/hooks/normal.d.ts +0 -30
- package/es/components/eftposPay/linkly/hooks/useTimeQuery.d.ts +0 -4
- package/es/components/eftposPay/linkly/index.d.ts +0 -2
- package/es/components/eftposPay/linkly/service.d.ts +0 -32
- package/es/components/eftposPay/manufacturer.d.ts +0 -7
- package/es/components/eftposPay/pay.d.ts +0 -20
- package/es/components/eftposPay/payo/config.d.ts +0 -12
- package/es/components/eftposPay/store/index.d.ts +0 -355
- package/es/components/eventBooking/components/Provider/Cart/ContinueButton/index.d.ts +0 -3
- package/es/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +0 -2
- package/es/components/eventBooking/components/Provider/Cart/Item/Total.d.ts +0 -3
- package/es/components/eventBooking/components/Provider/Cart/Item/index.d.ts +0 -3
- package/es/components/eventBooking/components/Provider/Event/index.d.ts +0 -3
- package/es/components/eventBooking/components/bookingDetailModal/index.d.ts +0 -7
- package/es/components/eventBooking/index.d.ts +0 -3
- package/es/components/eventBooking/locales.d.ts +0 -246
- package/es/components/index.d.ts +0 -20
- package/es/components/pay/toC/PaymentMethods/GlobePayAliPayH5/index.d.ts +0 -10
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +0 -3
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/tds2.d.ts +0 -61
- package/es/components/pay/toC/PaymentMethods/SuperPayAliPayH5/index.d.ts +0 -10
- package/es/components/pay/toC/PaymentMethods/index.d.ts +0 -9
- package/es/components/pay/toC/index.d.ts +0 -3
- package/es/components/pay/toC/locales.d.ts +0 -289
- package/es/components/productSelect/components/pisellPriceText/index.d.ts +0 -11
- package/es/components/shoppingCart/components/Cart/Product.d.ts +0 -3
- package/es/components/shoppingCart/components/Cart/index.d.ts +0 -3
- package/es/components/stepController/components/Content/index.d.ts +0 -7
- package/es/components/stepController/components/Footer/index.d.ts +0 -8
- package/es/components/stepController/components/Header/index.d.ts +0 -20
- package/es/components/stepController/index.d.ts +0 -5
- package/es/components/stepController/locales.d.ts +0 -27
- package/es/components/stepController/types.d.ts +0 -23
- package/es/components/ticketBooking/components/ticketBooking/index.d.ts +0 -4
- package/es/components/ticketBooking/serve.d.ts +0 -287
- package/es/components/ticketBooking/utils/formatProductMessage.d.ts +0 -2
- package/es/components/ticketBooking/utils/formatTime.d.ts +0 -31
- package/es/components/ticketBooking/utils/index.d.ts +0 -23
- package/es/hooks/useWindowSize.d.ts +0 -5
- package/es/index.d.ts +0 -47
- package/es/utils/index.d.ts +0 -23
- package/lib/businessModel/SalesModel/Sales/index.d.ts +0 -24
- package/lib/components/Sales/Cart/index.d.ts +0 -53
- package/lib/components/Sales/Cart/utils.d.ts +0 -63
- package/lib/components/Sales/Checkout/index.d.ts +0 -37
- package/lib/components/Sales/Checkout/serve.d.ts +0 -15
- package/lib/components/Sales/Checkout/utils.d.ts +0 -40
- package/lib/components/Sales/Customer/index.d.ts +0 -25
- package/lib/components/Sales/Resource/index.d.ts +0 -26
- package/lib/components/Sales/Resource/serve.d.ts +0 -12
- package/lib/components/Sales/Summary/index.d.ts +0 -35
- package/lib/components/Sales/Summary/serve.d.ts +0 -1
- package/lib/components/Sales/Summary/utils.d.ts +0 -51
- package/lib/components/appointmentBooking/components/Cart/Item/index.d.ts +0 -3
- package/lib/components/appointmentBooking/components/Deposit/index.d.ts +0 -9
- package/lib/components/appointmentBooking/components/Form/index.d.ts +0 -4
- package/lib/components/appointmentBooking/components/Form/utils.d.ts +0 -8
- package/lib/components/appointmentBooking/components/Header/index.d.ts +0 -3
- package/lib/components/appointmentBooking/components/Resource/index.d.ts +0 -7
- package/lib/components/appointmentBooking/deposit/components/PolicyModal/index.d.ts +0 -3
- package/lib/components/appointmentBooking/deposit/index.d.ts +0 -3
- package/lib/components/appointmentBooking/index.d.ts +0 -3
- package/lib/components/booking/components/customSelect/index.d.ts +0 -38
- package/lib/components/booking/components/footer/index.d.ts +0 -11
- package/lib/components/booking/components/footer/utils.d.ts +0 -41
- package/lib/components/booking/components/reloadResourceModal/index.d.ts +0 -8
- package/lib/components/booking/components/voucher/index.d.ts +0 -3
- package/lib/components/booking/editBookingModal/index.d.ts +0 -5
- package/lib/components/booking/editBookingModal/locales.d.ts +0 -21
- package/lib/components/booking/editBookingModal/mock.d.ts +0 -807
- package/lib/components/booking/editBookingModal/serve.d.ts +0 -51
- package/lib/components/booking/editBookingModal/type.d.ts +0 -12
- package/lib/components/booking/editBookingModal/utils.d.ts +0 -12
- package/lib/components/booking/hooks/useClearCart.d.ts +0 -2
- package/lib/components/booking/hooks/useIsBooking4Shop.d.ts +0 -1
- package/lib/components/booking/info/addServiceVariant/index.d.ts +0 -6
- package/lib/components/booking/info/client/index.d.ts +0 -4
- package/lib/components/booking/info/hooks/useInfoHolder.d.ts +0 -9
- package/lib/components/booking/info/index.d.ts +0 -3
- package/lib/components/booking/info/model.d.ts +0 -5
- package/lib/components/booking/info/service/Lists.d.ts +0 -2
- package/lib/components/booking/info/service/addService/index.d.ts +0 -11
- package/lib/components/booking/info/service/editService/index.d.ts +0 -7
- package/lib/components/booking/info/service/serviceManager/index.d.ts +0 -20
- package/lib/components/booking/info/service2/utils.d.ts +0 -247
- package/lib/components/booking/info/utils.d.ts +0 -50
- package/lib/components/booking/info2/index.d.ts +0 -12
- package/lib/components/booking/info2/service/addService/index.d.ts +0 -11
- package/lib/components/booking/info2/service/addService/utils.d.ts +0 -98
- package/lib/components/booking/info2/service/addTimeModal/index.d.ts +0 -3
- package/lib/components/booking/info2/service/editService/Resources/index.d.ts +0 -4
- package/lib/components/booking/info2/service/editService/ResourcesV2/MaxLengthSelect/index.d.ts +0 -7
- package/lib/components/booking/info2/service/editService/ResourcesV2/index.d.ts +0 -10
- package/lib/components/booking/info2/service/editService/index.d.ts +0 -7
- package/lib/components/booking/info2/service/index.d.ts +0 -4
- package/lib/components/booking/info2/utils.d.ts +0 -4
- package/lib/components/booking/info2/utilsByBooking.d.ts +0 -35
- package/lib/components/booking/locales.d.ts +0 -828
- package/lib/components/booking/materiels/duration/index.d.ts +0 -13
- package/lib/components/booking/model.d.ts +0 -108
- package/lib/components/eftposPay/const.d.ts +0 -184
- package/lib/components/eftposPay/hooks.d.ts +0 -35
- package/lib/components/eftposPay/index.d.ts +0 -4
- package/lib/components/eftposPay/linkly/const.d.ts +0 -23
- package/lib/components/eftposPay/linkly/hooks/index.d.ts +0 -2
- package/lib/components/eftposPay/linkly/hooks/normal.d.ts +0 -30
- package/lib/components/eftposPay/linkly/hooks/useTimeQuery.d.ts +0 -4
- package/lib/components/eftposPay/linkly/index.d.ts +0 -2
- package/lib/components/eftposPay/linkly/service.d.ts +0 -32
- package/lib/components/eftposPay/manufacturer.d.ts +0 -7
- package/lib/components/eftposPay/pay.d.ts +0 -20
- package/lib/components/eftposPay/payo/config.d.ts +0 -12
- package/lib/components/eftposPay/store/index.d.ts +0 -355
- package/lib/components/eventBooking/components/Provider/Cart/ContinueButton/index.d.ts +0 -3
- package/lib/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +0 -2
- package/lib/components/eventBooking/components/Provider/Cart/Item/Total.d.ts +0 -3
- package/lib/components/eventBooking/components/Provider/Cart/Item/index.d.ts +0 -3
- package/lib/components/eventBooking/components/Provider/Event/index.d.ts +0 -3
- package/lib/components/eventBooking/components/bookingDetailModal/index.d.ts +0 -7
- package/lib/components/eventBooking/index.d.ts +0 -3
- package/lib/components/eventBooking/locales.d.ts +0 -246
- package/lib/components/index.d.ts +0 -20
- package/lib/components/pay/toC/PaymentMethods/GlobePayAliPayH5/index.d.ts +0 -10
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +0 -3
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/tds2.d.ts +0 -61
- package/lib/components/pay/toC/PaymentMethods/SuperPayAliPayH5/index.d.ts +0 -10
- package/lib/components/pay/toC/PaymentMethods/index.d.ts +0 -9
- package/lib/components/pay/toC/index.d.ts +0 -3
- package/lib/components/pay/toC/locales.d.ts +0 -289
- package/lib/components/productSelect/components/pisellPriceText/index.d.ts +0 -11
- package/lib/components/shoppingCart/components/Cart/Product.d.ts +0 -3
- package/lib/components/shoppingCart/components/Cart/index.d.ts +0 -3
- package/lib/components/stepController/components/Content/index.d.ts +0 -7
- package/lib/components/stepController/components/Footer/index.d.ts +0 -8
- package/lib/components/stepController/components/Header/index.d.ts +0 -20
- package/lib/components/stepController/index.d.ts +0 -5
- package/lib/components/stepController/locales.d.ts +0 -27
- package/lib/components/stepController/types.d.ts +0 -23
- package/lib/components/ticketBooking/components/ticketBooking/index.d.ts +0 -4
- package/lib/components/ticketBooking/serve.d.ts +0 -287
- package/lib/components/ticketBooking/utils/formatProductMessage.d.ts +0 -2
- package/lib/components/ticketBooking/utils/formatTime.d.ts +0 -31
- package/lib/components/ticketBooking/utils/index.d.ts +0 -23
- package/lib/hooks/useWindowSize.d.ts +0 -5
- package/lib/index.d.ts +0 -47
- package/lib/utils/index.d.ts +0 -23
@@ -35,8 +35,21 @@ module.exports = __toCommonJS(menuBar_exports);
|
|
35
35
|
var import_react = __toESM(require("react"));
|
36
36
|
var import_useNetworkStatus = require("../../hooks/useNetworkStatus");
|
37
37
|
var import_index = require("./index.less");
|
38
|
+
var import_antd = require("antd");
|
39
|
+
var import_icons = require("@ant-design/icons");
|
40
|
+
var import_utils = require("@pisell/utils");
|
41
|
+
var import_materials = require("@pisell/materials");
|
38
42
|
var index = () => {
|
39
43
|
const status = (0, import_useNetworkStatus.useNetworkStatus)();
|
44
|
+
const items = [
|
45
|
+
{
|
46
|
+
key: "1",
|
47
|
+
icon: /* @__PURE__ */ import_react.default.createElement(import_icons.SettingOutlined, null),
|
48
|
+
children: [
|
49
|
+
{ key: "reload", label: import_utils.locales.getText("pisell2.ticket-booking.reload") }
|
50
|
+
]
|
51
|
+
}
|
52
|
+
];
|
40
53
|
const getStatusText = (status2) => {
|
41
54
|
switch (status2) {
|
42
55
|
case import_useNetworkStatus.NetworkStatus.GOOD:
|
@@ -47,7 +60,12 @@ var index = () => {
|
|
47
60
|
return "Offline";
|
48
61
|
}
|
49
62
|
};
|
50
|
-
|
63
|
+
const handleClick = ({ key }) => {
|
64
|
+
if (key === "reload") {
|
65
|
+
window.location.reload();
|
66
|
+
}
|
67
|
+
};
|
68
|
+
return /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-ticket-booking-menu-bar" }, /* @__PURE__ */ import_react.default.createElement("div", null, /* @__PURE__ */ import_react.default.createElement("div", { className: "logo-wrapper" }, /* @__PURE__ */ import_react.default.createElement(
|
51
69
|
"svg",
|
52
70
|
{
|
53
71
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -82,6 +100,28 @@ var index = () => {
|
|
82
100
|
"stroke-linejoin": "round"
|
83
101
|
}
|
84
102
|
)
|
85
|
-
))), /* @__PURE__ */ import_react.default.createElement("div",
|
103
|
+
)))), /* @__PURE__ */ import_react.default.createElement("div", null, /* @__PURE__ */ import_react.default.createElement(
|
104
|
+
import_materials.ConfigProvider,
|
105
|
+
{
|
106
|
+
theme: {
|
107
|
+
components: {
|
108
|
+
Menu: {
|
109
|
+
collapsedIconSize: 32,
|
110
|
+
itemHeight: 48,
|
111
|
+
groupTitleFontSize: 16,
|
112
|
+
fontSize: 16
|
113
|
+
}
|
114
|
+
}
|
115
|
+
}
|
116
|
+
},
|
117
|
+
/* @__PURE__ */ import_react.default.createElement(import_antd.Menu, { className: "pisell-ticket-booking-menu", mode: "inline", theme: "dark", inlineCollapsed: true, items, onClick: handleClick })
|
118
|
+
)), /* @__PURE__ */ import_react.default.createElement("div", { className: "status-wrapper" }, /* @__PURE__ */ import_react.default.createElement(
|
119
|
+
"div",
|
120
|
+
{
|
121
|
+
className: "network-status",
|
122
|
+
style: { background: import_useNetworkStatus.NetworkStatusColor[status] }
|
123
|
+
},
|
124
|
+
getStatusText(status)
|
125
|
+
)));
|
86
126
|
};
|
87
127
|
var menuBar_default = index;
|
@@ -3,6 +3,14 @@
|
|
3
3
|
padding-left: 6px;
|
4
4
|
width: 86px;
|
5
5
|
position: relative;
|
6
|
+
display: flex;
|
7
|
+
flex-direction: column;
|
8
|
+
justify-content: space-between;
|
9
|
+
padding-bottom: 44px;
|
10
|
+
|
11
|
+
.pisell-ticket-booking-menu {
|
12
|
+
background-color: transparent;
|
13
|
+
}
|
6
14
|
|
7
15
|
.logo-wrapper {
|
8
16
|
margin-top: 24px;
|
@@ -54,6 +54,7 @@ declare const _default: {
|
|
54
54
|
'pisell2.product.card.day': (val: number) => string;
|
55
55
|
'pisell2.product.card.day.event': (val: number) => string;
|
56
56
|
'pisell2.product.card.minute': (val: number) => string;
|
57
|
+
"pisell2.ticket-booking.reload": string;
|
57
58
|
};
|
58
59
|
'zh-CN': {
|
59
60
|
'pisell2.ticket-booking.info': string;
|
@@ -110,6 +111,7 @@ declare const _default: {
|
|
110
111
|
'pisell2.product.card.day': (val: number) => string;
|
111
112
|
'pisell2.product.card.day.event': (val: number) => string;
|
112
113
|
'pisell2.product.card.minute': (val: number) => string;
|
114
|
+
"pisell2.ticket-booking.reload": string;
|
113
115
|
};
|
114
116
|
'zh-HK': {
|
115
117
|
'pisell2.ticket-booking.info': string;
|
@@ -166,6 +168,7 @@ declare const _default: {
|
|
166
168
|
'pisell2.product.card.day': (val: number) => string;
|
167
169
|
'pisell2.product.card.day.event': (val: number) => string;
|
168
170
|
'pisell2.product.card.minute': (val: number) => string;
|
171
|
+
"pisell2.ticket-booking.reload": string;
|
169
172
|
};
|
170
173
|
};
|
171
174
|
export default _default;
|
@@ -77,7 +77,8 @@ var locales_default = {
|
|
77
77
|
"pisell2.product.card.hour.minute": (hour, minute) => `${hour > 0 ? `${hour}h` : ""}${hour > 0 && minute > 0 ? " " : ""}${minute > 0 ? `${minute}min` : ""}`,
|
78
78
|
"pisell2.product.card.day": (val) => `${val > 1 ? " days" : " day"}`,
|
79
79
|
"pisell2.product.card.day.event": (val) => `${val > 1 ? " events" : " event"}`,
|
80
|
-
"pisell2.product.card.minute": (val) => `${val > 1 ? " minutes" : " minute"}
|
80
|
+
"pisell2.product.card.minute": (val) => `${val > 1 ? " minutes" : " minute"}`,
|
81
|
+
"pisell2.ticket-booking.reload": "Reload"
|
81
82
|
},
|
82
83
|
"zh-CN": {
|
83
84
|
"pisell2.ticket-booking.info": "信息",
|
@@ -133,7 +134,8 @@ var locales_default = {
|
|
133
134
|
"pisell2.product.card.hour.minute": (hour, minute) => `${hour > 0 ? `${hour}小时` : ""}${minute > 0 ? `${minute}分钟` : ""}`,
|
134
135
|
"pisell2.product.card.day": (val) => "天",
|
135
136
|
"pisell2.product.card.day.event": (val) => "个活动",
|
136
|
-
"pisell2.product.card.minute": (val) => "分钟"
|
137
|
+
"pisell2.product.card.minute": (val) => "分钟",
|
138
|
+
"pisell2.ticket-booking.reload": "重新加载"
|
137
139
|
},
|
138
140
|
"zh-HK": {
|
139
141
|
"pisell2.ticket-booking.info": "資訊",
|
@@ -189,6 +191,7 @@ var locales_default = {
|
|
189
191
|
"pisell2.product.card.hour.minute": (hour, minute) => `${hour > 0 ? `${hour}小時` : ""}${minute > 0 ? `${minute}分鐘` : ""}`,
|
190
192
|
"pisell2.product.card.day": (val) => "天",
|
191
193
|
"pisell2.product.card.day.event": (val) => "个活動",
|
192
|
-
"pisell2.product.card.minute": (val) => "分鐘"
|
194
|
+
"pisell2.product.card.minute": (val) => "分鐘",
|
195
|
+
"pisell2.ticket-booking.reload": "重新載入"
|
193
196
|
}
|
194
197
|
};
|
@@ -117,17 +117,17 @@ var DEFAULT_BALANCE = {
|
|
117
117
|
discount_card_count: 0
|
118
118
|
};
|
119
119
|
var WalletList = (0, import_model.Provider)((props) => {
|
120
|
-
var _a, _b, _c, _d, _e, _f;
|
120
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
121
121
|
const { globalState = {} } = props;
|
122
122
|
const { state, dispatch } = (0, import_react.useContext)(import_model.Context);
|
123
123
|
const context = (0, import_useEngineContext.default)();
|
124
124
|
const { constants, utils } = context.appHelper || {};
|
125
125
|
const dvaStore = (_b = (_a = utils == null ? void 0 : utils.getStore) == null ? void 0 : _a.call(utils)) == null ? void 0 : _b.getState();
|
126
|
-
import_utils.locales.init(import_locales.default, ((_c =
|
126
|
+
import_utils.locales.init(import_locales.default, ((_d = (_c = context == null ? void 0 : context.engine) == null ? void 0 : _c.props) == null ? void 0 : _d.locale) || "en");
|
127
127
|
const isMountedRef = (0, import_react.useRef)(true);
|
128
128
|
const carouselRef = (0, import_react.useRef)(null);
|
129
129
|
const { store } = utils;
|
130
|
-
const symbol = ((
|
130
|
+
const symbol = ((_g = (_f = (_e = store == null ? void 0 : store.getState) == null ? void 0 : _e.call(store)) == null ? void 0 : _f.global) == null ? void 0 : _g.symbol) || "$";
|
131
131
|
const prevButtonRef = (0, import_react.useRef)(null);
|
132
132
|
const nextButtonRef = (0, import_react.useRef)(null);
|
133
133
|
const [currentIndex, setCurrentIndex] = (0, import_react.useState)(0);
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@pisell/private-materials",
|
3
|
-
"version": "6.2.
|
3
|
+
"version": "6.2.10",
|
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/utils": "3.0.0",
|
63
|
-
"@pisell/icon": "0.0.11",
|
64
62
|
"@pisell/materials": "3.3.39",
|
65
|
-
"@pisell/
|
63
|
+
"@pisell/icon": "0.0.11",
|
64
|
+
"@pisell/date-picker": "3.0.4",
|
65
|
+
"@pisell/utils": "3.0.0"
|
66
66
|
},
|
67
67
|
"peerDependencies": {
|
68
68
|
"react": "^18.0.0",
|
@@ -1,24 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
interface SalesProviderProps {
|
3
|
-
children: React.ReactNode;
|
4
|
-
hooks?: any;
|
5
|
-
config?: {
|
6
|
-
useSessionStorage?: boolean;
|
7
|
-
};
|
8
|
-
}
|
9
|
-
interface SalesContextProps {
|
10
|
-
data: {
|
11
|
-
[key: string]: any;
|
12
|
-
};
|
13
|
-
setData: any;
|
14
|
-
hooks: any;
|
15
|
-
setHooks: any;
|
16
|
-
getCurrentData: any;
|
17
|
-
setSessionStorage: () => void;
|
18
|
-
getSessionStorage: () => any;
|
19
|
-
removeSessionStorage: () => void;
|
20
|
-
}
|
21
|
-
export declare const SalesContext: React.Context<SalesContextProps>;
|
22
|
-
export declare const SalesProvider: React.FC<SalesProviderProps>;
|
23
|
-
export declare const useSales: () => SalesContextProps;
|
24
|
-
export {};
|
@@ -1,53 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import { TUpdateDisabledCartItem } from './types';
|
3
|
-
interface CartItem {
|
4
|
-
_id: string;
|
5
|
-
[key: string]: any;
|
6
|
-
}
|
7
|
-
interface CartData {
|
8
|
-
cartItems: CartItem[];
|
9
|
-
currentCartItem: CartItem | null;
|
10
|
-
}
|
11
|
-
interface CartContextType {
|
12
|
-
createCartItem: () => CartItem;
|
13
|
-
createCartItemFromEvent: (eventItem: any) => CartItem;
|
14
|
-
createCartItemFromHolder: (holderItem: any) => CartItem;
|
15
|
-
addToCart: () => void;
|
16
|
-
updateCartItem: (cartItem: CartItem) => CartItem;
|
17
|
-
deleteCartItem: (cartItem: CartItem) => void;
|
18
|
-
clickCartItem: (cartItem: CartItem) => void;
|
19
|
-
updateCurrentCartItem: (cartItem: Partial<CartItem>) => void;
|
20
|
-
clearCurrentCartItem: () => void;
|
21
|
-
currentCartItem: CartItem | null;
|
22
|
-
checkHolder: () => boolean;
|
23
|
-
cartData: CartData;
|
24
|
-
openCart: boolean;
|
25
|
-
onOpenCart: any;
|
26
|
-
onCloseCart: any;
|
27
|
-
deleteCartItemByHolder: (holder_id: number) => void;
|
28
|
-
addHolderToCartItem: (holderItem: any) => void;
|
29
|
-
cartDataHolderList: any;
|
30
|
-
addNoteToCartItem: (cartItem: CartItem) => void;
|
31
|
-
updateDisabledCartItem: TUpdateDisabledCartItem;
|
32
|
-
getWithoutCartItemsHolderNames: () => Array<string>;
|
33
|
-
checkBeforeAddToCartResquest: any;
|
34
|
-
checkBeforeAddToCart: () => Promise<{
|
35
|
-
result: boolean;
|
36
|
-
num: number;
|
37
|
-
}>;
|
38
|
-
}
|
39
|
-
interface CartProviderProps {
|
40
|
-
children: React.ReactNode;
|
41
|
-
}
|
42
|
-
export declare const CartContext: React.Context<CartContextType | undefined>;
|
43
|
-
export declare const CartProvider: React.FC<CartProviderProps>;
|
44
|
-
/**
|
45
|
-
* 使用步骤管理的Hook
|
46
|
-
* @throws {Error} 如果在StepProvider外部使用会抛出错误
|
47
|
-
* @returns {StepContextType} 步骤管理上下文
|
48
|
-
*/
|
49
|
-
export declare const useCart: () => CartContextType;
|
50
|
-
declare const _default: {
|
51
|
-
defaultState: CartData;
|
52
|
-
};
|
53
|
-
export default _default;
|
@@ -1,63 +0,0 @@
|
|
1
|
-
import Decimal from 'decimal.js';
|
2
|
-
import { ICalculatePriceParams } from './types';
|
3
|
-
export declare const handleProductInfo: (eventDetail: any, num: number) => {
|
4
|
-
totalPrice: number;
|
5
|
-
originTotal: any;
|
6
|
-
is_charge_tax: any;
|
7
|
-
};
|
8
|
-
/**
|
9
|
-
* 获取商品总价
|
10
|
-
* @description 当前总价计算基于商品数量为1
|
11
|
-
* @param item 商品
|
12
|
-
* @returns 商品总价
|
13
|
-
*/
|
14
|
-
export declare const getTotalPrice: (params: ICalculatePriceParams) => number;
|
15
|
-
/**
|
16
|
-
* 获取商品原始总价
|
17
|
-
* @description 当前总价计算基于商品数量为1
|
18
|
-
* @param item 商品
|
19
|
-
* @returns 商品原始总价
|
20
|
-
*/
|
21
|
-
export declare const getOriginTotalPrice: (params: ICalculatePriceParams) => number | undefined;
|
22
|
-
export declare const handleCartItemOrigin: (cartItem: any, eventDetail: any) => any;
|
23
|
-
export declare const formatBundleToOrigin: (bundle: any) => any;
|
24
|
-
export declare const formatOptionsToOrigin: (options: any) => any;
|
25
|
-
export declare const handleProductDeposit: (cartItem: any, eventDetail: any, num: number) => {
|
26
|
-
total: number;
|
27
|
-
protocols: any;
|
28
|
-
} | null;
|
29
|
-
/**
|
30
|
-
* 获取商品定金
|
31
|
-
* @description 定金基于商品售价来算,最终乘商品数量
|
32
|
-
* 1、如果套餐主商品有定金规则,则定金为:(套餐商品总售价 * 定金百分比 + 定金固定金额)* 商品数量
|
33
|
-
* 2、如果套餐主商品没有定金规则,子商品有定金规则,则定金为:(套餐子商品售价 * 套餐子商品定金百分比 + 套餐子商品定金固定金额)* 商品数量,最终将所有子商品定金相加
|
34
|
-
* 3、普通商品/单规格商品/组合规则商品,定金规则:(商品总售价 * 定金百分比 + 定金固定金额)* 商品数量
|
35
|
-
* @param params 参数
|
36
|
-
* @returns 商品定金
|
37
|
-
*/
|
38
|
-
export declare const getProductDeposit: (params: {
|
39
|
-
cartItem: any;
|
40
|
-
product: any;
|
41
|
-
bundle?: any;
|
42
|
-
options?: any;
|
43
|
-
num?: number;
|
44
|
-
}) => {
|
45
|
-
total: number;
|
46
|
-
protocols: any;
|
47
|
-
} | null;
|
48
|
-
/**
|
49
|
-
* 计算商品定金
|
50
|
-
* @param params 参数
|
51
|
-
* @returns 商品定金
|
52
|
-
*/
|
53
|
-
export declare const calculateProductDeposit: (params: {
|
54
|
-
depositData: {
|
55
|
-
deposit_fixed?: string;
|
56
|
-
deposit_percentage?: string;
|
57
|
-
};
|
58
|
-
total: string | number;
|
59
|
-
num: number;
|
60
|
-
}) => {
|
61
|
-
result: boolean;
|
62
|
-
depositTotal: Decimal;
|
63
|
-
};
|
@@ -1,37 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
interface CheckoutData {
|
3
|
-
}
|
4
|
-
interface PayProps {
|
5
|
-
order_id: string;
|
6
|
-
amount: number;
|
7
|
-
sale_channel?: string;
|
8
|
-
is_deposit?: number;
|
9
|
-
deposit_amount?: number;
|
10
|
-
total_amount?: number;
|
11
|
-
}
|
12
|
-
interface CheckoutContextType {
|
13
|
-
onCheckBeforeBooking: (data: any) => Promise<{
|
14
|
-
result: boolean;
|
15
|
-
num: number;
|
16
|
-
}>;
|
17
|
-
onCheckout: (data: any) => Promise<any>;
|
18
|
-
onPay: (payProps: PayProps) => void;
|
19
|
-
createBooking: any;
|
20
|
-
checkBeforeBooking: any;
|
21
|
-
freePay: any;
|
22
|
-
}
|
23
|
-
interface CheckoutProviderProps {
|
24
|
-
children: React.ReactNode;
|
25
|
-
}
|
26
|
-
export declare const CheckoutContext: React.Context<CheckoutContextType | undefined>;
|
27
|
-
export declare const CheckoutProvider: React.FC<CheckoutProviderProps>;
|
28
|
-
/**
|
29
|
-
* 使用步骤管理的Hook
|
30
|
-
* @throws {Error} 如果在StepProvider外部使用会抛出错误
|
31
|
-
* @returns {StepContextType} 步骤管理上下文
|
32
|
-
*/
|
33
|
-
export declare const useCheckout: () => CheckoutContextType;
|
34
|
-
declare const _default: {
|
35
|
-
defaultState: CheckoutData;
|
36
|
-
};
|
37
|
-
export default _default;
|
@@ -1,15 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* @title: 下单前置校验接口
|
3
|
-
* @param {any} data
|
4
|
-
*/
|
5
|
-
export declare const checkBeforeBookingApi: (data: any) => Promise<any>;
|
6
|
-
/**
|
7
|
-
* @title: 创建订单
|
8
|
-
* @param {any} data
|
9
|
-
*/
|
10
|
-
export declare const createBookingApi: (data: any) => Promise<any>;
|
11
|
-
/**
|
12
|
-
* @title: 免费支付
|
13
|
-
* @param {string} orderId
|
14
|
-
*/
|
15
|
-
export declare const freePayApi: (orderId: string) => Promise<any>;
|
@@ -1,40 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* @title: 套餐单规格信息
|
3
|
-
* @description:
|
4
|
-
* @param {any} option
|
5
|
-
* @return {*}
|
6
|
-
* @Author: zhiwei.Wang
|
7
|
-
* @Date: 2024-02-19 09:26
|
8
|
-
*/
|
9
|
-
export declare const formatProductOption: (option: any) => any;
|
10
|
-
/**
|
11
|
-
* @title: 套餐信息
|
12
|
-
* @description:
|
13
|
-
* @param {any} bundle
|
14
|
-
* @return {*}
|
15
|
-
* @Author: zhiwei.Wang
|
16
|
-
* @Date: 2024-02-19 09:26
|
17
|
-
*/
|
18
|
-
export declare const formatProductBundle: (bundle: any) => any;
|
19
|
-
/**
|
20
|
-
* @title: 格式化下单接口数据
|
21
|
-
* @description:
|
22
|
-
* @param {any} state saledModel数据源
|
23
|
-
* @param {boolean} excludeDisabled 是否需要排除购物车中失效商品
|
24
|
-
* @Author: xiangfeng.xue
|
25
|
-
* @Date: 2025-01-21 17:57
|
26
|
-
*/
|
27
|
-
export declare const formatValues: (params: {
|
28
|
-
state: any;
|
29
|
-
platform: 'h5' | 'pc';
|
30
|
-
excludeDisabled?: boolean;
|
31
|
-
extra?: Record<string, any>;
|
32
|
-
}) => any;
|
33
|
-
/**
|
34
|
-
* @title: 获取拉开表单弹窗参数
|
35
|
-
* @param state
|
36
|
-
*/
|
37
|
-
export declare const getFormParams: (state: any) => {
|
38
|
-
product_id: any;
|
39
|
-
appointment_type: string;
|
40
|
-
};
|
@@ -1,25 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
interface CustomerData {
|
3
|
-
}
|
4
|
-
interface CustomerContextType {
|
5
|
-
appContext: any;
|
6
|
-
appUtils: any;
|
7
|
-
isLogin: () => boolean;
|
8
|
-
openLoginModal: (params: any) => void;
|
9
|
-
getUserInfo: () => any;
|
10
|
-
}
|
11
|
-
interface CustomerProviderProps {
|
12
|
-
children: React.ReactNode;
|
13
|
-
}
|
14
|
-
export declare const CustomerContext: React.Context<CustomerContextType | undefined>;
|
15
|
-
export declare const CustomerProvider: React.FC<CustomerProviderProps>;
|
16
|
-
/**
|
17
|
-
* 使用步骤管理的Hook
|
18
|
-
* @throws {Error} 如果在StepProvider外部使用会抛出错误
|
19
|
-
* @returns {StepContextType} 步骤管理上下文
|
20
|
-
*/
|
21
|
-
export declare const useCustomer: () => CustomerContextType;
|
22
|
-
declare const _default: {
|
23
|
-
defaultState: CustomerData;
|
24
|
-
};
|
25
|
-
export default _default;
|
@@ -1,26 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
interface ResourceData {
|
3
|
-
}
|
4
|
-
interface ResourceContextType {
|
5
|
-
getResourceList: {
|
6
|
-
run: (params: any) => void;
|
7
|
-
loading: boolean;
|
8
|
-
data?: any;
|
9
|
-
};
|
10
|
-
selectResource: (newResourceData: Partial<ResourceData>) => void;
|
11
|
-
}
|
12
|
-
interface ResourceProviderProps {
|
13
|
-
children: React.ReactNode;
|
14
|
-
}
|
15
|
-
export declare const ResourceContext: React.Context<ResourceContextType | undefined>;
|
16
|
-
export declare const ResourceProvider: React.FC<ResourceProviderProps>;
|
17
|
-
/**
|
18
|
-
* 使用步骤管理的Hook
|
19
|
-
* @throws {Error} 如果在StepProvider外部使用会抛出错误
|
20
|
-
* @returns {StepContextType} 步骤管理上下文
|
21
|
-
*/
|
22
|
-
export declare const useResource: () => ResourceContextType;
|
23
|
-
declare const _default: {
|
24
|
-
defaultState: ResourceData;
|
25
|
-
};
|
26
|
-
export default _default;
|
@@ -1,12 +0,0 @@
|
|
1
|
-
export declare const getResourceListApi: (params: {
|
2
|
-
form_id: string;
|
3
|
-
shop_id: string;
|
4
|
-
form_data_status: string;
|
5
|
-
}) => Promise<any>;
|
6
|
-
/**
|
7
|
-
* @title: 获取特殊资源列表
|
8
|
-
* @Author: xiangfeng.xue
|
9
|
-
*/
|
10
|
-
export declare const getSpecialResourceListApi: (params: {
|
11
|
-
event_item_ids?: string | number[];
|
12
|
-
}) => Promise<any>;
|
@@ -1,35 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
interface SummaryData {
|
3
|
-
}
|
4
|
-
interface SummaryContextType {
|
5
|
-
subtotal: number | string;
|
6
|
-
total: number | string;
|
7
|
-
taxTitle?: string;
|
8
|
-
totalTaxFee?: string;
|
9
|
-
isPriceIncludeTax?: 0 | 1;
|
10
|
-
deposit?: {
|
11
|
-
total: string;
|
12
|
-
protocols: any[];
|
13
|
-
hasDeposit: boolean;
|
14
|
-
};
|
15
|
-
isAgreeDepositPolicy: boolean;
|
16
|
-
setIsAgreeDepositPolicy: (value: boolean) => void;
|
17
|
-
getDepositProtocol: (params: {
|
18
|
-
id: string;
|
19
|
-
}) => Promise<any>;
|
20
|
-
}
|
21
|
-
interface SummaryProviderProps {
|
22
|
-
children: React.ReactNode;
|
23
|
-
}
|
24
|
-
export declare const SummaryContext: React.Context<SummaryContextType | undefined>;
|
25
|
-
export declare const SummaryProvider: React.FC<SummaryProviderProps>;
|
26
|
-
/**
|
27
|
-
* 使用步骤管理的Hook
|
28
|
-
* @throws {Error} 如果在StepProvider外部使用会抛出错误
|
29
|
-
* @returns {StepContextType} 步骤管理上下文
|
30
|
-
*/
|
31
|
-
export declare const useSummary: () => SummaryContextType;
|
32
|
-
declare const _default: {
|
33
|
-
defaultState: SummaryData;
|
34
|
-
};
|
35
|
-
export default _default;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const getDepositProtocolApi: (id: string) => Promise<any>;
|
@@ -1,51 +0,0 @@
|
|
1
|
-
import Decimal from 'decimal.js';
|
2
|
-
interface CartItem {
|
3
|
-
price: number | string;
|
4
|
-
quantity?: number;
|
5
|
-
[k: string]: any;
|
6
|
-
}
|
7
|
-
interface PriceDetail {
|
8
|
-
subtotal: string;
|
9
|
-
total: string;
|
10
|
-
taxTitle?: string;
|
11
|
-
totalTaxFee?: string;
|
12
|
-
isPriceIncludeTax?: 0 | 1;
|
13
|
-
deposit?: {
|
14
|
-
total: string;
|
15
|
-
protocols: any[];
|
16
|
-
hasDeposit: boolean;
|
17
|
-
};
|
18
|
-
}
|
19
|
-
/**
|
20
|
-
* 计算商品小计(不含其他费用)
|
21
|
-
* @param items - 购物车商品数组
|
22
|
-
* @returns 商品总价字符串,保留2位小数
|
23
|
-
*/
|
24
|
-
export declare const calculateSubtotal: (items: CartItem[]) => string;
|
25
|
-
/**
|
26
|
-
* @title: 单个商品的税费
|
27
|
-
* @description:
|
28
|
-
* 单个商品的税费 = 商品销售单价(折扣后) * 税率 * is_charge_tax /( 1+ 税率 * is_price_include_tax)
|
29
|
-
* $taxFee = $price * $taxRate * $isChargeTax / (1 + $taxRate * $isPriceIncludeTax);
|
30
|
-
* @return {*}
|
31
|
-
* @Author: xiangfeng.xue
|
32
|
-
*/
|
33
|
-
export declare const calculateTaxFee: (shopInfo: any, items: CartItem[]) => "0.00" | Decimal;
|
34
|
-
/**
|
35
|
-
* 计算所有价格明细
|
36
|
-
* @param items - 购物车商品数组
|
37
|
-
* @param options - 其他费用配置
|
38
|
-
* @returns 价格明细对象
|
39
|
-
*/
|
40
|
-
export declare const calculatePriceDetails: (shopInfo: any, items: CartItem[]) => PriceDetail;
|
41
|
-
/**
|
42
|
-
* @title: 计算定金
|
43
|
-
* @param items - 购物车商品数组
|
44
|
-
* @returns 定金字符串,保留2位小数
|
45
|
-
*/
|
46
|
-
export declare const calculateDeposit: (items: CartItem[]) => {
|
47
|
-
total: string;
|
48
|
-
protocols: any[];
|
49
|
-
hasDeposit: never;
|
50
|
-
} | undefined;
|
51
|
-
export {};
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import './index.less';
|
2
|
-
export declare const DepositContent: (props: {
|
3
|
-
isAgreeDepositPolicy: boolean;
|
4
|
-
setIsAgreeDepositPolicy: (value: boolean) => void;
|
5
|
-
deposit: any;
|
6
|
-
depositProtocolRequest?: any;
|
7
|
-
}) => JSX.Element;
|
8
|
-
declare const Deposit: () => JSX.Element;
|
9
|
-
export default Deposit;
|