@pisell/private-materials 6.3.95 → 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.
Files changed (273) 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/index.js +1 -1
  5. package/build/lowcode/meta.js +1 -1
  6. package/build/lowcode/preview.js +7 -7
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +2 -2
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +2 -2
  11. package/es/components/booking/addons/model.d.ts +1 -10
  12. package/es/components/booking/forms/model.d.ts +1 -10
  13. package/es/components/booking/forms/sendModal/useSendModal.d.ts +1 -0
  14. package/es/components/booking/info/hooks/useInfoHolder.d.ts +1 -0
  15. package/es/components/booking/info/model.d.ts +1 -10
  16. package/es/components/booking/info/service/addService/utils.d.ts +1 -1
  17. package/es/components/booking/info2/service/addService/utils.d.ts +1 -1
  18. package/es/components/booking/model.d.ts +1 -9
  19. package/es/components/booking/notes/model.d.ts +1 -10
  20. package/es/components/booking/payments/model.d.ts +1 -10
  21. package/es/components/booking/utils.d.ts +2 -2
  22. package/es/components/eftposPay/amount.d.ts +1 -1
  23. package/es/components/eftposPay/device.d.ts +1 -1
  24. package/es/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
  25. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +1 -0
  26. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
  27. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
  28. package/es/components/pay/toC/PaymentMethods/WalletPass/List/index.d.ts +1 -0
  29. package/es/components/pay/toC/PaymentMethods/WalletPass/List/index.js +18 -7
  30. package/es/components/pay/toC/PaymentMethods/WalletPass/index.js +2 -1
  31. package/es/plus/saasAttendance/locales.js +71 -2
  32. package/es/plus/saasAttendance/settings/PermissonTab.d.ts +5 -0
  33. package/es/plus/saasAttendance/settings/PermissonTab.js +79 -0
  34. package/es/plus/saasAttendance/settings/ShiftScheduleTab.js +9 -3
  35. package/es/plus/saasAttendance/settings/components/MapField.js +69 -33
  36. package/es/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.d.ts +7 -0
  37. package/es/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.js +149 -0
  38. package/es/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.less +119 -0
  39. package/es/plus/saasAttendance/settings/index.js +7 -0
  40. package/es/plus/saasAttendance/settings/index.less +15 -0
  41. package/es/plus/selectHolder/components/ErrorTip/index.d.ts +1 -0
  42. package/es/plus/walletEditor/components/ImageUpload/index.d.ts +1 -1
  43. package/es/pro/Selector/Selector.d.ts +1 -1
  44. package/lib/components/booking/addons/model.d.ts +1 -10
  45. package/lib/components/booking/forms/model.d.ts +1 -10
  46. package/lib/components/booking/forms/sendModal/useSendModal.d.ts +1 -0
  47. package/lib/components/booking/info/hooks/useInfoHolder.d.ts +1 -0
  48. package/lib/components/booking/info/model.d.ts +1 -10
  49. package/lib/components/booking/info/service/addService/utils.d.ts +1 -1
  50. package/lib/components/booking/info2/service/addService/utils.d.ts +1 -1
  51. package/lib/components/booking/model.d.ts +1 -9
  52. package/lib/components/booking/notes/model.d.ts +1 -10
  53. package/lib/components/booking/payments/model.d.ts +1 -10
  54. package/lib/components/booking/utils.d.ts +2 -2
  55. package/lib/components/eftposPay/amount.d.ts +1 -1
  56. package/lib/components/eftposPay/device.d.ts +1 -1
  57. package/lib/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
  58. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +1 -0
  59. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
  60. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
  61. package/lib/components/pay/toC/PaymentMethods/WalletPass/List/index.d.ts +1 -0
  62. package/lib/components/pay/toC/PaymentMethods/WalletPass/List/index.js +7 -1
  63. package/lib/components/pay/toC/PaymentMethods/WalletPass/index.js +2 -1
  64. package/lib/plus/saasAttendance/locales.js +65 -2
  65. package/lib/plus/saasAttendance/settings/PermissonTab.d.ts +5 -0
  66. package/lib/plus/saasAttendance/settings/PermissonTab.js +128 -0
  67. package/lib/plus/saasAttendance/settings/ShiftScheduleTab.js +2 -1
  68. package/lib/plus/saasAttendance/settings/components/MapField.js +50 -11
  69. package/lib/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.d.ts +7 -0
  70. package/lib/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.js +150 -0
  71. package/lib/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.less +119 -0
  72. package/lib/plus/saasAttendance/settings/index.js +12 -0
  73. package/lib/plus/saasAttendance/settings/index.less +15 -0
  74. package/lib/plus/selectHolder/components/ErrorTip/index.d.ts +1 -0
  75. package/lib/plus/walletEditor/components/ImageUpload/index.d.ts +1 -1
  76. package/lib/pro/Selector/Selector.d.ts +1 -1
  77. package/lowcode/eco-cup-list/meta.ts +1 -1
  78. package/lowcode/eco-customer-list/meta.ts +1 -1
  79. package/package.json +2 -2
  80. package/es/components/appointmentBooking/components/Date/state.d.ts +0 -63
  81. package/es/components/appointmentBooking/locales.d.ts +0 -366
  82. package/es/components/authentication/admin/AuthMethods/locales.d.ts +0 -249
  83. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +0 -84
  84. package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +0 -41
  85. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +0 -6
  86. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +0 -72
  87. package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +0 -33
  88. package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +0 -27
  89. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +0 -66
  90. package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +0 -26
  91. package/es/components/authentication/admin/ChannelAuthSetting/locales.d.ts +0 -39
  92. package/es/components/authentication/admin/CustomerAuth/locales.d.ts +0 -66
  93. package/es/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +0 -108
  94. package/es/components/authentication/admin/DeviceAuth/locales.d.ts +0 -57
  95. package/es/components/authentication/admin/OAuthConfig/locales.d.ts +0 -90
  96. package/es/components/authentication/admin/OrgAdminAuth/locales.d.ts +0 -54
  97. package/es/components/authentication/admin/POSOperatorAuth/locales.d.ts +0 -48
  98. package/es/components/authentication/admin/SaaSAdminAuth/locales.d.ts +0 -54
  99. package/es/components/booking/components/tabPane/index.d.ts +0 -4
  100. package/es/components/booking/editBookingModal/locales.d.ts +0 -21
  101. package/es/components/booking/editBookingModal/mock.d.ts +0 -807
  102. package/es/components/booking/info/clientVariant/utils.d.ts +0 -1
  103. package/es/components/booking/info2/service/addService/mock.d.ts +0 -214
  104. package/es/components/booking/info2/service/editService/utils.d.ts +0 -13
  105. package/es/components/booking/notes/addNote/index.d.ts +0 -4
  106. package/es/components/ecocup/cupList/const.d.ts +0 -133
  107. package/es/components/ecocup/hooks.d.ts +0 -49
  108. package/es/components/ecocup/locales.d.ts +0 -339
  109. package/es/components/eftpos/index.d.ts +0 -47
  110. package/es/components/eftpos/locales.d.ts +0 -99
  111. package/es/components/eftposPay/component/fail/unknow.d.ts +0 -10
  112. package/es/components/eftposPay/const.d.ts +0 -184
  113. package/es/components/eftposPay/hooks.d.ts +0 -35
  114. package/es/components/eftposPay/linkly/const.d.ts +0 -23
  115. package/es/components/eftposPay/locales.d.ts +0 -330
  116. package/es/components/eftposPay/payo/config.d.ts +0 -13
  117. package/es/components/eftposPay/payo/const.d.ts +0 -26
  118. package/es/components/eftposPay/store/index.d.ts +0 -355
  119. package/es/components/eftposPay/tyro/const.d.ts +0 -17
  120. package/es/components/eftposPay/tyro/index.d.ts +0 -9
  121. package/es/components/eftposPay/windcave/const.d.ts +0 -119
  122. package/es/components/eftposPay/windcave/helper.d.ts +0 -23
  123. package/es/components/eventBooking/locales.d.ts +0 -246
  124. package/es/components/login/locales.d.ts +0 -24
  125. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +0 -6
  126. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +0 -2
  127. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +0 -2
  128. package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +0 -3
  129. package/es/components/pay/toC/locales.d.ts +0 -307
  130. package/es/components/pay/toC/model.d.ts +0 -40
  131. package/es/components/pinModal/locales.d.ts +0 -27
  132. package/es/components/pinVerifyModal/locales.d.ts +0 -24
  133. package/es/components/pisellSelectCustomerModal/locales.d.ts +0 -81
  134. package/es/components/productExtension/locales.d.ts +0 -48
  135. package/es/components/productSelect/locales.d.ts +0 -18
  136. package/es/components/schedules/locales.d.ts +0 -87
  137. package/es/components/shoppingCart/locales.d.ts +0 -33
  138. package/es/components/shoppingCart/type.d.ts +0 -48
  139. package/es/components/stepController/locales.d.ts +0 -27
  140. package/es/components/subTotal/locales.d.ts +0 -42
  141. package/es/components/systemSettings/registry/locales.d.ts +0 -272
  142. package/es/components/systemSettings/registry/services.d.ts +0 -77
  143. package/es/components/systemSettings/registry/types.d.ts +0 -126
  144. package/es/components/taxSelect/locales.d.ts +0 -24
  145. package/es/components/ticketBooking/locales.d.ts +0 -174
  146. package/es/components/ticketBooking/utils/formatTime.d.ts +0 -31
  147. package/es/components/wallet/utils.d.ts +0 -48
  148. package/es/components/walletList/locales.d.ts +0 -27
  149. package/es/components/walletList/types/index.d.ts +0 -194
  150. package/es/hooks/useEngineContext.d.ts +0 -11
  151. package/es/hooks/useWindowSize.d.ts +0 -5
  152. package/es/plus/clientCard/locales.d.ts +0 -18
  153. package/es/plus/clinetSearch/locales.d.ts +0 -108
  154. package/es/plus/contactInfo/locales.d.ts +0 -15
  155. package/es/plus/contactInfoModal/locales.d.ts +0 -66
  156. package/es/plus/productSelect/locales.d.ts +0 -18
  157. package/es/plus/saasAttendance/locales.d.ts +0 -318
  158. package/es/plus/saasAttendance/settings/types.d.ts +0 -128
  159. package/es/plus/saasCreateOrganization/locales.d.ts +0 -15
  160. package/es/plus/saasLogin/locales.d.ts +0 -51
  161. package/es/plus/saasRegister/locales.d.ts +0 -117
  162. package/es/plus/saasRole/locales.d.ts +0 -193
  163. package/es/plus/saasRole/types.d.ts +0 -175
  164. package/es/plus/saasTeamMembers/locales.d.ts +0 -330
  165. package/es/plus/saasTeamMembers/type.d.ts +0 -156
  166. package/es/plus/selectHolder/locales.d.ts +0 -27
  167. package/es/plus/walletEditor/locales.d.ts +0 -135
  168. package/es/plus/walletEditor/types.d.ts +0 -52
  169. package/es/plus/walletPassGallery/locales.d.ts +0 -285
  170. package/es/plus/walletPassGallery/utils.d.ts +0 -48
  171. package/es/pro/Login2.0/locales.d.ts +0 -543
  172. package/es/pro/Login2.0/shared/types.d.ts +0 -232
  173. package/es/pro/comprehensiveSearch/components/searchSection/locales.d.ts +0 -15
  174. package/es/pro/comprehensiveSearch/locales.d.ts +0 -15
  175. package/es/pro/numberKeyboard/locales.d.ts +0 -12
  176. package/es/pro/pisellPhoneKeyboard/locales.d.ts +0 -12
  177. package/lib/components/appointmentBooking/components/Date/state.d.ts +0 -63
  178. package/lib/components/appointmentBooking/locales.d.ts +0 -366
  179. package/lib/components/authentication/admin/AuthMethods/locales.d.ts +0 -249
  180. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +0 -84
  181. package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +0 -41
  182. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +0 -6
  183. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +0 -72
  184. package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +0 -33
  185. package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +0 -27
  186. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +0 -66
  187. package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +0 -26
  188. package/lib/components/authentication/admin/ChannelAuthSetting/locales.d.ts +0 -39
  189. package/lib/components/authentication/admin/CustomerAuth/locales.d.ts +0 -66
  190. package/lib/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +0 -108
  191. package/lib/components/authentication/admin/DeviceAuth/locales.d.ts +0 -57
  192. package/lib/components/authentication/admin/OAuthConfig/locales.d.ts +0 -90
  193. package/lib/components/authentication/admin/OrgAdminAuth/locales.d.ts +0 -54
  194. package/lib/components/authentication/admin/POSOperatorAuth/locales.d.ts +0 -48
  195. package/lib/components/authentication/admin/SaaSAdminAuth/locales.d.ts +0 -54
  196. package/lib/components/booking/components/tabPane/index.d.ts +0 -4
  197. package/lib/components/booking/editBookingModal/locales.d.ts +0 -21
  198. package/lib/components/booking/editBookingModal/mock.d.ts +0 -807
  199. package/lib/components/booking/info/clientVariant/utils.d.ts +0 -1
  200. package/lib/components/booking/info2/service/addService/mock.d.ts +0 -214
  201. package/lib/components/booking/info2/service/editService/utils.d.ts +0 -13
  202. package/lib/components/booking/notes/addNote/index.d.ts +0 -4
  203. package/lib/components/ecocup/cupList/const.d.ts +0 -133
  204. package/lib/components/ecocup/hooks.d.ts +0 -49
  205. package/lib/components/ecocup/locales.d.ts +0 -339
  206. package/lib/components/eftpos/index.d.ts +0 -47
  207. package/lib/components/eftpos/locales.d.ts +0 -99
  208. package/lib/components/eftposPay/component/fail/unknow.d.ts +0 -10
  209. package/lib/components/eftposPay/const.d.ts +0 -184
  210. package/lib/components/eftposPay/hooks.d.ts +0 -35
  211. package/lib/components/eftposPay/linkly/const.d.ts +0 -23
  212. package/lib/components/eftposPay/locales.d.ts +0 -330
  213. package/lib/components/eftposPay/payo/config.d.ts +0 -13
  214. package/lib/components/eftposPay/payo/const.d.ts +0 -26
  215. package/lib/components/eftposPay/store/index.d.ts +0 -355
  216. package/lib/components/eftposPay/tyro/const.d.ts +0 -17
  217. package/lib/components/eftposPay/tyro/index.d.ts +0 -9
  218. package/lib/components/eftposPay/windcave/const.d.ts +0 -119
  219. package/lib/components/eftposPay/windcave/helper.d.ts +0 -23
  220. package/lib/components/eventBooking/locales.d.ts +0 -246
  221. package/lib/components/login/locales.d.ts +0 -24
  222. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +0 -6
  223. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +0 -2
  224. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +0 -2
  225. package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +0 -3
  226. package/lib/components/pay/toC/locales.d.ts +0 -307
  227. package/lib/components/pay/toC/model.d.ts +0 -40
  228. package/lib/components/pinModal/locales.d.ts +0 -27
  229. package/lib/components/pinVerifyModal/locales.d.ts +0 -24
  230. package/lib/components/pisellSelectCustomerModal/locales.d.ts +0 -81
  231. package/lib/components/productExtension/locales.d.ts +0 -48
  232. package/lib/components/productSelect/locales.d.ts +0 -18
  233. package/lib/components/schedules/locales.d.ts +0 -87
  234. package/lib/components/shoppingCart/locales.d.ts +0 -33
  235. package/lib/components/shoppingCart/type.d.ts +0 -48
  236. package/lib/components/stepController/locales.d.ts +0 -27
  237. package/lib/components/subTotal/locales.d.ts +0 -42
  238. package/lib/components/systemSettings/registry/locales.d.ts +0 -272
  239. package/lib/components/systemSettings/registry/services.d.ts +0 -77
  240. package/lib/components/systemSettings/registry/types.d.ts +0 -126
  241. package/lib/components/taxSelect/locales.d.ts +0 -24
  242. package/lib/components/ticketBooking/locales.d.ts +0 -174
  243. package/lib/components/ticketBooking/utils/formatTime.d.ts +0 -31
  244. package/lib/components/wallet/utils.d.ts +0 -48
  245. package/lib/components/walletList/locales.d.ts +0 -27
  246. package/lib/components/walletList/types/index.d.ts +0 -194
  247. package/lib/hooks/useEngineContext.d.ts +0 -11
  248. package/lib/hooks/useWindowSize.d.ts +0 -5
  249. package/lib/plus/clientCard/locales.d.ts +0 -18
  250. package/lib/plus/clinetSearch/locales.d.ts +0 -108
  251. package/lib/plus/contactInfo/locales.d.ts +0 -15
  252. package/lib/plus/contactInfoModal/locales.d.ts +0 -66
  253. package/lib/plus/productSelect/locales.d.ts +0 -18
  254. package/lib/plus/saasAttendance/locales.d.ts +0 -318
  255. package/lib/plus/saasAttendance/settings/types.d.ts +0 -128
  256. package/lib/plus/saasCreateOrganization/locales.d.ts +0 -15
  257. package/lib/plus/saasLogin/locales.d.ts +0 -51
  258. package/lib/plus/saasRegister/locales.d.ts +0 -117
  259. package/lib/plus/saasRole/locales.d.ts +0 -193
  260. package/lib/plus/saasRole/types.d.ts +0 -175
  261. package/lib/plus/saasTeamMembers/locales.d.ts +0 -330
  262. package/lib/plus/saasTeamMembers/type.d.ts +0 -156
  263. package/lib/plus/selectHolder/locales.d.ts +0 -27
  264. package/lib/plus/walletEditor/locales.d.ts +0 -135
  265. package/lib/plus/walletEditor/types.d.ts +0 -52
  266. package/lib/plus/walletPassGallery/locales.d.ts +0 -285
  267. package/lib/plus/walletPassGallery/utils.d.ts +0 -48
  268. package/lib/pro/Login2.0/locales.d.ts +0 -543
  269. package/lib/pro/Login2.0/shared/types.d.ts +0 -232
  270. package/lib/pro/comprehensiveSearch/components/searchSection/locales.d.ts +0 -15
  271. package/lib/pro/comprehensiveSearch/locales.d.ts +0 -15
  272. package/lib/pro/numberKeyboard/locales.d.ts +0 -12
  273. package/lib/pro/pisellPhoneKeyboard/locales.d.ts +0 -12
@@ -1 +0,0 @@
1
- export declare const getWaiverTitle: (waiverForm: any[]) => string;
@@ -1,214 +0,0 @@
1
- declare const _default: {
2
- id: number;
3
- shop_id: number;
4
- source_shop_id: number;
5
- extension_id: number;
6
- extension_type: string;
7
- title: string;
8
- slug: string;
9
- title_letter: string;
10
- category_letter: string;
11
- vendor_letter: string;
12
- tag_letter: string;
13
- subtitle: string;
14
- description: string;
15
- cover: string;
16
- price: string;
17
- original_price: string;
18
- cost_price: string;
19
- sort_price: string;
20
- is_gst: number;
21
- is_delivery: number;
22
- weight_unit: string;
23
- weight_value: string;
24
- code: string;
25
- barcode: string;
26
- unit: string;
27
- is_track: number;
28
- stock_quantity: number;
29
- sum_stock: number;
30
- sales_quantity: number;
31
- order_sales_quantity: number;
32
- over_sold: number;
33
- status: string;
34
- sell_status: number;
35
- published_time: string;
36
- shop_update_time: string;
37
- audit_time: null;
38
- is_recommend: number;
39
- audit_status: string;
40
- shop_status: string;
41
- weight: number;
42
- sort: number;
43
- type: string;
44
- channel_application: string[];
45
- channel_id: number;
46
- rebate_type: string;
47
- rebate_value: string;
48
- create_account_id: number;
49
- update_account_id: number;
50
- source_product_id: number;
51
- start_at: null;
52
- created_at: string;
53
- updated_at: string;
54
- deleted_at: null;
55
- seo: {
56
- title: string;
57
- is_set_title: number;
58
- description: string;
59
- is_set_desc: number;
60
- keywords: string;
61
- is_set_keywords: number;
62
- };
63
- service_times: number;
64
- product_resource: {
65
- resources: ({
66
- id: number;
67
- title: string;
68
- status: number;
69
- code: string;
70
- created_at: string;
71
- updated_at: string;
72
- type: string;
73
- optional_resource: number[];
74
- default_resource: number[];
75
- select_type: {
76
- type: string;
77
- min: number;
78
- max: number;
79
- };
80
- resource_type_id: number;
81
- } | {
82
- id: number;
83
- title: string;
84
- status: number;
85
- code: string;
86
- created_at: string;
87
- updated_at: null;
88
- type: string;
89
- optional_resource: never[];
90
- default_resource: never[];
91
- select_type: {
92
- type: string;
93
- min: number;
94
- max: number;
95
- };
96
- resource_type_id: number;
97
- })[];
98
- };
99
- capacity: {
100
- type: string;
101
- custom: {
102
- name: {
103
- en: string;
104
- "zh-CN": string;
105
- "zh-HK": string;
106
- original: string;
107
- };
108
- id: number;
109
- min: number;
110
- max: number;
111
- }[];
112
- package: {
113
- product_ids: never[];
114
- };
115
- };
116
- is_grey: number;
117
- is_eject: number;
118
- share_url: string;
119
- token_check_msg: string;
120
- is_charge_tax: number;
121
- media: never[];
122
- tag: never[];
123
- vendor: never[];
124
- category: {
125
- id: number;
126
- shop_id: number;
127
- parent_id: number;
128
- name: string;
129
- slug: string;
130
- icon: string;
131
- status: string;
132
- last_applicable_time: number;
133
- sort: number;
134
- create_account_id: number;
135
- update_account_id: number;
136
- created_at: string;
137
- updated_at: string;
138
- }[];
139
- collection: ({
140
- id: number;
141
- shop_id: number;
142
- title: string;
143
- title_letter: string;
144
- description: null;
145
- cover: string;
146
- rule_type: string;
147
- rule: {
148
- class: string;
149
- value: number;
150
- operator: string;
151
- }[];
152
- product_quantity: number;
153
- type: string;
154
- order_type: string;
155
- disabled: number;
156
- create_account_id: number;
157
- update_account_id: number;
158
- created_at: string;
159
- updated_at: string;
160
- } | {
161
- id: number;
162
- shop_id: number;
163
- title: string;
164
- title_letter: string;
165
- description: string;
166
- cover: string;
167
- rule_type: string;
168
- rule: {
169
- class: string;
170
- value: string;
171
- operator: string;
172
- }[];
173
- product_quantity: number;
174
- type: string;
175
- order_type: string;
176
- disabled: number;
177
- create_account_id: number;
178
- update_account_id: number;
179
- created_at: string;
180
- updated_at: string;
181
- } | {
182
- id: number;
183
- shop_id: number;
184
- title: string;
185
- title_letter: string;
186
- description: null;
187
- cover: string;
188
- rule_type: string;
189
- rule: {
190
- class: string;
191
- value: string;
192
- operator: string;
193
- }[];
194
- product_quantity: number;
195
- type: string;
196
- order_type: string;
197
- disabled: number;
198
- create_account_id: number;
199
- update_account_id: number;
200
- created_at: string;
201
- updated_at: string;
202
- })[];
203
- variant_group: never[];
204
- option_group: never[];
205
- variant: never[];
206
- shop: {
207
- id: number;
208
- name: string;
209
- default_domain: string;
210
- default_url: string;
211
- };
212
- bundle_group: never[];
213
- };
214
- export default _default;
@@ -1,13 +0,0 @@
1
- /**
2
- 1. 在进入编辑服务前
3
-
4
- 计算出各种需要的列表
5
-
6
- 设置默认值
7
-
8
- 判断是否需要进入编辑服务页
9
- */
10
- export declare const getAutoAllocationStorage: (id: string | number) => any;
11
- export declare const setAutoAllocationStorage: (data: {
12
- [key: string]: boolean;
13
- }) => void;
@@ -1,4 +0,0 @@
1
- import React from "react";
2
- import "./index.less";
3
- declare const AddNote: ({ value, onChange, wait, title, placeholder }: any) => React.JSX.Element;
4
- export default AddNote;
@@ -1,133 +0,0 @@
1
- declare const STATUS_TEXT_MAP: {
2
- in_stock: string;
3
- rent: string;
4
- return: string;
5
- missing: string;
6
- broken: string;
7
- shop_changed: string;
8
- };
9
- declare const STATUS_COLOR_MAP: {
10
- in_stock: {
11
- backgroundColor: string;
12
- color: string;
13
- border: string;
14
- };
15
- rent: {
16
- backgroundColor: string;
17
- color: string;
18
- border: string;
19
- };
20
- return: {
21
- backgroundColor: string;
22
- color: string;
23
- border: string;
24
- };
25
- shop_changed: {
26
- backgroundColor: string;
27
- color: string;
28
- border: string;
29
- };
30
- overtime: {
31
- backgroundColor: string;
32
- color: string;
33
- border: string;
34
- };
35
- expire_soon: {
36
- backgroundColor: string;
37
- color: string;
38
- border: string;
39
- };
40
- borrowing: {
41
- backgroundColor: string;
42
- color: string;
43
- border: string;
44
- };
45
- missing: {
46
- backgroundColor: string;
47
- color: string;
48
- border: string;
49
- };
50
- broken: {
51
- backgroundColor: string;
52
- color: string;
53
- border: string;
54
- };
55
- };
56
- /**
57
- * @description: 排序设置
58
- * @return {*}
59
- */
60
- declare const SORT_SETTINGS: {
61
- show: boolean;
62
- list: {
63
- columnKey: string;
64
- key: string;
65
- type: string;
66
- localFilter: boolean;
67
- }[];
68
- };
69
- /**
70
- * @description: 列配置
71
- * @return {*}
72
- */
73
- declare const COLUMN_SETTING: {
74
- show: boolean;
75
- storageMode: string;
76
- };
77
- /**
78
- * @description: 过滤选项
79
- * @return {*}
80
- */
81
- declare const FILTER: (locales: any, isNormalShop: boolean, ecoShopLists?: any, isPartner?: boolean, currentPagination?: number) => {
82
- show: boolean;
83
- quickFilterMaxLength: number;
84
- currentPagination: number;
85
- list: ({
86
- key: string;
87
- type: string;
88
- columnKey: string;
89
- isCustom: boolean;
90
- name: string;
91
- sort: boolean;
92
- localFilter: boolean;
93
- other: {
94
- size: string;
95
- allowClear: boolean;
96
- showSearch: boolean;
97
- placeholder: any;
98
- defaultValue: number;
99
- options: {
100
- label: any;
101
- value: string | number;
102
- }[];
103
- style: {
104
- width: number;
105
- };
106
- };
107
- isHidden?: undefined;
108
- } | {
109
- key: string;
110
- type: string;
111
- columnKey: string;
112
- isCustom: boolean;
113
- name: string;
114
- sort: boolean;
115
- localFilter: boolean;
116
- isHidden: boolean;
117
- other: {
118
- size: string;
119
- allowClear: boolean;
120
- showSearch: boolean;
121
- placeholder: any;
122
- defaultValue: number;
123
- options: {
124
- label: any;
125
- value: any;
126
- }[];
127
- style: {
128
- width: number;
129
- };
130
- };
131
- })[];
132
- };
133
- export { STATUS_TEXT_MAP, STATUS_COLOR_MAP, SORT_SETTINGS, COLUMN_SETTING, FILTER, };
@@ -1,49 +0,0 @@
1
- import { TCallback } from './utils/scanListener';
2
- /**
3
- * 获取当前语言
4
- */
5
- export declare const useLanguage: () => any;
6
- /**
7
- * 扫码监听
8
- */
9
- export declare const useScanListener: () => {
10
- addListener: (key: string, callback: TCallback) => void;
11
- removeListener: (key: string) => void;
12
- setActiveListener: (key: string) => void;
13
- };
14
- /**
15
- * 获取app
16
- */
17
- export declare const useGetApp: () => any;
18
- /**
19
- * 获取modal
20
- */
21
- export declare const useModal: (key: string) => {
22
- modalProps: any;
23
- visible: any;
24
- open: (props?: any) => void;
25
- close: () => void;
26
- };
27
- export declare const useRequest: () => {
28
- get: (url: string, data?: Record<string, any>, config?: Record<string, any>) => any;
29
- post: (url: string, data?: Record<string, any>, config?: Record<string, any>) => any;
30
- put: (url: string, data?: Record<string, any>, config?: Record<string, any>) => any;
31
- remove: (url: string, data?: Record<string, any>, config?: Record<string, any>) => any;
32
- };
33
- /**
34
- * @description: 获取goal_shop_id和是否是普通店铺
35
- * @return {*}
36
- */
37
- export declare const useGetGoalShopInfo: () => {
38
- goalShopId: number | undefined;
39
- isNormalShop: boolean;
40
- };
41
- /**
42
- * 获取当前店铺id
43
- */
44
- export declare const useGetShopId: () => any;
45
- /**
46
- * @description: 是否是app端
47
- * @return {*}
48
- */
49
- export declare const useIsApp: () => boolean;