@pisell/private-materials 6.3.33 → 6.3.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/index.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/preview.js +8 -8
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +23 -8
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +23 -8
- package/es/components/booking/addons/model.d.ts +10 -1
- package/es/components/booking/components/customSelect/index.js +18 -3
- package/es/components/booking/forms/model.d.ts +10 -1
- package/es/components/booking/info/model.d.ts +10 -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/index.d.ts +1 -2
- package/es/components/index.js +1 -2
- package/es/components/pay/toC/model.d.ts +9 -1
- package/es/components/schedules/model.d.ts +9 -1
- package/es/components/wallet/Detail/model.d.ts +13 -1
- package/es/components/wallet/DiscountCard/model.d.ts +14 -1
- package/es/components/wallet/PointCard/model.d.ts +13 -1
- package/es/components/wallet/RechargeableCard/model.d.ts +29 -1
- package/es/components/wallet/Voucher/model.d.ts +13 -1
- package/es/components/wallet/model.d.ts +9 -1
- package/es/components/walletList/index.d.ts +0 -25
- package/es/components/walletList/index.js +98 -66
- package/es/components/walletList/serve.d.ts +4 -0
- package/es/components/walletList/serve.js +46 -13
- package/es/components/walletList/types/index.d.ts +12 -12
- package/es/components/walletList/types/index.js +2 -2
- package/es/index.d.ts +2 -1
- package/es/index.js +2 -1
- package/es/plus/productSelect/CategoryTabs/index.d.ts +2 -0
- package/es/plus/productSelect/CategoryTabs/index.js +6 -3
- package/es/plus/productSelect/components/TabsStructure/TabsStructure.less +0 -11
- package/es/plus/productSelect/utils.js +0 -1
- package/es/plus/walletEditor/WalletEditor.d.ts +5 -0
- package/es/plus/walletEditor/WalletEditor.js +316 -0
- package/es/plus/walletEditor/WalletEditor.less +129 -0
- package/es/plus/walletEditor/components/ImageUpload/index.d.ts +8 -0
- package/es/plus/walletEditor/components/ImageUpload/index.js +223 -0
- package/es/plus/walletEditor/components/JsonEditor/index.d.ts +11 -0
- package/es/plus/walletEditor/components/JsonEditor/index.js +68 -0
- package/es/plus/walletEditor/components/JsonEditor/index.less +4 -0
- package/es/plus/walletEditor/components/ValidityPeriodSelector/index.d.ts +20 -0
- package/es/plus/walletEditor/components/ValidityPeriodSelector/index.js +222 -0
- package/es/plus/walletEditor/components/ValidityPeriodSelector/index.less +4 -0
- package/es/plus/walletEditor/components/relationProduct/index.d.ts +6 -0
- package/es/plus/walletEditor/components/relationProduct/index.js +49 -0
- package/es/plus/walletEditor/components/relationProduct/index.less +15 -0
- package/es/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +37 -0
- package/es/plus/walletEditor/components/sortableWalletPassTypes/index.js +193 -0
- package/es/plus/walletEditor/components/sortableWalletPassTypes/index.less +110 -0
- package/es/plus/walletEditor/index.d.ts +3 -0
- package/es/plus/walletEditor/index.js +3 -0
- package/es/plus/walletEditor/locales.d.ts +126 -0
- package/es/plus/walletEditor/locales.js +143 -0
- package/es/plus/walletEditor/types.d.ts +52 -0
- package/es/plus/walletEditor/types.js +1 -0
- package/es/plus/walletPassGallery/components/footerButton/index.d.ts +14 -0
- package/es/plus/walletPassGallery/components/footerButton/index.js +247 -0
- package/es/plus/walletPassGallery/components/footerButton/index.less +93 -0
- package/es/plus/walletPassGallery/components/passDetail/index.d.ts +8 -0
- package/es/plus/walletPassGallery/components/passDetail/index.js +274 -0
- package/es/plus/walletPassGallery/components/passDetail/index.less +57 -0
- package/es/plus/walletPassGallery/components/passList/index.d.ts +11 -0
- package/es/plus/walletPassGallery/components/passList/index.js +115 -0
- package/es/plus/walletPassGallery/components/recharge/index.d.ts +11 -0
- package/es/plus/walletPassGallery/components/recharge/index.js +134 -0
- package/es/plus/walletPassGallery/components/recharge/index.less +16 -0
- package/es/plus/walletPassGallery/components/timelineSection/index.d.ts +8 -0
- package/es/plus/walletPassGallery/components/timelineSection/index.js +176 -0
- package/es/plus/walletPassGallery/components/timelineSection/index.less +67 -0
- package/es/plus/walletPassGallery/components/usageRule/index.d.ts +9 -0
- package/es/plus/walletPassGallery/components/usageRule/index.js +248 -0
- package/es/plus/walletPassGallery/components/usageRule/index.less +157 -0
- package/es/plus/walletPassGallery/index.d.ts +6 -0
- package/es/plus/walletPassGallery/index.js +602 -0
- package/es/plus/walletPassGallery/index.less +115 -0
- package/es/plus/walletPassGallery/locales.d.ts +270 -0
- package/es/plus/walletPassGallery/locales.js +279 -0
- package/es/plus/walletPassGallery/serve.d.ts +218 -0
- package/es/plus/walletPassGallery/serve.js +289 -0
- package/es/pro/Login2.0/Login2.js +8 -1
- package/es/pro/Login2.0/locales.js +93 -93
- package/lib/components/booking/addons/model.d.ts +10 -1
- package/lib/components/booking/components/customSelect/index.js +22 -3
- package/lib/components/booking/forms/model.d.ts +10 -1
- package/lib/components/booking/info/model.d.ts +10 -1
- 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/index.d.ts +1 -2
- package/lib/components/index.js +0 -3
- package/lib/components/pay/toC/model.d.ts +9 -1
- package/lib/components/schedules/model.d.ts +9 -1
- package/lib/components/wallet/Detail/model.d.ts +13 -1
- package/lib/components/wallet/DiscountCard/model.d.ts +14 -1
- package/lib/components/wallet/PointCard/model.d.ts +13 -1
- package/lib/components/wallet/RechargeableCard/model.d.ts +29 -1
- package/lib/components/wallet/Voucher/model.d.ts +13 -1
- package/lib/components/wallet/model.d.ts +9 -1
- package/lib/components/walletList/index.d.ts +0 -25
- package/lib/components/walletList/index.js +90 -51
- package/lib/components/walletList/serve.d.ts +4 -0
- package/lib/components/walletList/serve.js +12 -0
- package/lib/components/walletList/types/index.d.ts +12 -12
- package/lib/index.d.ts +2 -1
- package/lib/index.js +6 -3
- package/lib/plus/productSelect/CategoryTabs/index.d.ts +2 -0
- package/lib/plus/productSelect/CategoryTabs/index.js +84 -69
- package/lib/plus/productSelect/components/TabsStructure/TabsStructure.less +0 -11
- package/lib/plus/productSelect/utils.js +0 -1
- package/lib/plus/walletEditor/WalletEditor.d.ts +5 -0
- package/lib/plus/walletEditor/WalletEditor.js +354 -0
- package/lib/plus/walletEditor/WalletEditor.less +129 -0
- package/lib/plus/walletEditor/components/ImageUpload/index.d.ts +8 -0
- package/lib/plus/walletEditor/components/ImageUpload/index.js +201 -0
- package/lib/plus/walletEditor/components/JsonEditor/index.d.ts +11 -0
- package/lib/plus/walletEditor/components/JsonEditor/index.js +89 -0
- package/lib/plus/walletEditor/components/JsonEditor/index.less +4 -0
- package/lib/plus/walletEditor/components/ValidityPeriodSelector/index.d.ts +20 -0
- package/lib/plus/walletEditor/components/ValidityPeriodSelector/index.js +176 -0
- package/lib/plus/walletEditor/components/ValidityPeriodSelector/index.less +4 -0
- package/lib/plus/walletEditor/components/relationProduct/index.d.ts +6 -0
- package/lib/plus/walletEditor/components/relationProduct/index.js +73 -0
- package/lib/plus/walletEditor/components/relationProduct/index.less +15 -0
- package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +37 -0
- package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.js +211 -0
- package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.less +110 -0
- package/lib/plus/walletEditor/index.d.ts +3 -0
- package/lib/plus/walletEditor/index.js +42 -0
- package/lib/plus/walletEditor/locales.d.ts +126 -0
- package/lib/plus/walletEditor/locales.js +167 -0
- package/lib/plus/walletEditor/types.d.ts +52 -0
- package/lib/plus/walletEditor/types.js +17 -0
- package/lib/plus/walletPassGallery/components/footerButton/index.d.ts +14 -0
- package/lib/plus/walletPassGallery/components/footerButton/index.js +187 -0
- package/lib/plus/walletPassGallery/components/footerButton/index.less +93 -0
- package/lib/plus/walletPassGallery/components/passDetail/index.d.ts +8 -0
- package/lib/plus/walletPassGallery/components/passDetail/index.js +287 -0
- package/lib/plus/walletPassGallery/components/passDetail/index.less +57 -0
- package/lib/plus/walletPassGallery/components/passList/index.d.ts +11 -0
- package/lib/plus/walletPassGallery/components/passList/index.js +136 -0
- package/lib/plus/walletPassGallery/components/recharge/index.d.ts +11 -0
- package/lib/plus/walletPassGallery/components/recharge/index.js +146 -0
- package/lib/plus/walletPassGallery/components/recharge/index.less +16 -0
- package/lib/plus/walletPassGallery/components/timelineSection/index.d.ts +8 -0
- package/lib/plus/walletPassGallery/components/timelineSection/index.js +212 -0
- package/lib/plus/walletPassGallery/components/timelineSection/index.less +67 -0
- package/lib/plus/walletPassGallery/components/usageRule/index.d.ts +9 -0
- package/lib/plus/walletPassGallery/components/usageRule/index.js +209 -0
- package/lib/plus/walletPassGallery/components/usageRule/index.less +157 -0
- package/lib/plus/walletPassGallery/index.d.ts +6 -0
- package/lib/plus/walletPassGallery/index.js +498 -0
- package/lib/plus/walletPassGallery/index.less +115 -0
- package/lib/plus/walletPassGallery/locales.d.ts +270 -0
- package/lib/plus/walletPassGallery/locales.js +299 -0
- package/lib/plus/walletPassGallery/serve.d.ts +218 -0
- package/lib/plus/walletPassGallery/serve.js +98 -0
- package/lib/pro/Login2.0/Login2.js +6 -0
- package/lib/pro/Login2.0/locales.js +93 -93
- package/lowcode/sortable-wallet-pass-types/meta.ts +267 -0
- package/lowcode/wallet-editor/meta.ts +57 -0
- package/lowcode/wallet-editor/snippets.ts +13 -0
- package/lowcode/wallet-pass-gallery/meta.ts +35 -0
- package/package.json +3 -3
- package/lowcode/wallet/meta.ts +0 -79
|
@@ -100,38 +100,38 @@ export default {
|
|
|
100
100
|
'pisell-phone-validation-required': 'Please enter your phone',
|
|
101
101
|
'pisell-phone-validation-invalid': 'Please enter a valid phone',
|
|
102
102
|
'pisell-phone-validation-invalid-format': 'Please enter a valid phone',
|
|
103
|
-
'pisell-phone-validation-china': 'Please enter a valid Chinese phone
|
|
104
|
-
'pisell-phone-validation-hongkong': 'Please enter a valid Hong Kong phone
|
|
105
|
-
'pisell-phone-validation-macau': 'Please enter a valid Macau phone
|
|
106
|
-
'pisell-phone-validation-taiwan': 'Please enter a valid Taiwan phone
|
|
107
|
-
'pisell-phone-validation-us-canada': 'Please enter a valid US/Canada phone
|
|
108
|
-
'pisell-phone-validation-uk': 'Please enter a valid UK phone
|
|
103
|
+
'pisell-phone-validation-china': 'Please enter a valid Chinese phone',
|
|
104
|
+
'pisell-phone-validation-hongkong': 'Please enter a valid Hong Kong phone',
|
|
105
|
+
'pisell-phone-validation-macau': 'Please enter a valid Macau phone',
|
|
106
|
+
'pisell-phone-validation-taiwan': 'Please enter a valid Taiwan phone',
|
|
107
|
+
'pisell-phone-validation-us-canada': 'Please enter a valid US/Canada phone',
|
|
108
|
+
'pisell-phone-validation-uk': 'Please enter a valid UK phone',
|
|
109
109
|
'pisell-phone-validation-australia': 'Please enter a valid Australian phone',
|
|
110
|
-
'pisell-phone-validation-japan': 'Please enter a valid Japanese phone
|
|
111
|
-
'pisell-phone-validation-korea': 'Please enter a valid Korean phone
|
|
112
|
-
'pisell-phone-validation-singapore': 'Please enter a valid Singapore phone
|
|
113
|
-
'pisell-phone-validation-malaysia': 'Please enter a valid Malaysian phone
|
|
114
|
-
'pisell-phone-validation-thailand': 'Please enter a valid Thai phone
|
|
115
|
-
'pisell-phone-validation-vietnam': 'Please enter a valid Vietnamese phone
|
|
116
|
-
'pisell-phone-validation-philippines': 'Please enter a valid Philippine phone
|
|
117
|
-
'pisell-phone-validation-indonesia': 'Please enter a valid Indonesian phone
|
|
118
|
-
'pisell-phone-validation-india': 'Please enter a valid Indian phone
|
|
119
|
-
'pisell-phone-validation-invalid-china': 'Please enter a valid Chinese phone
|
|
120
|
-
'pisell-phone-validation-invalid-hongkong': 'Please enter a valid Hong Kong phone
|
|
121
|
-
'pisell-phone-validation-invalid-macau': 'Please enter a valid Macau phone
|
|
122
|
-
'pisell-phone-validation-invalid-taiwan': 'Please enter a valid Taiwan phone
|
|
123
|
-
'pisell-phone-validation-invalid-us-canada': 'Please enter a valid US/Canada phone
|
|
124
|
-
'pisell-phone-validation-invalid-uk': 'Please enter a valid UK phone
|
|
125
|
-
'pisell-phone-validation-invalid-australia': 'Please enter a valid Australian phone
|
|
126
|
-
'pisell-phone-validation-invalid-japan': 'Please enter a valid Japanese phone
|
|
127
|
-
'pisell-phone-validation-invalid-korea': 'Please enter a valid Korean phone
|
|
128
|
-
'pisell-phone-validation-invalid-singapore': 'Please enter a valid Singapore phone
|
|
129
|
-
'pisell-phone-validation-invalid-malaysia': 'Please enter a valid Malaysian phone
|
|
130
|
-
'pisell-phone-validation-invalid-thailand': 'Please enter a valid Thai phone
|
|
131
|
-
'pisell-phone-validation-invalid-vietnam': 'Please enter a valid Vietnamese phone
|
|
132
|
-
'pisell-phone-validation-invalid-philippines': 'Please enter a valid Philippine phone
|
|
133
|
-
'pisell-phone-validation-invalid-indonesia': 'Please enter a valid Indonesian phone
|
|
134
|
-
'pisell-phone-validation-invalid-india': 'Please enter a valid Indian phone
|
|
110
|
+
'pisell-phone-validation-japan': 'Please enter a valid Japanese phone',
|
|
111
|
+
'pisell-phone-validation-korea': 'Please enter a valid Korean phone',
|
|
112
|
+
'pisell-phone-validation-singapore': 'Please enter a valid Singapore phone',
|
|
113
|
+
'pisell-phone-validation-malaysia': 'Please enter a valid Malaysian phone',
|
|
114
|
+
'pisell-phone-validation-thailand': 'Please enter a valid Thai phone',
|
|
115
|
+
'pisell-phone-validation-vietnam': 'Please enter a valid Vietnamese phone',
|
|
116
|
+
'pisell-phone-validation-philippines': 'Please enter a valid Philippine phone',
|
|
117
|
+
'pisell-phone-validation-indonesia': 'Please enter a valid Indonesian phone',
|
|
118
|
+
'pisell-phone-validation-india': 'Please enter a valid Indian phone',
|
|
119
|
+
'pisell-phone-validation-invalid-china': 'Please enter a valid Chinese phone',
|
|
120
|
+
'pisell-phone-validation-invalid-hongkong': 'Please enter a valid Hong Kong phone',
|
|
121
|
+
'pisell-phone-validation-invalid-macau': 'Please enter a valid Macau phone',
|
|
122
|
+
'pisell-phone-validation-invalid-taiwan': 'Please enter a valid Taiwan phone',
|
|
123
|
+
'pisell-phone-validation-invalid-us-canada': 'Please enter a valid US/Canada phone',
|
|
124
|
+
'pisell-phone-validation-invalid-uk': 'Please enter a valid UK phone',
|
|
125
|
+
'pisell-phone-validation-invalid-australia': 'Please enter a valid Australian phone',
|
|
126
|
+
'pisell-phone-validation-invalid-japan': 'Please enter a valid Japanese phone',
|
|
127
|
+
'pisell-phone-validation-invalid-korea': 'Please enter a valid Korean phone',
|
|
128
|
+
'pisell-phone-validation-invalid-singapore': 'Please enter a valid Singapore phone',
|
|
129
|
+
'pisell-phone-validation-invalid-malaysia': 'Please enter a valid Malaysian phone',
|
|
130
|
+
'pisell-phone-validation-invalid-thailand': 'Please enter a valid Thai phone',
|
|
131
|
+
'pisell-phone-validation-invalid-vietnam': 'Please enter a valid Vietnamese phone',
|
|
132
|
+
'pisell-phone-validation-invalid-philippines': 'Please enter a valid Philippine phone',
|
|
133
|
+
'pisell-phone-validation-invalid-indonesia': 'Please enter a valid Indonesian phone',
|
|
134
|
+
'pisell-phone-validation-invalid-india': 'Please enter a valid Indian phone',
|
|
135
135
|
// OAuth buttons
|
|
136
136
|
'pisell-register2-continue-with-google': 'Continue with Google',
|
|
137
137
|
'pisell-register2-continue-with-facebook': 'Continue with Facebook',
|
|
@@ -306,38 +306,38 @@ export default {
|
|
|
306
306
|
'pisell-phone-validation-required': '请输入手机号',
|
|
307
307
|
'pisell-phone-validation-invalid': '请输入正确的手机号',
|
|
308
308
|
'pisell-phone-validation-invalid-format': '请输入正确的手机号',
|
|
309
|
-
'pisell-phone-validation-china': '
|
|
310
|
-
'pisell-phone-validation-hongkong': '
|
|
311
|
-
'pisell-phone-validation-macau': '
|
|
312
|
-
'pisell-phone-validation-taiwan': '
|
|
313
|
-
'pisell-phone-validation-us-canada': '
|
|
314
|
-
'pisell-phone-validation-uk': '
|
|
309
|
+
'pisell-phone-validation-china': '请输入正确的中国大陆手机号',
|
|
310
|
+
'pisell-phone-validation-hongkong': '请输入正确的香港手机号',
|
|
311
|
+
'pisell-phone-validation-macau': '请输入正确的澳门手机号',
|
|
312
|
+
'pisell-phone-validation-taiwan': '请输入正确的台湾手机号',
|
|
313
|
+
'pisell-phone-validation-us-canada': '请输入正确的美国/加拿大手机号',
|
|
314
|
+
'pisell-phone-validation-uk': '请输入正确的英国手机号',
|
|
315
315
|
'pisell-phone-validation-australia': '请输入正确的澳大利亚手机号',
|
|
316
|
-
'pisell-phone-validation-japan': '
|
|
317
|
-
'pisell-phone-validation-korea': '
|
|
318
|
-
'pisell-phone-validation-singapore': '
|
|
319
|
-
'pisell-phone-validation-malaysia': '
|
|
320
|
-
'pisell-phone-validation-thailand': '
|
|
321
|
-
'pisell-phone-validation-vietnam': '
|
|
322
|
-
'pisell-phone-validation-philippines': '
|
|
323
|
-
'pisell-phone-validation-indonesia': '
|
|
324
|
-
'pisell-phone-validation-india': '
|
|
325
|
-
'pisell-phone-validation-invalid-china': '
|
|
326
|
-
'pisell-phone-validation-invalid-hongkong': '
|
|
327
|
-
'pisell-phone-validation-invalid-macau': '
|
|
328
|
-
'pisell-phone-validation-invalid-taiwan': '
|
|
329
|
-
'pisell-phone-validation-invalid-us-canada': '
|
|
330
|
-
'pisell-phone-validation-invalid-uk': '
|
|
331
|
-
'pisell-phone-validation-invalid-australia': '
|
|
332
|
-
'pisell-phone-validation-invalid-japan': '
|
|
333
|
-
'pisell-phone-validation-invalid-korea': '
|
|
334
|
-
'pisell-phone-validation-invalid-singapore': '
|
|
335
|
-
'pisell-phone-validation-invalid-malaysia': '
|
|
336
|
-
'pisell-phone-validation-invalid-thailand': '
|
|
337
|
-
'pisell-phone-validation-invalid-vietnam': '
|
|
338
|
-
'pisell-phone-validation-invalid-philippines': '
|
|
339
|
-
'pisell-phone-validation-invalid-indonesia': '
|
|
340
|
-
'pisell-phone-validation-invalid-india': '
|
|
316
|
+
'pisell-phone-validation-japan': '请输入正确的日本手机号',
|
|
317
|
+
'pisell-phone-validation-korea': '请输入正确的韩国手机号',
|
|
318
|
+
'pisell-phone-validation-singapore': '请输入正确的新加坡手机号',
|
|
319
|
+
'pisell-phone-validation-malaysia': '请输入正确的马来西亚手机号',
|
|
320
|
+
'pisell-phone-validation-thailand': '请输入正确的泰国手机号',
|
|
321
|
+
'pisell-phone-validation-vietnam': '请输入正确的越南手机号',
|
|
322
|
+
'pisell-phone-validation-philippines': '请输入正确的菲律宾手机号',
|
|
323
|
+
'pisell-phone-validation-indonesia': '请输入正确的印尼手机号',
|
|
324
|
+
'pisell-phone-validation-india': '请输入正确的印度手机号',
|
|
325
|
+
'pisell-phone-validation-invalid-china': '请输入正确的中国大陆手机号',
|
|
326
|
+
'pisell-phone-validation-invalid-hongkong': '请输入正确的香港手机号',
|
|
327
|
+
'pisell-phone-validation-invalid-macau': '请输入正确的澳门手机号',
|
|
328
|
+
'pisell-phone-validation-invalid-taiwan': '请输入正确的台湾手机号',
|
|
329
|
+
'pisell-phone-validation-invalid-us-canada': '请输入正确的美国/加拿大手机号',
|
|
330
|
+
'pisell-phone-validation-invalid-uk': '请输入正确的英国手机号',
|
|
331
|
+
'pisell-phone-validation-invalid-australia': '请输入正确的澳大利亚手机号',
|
|
332
|
+
'pisell-phone-validation-invalid-japan': '请输入正确的日本手机号',
|
|
333
|
+
'pisell-phone-validation-invalid-korea': '请输入正确的韩国手机号',
|
|
334
|
+
'pisell-phone-validation-invalid-singapore': '请输入正确的新加坡手机号',
|
|
335
|
+
'pisell-phone-validation-invalid-malaysia': '请输入正确的马来西亚手机号',
|
|
336
|
+
'pisell-phone-validation-invalid-thailand': '请输入正确的泰国手机号',
|
|
337
|
+
'pisell-phone-validation-invalid-vietnam': '请输入正确的越南手机号',
|
|
338
|
+
'pisell-phone-validation-invalid-philippines': '请输入正确的菲律宾手机号',
|
|
339
|
+
'pisell-phone-validation-invalid-indonesia': '请输入正确的印尼手机号',
|
|
340
|
+
'pisell-phone-validation-invalid-india': '请输入正确的印度手机号',
|
|
341
341
|
// OAuth buttons
|
|
342
342
|
'pisell-register2-continue-with-google': '使用Google继续',
|
|
343
343
|
'pisell-register2-continue-with-facebook': '使用Facebook继续',
|
|
@@ -552,38 +552,38 @@ export default {
|
|
|
552
552
|
'pisell-phone-validation-required': '請輸入手機號碼',
|
|
553
553
|
'pisell-phone-validation-invalid': '請輸入正確的手機號碼',
|
|
554
554
|
'pisell-phone-validation-invalid-format': '請輸入正確的手機號碼',
|
|
555
|
-
'pisell-phone-validation-china': '
|
|
556
|
-
'pisell-phone-validation-hongkong': '
|
|
557
|
-
'pisell-phone-validation-macau': '
|
|
558
|
-
'pisell-phone-validation-taiwan': '
|
|
559
|
-
'pisell-phone-validation-us-canada': '
|
|
560
|
-
'pisell-phone-validation-uk': '
|
|
555
|
+
'pisell-phone-validation-china': '請輸入正確的中國大陸手機號碼',
|
|
556
|
+
'pisell-phone-validation-hongkong': '請輸入正確的香港手機號碼',
|
|
557
|
+
'pisell-phone-validation-macau': '請輸入正確的澳門手機號碼',
|
|
558
|
+
'pisell-phone-validation-taiwan': '請輸入正確的台灣手機號碼',
|
|
559
|
+
'pisell-phone-validation-us-canada': '請輸入正確的美國/加拿大手機號碼',
|
|
560
|
+
'pisell-phone-validation-uk': '請輸入正確的英國手機號碼',
|
|
561
561
|
'pisell-phone-validation-australia': '請輸入正確的澳洲手機號碼',
|
|
562
|
-
'pisell-phone-validation-japan': '
|
|
563
|
-
'pisell-phone-validation-korea': '
|
|
564
|
-
'pisell-phone-validation-singapore': '
|
|
565
|
-
'pisell-phone-validation-malaysia': '
|
|
566
|
-
'pisell-phone-validation-thailand': '
|
|
567
|
-
'pisell-phone-validation-vietnam': '
|
|
568
|
-
'pisell-phone-validation-philippines': '
|
|
569
|
-
'pisell-phone-validation-indonesia': '
|
|
570
|
-
'pisell-phone-validation-india': '
|
|
571
|
-
'pisell-phone-validation-invalid-china': '
|
|
572
|
-
'pisell-phone-validation-invalid-hongkong': '
|
|
573
|
-
'pisell-phone-validation-invalid-macau': '
|
|
574
|
-
'pisell-phone-validation-invalid-taiwan': '
|
|
575
|
-
'pisell-phone-validation-invalid-us-canada': '
|
|
576
|
-
'pisell-phone-validation-invalid-uk': '
|
|
577
|
-
'pisell-phone-validation-invalid-australia': '
|
|
578
|
-
'pisell-phone-validation-invalid-japan': '
|
|
579
|
-
'pisell-phone-validation-invalid-korea': '
|
|
580
|
-
'pisell-phone-validation-invalid-singapore': '
|
|
581
|
-
'pisell-phone-validation-invalid-malaysia': '
|
|
582
|
-
'pisell-phone-validation-invalid-thailand': '
|
|
583
|
-
'pisell-phone-validation-invalid-vietnam': '
|
|
584
|
-
'pisell-phone-validation-invalid-philippines': '
|
|
585
|
-
'pisell-phone-validation-invalid-indonesia': '
|
|
586
|
-
'pisell-phone-validation-invalid-india': '
|
|
562
|
+
'pisell-phone-validation-japan': '請輸入正確的日本手機號碼',
|
|
563
|
+
'pisell-phone-validation-korea': '請輸入正確的韓國手機號碼',
|
|
564
|
+
'pisell-phone-validation-singapore': '請輸入正確的新加坡手機號碼',
|
|
565
|
+
'pisell-phone-validation-malaysia': '請輸入正確的馬來西亞手機號碼',
|
|
566
|
+
'pisell-phone-validation-thailand': '請輸入正確的泰國手機號碼',
|
|
567
|
+
'pisell-phone-validation-vietnam': '請輸入正確的越南手機號碼',
|
|
568
|
+
'pisell-phone-validation-philippines': '請輸入正確的菲律賓手機號碼',
|
|
569
|
+
'pisell-phone-validation-indonesia': '請輸入正確的印尼手機號碼',
|
|
570
|
+
'pisell-phone-validation-india': '請輸入正確的印度手機號碼',
|
|
571
|
+
'pisell-phone-validation-invalid-china': '請輸入正確的中國大陸手機號碼',
|
|
572
|
+
'pisell-phone-validation-invalid-hongkong': '請輸入正確的香港手機號碼',
|
|
573
|
+
'pisell-phone-validation-invalid-macau': '請輸入正確的澳門手機號碼',
|
|
574
|
+
'pisell-phone-validation-invalid-taiwan': '請輸入正確的台灣手機號碼',
|
|
575
|
+
'pisell-phone-validation-invalid-us-canada': '請輸入正確的美國/加拿大手機號碼',
|
|
576
|
+
'pisell-phone-validation-invalid-uk': '請輸入正確的英國手機號碼',
|
|
577
|
+
'pisell-phone-validation-invalid-australia': '請輸入正確的澳洲手機號碼',
|
|
578
|
+
'pisell-phone-validation-invalid-japan': '請輸入正確的日本手機號碼',
|
|
579
|
+
'pisell-phone-validation-invalid-korea': '請輸入正確的韓國手機號碼',
|
|
580
|
+
'pisell-phone-validation-invalid-singapore': '請輸入正確的新加坡手機號碼',
|
|
581
|
+
'pisell-phone-validation-invalid-malaysia': '請輸入正確的馬來西亞手機號碼',
|
|
582
|
+
'pisell-phone-validation-invalid-thailand': '請輸入正確的泰國手機號碼',
|
|
583
|
+
'pisell-phone-validation-invalid-vietnam': '請輸入正確的越南手機號碼',
|
|
584
|
+
'pisell-phone-validation-invalid-philippines': '請輸入正確的菲律賓手機號碼',
|
|
585
|
+
'pisell-phone-validation-invalid-indonesia': '請輸入正確的印尼手機號碼',
|
|
586
|
+
'pisell-phone-validation-invalid-india': '請輸入正確的印度手機號碼',
|
|
587
587
|
// Verification success
|
|
588
588
|
'pisell-verification-success-title': '驗證成功',
|
|
589
589
|
// Step-by-step login
|
|
@@ -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
|
+
}>;
|
|
@@ -165,14 +165,33 @@ var CustomSelect = (props, ref) => {
|
|
|
165
165
|
const renderList = (0, import_react.useMemo)(() => {
|
|
166
166
|
let _list = [...options];
|
|
167
167
|
if (search) {
|
|
168
|
-
const isIncludes = (
|
|
169
|
-
|
|
168
|
+
const isIncludes = (item) => {
|
|
169
|
+
try {
|
|
170
|
+
const q = search.toLowerCase();
|
|
171
|
+
const numericKeys = Object.keys(item).filter((k) => /^\d+$/.test(k));
|
|
172
|
+
const customerKeys = [
|
|
173
|
+
"customer_nickname",
|
|
174
|
+
"customer_first_name",
|
|
175
|
+
"customer_last_name",
|
|
176
|
+
"customer_phone",
|
|
177
|
+
"customer_email"
|
|
178
|
+
];
|
|
179
|
+
const allKeys = [...numericKeys, ...customerKeys];
|
|
180
|
+
return allKeys.some((k) => {
|
|
181
|
+
const val = item[k];
|
|
182
|
+
if (val === null || val === void 0) return false;
|
|
183
|
+
const str = String(val).toLowerCase();
|
|
184
|
+
return str.includes(q);
|
|
185
|
+
});
|
|
186
|
+
} catch (e) {
|
|
187
|
+
return false;
|
|
188
|
+
}
|
|
170
189
|
};
|
|
171
190
|
_list = _list.filter((d) => {
|
|
172
191
|
if (filterItem) {
|
|
173
192
|
return filterItem(d, search);
|
|
174
193
|
}
|
|
175
|
-
return isIncludes(d
|
|
194
|
+
return isIncludes(d);
|
|
176
195
|
});
|
|
177
196
|
}
|
|
178
197
|
return _list;
|
|
@@ -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,5 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { FormState } from '../model';
|
|
1
3
|
export declare const walkInData: {
|
|
2
4
|
id: number;
|
|
3
5
|
nickname: string;
|
|
4
6
|
};
|
|
5
|
-
export declare const Provider: any, Context:
|
|
7
|
+
export declare const Provider: (ComponentUi: any) => any, Context: import("react").Context<{
|
|
8
|
+
state: FormState;
|
|
9
|
+
} & {
|
|
10
|
+
dispatch: (params: {
|
|
11
|
+
type: string;
|
|
12
|
+
payload: any;
|
|
13
|
+
}) => void;
|
|
14
|
+
}>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export interface FormState {
|
|
2
3
|
amountSymbol: string;
|
|
3
4
|
apis: {
|
|
@@ -109,4 +110,11 @@ export declare const walkInData: {
|
|
|
109
110
|
id: number;
|
|
110
111
|
nickname: string;
|
|
111
112
|
};
|
|
112
|
-
export declare const Provider: any, Context:
|
|
113
|
+
export declare const Provider: (ComponentUi: any) => any, Context: import("react").Context<{
|
|
114
|
+
state: FormState;
|
|
115
|
+
} & {
|
|
116
|
+
dispatch: (params: {
|
|
117
|
+
type: string;
|
|
118
|
+
payload: any;
|
|
119
|
+
}) => void;
|
|
120
|
+
}>;
|
|
@@ -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
|
+
}>;
|
|
@@ -9,7 +9,6 @@ import ProductExtension from './productExtension';
|
|
|
9
9
|
import RuleSetting from './ruleSetting';
|
|
10
10
|
import TaxSelect from './taxSelect';
|
|
11
11
|
import ToCPay from './pay/toC';
|
|
12
|
-
import Wallet from './wallet';
|
|
13
12
|
import WalletList from './walletList';
|
|
14
13
|
import WorkspaceListDetail from './workSpaceListDetail/';
|
|
15
14
|
import WorkspaceList from './workSpaceList';
|
|
@@ -19,4 +18,4 @@ import EditBookingModal from './booking/editBookingModal';
|
|
|
19
18
|
import StepController from './stepController';
|
|
20
19
|
import PinModal from './pinModal';
|
|
21
20
|
import PinVerifyModal from './pinVerifyModal';
|
|
22
|
-
export { Login, BookingInfo, Booking, BookingNotes, BookingAddons, BookingForms, Schedules, ProductExtension, RuleSetting, TaxSelect, ToCPay, PisellSelectCustomerModal,
|
|
21
|
+
export { Login, BookingInfo, Booking, BookingNotes, BookingAddons, BookingForms, Schedules, ProductExtension, RuleSetting, TaxSelect, ToCPay, PisellSelectCustomerModal, WalletList, WorkspaceList, WorkspaceListDetail, SubTotal, EditBookingModal, StepController, PinModal, PinVerifyModal, };
|
package/lib/components/index.js
CHANGED
|
@@ -46,7 +46,6 @@ __export(components_exports, {
|
|
|
46
46
|
SubTotal: () => import_subTotal.default,
|
|
47
47
|
TaxSelect: () => import_taxSelect.default,
|
|
48
48
|
ToCPay: () => import_toC.default,
|
|
49
|
-
Wallet: () => import_wallet.default,
|
|
50
49
|
WalletList: () => import_walletList.default,
|
|
51
50
|
WorkspaceList: () => import_workSpaceList.default,
|
|
52
51
|
WorkspaceListDetail: () => import_workSpaceListDetail.default
|
|
@@ -63,7 +62,6 @@ var import_productExtension = __toESM(require("./productExtension"));
|
|
|
63
62
|
var import_ruleSetting = __toESM(require("./ruleSetting"));
|
|
64
63
|
var import_taxSelect = __toESM(require("./taxSelect"));
|
|
65
64
|
var import_toC = __toESM(require("./pay/toC"));
|
|
66
|
-
var import_wallet = __toESM(require("./wallet"));
|
|
67
65
|
var import_walletList = __toESM(require("./walletList"));
|
|
68
66
|
var import_workSpaceListDetail = __toESM(require("./workSpaceListDetail/"));
|
|
69
67
|
var import_workSpaceList = __toESM(require("./workSpaceList"));
|
|
@@ -92,7 +90,6 @@ var import_pinVerifyModal = __toESM(require("./pinVerifyModal"));
|
|
|
92
90
|
SubTotal,
|
|
93
91
|
TaxSelect,
|
|
94
92
|
ToCPay,
|
|
95
|
-
Wallet,
|
|
96
93
|
WalletList,
|
|
97
94
|
WorkspaceList,
|
|
98
95
|
WorkspaceListDetail
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export interface FormState {
|
|
2
3
|
platform: 'pc' | 'h5' | '' | undefined;
|
|
3
4
|
order: any;
|
|
@@ -29,4 +30,11 @@ export interface PayGroup {
|
|
|
29
30
|
_order: any;
|
|
30
31
|
front_order_uuid?: string;
|
|
31
32
|
}
|
|
32
|
-
export declare const Provider: any, Context:
|
|
33
|
+
export declare const Provider: (ComponentUi: any) => any, Context: import("react").Context<{
|
|
34
|
+
state: FormState;
|
|
35
|
+
} & {
|
|
36
|
+
dispatch: (params: {
|
|
37
|
+
type: string;
|
|
38
|
+
payload: any;
|
|
39
|
+
}) => void;
|
|
40
|
+
}>;
|
|
@@ -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
|
+
}>;
|
|
@@ -1 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
interface RechargeState {
|
|
3
|
+
addWalletCard: any;
|
|
4
|
+
}
|
|
5
|
+
export declare const Provider: (ComponentUi: any) => any, Context: import("react").Context<{
|
|
6
|
+
walletDetailState: RechargeState;
|
|
7
|
+
} & {
|
|
8
|
+
dispatch: (params: {
|
|
9
|
+
type: string;
|
|
10
|
+
payload: any;
|
|
11
|
+
}) => void;
|
|
12
|
+
}>;
|
|
13
|
+
export {};
|
|
@@ -1 +1,14 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
interface RechargeState {
|
|
3
|
+
total: number;
|
|
4
|
+
setup?: 'menu' | 'list' | 'detail' | string;
|
|
5
|
+
}
|
|
6
|
+
export declare const Provider: (ComponentUi: any) => any, Context: import("react").Context<{
|
|
7
|
+
state: RechargeState;
|
|
8
|
+
} & {
|
|
9
|
+
dispatch: (params: {
|
|
10
|
+
type: string;
|
|
11
|
+
payload: any;
|
|
12
|
+
}) => void;
|
|
13
|
+
}>;
|
|
14
|
+
export {};
|
|
@@ -1 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
interface RechargeState {
|
|
3
|
+
total: number;
|
|
4
|
+
}
|
|
5
|
+
export declare const Provider: (ComponentUi: any) => any, Context: import("react").Context<{
|
|
6
|
+
state: RechargeState;
|
|
7
|
+
} & {
|
|
8
|
+
dispatch: (params: {
|
|
9
|
+
type: string;
|
|
10
|
+
payload: any;
|
|
11
|
+
}) => void;
|
|
12
|
+
}>;
|
|
13
|
+
export {};
|
|
@@ -1 +1,29 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
interface RechargeState {
|
|
3
|
+
selectedGiftOptionId: string | null;
|
|
4
|
+
cardList: Array<{
|
|
5
|
+
id: string;
|
|
6
|
+
name: string;
|
|
7
|
+
price: number;
|
|
8
|
+
}>;
|
|
9
|
+
selectedItem: {
|
|
10
|
+
id?: string;
|
|
11
|
+
gift_price?: number;
|
|
12
|
+
price?: number;
|
|
13
|
+
name?: string;
|
|
14
|
+
variant_id?: string;
|
|
15
|
+
};
|
|
16
|
+
productId?: string;
|
|
17
|
+
detailId?: string;
|
|
18
|
+
total: string | number;
|
|
19
|
+
rechargeModalOpen: boolean;
|
|
20
|
+
}
|
|
21
|
+
export declare const Provider: (ComponentUi: any) => any, Context: import("react").Context<{
|
|
22
|
+
state: RechargeState;
|
|
23
|
+
} & {
|
|
24
|
+
dispatch: (params: {
|
|
25
|
+
type: string;
|
|
26
|
+
payload: any;
|
|
27
|
+
}) => void;
|
|
28
|
+
}>;
|
|
29
|
+
export {};
|
|
@@ -1 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
interface RechargeState {
|
|
3
|
+
total: 0;
|
|
4
|
+
}
|
|
5
|
+
export declare const Provider: (ComponentUi: any) => any, Context: import("react").Context<{
|
|
6
|
+
state: RechargeState;
|
|
7
|
+
} & {
|
|
8
|
+
dispatch: (params: {
|
|
9
|
+
type: string;
|
|
10
|
+
payload: any;
|
|
11
|
+
}) => void;
|
|
12
|
+
}>;
|
|
13
|
+
export {};
|
|
@@ -1,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:
|
|
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
|
+
}>;
|
|
@@ -1,28 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import './index.less';
|
|
3
|
-
declare module 'react' {
|
|
4
|
-
interface HTMLAttributes<T> {
|
|
5
|
-
role?: string;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
declare global {
|
|
9
|
-
namespace JSX {
|
|
10
|
-
interface IntrinsicElements {
|
|
11
|
-
div: React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement> & {
|
|
12
|
-
children?: React.ReactNode;
|
|
13
|
-
onClick?: React.MouseEventHandler<HTMLDivElement>;
|
|
14
|
-
onMouseDown?: React.MouseEventHandler<HTMLDivElement>;
|
|
15
|
-
onMouseUp?: React.MouseEventHandler<HTMLDivElement>;
|
|
16
|
-
onTouchStart?: React.TouchEventHandler<HTMLDivElement>;
|
|
17
|
-
onTouchEnd?: React.TouchEventHandler<HTMLDivElement>;
|
|
18
|
-
role?: string;
|
|
19
|
-
};
|
|
20
|
-
img: React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>;
|
|
21
|
-
span: React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement> & {
|
|
22
|
-
children?: React.ReactNode;
|
|
23
|
-
};
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
2
|
declare const WalletList: (props: any) => JSX.Element;
|
|
28
3
|
export default WalletList;
|