@pisell/materials 6.11.108 → 6.11.109

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 (531) 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/es/components/Pagination/index.d.ts +13 -0
  6. package/es/components/PisellCards/index.d.ts +15 -0
  7. package/es/components/PisellSteps/PisellSteps.d.ts +14 -0
  8. package/es/components/PisellTabbar/constants.d.ts +47 -0
  9. package/es/components/PisellTabbar/hooks/useActiveKey.d.ts +55 -0
  10. package/es/components/PisellTabbar/hooks/useExpand.d.ts +42 -0
  11. package/es/components/PisellTabbar/template/Template1/PisellTabbar.d.ts +5 -0
  12. package/es/components/PisellTabbar/template/Template1/constants.d.ts +10 -0
  13. package/es/components/PisellTabbar/types.d.ts +90 -0
  14. package/es/components/PisellTabbar/utils/index.d.ts +69 -0
  15. package/es/components/SafeAreaTop/index.d.ts +5 -0
  16. package/es/components/SafeAreaTop/types.d.ts +9 -0
  17. package/es/components/appVersionControl/index.d.ts +4 -0
  18. package/es/components/buttonGroupPreview/index.d.ts +19 -0
  19. package/es/components/cardPro/index.d.ts +3 -0
  20. package/es/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +3 -0
  21. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +4 -0
  22. package/es/components/dataSourceComponents/dataSourceTable/hooks/useFormat.d.ts +48 -0
  23. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +100 -0
  24. package/es/components/dataSourceComponents/dataSourceTable/type.d.ts +84 -0
  25. package/es/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +1 -0
  26. package/es/components/dataSourceComponents/fields/DatePicker/WithMode.d.ts +4 -0
  27. package/es/components/dataSourceComponents/fields/DatePicker/index.d.ts +3 -0
  28. package/es/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +1 -0
  29. package/es/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +1 -0
  30. package/es/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +1 -0
  31. package/es/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +1 -0
  32. package/es/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +1 -0
  33. package/es/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  34. package/es/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +1 -0
  35. package/es/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +1 -0
  36. package/es/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +1 -0
  37. package/es/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +1 -0
  38. package/es/components/dataSourceComponents/fields/index.d.ts +8 -8
  39. package/es/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +15 -0
  40. package/es/components/drag-sort-tree/TreeItem/index.d.ts +18 -0
  41. package/es/components/drawer/index.d.ts +3 -0
  42. package/es/components/filter/components/Dropdown/index.d.ts +10 -0
  43. package/es/components/filter/components/Dropdown/types.d.ts +15 -0
  44. package/es/components/filter/components/FilterButton/index.d.ts +5 -0
  45. package/es/components/filter/components/FilterButton/types.d.ts +29 -0
  46. package/es/components/filter/components/FilterItem/index.d.ts +9 -0
  47. package/es/components/filter/components/QuickFilter/index.d.ts +16 -0
  48. package/es/components/filter/types.d.ts +52 -0
  49. package/es/components/iconfont/index.d.ts +8 -0
  50. package/es/components/keyboard/index.d.ts +22 -0
  51. package/es/components/page/index.d.ts +0 -1
  52. package/es/components/pisell-config-provider/context.d.ts +22 -0
  53. package/es/components/pisell-config-provider/index.d.ts +13 -0
  54. package/es/components/pisellAdjustPrice/index.d.ts +0 -1
  55. package/es/components/pisellAdjustPrice/status.d.ts +32 -0
  56. package/es/components/pisellAdjustPrice/type.d.ts +22 -0
  57. package/es/components/pisellCurrency/PisellCurrency.d.ts +39 -0
  58. package/es/components/pisellDataSourceContainer/components/Pagination/index.d.ts +6 -0
  59. package/es/components/pisellEmail/PisellEmail.d.ts +37 -0
  60. package/es/components/pisellEmpty/index.d.ts +19 -0
  61. package/es/components/pisellFilter/index.d.ts +3 -0
  62. package/es/components/pisellFilter/type.d.ts +7 -0
  63. package/es/components/pisellFind/index.d.ts +62 -0
  64. package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +13 -0
  65. package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.stories.d.ts +59 -0
  66. package/es/components/pisellFloorMapLayout/appearance/floorMapAppearance.d.ts +29 -0
  67. package/es/components/pisellFloorMapLayout/components/CanvasTabs.d.ts +22 -0
  68. package/es/components/pisellFloorMapLayout/components/EdgeLayer.d.ts +37 -0
  69. package/es/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +66 -0
  70. package/es/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +39 -0
  71. package/es/components/pisellFloorMapLayout/components/FloorMapBuiltinShapeElement.d.ts +7 -0
  72. package/es/components/pisellFloorMapLayout/components/FloorMapEdgeEditPanel.d.ts +13 -0
  73. package/es/components/pisellFloorMapLayout/components/FloorMapEditPanel.d.ts +11 -0
  74. package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +64 -0
  75. package/es/components/pisellFloorMapLayout/components/FloorMapOverview.d.ts +44 -0
  76. package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.d.ts +84 -0
  77. package/es/components/pisellFloorMapLayout/components/FloorMapToolbarViewAllModal.d.ts +20 -0
  78. package/es/components/pisellFloorMapLayout/components/FloorMapZoneElement.d.ts +6 -0
  79. package/es/components/pisellFloorMapLayout/components/ItemLayer.d.ts +59 -0
  80. package/es/components/pisellFloorMapLayout/components/NodePortMarkers.d.ts +20 -0
  81. package/es/components/pisellFloorMapLayout/components/ViewControls.d.ts +61 -0
  82. package/es/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +28 -0
  83. package/es/components/pisellFloorMapLayout/components/index.d.ts +23 -0
  84. package/es/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +5 -0
  85. package/es/components/pisellFloorMapLayout/hooks/useFloorMapEdgeEditing.d.ts +61 -0
  86. package/es/components/pisellFloorMapLayout/hooks/useFloorMapEdgeViewModel.d.ts +15 -0
  87. package/es/components/pisellFloorMapLayout/hooks/useFloorMapEditState.d.ts +85 -0
  88. package/es/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +91 -0
  89. package/es/components/pisellFloorMapLayout/hooks/useShopFloorPlanSubscription.d.ts +19 -0
  90. package/es/components/pisellFloorMapLayout/index.d.ts +37 -0
  91. package/es/components/pisellFloorMapLayout/locales-ja.d.ts +184 -0
  92. package/es/components/pisellFloorMapLayout/locales-pt.d.ts +184 -0
  93. package/es/components/pisellFloorMapLayout/locales.d.ts +969 -0
  94. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.d.ts +10 -0
  95. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanPure.d.ts +22 -0
  96. package/es/components/pisellFloorMapLayout/types.d.ts +778 -0
  97. package/es/components/pisellFloorMapLayout/utils/batchScenePlacementLayout.d.ts +45 -0
  98. package/es/components/pisellFloorMapLayout/utils/edgeRouting.d.ts +267 -0
  99. package/es/components/pisellFloorMapLayout/utils/floorMapCanvasDisplay.d.ts +20 -0
  100. package/es/components/pisellFloorMapLayout/utils/floorMapCanvasStage.d.ts +83 -0
  101. package/es/components/pisellFloorMapLayout/utils/floorMapConfigMerge.d.ts +8 -0
  102. package/es/components/pisellFloorMapLayout/utils/floorMapDataBindingUtils.d.ts +21 -0
  103. package/es/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.d.ts +35 -0
  104. package/es/components/pisellFloorMapLayout/utils/floorMapFallbackRender.d.ts +11 -0
  105. package/es/components/pisellFloorMapLayout/utils/floorMapOverviewLayout.d.ts +44 -0
  106. package/es/components/pisellFloorMapLayout/utils/floorMapToolbarPalette.d.ts +34 -0
  107. package/es/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +8 -0
  108. package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +6 -0
  109. package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +10 -0
  110. package/es/components/pisellHierarchicalSummaryList/components/Row.d.ts +35 -0
  111. package/es/components/pisellHierarchicalSummaryList/components/index.d.ts +1 -0
  112. package/es/components/pisellHierarchicalSummaryList/hooks/index.d.ts +2 -0
  113. package/es/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +15 -0
  114. package/es/components/pisellHierarchicalSummaryList/index.d.ts +5 -0
  115. package/es/components/pisellHierarchicalSummaryList/types.d.ts +248 -0
  116. package/es/components/pisellInput/components/Copy/index.d.ts +0 -1
  117. package/es/components/pisellInput/index.d.ts +0 -1
  118. package/es/components/pisellLongText/PisellLongText.d.ts +39 -0
  119. package/es/components/pisellLookup/PisellLookup.d.ts +4 -0
  120. package/es/components/pisellLookup/components/LookupResultHost.d.ts +7 -0
  121. package/es/components/pisellLookup/components/LookupTrigger.d.ts +3 -0
  122. package/es/components/pisellMultipleSelect/PisellMultipleSelect.d.ts +9 -0
  123. package/es/components/pisellMultipleSelect/components/EditView.d.ts +8 -0
  124. package/es/components/pisellNavigationMenu/PisellNavigationMenu.d.ts +5 -0
  125. package/es/components/pisellNumber/PisellNumber.d.ts +42 -0
  126. package/es/components/pisellPhone/PisellPhone.d.ts +36 -0
  127. package/es/components/pisellPhone/components/EditView.d.ts +19 -0
  128. package/es/components/pisellPhone/constants/countryCodes.d.ts +20 -0
  129. package/es/components/pisellPhone/types.d.ts +209 -0
  130. package/es/components/pisellPhone/utils/countryCodeHelper.d.ts +35 -0
  131. package/es/components/pisellRating/PisellRating.d.ts +31 -0
  132. package/es/components/pisellRecordBoard/PisellRecordBoard.d.ts +9 -0
  133. package/es/components/pisellRecordBoard/index.d.ts +53 -0
  134. package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +14 -0
  135. package/es/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.d.ts +5 -0
  136. package/es/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.d.ts +11 -0
  137. package/es/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarInternalTypes.d.ts +43 -0
  138. package/es/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarViewShared.d.ts +26 -0
  139. package/es/components/pisellRecordBoard/shellFrame/Calendar/hooks/useBookingCalendarDayOverlayLayout.d.ts +18 -0
  140. package/es/components/pisellRecordBoard/shellFrame/Calendar/index.d.ts +7 -0
  141. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarBlockPanel.d.ts +26 -0
  142. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarOverflowListLayer.d.ts +14 -0
  143. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/MoveConfirmModal.d.ts +17 -0
  144. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowListModal.d.ts +19 -0
  145. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowPopover.d.ts +9 -0
  146. package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/BookingCalendarStyle.d.ts +10 -0
  147. package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarDateUtils.d.ts +236 -0
  148. package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarSelectionUtils.d.ts +7 -0
  149. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDaySelectionBar.d.ts +21 -0
  150. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDayView.d.ts +49 -0
  151. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarGroupRowHeader.d.ts +23 -0
  152. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarMonthView.d.ts +18 -0
  153. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarResourceView.d.ts +57 -0
  154. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarWeekView.d.ts +27 -0
  155. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/bookingCalendarDayViewContext.d.ts +12 -0
  156. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/day/useBookingCalendarDayHourRemaining.d.ts +10 -0
  157. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/day/useBookingCalendarDaySelection.d.ts +11 -0
  158. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/resource/useBookingCalendarResourceCellToggle.d.ts +3 -0
  159. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/resource/useBookingCalendarResourceDayHeaderRemaining.d.ts +8 -0
  160. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/useBookingCalendarGoToDayFromCell.d.ts +3 -0
  161. package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +8 -0
  162. package/es/components/pisellRecordBoard/shellFrame/Pagination/index.d.ts +14 -0
  163. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.d.ts +12 -0
  164. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.d.ts +8 -0
  165. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanel.d.ts +50 -0
  166. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelColorTab.d.ts +17 -0
  167. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelLayoutTab.d.ts +28 -0
  168. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.d.ts +22 -0
  169. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallCardPresentation.d.ts +58 -0
  170. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.d.ts +64 -0
  171. package/es/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +24 -0
  172. package/es/components/pisellRecordBoard/shellFrame/ToolBar/index.d.ts +12 -0
  173. package/es/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarI18n.d.ts +13 -0
  174. package/es/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.d.ts +19 -0
  175. package/es/components/pisellRecordBoard/shellFrame/index.d.ts +30 -0
  176. package/es/components/pisellRecordBoard/types.d.ts +874 -0
  177. package/es/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +23 -0
  178. package/es/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +52 -0
  179. package/es/components/pisellRecordBoard/utils/recordBoardPhoneGrid.d.ts +27 -0
  180. package/es/components/pisellReservationSchedule/PisellReservationSchedule.d.ts +10 -0
  181. package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.d.ts +10 -0
  182. package/es/components/pisellReservationScheduleBand/index.d.ts +3 -0
  183. package/es/components/pisellShellFrame/PisellShellFrame.d.ts +13 -0
  184. package/es/components/pisellShellFrame/types.d.ts +62 -0
  185. package/es/components/pisellSingleLineText/PisellSingleLineText.d.ts +40 -0
  186. package/es/components/pisellSingleSelect/PisellSingleSelect.d.ts +9 -0
  187. package/es/components/pisellStatisticList/index.d.ts +22 -0
  188. package/es/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +10 -0
  189. package/es/components/pisellTimeNavigator/PisellTimeNavigator.stories.d.ts +79 -0
  190. package/es/components/pisellTimeNavigator/components/NowButton.d.ts +14 -0
  191. package/es/components/pisellTimeNavigator/index.d.ts +5 -0
  192. package/es/components/pisellToast/squareToast/index.d.ts +15 -0
  193. package/es/components/pisellToast/squareToast/methods.d.ts +13 -0
  194. package/es/components/pisellToast/squareToast/renderImperatively.d.ts +28 -0
  195. package/es/components/pisellToast/squareToast/toast.d.ts +25 -0
  196. package/es/components/pisellUrl/PisellUrl.d.ts +37 -0
  197. package/es/components/pisellWalletPassCard/index.d.ts +146 -0
  198. package/es/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +3 -0
  199. package/es/components/productCard/cartSkuCard/components/BookingItem/index.d.ts +10 -0
  200. package/es/components/productCard/cartSkuCard/components/Gift/index.d.ts +4 -0
  201. package/es/components/productCard/cartSkuCard/components/Gift/types.d.ts +29 -0
  202. package/es/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -1
  203. package/es/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +14 -0
  204. package/es/components/productCard/cartSkuCard/components/Note/index.d.ts +0 -1
  205. package/es/components/productCard/cartSkuCard/components/Promotion/index.d.ts +6 -0
  206. package/es/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +36 -0
  207. package/es/components/productCard/cartSkuCard/components/discountReason/index.d.ts +0 -1
  208. package/es/components/productCard/cartSkuCard/components/holders/index.d.ts +3 -0
  209. package/es/components/productCard/cartSkuCard/components/packages/index.d.ts +11 -0
  210. package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +1 -1
  211. package/es/components/productCard/cartSkuCard/components/resources/index.d.ts +0 -1
  212. package/es/components/productCard/cartSkuCard/components/sales/index.d.ts +0 -1
  213. package/es/components/productCard/cartSkuCard/components/specs/index.d.ts +21 -0
  214. package/es/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +46 -0
  215. package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +8 -0
  216. package/es/components/productCard/cartSkuCard/components/weighing/index.d.ts +22 -0
  217. package/es/components/productCard/cartSkuCard/index.d.ts +13 -0
  218. package/es/components/productCard/cartSkuCard/locales.d.ts +203 -0
  219. package/es/components/productCard/components/Action/index.d.ts +3 -0
  220. package/es/components/productCard/components/Header/EditButton/index.d.ts +3 -0
  221. package/es/components/productCard/components/Header/index.d.ts +0 -1
  222. package/es/components/productCard/components/Packages/utils.d.ts +1 -1
  223. package/es/components/productCard/components/Sales/index.d.ts +0 -1
  224. package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts +3 -0
  225. package/es/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +0 -1
  226. package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +2 -0
  227. package/es/components/productCard/components/Time/components/SelectResource/index.d.ts +19 -0
  228. package/es/components/productCard/components/Time/index.d.ts +4 -0
  229. package/es/components/productCard/lineItem/BookingLineItem.d.ts +19 -0
  230. package/es/components/productCard/lineItem/components/Holders/index.d.ts +9 -0
  231. package/es/components/productCard/lineItem/components/Resources/index.d.ts +6 -0
  232. package/es/components/productCard/lineItem/components/TimeRange/index.d.ts +11 -0
  233. package/es/components/productCard/lineItem/locales.d.ts +23 -0
  234. package/es/components/productCard/lineItem/types.d.ts +13 -0
  235. package/es/components/productCard/locales.d.ts +138 -0
  236. package/es/components/productCard/status.d.ts +32 -0
  237. package/es/components/productCard/types.d.ts +96 -0
  238. package/es/components/select/index.d.ts +9 -0
  239. package/es/components/select-time/index.d.ts +13 -0
  240. package/es/components/table/Actions/component/ExportImport/index.d.ts +8 -0
  241. package/es/components/table/Actions/component/GallerySetting/index.d.ts +9 -0
  242. package/es/components/table/Actions/component/ViewMode/index.d.ts +9 -0
  243. package/es/components/table/BasicTable/index.d.ts +3 -0
  244. package/es/components/table/Gallery/components/GalleryItem/index.d.ts +14 -0
  245. package/es/components/table/Gallery/index.d.ts +5 -0
  246. package/es/components/table/Table/index.d.ts +4 -0
  247. package/es/components/table/Table/utils.d.ts +161 -0
  248. package/es/components/table/hooks/useTableSetting.d.ts +21 -0
  249. package/es/components/table/hooks/useTransDataSource.d.ts +11 -0
  250. package/es/components/table/types.d.ts +268 -0
  251. package/es/components/translation/index.d.ts +17 -0
  252. package/es/components/versionModal/index.d.ts +23 -0
  253. package/es/components/virtual-keyboard/Amount/index.d.ts +0 -1
  254. package/es/components/virtual-keyboard/Amount/themeConfig.d.ts +32 -0
  255. package/es/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +15 -0
  256. package/es/components/virtual-keyboard/Keyboard/index.d.ts +21 -0
  257. package/es/components/virtual-keyboard/Number/index.d.ts +0 -1
  258. package/es/components/virtual-keyboard/Number/themeConfig.d.ts +32 -0
  259. package/es/components/virtual-keyboard/Number/types.d.ts +26 -0
  260. package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +13 -0
  261. package/es/hooks/useResponsive.d.ts +1 -1
  262. package/es/index.d.ts +271 -0
  263. package/es/locales/en-US.d.ts +565 -0
  264. package/es/locales/ja.d.ts +533 -0
  265. package/es/locales/pt.d.ts +533 -0
  266. package/es/locales/zh-CN.d.ts +560 -0
  267. package/es/locales/zh-TW.d.ts +560 -0
  268. package/lib/components/Pagination/index.d.ts +13 -0
  269. package/lib/components/PisellCards/index.d.ts +15 -0
  270. package/lib/components/PisellSteps/PisellSteps.d.ts +14 -0
  271. package/lib/components/PisellTabbar/constants.d.ts +47 -0
  272. package/lib/components/PisellTabbar/hooks/useActiveKey.d.ts +55 -0
  273. package/lib/components/PisellTabbar/hooks/useExpand.d.ts +42 -0
  274. package/lib/components/PisellTabbar/template/Template1/PisellTabbar.d.ts +5 -0
  275. package/lib/components/PisellTabbar/template/Template1/constants.d.ts +10 -0
  276. package/lib/components/PisellTabbar/types.d.ts +90 -0
  277. package/lib/components/PisellTabbar/utils/index.d.ts +69 -0
  278. package/lib/components/SafeAreaTop/index.d.ts +5 -0
  279. package/lib/components/SafeAreaTop/types.d.ts +9 -0
  280. package/lib/components/appVersionControl/index.d.ts +4 -0
  281. package/lib/components/buttonGroupPreview/index.d.ts +19 -0
  282. package/lib/components/cardPro/index.d.ts +3 -0
  283. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +3 -0
  284. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +4 -0
  285. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useFormat.d.ts +48 -0
  286. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +100 -0
  287. package/lib/components/dataSourceComponents/dataSourceTable/type.d.ts +84 -0
  288. package/lib/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +1 -0
  289. package/lib/components/dataSourceComponents/fields/DatePicker/WithMode.d.ts +4 -0
  290. package/lib/components/dataSourceComponents/fields/DatePicker/index.d.ts +3 -0
  291. package/lib/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +1 -0
  292. package/lib/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +1 -0
  293. package/lib/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +1 -0
  294. package/lib/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +1 -0
  295. package/lib/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +1 -0
  296. package/lib/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  297. package/lib/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +1 -0
  298. package/lib/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +1 -0
  299. package/lib/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +1 -0
  300. package/lib/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +1 -0
  301. package/lib/components/dataSourceComponents/fields/index.d.ts +8 -8
  302. package/lib/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +15 -0
  303. package/lib/components/drag-sort-tree/TreeItem/index.d.ts +18 -0
  304. package/lib/components/drawer/index.d.ts +3 -0
  305. package/lib/components/filter/components/Dropdown/index.d.ts +10 -0
  306. package/lib/components/filter/components/Dropdown/types.d.ts +15 -0
  307. package/lib/components/filter/components/FilterButton/index.d.ts +5 -0
  308. package/lib/components/filter/components/FilterButton/types.d.ts +29 -0
  309. package/lib/components/filter/components/FilterItem/index.d.ts +9 -0
  310. package/lib/components/filter/components/QuickFilter/index.d.ts +16 -0
  311. package/lib/components/filter/types.d.ts +52 -0
  312. package/lib/components/iconfont/index.d.ts +8 -0
  313. package/lib/components/keyboard/index.d.ts +22 -0
  314. package/lib/components/page/index.d.ts +0 -1
  315. package/lib/components/pisell-config-provider/context.d.ts +22 -0
  316. package/lib/components/pisell-config-provider/index.d.ts +13 -0
  317. package/lib/components/pisellAdjustPrice/index.d.ts +0 -1
  318. package/lib/components/pisellAdjustPrice/status.d.ts +32 -0
  319. package/lib/components/pisellAdjustPrice/type.d.ts +22 -0
  320. package/lib/components/pisellCurrency/PisellCurrency.d.ts +39 -0
  321. package/lib/components/pisellDataSourceContainer/components/Pagination/index.d.ts +6 -0
  322. package/lib/components/pisellEmail/PisellEmail.d.ts +37 -0
  323. package/lib/components/pisellEmpty/index.d.ts +19 -0
  324. package/lib/components/pisellFilter/index.d.ts +3 -0
  325. package/lib/components/pisellFilter/type.d.ts +7 -0
  326. package/lib/components/pisellFind/index.d.ts +62 -0
  327. package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +13 -0
  328. package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.stories.d.ts +59 -0
  329. package/lib/components/pisellFloorMapLayout/appearance/floorMapAppearance.d.ts +29 -0
  330. package/lib/components/pisellFloorMapLayout/components/CanvasTabs.d.ts +22 -0
  331. package/lib/components/pisellFloorMapLayout/components/EdgeLayer.d.ts +37 -0
  332. package/lib/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +66 -0
  333. package/lib/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +39 -0
  334. package/lib/components/pisellFloorMapLayout/components/FloorMapBuiltinShapeElement.d.ts +7 -0
  335. package/lib/components/pisellFloorMapLayout/components/FloorMapEdgeEditPanel.d.ts +13 -0
  336. package/lib/components/pisellFloorMapLayout/components/FloorMapEditPanel.d.ts +11 -0
  337. package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +64 -0
  338. package/lib/components/pisellFloorMapLayout/components/FloorMapOverview.d.ts +44 -0
  339. package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.d.ts +84 -0
  340. package/lib/components/pisellFloorMapLayout/components/FloorMapToolbarViewAllModal.d.ts +20 -0
  341. package/lib/components/pisellFloorMapLayout/components/FloorMapZoneElement.d.ts +6 -0
  342. package/lib/components/pisellFloorMapLayout/components/ItemLayer.d.ts +59 -0
  343. package/lib/components/pisellFloorMapLayout/components/NodePortMarkers.d.ts +20 -0
  344. package/lib/components/pisellFloorMapLayout/components/ViewControls.d.ts +61 -0
  345. package/lib/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +28 -0
  346. package/lib/components/pisellFloorMapLayout/components/index.d.ts +23 -0
  347. package/lib/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +5 -0
  348. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEdgeEditing.d.ts +61 -0
  349. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEdgeViewModel.d.ts +15 -0
  350. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEditState.d.ts +85 -0
  351. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +91 -0
  352. package/lib/components/pisellFloorMapLayout/hooks/useShopFloorPlanSubscription.d.ts +19 -0
  353. package/lib/components/pisellFloorMapLayout/index.d.ts +37 -0
  354. package/lib/components/pisellFloorMapLayout/locales-ja.d.ts +184 -0
  355. package/lib/components/pisellFloorMapLayout/locales-pt.d.ts +184 -0
  356. package/lib/components/pisellFloorMapLayout/locales.d.ts +969 -0
  357. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.d.ts +10 -0
  358. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanPure.d.ts +22 -0
  359. package/lib/components/pisellFloorMapLayout/types.d.ts +778 -0
  360. package/lib/components/pisellFloorMapLayout/utils/batchScenePlacementLayout.d.ts +45 -0
  361. package/lib/components/pisellFloorMapLayout/utils/edgeRouting.d.ts +267 -0
  362. package/lib/components/pisellFloorMapLayout/utils/floorMapCanvasDisplay.d.ts +20 -0
  363. package/lib/components/pisellFloorMapLayout/utils/floorMapCanvasStage.d.ts +83 -0
  364. package/lib/components/pisellFloorMapLayout/utils/floorMapConfigMerge.d.ts +8 -0
  365. package/lib/components/pisellFloorMapLayout/utils/floorMapDataBindingUtils.d.ts +21 -0
  366. package/lib/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.d.ts +35 -0
  367. package/lib/components/pisellFloorMapLayout/utils/floorMapFallbackRender.d.ts +11 -0
  368. package/lib/components/pisellFloorMapLayout/utils/floorMapOverviewLayout.d.ts +44 -0
  369. package/lib/components/pisellFloorMapLayout/utils/floorMapToolbarPalette.d.ts +34 -0
  370. package/lib/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +8 -0
  371. package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +6 -0
  372. package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +10 -0
  373. package/lib/components/pisellHierarchicalSummaryList/components/Row.d.ts +35 -0
  374. package/lib/components/pisellHierarchicalSummaryList/components/index.d.ts +1 -0
  375. package/lib/components/pisellHierarchicalSummaryList/hooks/index.d.ts +2 -0
  376. package/lib/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +15 -0
  377. package/lib/components/pisellHierarchicalSummaryList/index.d.ts +5 -0
  378. package/lib/components/pisellHierarchicalSummaryList/types.d.ts +248 -0
  379. package/lib/components/pisellInput/components/Copy/index.d.ts +0 -1
  380. package/lib/components/pisellInput/index.d.ts +0 -1
  381. package/lib/components/pisellLongText/PisellLongText.d.ts +39 -0
  382. package/lib/components/pisellLookup/PisellLookup.d.ts +4 -0
  383. package/lib/components/pisellLookup/components/LookupResultHost.d.ts +7 -0
  384. package/lib/components/pisellLookup/components/LookupTrigger.d.ts +3 -0
  385. package/lib/components/pisellMultipleSelect/PisellMultipleSelect.d.ts +9 -0
  386. package/lib/components/pisellMultipleSelect/components/EditView.d.ts +8 -0
  387. package/lib/components/pisellNavigationMenu/PisellNavigationMenu.d.ts +5 -0
  388. package/lib/components/pisellNumber/PisellNumber.d.ts +42 -0
  389. package/lib/components/pisellPhone/PisellPhone.d.ts +36 -0
  390. package/lib/components/pisellPhone/components/EditView.d.ts +19 -0
  391. package/lib/components/pisellPhone/constants/countryCodes.d.ts +20 -0
  392. package/lib/components/pisellPhone/types.d.ts +209 -0
  393. package/lib/components/pisellPhone/utils/countryCodeHelper.d.ts +35 -0
  394. package/lib/components/pisellRating/PisellRating.d.ts +31 -0
  395. package/lib/components/pisellRecordBoard/PisellRecordBoard.d.ts +9 -0
  396. package/lib/components/pisellRecordBoard/index.d.ts +53 -0
  397. package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +14 -0
  398. package/lib/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.d.ts +5 -0
  399. package/lib/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.d.ts +11 -0
  400. package/lib/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarInternalTypes.d.ts +43 -0
  401. package/lib/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarViewShared.d.ts +26 -0
  402. package/lib/components/pisellRecordBoard/shellFrame/Calendar/hooks/useBookingCalendarDayOverlayLayout.d.ts +18 -0
  403. package/lib/components/pisellRecordBoard/shellFrame/Calendar/index.d.ts +7 -0
  404. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarBlockPanel.d.ts +26 -0
  405. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarOverflowListLayer.d.ts +14 -0
  406. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/MoveConfirmModal.d.ts +17 -0
  407. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowListModal.d.ts +19 -0
  408. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowPopover.d.ts +9 -0
  409. package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/BookingCalendarStyle.d.ts +10 -0
  410. package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarDateUtils.d.ts +236 -0
  411. package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarSelectionUtils.d.ts +7 -0
  412. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDaySelectionBar.d.ts +21 -0
  413. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDayView.d.ts +49 -0
  414. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarGroupRowHeader.d.ts +23 -0
  415. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarMonthView.d.ts +18 -0
  416. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarResourceView.d.ts +57 -0
  417. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarWeekView.d.ts +27 -0
  418. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/bookingCalendarDayViewContext.d.ts +12 -0
  419. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/day/useBookingCalendarDayHourRemaining.d.ts +10 -0
  420. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/day/useBookingCalendarDaySelection.d.ts +11 -0
  421. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/resource/useBookingCalendarResourceCellToggle.d.ts +3 -0
  422. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/resource/useBookingCalendarResourceDayHeaderRemaining.d.ts +8 -0
  423. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/useBookingCalendarGoToDayFromCell.d.ts +3 -0
  424. package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +8 -0
  425. package/lib/components/pisellRecordBoard/shellFrame/Pagination/index.d.ts +14 -0
  426. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.d.ts +12 -0
  427. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.d.ts +8 -0
  428. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanel.d.ts +50 -0
  429. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelColorTab.d.ts +17 -0
  430. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelLayoutTab.d.ts +28 -0
  431. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.d.ts +22 -0
  432. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallCardPresentation.d.ts +58 -0
  433. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.d.ts +64 -0
  434. package/lib/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +24 -0
  435. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/index.d.ts +12 -0
  436. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarI18n.d.ts +13 -0
  437. package/lib/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.d.ts +19 -0
  438. package/lib/components/pisellRecordBoard/shellFrame/index.d.ts +30 -0
  439. package/lib/components/pisellRecordBoard/types.d.ts +874 -0
  440. package/lib/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +23 -0
  441. package/lib/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +52 -0
  442. package/lib/components/pisellRecordBoard/utils/recordBoardPhoneGrid.d.ts +27 -0
  443. package/lib/components/pisellReservationSchedule/PisellReservationSchedule.d.ts +10 -0
  444. package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.d.ts +10 -0
  445. package/lib/components/pisellReservationScheduleBand/index.d.ts +3 -0
  446. package/lib/components/pisellShellFrame/PisellShellFrame.d.ts +13 -0
  447. package/lib/components/pisellShellFrame/types.d.ts +62 -0
  448. package/lib/components/pisellSingleLineText/PisellSingleLineText.d.ts +40 -0
  449. package/lib/components/pisellSingleSelect/PisellSingleSelect.d.ts +9 -0
  450. package/lib/components/pisellStatisticList/index.d.ts +22 -0
  451. package/lib/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +10 -0
  452. package/lib/components/pisellTimeNavigator/PisellTimeNavigator.stories.d.ts +79 -0
  453. package/lib/components/pisellTimeNavigator/components/NowButton.d.ts +14 -0
  454. package/lib/components/pisellTimeNavigator/index.d.ts +5 -0
  455. package/lib/components/pisellToast/squareToast/index.d.ts +15 -0
  456. package/lib/components/pisellToast/squareToast/methods.d.ts +13 -0
  457. package/lib/components/pisellToast/squareToast/renderImperatively.d.ts +28 -0
  458. package/lib/components/pisellToast/squareToast/toast.d.ts +25 -0
  459. package/lib/components/pisellUrl/PisellUrl.d.ts +37 -0
  460. package/lib/components/pisellWalletPassCard/index.d.ts +146 -0
  461. package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +3 -0
  462. package/lib/components/productCard/cartSkuCard/components/BookingItem/index.d.ts +10 -0
  463. package/lib/components/productCard/cartSkuCard/components/Gift/index.d.ts +4 -0
  464. package/lib/components/productCard/cartSkuCard/components/Gift/types.d.ts +29 -0
  465. package/lib/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -1
  466. package/lib/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +14 -0
  467. package/lib/components/productCard/cartSkuCard/components/Note/index.d.ts +0 -1
  468. package/lib/components/productCard/cartSkuCard/components/Promotion/index.d.ts +6 -0
  469. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +36 -0
  470. package/lib/components/productCard/cartSkuCard/components/discountReason/index.d.ts +0 -1
  471. package/lib/components/productCard/cartSkuCard/components/holders/index.d.ts +3 -0
  472. package/lib/components/productCard/cartSkuCard/components/packages/index.d.ts +11 -0
  473. package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +1 -1
  474. package/lib/components/productCard/cartSkuCard/components/resources/index.d.ts +0 -1
  475. package/lib/components/productCard/cartSkuCard/components/sales/index.d.ts +0 -1
  476. package/lib/components/productCard/cartSkuCard/components/specs/index.d.ts +21 -0
  477. package/lib/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +46 -0
  478. package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +8 -0
  479. package/lib/components/productCard/cartSkuCard/components/weighing/index.d.ts +22 -0
  480. package/lib/components/productCard/cartSkuCard/index.d.ts +13 -0
  481. package/lib/components/productCard/cartSkuCard/locales.d.ts +203 -0
  482. package/lib/components/productCard/components/Action/index.d.ts +3 -0
  483. package/lib/components/productCard/components/Header/EditButton/index.d.ts +3 -0
  484. package/lib/components/productCard/components/Header/index.d.ts +0 -1
  485. package/lib/components/productCard/components/Packages/utils.d.ts +1 -1
  486. package/lib/components/productCard/components/Sales/index.d.ts +0 -1
  487. package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts +3 -0
  488. package/lib/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +0 -1
  489. package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +2 -0
  490. package/lib/components/productCard/components/Time/components/SelectResource/index.d.ts +19 -0
  491. package/lib/components/productCard/components/Time/index.d.ts +4 -0
  492. package/lib/components/productCard/lineItem/BookingLineItem.d.ts +19 -0
  493. package/lib/components/productCard/lineItem/components/Holders/index.d.ts +9 -0
  494. package/lib/components/productCard/lineItem/components/Resources/index.d.ts +6 -0
  495. package/lib/components/productCard/lineItem/components/TimeRange/index.d.ts +11 -0
  496. package/lib/components/productCard/lineItem/locales.d.ts +23 -0
  497. package/lib/components/productCard/lineItem/types.d.ts +13 -0
  498. package/lib/components/productCard/locales.d.ts +138 -0
  499. package/lib/components/productCard/status.d.ts +32 -0
  500. package/lib/components/productCard/types.d.ts +96 -0
  501. package/lib/components/select/index.d.ts +9 -0
  502. package/lib/components/select-time/index.d.ts +13 -0
  503. package/lib/components/table/Actions/component/ExportImport/index.d.ts +8 -0
  504. package/lib/components/table/Actions/component/GallerySetting/index.d.ts +9 -0
  505. package/lib/components/table/Actions/component/ViewMode/index.d.ts +9 -0
  506. package/lib/components/table/BasicTable/index.d.ts +3 -0
  507. package/lib/components/table/Gallery/components/GalleryItem/index.d.ts +14 -0
  508. package/lib/components/table/Gallery/index.d.ts +5 -0
  509. package/lib/components/table/Table/index.d.ts +4 -0
  510. package/lib/components/table/Table/utils.d.ts +161 -0
  511. package/lib/components/table/hooks/useTableSetting.d.ts +21 -0
  512. package/lib/components/table/hooks/useTransDataSource.d.ts +11 -0
  513. package/lib/components/table/types.d.ts +268 -0
  514. package/lib/components/translation/index.d.ts +17 -0
  515. package/lib/components/versionModal/index.d.ts +23 -0
  516. package/lib/components/virtual-keyboard/Amount/index.d.ts +0 -1
  517. package/lib/components/virtual-keyboard/Amount/themeConfig.d.ts +32 -0
  518. package/lib/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +15 -0
  519. package/lib/components/virtual-keyboard/Keyboard/index.d.ts +21 -0
  520. package/lib/components/virtual-keyboard/Number/index.d.ts +0 -1
  521. package/lib/components/virtual-keyboard/Number/themeConfig.d.ts +32 -0
  522. package/lib/components/virtual-keyboard/Number/types.d.ts +26 -0
  523. package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +13 -0
  524. package/lib/hooks/useResponsive.d.ts +1 -1
  525. package/lib/index.d.ts +271 -0
  526. package/lib/locales/en-US.d.ts +565 -0
  527. package/lib/locales/ja.d.ts +533 -0
  528. package/lib/locales/pt.d.ts +533 -0
  529. package/lib/locales/zh-CN.d.ts +560 -0
  530. package/lib/locales/zh-TW.d.ts +560 -0
  531. package/package.json +1 -1
@@ -0,0 +1,146 @@
1
+ import React from 'react';
2
+ import './index.less';
3
+ export interface FormatOption {
4
+ /** 原始 DOM 元素 */
5
+ originDom: React.ReactNode;
6
+ /** 是否选中状态 */
7
+ active: boolean;
8
+ /** 完整的组件数据 */
9
+ data: PisellWalletPassCardProps;
10
+ }
11
+ export interface PisellWalletPassCardProps {
12
+ id: number;
13
+ /** 卡片样式 */
14
+ type: 'default' | 'mini';
15
+ /** 商品名称 */
16
+ name: string;
17
+ /** 二维码 */
18
+ qrCode: string;
19
+ /** 共享店铺名称 */
20
+ storeName: string;
21
+ /** 余额 */
22
+ balance?: number;
23
+ /** 识别码编号 */
24
+ code: string;
25
+ /** 有效期 */
26
+ validDate: string;
27
+ /** 使用金额 */
28
+ redeem?: number;
29
+ /** 是否禁用 */
30
+ disabled?: boolean;
31
+ /** 禁用原因 */
32
+ disabledReason?: string;
33
+ /** 是否展示禁用原因 */
34
+ showDisabledReason?: boolean;
35
+ /** 封面图 */
36
+ cover?: string;
37
+ /** 余额标题文案 */
38
+ balanceTitle?: string;
39
+ /** 使用金额标题文案 */
40
+ redeemTitle?: string;
41
+ /** 是否选中 */
42
+ active?: boolean;
43
+ /** 是否展示商品名称 */
44
+ showName?: boolean;
45
+ /** 是否展示共享店铺名称 */
46
+ showStoreName?: boolean | ((data: any) => boolean);
47
+ /** 是否展示使用金额 */
48
+ showRedeem?: boolean;
49
+ /** 是否展示余额 */
50
+ showBalance?: boolean;
51
+ /** 是否展示识别码编号 */
52
+ showCode?: boolean;
53
+ /** 是否展示有效期 */
54
+ showValidDate?: boolean;
55
+ /** 使用日程信息计算有效期 */
56
+ validDateBySchedule?: boolean;
57
+ /** 日程列表 */
58
+ scheduleList?: any[];
59
+ /** 是否展示右上角详情按钮 */
60
+ showDetail?: boolean;
61
+ /** 是否展示qrCode */
62
+ showQrCode?: boolean;
63
+ /** 是否展示封面 */
64
+ showCover?: boolean;
65
+ /** 是否展示余额货币符号 */
66
+ showBalanceSymbol?: boolean;
67
+ /** 展示操作按钮 */
68
+ showActions?: boolean;
69
+ /** 操作按钮配置 */
70
+ actions?: {
71
+ /** 按钮展示方式 */
72
+ layout: 'expanded' | 'collapsed';
73
+ /** detail 按钮配置 */
74
+ detail?: {
75
+ visible: boolean;
76
+ iconColor: string;
77
+ };
78
+ /** edit按钮配置 */
79
+ edit?: {
80
+ visible: boolean;
81
+ iconColor: string;
82
+ dialogTitle: string;
83
+ enableDialog: boolean;
84
+ fields: {
85
+ name: string;
86
+ label: string;
87
+ };
88
+ };
89
+ };
90
+ /** 编辑编辑按钮后,弹窗展示之前 */
91
+ beforeEdit?: (value: any) => Promise<any> | boolean | void;
92
+ /** 编辑弹窗点击提交 */
93
+ onConfirmEdit?: (value: any) => void;
94
+ /** 编辑金额事件 */
95
+ onConfirmEditAmount?: (value: number) => void;
96
+ /** 详情按钮点击事件 */
97
+ onDetail?: (data: {
98
+ id: number;
99
+ name: string;
100
+ storeName: string;
101
+ balance?: number;
102
+ redeem?: number;
103
+ code: string;
104
+ validDate: string;
105
+ originData?: any;
106
+ }) => void;
107
+ /** 是否使用外部详情处理(当为 true 且提供了 onDetail 时,不显示内部模态框) */
108
+ useExternalDetail?: boolean;
109
+ /** 单选或者多选 */
110
+ mode?: 'multiple' | 'single';
111
+ /** 是否展示选中图标 */
112
+ showActiveIcon?: boolean;
113
+ /** 开启编辑金额 */
114
+ enableEditAmount?: boolean;
115
+ /** 显示状态标识 */
116
+ showStatus?: boolean;
117
+ /** 名称标题字号字重颜色配置 */
118
+ nameTitleStyle?: {
119
+ fontSize: number;
120
+ fontWeight: number;
121
+ color: string;
122
+ };
123
+ /** 卡片状态 */
124
+ cardStatus?: 'used' | 'expired' | 'disabled' | 'conflict' | 'lastPayment';
125
+ /** 自定义余额格式化函数,如果提供则优先使用 */
126
+ formatBalance?: (balance?: number, option?: FormatOption) => React.ReactNode;
127
+ /** 自定义余额标题格式化函数,如果提供则优先使用 */
128
+ formatBalanceTitle?: (balanceTitle?: string, option?: FormatOption) => React.ReactNode;
129
+ /** 自定义使用金额格式化函数,如果提供则优先使用 */
130
+ formatRedeem?: (redeem?: number, option?: FormatOption) => React.ReactNode;
131
+ /** 自定义使用金额标题格式化函数,如果提供则优先使用 */
132
+ formatRedeemTitle?: (redeemTitle?: string, option?: FormatOption) => React.ReactNode;
133
+ /** 最大使用金额 */
134
+ maxRedeem?: number;
135
+ /** 编辑金额前事件 */
136
+ onBeforeEditAmount?: (value: any) => Promise<any> | boolean | void;
137
+ /** 是否显示持有人 */
138
+ showHolderName?: boolean;
139
+ /** 持有人, 表单记录,展示时一般取main_field */
140
+ holder?: any;
141
+ /** 持有人点击回调 */
142
+ onSetHolder?: (currentValue?: any) => void;
143
+ [key: string]: any;
144
+ }
145
+ declare const PisellWalletPassCard: (props: PisellWalletPassCardProps) => JSX.Element;
146
+ export default PisellWalletPassCard;
@@ -0,0 +1,3 @@
1
+ import './index.less';
2
+ declare const Footer: ({ item, hideDivider, type, isOnlyTotal }: any) => JSX.Element;
3
+ export default Footer;
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import './index.less';
3
+ interface BookingItemProps {
4
+ children?: React.ReactNode;
5
+ isShowRelatedProduct?: boolean;
6
+ isShowDelete?: boolean;
7
+ dataSource: any;
8
+ }
9
+ declare const BookingItem: (props: BookingItemProps) => JSX.Element;
10
+ export default BookingItem;
@@ -0,0 +1,4 @@
1
+ import { IGiftProps } from './types';
2
+ import './index.less';
3
+ declare const Gift: (props: IGiftProps) => JSX.Element | null;
4
+ export default Gift;
@@ -0,0 +1,29 @@
1
+ /// <reference types="react" />
2
+ /**
3
+ * 赠品项数据结构
4
+ */
5
+ export interface IGiftItem {
6
+ /** 图片 URL */
7
+ image?: string;
8
+ /** 标题 */
9
+ title?: string;
10
+ /** 唯一标识 */
11
+ id?: string;
12
+ }
13
+ /**
14
+ * Gift 组件 Props
15
+ */
16
+ export interface IGiftProps {
17
+ /** 是否显示赠品组件 */
18
+ isShow?: boolean;
19
+ /** 赠品总数量(可选择的总数) */
20
+ totalCount?: number;
21
+ /** 已选择的赠品列表 */
22
+ selectedGifts?: IGiftItem[];
23
+ /** 选择的赠品原始数据列表 */
24
+ _selectedOriginGifts?: any[];
25
+ /** 提示文本(未选择时显示) */
26
+ promptText?: string;
27
+ /** 点击事件回调 */
28
+ onClick?: (e: React.MouseEvent) => void;
29
+ }
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const MultiDay: ({ dataSource, hideDivider }: any) => JSX.Element;
4
3
  export default MultiDay;
@@ -0,0 +1,14 @@
1
+ interface InputItem {
2
+ start_date: string;
3
+ end_date: string;
4
+ total: number;
5
+ num: number;
6
+ }
7
+ interface OutputItem {
8
+ start_date: string;
9
+ end_date: string;
10
+ total: number;
11
+ num: number;
12
+ }
13
+ export declare function formatDateRanges(list: InputItem[]): OutputItem[];
14
+ export {};
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Note: (props: any) => JSX.Element | null;
4
3
  export default Note;
@@ -0,0 +1,6 @@
1
+ interface IPromotionProps {
2
+ promotions: any[];
3
+ onClick?: (item: any) => void;
4
+ }
5
+ declare const Promotion: (props: IPromotionProps) => JSX.Element;
6
+ export default Promotion;
@@ -0,0 +1,36 @@
1
+ import React from 'react';
2
+ import './index.less';
3
+ interface IProps {
4
+ isShowImage?: boolean;
5
+ dataSource: {
6
+ image?: string;
7
+ bundle?: any[];
8
+ options?: any[];
9
+ product_option_string?: string;
10
+ name?: string;
11
+ symbol?: string;
12
+ price?: string | number;
13
+ total?: number;
14
+ origin_total?: number;
15
+ num?: number;
16
+ holder_id?: any;
17
+ isFormSubject?: boolean;
18
+ totalDifference?: number;
19
+ };
20
+ style?: React.CSSProperties;
21
+ /** 作为主商品卡片展示
22
+ * 1. 影响商品数量 tag 的位置
23
+ * 2. isMain 且 type 为 a5,展示holder
24
+ */
25
+ isMainProduct?: boolean;
26
+ maxSpecsCount?: number;
27
+ type?: 'a2' | 'a5' | 'a9';
28
+ isBundle?: boolean;
29
+ showFooter?: boolean;
30
+ isShowOriginalPrice?: boolean;
31
+ isShowEditProduct?: boolean;
32
+ onEditProduct?: (val: any) => void;
33
+ disabledEditClick?: boolean;
34
+ }
35
+ declare const BasicInfo: (props: IProps) => JSX.Element;
36
+ export default BasicInfo;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const DiscountReason: (props: any) => JSX.Element;
3
2
  export default DiscountReason;
@@ -0,0 +1,3 @@
1
+ import './index.less';
2
+ declare const Holders: (props: any) => JSX.Element | null;
3
+ export default Holders;
@@ -0,0 +1,11 @@
1
+ import './index.less';
2
+ interface IProps {
3
+ isShowImage?: boolean;
4
+ dataSource: {
5
+ bundle?: any[];
6
+ symbol?: string;
7
+ };
8
+ type?: 'a2' | 'a5' | 'a9';
9
+ }
10
+ declare const Packages: ({ isShowImage, dataSource, type }: IProps) => JSX.Element | null;
11
+ export default Packages;
@@ -17,4 +17,4 @@ export declare const minusSign: (item: any, type?: string) => "" | "-";
17
17
  * @Author: WangHan
18
18
  * @Date: 2024-11-22 10:58
19
19
  */
20
- export declare const _formatAmount: (price?: number, amountSymbol?: string, digit?: number) => string | number;
20
+ export declare const _formatAmount: (price?: number, amountSymbol?: string, digit?: number) => any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Resources: (props: any) => JSX.Element | null;
4
3
  export default Resources;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  interface IProps {
4
3
  hideDivider?: boolean;
@@ -0,0 +1,21 @@
1
+ import './index.less';
2
+ interface SpecsProps {
3
+ /** 数据源 */
4
+ dataSource?: {
5
+ bundle?: Array<{
6
+ title: string;
7
+ }>;
8
+ options?: Array<{
9
+ name: string;
10
+ price: number;
11
+ num: number;
12
+ }>;
13
+ product_option_string?: string;
14
+ symbol?: string;
15
+ };
16
+ /** 最大展示数量,默认为 1 */
17
+ maxSpecsCount?: number;
18
+ type?: 'a2' | 'a5' | 'a9';
19
+ }
20
+ declare const Specs: (props: SpecsProps) => JSX.Element | null;
21
+ export default Specs;
@@ -0,0 +1,46 @@
1
+ import type { ReactNode } from 'react';
2
+ import React from 'react';
3
+ declare type NativeProps<S extends string = never> = {
4
+ className?: string;
5
+ style?: React.CSSProperties & Partial<Record<S, string>>;
6
+ };
7
+ declare type PropagationEvent = 'click';
8
+ import './index.less';
9
+ declare type SideType = 'left' | 'right';
10
+ export declare type SwipeActionRef = {
11
+ close: () => void;
12
+ show: (side?: SideType) => void;
13
+ };
14
+ declare type ActionColor = 'light' | 'weak' | 'primary' | 'success' | 'warning' | 'danger';
15
+ export declare type Action = {
16
+ key: string | number;
17
+ text: ReactNode;
18
+ color?: ActionColor | string;
19
+ onClick?: (e: React.MouseEvent) => void;
20
+ style?: React.CSSProperties;
21
+ };
22
+ export declare type SwipeActionProps = {
23
+ rightActions?: Action[];
24
+ leftActions?: Action[];
25
+ onAction?: (action: Action, e: React.MouseEvent) => void;
26
+ closeOnTouchOutside?: boolean;
27
+ closeOnAction?: boolean;
28
+ children: ReactNode;
29
+ stopPropagation?: PropagationEvent[];
30
+ onActionsReveal?: (side: SideType) => void;
31
+ onClose?: () => void;
32
+ escapeDom?: string;
33
+ } & NativeProps<'--background'>;
34
+ export declare const SwipeAction: React.ForwardRefExoticComponent<{
35
+ rightActions?: Action[] | undefined;
36
+ leftActions?: Action[] | undefined;
37
+ onAction?: ((action: Action, e: React.MouseEvent) => void) | undefined;
38
+ closeOnTouchOutside?: boolean | undefined;
39
+ closeOnAction?: boolean | undefined;
40
+ children: ReactNode;
41
+ stopPropagation?: "click"[] | undefined;
42
+ onActionsReveal?: ((side: SideType) => void) | undefined;
43
+ onClose?: (() => void) | undefined;
44
+ escapeDom?: string | undefined;
45
+ } & NativeProps<"--background"> & React.RefAttributes<SwipeActionRef>>;
46
+ export {};
@@ -0,0 +1,8 @@
1
+ import 'dayjs/locale/zh-cn';
2
+ import 'dayjs/locale/en';
3
+ import 'dayjs/locale/zh-tw';
4
+ import 'dayjs/locale/ja';
5
+ import 'dayjs/locale/pt';
6
+ import './index.less';
7
+ declare const TimeRange: (props: any) => JSX.Element | null;
8
+ export default TimeRange;
@@ -0,0 +1,22 @@
1
+ import './index.less';
2
+ declare type WeightUnit = 'KILOGRAMS' | 'GRAMS' | 'POUNDS' | 'OUNCES';
3
+ declare type WeighingMode = 'auto' | 'manual';
4
+ interface WeighingInfo {
5
+ mode?: WeighingMode;
6
+ weight?: string | number;
7
+ tare?: {
8
+ id?: string;
9
+ label?: string;
10
+ value?: string | number;
11
+ unit?: WeightUnit;
12
+ };
13
+ net_weight?: string | number;
14
+ unit_price?: string | number;
15
+ unit?: WeightUnit;
16
+ }
17
+ interface WeighingProps {
18
+ dataSource?: WeighingInfo;
19
+ symbol?: string;
20
+ }
21
+ declare const Weighing: (props: WeighingProps) => JSX.Element | null;
22
+ export default Weighing;
@@ -0,0 +1,13 @@
1
+ import './index.less';
2
+ import { ProductCardTypes } from '../types';
3
+ interface ISKUCardProps extends Omit<ProductCardTypes, 'dataSource'> {
4
+ dataSource: any;
5
+ itemType?: 'booking' | 'product';
6
+ type: 'a2' | 'a5' | 'a9';
7
+ rightActions: any[];
8
+ escapeDom?: string;
9
+ isShowRelatedProduct?: boolean;
10
+ }
11
+ export declare const PREFIX = "pisell-cart-sku-card";
12
+ declare const CartSkuCard: (props: ISKUCardProps) => JSX.Element | null;
13
+ export default CartSkuCard;
@@ -0,0 +1,203 @@
1
+ declare const _default: {
2
+ en: {
3
+ 'pisell2.product.card.discount.reason': string;
4
+ 'pisell2.cart.sku-card.more': string;
5
+ 'pisell2.cart.sku-card.packages.title': string;
6
+ 'pisell2.cart.sku-card.sales.title': string;
7
+ 'pisell2.cart.sku-card.actions.delete': string;
8
+ 'pisell2.cart.sku-card.unassigned': string;
9
+ 'pisell2.cart.sku-card.weighing.gross': string;
10
+ 'pisell2.cart.sku-card.weighing.manual': string;
11
+ 'pisell2.cart.sku-card.weighing.tare': string;
12
+ 'pisell2.cart.sku-card.weighing.net': string;
13
+ 'pisell2.cart.sku-card.weighing.noTare': string;
14
+ 'pisell2.cart.sku-card.gift.title': string;
15
+ 'pisell2.cart.sku-card.gift.select.title': string;
16
+ 'pisell2.cart.sku-card.gift.total': (num: number) => string;
17
+ 'pisell2.product.card.day': (val: number) => string;
18
+ 'pisell2.product.card.day.event': (val: number) => string;
19
+ 'pisell2.product.card.minute': (val: number) => string;
20
+ 'pisell2.product.card.discount.note': string;
21
+ 'pisell2.product.card.edit': string;
22
+ 'pisell2.product.card.discount.add.note': string;
23
+ 'pisell2.product.card.discount.edit.note': string;
24
+ 'pisell2.product.card.confirm': string;
25
+ 'pisell2.product.card.cancel': string;
26
+ 'pisell2.product.card.note.pla': string;
27
+ 'pisell2.product.card.items.package': string;
28
+ 'pisell2.product.card.view-all': string;
29
+ 'pisell2.product.card.view-less': string;
30
+ 'pisell2.product.card.add.holder.button.text': (val: string) => string;
31
+ 'pisell2.product.card.add.holder.placeholder': (val: string) => string;
32
+ 'pisell2.product.card.add.holder.placeholder.multiple': (num: number, val: string) => string;
33
+ 'pisell2.product.card.add.holder.modal.title.1': string;
34
+ 'pisell2.product.card.hour.minute': (hour: number, minute: number) => string;
35
+ 'pisell2.product.card.sales': string;
36
+ 'pisell2.product.card.add.holder.modal.cancel': string;
37
+ 'pisell2.product.card.add.holder.modal.clear': string;
38
+ 'pisell2.product.card.add.holder.modal.apply': string;
39
+ 'pisell2.product.card.add.holder.modal.add': string;
40
+ 'pisell2.product.card.closing-soon.warning': string;
41
+ };
42
+ 'zh-CN': {
43
+ 'pisell2.product.card.discount.reason': string;
44
+ 'pisell2.cart.sku-card.more': string;
45
+ 'pisell2.cart.sku-card.packages.title': string;
46
+ 'pisell2.cart.sku-card.sales.title': string;
47
+ 'pisell2.cart.sku-card.actions.delete': string;
48
+ 'pisell2.cart.sku-card.unassigned': string;
49
+ 'pisell2.cart.sku-card.weighing.gross': string;
50
+ 'pisell2.cart.sku-card.weighing.manual': string;
51
+ 'pisell2.cart.sku-card.weighing.tare': string;
52
+ 'pisell2.cart.sku-card.weighing.net': string;
53
+ 'pisell2.cart.sku-card.weighing.noTare': string;
54
+ 'pisell2.cart.sku-card.gift.title': string;
55
+ 'pisell2.cart.sku-card.gift.select.title': string;
56
+ 'pisell2.cart.sku-card.gift.total': (num: number) => string;
57
+ 'pisell2.product.card.edit': string;
58
+ 'pisell2.product.card.day': (val: number) => string;
59
+ 'pisell2.product.card.day.event': (val: number) => string;
60
+ 'pisell2.product.card.minute': (val: number) => string;
61
+ 'pisell2.product.card.discount.note': string;
62
+ 'pisell2.product.card.discount.add.note': string;
63
+ 'pisell2.product.card.discount.edit.note': string;
64
+ 'pisell2.product.card.confirm': string;
65
+ 'pisell2.product.card.cancel': string;
66
+ 'pisell2.product.card.note.pla': string;
67
+ 'pisell2.product.card.items.package': string;
68
+ 'pisell2.product.card.view-all': string;
69
+ 'pisell2.product.card.view-less': string;
70
+ 'pisell2.product.card.add.holder.button.text': (val: string) => string;
71
+ 'pisell2.product.card.add.holder.placeholder': (val: string) => string;
72
+ 'pisell2.product.card.add.holder.placeholder.multiple': (num: number, val: string) => string;
73
+ 'pisell2.product.card.add.holder.modal.title.1': string;
74
+ 'pisell2.product.card.hour.minute': (hour: number, minute: number) => string;
75
+ 'pisell2.product.card.sales': string;
76
+ 'pisell2.product.card.add.holder.modal.cancel': string;
77
+ 'pisell2.product.card.add.holder.modal.clear': string;
78
+ 'pisell2.product.card.add.holder.modal.apply': string;
79
+ 'pisell2.product.card.add.holder.modal.add': string;
80
+ 'pisell2.product.card.closing-soon.warning': string;
81
+ };
82
+ 'zh-HK': {
83
+ 'pisell2.product.card.discount.reason': string;
84
+ 'pisell2.cart.sku-card.more': string;
85
+ 'pisell2.cart.sku-card.packages.title': string;
86
+ 'pisell2.cart.sku-card.sales.title': string;
87
+ 'pisell2.cart.sku-card.actions.delete': string;
88
+ 'pisell2.cart.sku-card.unassigned': string;
89
+ 'pisell2.cart.sku-card.weighing.gross': string;
90
+ 'pisell2.cart.sku-card.weighing.manual': string;
91
+ 'pisell2.cart.sku-card.weighing.tare': string;
92
+ 'pisell2.cart.sku-card.weighing.net': string;
93
+ 'pisell2.cart.sku-card.weighing.noTare': string;
94
+ 'pisell2.cart.sku-card.gift.title': string;
95
+ 'pisell2.cart.sku-card.gift.select.title': string;
96
+ 'pisell2.cart.sku-card.gift.total': (num: number) => string;
97
+ 'pisell2.product.card.edit': string;
98
+ 'pisell2.product.card.day': (val: number) => string;
99
+ 'pisell2.product.card.day.event': (val: number) => string;
100
+ 'pisell2.product.card.minute': (val: number) => string;
101
+ 'pisell2.product.card.discount.note': string;
102
+ 'pisell2.product.card.discount.add.note': string;
103
+ 'pisell2.product.card.discount.edit.note': string;
104
+ 'pisell2.product.card.confirm': string;
105
+ 'pisell2.product.card.cancel': string;
106
+ 'pisell2.product.card.note.pla': string;
107
+ 'pisell2.product.card.items.package': string;
108
+ 'pisell2.product.card.view-all': string;
109
+ 'pisell2.product.card.view-less': string;
110
+ 'pisell2.product.card.add.holder.button.text': (val: string) => string;
111
+ 'pisell2.product.card.add.holder.placeholder': (val: string) => string;
112
+ 'pisell2.product.card.add.holder.placeholder.multiple': (num: number, val: string) => string;
113
+ 'pisell2.product.card.add.holder.modal.title.1': string;
114
+ 'pisell2.product.card.hour.minute': (hour: number, minute: number) => string;
115
+ 'pisell2.product.card.sales': string;
116
+ 'pisell2.product.card.add.holder.modal.cancel': string;
117
+ 'pisell2.product.card.add.holder.modal.clear': string;
118
+ 'pisell2.product.card.add.holder.modal.apply': string;
119
+ 'pisell2.product.card.add.holder.modal.add': string;
120
+ 'pisell2.product.card.closing-soon.warning': string;
121
+ };
122
+ ja: {
123
+ 'pisell2.product.card.discount.reason': string;
124
+ 'pisell2.cart.sku-card.more': string;
125
+ 'pisell2.cart.sku-card.packages.title': string;
126
+ 'pisell2.cart.sku-card.sales.title': string;
127
+ 'pisell2.cart.sku-card.actions.delete': string;
128
+ 'pisell2.cart.sku-card.unassigned': string;
129
+ 'pisell2.cart.sku-card.weighing.gross': string;
130
+ 'pisell2.cart.sku-card.weighing.manual': string;
131
+ 'pisell2.cart.sku-card.weighing.tare': string;
132
+ 'pisell2.cart.sku-card.weighing.net': string;
133
+ 'pisell2.cart.sku-card.weighing.noTare': string;
134
+ 'pisell2.cart.sku-card.gift.title': string;
135
+ 'pisell2.cart.sku-card.gift.select.title': string;
136
+ 'pisell2.cart.sku-card.gift.total': (num: number) => string;
137
+ 'pisell2.product.card.day': (val: number) => string;
138
+ 'pisell2.product.card.day.event': (val: number) => string;
139
+ 'pisell2.product.card.minute': (val: number) => string;
140
+ 'pisell2.product.card.discount.note': string;
141
+ 'pisell2.product.card.edit': string;
142
+ 'pisell2.product.card.discount.add.note': string;
143
+ 'pisell2.product.card.discount.edit.note': string;
144
+ 'pisell2.product.card.confirm': string;
145
+ 'pisell2.product.card.cancel': string;
146
+ 'pisell2.product.card.note.pla': string;
147
+ 'pisell2.product.card.items.package': string;
148
+ 'pisell2.product.card.view-all': string;
149
+ 'pisell2.product.card.view-less': string;
150
+ 'pisell2.product.card.add.holder.button.text': (val: string) => string;
151
+ 'pisell2.product.card.add.holder.placeholder': (val: string) => string;
152
+ 'pisell2.product.card.add.holder.placeholder.multiple': (num: number, val: string) => string;
153
+ 'pisell2.product.card.add.holder.modal.title.1': string;
154
+ 'pisell2.product.card.hour.minute': (hour: number, minute: number) => string;
155
+ 'pisell2.product.card.sales': string;
156
+ 'pisell2.product.card.add.holder.modal.cancel': string;
157
+ 'pisell2.product.card.add.holder.modal.clear': string;
158
+ 'pisell2.product.card.add.holder.modal.apply': string;
159
+ 'pisell2.product.card.add.holder.modal.add': string;
160
+ 'pisell2.product.card.closing-soon.warning': string;
161
+ };
162
+ pt: {
163
+ 'pisell2.product.card.discount.reason': string;
164
+ 'pisell2.cart.sku-card.more': string;
165
+ 'pisell2.cart.sku-card.packages.title': string;
166
+ 'pisell2.cart.sku-card.sales.title': string;
167
+ 'pisell2.cart.sku-card.actions.delete': string;
168
+ 'pisell2.cart.sku-card.unassigned': string;
169
+ 'pisell2.cart.sku-card.weighing.gross': string;
170
+ 'pisell2.cart.sku-card.weighing.manual': string;
171
+ 'pisell2.cart.sku-card.weighing.tare': string;
172
+ 'pisell2.cart.sku-card.weighing.net': string;
173
+ 'pisell2.cart.sku-card.weighing.noTare': string;
174
+ 'pisell2.cart.sku-card.gift.title': string;
175
+ 'pisell2.cart.sku-card.gift.select.title': string;
176
+ 'pisell2.cart.sku-card.gift.total': (num: number) => string;
177
+ 'pisell2.product.card.day': (val: number) => string;
178
+ 'pisell2.product.card.day.event': (val: number) => string;
179
+ 'pisell2.product.card.minute': (val: number) => string;
180
+ 'pisell2.product.card.discount.note': string;
181
+ 'pisell2.product.card.edit': string;
182
+ 'pisell2.product.card.discount.add.note': string;
183
+ 'pisell2.product.card.discount.edit.note': string;
184
+ 'pisell2.product.card.confirm': string;
185
+ 'pisell2.product.card.cancel': string;
186
+ 'pisell2.product.card.note.pla': string;
187
+ 'pisell2.product.card.items.package': string;
188
+ 'pisell2.product.card.view-all': string;
189
+ 'pisell2.product.card.view-less': string;
190
+ 'pisell2.product.card.add.holder.button.text': (val: string) => string;
191
+ 'pisell2.product.card.add.holder.placeholder': (val: string) => string;
192
+ 'pisell2.product.card.add.holder.placeholder.multiple': (num: number, val: string) => string;
193
+ 'pisell2.product.card.add.holder.modal.title.1': string;
194
+ 'pisell2.product.card.hour.minute': (hour: number, minute: number) => string;
195
+ 'pisell2.product.card.sales': string;
196
+ 'pisell2.product.card.add.holder.modal.cancel': string;
197
+ 'pisell2.product.card.add.holder.modal.clear': string;
198
+ 'pisell2.product.card.add.holder.modal.apply': string;
199
+ 'pisell2.product.card.add.holder.modal.add': string;
200
+ 'pisell2.product.card.closing-soon.warning': string;
201
+ };
202
+ };
203
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import './index.less';
2
+ declare const Action: ({ item, onAction }: any) => JSX.Element;
3
+ export default Action;
@@ -0,0 +1,3 @@
1
+ import './index.less';
2
+ declare const EditButton: ({ onEdit, disabledEditClick }: any) => JSX.Element;
3
+ export default EditButton;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Header: (props: any) => JSX.Element;
4
3
  export default Header;
@@ -17,4 +17,4 @@ export declare const minusSign: (item: any, type?: string) => "" | "-";
17
17
  * @Author: WangHan
18
18
  * @Date: 2024-11-22 10:58
19
19
  */
20
- export declare const _formatAmount: (price?: number, amountSymbol?: string, digit?: number) => string | number;
20
+ export declare const _formatAmount: (price?: number, amountSymbol?: string, digit?: number) => any;