@pisell/private-materials 6.3.96 → 6.3.97
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/Sales/Cart/index.d.ts +53 -0
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.d.ts +6 -0
- package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.d.ts +6 -0
- package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +6 -0
- package/es/components/booking/addons/index.d.ts +17 -0
- package/es/components/booking/addons/model.d.ts +1 -10
- package/es/components/booking/components/footer/amount.d.ts +25 -0
- package/es/components/booking/dashboard/serve.d.ts +1 -0
- package/es/components/booking/deposit/ClientItem/index.d.ts +18 -0
- package/es/components/booking/deposit/DepositItem/index.d.ts +25 -0
- package/es/components/booking/deposit/index.d.ts +3 -0
- package/es/components/booking/forms/forms.d.ts +30 -0
- package/es/components/booking/forms/model.d.ts +1 -10
- package/es/components/booking/forms/sendModal/useSendModal.d.ts +2 -1
- package/es/components/booking/hooks/useIsBooking4Shop.d.ts +1 -0
- package/es/components/booking/info/addServiceVariant/index.d.ts +7 -0
- package/es/components/booking/info/client/index.d.ts +4 -0
- package/es/components/booking/info/clientVariant/vertical/index.d.ts +8 -0
- package/es/components/booking/info/hooks/useHolderConfig.d.ts +9 -0
- package/es/components/booking/info/hooks/useInfoHolder.d.ts +10 -0
- package/es/components/booking/info/index.d.ts +4 -0
- package/es/components/booking/info/main.d.ts +12 -0
- package/es/components/booking/info/model.d.ts +5 -0
- package/es/components/booking/info/service/Lists.d.ts +3 -0
- package/es/components/booking/info/service/addService/index.d.ts +12 -0
- package/es/components/booking/info/service/addService/utils.d.ts +1 -1
- package/es/components/booking/info/service/serve.d.ts +20 -0
- package/es/components/booking/info/service/serviceList/index.d.ts +6 -0
- package/es/components/booking/info/service/serviceManager/index.d.ts +20 -0
- package/es/components/booking/info/service2/Group/utils.d.ts +14 -0
- package/es/components/booking/info/service2/Lists.d.ts +3 -0
- package/es/components/booking/info/service2/utils.d.ts +248 -0
- package/es/components/booking/info/utils.d.ts +50 -0
- package/es/components/booking/info2/index.d.ts +12 -0
- package/es/components/booking/info2/service/addService/index.d.ts +12 -0
- package/es/components/booking/info2/service/addService/utils.d.ts +98 -0
- package/es/components/booking/info2/service/addTimeModal/index.d.ts +4 -0
- package/es/components/booking/info2/service/index.d.ts +4 -0
- package/es/components/booking/info2/service/serviceList/index.d.ts +6 -0
- package/es/components/booking/info2/utilsByBooking.d.ts +35 -0
- package/es/components/booking/locales.d.ts +846 -0
- package/es/components/booking/model.d.ts +1 -9
- package/es/components/booking/notes/model.d.ts +1 -10
- package/es/components/booking/payments/model.d.ts +1 -10
- package/es/components/booking/utils.d.ts +175 -0
- package/es/components/eftposPay/amount.d.ts +1 -1
- package/es/components/eftposPay/app.d.ts +11 -0
- package/es/components/eftposPay/component/fail/failCustom.d.ts +4 -0
- package/es/components/eftposPay/component/fail/index.d.ts +4 -0
- package/es/components/eftposPay/device.d.ts +24 -0
- package/es/components/eftposPay/index.d.ts +5 -0
- package/es/components/eftposPay/manufacturer.d.ts +7 -0
- package/es/components/eftposPay/pay.d.ts +21 -0
- package/es/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
- package/es/components/pay/toC/PaymentMethods/WalletPass/List/index.d.ts +1 -0
- package/es/components/pay/toC/PaymentMethods/WalletPass/List/index.js +18 -7
- package/es/components/pay/toC/PaymentMethods/WalletPass/index.js +2 -1
- package/es/components/pay/toC/serve.d.ts +62 -0
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +3 -0
- package/es/components/ruleSetting/locales.d.ts +48 -0
- package/es/components/ticketBooking/components/addServiceVariant/index.d.ts +7 -0
- package/es/components/ticketBooking/components/ticketBooking/index.d.ts +5 -0
- package/es/components/ticketBooking/index.d.ts +8 -0
- package/es/components/ticketBooking/serve.d.ts +287 -0
- package/es/components/ticketBooking/utils/index.d.ts +25 -0
- package/es/plus/clientCard/types.d.ts +135 -0
- package/es/plus/orderList/config.d.ts +2 -2
- package/es/plus/productSelect/CategoryTabs/index.d.ts +21 -0
- package/es/plus/selectHolder/components/ErrorTip/index.d.ts +1 -0
- package/es/pro/Selector/Selector.d.ts +1 -1
- package/lib/components/Sales/Cart/index.d.ts +53 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.d.ts +6 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.d.ts +6 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +6 -0
- package/lib/components/booking/addons/index.d.ts +17 -0
- package/lib/components/booking/addons/model.d.ts +1 -10
- package/lib/components/booking/components/footer/amount.d.ts +25 -0
- package/lib/components/booking/dashboard/serve.d.ts +1 -0
- package/lib/components/booking/deposit/ClientItem/index.d.ts +18 -0
- package/lib/components/booking/deposit/DepositItem/index.d.ts +25 -0
- package/lib/components/booking/deposit/index.d.ts +3 -0
- package/lib/components/booking/forms/forms.d.ts +30 -0
- package/lib/components/booking/forms/model.d.ts +1 -10
- package/lib/components/booking/forms/sendModal/useSendModal.d.ts +2 -1
- package/lib/components/booking/hooks/useIsBooking4Shop.d.ts +1 -0
- package/lib/components/booking/info/addServiceVariant/index.d.ts +7 -0
- package/lib/components/booking/info/client/index.d.ts +4 -0
- package/lib/components/booking/info/clientVariant/vertical/index.d.ts +8 -0
- package/lib/components/booking/info/hooks/useHolderConfig.d.ts +9 -0
- package/lib/components/booking/info/hooks/useInfoHolder.d.ts +10 -0
- package/lib/components/booking/info/index.d.ts +4 -0
- package/lib/components/booking/info/main.d.ts +12 -0
- package/lib/components/booking/info/model.d.ts +5 -0
- package/lib/components/booking/info/service/Lists.d.ts +3 -0
- package/lib/components/booking/info/service/addService/index.d.ts +12 -0
- package/lib/components/booking/info/service/addService/utils.d.ts +1 -1
- package/lib/components/booking/info/service/serve.d.ts +20 -0
- package/lib/components/booking/info/service/serviceList/index.d.ts +6 -0
- package/lib/components/booking/info/service/serviceManager/index.d.ts +20 -0
- package/lib/components/booking/info/service2/Group/utils.d.ts +14 -0
- package/lib/components/booking/info/service2/Lists.d.ts +3 -0
- package/lib/components/booking/info/service2/utils.d.ts +248 -0
- package/lib/components/booking/info/utils.d.ts +50 -0
- package/lib/components/booking/info2/index.d.ts +12 -0
- package/lib/components/booking/info2/service/addService/index.d.ts +12 -0
- package/lib/components/booking/info2/service/addService/utils.d.ts +98 -0
- package/lib/components/booking/info2/service/addTimeModal/index.d.ts +4 -0
- package/lib/components/booking/info2/service/index.d.ts +4 -0
- package/lib/components/booking/info2/service/serviceList/index.d.ts +6 -0
- package/lib/components/booking/info2/utilsByBooking.d.ts +35 -0
- package/lib/components/booking/locales.d.ts +846 -0
- package/lib/components/booking/model.d.ts +1 -9
- package/lib/components/booking/notes/model.d.ts +1 -10
- package/lib/components/booking/payments/model.d.ts +1 -10
- package/lib/components/booking/utils.d.ts +175 -0
- package/lib/components/eftposPay/amount.d.ts +1 -1
- package/lib/components/eftposPay/app.d.ts +11 -0
- package/lib/components/eftposPay/component/fail/failCustom.d.ts +4 -0
- package/lib/components/eftposPay/component/fail/index.d.ts +4 -0
- package/lib/components/eftposPay/device.d.ts +24 -0
- package/lib/components/eftposPay/index.d.ts +5 -0
- package/lib/components/eftposPay/manufacturer.d.ts +7 -0
- package/lib/components/eftposPay/pay.d.ts +21 -0
- package/lib/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
- package/lib/components/pay/toC/PaymentMethods/WalletPass/List/index.d.ts +1 -0
- package/lib/components/pay/toC/PaymentMethods/WalletPass/List/index.js +7 -1
- package/lib/components/pay/toC/PaymentMethods/WalletPass/index.js +2 -1
- package/lib/components/pay/toC/serve.d.ts +62 -0
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +3 -0
- package/lib/components/ruleSetting/locales.d.ts +48 -0
- package/lib/components/ticketBooking/components/addServiceVariant/index.d.ts +7 -0
- package/lib/components/ticketBooking/components/ticketBooking/index.d.ts +5 -0
- package/lib/components/ticketBooking/index.d.ts +8 -0
- package/lib/components/ticketBooking/serve.d.ts +287 -0
- package/lib/components/ticketBooking/utils/index.d.ts +25 -0
- package/lib/plus/clientCard/types.d.ts +135 -0
- package/lib/plus/orderList/config.d.ts +2 -2
- package/lib/plus/productSelect/CategoryTabs/index.d.ts +21 -0
- package/lib/plus/selectHolder/components/ErrorTip/index.d.ts +1 -0
- package/lib/pro/Selector/Selector.d.ts +1 -1
- package/lowcode/eco-cup-list/meta.ts +1 -1
- package/lowcode/eco-customer-list/meta.ts +1 -1
- package/package.json +1 -1
- package/es/components/ecocup/cupList/const.d.ts +0 -133
- package/es/components/ecocup/hooks.d.ts +0 -49
- package/es/components/ecocup/locales.d.ts +0 -339
- package/es/components/eftpos/index.d.ts +0 -47
- package/es/components/eftposPay/component/fail/unknow.d.ts +0 -10
- package/es/components/eftposPay/linkly/const.d.ts +0 -23
- package/es/components/eftposPay/payo/config.d.ts +0 -13
- package/es/components/eftposPay/payo/const.d.ts +0 -26
- package/es/components/eftposPay/tyro/const.d.ts +0 -17
- package/es/components/eftposPay/windcave/const.d.ts +0 -119
- package/es/components/eftposPay/windcave/helper.d.ts +0 -23
- package/es/components/pay/toC/model.d.ts +0 -40
- package/es/components/systemSettings/registry/services.d.ts +0 -77
- package/es/plus/saasAttendance/locales.d.ts +0 -381
- package/es/plus/saasAttendance/settings/types.d.ts +0 -134
- package/lib/components/ecocup/cupList/const.d.ts +0 -133
- package/lib/components/ecocup/hooks.d.ts +0 -49
- package/lib/components/ecocup/locales.d.ts +0 -339
- package/lib/components/eftpos/index.d.ts +0 -47
- package/lib/components/eftposPay/component/fail/unknow.d.ts +0 -10
- package/lib/components/eftposPay/linkly/const.d.ts +0 -23
- package/lib/components/eftposPay/payo/config.d.ts +0 -13
- package/lib/components/eftposPay/payo/const.d.ts +0 -26
- package/lib/components/eftposPay/tyro/const.d.ts +0 -17
- package/lib/components/eftposPay/windcave/const.d.ts +0 -119
- package/lib/components/eftposPay/windcave/helper.d.ts +0 -23
- package/lib/components/pay/toC/model.d.ts +0 -40
- package/lib/components/systemSettings/registry/services.d.ts +0 -77
- package/lib/plus/saasAttendance/locales.d.ts +0 -381
- package/lib/plus/saasAttendance/settings/types.d.ts +0 -134
|
@@ -10,20 +10,20 @@
|
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"package": "@pisell/private-materials",
|
|
13
|
-
"version": "6.3.
|
|
13
|
+
"version": "6.3.96",
|
|
14
14
|
"library": "PrivateMaterials",
|
|
15
15
|
"urls": [
|
|
16
|
-
"https://unpkg.com/@pisell/private-materials@6.3.
|
|
17
|
-
"https://unpkg.com/@pisell/private-materials@6.3.
|
|
16
|
+
"https://unpkg.com/@pisell/private-materials@6.3.96/build/lowcode/render/default/view.js",
|
|
17
|
+
"https://unpkg.com/@pisell/private-materials@6.3.96/build/lowcode/render/default/view.css"
|
|
18
18
|
],
|
|
19
19
|
"editUrls": [
|
|
20
|
-
"https://unpkg.com/@pisell/private-materials@6.3.
|
|
21
|
-
"https://unpkg.com/@pisell/private-materials@6.3.
|
|
20
|
+
"https://unpkg.com/@pisell/private-materials@6.3.96/build/lowcode/view.js",
|
|
21
|
+
"https://unpkg.com/@pisell/private-materials@6.3.96/build/lowcode/view.css"
|
|
22
22
|
],
|
|
23
23
|
"advancedUrls": {
|
|
24
24
|
"default": [
|
|
25
|
-
"https://unpkg.com/@pisell/private-materials@6.3.
|
|
26
|
-
"https://unpkg.com/@pisell/private-materials@6.3.
|
|
25
|
+
"https://unpkg.com/@pisell/private-materials@6.3.96/build/lowcode/render/default/view.js",
|
|
26
|
+
"https://unpkg.com/@pisell/private-materials@6.3.96/build/lowcode/render/default/view.css"
|
|
27
27
|
]
|
|
28
28
|
},
|
|
29
29
|
"advancedEditUrls": {}
|
|
@@ -34,15 +34,15 @@
|
|
|
34
34
|
"exportName": "PisellPrivateMaterialsMeta",
|
|
35
35
|
"npm": {
|
|
36
36
|
"package": "@pisell/private-materials",
|
|
37
|
-
"version": "6.3.
|
|
37
|
+
"version": "6.3.96"
|
|
38
38
|
},
|
|
39
|
-
"url": "https://unpkg.com/@pisell/private-materials@6.3.
|
|
39
|
+
"url": "https://unpkg.com/@pisell/private-materials@6.3.96/build/lowcode/meta.js",
|
|
40
40
|
"urls": {
|
|
41
|
-
"default": "https://unpkg.com/@pisell/private-materials@6.3.
|
|
41
|
+
"default": "https://unpkg.com/@pisell/private-materials@6.3.96/build/lowcode/meta.js"
|
|
42
42
|
},
|
|
43
43
|
"advancedUrls": {
|
|
44
44
|
"default": [
|
|
45
|
-
"https://unpkg.com/@pisell/private-materials@6.3.
|
|
45
|
+
"https://unpkg.com/@pisell/private-materials@6.3.96/build/lowcode/meta.js"
|
|
46
46
|
]
|
|
47
47
|
}
|
|
48
48
|
}
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"package": "@pisell/private-materials",
|
|
13
|
-
"version": "6.3.
|
|
13
|
+
"version": "6.3.96",
|
|
14
14
|
"library": "PrivateMaterials",
|
|
15
15
|
"urls": [
|
|
16
16
|
"./render/default/view.js",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"exportName": "PisellPrivateMaterialsMeta",
|
|
35
35
|
"npm": {
|
|
36
36
|
"package": "@pisell/private-materials",
|
|
37
|
-
"version": "6.3.
|
|
37
|
+
"version": "6.3.96"
|
|
38
38
|
},
|
|
39
39
|
"url": "./meta.js",
|
|
40
40
|
"urls": {
|
|
@@ -10,20 +10,20 @@
|
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"package": "@pisell/private-materials",
|
|
13
|
-
"version": "6.3.
|
|
13
|
+
"version": "6.3.96",
|
|
14
14
|
"library": "PrivateMaterials",
|
|
15
15
|
"urls": [
|
|
16
|
-
"https://unpkg.com/@pisell/private-materials@6.3.
|
|
17
|
-
"https://unpkg.com/@pisell/private-materials@6.3.
|
|
16
|
+
"https://unpkg.com/@pisell/private-materials@6.3.96/build/lowcode/render/default/view.js",
|
|
17
|
+
"https://unpkg.com/@pisell/private-materials@6.3.96/build/lowcode/render/default/view.css"
|
|
18
18
|
],
|
|
19
19
|
"editUrls": [
|
|
20
|
-
"https://unpkg.com/@pisell/private-materials@6.3.
|
|
21
|
-
"https://unpkg.com/@pisell/private-materials@6.3.
|
|
20
|
+
"https://unpkg.com/@pisell/private-materials@6.3.96/build/lowcode/view.js",
|
|
21
|
+
"https://unpkg.com/@pisell/private-materials@6.3.96/build/lowcode/view.css"
|
|
22
22
|
],
|
|
23
23
|
"advancedUrls": {
|
|
24
24
|
"default": [
|
|
25
|
-
"https://unpkg.com/@pisell/private-materials@6.3.
|
|
26
|
-
"https://unpkg.com/@pisell/private-materials@6.3.
|
|
25
|
+
"https://unpkg.com/@pisell/private-materials@6.3.96/build/lowcode/render/default/view.js",
|
|
26
|
+
"https://unpkg.com/@pisell/private-materials@6.3.96/build/lowcode/render/default/view.css"
|
|
27
27
|
]
|
|
28
28
|
},
|
|
29
29
|
"advancedEditUrls": {}
|
|
@@ -34,15 +34,15 @@
|
|
|
34
34
|
"exportName": "PisellPrivateMaterialsMeta",
|
|
35
35
|
"npm": {
|
|
36
36
|
"package": "@pisell/private-materials",
|
|
37
|
-
"version": "6.3.
|
|
37
|
+
"version": "6.3.96"
|
|
38
38
|
},
|
|
39
|
-
"url": "https://unpkg.com/@pisell/private-materials@6.3.
|
|
39
|
+
"url": "https://unpkg.com/@pisell/private-materials@6.3.96/build/lowcode/meta.js",
|
|
40
40
|
"urls": {
|
|
41
|
-
"default": "https://unpkg.com/@pisell/private-materials@6.3.
|
|
41
|
+
"default": "https://unpkg.com/@pisell/private-materials@6.3.96/build/lowcode/meta.js"
|
|
42
42
|
},
|
|
43
43
|
"advancedUrls": {
|
|
44
44
|
"default": [
|
|
45
|
-
"https://unpkg.com/@pisell/private-materials@6.3.
|
|
45
|
+
"https://unpkg.com/@pisell/private-materials@6.3.96/build/lowcode/meta.js"
|
|
46
46
|
]
|
|
47
47
|
}
|
|
48
48
|
}
|