@pisell/private-materials 6.3.79 → 6.3.80

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.
Files changed (151) hide show
  1. package/build/lowcode/assets-daily.json +11 -11
  2. package/build/lowcode/assets-dev.json +2 -2
  3. package/build/lowcode/assets-prod.json +11 -11
  4. package/build/lowcode/meta.js +1 -1
  5. package/build/lowcode/render/default/view.css +1 -1
  6. package/build/lowcode/render/default/view.js +9 -9
  7. package/build/lowcode/view.css +1 -1
  8. package/build/lowcode/view.js +9 -9
  9. package/es/components/appointmentBooking/components/Cart/Item/Total.d.ts +0 -1
  10. package/es/components/appointmentBooking/components/Cart/index.d.ts +0 -1
  11. package/es/components/appointmentBooking/components/Footer/index.d.ts +0 -1
  12. package/es/components/appointmentBooking/deposit/components/PolicyModal/index.d.ts +0 -1
  13. package/es/components/booking/forms/footer.d.ts +0 -1
  14. package/es/components/booking/forms/sendModal/useSendModal.d.ts +0 -1
  15. package/es/components/booking/hooks/useClearCart.d.ts +0 -1
  16. package/es/components/booking/info/date/index.d.ts +1 -0
  17. package/es/components/booking/info/dateRange/index.d.ts +0 -1
  18. package/es/components/eftpos/const.d.ts +3 -1
  19. package/es/components/eftpos/const.js +2 -0
  20. package/es/components/eftpos/device.d.ts +3 -1
  21. package/es/components/eftpos/device.js +5 -3
  22. package/es/components/eftpos/index.d.ts +0 -1
  23. package/es/components/eftpos/index.js +34 -11
  24. package/es/components/eftpos/index.less +26 -1
  25. package/es/components/eftpos/locales.d.ts +3 -0
  26. package/es/components/eftpos/locales.js +3 -0
  27. package/es/components/eftposPay/aggregatePayment/hooks/usePayment.d.ts +6 -0
  28. package/es/components/eftposPay/aggregatePayment/hooks/usePayment.js +125 -0
  29. package/es/components/eftposPay/aggregatePayment/index.d.ts +3 -0
  30. package/es/components/eftposPay/aggregatePayment/index.js +3 -0
  31. package/es/components/eftposPay/aggregatePayment/mock.d.ts +495 -0
  32. package/es/components/eftposPay/aggregatePayment/mock.js +567 -0
  33. package/es/components/eftposPay/aggregatePayment/service.d.ts +24 -0
  34. package/es/components/eftposPay/aggregatePayment/service.js +70 -0
  35. package/es/components/eftposPay/aggregatePayment/types.d.ts +96 -0
  36. package/es/components/eftposPay/aggregatePayment/types.js +61 -0
  37. package/es/components/eftposPay/aggregatePayment/utils/logs.d.ts +110 -0
  38. package/es/components/eftposPay/aggregatePayment/utils/logs.js +385 -0
  39. package/es/components/eftposPay/aggregatePayment/utils/payment.d.ts +132 -0
  40. package/es/components/eftposPay/aggregatePayment/utils/payment.js +1127 -0
  41. package/es/components/eftposPay/amount.d.ts +0 -1
  42. package/es/components/eftposPay/const.d.ts +6 -1
  43. package/es/components/eftposPay/const.js +2 -0
  44. package/es/components/eftposPay/hooks.d.ts +2 -1
  45. package/es/components/eftposPay/hooks.js +12 -0
  46. package/es/components/eftposPay/linkly/index.js +1 -0
  47. package/es/components/eftposPay/manufacturer.d.ts +1 -0
  48. package/es/components/eftposPay/manufacturer.js +4 -0
  49. package/es/components/eftposPay/mx51/Action.d.ts +6 -0
  50. package/es/components/eftposPay/mx51/Action.js +91 -0
  51. package/es/components/eftposPay/mx51/const.d.ts +5 -0
  52. package/es/components/eftposPay/mx51/const.js +69 -0
  53. package/es/components/eftposPay/mx51/index.d.ts +6 -0
  54. package/es/components/eftposPay/mx51/index.js +362 -0
  55. package/es/components/eftposPay/mx51/types.d.ts +136 -0
  56. package/es/components/eftposPay/mx51/types.js +29 -0
  57. package/es/components/eftposPay/mx51/utils.d.ts +10 -0
  58. package/es/components/eftposPay/mx51/utils.js +120 -0
  59. package/es/components/eftposPay/pay.js +7 -2
  60. package/es/components/eftposPay/store/index.d.ts +1 -1
  61. package/es/components/eventBooking/components/Provider/Content/index.d.ts +1 -0
  62. package/es/components/eventBooking/components/Provider/EmptyHolderModal/index.d.ts +0 -1
  63. package/es/components/eventBooking/components/Provider/Header/index.d.ts +1 -0
  64. package/es/components/eventBooking/components/Provider/OrderProductModal/index.d.ts +0 -1
  65. package/es/components/eventBooking/components/Provider/RemoveOptionConfirmModal.d.ts +0 -1
  66. package/es/components/eventBooking/components/Provider/SelectHolderModal.d.ts +1 -0
  67. package/es/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +1 -0
  68. package/es/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +1 -0
  69. package/es/components/eventBooking/components/scheduleCalendar/components/ScheduleTimeItem/index.d.ts +0 -1
  70. package/es/components/pay/toC/WalletPassBlock/components/WalletUseList/index.d.ts +0 -1
  71. package/es/components/pisellSelectCustomerModal/RightPanel/List/index.d.ts +0 -1
  72. package/es/components/shoppingCart/hooks/useAddService.d.ts +0 -1
  73. package/es/components/shoppingCart/hooks/useClearCart.d.ts +0 -1
  74. package/es/plus/saasRegister/components/VertifyEmail.d.ts +0 -1
  75. package/es/plus/skuOptionsSelection/components/OptionsCard/index.d.ts +0 -1
  76. package/es/plus/skuOptionsSelection/components/TitleExtra/index.d.ts +0 -1
  77. package/es/plus/skuOptionsSelection/components/VariantCard/index.d.ts +0 -1
  78. package/es/plus/walletPassGallery/components/passList/index.d.ts +0 -1
  79. package/lib/components/appointmentBooking/components/Cart/Item/Total.d.ts +0 -1
  80. package/lib/components/appointmentBooking/components/Cart/index.d.ts +0 -1
  81. package/lib/components/appointmentBooking/components/Footer/index.d.ts +0 -1
  82. package/lib/components/appointmentBooking/deposit/components/PolicyModal/index.d.ts +0 -1
  83. package/lib/components/booking/forms/footer.d.ts +0 -1
  84. package/lib/components/booking/forms/sendModal/useSendModal.d.ts +0 -1
  85. package/lib/components/booking/hooks/useClearCart.d.ts +0 -1
  86. package/lib/components/booking/info/date/index.d.ts +1 -0
  87. package/lib/components/booking/info/dateRange/index.d.ts +0 -1
  88. package/lib/components/eftpos/const.d.ts +3 -1
  89. package/lib/components/eftpos/const.js +2 -0
  90. package/lib/components/eftpos/device.d.ts +3 -1
  91. package/lib/components/eftpos/device.js +3 -3
  92. package/lib/components/eftpos/index.d.ts +0 -1
  93. package/lib/components/eftpos/index.js +20 -5
  94. package/lib/components/eftpos/index.less +26 -1
  95. package/lib/components/eftpos/locales.d.ts +3 -0
  96. package/lib/components/eftpos/locales.js +3 -0
  97. package/lib/components/eftposPay/aggregatePayment/hooks/usePayment.d.ts +6 -0
  98. package/lib/components/eftposPay/aggregatePayment/hooks/usePayment.js +152 -0
  99. package/lib/components/eftposPay/aggregatePayment/index.d.ts +3 -0
  100. package/lib/components/eftposPay/aggregatePayment/index.js +32 -0
  101. package/lib/components/eftposPay/aggregatePayment/mock.d.ts +495 -0
  102. package/lib/components/eftposPay/aggregatePayment/mock.js +679 -0
  103. package/lib/components/eftposPay/aggregatePayment/service.d.ts +24 -0
  104. package/lib/components/eftposPay/aggregatePayment/service.js +81 -0
  105. package/lib/components/eftposPay/aggregatePayment/types.d.ts +96 -0
  106. package/lib/components/eftposPay/aggregatePayment/types.js +74 -0
  107. package/lib/components/eftposPay/aggregatePayment/utils/logs.d.ts +110 -0
  108. package/lib/components/eftposPay/aggregatePayment/utils/logs.js +302 -0
  109. package/lib/components/eftposPay/aggregatePayment/utils/payment.d.ts +132 -0
  110. package/lib/components/eftposPay/aggregatePayment/utils/payment.js +746 -0
  111. package/lib/components/eftposPay/amount.d.ts +0 -1
  112. package/lib/components/eftposPay/const.d.ts +6 -1
  113. package/lib/components/eftposPay/const.js +2 -0
  114. package/lib/components/eftposPay/hooks.d.ts +2 -1
  115. package/lib/components/eftposPay/hooks.js +16 -0
  116. package/lib/components/eftposPay/linkly/index.js +1 -0
  117. package/lib/components/eftposPay/manufacturer.d.ts +1 -0
  118. package/lib/components/eftposPay/manufacturer.js +6 -0
  119. package/lib/components/eftposPay/mx51/Action.d.ts +6 -0
  120. package/lib/components/eftposPay/mx51/Action.js +127 -0
  121. package/lib/components/eftposPay/mx51/const.d.ts +5 -0
  122. package/lib/components/eftposPay/mx51/const.js +85 -0
  123. package/lib/components/eftposPay/mx51/index.d.ts +6 -0
  124. package/lib/components/eftposPay/mx51/index.js +330 -0
  125. package/lib/components/eftposPay/mx51/types.d.ts +136 -0
  126. package/lib/components/eftposPay/mx51/types.js +39 -0
  127. package/lib/components/eftposPay/mx51/utils.d.ts +10 -0
  128. package/lib/components/eftposPay/mx51/utils.js +114 -0
  129. package/lib/components/eftposPay/pay.js +4 -2
  130. package/lib/components/eftposPay/store/index.d.ts +1 -1
  131. package/lib/components/eventBooking/components/Provider/Content/index.d.ts +1 -0
  132. package/lib/components/eventBooking/components/Provider/EmptyHolderModal/index.d.ts +0 -1
  133. package/lib/components/eventBooking/components/Provider/Header/index.d.ts +1 -0
  134. package/lib/components/eventBooking/components/Provider/OrderProductModal/index.d.ts +0 -1
  135. package/lib/components/eventBooking/components/Provider/RemoveOptionConfirmModal.d.ts +0 -1
  136. package/lib/components/eventBooking/components/Provider/SelectHolderModal.d.ts +1 -0
  137. package/lib/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +1 -0
  138. package/lib/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +1 -0
  139. package/lib/components/eventBooking/components/scheduleCalendar/components/ScheduleTimeItem/index.d.ts +0 -1
  140. package/lib/components/pay/toC/WalletPassBlock/components/WalletUseList/index.d.ts +0 -1
  141. package/lib/components/pisellSelectCustomerModal/RightPanel/List/index.d.ts +0 -1
  142. package/lib/components/shoppingCart/hooks/useAddService.d.ts +0 -1
  143. package/lib/components/shoppingCart/hooks/useClearCart.d.ts +0 -1
  144. package/lib/plus/saasRegister/components/VertifyEmail.d.ts +0 -1
  145. package/lib/plus/skuOptionsSelection/components/OptionsCard/index.d.ts +0 -1
  146. package/lib/plus/skuOptionsSelection/components/TitleExtra/index.d.ts +0 -1
  147. package/lib/plus/skuOptionsSelection/components/VariantCard/index.d.ts +0 -1
  148. package/lib/plus/walletPassGallery/components/passList/index.d.ts +0 -1
  149. package/lowcode/eco-cup-list/meta.ts +63 -0
  150. package/lowcode/eco-customer-list/meta.ts +63 -0
  151. package/package.json +1 -1
@@ -10,20 +10,20 @@
10
10
  },
11
11
  {
12
12
  "package": "@pisell/private-materials",
13
- "version": "6.3.78",
13
+ "version": "6.3.79",
14
14
  "library": "PrivateMaterials",
15
15
  "urls": [
16
- "https://unpkg.com/@pisell/private-materials@6.3.78/build/lowcode/render/default/view.js",
17
- "https://unpkg.com/@pisell/private-materials@6.3.78/build/lowcode/render/default/view.css"
16
+ "https://unpkg.com/@pisell/private-materials@6.3.79/build/lowcode/render/default/view.js",
17
+ "https://unpkg.com/@pisell/private-materials@6.3.79/build/lowcode/render/default/view.css"
18
18
  ],
19
19
  "editUrls": [
20
- "https://unpkg.com/@pisell/private-materials@6.3.78/build/lowcode/view.js",
21
- "https://unpkg.com/@pisell/private-materials@6.3.78/build/lowcode/view.css"
20
+ "https://unpkg.com/@pisell/private-materials@6.3.79/build/lowcode/view.js",
21
+ "https://unpkg.com/@pisell/private-materials@6.3.79/build/lowcode/view.css"
22
22
  ],
23
23
  "advancedUrls": {
24
24
  "default": [
25
- "https://unpkg.com/@pisell/private-materials@6.3.78/build/lowcode/render/default/view.js",
26
- "https://unpkg.com/@pisell/private-materials@6.3.78/build/lowcode/render/default/view.css"
25
+ "https://unpkg.com/@pisell/private-materials@6.3.79/build/lowcode/render/default/view.js",
26
+ "https://unpkg.com/@pisell/private-materials@6.3.79/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.78"
37
+ "version": "6.3.79"
38
38
  },
39
- "url": "https://unpkg.com/@pisell/private-materials@6.3.78/build/lowcode/meta.js",
39
+ "url": "https://unpkg.com/@pisell/private-materials@6.3.79/build/lowcode/meta.js",
40
40
  "urls": {
41
- "default": "https://unpkg.com/@pisell/private-materials@6.3.78/build/lowcode/meta.js"
41
+ "default": "https://unpkg.com/@pisell/private-materials@6.3.79/build/lowcode/meta.js"
42
42
  },
43
43
  "advancedUrls": {
44
44
  "default": [
45
- "https://unpkg.com/@pisell/private-materials@6.3.78/build/lowcode/meta.js"
45
+ "https://unpkg.com/@pisell/private-materials@6.3.79/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.78",
13
+ "version": "6.3.79",
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.78"
37
+ "version": "6.3.79"
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.78",
13
+ "version": "6.3.79",
14
14
  "library": "PrivateMaterials",
15
15
  "urls": [
16
- "https://unpkg.com/@pisell/private-materials@6.3.78/build/lowcode/render/default/view.js",
17
- "https://unpkg.com/@pisell/private-materials@6.3.78/build/lowcode/render/default/view.css"
16
+ "https://unpkg.com/@pisell/private-materials@6.3.79/build/lowcode/render/default/view.js",
17
+ "https://unpkg.com/@pisell/private-materials@6.3.79/build/lowcode/render/default/view.css"
18
18
  ],
19
19
  "editUrls": [
20
- "https://unpkg.com/@pisell/private-materials@6.3.78/build/lowcode/view.js",
21
- "https://unpkg.com/@pisell/private-materials@6.3.78/build/lowcode/view.css"
20
+ "https://unpkg.com/@pisell/private-materials@6.3.79/build/lowcode/view.js",
21
+ "https://unpkg.com/@pisell/private-materials@6.3.79/build/lowcode/view.css"
22
22
  ],
23
23
  "advancedUrls": {
24
24
  "default": [
25
- "https://unpkg.com/@pisell/private-materials@6.3.78/build/lowcode/render/default/view.js",
26
- "https://unpkg.com/@pisell/private-materials@6.3.78/build/lowcode/render/default/view.css"
25
+ "https://unpkg.com/@pisell/private-materials@6.3.79/build/lowcode/render/default/view.js",
26
+ "https://unpkg.com/@pisell/private-materials@6.3.79/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.78"
37
+ "version": "6.3.79"
38
38
  },
39
- "url": "https://unpkg.com/@pisell/private-materials@6.3.78/build/lowcode/meta.js",
39
+ "url": "https://unpkg.com/@pisell/private-materials@6.3.79/build/lowcode/meta.js",
40
40
  "urls": {
41
- "default": "https://unpkg.com/@pisell/private-materials@6.3.78/build/lowcode/meta.js"
41
+ "default": "https://unpkg.com/@pisell/private-materials@6.3.79/build/lowcode/meta.js"
42
42
  },
43
43
  "advancedUrls": {
44
44
  "default": [
45
- "https://unpkg.com/@pisell/private-materials@6.3.78/build/lowcode/meta.js"
45
+ "https://unpkg.com/@pisell/private-materials@6.3.79/build/lowcode/meta.js"
46
46
  ]
47
47
  }
48
48
  }