@pisell/materials 6.11.107 → 6.11.108

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 (444) 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 +7 -7
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +7 -7
  11. package/es/components/buttonGroupPreview/index.js +2 -1
  12. package/es/components/pisellFind/index.js +114 -18
  13. package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.js +6 -1
  14. package/es/components/pisellFloorMapLayout/hooks/useFloorMapEditState.js +24 -18
  15. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.js +4 -6
  16. package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.js +4 -2
  17. package/es/components/productCard/cartSkuCard/components/AmountFooter/index.js +3 -14
  18. package/es/components/productCard/cartSkuCard/components/AmountFooter/index.less +2 -3
  19. package/es/components/productCard/cartSkuCard/components/basicInfo/index.js +4 -11
  20. package/es/components/productCard/cartSkuCard/components/basicInfo/index.less +0 -8
  21. package/es/components/productCard/cartSkuCard/components/resources/index.less +4 -0
  22. package/es/components/productCard/cartSkuCard/components/specs/index.js +5 -1
  23. package/es/components/productCard/cartSkuCard/components/specs/index.less +0 -24
  24. package/es/components/productCard/cartSkuCard/components/weighing/index.js +1 -4
  25. package/es/components/productCard/cartSkuCard/components/weighing/index.less +2 -10
  26. package/es/components/productCard/cartSkuCard/index.less +0 -2
  27. package/es/components/productCard/lineItem/BookingLineItem.js +39 -21
  28. package/es/components/productCard/lineItem/components/Holders/index.js +74 -0
  29. package/es/components/productCard/lineItem/components/Holders/index.less +39 -0
  30. package/es/components/productCard/lineItem/index.d.ts +11 -7
  31. package/es/components/productCard/lineItem/index.js +89 -27
  32. package/es/components/productCard/lineItem/index.less +40 -3
  33. package/lib/components/buttonGroupPreview/index.js +2 -1
  34. package/lib/components/pisellFind/index.js +80 -5
  35. package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.js +6 -1
  36. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEditState.js +36 -17
  37. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.js +3 -5
  38. package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.js +1 -1
  39. package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.js +2 -11
  40. package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.less +2 -3
  41. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.js +10 -22
  42. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.less +0 -8
  43. package/lib/components/productCard/cartSkuCard/components/resources/index.less +4 -0
  44. package/lib/components/productCard/cartSkuCard/components/specs/index.js +11 -1
  45. package/lib/components/productCard/cartSkuCard/components/specs/index.less +0 -24
  46. package/lib/components/productCard/cartSkuCard/components/weighing/index.js +4 -6
  47. package/lib/components/productCard/cartSkuCard/components/weighing/index.less +2 -10
  48. package/lib/components/productCard/cartSkuCard/index.less +0 -2
  49. package/lib/components/productCard/lineItem/BookingLineItem.js +40 -48
  50. package/lib/components/productCard/lineItem/components/Holders/index.js +83 -0
  51. package/lib/components/productCard/lineItem/components/Holders/index.less +39 -0
  52. package/lib/components/productCard/lineItem/index.d.ts +11 -7
  53. package/lib/components/productCard/lineItem/index.js +63 -21
  54. package/lib/components/productCard/lineItem/index.less +40 -3
  55. package/lowcode/pisell-find/meta.ts +19 -0
  56. package/package.json +1 -1
  57. package/es/components/Pagination/index.d.ts +0 -14
  58. package/es/components/PisellCards/components/GraphicTextCard/types.d.ts +0 -290
  59. package/es/components/PisellCards/components/TextCard/TextCard.d.ts +0 -7
  60. package/es/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +0 -26
  61. package/es/components/PisellCards/components/TextCard/components/TextContent.d.ts +0 -21
  62. package/es/components/PisellCards/components/TextCard/types.d.ts +0 -270
  63. package/es/components/PisellCards/index.d.ts +0 -15
  64. package/es/components/PisellScrollView/PisellScrollView.d.ts +0 -5
  65. package/es/components/PisellScrollView/components/Actions/index.d.ts +0 -18
  66. package/es/components/PisellScrollView/types.d.ts +0 -203
  67. package/es/components/PisellSteps/PisellSteps.d.ts +0 -14
  68. package/es/components/PisellTabbar/template/Template1/PisellTabbar.d.ts +0 -5
  69. package/es/components/appVersionControl/index.d.ts +0 -5
  70. package/es/components/buttonGroupPreview/index.d.ts +0 -19
  71. package/es/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +0 -3
  72. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -5
  73. package/es/components/dataSourceComponents/dataSourceTable/hooks/useFormat.d.ts +0 -48
  74. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +0 -100
  75. package/es/components/dataSourceComponents/dataSourceTable/type.d.ts +0 -84
  76. package/es/components/dataSourceComponents/fields/DatePicker/WithMode.d.ts +0 -4
  77. package/es/components/dataSourceComponents/fields/DatePicker/index.d.ts +0 -3
  78. package/es/components/drag-sort-tree/index.d.ts +0 -4
  79. package/es/components/drawer/index.d.ts +0 -3
  80. package/es/components/filter/components/Dropdown/index.d.ts +0 -10
  81. package/es/components/filter/components/FilterButton/index.d.ts +0 -5
  82. package/es/components/filter/components/FilterItem/index.d.ts +0 -9
  83. package/es/components/filter/components/QuickFilter/index.d.ts +0 -16
  84. package/es/components/keyboard/index.d.ts +0 -22
  85. package/es/components/login-and-register/index.d.ts +0 -82
  86. package/es/components/pisell-config-provider/index.d.ts +0 -13
  87. package/es/components/pisellCurrency/PisellCurrency.d.ts +0 -39
  88. package/es/components/pisellDataSourceContainer/components/Pagination/index.d.ts +0 -6
  89. package/es/components/pisellEmail/PisellEmail.d.ts +0 -37
  90. package/es/components/pisellEmpty/index.d.ts +0 -19
  91. package/es/components/pisellFilter/index.d.ts +0 -4
  92. package/es/components/pisellFind/index.d.ts +0 -40
  93. package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +0 -13
  94. package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.stories.d.ts +0 -59
  95. package/es/components/pisellFloorMapLayout/appearance/floorMapAppearance.d.ts +0 -29
  96. package/es/components/pisellFloorMapLayout/components/CanvasTabs.d.ts +0 -22
  97. package/es/components/pisellFloorMapLayout/components/EdgeLayer.d.ts +0 -37
  98. package/es/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +0 -66
  99. package/es/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +0 -39
  100. package/es/components/pisellFloorMapLayout/components/FloorMapBuiltinShapeElement.d.ts +0 -7
  101. package/es/components/pisellFloorMapLayout/components/FloorMapEdgeEditPanel.d.ts +0 -13
  102. package/es/components/pisellFloorMapLayout/components/FloorMapEditPanel.d.ts +0 -11
  103. package/es/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +0 -23
  104. package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +0 -64
  105. package/es/components/pisellFloorMapLayout/components/FloorMapOverview.d.ts +0 -44
  106. package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.d.ts +0 -84
  107. package/es/components/pisellFloorMapLayout/components/FloorMapToolbarViewAllModal.d.ts +0 -20
  108. package/es/components/pisellFloorMapLayout/components/FloorMapZoneElement.d.ts +0 -6
  109. package/es/components/pisellFloorMapLayout/components/ItemLayer.d.ts +0 -59
  110. package/es/components/pisellFloorMapLayout/components/NodePortMarkers.d.ts +0 -20
  111. package/es/components/pisellFloorMapLayout/components/ViewControls.d.ts +0 -61
  112. package/es/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +0 -28
  113. package/es/components/pisellFloorMapLayout/components/index.d.ts +0 -23
  114. package/es/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +0 -5
  115. package/es/components/pisellFloorMapLayout/floorMapLayoutConstants.d.ts +0 -35
  116. package/es/components/pisellFloorMapLayout/hooks/useFloorMapEdgeEditing.d.ts +0 -61
  117. package/es/components/pisellFloorMapLayout/hooks/useFloorMapEdgeViewModel.d.ts +0 -15
  118. package/es/components/pisellFloorMapLayout/hooks/useFloorMapEditState.d.ts +0 -79
  119. package/es/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +0 -91
  120. package/es/components/pisellFloorMapLayout/hooks/useShopFloorPlanSubscription.d.ts +0 -19
  121. package/es/components/pisellFloorMapLayout/index.d.ts +0 -37
  122. package/es/components/pisellFloorMapLayout/locales-ja.d.ts +0 -184
  123. package/es/components/pisellFloorMapLayout/locales-pt.d.ts +0 -184
  124. package/es/components/pisellFloorMapLayout/locales.d.ts +0 -969
  125. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.d.ts +0 -10
  126. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanPure.d.ts +0 -22
  127. package/es/components/pisellFloorMapLayout/types.d.ts +0 -778
  128. package/es/components/pisellFloorMapLayout/utils/alignSnap.d.ts +0 -64
  129. package/es/components/pisellFloorMapLayout/utils/batchScenePlacementLayout.d.ts +0 -45
  130. package/es/components/pisellFloorMapLayout/utils/edgeRouting.d.ts +0 -267
  131. package/es/components/pisellFloorMapLayout/utils/floorMapCanvasDisplay.d.ts +0 -20
  132. package/es/components/pisellFloorMapLayout/utils/floorMapCanvasStage.d.ts +0 -83
  133. package/es/components/pisellFloorMapLayout/utils/floorMapConfigMerge.d.ts +0 -8
  134. package/es/components/pisellFloorMapLayout/utils/floorMapDataBindingUtils.d.ts +0 -21
  135. package/es/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.d.ts +0 -35
  136. package/es/components/pisellFloorMapLayout/utils/floorMapFallbackRender.d.ts +0 -11
  137. package/es/components/pisellFloorMapLayout/utils/floorMapOverviewLayout.d.ts +0 -44
  138. package/es/components/pisellFloorMapLayout/utils/floorMapResourcePickerDisplay.d.ts +0 -27
  139. package/es/components/pisellFloorMapLayout/utils/floorMapResourcePickerTypes.d.ts +0 -109
  140. package/es/components/pisellFloorMapLayout/utils/floorMapToolbarPalette.d.ts +0 -34
  141. package/es/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +0 -8
  142. package/es/components/pisellGridPro/index.d.ts +0 -4
  143. package/es/components/pisellLongText/PisellLongText.d.ts +0 -39
  144. package/es/components/pisellMultipleSelect/PisellMultipleSelect.d.ts +0 -9
  145. package/es/components/pisellMultipleSelect/components/EditView.d.ts +0 -8
  146. package/es/components/pisellNavigationMenu/PisellNavigationMenu.d.ts +0 -5
  147. package/es/components/pisellNumber/PisellNumber.d.ts +0 -42
  148. package/es/components/pisellPhone/PisellPhone.d.ts +0 -36
  149. package/es/components/pisellPhone/components/EditView.d.ts +0 -19
  150. package/es/components/pisellPhone/constants/countryCodes.d.ts +0 -20
  151. package/es/components/pisellPhone/types.d.ts +0 -209
  152. package/es/components/pisellPhone/utils/countryCodeHelper.d.ts +0 -35
  153. package/es/components/pisellRating/PisellRating.d.ts +0 -31
  154. package/es/components/pisellRecordBoard/PisellRecordBoard.d.ts +0 -9
  155. package/es/components/pisellRecordBoard/index.d.ts +0 -53
  156. package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +0 -14
  157. package/es/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.d.ts +0 -5
  158. package/es/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.d.ts +0 -11
  159. package/es/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarInternalTypes.d.ts +0 -43
  160. package/es/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarViewShared.d.ts +0 -26
  161. package/es/components/pisellRecordBoard/shellFrame/Calendar/hooks/useBookingCalendarDayOverlayLayout.d.ts +0 -18
  162. package/es/components/pisellRecordBoard/shellFrame/Calendar/index.d.ts +0 -7
  163. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarBlockPanel.d.ts +0 -26
  164. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarOverflowListLayer.d.ts +0 -14
  165. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/MoveConfirmModal.d.ts +0 -17
  166. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowListModal.d.ts +0 -19
  167. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowPopover.d.ts +0 -9
  168. package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/BookingCalendarStyle.d.ts +0 -10
  169. package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarDateUtils.d.ts +0 -236
  170. package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarSelectionUtils.d.ts +0 -7
  171. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDaySelectionBar.d.ts +0 -21
  172. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDayView.d.ts +0 -49
  173. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarGroupRowHeader.d.ts +0 -23
  174. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarMonthView.d.ts +0 -18
  175. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarResourceView.d.ts +0 -57
  176. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarWeekView.d.ts +0 -27
  177. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/bookingCalendarDayViewContext.d.ts +0 -12
  178. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/day/useBookingCalendarDayHourRemaining.d.ts +0 -10
  179. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/day/useBookingCalendarDaySelection.d.ts +0 -11
  180. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/resource/useBookingCalendarResourceCellToggle.d.ts +0 -3
  181. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/resource/useBookingCalendarResourceDayHeaderRemaining.d.ts +0 -8
  182. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/useBookingCalendarGoToDayFromCell.d.ts +0 -3
  183. package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +0 -8
  184. package/es/components/pisellRecordBoard/shellFrame/Pagination/index.d.ts +0 -14
  185. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.d.ts +0 -12
  186. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.d.ts +0 -8
  187. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanel.d.ts +0 -50
  188. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelColorTab.d.ts +0 -17
  189. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelLayoutTab.d.ts +0 -28
  190. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.d.ts +0 -22
  191. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallCardPresentation.d.ts +0 -58
  192. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.d.ts +0 -64
  193. package/es/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +0 -24
  194. package/es/components/pisellRecordBoard/shellFrame/ToolBar/index.d.ts +0 -12
  195. package/es/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarI18n.d.ts +0 -13
  196. package/es/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.d.ts +0 -19
  197. package/es/components/pisellRecordBoard/shellFrame/index.d.ts +0 -30
  198. package/es/components/pisellRecordBoard/types.d.ts +0 -874
  199. package/es/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +0 -23
  200. package/es/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +0 -52
  201. package/es/components/pisellRecordBoard/utils/recordBoardPhoneGrid.d.ts +0 -27
  202. package/es/components/pisellReservationSchedule/PisellReservationSchedule.d.ts +0 -10
  203. package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.d.ts +0 -10
  204. package/es/components/pisellReservationScheduleBand/index.d.ts +0 -3
  205. package/es/components/pisellSingleLineText/PisellSingleLineText.d.ts +0 -40
  206. package/es/components/pisellSingleSelect/PisellSingleSelect.d.ts +0 -9
  207. package/es/components/pisellStatisticList/index.d.ts +0 -22
  208. package/es/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +0 -10
  209. package/es/components/pisellTimeNavigator/PisellTimeNavigator.stories.d.ts +0 -79
  210. package/es/components/pisellTimeNavigator/components/NowButton.d.ts +0 -14
  211. package/es/components/pisellTimeNavigator/index.d.ts +0 -5
  212. package/es/components/pisellUrl/PisellUrl.d.ts +0 -37
  213. package/es/components/pisellWalletPassCard/index.d.ts +0 -146
  214. package/es/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +0 -3
  215. package/es/components/productCard/cartSkuCard/components/BookingItem/index.d.ts +0 -10
  216. package/es/components/productCard/cartSkuCard/components/Gift/index.d.ts +0 -5
  217. package/es/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +0 -36
  218. package/es/components/productCard/cartSkuCard/components/holders/index.d.ts +0 -4
  219. package/es/components/productCard/cartSkuCard/components/packages/index.d.ts +0 -12
  220. package/es/components/productCard/cartSkuCard/components/specs/index.d.ts +0 -21
  221. package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -9
  222. package/es/components/productCard/cartSkuCard/components/weighing/index.d.ts +0 -22
  223. package/es/components/productCard/cartSkuCard/index.d.ts +0 -13
  224. package/es/components/productCard/components/Header/DeleteButton/index.d.ts +0 -3
  225. package/es/components/productCard/components/Header/EditButton/index.d.ts +0 -4
  226. package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts +0 -4
  227. package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +0 -3
  228. package/es/components/productCard/components/Time/components/SelectResource/index.d.ts +0 -19
  229. package/es/components/productCard/components/Time/index.d.ts +0 -4
  230. package/es/components/productCard/lineItem/BookingLineItem.d.ts +0 -17
  231. package/es/components/productCard/lineItem/components/Resources/index.d.ts +0 -6
  232. package/es/components/productCard/lineItem/components/TimeRange/index.d.ts +0 -12
  233. package/es/components/productCard/lineItem/types.d.ts +0 -9
  234. package/es/components/productCard/status.d.ts +0 -32
  235. package/es/components/productCard/types.d.ts +0 -95
  236. package/es/components/select-time/index.d.ts +0 -14
  237. package/es/components/table/Actions/component/ExportImport/index.d.ts +0 -8
  238. package/es/components/table/Actions/component/GallerySetting/index.d.ts +0 -9
  239. package/es/components/table/Actions/component/ViewMode/index.d.ts +0 -9
  240. package/es/components/table/BasicTable/index.d.ts +0 -4
  241. package/es/components/table/Gallery/components/GalleryItem/index.d.ts +0 -14
  242. package/es/components/table/Gallery/index.d.ts +0 -5
  243. package/es/components/table/Table/index.d.ts +0 -4
  244. package/es/components/table/Table/utils.d.ts +0 -161
  245. package/es/components/table/hooks/useTableSetting.d.ts +0 -21
  246. package/es/components/table/hooks/useTransDataSource.d.ts +0 -11
  247. package/es/components/table/types.d.ts +0 -268
  248. package/es/components/translation/index.d.ts +0 -17
  249. package/es/components/versionModal/index.d.ts +0 -23
  250. package/es/index.d.ts +0 -271
  251. package/lib/components/Pagination/index.d.ts +0 -14
  252. package/lib/components/PisellCards/components/GraphicTextCard/types.d.ts +0 -290
  253. package/lib/components/PisellCards/components/TextCard/TextCard.d.ts +0 -7
  254. package/lib/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +0 -26
  255. package/lib/components/PisellCards/components/TextCard/components/TextContent.d.ts +0 -21
  256. package/lib/components/PisellCards/components/TextCard/types.d.ts +0 -270
  257. package/lib/components/PisellCards/index.d.ts +0 -15
  258. package/lib/components/PisellScrollView/PisellScrollView.d.ts +0 -5
  259. package/lib/components/PisellScrollView/components/Actions/index.d.ts +0 -18
  260. package/lib/components/PisellScrollView/types.d.ts +0 -203
  261. package/lib/components/PisellSteps/PisellSteps.d.ts +0 -14
  262. package/lib/components/PisellTabbar/template/Template1/PisellTabbar.d.ts +0 -5
  263. package/lib/components/appVersionControl/index.d.ts +0 -5
  264. package/lib/components/buttonGroupPreview/index.d.ts +0 -19
  265. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +0 -3
  266. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -5
  267. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useFormat.d.ts +0 -48
  268. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +0 -100
  269. package/lib/components/dataSourceComponents/dataSourceTable/type.d.ts +0 -84
  270. package/lib/components/dataSourceComponents/fields/DatePicker/WithMode.d.ts +0 -4
  271. package/lib/components/dataSourceComponents/fields/DatePicker/index.d.ts +0 -3
  272. package/lib/components/drag-sort-tree/index.d.ts +0 -4
  273. package/lib/components/drawer/index.d.ts +0 -3
  274. package/lib/components/filter/components/Dropdown/index.d.ts +0 -10
  275. package/lib/components/filter/components/FilterButton/index.d.ts +0 -5
  276. package/lib/components/filter/components/FilterItem/index.d.ts +0 -9
  277. package/lib/components/filter/components/QuickFilter/index.d.ts +0 -16
  278. package/lib/components/keyboard/index.d.ts +0 -22
  279. package/lib/components/login-and-register/index.d.ts +0 -82
  280. package/lib/components/pisell-config-provider/index.d.ts +0 -13
  281. package/lib/components/pisellCurrency/PisellCurrency.d.ts +0 -39
  282. package/lib/components/pisellDataSourceContainer/components/Pagination/index.d.ts +0 -6
  283. package/lib/components/pisellEmail/PisellEmail.d.ts +0 -37
  284. package/lib/components/pisellEmpty/index.d.ts +0 -19
  285. package/lib/components/pisellFilter/index.d.ts +0 -4
  286. package/lib/components/pisellFind/index.d.ts +0 -40
  287. package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +0 -13
  288. package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.stories.d.ts +0 -59
  289. package/lib/components/pisellFloorMapLayout/appearance/floorMapAppearance.d.ts +0 -29
  290. package/lib/components/pisellFloorMapLayout/components/CanvasTabs.d.ts +0 -22
  291. package/lib/components/pisellFloorMapLayout/components/EdgeLayer.d.ts +0 -37
  292. package/lib/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +0 -66
  293. package/lib/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +0 -39
  294. package/lib/components/pisellFloorMapLayout/components/FloorMapBuiltinShapeElement.d.ts +0 -7
  295. package/lib/components/pisellFloorMapLayout/components/FloorMapEdgeEditPanel.d.ts +0 -13
  296. package/lib/components/pisellFloorMapLayout/components/FloorMapEditPanel.d.ts +0 -11
  297. package/lib/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +0 -23
  298. package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +0 -64
  299. package/lib/components/pisellFloorMapLayout/components/FloorMapOverview.d.ts +0 -44
  300. package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.d.ts +0 -84
  301. package/lib/components/pisellFloorMapLayout/components/FloorMapToolbarViewAllModal.d.ts +0 -20
  302. package/lib/components/pisellFloorMapLayout/components/FloorMapZoneElement.d.ts +0 -6
  303. package/lib/components/pisellFloorMapLayout/components/ItemLayer.d.ts +0 -59
  304. package/lib/components/pisellFloorMapLayout/components/NodePortMarkers.d.ts +0 -20
  305. package/lib/components/pisellFloorMapLayout/components/ViewControls.d.ts +0 -61
  306. package/lib/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +0 -28
  307. package/lib/components/pisellFloorMapLayout/components/index.d.ts +0 -23
  308. package/lib/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +0 -5
  309. package/lib/components/pisellFloorMapLayout/floorMapLayoutConstants.d.ts +0 -35
  310. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEdgeEditing.d.ts +0 -61
  311. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEdgeViewModel.d.ts +0 -15
  312. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEditState.d.ts +0 -79
  313. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +0 -91
  314. package/lib/components/pisellFloorMapLayout/hooks/useShopFloorPlanSubscription.d.ts +0 -19
  315. package/lib/components/pisellFloorMapLayout/index.d.ts +0 -37
  316. package/lib/components/pisellFloorMapLayout/locales-ja.d.ts +0 -184
  317. package/lib/components/pisellFloorMapLayout/locales-pt.d.ts +0 -184
  318. package/lib/components/pisellFloorMapLayout/locales.d.ts +0 -969
  319. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.d.ts +0 -10
  320. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanPure.d.ts +0 -22
  321. package/lib/components/pisellFloorMapLayout/types.d.ts +0 -778
  322. package/lib/components/pisellFloorMapLayout/utils/alignSnap.d.ts +0 -64
  323. package/lib/components/pisellFloorMapLayout/utils/batchScenePlacementLayout.d.ts +0 -45
  324. package/lib/components/pisellFloorMapLayout/utils/edgeRouting.d.ts +0 -267
  325. package/lib/components/pisellFloorMapLayout/utils/floorMapCanvasDisplay.d.ts +0 -20
  326. package/lib/components/pisellFloorMapLayout/utils/floorMapCanvasStage.d.ts +0 -83
  327. package/lib/components/pisellFloorMapLayout/utils/floorMapConfigMerge.d.ts +0 -8
  328. package/lib/components/pisellFloorMapLayout/utils/floorMapDataBindingUtils.d.ts +0 -21
  329. package/lib/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.d.ts +0 -35
  330. package/lib/components/pisellFloorMapLayout/utils/floorMapFallbackRender.d.ts +0 -11
  331. package/lib/components/pisellFloorMapLayout/utils/floorMapOverviewLayout.d.ts +0 -44
  332. package/lib/components/pisellFloorMapLayout/utils/floorMapResourcePickerDisplay.d.ts +0 -27
  333. package/lib/components/pisellFloorMapLayout/utils/floorMapResourcePickerTypes.d.ts +0 -109
  334. package/lib/components/pisellFloorMapLayout/utils/floorMapToolbarPalette.d.ts +0 -34
  335. package/lib/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +0 -8
  336. package/lib/components/pisellGridPro/index.d.ts +0 -4
  337. package/lib/components/pisellLongText/PisellLongText.d.ts +0 -39
  338. package/lib/components/pisellMultipleSelect/PisellMultipleSelect.d.ts +0 -9
  339. package/lib/components/pisellMultipleSelect/components/EditView.d.ts +0 -8
  340. package/lib/components/pisellNavigationMenu/PisellNavigationMenu.d.ts +0 -5
  341. package/lib/components/pisellNumber/PisellNumber.d.ts +0 -42
  342. package/lib/components/pisellPhone/PisellPhone.d.ts +0 -36
  343. package/lib/components/pisellPhone/components/EditView.d.ts +0 -19
  344. package/lib/components/pisellPhone/constants/countryCodes.d.ts +0 -20
  345. package/lib/components/pisellPhone/types.d.ts +0 -209
  346. package/lib/components/pisellPhone/utils/countryCodeHelper.d.ts +0 -35
  347. package/lib/components/pisellRating/PisellRating.d.ts +0 -31
  348. package/lib/components/pisellRecordBoard/PisellRecordBoard.d.ts +0 -9
  349. package/lib/components/pisellRecordBoard/index.d.ts +0 -53
  350. package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +0 -14
  351. package/lib/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.d.ts +0 -5
  352. package/lib/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.d.ts +0 -11
  353. package/lib/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarInternalTypes.d.ts +0 -43
  354. package/lib/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarViewShared.d.ts +0 -26
  355. package/lib/components/pisellRecordBoard/shellFrame/Calendar/hooks/useBookingCalendarDayOverlayLayout.d.ts +0 -18
  356. package/lib/components/pisellRecordBoard/shellFrame/Calendar/index.d.ts +0 -7
  357. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarBlockPanel.d.ts +0 -26
  358. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarOverflowListLayer.d.ts +0 -14
  359. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/MoveConfirmModal.d.ts +0 -17
  360. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowListModal.d.ts +0 -19
  361. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowPopover.d.ts +0 -9
  362. package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/BookingCalendarStyle.d.ts +0 -10
  363. package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarDateUtils.d.ts +0 -236
  364. package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarSelectionUtils.d.ts +0 -7
  365. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDaySelectionBar.d.ts +0 -21
  366. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDayView.d.ts +0 -49
  367. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarGroupRowHeader.d.ts +0 -23
  368. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarMonthView.d.ts +0 -18
  369. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarResourceView.d.ts +0 -57
  370. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarWeekView.d.ts +0 -27
  371. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/bookingCalendarDayViewContext.d.ts +0 -12
  372. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/day/useBookingCalendarDayHourRemaining.d.ts +0 -10
  373. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/day/useBookingCalendarDaySelection.d.ts +0 -11
  374. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/resource/useBookingCalendarResourceCellToggle.d.ts +0 -3
  375. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/resource/useBookingCalendarResourceDayHeaderRemaining.d.ts +0 -8
  376. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/useBookingCalendarGoToDayFromCell.d.ts +0 -3
  377. package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +0 -8
  378. package/lib/components/pisellRecordBoard/shellFrame/Pagination/index.d.ts +0 -14
  379. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.d.ts +0 -12
  380. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.d.ts +0 -8
  381. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanel.d.ts +0 -50
  382. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelColorTab.d.ts +0 -17
  383. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelLayoutTab.d.ts +0 -28
  384. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.d.ts +0 -22
  385. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallCardPresentation.d.ts +0 -58
  386. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.d.ts +0 -64
  387. package/lib/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +0 -24
  388. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/index.d.ts +0 -12
  389. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarI18n.d.ts +0 -13
  390. package/lib/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.d.ts +0 -19
  391. package/lib/components/pisellRecordBoard/shellFrame/index.d.ts +0 -30
  392. package/lib/components/pisellRecordBoard/types.d.ts +0 -874
  393. package/lib/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +0 -23
  394. package/lib/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +0 -52
  395. package/lib/components/pisellRecordBoard/utils/recordBoardPhoneGrid.d.ts +0 -27
  396. package/lib/components/pisellReservationSchedule/PisellReservationSchedule.d.ts +0 -10
  397. package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.d.ts +0 -10
  398. package/lib/components/pisellReservationScheduleBand/index.d.ts +0 -3
  399. package/lib/components/pisellSingleLineText/PisellSingleLineText.d.ts +0 -40
  400. package/lib/components/pisellSingleSelect/PisellSingleSelect.d.ts +0 -9
  401. package/lib/components/pisellStatisticList/index.d.ts +0 -22
  402. package/lib/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +0 -10
  403. package/lib/components/pisellTimeNavigator/PisellTimeNavigator.stories.d.ts +0 -79
  404. package/lib/components/pisellTimeNavigator/components/NowButton.d.ts +0 -14
  405. package/lib/components/pisellTimeNavigator/index.d.ts +0 -5
  406. package/lib/components/pisellUrl/PisellUrl.d.ts +0 -37
  407. package/lib/components/pisellWalletPassCard/index.d.ts +0 -146
  408. package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +0 -3
  409. package/lib/components/productCard/cartSkuCard/components/BookingItem/index.d.ts +0 -10
  410. package/lib/components/productCard/cartSkuCard/components/Gift/index.d.ts +0 -5
  411. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +0 -36
  412. package/lib/components/productCard/cartSkuCard/components/holders/index.d.ts +0 -4
  413. package/lib/components/productCard/cartSkuCard/components/packages/index.d.ts +0 -12
  414. package/lib/components/productCard/cartSkuCard/components/specs/index.d.ts +0 -21
  415. package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -9
  416. package/lib/components/productCard/cartSkuCard/components/weighing/index.d.ts +0 -22
  417. package/lib/components/productCard/cartSkuCard/index.d.ts +0 -13
  418. package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +0 -3
  419. package/lib/components/productCard/components/Header/EditButton/index.d.ts +0 -4
  420. package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts +0 -4
  421. package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +0 -3
  422. package/lib/components/productCard/components/Time/components/SelectResource/index.d.ts +0 -19
  423. package/lib/components/productCard/components/Time/index.d.ts +0 -4
  424. package/lib/components/productCard/lineItem/BookingLineItem.d.ts +0 -17
  425. package/lib/components/productCard/lineItem/components/Resources/index.d.ts +0 -6
  426. package/lib/components/productCard/lineItem/components/TimeRange/index.d.ts +0 -12
  427. package/lib/components/productCard/lineItem/types.d.ts +0 -9
  428. package/lib/components/productCard/status.d.ts +0 -32
  429. package/lib/components/productCard/types.d.ts +0 -95
  430. package/lib/components/select-time/index.d.ts +0 -14
  431. package/lib/components/table/Actions/component/ExportImport/index.d.ts +0 -8
  432. package/lib/components/table/Actions/component/GallerySetting/index.d.ts +0 -9
  433. package/lib/components/table/Actions/component/ViewMode/index.d.ts +0 -9
  434. package/lib/components/table/BasicTable/index.d.ts +0 -4
  435. package/lib/components/table/Gallery/components/GalleryItem/index.d.ts +0 -14
  436. package/lib/components/table/Gallery/index.d.ts +0 -5
  437. package/lib/components/table/Table/index.d.ts +0 -4
  438. package/lib/components/table/Table/utils.d.ts +0 -161
  439. package/lib/components/table/hooks/useTableSetting.d.ts +0 -21
  440. package/lib/components/table/hooks/useTransDataSource.d.ts +0 -11
  441. package/lib/components/table/types.d.ts +0 -268
  442. package/lib/components/translation/index.d.ts +0 -17
  443. package/lib/components/versionModal/index.d.ts +0 -23
  444. package/lib/index.d.ts +0 -271
@@ -1,4 +0,0 @@
1
- /// <reference types="react" />
2
- import './index.less';
3
- declare const EditButton: ({ onEdit, disabledEditClick }: any) => JSX.Element;
4
- export default EditButton;
@@ -1,4 +0,0 @@
1
- /// <reference types="react" />
2
- import './index.less';
3
- declare const SelectHolder: ({ lists, value, onChange, holderMode, isShowAddHolderButton, onAddHolder, addHolderButtonText, onClearHolder, isErrorHolder, allowClear, holderMaxCount, }: any) => JSX.Element;
4
- export default SelectHolder;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- declare const SelectHolderMultiple: ({ lists, value, onChange, holderMode, isShowAddHolderButton, onAddHolder, addHolderButtonText, onClearHolder, isErrorHolder, allowClear, holderMaxCount, }: any) => JSX.Element;
3
- export default SelectHolderMultiple;
@@ -1,19 +0,0 @@
1
- /// <reference types="react" />
2
- import './index.less';
3
- interface ResourceItem {
4
- id: string | number;
5
- label: string;
6
- isError?: boolean;
7
- [key: string]: any;
8
- }
9
- interface SelectResourceProps {
10
- lists: ResourceItem[];
11
- value: any;
12
- onChange: (val: any) => void;
13
- resourceMode?: 'multiple' | 'tags' | undefined;
14
- maxLength?: number;
15
- isParallelResource?: boolean;
16
- [key: string]: any;
17
- }
18
- declare const SelectResource: ({ lists, value, onChange, resourceMode, allowClear, onClearResource, maxLength, isErrorResource, resourceErrorText, ...props }: SelectResourceProps) => JSX.Element;
19
- export default SelectResource;
@@ -1,4 +0,0 @@
1
- /// <reference types="react" />
2
- import './index.less';
3
- declare const Time: ({ item, isShowHolder, onLike, isShowChangeResource, changeResource, changeHolder, isShowChangeHolder, holderMode, onAddHolder, isShowAddHolderButton, onClearHolder, onClearResource, }: any) => JSX.Element | null;
4
- export default Time;
@@ -1,17 +0,0 @@
1
- import type { ProductCardTypes } from '../types';
2
- import type { LineItemStatusOption, LineItemType } from './types';
3
- interface BookingLineItemProps extends Omit<ProductCardTypes, 'dataSource'> {
4
- dataSource: any;
5
- type: LineItemType;
6
- cartSkuType: 'a2' | 'a5' | 'a9';
7
- relatedProductDataSource?: any;
8
- rightActions?: any[];
9
- escapeDom?: string;
10
- statusOptions?: LineItemStatusOption[];
11
- statusLoading?: boolean;
12
- statusDisabled?: boolean;
13
- isShowRelatedProduct?: boolean;
14
- onBookingStatusChange?: (status: string, item: any) => void;
15
- }
16
- declare const BookingLineItem: (props: BookingLineItemProps) => JSX.Element | null;
17
- export default BookingLineItem;
@@ -1,6 +0,0 @@
1
- import '../../../cartSkuCard/components/resources/index.less';
2
- interface LineItemResourcesProps {
3
- dataSource?: any;
4
- }
5
- declare const LineItemResources: (props: LineItemResourcesProps) => JSX.Element | null;
6
- export default LineItemResources;
@@ -1,12 +0,0 @@
1
- /// <reference types="react" />
2
- import 'dayjs/locale/zh-cn';
3
- import 'dayjs/locale/en';
4
- import 'dayjs/locale/zh-tw';
5
- import 'dayjs/locale/ja';
6
- import 'dayjs/locale/pt';
7
- import '../../../cartSkuCard/components/timeRange/index.less';
8
- interface LineItemTimeRangeProps {
9
- dataSource?: any;
10
- }
11
- declare const LineItemTimeRange: (props: LineItemTimeRangeProps) => JSX.Element | null;
12
- export default LineItemTimeRange;
@@ -1,9 +0,0 @@
1
- import type { ReactNode } from 'react';
2
- export declare type LineItemType = 'a2' | 'a5' | 'a9';
3
- export declare type itemType = 'booking' | 'product';
4
- export interface LineItemStatusOption {
5
- key: string;
6
- label: ReactNode;
7
- color?: string;
8
- danger?: boolean;
9
- }
@@ -1,32 +0,0 @@
1
- import { ProductCardTypes, bundleType, optionType, productType } from './types';
2
- /**
3
- * @title: 套餐数据
4
- * @description:
5
- * @return {*}
6
- * @Author: WangHan
7
- * @Date: 2025-01-02 23:21
8
- */
9
- export declare const defaultBundle: bundleType;
10
- /**
11
- * @description: 单规格
12
- * @return {*}
13
- * @Author: WangHan
14
- * @Date: 2025-01-02 23:00
15
- */
16
- export declare const defaultOption: optionType;
17
- /**
18
- * @title: 商品商品类型
19
- * @description:
20
- * @return {*}
21
- * @Author: WangHan
22
- * @Date: 2025-01-02 22:48
23
- */
24
- export declare const defaultProduct: productType;
25
- /**
26
- * @title: 默认数据
27
- * @description:
28
- * @return {*}
29
- * @Author: WangHan
30
- * @Date: 2024-12-12 16:49
31
- */
32
- export declare const defaultValue: ProductCardTypes;
@@ -1,95 +0,0 @@
1
- export declare type bundleType = {
2
- id: number;
3
- name: string;
4
- num: number;
5
- price: number;
6
- total: number;
7
- origin_total?: number;
8
- price_type?: string;
9
- options?: optionType[];
10
- };
11
- /**
12
- * @description:
13
- * @return {*}
14
- * @Author: WangHan
15
- * @Date: 2025-01-02 23:00
16
- */
17
- export declare type optionType = {
18
- id: number;
19
- name: string;
20
- num: number;
21
- price: number;
22
- total: number;
23
- origin_total?: number;
24
- };
25
- /**
26
- * @title: 商品商品类型
27
- * @description:
28
- * @return {*}
29
- * @Author: WangHan
30
- * @Date: 2025-01-02 22:48
31
- */
32
- export declare type productType = {
33
- _id: string | number;
34
- id: number;
35
- name: string;
36
- price: number;
37
- total: number;
38
- num: number;
39
- origin_total?: number;
40
- image?: string;
41
- isShowNote?: boolean;
42
- note?: string;
43
- like_status?: string;
44
- bundle?: bundleType[];
45
- options?: optionType[];
46
- isShowAction?: boolean;
47
- actionText?: string;
48
- errorMessage?: string;
49
- product_option_string?: string;
50
- discount_reason?: string;
51
- relation_products?: any[];
52
- resource_id?: string | number;
53
- relation_form_name?: string;
54
- holder_title?: string;
55
- start_date?: string;
56
- end_date?: string;
57
- is_show_duration?: boolean;
58
- is_show_week?: boolean;
59
- promotions?: any[];
60
- isGift?: boolean;
61
- giftData?: any;
62
- };
63
- /**
64
- * 排序总配置
65
- */
66
- export declare type ProductCardTypes = {
67
- dataSource: productType;
68
- isShowImage?: boolean;
69
- isShowOriginalPrice?: boolean;
70
- isShowHolder?: boolean;
71
- isShowNote?: boolean;
72
- isShowPackageNote?: boolean;
73
- isShowDelete?: boolean;
74
- isShowEditProduct?: boolean;
75
- isShowAmountFooter?: boolean;
76
- disabledEdit?: boolean;
77
- locale?: string;
78
- symbol?: string;
79
- isShowChangeHolder?: boolean;
80
- isShowChangeResource?: boolean;
81
- isShowChangeDate?: boolean;
82
- disabledClick?: boolean;
83
- disabledEditClick?: boolean;
84
- onAction?: (val: any) => void;
85
- onDelete?: (val: any) => void;
86
- onNote?: (val: any) => void;
87
- onLike?: (val: any) => void;
88
- onCard?: (val: any) => void;
89
- onChangeResource?: (val: any) => void;
90
- onPromotion?: (val: any) => void;
91
- onEditProduct?: (val: any) => void;
92
- onGift?: (val: any) => void;
93
- osWarnTips?: Array<string>;
94
- [key: string]: any;
95
- };
@@ -1,14 +0,0 @@
1
- /// <reference types="react" />
2
- import { VirtualKeyboardTimeProps } from "../virtual-keyboard/Time";
3
- import { PopoverProps, TimePickerProps } from "antd";
4
- import "./index.less";
5
- interface SelectTimeProps {
6
- value: any;
7
- onChange: (e: string) => void;
8
- popoverProps: PopoverProps;
9
- timePickerProps: TimePickerProps;
10
- timeProps: VirtualKeyboardTimeProps;
11
- slice: number;
12
- }
13
- declare const SelectTime: (props: SelectTimeProps) => JSX.Element;
14
- export default SelectTime;
@@ -1,8 +0,0 @@
1
- /// <reference types="react" />
2
- import { ExportImportType } from '../../../types';
3
- import './index.less';
4
- declare type ExportImportProps = {
5
- exportImport: ExportImportType;
6
- };
7
- declare const ExportImport: ({ exportImport }: ExportImportProps) => JSX.Element;
8
- export default ExportImport;
@@ -1,9 +0,0 @@
1
- /// <reference types="react" />
2
- import { GallerySettingType, ModeType } from "../../../types";
3
- import "./index.less";
4
- declare type GallerySettingProps = {
5
- setting: GallerySettingType;
6
- currentViewMode: ModeType;
7
- };
8
- declare const GallerySetting: (props: GallerySettingProps) => JSX.Element;
9
- export default GallerySetting;
@@ -1,9 +0,0 @@
1
- /// <reference types="react" />
2
- import { GridViewType, ModeType } from "../../../types";
3
- declare type ViewModeProps = {
4
- view: GridViewType;
5
- value?: ModeType;
6
- onChange?: (value: ModeType) => void;
7
- };
8
- declare const ViewMode: (props: ViewModeProps) => JSX.Element;
9
- export default ViewMode;
@@ -1,4 +0,0 @@
1
- /// <reference types="react" />
2
- import { TableProps } from 'antd';
3
- declare const BasicTable: (props: TableProps<any>) => JSX.Element;
4
- export default BasicTable;
@@ -1,14 +0,0 @@
1
- import React from "react";
2
- import { GallerySettingType, GallerySettingValueType } from "../../../types";
3
- import "./index.less";
4
- declare type GalleryItemProps = {
5
- record: Record<string, any>;
6
- gallery: GallerySettingType;
7
- columnsMap: Map<string, Record<string, any>>;
8
- index: number;
9
- gallerySetting: GallerySettingValueType;
10
- columns: Record<string, any>[];
11
- onClick: React.MouseEventHandler<HTMLDivElement>;
12
- };
13
- declare const GalleryItem: (props: GalleryItemProps) => JSX.Element;
14
- export default GalleryItem;
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- import { GalleryProps } from './types';
3
- import './index.less';
4
- declare const _default: React.MemoExoticComponent<(props: GalleryProps) => JSX.Element>;
5
- export default _default;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import './index.less';
3
- declare const _default: React.NamedExoticComponent<any>;
4
- export default _default;
@@ -1,161 +0,0 @@
1
- import { GroupValue } from "../Actions/component/Group/PopoverContent";
2
- import { FilterItemProps, FilterType } from "../../filter/types";
3
- import { ColumnSettingType, DataSourceGroupType, GallerySettingValueType, ModeType, SortType } from "../types";
4
- export declare const getHash: (obj: any) => any;
5
- export declare const calcFilterSort: ({ dataSource, filter, sort, columns }: any) => any;
6
- /**
7
- * 合并列设置
8
- * @param defaultColumns 默认列设置
9
- * @param tableId 表ID
10
- * @returns 合并后的列设置
11
- */
12
- export declare const mergeColumnSetting: ({ columns, tableId, currentViewMode, }: {
13
- columns: Record<string, any>[];
14
- tableId?: string | undefined;
15
- currentViewMode: ModeType;
16
- }) => {
17
- isShow: boolean;
18
- }[] | ({
19
- width: any;
20
- isShow: any;
21
- sortIndex: number;
22
- } | {
23
- isShow: boolean;
24
- sortIndex: number;
25
- })[];
26
- /**
27
- * 对数据源进行排序
28
- * @param dataSource 数据源数组
29
- * @param sortObj 排序对象,包含排序的键、值和类型
30
- * @returns 排序后的数据源数组
31
- */
32
- export declare const sortDataSource: (dataSource: Record<string, any>[], sortObj: {
33
- sortKey: string;
34
- sortValue: "asc" | "desc";
35
- sortType: "date" | "string" | "number";
36
- }) => Record<string, any>[];
37
- /**
38
- * 根据行键获取 ID
39
- * @param item 记录对象
40
- * @param rowKey 行键,可以是字符串或函数
41
- * @returns 返回 ID
42
- */
43
- export declare const getIdByRowKey: (item: Record<string, any>, rowKey: string | ((params: any) => string)) => any;
44
- /**
45
- * 根据分组条件对数据源进行分组
46
- * @param dataSource 数据源
47
- * @param group 分组条件
48
- * @param rowKey 行键生成函数或字符串
49
- * @returns 返回分组后的数据源
50
- */
51
- export declare const groupDataSource: (dataSource: Record<string, any>[], group: GroupValue, rowKey: string | ((params: any) => string)) => Record<string, any>[];
52
- declare type ViewSetting = {
53
- order_by: string;
54
- group_by: GroupValue;
55
- column_setting: Record<string, any>[];
56
- gallery_setting: GallerySettingValueType;
57
- filters: any;
58
- filter_setting: {
59
- quickFilter: FilterItemProps[];
60
- otherFilter: FilterItemProps[];
61
- };
62
- };
63
- /**
64
- * 本地存储的表格设置对象
65
- */
66
- declare type TableSettingObjType = {
67
- view_mode: ModeType;
68
- currentSettingHash: string;
69
- } & {
70
- [K in ModeType]: ViewSetting;
71
- };
72
- /**
73
- * 将表格设置保存到本地存储
74
- * @param tableId 表格id
75
- * @param tableSettingObj 表格设置对象
76
- */
77
- export declare const setTableSettingToLocalStorage: ({ tableId, tableSettingObj, currentViewMode, currentSettingHash, }: {
78
- tableId: string;
79
- tableSettingObj: Partial<ViewSetting & {
80
- view_mode: ModeType;
81
- }>;
82
- currentViewMode: ModeType;
83
- currentSettingHash: string;
84
- }) => void;
85
- export declare const clearTableSettingToLocalStorage: (tableId?: string) => void;
86
- /**
87
- * 从本地存储中获取表格设置, 全部配置
88
- * @param tableId 表格ID
89
- * @returns 表格设置对象
90
- */
91
- export declare const getTableSettingFromLocalStorage: (tableId?: string) => Partial<TableSettingObjType>;
92
- /**
93
- * 从LocalStorage读取表当前视图模式
94
- * @param tableId
95
- */
96
- export declare const getCurrentViewModeFromLocalStorage: (tableId?: string) => ModeType | undefined;
97
- /**
98
- * 根据视图模式获取配置
99
- * @param tableId
100
- * @param currentViewMode
101
- */
102
- export declare const getTableSettingByCurrentViewMode: (tableId: string, currentViewMode: ModeType) => ViewSetting | undefined;
103
- /**
104
- * 将表单值保存到本地存储中
105
- * @param tableId 表单ID
106
- * @param allValues 表单所有值
107
- * @param keys 存储的键名
108
- */
109
- export declare const setFormValuesToLocalStorage: ({ tableId, allValues, keys, currentViewMode, currentSettingHash, }: {
110
- tableId?: string | undefined;
111
- allValues?: Record<string, any> | undefined;
112
- keys?: string[] | undefined;
113
- currentViewMode: ModeType;
114
- currentSettingHash: string;
115
- }) => void;
116
- /**
117
- * 合并筛选设置
118
- * @param list 列表数据
119
- * @param quickFilterMaxLength 快速筛选最大长度
120
- * @param tableId 表ID
121
- * @returns 返回合并后的筛选设置
122
- */
123
- export declare const mergeFilterSetting: ({ list, quickFilterMaxLength, tableId, sortButtonShow, currentViewMode, }: {
124
- list: FilterItemProps[];
125
- quickFilterMaxLength: number;
126
- tableId?: string | undefined;
127
- sortButtonShow: boolean;
128
- currentViewMode: ModeType;
129
- }) => {
130
- quickFilter: FilterItemProps[];
131
- otherFilter: FilterItemProps[];
132
- notSortFilter: FilterItemProps[];
133
- };
134
- /**
135
- * 过滤数据源
136
- * @param dataSource 数据源
137
- * @param filters 过滤条件
138
- * @param filterLocalArr 本地过滤项
139
- * @returns 过滤后的数据源
140
- */
141
- export declare const filterDataSource: (dataSource: Record<string, any>[], filters: Record<string, any>, filterLocalArr: FilterItemProps[]) => Record<string, any>[];
142
- /**
143
- * 根据模式获取设置键数组
144
- * @param filter 筛选器
145
- * @param columnSetting 列设置
146
- * @param dataSourceGroup 数据源分组
147
- * @param sort 排序
148
- * @param mode 模式,可选值为 "localStorage" 或 "remote"
149
- * @returns 返回设置键数组
150
- */
151
- export declare const getSettingKeyArrByMode: ({ filter, columnSetting, dataSourceGroup, sort, mode, currentViewMode, }: {
152
- filter?: FilterType | undefined;
153
- columnSetting?: ColumnSettingType | undefined;
154
- dataSourceGroup?: DataSourceGroupType | undefined;
155
- sort?: SortType | undefined;
156
- mode: "" | "localStorage" | "remote";
157
- currentViewMode: ModeType;
158
- }) => ("filters" | "column_setting" | "group_by" | "order_by" | "view_mode" | "filter_setting" | "gallery_setting")[];
159
- export declare const omit: (obj: Record<string, any>, keys: string[]) => Record<string, any>;
160
- export declare const stringify: (obj: Record<string, any>) => string;
161
- export {};
@@ -1,21 +0,0 @@
1
- import { FilterType } from "../../filter/types";
2
- import { ColumnSettingType, DataSourceGroupType, GallerySettingType, GridViewType, ModeType, SortType, ExportImportModeType, LocalSettingsType } from "../types";
3
- declare type UseTableSettingProps = {
4
- tableId?: string;
5
- filter: FilterType;
6
- columns: Record<string, any>[];
7
- columnSetting?: ColumnSettingType;
8
- dataSourceGroup?: DataSourceGroupType;
9
- sort?: SortType;
10
- view: GridViewType;
11
- currentViewMode: ModeType;
12
- gallery?: GallerySettingType;
13
- currentSettingHash: string;
14
- exportImport?: ExportImportModeType;
15
- localSettings?: LocalSettingsType;
16
- };
17
- declare const useTableSetting: (params: UseTableSettingProps) => {
18
- setTableSetting: (values: Record<string, any>) => void;
19
- tableSetting: any;
20
- };
21
- export default useTableSetting;
@@ -1,11 +0,0 @@
1
- import { FormInstance } from "antd/es/form";
2
- import { FilterType } from "../../filter/types";
3
- declare type UseTransDataSourceParams = {
4
- form: FormInstance;
5
- localPagination: boolean;
6
- dataSource: Record<string, any>[];
7
- rowKey: string | ((params: any) => string);
8
- filter: FilterType;
9
- };
10
- declare const useTransDataSource: (params: UseTransDataSourceParams) => Record<string, any>[];
11
- export default useTransDataSource;