@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,268 +0,0 @@
1
- import { FilterType } from "../filter/types";
2
- import { SortItemProps } from "../sort/types";
3
- import React from "react";
4
- export declare type StorageMode = "" | "localStorage";
5
- /**
6
- * 排序总配置
7
- */
8
- export declare type SortType = {
9
- /** 排序是否展示 */
10
- show: boolean;
11
- /** 排序存储模式 */
12
- storageMode: StorageMode;
13
- list: SortItemProps[];
14
- };
15
- /**
16
- * 列展示总配置
17
- */
18
- export declare type ColumnSettingType = {
19
- /** 列设置是否展示 */
20
- show: boolean;
21
- /** 列设置存储模式 */
22
- storageMode: StorageMode;
23
- };
24
- declare type DataSourceListItemType = {
25
- isCustom: boolean;
26
- columnKey?: string;
27
- label?: string;
28
- name?: string | string[];
29
- isHidden?: boolean;
30
- };
31
- /**
32
- * 数据源分组总配置
33
- */
34
- export declare type DataSourceGroupType = {
35
- /** 分组设置是否展示 */
36
- show: boolean;
37
- /** 分组设置存储模式 */
38
- storageMode: StorageMode;
39
- /** */
40
- list: DataSourceListItemType[];
41
- };
42
- /**
43
- * Gallery封面总配置
44
- */
45
- declare type GalleryCoverType = {
46
- /** 封面是否展示 */
47
- show: boolean;
48
- /**
49
- * 封面图片可以使用的字段
50
- */
51
- fields: string[];
52
- /**
53
- * 封面高度
54
- */
55
- height: number;
56
- /** 图片裁剪方式 */
57
- objectFit: "fill" | "cover";
58
- };
59
- /**
60
- * Gallery标题总配置
61
- */
62
- declare type GalleryTitleType = {
63
- /** 标题使用的字段 */
64
- field: string;
65
- /** 标题行数 */
66
- line: number;
67
- };
68
- /**
69
- * Gallery头部区域总配置
70
- */
71
- declare type GalleryHeaderType = {
72
- /** 头部区域插槽 */
73
- slot?: (record: Record<string, any>, index: number) => React.ReactNode;
74
- /** 头部区域其他字段设置 */
75
- fields: {
76
- /** 头部区域其他字段是否展示 */
77
- show: boolean;
78
- /** 头部区域其他字段 */
79
- list: string[];
80
- };
81
- };
82
- /**
83
- * Gallery内容区域总配置
84
- */
85
- declare type GalleryContentType = {
86
- /** 内容区域字段配置 */
87
- fields: {
88
- columnKey: string;
89
- show: boolean;
90
- }[];
91
- };
92
- export declare type GallerySettingValueType = {
93
- coverField: string | "noCover";
94
- coverObjectFit: "fill" | "cover";
95
- compactMode: "default" | "compact";
96
- isShowLabel: boolean;
97
- };
98
- /**
99
- * Gallery底部区域总配置
100
- */
101
- declare type GalleryFooterType = {
102
- /** 底部区域自定义渲染 */
103
- render: (record: Record<string, any>, index: number) => React.ReactNode;
104
- /** 底部区域高度 */
105
- height: number;
106
- };
107
- /**
108
- * Gallery模式总配置
109
- */
110
- export declare type GallerySettingType = {
111
- /** 卡片最小宽度 */
112
- cardMinWidth: number;
113
- /** 卡片最大宽度 */
114
- cardMaxWidth: number;
115
- /** 水平间隔 */
116
- horizontalGutter: number;
117
- /** 垂直间隔 */
118
- verticalGutter: number;
119
- /** 封面配置 */
120
- cover: GalleryCoverType;
121
- /** 标题配置 */
122
- title: GalleryTitleType;
123
- /** 头部区域 */
124
- header: GalleryHeaderType;
125
- /** 内容区域 */
126
- content: GalleryContentType;
127
- /** 固定高度 */
128
- fixedHeight: boolean;
129
- /** 固定的卡片高度 */
130
- cardHeight: number;
131
- /** 固定顶部 */
132
- fixedHeader: boolean;
133
- /** 固定底部 */
134
- fixedFooter: boolean;
135
- /** 底部区域 */
136
- footer: GalleryFooterType;
137
- /** 卡片点击时间 */
138
- onItem: (record: Record<string, any>, index: number) => void;
139
- };
140
- /** 视图模式 */
141
- export declare type ModeType = "grid" | "gallery" | "kanban";
142
- /**
143
- * 视图模式总配置
144
- */
145
- export declare type GridViewType = {
146
- /** 默认视图模式 */
147
- defaultViewMode: ModeType;
148
- /** 开启多视图模式可进行页面内转换 */
149
- multiple: boolean;
150
- /** 当前可用的视图模式列表 */
151
- modeList: ModeType[];
152
- };
153
- declare type SortDetail = {
154
- fromIndex: number;
155
- toIndex: number;
156
- dataSource: Record<string, any>[];
157
- fromId: number | string;
158
- toId: number | string;
159
- fromItem: Record<string, any>;
160
- toItem: Record<string, any>;
161
- };
162
- /** 导入导出模式 */
163
- export declare type ExportImportModeType = "import" | "export" | "export_file" | "import_log";
164
- /**
165
- * @title: 导出导入api
166
- * @description:
167
- * @return {*}
168
- * @Author: WangHan
169
- * @Date: 2024-09-11 15:44
170
- */
171
- export declare type ApiProps = {
172
- export?: string;
173
- import?: string;
174
- export_file: string;
175
- import_log?: string;
176
- template?: string;
177
- };
178
- /**
179
- * 导入导出配置
180
- */
181
- export declare type ExportImportType = {
182
- /** 是否展示 */
183
- show: boolean;
184
- /** 当前所选项 */
185
- selectLists: string[];
186
- /** 导入模版链接 */
187
- templateFileUrl: string;
188
- /** 标题 */
189
- title: string;
190
- hiddenKeys?: string[];
191
- apiUrl?: ApiProps;
192
- otherParams?: any;
193
- };
194
- /**
195
- * 设置记忆范围
196
- */
197
- export declare type LocalSettingsScope = "filters" | "sorting" | "columns";
198
- /**
199
- * 本地记忆设置
200
- */
201
- export declare type LocalSettingsType = {
202
- /** 启用设置记忆 */
203
- enable: boolean;
204
- /** 记忆范围 */
205
- scope: LocalSettingsScope[];
206
- /** 不需要记忆的筛选字段(当 scope 包含 filters 时生效) */
207
- excludedFilterFields?: string[];
208
- };
209
- export declare type GridViewProps = {
210
- columns: any;
211
- dataSource: any[];
212
- dispatch: any;
213
- /**
214
- * 画册模式的配置
215
- */
216
- gallery: GallerySettingType;
217
- /**
218
- * 视图设置
219
- */
220
- view: GridViewType;
221
- style: React.CSSProperties;
222
- pagination: any;
223
- filter: FilterType;
224
- buttons: React.ReactNode | any[];
225
- actionButtons: any;
226
- sort: SortType;
227
- title?: React.ReactNode | (() => React.ReactNode);
228
- showTitle?: boolean;
229
- subTitle?: React.ReactNode | (() => React.ReactNode);
230
- showSubTitle?: boolean;
231
- exportImport: ExportImportType;
232
- onValuesChange: (changedValues: any, values: any) => void;
233
- summary: any;
234
- utils: any;
235
- rowKey: ((record: Record<string, any>) => string) | string;
236
- columnSetting?: ColumnSettingType;
237
- dataSourceGroup?: DataSourceGroupType;
238
- loading: boolean;
239
- dragSort: boolean;
240
- onSortChange?: (detail: SortDetail) => boolean;
241
- __id?: string;
242
- __designMode?: "design";
243
- /**
244
- * 当前本地配置的key 用此hash是否改变用来判断是否清空本地配置 不填默认使用columns数据生成hash
245
- */
246
- currentSettingKey?: string;
247
- /**
248
- * 当前本地配置的唯一值, 不填默认使用currentSettingKey
249
- */
250
- currentComponentId?: string;
251
- /**
252
- * 当前表格中数据发生变化事件 包含本地筛选和外部传入数据变化
253
- * @param currentDataSource
254
- */
255
- onDataSourceChange?: (currentDataSource: Record<string, any>[]) => void;
256
- tabs: {
257
- show: boolean;
258
- type: 'default' | 'button' | 'buttonGroup' | 'dropdown';
259
- items: {
260
- name: string;
261
- filterBy?: Record<string, any>;
262
- sortBy?: string;
263
- }[];
264
- };
265
- /** 本地记忆设置 */
266
- localSettings?: LocalSettingsType;
267
- };
268
- export {};
@@ -1,17 +0,0 @@
1
- import React from 'react';
2
- import './index.less';
3
- declare type Value = {
4
- en: string;
5
- 'zh-CN': string;
6
- 'zh-HK': string;
7
- 'ja': string;
8
- 'pt': string;
9
- };
10
- interface TranslationProps {
11
- value: Value;
12
- onChange: (value: Value) => void;
13
- maxLength?: number;
14
- id?: string;
15
- }
16
- declare const Translation: React.FC<TranslationProps>;
17
- export default Translation;
@@ -1,23 +0,0 @@
1
- import React from 'react';
2
- import { Version } from '../versionSelect';
3
- import './index.less';
4
- interface PublishVersionModalProps {
5
- visible: boolean;
6
- currentVersion: string;
7
- onCancel: () => void;
8
- onConfirm: (data: VersionData) => void;
9
- isShowNote?: boolean;
10
- confirmLoading?: boolean;
11
- versions?: Version[];
12
- isShowBasedOn?: boolean;
13
- isShowCurrentVersion?: boolean;
14
- isValidateVersion?: boolean;
15
- }
16
- interface VersionData {
17
- version: string;
18
- note: string;
19
- baseVersion?: string;
20
- versionType?: string;
21
- }
22
- declare const PublishVersionModal: React.FC<PublishVersionModalProps>;
23
- export default PublishVersionModal;
package/es/index.d.ts DELETED
@@ -1,271 +0,0 @@
1
- import './pisell-materials.tw.css';
2
- /**
3
- * PisellFields - 字段组件命名空间
4
- * @example
5
- * import { PisellFields } from '@pisell/materials';
6
- * <PisellFields.SingleLineText value="hello" />
7
- * <PisellFields.Currency value={1000} currencySymbol="$" />
8
- */
9
- export { default as PisellFields } from './components/PisellFields';
10
- export type { PisellSingleLineTextProps, PisellLongTextProps, PisellNumberProps, PisellCurrencyProps, PisellPercentProps, PisellPhoneProps, CountryCode, PisellEmailProps, MailtoOptions, PisellUrlProps, PisellRatingProps, PisellSingleSelectProps, SingleSelectRef, PisellMultipleSelectProps, MultipleSelectRef, } from './components/PisellFields';
11
- /**
12
- * PisellMetrics - 指标展示组件命名空间
13
- * @example
14
- * import { PisellMetrics } from '@pisell/materials';
15
- * <PisellMetrics.MetricCard title="Total Sales" value={1580} />
16
- */
17
- export { default as PisellMetrics } from './components/PisellMetrics';
18
- export type { PisellMetricCardProps, PisellStatisticProps, } from './components/PisellMetrics';
19
- /**
20
- * PisellLayouts - 布局组件命名空间
21
- * @example
22
- * import { PisellLayouts } from '@pisell/materials';
23
- * <PisellLayouts.BasicGrid columns={3}>{children}</PisellLayouts.BasicGrid>
24
- */
25
- export { default as PisellLayouts } from './components/PisellLayouts';
26
- export type { PisellBasicGridProps, PisellScrollViewProps, PisellFloorMapLayoutProps, PisellFloorMapLayoutRef, FloorMapFullscreenMode, FloorMapLayoutContextValue, FloorMapLayoutProviderProps, PisellLayoutProps, CompoundedComponent, PisellRowProps, } from './components/PisellLayouts';
27
- export { Affix, Alert, Anchor, Avatar, Breadcrumb, Card, Carousel, Col, ColorPicker, Descriptions, Divider, Empty, Grid, InputNumber, Mentions, Menu, Pagination, Popconfirm, Popover, Progress, Rate, Result, Row, Space, Spin, Statistic, Steps, Switch, Tag, Timeline, Tooltip, Transfer, Tree, message, notification, version, } from 'antd';
28
- export { default as PisellCards } from './components/PisellCards';
29
- export type { BadgeConfig, PisellBasicCardProps, TabCardProps, } from './components/PisellCards';
30
- export { default as GraphicTextCard } from './components/PisellCards/components/GraphicTextCard';
31
- export type { GraphicTextCardProps, GraphicTextCardSize, GraphicTextCardVariant, } from './components/PisellCards/components/GraphicTextCard';
32
- export { default as MultilevelCard } from './components/PisellCards/components/MultilevelCard';
33
- export type { MultilevelCardProps } from './components/PisellCards/components/MultilevelCard';
34
- export { default as PisellImageCard } from './components/PisellCards/components/PisellImageCard';
35
- export type { ImageDataSource, ImageFillMode, PisellImageCardProps, } from './components/PisellCards/components/PisellImageCard';
36
- export { default as TabCard } from './components/PisellCards/components/TabCard';
37
- export { default as TextCard } from './components/PisellCards/components/TextCard';
38
- export { default as PisellProcedure } from './components/PisellProcedure';
39
- export type { PisellProcedureProps, PisellProcedureRef, ProcedureBodyProps, ProcedureFooterProps, ProcedureHeaderProps, } from './components/PisellProcedure/types';
40
- export { default as PisellSteps } from './components/PisellSteps';
41
- export type { PisellStepItem, PisellStepsProps, } from './components/PisellSteps/types';
42
- export { default as PisellSuperTabs } from './components/PisellSuperTabs';
43
- export type { PisellSuperTabsProps, TabDataItem, } from './components/PisellSuperTabs';
44
- export { default as PisellTabbar } from './components/PisellTabbar';
45
- export type { LevelType, PisellTabbarProps, TabbarDataSource, } from './components/PisellTabbar';
46
- export { default as PisellTabbarTemplate1 } from './components/PisellTabbar/template/Template1';
47
- export { default as PisellTabbar2 } from './components/PisellTabbar2';
48
- export { default as AppVersionControl } from './components/appVersionControl';
49
- export { default as AutoComplete } from './components/auto-complete';
50
- export { default as AutoCompleteNumber } from './components/auto-complete-number';
51
- export { default as Badge } from './components/badge';
52
- export { default as BatchEditor } from './components/batch-editor';
53
- export { default as Button } from './components/button';
54
- export { default as ButtonGroupEdit } from './components/buttonGroupEdit';
55
- export { default as ButtonGroupPreview } from './components/buttonGroupPreview';
56
- export { default as Calendar } from './components/calendar';
57
- export { default as CardMetricItem } from './components/cardMetricItem';
58
- export type { PisellStatisticProps as CardMetricItemProps } from './components/cardMetricItem';
59
- export { default as CardPro } from './components/cardPro';
60
- export { default as Cascader } from './components/cascader';
61
- export { default as Checkbox } from './components/checkbox';
62
- export { PisellHierarchicalSummaryList, HIERARCHICAL_SUMMARY_LIST_PREFIX_CLS, } from './components/pisellHierarchicalSummaryList';
63
- export type { PisellHierarchicalSummaryListProps, PisellHierarchicalSummaryListItem, PisellHierarchicalSummaryListKey, PisellHierarchicalSummaryListLevelConfig, PisellHierarchicalSummaryListAggregateConfig, PisellHierarchicalSummaryListAggregateMode, } from './components/pisellHierarchicalSummaryList';
64
- export { default as PisellDateTimeDisplay } from './components/pisellDateTimeDisplay';
65
- export type { PisellDateTimeDisplayProps } from './components/pisellDateTimeDisplay';
66
- export { PisellTimeRangeDisplay } from './components/pisellTimeRangeDisplay';
67
- export type { PisellTimeRangeDisplayProps } from './components/pisellTimeRangeDisplay';
68
- export { PisellTimeNavigator, getHorizontalAxisSlotCount, getRangeBounds, buildCalendarHourSlotsFromRange, buildCalendarTimelineSlotStartsFromRange, pickReferenceDateContainingNow, DEFAULT_CALENDAR_SLOT_STEP_MINUTES, } from './components/pisellTimeNavigator';
69
- export type { PisellTimeNavigatorProps, TimeNavigatorValue, TimeRangeOption, CursorMode, TimeNavigatorOrientation, } from './components/pisellTimeNavigator';
70
- export { PisellReservationSchedule } from './components/pisellReservationSchedule';
71
- export type { PisellReservationScheduleProps, ReservationScheduleValue, } from './components/pisellReservationSchedule';
72
- export { PisellReservationScheduleBand, formatScheduleAtLabel, } from './components/pisellReservationScheduleBand';
73
- export type { PisellReservationScheduleBandProps, ReservationScheduleBandValue, TimeNavigatorPassthroughProps, } from './components/pisellReservationScheduleBand';
74
- export { pisellTimeNavigatorLocales } from './components/pisellTimeNavigator';
75
- export { default as PisellStatisticList } from './components/pisellStatisticList';
76
- export { default as PisellEmpty } from './components/pisellEmpty';
77
- export { default as PisellText } from './components/pisellText';
78
- export { default as PisellTags } from './components/pisellTags';
79
- export { default as PisellAvatar } from './components/pisellAvatar';
80
- export { default as PisellCountdown } from './components/pisellCountdown';
81
- export { default as AutoResizeText } from './components/auto-resize-text';
82
- export { default as ClassicLayout } from './components/classicLayout';
83
- export { default as Collapse } from './components/collapse';
84
- export { default as Component } from './components/component';
85
- export { default as ConfigProvider } from './components/config-provider';
86
- export { default as CropPhoto } from './components/cropPhoto';
87
- export { default as PisellContainer } from './components/pisellContainer';
88
- export { default as PisellRow } from './components/pisellRow';
89
- export { default as PisellBasicGrid } from './components/PisellBasicGrid';
90
- export { default as PisellScrollView } from './components/PisellScrollView';
91
- export { PisellFloorMapLayout, FloorMapLayoutProvider, useFloorMapLayoutContext, EMPTY_FLOOR_MAP_LAYOUT_CONTEXT, mergeFloorMapLayoutPropsFromContext, getFigmaTableCardFromMerged, renderFigmaStyleTableCard, renderFigmaStyleRoundTableCard, getRenderItemByKindTable, getRenderItemByKindRoundTable, FloorMapImageElement, FloorMapBuiltinShapeElement, FLOOR_MAP_IMAGE_ELEMENT_KIND, FLOOR_MAP_BUILTIN_SHAPE_ELEMENT_KIND, FLOOR_MAP_BUILTIN_SHAPES, getFloorMapBuiltinShapeDef, FLOOR_MAP_STAGE_ELEMENT_KIND, FLOOR_MAP_ZONE_ELEMENT_KIND, FloorMapZoneElement, renderFloorMapFallbackPlaceholder, isFloorMapImageElementKind, isFloorMapBuiltinShapeElementKind,
92
- /**
93
- * 「图元名作为资源标题」相关工具:业务方(如 private-materials 的预约模块)
94
- * 通过包根 `@pisell/materials` 引用,必须在顶层 index 显式 re-export,
95
- * 否则只在子模块 index 出现时,babel/swc 编译后会得到 `undefined`,
96
- * 调用时报 "Object(...) is not a function"。
97
- */
98
- NAME_AS_TITLE_EXT_KEY, isElementNameAsTitleEnabled, buildNameAsTitleExtensionsPatch, resolveSceneElementDisplayTitle, findFloorMapRowByDataBinding, getFloorMapBindingPlaceholderReason, createShopFloorPlanClient, useShopFloorPlanSubscription, wrapFloorMapOnSaveWithRemotePersist, pickFloorPlanDetail, mergeFloorPlanViewRemote, shopLayoutToSceneElements, sceneElementsToShopLayout, buildFloorPlanPutBody, floorMapSavedConfigToRemotePatch, viewConfigToLayoutPayload, inferCanvasSizeFromScene, isShopFloorPlanNotFoundResponse, isHttpNotFoundError, isFloorPlanDuplicateCodeError, parseLayoutFieldToViewConfigPatch, SHOP_FLOOR_PLAN_DUPLICATE_CODE, getFloorMapResourcePickerCardMeta, getFloorMapCardPickerCategoryConfig, floorMapResourcePickerRecordSearchText, initFloorMapLayoutLocales, floorMapLayoutLocales, } from './components/pisellFloorMapLayout';
99
- export type { FloorMapResourcePickerSlotProps, FloorMapResourcePickerRecord, FloorMapViewConfig, FloorMapEdge, FloorMapEdgeAnchor, FloorMapEdgeStatus, FloorMapSceneElement, FloorMapCanvasNameI18n, FloorMapMergedItem, FloorMapDataSources, FloorMapItemBase, FloorMapRenderOptions, FloorMapViewportOverlayRenderArgs, FloorMapElementKindCategory, FloorMapElementKindConfig, FloorMapDataSourceRow, FloorMapBindingPlaceholderReason, ShopFloorPlanDetail, ShopFloorPlanLayoutItem, ShopFloorPlanHttpAdapter, CreateShopFloorPlanClientOptions, WrapFloorMapOnSaveWithRemotePersistParams, PostShopFloorPlanBody, PutShopFloorPlanBody, ShopFloorPlanByCodeRequestOptions, EnsureShopFloorPlanByCodeOptions, } from './components/pisellFloorMapLayout';
100
- export { parseNestedPathSegments } from './components/pisellFloorMapLayout';
101
- export type { PisellCardPickerItem, PisellCardPickerMode, PisellCardPickerCategoryConfig, PisellCardPickerCategoryLevelConfig, PisellCardPickerCategoryPath, PisellCardPickerCategoryMode, PisellCardPickerCardMeta, } from './components/pisellFloorMapLayout';
102
- export { default as PisellViewGrid } from './components/pisellViewGrid';
103
- export { default as Table } from './components/table';
104
- export { default as PisellGridView } from './components/pisellGridPro/GridView';
105
- export type { GridViewProps } from './components/pisellGridPro/GridView';
106
- export { default as PisellToolBar } from './components/pisellGridPro/ToolBar';
107
- export type { ToolBarProps } from './components/pisellGridPro/ToolBar';
108
- export { default as PisellGridPro } from './components/pisellGridPro';
109
- export type { GridProProps } from './components/pisellGridPro';
110
- export { default as RecordView } from './components/record-view';
111
- export { default as PisellInput } from './components/pisellInput';
112
- export { getBankCardTypeImg } from './components/pisellInput/components/BankCard/utils';
113
- export { default as PisellDatePicker } from './components/pisellDatePicker';
114
- export { PisellMobileDateRangePicker, } from './components/pisellMobileDateRangePicker';
115
- export type { PisellMobileDateRangePickerProps } from './components/pisellMobileDateRangePicker';
116
- export { default as PisellCheckboxGroup } from './components/pisellCheckboxGroup';
117
- export { default as PisellCustomCheckboxGroup } from './components/pisellCustomCheckboxGroup';
118
- export { default as PisellInformationEntry } from './components/pisellInformationEntry';
119
- export { default as PisellAdjustPrice } from './components/pisellAdjustPrice';
120
- export { default as PisellAdjustPriceInputNumber } from './components/pisellAdjustPrice/PisellAdjustPriceInputNumber';
121
- export { default as CustomSelect } from './components/customSelect';
122
- export { default as PisellUpload } from './components/pisellUpload';
123
- export { default as Translation } from './components/translation';
124
- export { PisellLookup } from './components/pisellLookup';
125
- export type { PisellLookupProps, PisellLookupRef, } from './components/pisellLookup';
126
- export { PisellFind } from './components/pisellFind';
127
- export type { PisellFindProps, PisellFindRef } from './components/pisellFind';
128
- export { default as DataSourceForm } from './components/dataSourceComponents/dataSourceForm';
129
- export { default as FormGroup } from './components/dataSourceComponents/dataSourceForm/group';
130
- export { default as JsonWrapper } from './components/dataSourceComponents/dataSourceForm/provider/jsonWrapper/JsonWrapperProvider';
131
- export { default as SubmitButton } from './components/dataSourceComponents/dataSourceForm/submitButton';
132
- export { default as DataSourceMenu } from './components/dataSourceComponents/dataSourceMenu';
133
- export { default as DataSourceImage } from './components/dataSourceComponents/dataSourceShow/dataSourceImage';
134
- export { default as DataSourceQRCode } from './components/dataSourceComponents/dataSourceShow/dataSourceQRCode';
135
- export { default as DataSourceTypography } from './components/dataSourceComponents/dataSourceShow/dataSourceTypography';
136
- export { default as DataSourceTable } from './components/dataSourceComponents/dataSourceTable';
137
- export { default as DataSourceWrapper } from './components/dataSourceComponents/dataSourceWrapper';
138
- export { default as PisellDataSourceContainer } from './components/pisellDataSourceContainer';
139
- export { default as PisellRecordBoard, useRecordBoardContext, } from './components/pisellRecordBoard';
140
- export { useRecordBoardShellBodyMeta } from './components/pisellRecordBoard/shellFrame';
141
- export { PisellRecordBoardCalendarView, CalendarPersistProvider, } from './components/pisellRecordBoard/shellFrame/Calendar';
142
- export { PisellRecordBoardResourceWallView, DEFAULT_RESOURCE_WALL_FILTER_FIELD_KEY, } from './components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView';
143
- export { getVenueWallStatusToneMap, diffVenueWallStatusToneOverrides, } from './components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils';
144
- export type { VenueWallStatusKey, VenueWallStatusTone, VenueWallStatusToneOverrides, VenueWallAppearanceSlot, VenueWallAppearanceTheme, } from './components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils';
145
- export { adaptColumnsForPhoneLayout, RECORD_BOARD_PHONE_GRID_CLASS, } from './components/pisellRecordBoard';
146
- export type { RecordBoardContextValue, RecordBoardChildComponentProps, RecordBoardColumnType, RecordBoardLayoutVariant, RecordBoardProps, RecordBoardToolBarProps, RecordBoardBodyView, RecordBoardCalendarProps, RecordBoardCalendarBlockedTimePayload, RecordBoardCalendarResource, RecordBoardCalendarBookingLike, RecordBoardCalendarDayOverlayBooking, RecordBoardCalendarTimelineHeaderGroup, RecordBoardCalendarTimelineHeaderRenderContext, RecordBoardCalendarResourceRenderArgs, RecordBoardCalendarBookingRenderArgs, RecordBoardBookingMoveDraft, RecordBoardBlockedTimeMergedRange, RecordBoardBlockedTimePanelPayload, RecordBoardCreateBookingDayGroup, RecordBoardCreateBookingFromSelectionPayload, RecordBoardCalendarSelectedFreeSlot, RecordBoardResourceWallProps, RecordBoardResourceWallCardModel, RecordBoardResourceWallLayoutPersist, } from './components/pisellRecordBoard';
147
- export { DEFAULT_RESOURCE_WALL_LAYOUT_PERSIST } from './components/pisellRecordBoard';
148
- export type { CalendarPersistKind, CalendarPersistContextValue, PisellRecordBoardCalendarViewProps, } from './components/pisellRecordBoard/shellFrame/Calendar';
149
- export { PisellShellFrame } from './components/pisellShellFrame';
150
- export type { PisellShellFrameProps, PisellShellFrameConfig, PisellShellFrameScrollConfig, } from './components/pisellShellFrame';
151
- export type { DataSourceContainerProps } from './components/pisellDataSourceContainer';
152
- export { default as FormItemCheckbox } from './components/dataSourceComponents/fields/Checkbox';
153
- export { default as FormItemColorPicker } from './components/dataSourceComponents/fields/ColorPicker';
154
- export { default as FormItemDatePicker } from './components/dataSourceComponents/fields/DatePicker';
155
- export { default as FormItemIconSelect } from './components/dataSourceComponents/fields/IconSelect';
156
- export { default as FormItemInput } from './components/dataSourceComponents/fields/Input';
157
- export { default as FormItemInputNumber } from './components/dataSourceComponents/fields/InputNumber';
158
- export { default as FormItemRadio } from './components/dataSourceComponents/fields/Radio';
159
- export { default as FormItemSelect } from './components/dataSourceComponents/fields/Select';
160
- export { default as FormItemSwitch } from './components/dataSourceComponents/fields/Switch';
161
- export { default as FormItemTimePicker } from './components/dataSourceComponents/fields/TimePicker';
162
- export { default as FormItemTranslation } from './components/dataSourceComponents/fields/Translation';
163
- export { default as BaseTranslation } from './components/dataSourceComponents/fields/Translation/BaseTranslation';
164
- export { default as FormItemUpload } from './components/dataSourceComponents/fields/Upload';
165
- export { default as DatePicker } from './components/date-picker';
166
- export { default as Div } from './components/div';
167
- export { default as DragSortTree } from './components/drag-sort-tree';
168
- export { default as Drawer } from './components/drawer';
169
- export { default as Dropdown } from './components/dropdown';
170
- export { default as Filter } from './components/filter';
171
- export { default as Form } from './components/form';
172
- export { default as Icon } from './components/icon';
173
- export { default as IconSelect } from './components/iconSelect';
174
- export { default as Iconfont } from './components/iconfont';
175
- export { default as Image } from './components/image';
176
- export { default as Input } from './components/input';
177
- export { default as InputNumberRange } from './components/input-number-range';
178
- export { default as Keyboard } from './components/keyboard';
179
- export { default as List } from './components/list';
180
- export { default as loginAndRegister } from './components/login-and-register';
181
- export { default as LowCodePage } from './components/lowCodePage';
182
- export { default as Modal } from './components/modal';
183
- export { default as OrganizationTenantSwitcher } from './components/organizationTenantSwitcher';
184
- export { default as Page } from './components/page';
185
- export { default as PageHeader } from './components/page-header';
186
- export { default as SafeAreaTop } from './components/SafeAreaTop';
187
- export { default as PisellConfigProvider } from './components/pisell-config-provider';
188
- export { default as PisellContext, globalConfig, } from './components/pisell-config-provider/context';
189
- export { default as usePisellConfig } from './components/pisell-config-provider/hooks/usePisellConfig';
190
- export { default as PisellAlert } from './components/pisellAlert';
191
- export { default as PisellAnchor } from './components/pisellAnchor';
192
- export { default as PisellAppCard } from './components/pisellAppCard';
193
- export type { PisellAppCardProps } from './components/pisellAppCard/types';
194
- export { default as PisellBatchActionBar } from './components/pisellBatchActionBar';
195
- export type { BatchActionBarPosition, BatchActionConfirmConfig, BatchActionItem, DefaultActionsConfig, PisellBatchActionBarProps, } from './components/pisellBatchActionBar';
196
- export { default as PisellCard } from './components/pisellCard';
197
- export { default as PisellCardList } from './components/pisellCardList';
198
- export { PisellCurrency } from './components/pisellCurrency';
199
- export { default as PisellDraggable } from './components/pisellDraggable';
200
- export { default as PisellDropSort } from './components/pisellDropSort';
201
- export { default as PisellDropdown } from './components/pisellDropdown';
202
- export { PisellEmail } from './components/pisellEmail';
203
- export { default as PisellFilter } from './components/pisellFilter';
204
- export type { PisellFilterProps } from './components/pisellFilter/type';
205
- export { default as PisellFloatingPanel } from './components/pisellFloatingPanel';
206
- export { default as PisellGoodPassCard } from './components/pisellGoodPassCard';
207
- export { default as PisellHeaderProgressBar } from './components/pisellHeaderProgressBar';
208
- export { default as PisellImageCarousels } from './components/pisellImageCarousels';
209
- export { default as PisellLayout } from './components/pisellLayout';
210
- export { default as PisellContent } from './components/pisellLayout/content';
211
- export { default as PisellFooter } from './components/pisellLayout/footer';
212
- export { default as PisellHeader } from './components/pisellLayout/header';
213
- export { default as PisellSider } from './components/pisellLayout/sider';
214
- export { default as PisellList01 } from './components/pisellList01';
215
- export { default as PisellLoading } from './components/pisellLoading';
216
- export { PisellLongText } from './components/pisellLongText';
217
- export { default as DataSourceSubForm } from './components/dataSourceComponents/dataSourceSubForm';
218
- export type { DataSourceSubFormProps } from './components/dataSourceComponents/dataSourceSubForm/types';
219
- export { default as FormItemRecordListWrapper } from './components/dataSourceComponents/fields/RecordListWrapper';
220
- export { default as FormItemTabs } from './components/dataSourceComponents/fields/Tabs';
221
- export { default as PisellMenu } from './components/pisellMenu';
222
- export type { PisellMenuProps } from './components/pisellMenu/types';
223
- export { default as PisellMetricCard } from './components/pisellMetricCard';
224
- export { default as PisellModal } from './components/pisellModal';
225
- export { PisellMultipleSelect } from './components/pisellMultipleSelect';
226
- export { default as PisellNavigationMenu } from './components/pisellNavigationMenu';
227
- export { PisellNumber } from './components/pisellNumber';
228
- export { PisellPercent } from './components/pisellPercent';
229
- export { PisellPhone } from './components/pisellPhone';
230
- export { default as PisellQRScanner } from './components/pisellQRScanner';
231
- export type { PisellQRScannerProps } from './components/pisellQRScanner';
232
- export { default as PisellQrcode } from './components/pisellQrcode';
233
- export { default as PisellQuickFilter } from './components/pisellQuickFilter';
234
- export type { PisellQuickFilterProps } from './components/pisellQuickFilter/type';
235
- export { PisellRating } from './components/pisellRating';
236
- export { default as PisellScan } from './components/pisellScan';
237
- export { default as PisellSectionHeaders } from './components/pisellSectionHeaders';
238
- export { PisellSingleLineText } from './components/pisellSingleLineText';
239
- export { PisellSingleSelect } from './components/pisellSingleSelect';
240
- export { default as PisellSort } from './components/pisellSort';
241
- export type { PisellSortProps } from './components/pisellSort/type';
242
- export type { PisellTagsProps } from './components/pisellTags';
243
- export { default as PisellToast, useToast } from './components/pisellToast';
244
- export { default as PisellTooltip } from './components/pisellTooltip';
245
- export { PisellUrl } from './components/pisellUrl';
246
- export { default as PisellWalletPassCard } from './components/pisellWalletPassCard';
247
- export type { PisellWalletPassCardProps } from './components/pisellWalletPassCard';
248
- export { default as ProductCard } from './components/productCard';
249
- export { default as ProfileMenu } from './components/profileMenu';
250
- export { default as QRCode } from './components/qrcode';
251
- export { default as Radio } from './components/radio';
252
- export { default as SectionFooters } from './components/section-footers';
253
- export { default as Segmented } from './components/segmented';
254
- export { default as Select } from './components/select';
255
- export { default as SelectTime } from './components/select-time';
256
- export { default as Skeleton } from './components/skeleton';
257
- export { default as Slider } from './components/slider';
258
- export { default as Sort } from './components/sort';
259
- export { default as SortableList } from './components/sortableList';
260
- export { default as Tabs } from './components/tabs';
261
- export { default as TimePicker } from './components/time-picker';
262
- export { default as TreeSelect } from './components/tree-select';
263
- export { default as Typography } from './components/typography';
264
- export { default as Upload } from './components/upload';
265
- export { default as PublishVersionModal } from './components/versionModal';
266
- export { default as VirtualKeyboard } from './components/virtual-keyboard';
267
- export { default as PisellPriceKeyboard } from './components/virtual-keyboard/Amount';
268
- export { default as PisellNumberKeyboard } from './components/virtual-keyboard/Number';
269
- export { default as VirtualKeyboardTime } from './components/virtual-keyboard/Time';
270
- export { default as VirtualInput } from './components/virtualInput';
271
- export { default as WalletCard } from './components/walletCard';
@@ -1,14 +0,0 @@
1
- /// <reference types="react" />
2
- import { PaginationProps } from 'antd';
3
- import './index.less';
4
- declare const Pagination: (props: PaginationProps) => JSX.Element | null;
5
- export declare const paginationConfig: {
6
- className: string;
7
- defaultCurrent: number;
8
- /** 无 props 上下文时仅能根据 total + range 近似推算(见 resolveCurrentPage) */
9
- showTotal: (totalRecords: number, range: [number, number]) => any;
10
- responsive: boolean;
11
- size: string;
12
- };
13
- export default Pagination;
14
- export declare const FormPagination: ({ value, onChange, page, pageSize, ...other }: any) => JSX.Element;