@pisell/private-materials 6.2.25 → 6.2.26
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/appointmentBooking/deposit/components/PolicyModal/index.js +1 -1
- package/es/components/booking/components/customSelect/index.js +1 -0
- package/es/components/booking/hooks/useClearCart.js +11 -8
- package/es/components/booking/info/client/index.js +3 -2
- package/es/components/booking/info/hooks/useInfoHolder.js +13 -14
- package/es/components/booking/info/service/Lists.js +37 -27
- package/es/components/booking/info/service/editService/constants.d.ts +1 -0
- package/es/components/booking/info/service/editService/constants.js +3 -0
- package/es/components/booking/info/service/editService/index.js +15 -10
- package/es/components/booking/info/service2/utils.d.ts +1 -1
- package/es/components/booking/info/service2/utils.js +20 -21
- package/es/components/booking/info2/index.js +1 -0
- package/es/components/booking/info2/service/addService/utils.js +6 -3
- package/es/components/booking/info2/service/addTimeModal/index.js +3 -0
- package/es/components/booking/info2/service/editService/Resources/index.js +5 -0
- package/es/components/booking/info2/service/editService/index.js +265 -170
- package/es/components/booking/info2/service/index.js +22 -19
- package/es/components/booking/materiels/duration/index.js +9 -2
- package/es/components/booking/materiels/holder/index.d.ts +0 -1
- package/es/components/shoppingCart/components/Cart/Product.js +51 -47
- package/es/components/shoppingCart/components/Cart/index.js +21 -18
- package/es/components/ticketBooking/components/addServiceVariant/addService.js +171 -151
- package/es/components/ticketBooking/components/timeBar/index.js +77 -73
- package/es/components/ticketBooking/utils/index.d.ts +1 -1
- package/lib/components/appointmentBooking/deposit/components/PolicyModal/index.js +1 -1
- package/lib/components/booking/components/customSelect/index.js +1 -0
- package/lib/components/booking/hooks/useClearCart.js +16 -13
- package/lib/components/booking/info/client/index.js +5 -4
- package/lib/components/booking/info/hooks/useInfoHolder.js +12 -13
- package/lib/components/booking/info/service/Lists.js +36 -24
- package/lib/components/booking/info/service/editService/constants.d.ts +1 -0
- package/lib/components/booking/info/service/editService/constants.js +31 -0
- package/lib/components/booking/info/service/editService/index.js +7 -1
- package/lib/components/booking/info/service2/utils.d.ts +1 -1
- package/lib/components/booking/info/service2/utils.js +17 -17
- package/lib/components/booking/info2/service/addService/utils.js +4 -2
- package/lib/components/booking/info2/service/addTimeModal/index.js +3 -0
- package/lib/components/booking/info2/service/editService/Resources/index.js +2 -0
- package/lib/components/booking/info2/service/editService/index.js +138 -74
- package/lib/components/booking/info2/service/index.js +14 -10
- package/lib/components/booking/materiels/duration/index.js +7 -2
- package/lib/components/booking/materiels/holder/index.d.ts +0 -1
- package/lib/components/shoppingCart/components/Cart/Product.js +32 -28
- package/lib/components/shoppingCart/components/Cart/index.js +18 -15
- package/lib/components/ticketBooking/components/addServiceVariant/addService.js +140 -122
- package/lib/components/ticketBooking/components/timeBar/index.js +98 -94
- package/lib/components/ticketBooking/utils/index.d.ts +1 -1
- package/package.json +3 -3
- package/es/components/Sales/Cart/index.d.ts +0 -53
- package/es/components/booking/addons/index.d.ts +0 -17
- package/es/components/booking/components/actionButtons/index.d.ts +0 -29
- package/es/components/booking/components/clearCartModal/index.d.ts +0 -10
- package/es/components/booking/components/customiseItemModal/index.d.ts +0 -28
- package/es/components/booking/components/tabPane/index.d.ts +0 -4
- package/es/components/booking/components/voucher/index.d.ts +0 -3
- package/es/components/booking/dashboard/index.d.ts +0 -20
- package/es/components/booking/info/service/serviceItem/index.d.ts +0 -3
- package/es/components/booking/info2/cartClientCard/index.d.ts +0 -6
- package/es/components/booking/info2/cartClientCard/locales.d.ts +0 -21
- package/es/components/booking/info2/cartClientCard/types.d.ts +0 -13
- package/es/components/booking/info2/cartClientCard/utils.d.ts +0 -3
- package/es/components/booking/info2/service/editNormalService/index.d.ts +0 -3
- package/es/components/booking/info2/service/serviceItem/index.d.ts +0 -3
- package/es/components/booking/locales.d.ts +0 -903
- package/es/components/booking/notes/addNote/index.d.ts +0 -3
- package/es/components/shoppingCart/type.d.ts +0 -49
- package/es/components/ticketBooking/components/addServiceVariant/utils.d.ts +0 -8
- package/es/components/ticketBooking/components/bookingDataPanel/bookingDashboard/index.d.ts +0 -7
- package/es/components/ticketBooking/components/bookingDataPanel/bookingList/index.d.ts +0 -12
- package/es/components/ticketBooking/components/bookingDataPanel/bookingList/utils.d.ts +0 -6
- package/es/components/ticketBooking/components/bookingDataPanel/constants.d.ts +0 -22
- package/es/components/ticketBooking/components/bookingDataPanel/index.d.ts +0 -9
- package/es/components/ticketBooking/components/bookingDataPanel/pisellFloatingPanel/index.d.ts +0 -14
- package/es/components/ticketBooking/components/bookingDataPanel/serve.d.ts +0 -0
- package/es/components/ticketBooking/components/floatButtons/index.d.ts +0 -11
- package/es/components/ticketBooking/hooks/pisellos/bookingTicket.d.ts +0 -1
- package/es/components/ticketBooking/hooks/pisellos/index.d.ts +0 -3
- package/es/components/ticketBooking/hooks/pisellos/useCustomer.d.ts +0 -25
- package/es/components/ticketBooking/hooks/pisellos/useProducts.d.ts +0 -12
- package/es/components/ticketBooking/hooks/pisellos/useScanGlobalHandle.d.ts +0 -2
- package/es/components/ticketBooking/locales.d.ts +0 -177
- package/es/components/ticketBooking/serve.d.ts +0 -287
- package/es/hooks/useToast.d.ts +0 -2
- package/es/hooks/useTranslationOriginal.d.ts +0 -1
- package/es/index.d.ts +0 -51
- package/es/plus/clientCard/index.d.ts +0 -7
- package/es/plus/clientCard/line/index.d.ts +0 -9
- package/es/plus/clientCard/locales.d.ts +0 -18
- package/es/plus/clientCard/types.d.ts +0 -126
- package/es/plus/clientCard/utils.d.ts +0 -8
- package/es/plus/clientName/index.d.ts +0 -5
- package/es/plus/clientName/type.d.ts +0 -13
- package/es/plus/clientName/utils.d.ts +0 -2
- package/es/plus/clinetSearch/Add/BirthdayField/index.d.ts +0 -2
- package/es/plus/clinetSearch/Add/GenderField/index.d.ts +0 -2
- package/es/plus/clinetSearch/Add/PhoneField/index.d.ts +0 -2
- package/es/plus/clinetSearch/Add/PhoneField/serve.d.ts +0 -2
- package/es/plus/clinetSearch/Add/index.d.ts +0 -18
- package/es/plus/clinetSearch/InfiniteScroll/InfiniteScroll.d.ts +0 -5
- package/es/plus/clinetSearch/InfiniteScroll/index.d.ts +0 -2
- package/es/plus/clinetSearch/InfiniteScroll/types.d.ts +0 -46
- package/es/plus/clinetSearch/index.d.ts +0 -18
- package/es/plus/clinetSearch/locales.d.ts +0 -102
- package/es/plus/clinetSearch/serve.d.ts +0 -1
- package/es/plus/clinetSearch/types.d.ts +0 -49
- package/es/plus/noteModal/AddTempModal.d.ts +0 -7
- package/es/plus/noteModal/index.d.ts +0 -4
- package/es/plus/noteModal/locales.d.ts +0 -33
- package/es/plus/noteModal/types.d.ts +0 -17
- package/es/pro/comprehensiveSearch/hooks/useNativeScanner.d.ts +0 -5
- package/es/pro/comprehensiveSearch/hooks/useTerminalPeripherals.d.ts +0 -9
- package/es/pro/comprehensiveSearch/index.d.ts +0 -9
- package/es/pro/comprehensiveSearch/locales.d.ts +0 -18
- package/es/pro/comprehensiveSearch/types.d.ts +0 -31
- package/es/pro/numberKeyboard/index.d.ts +0 -28
- package/es/pro/numberKeyboard/locales.d.ts +0 -12
- package/es/pro/pisellNumberSelector/example.d.ts +0 -3
- package/es/pro/pisellNumberSelector/index.d.ts +0 -26
- package/es/pro/pisellPhoneKeyboard/index.d.ts +0 -12
- package/es/pro/pisellPhoneKeyboard/locales.d.ts +0 -12
- package/es/pro/pisellPriceKeyboardModal/PisellPriceKeyboardModal.d.ts +0 -5
- package/es/pro/pisellPriceKeyboardModal/index.d.ts +0 -2
- package/es/pro/pisellPriceKeyboardModal/types.d.ts +0 -25
- package/es/pro/pisellPriceRadio/index.d.ts +0 -26
- package/es/pro/skuDetailModal/index.d.ts +0 -5
- package/es/pro/skuDetailModal/locales.d.ts +0 -48
- package/es/pro/skuDetailModal/types.d.ts +0 -347
- package/lib/components/Sales/Cart/index.d.ts +0 -53
- package/lib/components/booking/addons/index.d.ts +0 -17
- package/lib/components/booking/components/actionButtons/index.d.ts +0 -29
- package/lib/components/booking/components/clearCartModal/index.d.ts +0 -10
- package/lib/components/booking/components/customiseItemModal/index.d.ts +0 -28
- package/lib/components/booking/components/tabPane/index.d.ts +0 -4
- package/lib/components/booking/components/voucher/index.d.ts +0 -3
- package/lib/components/booking/dashboard/index.d.ts +0 -20
- package/lib/components/booking/info/service/serviceItem/index.d.ts +0 -3
- package/lib/components/booking/info2/cartClientCard/index.d.ts +0 -6
- package/lib/components/booking/info2/cartClientCard/locales.d.ts +0 -21
- package/lib/components/booking/info2/cartClientCard/types.d.ts +0 -13
- package/lib/components/booking/info2/cartClientCard/utils.d.ts +0 -3
- package/lib/components/booking/info2/service/editNormalService/index.d.ts +0 -3
- package/lib/components/booking/info2/service/serviceItem/index.d.ts +0 -3
- package/lib/components/booking/locales.d.ts +0 -903
- package/lib/components/booking/notes/addNote/index.d.ts +0 -3
- package/lib/components/shoppingCart/type.d.ts +0 -49
- package/lib/components/ticketBooking/components/addServiceVariant/utils.d.ts +0 -8
- package/lib/components/ticketBooking/components/bookingDataPanel/bookingDashboard/index.d.ts +0 -7
- package/lib/components/ticketBooking/components/bookingDataPanel/bookingList/index.d.ts +0 -12
- package/lib/components/ticketBooking/components/bookingDataPanel/bookingList/utils.d.ts +0 -6
- package/lib/components/ticketBooking/components/bookingDataPanel/constants.d.ts +0 -22
- package/lib/components/ticketBooking/components/bookingDataPanel/index.d.ts +0 -9
- package/lib/components/ticketBooking/components/bookingDataPanel/pisellFloatingPanel/index.d.ts +0 -14
- package/lib/components/ticketBooking/components/bookingDataPanel/serve.d.ts +0 -0
- package/lib/components/ticketBooking/components/floatButtons/index.d.ts +0 -11
- package/lib/components/ticketBooking/hooks/pisellos/bookingTicket.d.ts +0 -1
- package/lib/components/ticketBooking/hooks/pisellos/index.d.ts +0 -3
- package/lib/components/ticketBooking/hooks/pisellos/useCustomer.d.ts +0 -25
- package/lib/components/ticketBooking/hooks/pisellos/useProducts.d.ts +0 -12
- package/lib/components/ticketBooking/hooks/pisellos/useScanGlobalHandle.d.ts +0 -2
- package/lib/components/ticketBooking/locales.d.ts +0 -177
- package/lib/components/ticketBooking/serve.d.ts +0 -287
- package/lib/hooks/useToast.d.ts +0 -2
- package/lib/hooks/useTranslationOriginal.d.ts +0 -1
- package/lib/index.d.ts +0 -51
- package/lib/plus/clientCard/index.d.ts +0 -7
- package/lib/plus/clientCard/line/index.d.ts +0 -9
- package/lib/plus/clientCard/locales.d.ts +0 -18
- package/lib/plus/clientCard/types.d.ts +0 -126
- package/lib/plus/clientCard/utils.d.ts +0 -8
- package/lib/plus/clientName/index.d.ts +0 -5
- package/lib/plus/clientName/type.d.ts +0 -13
- package/lib/plus/clientName/utils.d.ts +0 -2
- package/lib/plus/clinetSearch/Add/BirthdayField/index.d.ts +0 -2
- package/lib/plus/clinetSearch/Add/GenderField/index.d.ts +0 -2
- package/lib/plus/clinetSearch/Add/PhoneField/index.d.ts +0 -2
- package/lib/plus/clinetSearch/Add/PhoneField/serve.d.ts +0 -2
- package/lib/plus/clinetSearch/Add/index.d.ts +0 -18
- package/lib/plus/clinetSearch/InfiniteScroll/InfiniteScroll.d.ts +0 -5
- package/lib/plus/clinetSearch/InfiniteScroll/index.d.ts +0 -2
- package/lib/plus/clinetSearch/InfiniteScroll/types.d.ts +0 -46
- package/lib/plus/clinetSearch/index.d.ts +0 -18
- package/lib/plus/clinetSearch/locales.d.ts +0 -102
- package/lib/plus/clinetSearch/serve.d.ts +0 -1
- package/lib/plus/clinetSearch/types.d.ts +0 -49
- package/lib/plus/noteModal/AddTempModal.d.ts +0 -7
- package/lib/plus/noteModal/index.d.ts +0 -4
- package/lib/plus/noteModal/locales.d.ts +0 -33
- package/lib/plus/noteModal/types.d.ts +0 -17
- package/lib/pro/comprehensiveSearch/hooks/useNativeScanner.d.ts +0 -5
- package/lib/pro/comprehensiveSearch/hooks/useTerminalPeripherals.d.ts +0 -9
- package/lib/pro/comprehensiveSearch/index.d.ts +0 -9
- package/lib/pro/comprehensiveSearch/locales.d.ts +0 -18
- package/lib/pro/comprehensiveSearch/types.d.ts +0 -31
- package/lib/pro/numberKeyboard/index.d.ts +0 -28
- package/lib/pro/numberKeyboard/locales.d.ts +0 -12
- package/lib/pro/pisellNumberSelector/example.d.ts +0 -3
- package/lib/pro/pisellNumberSelector/index.d.ts +0 -26
- package/lib/pro/pisellPhoneKeyboard/index.d.ts +0 -12
- package/lib/pro/pisellPhoneKeyboard/locales.d.ts +0 -12
- package/lib/pro/pisellPriceKeyboardModal/PisellPriceKeyboardModal.d.ts +0 -5
- package/lib/pro/pisellPriceKeyboardModal/index.d.ts +0 -2
- package/lib/pro/pisellPriceKeyboardModal/types.d.ts +0 -25
- package/lib/pro/pisellPriceRadio/index.d.ts +0 -26
- package/lib/pro/skuDetailModal/index.d.ts +0 -5
- package/lib/pro/skuDetailModal/locales.d.ts +0 -48
- package/lib/pro/skuDetailModal/types.d.ts +0 -347
@@ -10,20 +10,20 @@
|
|
10
10
|
},
|
11
11
|
{
|
12
12
|
"package": "@pisell/private-materials",
|
13
|
-
"version": "6.2.
|
13
|
+
"version": "6.2.25",
|
14
14
|
"library": "PrivateMaterials",
|
15
15
|
"urls": [
|
16
|
-
"https://unpkg.com/@pisell/private-materials@6.2.
|
17
|
-
"https://unpkg.com/@pisell/private-materials@6.2.
|
16
|
+
"https://unpkg.com/@pisell/private-materials@6.2.25/build/lowcode/render/default/view.js",
|
17
|
+
"https://unpkg.com/@pisell/private-materials@6.2.25/build/lowcode/render/default/view.css"
|
18
18
|
],
|
19
19
|
"editUrls": [
|
20
|
-
"https://unpkg.com/@pisell/private-materials@6.2.
|
21
|
-
"https://unpkg.com/@pisell/private-materials@6.2.
|
20
|
+
"https://unpkg.com/@pisell/private-materials@6.2.25/build/lowcode/view.js",
|
21
|
+
"https://unpkg.com/@pisell/private-materials@6.2.25/build/lowcode/view.css"
|
22
22
|
],
|
23
23
|
"advancedUrls": {
|
24
24
|
"default": [
|
25
|
-
"https://unpkg.com/@pisell/private-materials@6.2.
|
26
|
-
"https://unpkg.com/@pisell/private-materials@6.2.
|
25
|
+
"https://unpkg.com/@pisell/private-materials@6.2.25/build/lowcode/render/default/view.js",
|
26
|
+
"https://unpkg.com/@pisell/private-materials@6.2.25/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.2.
|
37
|
+
"version": "6.2.25"
|
38
38
|
},
|
39
|
-
"url": "https://unpkg.com/@pisell/private-materials@6.2.
|
39
|
+
"url": "https://unpkg.com/@pisell/private-materials@6.2.25/build/lowcode/meta.js",
|
40
40
|
"urls": {
|
41
|
-
"default": "https://unpkg.com/@pisell/private-materials@6.2.
|
41
|
+
"default": "https://unpkg.com/@pisell/private-materials@6.2.25/build/lowcode/meta.js"
|
42
42
|
},
|
43
43
|
"advancedUrls": {
|
44
44
|
"default": [
|
45
|
-
"https://unpkg.com/@pisell/private-materials@6.2.
|
45
|
+
"https://unpkg.com/@pisell/private-materials@6.2.25/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.2.
|
13
|
+
"version": "6.2.25",
|
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.2.
|
37
|
+
"version": "6.2.25"
|
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.2.
|
13
|
+
"version": "6.2.25",
|
14
14
|
"library": "PrivateMaterials",
|
15
15
|
"urls": [
|
16
|
-
"https://unpkg.com/@pisell/private-materials@6.2.
|
17
|
-
"https://unpkg.com/@pisell/private-materials@6.2.
|
16
|
+
"https://unpkg.com/@pisell/private-materials@6.2.25/build/lowcode/render/default/view.js",
|
17
|
+
"https://unpkg.com/@pisell/private-materials@6.2.25/build/lowcode/render/default/view.css"
|
18
18
|
],
|
19
19
|
"editUrls": [
|
20
|
-
"https://unpkg.com/@pisell/private-materials@6.2.
|
21
|
-
"https://unpkg.com/@pisell/private-materials@6.2.
|
20
|
+
"https://unpkg.com/@pisell/private-materials@6.2.25/build/lowcode/view.js",
|
21
|
+
"https://unpkg.com/@pisell/private-materials@6.2.25/build/lowcode/view.css"
|
22
22
|
],
|
23
23
|
"advancedUrls": {
|
24
24
|
"default": [
|
25
|
-
"https://unpkg.com/@pisell/private-materials@6.2.
|
26
|
-
"https://unpkg.com/@pisell/private-materials@6.2.
|
25
|
+
"https://unpkg.com/@pisell/private-materials@6.2.25/build/lowcode/render/default/view.js",
|
26
|
+
"https://unpkg.com/@pisell/private-materials@6.2.25/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.2.
|
37
|
+
"version": "6.2.25"
|
38
38
|
},
|
39
|
-
"url": "https://unpkg.com/@pisell/private-materials@6.2.
|
39
|
+
"url": "https://unpkg.com/@pisell/private-materials@6.2.25/build/lowcode/meta.js",
|
40
40
|
"urls": {
|
41
|
-
"default": "https://unpkg.com/@pisell/private-materials@6.2.
|
41
|
+
"default": "https://unpkg.com/@pisell/private-materials@6.2.25/build/lowcode/meta.js"
|
42
42
|
},
|
43
43
|
"advancedUrls": {
|
44
44
|
"default": [
|
45
|
-
"https://unpkg.com/@pisell/private-materials@6.2.
|
45
|
+
"https://unpkg.com/@pisell/private-materials@6.2.25/build/lowcode/meta.js"
|
46
46
|
]
|
47
47
|
}
|
48
48
|
}
|