@pisell/materials 6.11.24 → 6.11.26

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 (320) hide show
  1. package/build/lowcode/assets-daily.json +11 -11
  2. package/build/lowcode/assets-dev.json +2 -2
  3. package/build/lowcode/assets-prod.json +11 -11
  4. package/build/lowcode/meta.js +1 -1
  5. package/build/lowcode/render/default/view.css +1 -1
  6. package/build/lowcode/render/default/view.js +5 -5
  7. package/build/lowcode/view.css +1 -1
  8. package/build/lowcode/view.js +4 -4
  9. package/es/components/PisellLayouts/index.d.ts +1 -0
  10. package/es/components/dataSourceComponents/fields/Tabs/index.d.ts +0 -1
  11. package/es/components/dataSourceComponents/fields/index.d.ts +0 -1
  12. package/es/components/pisellFilter/index.js +4 -2
  13. package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.js +4 -1
  14. package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.less +6 -0
  15. package/es/components/pisellFloorMapLayout/components/FloorMapEditPanel.js +10 -1
  16. package/es/components/pisellFloorMapLayout/components/ViewControls.js +8 -4
  17. package/es/components/pisellFloorMapLayout/components/ViewControls.less +14 -0
  18. package/es/components/pisellFloorMapLayout/types.d.ts +12 -0
  19. package/es/components/pisellLookup/PisellLookup.less +13 -0
  20. package/es/components/pisellLookup/components/LookupTrigger.js +2 -1
  21. package/es/components/pisellRecordBoard/PisellRecordBoard.stories.js +1 -1
  22. package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.js +16 -5
  23. package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.less +13 -0
  24. package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/index.js +6 -5
  25. package/es/components/pisellRecordBoard/shellFrame/ToolBar/ToolBarFilter.less +71 -0
  26. package/es/components/pisellRecordBoard/shellFrame/ToolBar/index.js +16 -10
  27. package/es/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolbar.less +38 -0
  28. package/es/components/pisellRecordBoard/shellFrame/ToolBarReset/index.less +19 -0
  29. package/es/components/pisellRecordBoard/types.d.ts +5 -0
  30. package/es/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +11 -0
  31. package/es/components/pisellRecordBoard/utils/recordBoardColumns.js +59 -8
  32. package/es/components/pisellReservationSchedule/PisellReservationSchedule.js +13 -0
  33. package/es/components/pisellReservationSchedule/PisellReservationSchedule.less +17 -0
  34. package/es/components/pisellReservationSchedule/types.d.ts +5 -0
  35. package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.less +2 -1
  36. package/lib/components/PisellLayouts/index.d.ts +1 -0
  37. package/lib/components/dataSourceComponents/fields/Tabs/index.d.ts +0 -1
  38. package/lib/components/dataSourceComponents/fields/index.d.ts +0 -1
  39. package/lib/components/pisellFilter/index.js +4 -0
  40. package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.js +20 -6
  41. package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.less +6 -0
  42. package/lib/components/pisellFloorMapLayout/components/FloorMapEditPanel.js +1 -1
  43. package/lib/components/pisellFloorMapLayout/components/ViewControls.js +7 -3
  44. package/lib/components/pisellFloorMapLayout/components/ViewControls.less +14 -0
  45. package/lib/components/pisellFloorMapLayout/types.d.ts +12 -0
  46. package/lib/components/pisellLookup/PisellLookup.less +13 -0
  47. package/lib/components/pisellLookup/components/LookupTrigger.js +4 -1
  48. package/lib/components/pisellRecordBoard/PisellRecordBoard.stories.js +1 -1
  49. package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.js +10 -2
  50. package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.less +13 -0
  51. package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/index.js +6 -5
  52. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/ToolBarFilter.less +71 -0
  53. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/index.js +12 -8
  54. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolbar.less +38 -0
  55. package/lib/components/pisellRecordBoard/shellFrame/ToolBarReset/index.less +19 -0
  56. package/lib/components/pisellRecordBoard/types.d.ts +5 -0
  57. package/lib/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +11 -0
  58. package/lib/components/pisellRecordBoard/utils/recordBoardColumns.js +45 -8
  59. package/lib/components/pisellReservationSchedule/PisellReservationSchedule.js +22 -0
  60. package/lib/components/pisellReservationSchedule/PisellReservationSchedule.less +17 -0
  61. package/lib/components/pisellReservationSchedule/types.d.ts +5 -0
  62. package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.less +2 -1
  63. package/lowcode/render-figma-style-table-card/meta.ts +1 -1
  64. package/package.json +1 -1
  65. package/es/components/PisellCards/components/MultilevelCard/components/PanelWrapper.d.ts +0 -7
  66. package/es/components/PisellSteps/PisellSteps.d.ts +0 -14
  67. package/es/components/PisellSuperTabs/PisellSuperTabs.d.ts +0 -8
  68. package/es/components/PisellSuperTabs/hooks/useTabsState.d.ts +0 -7
  69. package/es/components/PisellSuperTabs/types.d.ts +0 -212
  70. package/es/components/PisellTabbar/PisellTabbar.d.ts +0 -20
  71. package/es/components/PisellTabbar/constants.d.ts +0 -47
  72. package/es/components/PisellTabbar/hooks/useActiveKey.d.ts +0 -55
  73. package/es/components/PisellTabbar/hooks/useExpand.d.ts +0 -42
  74. package/es/components/PisellTabbar/template/Template1/PisellTabbar.d.ts +0 -5
  75. package/es/components/PisellTabbar/template/Template1/constants.d.ts +0 -10
  76. package/es/components/PisellTabbar/types.d.ts +0 -90
  77. package/es/components/PisellTabbar/utils/index.d.ts +0 -69
  78. package/es/components/cardPro/index.d.ts +0 -4
  79. package/es/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +0 -39
  80. package/es/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +0 -26
  81. package/es/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +0 -15
  82. package/es/components/dataSourceComponents/provider/variables/VariablesProvider.d.ts +0 -4
  83. package/es/components/drag-sort-tree/TreeItem/index.d.ts +0 -19
  84. package/es/components/iconfont/index.d.ts +0 -8
  85. package/es/components/page/index.d.ts +0 -9
  86. package/es/components/pisell-config-provider/context.d.ts +0 -22
  87. package/es/components/pisell-config-provider/index.d.ts +0 -13
  88. package/es/components/pisellAdjustPrice/index.d.ts +0 -5
  89. package/es/components/pisellAdjustPrice/status.d.ts +0 -32
  90. package/es/components/pisellAdjustPrice/type.d.ts +0 -22
  91. package/es/components/pisellCardList/index.d.ts +0 -107
  92. package/es/components/pisellCheckboxGroup/index.d.ts +0 -40
  93. package/es/components/pisellDataSourceContainer/components/Pagination/index.d.ts +0 -6
  94. package/es/components/pisellFilter/type.d.ts +0 -7
  95. package/es/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +0 -24
  96. package/es/components/pisellFloorMapLayout/components/FloorMapImageElement.d.ts +0 -9
  97. package/es/components/pisellFloorMapLayout/hooks/useFloorMapPaletteTouchDrag.d.ts +0 -21
  98. package/es/components/pisellFloorMapLayout/locales-ja.d.ts +0 -113
  99. package/es/components/pisellFloorMapLayout/locales-pt.d.ts +0 -113
  100. package/es/components/pisellFloorMapLayout/locales.d.ts +0 -551
  101. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanTypes.d.ts +0 -72
  102. package/es/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.d.ts +0 -8
  103. package/es/components/pisellFloorMapLayout/utils/floorMapDropUtils.d.ts +0 -27
  104. package/es/components/pisellFloorMapLayout/utils/floorMapStageDefaults.d.ts +0 -8
  105. package/es/components/pisellFloorMapLayout/utils/snap.d.ts +0 -10
  106. package/es/components/pisellGoodPassCard/index.d.ts +0 -50
  107. package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +0 -6
  108. package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +0 -10
  109. package/es/components/pisellHierarchicalSummaryList/components/Row.d.ts +0 -35
  110. package/es/components/pisellHierarchicalSummaryList/components/index.d.ts +0 -1
  111. package/es/components/pisellHierarchicalSummaryList/hooks/index.d.ts +0 -2
  112. package/es/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +0 -15
  113. package/es/components/pisellHierarchicalSummaryList/index.d.ts +0 -5
  114. package/es/components/pisellHierarchicalSummaryList/types.d.ts +0 -248
  115. package/es/components/pisellLookup/components/LookupTrigger.d.ts +0 -3
  116. package/es/components/pisellModal/index.d.ts +0 -62
  117. package/es/components/pisellReservationSchedule/locales.d.ts +0 -25
  118. package/es/components/pisellText/components/Amount/index.d.ts +0 -20
  119. package/es/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +0 -10
  120. package/es/components/pisellTimeNavigator/PisellTimeNavigator.stories.d.ts +0 -79
  121. package/es/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +0 -14
  122. package/es/components/pisellTimeNavigator/components/CursorLayer.d.ts +0 -25
  123. package/es/components/pisellTimeNavigator/components/GestureLayer.d.ts +0 -33
  124. package/es/components/pisellTimeNavigator/components/NowButton.d.ts +0 -14
  125. package/es/components/pisellTimeNavigator/components/ScaleLayer.d.ts +0 -22
  126. package/es/components/pisellTimeNavigator/components/index.d.ts +0 -5
  127. package/es/components/pisellTimeNavigator/hooks/index.d.ts +0 -5
  128. package/es/components/pisellTimeNavigator/hooks/useDragInertia.d.ts +0 -14
  129. package/es/components/pisellTimeNavigator/hooks/useRealtime.d.ts +0 -5
  130. package/es/components/pisellTimeNavigator/hooks/useTimeAxis.d.ts +0 -27
  131. package/es/components/pisellTimeNavigator/index.d.ts +0 -5
  132. package/es/components/pisellTimeNavigator/locales.d.ts +0 -22
  133. package/es/components/pisellTimeNavigator/types.d.ts +0 -160
  134. package/es/components/pisellTimeNavigator/utils/index.d.ts +0 -30
  135. package/es/components/pisellToast/index.d.ts +0 -17
  136. package/es/components/pisellToast/squareToast/index.d.ts +0 -15
  137. package/es/components/pisellToast/squareToast/methods.d.ts +0 -13
  138. package/es/components/pisellToast/squareToast/renderImperatively.d.ts +0 -28
  139. package/es/components/pisellToast/squareToast/toast.d.ts +0 -25
  140. package/es/components/pisellWalletPassCard/index.d.ts +0 -146
  141. package/es/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +0 -4
  142. package/es/components/productCard/cartSkuCard/components/Gift/index.d.ts +0 -5
  143. package/es/components/productCard/cartSkuCard/components/Gift/types.d.ts +0 -29
  144. package/es/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -4
  145. package/es/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +0 -14
  146. package/es/components/productCard/cartSkuCard/components/Note/index.d.ts +0 -4
  147. package/es/components/productCard/cartSkuCard/components/Promotion/index.d.ts +0 -7
  148. package/es/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +0 -36
  149. package/es/components/productCard/cartSkuCard/components/discountReason/index.d.ts +0 -3
  150. package/es/components/productCard/cartSkuCard/components/holders/index.d.ts +0 -4
  151. package/es/components/productCard/cartSkuCard/components/packages/index.d.ts +0 -12
  152. package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +0 -20
  153. package/es/components/productCard/cartSkuCard/components/resources/index.d.ts +0 -4
  154. package/es/components/productCard/cartSkuCard/components/sales/index.d.ts +0 -13
  155. package/es/components/productCard/cartSkuCard/components/specs/index.d.ts +0 -22
  156. package/es/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +0 -46
  157. package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -9
  158. package/es/components/productCard/cartSkuCard/index.d.ts +0 -11
  159. package/es/components/productCard/cartSkuCard/locales.d.ts +0 -178
  160. package/es/components/productCard/components/Action/index.d.ts +0 -4
  161. package/es/components/productCard/components/Header/EditButton/index.d.ts +0 -4
  162. package/es/components/productCard/components/Header/index.d.ts +0 -4
  163. package/es/components/productCard/components/Sales/index.d.ts +0 -4
  164. package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts +0 -4
  165. package/es/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +0 -14
  166. package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +0 -3
  167. package/es/components/productCard/index.d.ts +0 -7
  168. package/es/components/productCard/locales.d.ts +0 -138
  169. package/es/components/productCard/status.d.ts +0 -32
  170. package/es/components/productCard/types.d.ts +0 -95
  171. package/es/components/productCard/utils.d.ts +0 -33
  172. package/es/components/select-time/index.d.ts +0 -14
  173. package/es/components/sort/index.d.ts +0 -5
  174. package/es/components/table/Table/AddFieldModal/index.d.ts +0 -4
  175. package/es/components/table/index.d.ts +0 -4
  176. package/es/components/virtual-keyboard/Amount/index.d.ts +0 -6
  177. package/es/components/virtual-keyboard/Amount/themeConfig.d.ts +0 -32
  178. package/es/components/virtual-keyboard/Amount/types.d.ts +0 -44
  179. package/es/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +0 -15
  180. package/es/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -25
  181. package/es/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
  182. package/es/components/virtual-keyboard/Number/index.d.ts +0 -6
  183. package/es/components/virtual-keyboard/Number/themeConfig.d.ts +0 -32
  184. package/es/components/virtual-keyboard/Number/types.d.ts +0 -26
  185. package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -13
  186. package/es/components/virtual-keyboard/index.d.ts +0 -25
  187. package/es/index.d.ts +0 -251
  188. package/es/locales/en-US.d.ts +0 -387
  189. package/es/locales/ja.d.ts +0 -356
  190. package/es/locales/pt.d.ts +0 -356
  191. package/es/locales/zh-CN.d.ts +0 -382
  192. package/es/locales/zh-TW.d.ts +0 -382
  193. package/lib/components/PisellCards/components/MultilevelCard/components/PanelWrapper.d.ts +0 -7
  194. package/lib/components/PisellSteps/PisellSteps.d.ts +0 -14
  195. package/lib/components/PisellSuperTabs/PisellSuperTabs.d.ts +0 -8
  196. package/lib/components/PisellSuperTabs/hooks/useTabsState.d.ts +0 -7
  197. package/lib/components/PisellSuperTabs/types.d.ts +0 -212
  198. package/lib/components/PisellTabbar/PisellTabbar.d.ts +0 -20
  199. package/lib/components/PisellTabbar/constants.d.ts +0 -47
  200. package/lib/components/PisellTabbar/hooks/useActiveKey.d.ts +0 -55
  201. package/lib/components/PisellTabbar/hooks/useExpand.d.ts +0 -42
  202. package/lib/components/PisellTabbar/template/Template1/PisellTabbar.d.ts +0 -5
  203. package/lib/components/PisellTabbar/template/Template1/constants.d.ts +0 -10
  204. package/lib/components/PisellTabbar/types.d.ts +0 -90
  205. package/lib/components/PisellTabbar/utils/index.d.ts +0 -69
  206. package/lib/components/cardPro/index.d.ts +0 -4
  207. package/lib/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +0 -39
  208. package/lib/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +0 -26
  209. package/lib/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +0 -15
  210. package/lib/components/dataSourceComponents/provider/variables/VariablesProvider.d.ts +0 -4
  211. package/lib/components/drag-sort-tree/TreeItem/index.d.ts +0 -19
  212. package/lib/components/iconfont/index.d.ts +0 -8
  213. package/lib/components/page/index.d.ts +0 -9
  214. package/lib/components/pisell-config-provider/context.d.ts +0 -22
  215. package/lib/components/pisell-config-provider/index.d.ts +0 -13
  216. package/lib/components/pisellAdjustPrice/index.d.ts +0 -5
  217. package/lib/components/pisellAdjustPrice/status.d.ts +0 -32
  218. package/lib/components/pisellAdjustPrice/type.d.ts +0 -22
  219. package/lib/components/pisellCardList/index.d.ts +0 -107
  220. package/lib/components/pisellCheckboxGroup/index.d.ts +0 -40
  221. package/lib/components/pisellDataSourceContainer/components/Pagination/index.d.ts +0 -6
  222. package/lib/components/pisellFilter/type.d.ts +0 -7
  223. package/lib/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +0 -24
  224. package/lib/components/pisellFloorMapLayout/components/FloorMapImageElement.d.ts +0 -9
  225. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapPaletteTouchDrag.d.ts +0 -21
  226. package/lib/components/pisellFloorMapLayout/locales-ja.d.ts +0 -113
  227. package/lib/components/pisellFloorMapLayout/locales-pt.d.ts +0 -113
  228. package/lib/components/pisellFloorMapLayout/locales.d.ts +0 -551
  229. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanTypes.d.ts +0 -72
  230. package/lib/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.d.ts +0 -8
  231. package/lib/components/pisellFloorMapLayout/utils/floorMapDropUtils.d.ts +0 -27
  232. package/lib/components/pisellFloorMapLayout/utils/floorMapStageDefaults.d.ts +0 -8
  233. package/lib/components/pisellFloorMapLayout/utils/snap.d.ts +0 -10
  234. package/lib/components/pisellGoodPassCard/index.d.ts +0 -50
  235. package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +0 -6
  236. package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +0 -10
  237. package/lib/components/pisellHierarchicalSummaryList/components/Row.d.ts +0 -35
  238. package/lib/components/pisellHierarchicalSummaryList/components/index.d.ts +0 -1
  239. package/lib/components/pisellHierarchicalSummaryList/hooks/index.d.ts +0 -2
  240. package/lib/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +0 -15
  241. package/lib/components/pisellHierarchicalSummaryList/index.d.ts +0 -5
  242. package/lib/components/pisellHierarchicalSummaryList/types.d.ts +0 -248
  243. package/lib/components/pisellLookup/components/LookupTrigger.d.ts +0 -3
  244. package/lib/components/pisellModal/index.d.ts +0 -62
  245. package/lib/components/pisellReservationSchedule/locales.d.ts +0 -25
  246. package/lib/components/pisellText/components/Amount/index.d.ts +0 -20
  247. package/lib/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +0 -10
  248. package/lib/components/pisellTimeNavigator/PisellTimeNavigator.stories.d.ts +0 -79
  249. package/lib/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +0 -14
  250. package/lib/components/pisellTimeNavigator/components/CursorLayer.d.ts +0 -25
  251. package/lib/components/pisellTimeNavigator/components/GestureLayer.d.ts +0 -33
  252. package/lib/components/pisellTimeNavigator/components/NowButton.d.ts +0 -14
  253. package/lib/components/pisellTimeNavigator/components/ScaleLayer.d.ts +0 -22
  254. package/lib/components/pisellTimeNavigator/components/index.d.ts +0 -5
  255. package/lib/components/pisellTimeNavigator/hooks/index.d.ts +0 -5
  256. package/lib/components/pisellTimeNavigator/hooks/useDragInertia.d.ts +0 -14
  257. package/lib/components/pisellTimeNavigator/hooks/useRealtime.d.ts +0 -5
  258. package/lib/components/pisellTimeNavigator/hooks/useTimeAxis.d.ts +0 -27
  259. package/lib/components/pisellTimeNavigator/index.d.ts +0 -5
  260. package/lib/components/pisellTimeNavigator/locales.d.ts +0 -22
  261. package/lib/components/pisellTimeNavigator/types.d.ts +0 -160
  262. package/lib/components/pisellTimeNavigator/utils/index.d.ts +0 -30
  263. package/lib/components/pisellToast/index.d.ts +0 -17
  264. package/lib/components/pisellToast/squareToast/index.d.ts +0 -15
  265. package/lib/components/pisellToast/squareToast/methods.d.ts +0 -13
  266. package/lib/components/pisellToast/squareToast/renderImperatively.d.ts +0 -28
  267. package/lib/components/pisellToast/squareToast/toast.d.ts +0 -25
  268. package/lib/components/pisellWalletPassCard/index.d.ts +0 -146
  269. package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +0 -4
  270. package/lib/components/productCard/cartSkuCard/components/Gift/index.d.ts +0 -5
  271. package/lib/components/productCard/cartSkuCard/components/Gift/types.d.ts +0 -29
  272. package/lib/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -4
  273. package/lib/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +0 -14
  274. package/lib/components/productCard/cartSkuCard/components/Note/index.d.ts +0 -4
  275. package/lib/components/productCard/cartSkuCard/components/Promotion/index.d.ts +0 -7
  276. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +0 -36
  277. package/lib/components/productCard/cartSkuCard/components/discountReason/index.d.ts +0 -3
  278. package/lib/components/productCard/cartSkuCard/components/holders/index.d.ts +0 -4
  279. package/lib/components/productCard/cartSkuCard/components/packages/index.d.ts +0 -12
  280. package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +0 -20
  281. package/lib/components/productCard/cartSkuCard/components/resources/index.d.ts +0 -4
  282. package/lib/components/productCard/cartSkuCard/components/sales/index.d.ts +0 -13
  283. package/lib/components/productCard/cartSkuCard/components/specs/index.d.ts +0 -22
  284. package/lib/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +0 -46
  285. package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -9
  286. package/lib/components/productCard/cartSkuCard/index.d.ts +0 -11
  287. package/lib/components/productCard/cartSkuCard/locales.d.ts +0 -178
  288. package/lib/components/productCard/components/Action/index.d.ts +0 -4
  289. package/lib/components/productCard/components/Header/EditButton/index.d.ts +0 -4
  290. package/lib/components/productCard/components/Header/index.d.ts +0 -4
  291. package/lib/components/productCard/components/Sales/index.d.ts +0 -4
  292. package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts +0 -4
  293. package/lib/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +0 -14
  294. package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +0 -3
  295. package/lib/components/productCard/index.d.ts +0 -7
  296. package/lib/components/productCard/locales.d.ts +0 -138
  297. package/lib/components/productCard/status.d.ts +0 -32
  298. package/lib/components/productCard/types.d.ts +0 -95
  299. package/lib/components/productCard/utils.d.ts +0 -33
  300. package/lib/components/select-time/index.d.ts +0 -14
  301. package/lib/components/sort/index.d.ts +0 -5
  302. package/lib/components/table/Table/AddFieldModal/index.d.ts +0 -4
  303. package/lib/components/table/index.d.ts +0 -4
  304. package/lib/components/virtual-keyboard/Amount/index.d.ts +0 -6
  305. package/lib/components/virtual-keyboard/Amount/themeConfig.d.ts +0 -32
  306. package/lib/components/virtual-keyboard/Amount/types.d.ts +0 -44
  307. package/lib/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +0 -15
  308. package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -25
  309. package/lib/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
  310. package/lib/components/virtual-keyboard/Number/index.d.ts +0 -6
  311. package/lib/components/virtual-keyboard/Number/themeConfig.d.ts +0 -32
  312. package/lib/components/virtual-keyboard/Number/types.d.ts +0 -26
  313. package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -13
  314. package/lib/components/virtual-keyboard/index.d.ts +0 -25
  315. package/lib/index.d.ts +0 -251
  316. package/lib/locales/en-US.d.ts +0 -387
  317. package/lib/locales/ja.d.ts +0 -356
  318. package/lib/locales/pt.d.ts +0 -356
  319. package/lib/locales/zh-CN.d.ts +0 -382
  320. package/lib/locales/zh-TW.d.ts +0 -382
@@ -1,382 +0,0 @@
1
- declare const _default: {
2
- 'pisell-tabbar-expand': string;
3
- 'pisell-tabbar-minimize': string;
4
- 'pisell-tabbar-all': string;
5
- 'table-filter-search': string;
6
- 'table-filter-find': string;
7
- 'table-filter-clear': string;
8
- 'table-filter-filter': string;
9
- 'table-filter-min': string;
10
- 'table-filter-max': string;
11
- 'table-pagination-previous': string;
12
- 'table-pagination-next': string;
13
- 'table-pagination-total': (current: string, total: string) => string;
14
- 'select-dropdown-render-select-all': string;
15
- 'select-dropdown-render-search': string;
16
- 'sort-button-text': string;
17
- 'sort-oldest-to-newest': string;
18
- 'sort-newest-to-oldest': string;
19
- 'sort-a-z': string;
20
- 'sort-z-a': string;
21
- 'sort-from-morning-to-night': string;
22
- 'sort-from-evening-to-morning': string;
23
- 'sort-0-9': string;
24
- 'sort-9-0': string;
25
- 'sort-first-last': string;
26
- 'sort-last-first': string;
27
- 'table-action-filter-button': string;
28
- 'table-action-filter-quick-filter': string;
29
- 'table-action-filter-quick-filter-tip': (count: number) => string;
30
- 'table-action-filter-other-filter': string;
31
- 'table-action-filter-other-filter-tip': () => string;
32
- 'table-action-group-by-title': string;
33
- 'table-action-group-by-title-tip': string;
34
- 'table-action-column-title': string;
35
- 'table-column-group-records': string;
36
- 'table-column-group-lock-tip': string;
37
- 'record-board-uniform-summary-empty': string;
38
- 'record-board-uniform-summary-same': string;
39
- 'table-column-drag-sort-disabled-tip': string;
40
- 'table-action-filter-no-filter': string;
41
- 'table-action-range-picker-placeholder-start': string;
42
- 'table-action-range-picker-placeholder-end': string;
43
- 'table-action-range-picker-presets-today': string;
44
- 'table-action-range-picker-presets-yesterday': string;
45
- 'table-action-range-picker-presets-last-3-day': string;
46
- 'table-action-range-picker-presets-last-7-day': string;
47
- 'table-action-range-picker-presets-last-14-day': string;
48
- 'table-action-range-picker-presets-last-30-day': string;
49
- 'table-action-range-picker-presets-last-90-day': string;
50
- 'virtual-keyboard-time-now': string;
51
- 'virtual-keyboard-time-ok': string;
52
- 'batch-editor-batch-edit': string;
53
- 'pisell-lookup-placeholder': string;
54
- 'pisell-lookup-button-text': string;
55
- 'pisell-lookup-confirm-button-text': string;
56
- 'pisell-lookup-clear': string;
57
- 'pisell-lookup-close': string;
58
- 'pisell-lookup-search-history': string;
59
- 'pisell-lookup-clear-history': string;
60
- 'pisell-lookup-suggestions': string;
61
- 'pisell-lookup-popular-search': string;
62
- 'pisell-lookup-loading': string;
63
- 'pisell-lookup-no-data': string;
64
- 'pisell-find-button-text': string;
65
- 'pisell-find-placeholder': string;
66
- 'pisell-export-button-text': string;
67
- 'batch-editor-actions': string;
68
- 'batch-editor-remove': string;
69
- 'batch-editor-price': string;
70
- 'batch-editor-cancel': string;
71
- 'batch-editor-search': string;
72
- 'batch-editor-confirm': string;
73
- 'batch-editor-batch-remove': string;
74
- 'batch-editor-what-price': string;
75
- 'batch-editor-quick-edit': string;
76
- 'batch-editor-quick-edit-title': (product: string, num: string) => string;
77
- 'batch-editor-quick-edit-title-2': (product: string) => string;
78
- 'batch-action-bar-select-all': string;
79
- 'batch-action-bar-invert': string;
80
- 'batch-action-bar-clear': string;
81
- 'batch-action-bar-delete': string;
82
- 'batch-action-bar-more': string;
83
- 'batch-action-bar-selected-count': (count: number) => string;
84
- 'batch-action-bar-confirm-title': string;
85
- 'batch-action-bar-delete-confirm-title': string;
86
- 'batch-action-bar-delete-confirm-content': (count: number) => string;
87
- 'batch-action-bar-delete-confirm-ok': string;
88
- 'batch-action-bar-delete-confirm-cancel': string;
89
- 'record-board-toolbar-reset': string;
90
- 'record-board-toolbar-default-filter-status': string;
91
- 'record-board-toolbar-default-filter-all': string;
92
- 'record-board-toolbar-default-filter-enabled': string;
93
- 'record-board-toolbar-default-filter-disabled': string;
94
- 'record-board-toolbar-default-filter-keyword': string;
95
- 'record-board-toolbar-default-placeholder': string;
96
- 'pisell2.recordBoard.toolbar.find': string;
97
- 'pisell2.recordBoard.toolbar.findPlaceholder': string;
98
- 'pisell2.recordBoard.toolbar.sort': string;
99
- 'pisell2.recordBoard.toolbar.filter': string;
100
- 'pisell2.recordBoard.toolbar.reset': string;
101
- 'pisell2.recordBoard.toolbar.viewGrid': string;
102
- 'pisell2.recordBoard.toolbar.viewFloorMap': string;
103
- 'pisell2.recordBoard.filter.placeholderEnter': string;
104
- 'pisell2.salesManagement.pagination.previous': string;
105
- 'pisell2.salesManagement.pagination.next': string;
106
- 'pisell2.salesManagement.pagination.showTotal': (start: number, end: number) => string;
107
- 'pisell2.salesManagement.pagination.total': (current: number, max: number) => string;
108
- 'pisell2.salesManagement.batchActionBar.selectedCount': (count: number) => string;
109
- 'pisell2.salesManagement.batchActionBar.more': string;
110
- 'pisell2.salesManagement.batchActionBar.selectAll': string;
111
- 'pisell2.salesManagement.batchActionBar.invert': string;
112
- 'pisell2.salesManagement.batchActionBar.clear': string;
113
- 'pisell2.salesManagement.batchActionBar.delete': string;
114
- 'pisell2.salesManagement.batchActionBar.confirmTitle': string;
115
- 'pisell2.salesManagement.batchActionBar.deleteConfirmTitle': string;
116
- 'pisell2.salesManagement.batchActionBar.deleteConfirmContent': (count: number) => string;
117
- 'pisell2.salesManagement.batchActionBar.deleteConfirmOk': string;
118
- 'pisell2.salesManagement.batchActionBar.deleteConfirmCancel': string;
119
- 'shell-frame-statistic-expand': string;
120
- 'shell-frame-statistic-collapse': string;
121
- 'table-action-export-import-export-success': string;
122
- 'table-action-export-import-button': string;
123
- 'table-action-export-import-export-range': string;
124
- 'table-action-export-import-current-page': string;
125
- 'table-action-export-import-all-records': string;
126
- 'table-action-export-import-selected-records': string;
127
- 'table-action-export-import-selected': string;
128
- 'table-action-export-import-item': (length: number) => string;
129
- 'table-action-export-import-product': string;
130
- 'table-action-export-import-table-text-input-title': string;
131
- 'table-action-export-import-table-text-input-describe': string;
132
- 'table-action-export-import-table-error-file': string;
133
- 'table-action-export-import-import-success': string;
134
- 'table-action-export-import-import-phone': string;
135
- 'table-action-export-import-table-success-download': string;
136
- 'table-action-export-import-table-textimport-product': string;
137
- 'table-action-export-import-table-text-product-template': string;
138
- 'table-action-export-import-table-text-click-download': string;
139
- 'table-action-export-import-table-text-edit-file': string;
140
- 'table-action-export-import-button-import': string;
141
- 'table-action-export-import-cancel': string;
142
- 'table-action-export-import-file-completed': string;
143
- 'table-action-export-import-file-processing': string;
144
- 'table-action-export-import-file-pending': string;
145
- 'table-action-export-import-file-refresh': string;
146
- 'table-action-export-import-export-title': string;
147
- 'table-action-export-import-file-hint': string;
148
- 'table-action-export-import-file-name': string;
149
- 'table-action-export-import-file-content': string;
150
- 'table-action-export-import-file-content-all': string;
151
- 'table-action-export-import-file-content-part': string;
152
- 'table-action-export-import-file-status': string;
153
- 'table-action-export-import-file-account': string;
154
- 'table-action-export-import-file-created': string;
155
- 'table-action-export-import-file-record': (length: number) => string;
156
- 'table-action-export-import-import-title': string;
157
- 'table-action-export-import-log-hint': string;
158
- 'table-action-export-import-log-name': string;
159
- 'table-action-export-import-log-result': string;
160
- 'table-action-export-import-log-ok': (num: number) => string;
161
- 'table-action-export-import-log-err': (num: number) => string;
162
- 'table-action-export-import-log-check': string;
163
- 'table-action-export-import-log-detail-title': string;
164
- 'table-action-export-import-log-err-log': string;
165
- 'table-action-export-import-log-copy': string;
166
- 'table-action-export-import-table-success-copy': string;
167
- 'drag-sort-tree-unavailable-today-tip': string;
168
- 'date-picker-today': string;
169
- 'date-picker-yesterday': string;
170
- 'date-picker-tomorrow': string;
171
- 'date-picker-next_monday': string;
172
- 'date-picker-last_friday': string;
173
- 'date-picker-first_day_of_this_month': string;
174
- 'date-picker-last_day_of_this_month': string;
175
- 'date-picker-first_day_of_next_month': string;
176
- 'date-picker-last_day_of_last_month': string;
177
- 'date-picker-invalid-date': string;
178
- 'date-picker-apply': string;
179
- 'date-picker-shortcut-custom': string;
180
- 'pisell-input-copy-success': string;
181
- 'pisell-input-copy': string;
182
- 'pisell-empty-description-no-data': string;
183
- 'pisell-information-entry-input-search': string;
184
- 'pisell-information-entry-input-confirm': string;
185
- 'pisell-information-entry-scan-exit': string;
186
- 'pisell-wallet-pass-card-detail': string;
187
- 'pisell-wallet-pass-card-edit': string;
188
- 'pisell-wallet-pass-card-name': string;
189
- 'pisell-wallet-pass-card-store-name': string;
190
- 'pisell-wallet-pass-card-balance': string;
191
- 'pisell-wallet-pass-card-redeem': string;
192
- 'pisell-wallet-pass-card-code': string;
193
- 'pisell-wallet-pass-card-valid-to': string;
194
- 'pisell-wallet-pass-card-valid': string;
195
- 'pisell-wallet-pass-card-confirm': string;
196
- 'pisell-wallet-pass-card-cancel': string;
197
- 'pisell-wallet-pass-card-required': string;
198
- 'pisell-wallet-pass-card-expireDate': string;
199
- 'pisell-adjust-price-price-override': string;
200
- 'pisell-adjust-price-discount': string;
201
- 'pisell-adjust-price-discount-amount': string;
202
- 'pisell-adjust-price-discount-percentage': string;
203
- 'pisell-adjust-price-total-after-discount': string;
204
- 'pisell-adjust-price-discount-can-be-maximum': string;
205
- 'pisell-discount-card-title': string;
206
- 'pisell-discount-card-unit': string;
207
- 'pisell-discount-card-fixed-amount-prefix': string;
208
- 'pisell-data-source-table-add': string;
209
- 'pisell-data-source-table-edit': string;
210
- 'pisell-data-source-table-detail': string;
211
- 'pisell-data-source-table-delete': string;
212
- 'pisell-record-view-available': string;
213
- 'pisell-record-view-unavailable': string;
214
- 'pisell-data-source-form-required-message': string;
215
- 'pisell-data-source-form-scope-message': string;
216
- 'pisell-data-source-form-email-message': string;
217
- 'pisell-data-source-form-domain-message': string;
218
- 'pisell-data-source-form-url-message': string;
219
- 'pisell-data-source-form-phone-message': string;
220
- 'pisell-data-source-form-min-length-message': (minLength: number) => string;
221
- 'pisell-data-source-form-max-length-message': (maxLength: number) => string;
222
- 'pisell-data-source-form-min-value-message': (minValue: number) => string;
223
- 'pisell-data-source-form-max-value-message': (maxValue: number) => string;
224
- 'pisell-data-source-form-mobile-message': string;
225
- 'pisell-number-format-thousand': string;
226
- 'pisell-number-format-million': string;
227
- 'pisell-number-format-billion': string;
228
- 'walletCard-done': string;
229
- 'walletCard-qrcode': string;
230
- 'walletCard-barcode': string;
231
- 'walletCard-viewPin': string;
232
- 'pisell-upload-button': string;
233
- 'pisell-upload-setting-size-error': (maxSize: number) => string;
234
- 'pisell-upload-setting-type-error': (type: string) => string;
235
- 'pisell-upload-count-error': (count: number) => string;
236
- 'pisell-upload-error': (name: string) => string;
237
- 'pisell-upload-multilingual-title': string;
238
- 'pisell-upload-multilingual-item-title-original': string;
239
- 'pisell-upload-multilingual-item-title-en': string;
240
- 'pisell-upload-multilingual-item-title-zh-CN': string;
241
- 'pisell-upload-multilingual-item-title-zh-HK': string;
242
- 'pisell-color-picker-default': string;
243
- 'pisell-action-get-data': string;
244
- 'pisell-action-delete-success': string;
245
- 'pisell-action-delete-failed': string;
246
- 'walletCard-point': string;
247
- 'walletCard-rechargeable': string;
248
- 'walletCard-voucher': string;
249
- 'walletCard-discount': string;
250
- 'pisellQrcode-done': string;
251
- 'pisellQrcode-qrcode': string;
252
- 'pisell-delete-confirm-title': string;
253
- 'pisell-delete-confirm-content': string;
254
- 'pisell-delete-confirm-ok': string;
255
- 'pisell-delete-confirm-cancel': string;
256
- 'pisell-design-mode-action-disabled': string;
257
- 'pisell-translation-original': string;
258
- 'pisell-version-modal-title': string;
259
- 'pisell-version-modal-current-version': string;
260
- 'pisell-version-modal-version': string;
261
- 'pisell-version-modal-update-notes': string;
262
- 'pisell-version-modal-patch': string;
263
- 'pisell-version-modal-minor': string;
264
- 'pisell-version-modal-major': string;
265
- 'pisell-version-modal-custom': string;
266
- 'pisell-version-modal-cancel': string;
267
- 'pisell-version-modal-confirm': string;
268
- 'pisell-version-modal-describe-update-notes': string;
269
- 'pisell-version-modal-version-error': string;
270
- 'pisell-version-modal-version-required': string;
271
- 'pisell-version-modal-based-on-version': string;
272
- 'subdomain-error-too-short': string;
273
- 'subdomain-error-too-long': string;
274
- 'subdomain-error-pattern': string;
275
- 'subdomain-error-numbers-only': string;
276
- 'subdomain-error-hyphen-ends': string;
277
- 'subdomain-error-consecutive-hyphens': string;
278
- 'pisell-icon-select-placeholder': string;
279
- 'pisell-icon-select-outlined': string;
280
- 'pisell-icon-select-filled': string;
281
- 'pisell-icon-select-two-tone': string;
282
- 'pisell-icon-select-iconfont': string;
283
- 'pisell-icon-select-search': string;
284
- 'pisell-icon-select-select': string;
285
- 'pisell-lowcode-app-version-control-live': string;
286
- 'pisell-lowcode-app-version-control-draft': string;
287
- 'pisell-lowcode-app-version-control-deprecated': string;
288
- 'pisell-lowcode-app-version-control-new-version': string;
289
- 'pisell-lowcode-app-version-control-promote-to-live': string;
290
- 'pisell-lowcode-app-version-control-promote-version': (version: string) => string;
291
- 'pisell-lowcode-app-version-control-promote-version-describe': string;
292
- 'pisell-lowcode-app-version-control-promote-version-ok': string;
293
- 'pisell-lowcode-app-version-control-promote-version-cancel': string;
294
- 'pisell-lowcode-app-version-control-version-exists': string;
295
- 'pisell-lowcode-drop-sort-add': string;
296
- 'pisell-lowcode-navigation-menu-add-sub-menu': string;
297
- 'pisell-lowcode-navigation-menu-add-page': string;
298
- 'pisell-lowcode-navigation-menu-add-page-tip': string;
299
- 'pisell-lowcode-navigation-menu-tag-base': string;
300
- 'pisell-lowcode-navigation-menu-tag-proCode': string;
301
- 'pisell-lowcode-navigation-menu-tag-pisell1': string;
302
- 'pisell-lowcode-navigation-menu-tag-group': string;
303
- 'pisell-lowcode-navigation-menu-tag-sub-menu': string;
304
- 'pisell-lowcode-navigation-menu-tag-custom': string;
305
- 'pisell-data-source-form-app-identifier-pattern': string;
306
- 'pisell-data-source-form-app-identifier-start-with-letter': string;
307
- 'pisell-data-source-form-app-identifier-special-ends': string;
308
- 'pisell-data-source-form-app-identifier-consecutive-special': string;
309
- 'qrscanner-loading': string;
310
- 'qrscanner-success': string;
311
- 'qrscanner-success-qrcode': string;
312
- 'qrscanner-success-barcode': string;
313
- 'qrscanner-error-upload-image': string;
314
- 'qrscanner-error-load-failed': string;
315
- 'qrscanner-error-no-code': string;
316
- 'qrscanner-error-camera-init': string;
317
- 'qrscanner-error-process-image': string;
318
- 'pisell-login-and-register-title': string;
319
- 'pisell-login-and-register-subtitle': string;
320
- 'pisell-login-and-register-email-label': string;
321
- 'pisell-login-and-register-email-placeholder': string;
322
- 'pisell-login-and-register-password-label': string;
323
- 'pisell-login-and-register-password-placeholder': string;
324
- 'pisell-login-and-register-email-error': string;
325
- 'pisell-login-and-register-email-error-valid': string;
326
- 'pisell-login-and-register-password-error': string;
327
- 'pisell-login-and-register-login': string;
328
- 'pisell-login-and-register-google': string;
329
- 'pisell-login-and-register-facebook': string;
330
- 'pisell-login-and-register-apple': string;
331
- 'pisell-login-and-register-sign-up': string;
332
- 'pisell-login-and-register-login-tab': string;
333
- 'pisell-login-and-register-register-tab': string;
334
- 'pisell-login-and-register-register-email-placeholder': string;
335
- 'pisell-login-and-register-register-password-placeholder': string;
336
- 'pisell-login-and-register-register-button-text': string;
337
- 'pisell-login-and-register-remember-me': string;
338
- 'pisell-login-and-register-forgot-password': string;
339
- 'pisell2.text.goodpass.product-vouchers': string;
340
- 'pisell2.text.goodpass.last-settlement': string;
341
- 'pisell2.text.goodpass.view-more': string;
342
- 'pisell2.text.goodpass.save': string;
343
- 'pisell-wallet-pass-card-status-used': string;
344
- 'pisell-wallet-pass-card-status-expired': string;
345
- 'pisell-wallet-pass-card-status-disabled': string;
346
- 'pisell-wallet-pass-card-status-conflict': string;
347
- 'pisell-wallet-pass-card-status-lastPayment': string;
348
- 'pisell-wallet-pass-card-reset': string;
349
- 'pisell-wallet-pass-card-done': string;
350
- 'pisell2.wallet-card.add-holder-tip': string;
351
- 'pisell2.wallet-card.add-holder-button-text': string;
352
- 'pisell-camera-no-camera-accessible': string;
353
- 'pisell-camera-permission-denied': string;
354
- 'pisell-camera-switch-camera': string;
355
- 'pisell-camera-canvas': string;
356
- 'pisell-camera-checking': string;
357
- 'pisell-camera-no-camera-desc': string;
358
- 'pisell-upload-camera-local-files': string;
359
- 'pisell-upload-camera-capture': string;
360
- 'pisell-upload-camera-retake': string;
361
- 'pisell-upload-camera-use': string;
362
- 'pisell-list-tab-group-default': string;
363
- 'pisell-list-empty-text-default': string;
364
- 'pisell-list-load-more': string;
365
- 'pisell-list-view-less': string;
366
- 'pisell-list-pagination-total': (start: number, end: number, total: number) => string;
367
- 'pisell-list-scroll-down': string;
368
- 'pisell-list-scroll-right': string;
369
- 'pisell-list-pagination-page-of': (current: number, total: number) => string;
370
- 'pisell-list-pagination-previous': string;
371
- 'pisell-list-pagination-next': string;
372
- 'pisell-procedure-header-back-confirm-title': string;
373
- 'pisell-procedure-header-back-confirm-desc': string;
374
- 'pisell-procedure-header-back-confirm-no': string;
375
- 'pisell-procedure-header-back-confirm-yes': string;
376
- 'pisell-procedure-header-close-confirm-title': string;
377
- 'pisell-procedure-header-close-confirm-desc': string;
378
- 'pisell-procedure-header-close-confirm-no': string;
379
- 'pisell-procedure-header-close-confirm-yes': string;
380
- 'pisell-procedure-footer-more': string;
381
- };
382
- export default _default;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import { PanelWrapperProps } from '../types';
3
- /**
4
- * PanelWrapper 组件
5
- * 次级面板包装器,负责展开/收起动画和样式处理
6
- */
7
- export declare const PanelWrapper: React.FC<PanelWrapperProps>;
@@ -1,14 +0,0 @@
1
- import React from 'react';
2
- import './PisellSteps.less';
3
- import type { PisellStepsProps } from './types';
4
- /**
5
- * PisellSteps 步骤条组件
6
- *
7
- * 基于 Ant Design Steps 组件进行二次封装和增强
8
- * 支持多种展示样式、布局方式和丰富的交互功能
9
- *
10
- * @author Pisell Team
11
- * @version 1.0.0
12
- */
13
- declare const PisellSteps: React.FC<PisellStepsProps>;
14
- export default PisellSteps;
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- import './PisellSuperTabs.less';
3
- import type { PisellSuperTabsProps } from './types';
4
- interface PisellSuperTabsRef {
5
- scrollItemByRowKey: (key: string) => void;
6
- }
7
- declare const _default: React.ForwardRefExoticComponent<PisellSuperTabsProps<unknown> & React.RefAttributes<PisellSuperTabsRef>>;
8
- export default _default;
@@ -1,7 +0,0 @@
1
- import { UseTabsStateParams, UseTabsStateReturn } from '../types';
2
- /**
3
- * Tabs 状态管理 Hook
4
- * @description 处理受控/非受控模式的状态管理
5
- * @template T - 数据项类型
6
- */
7
- export declare const useTabsState: <T = any>(params: UseTabsStateParams<T>) => UseTabsStateReturn<T>;
@@ -1,212 +0,0 @@
1
- import { CSSProperties, ReactNode } from 'react';
2
- import type { PisellBasicGridProps } from '../PisellBasicGrid/types';
3
- import type { PisellScrollViewProps } from '../PisellScrollView/types';
4
- import type { PisellBasicCardProps } from '../PisellCards/types';
5
- /**
6
- * useTabsState Hook 参数
7
- */
8
- export interface UseTabsStateParams<T = any> {
9
- isControlled: boolean;
10
- /**
11
- * 当前激活的 Tab key(受控)
12
- */
13
- value?: string;
14
- /**
15
- * 默认激活的 Tab key(非受控)
16
- */
17
- defaultValue?: string;
18
- /**
19
- * Tab 切换时的回调
20
- */
21
- onChange?: (key: string, item: T) => void;
22
- }
23
- /**
24
- * useTabsState Hook 返回值
25
- */
26
- export interface UseTabsStateReturn<T = any> {
27
- /**
28
- * 当前激活的 Tab key
29
- */
30
- activeKey: string | undefined;
31
- /**
32
- * 切换 Tab 的方法
33
- */
34
- handleTabChange: (key: string, item: T) => void;
35
- }
36
- export interface RenderItemProps<T = any> extends PisellBasicCardProps {
37
- index: number;
38
- tabsState: UseTabsStateReturn<T>;
39
- tabsProps: PisellSuperTabsProps<T>;
40
- }
41
- /**
42
- * PisellSuperTabs 组件 Props
43
- * @template T - 数据源项的类型
44
- * @description 通用导航框架封装的全能型 Tab 组件
45
- */
46
- export interface PisellSuperTabsProps<T = any> {
47
- isControlled?: boolean;
48
- /**
49
- * 自定义类名
50
- * @description 添加到最外层容器的类名
51
- */
52
- className?: string;
53
- tabItemClassName?: string;
54
- tabItemStyle?: CSSProperties;
55
- /**
56
- * 自定义样式
57
- * @description 添加到最外层容器的样式
58
- */
59
- style?: CSSProperties;
60
- /**
61
- * 唯一标识
62
- * @description 必填,用于区分不同的 TabItem
63
- */
64
- id?: string;
65
- /**
66
- * 数据源
67
- * @description 支持多级嵌套,递归字段为 children
68
- * @example
69
- * [
70
- * { key: 'home', label: '首页' },
71
- * { key: 'products', label: '产品', children: [...] }
72
- * ]
73
- */
74
- dataSource?: T[];
75
- /**
76
- * 数据项的唯一标识字段
77
- * @default 'key'
78
- * @description 可以是字符串(字段名)或函数(自定义获取逻辑)
79
- * @example
80
- * // 字符串形式
81
- * rowKey="id"
82
- *
83
- * // 函数形式
84
- * rowKey={(record, index) => `${record.type}-${index}`}
85
- */
86
- rowKey?: string | ((record: T, index: number) => string);
87
- /**
88
- * 当前激活的 Tab key
89
- * @description 受控模式,需配合 onChange 使用
90
- */
91
- value?: string;
92
- /**
93
- * 默认激活的 Tab key
94
- * @description 非受控模式,仅初始化时生效
95
- */
96
- defaultValue?: string;
97
- /**
98
- * Tab 切换时的回调
99
- * @param key - 切换到的 Tab key
100
- * @param item - 切换到的数据项
101
- */
102
- onChange?: (key: string, item: T) => void;
103
- /**
104
- * 自定义 TabItem 渲染
105
- * @description 支持两种模式:
106
- * 1. 函数模式:(item, index, active) => ReactNode
107
- * 2. 插槽模式:直接传入 ReactNode
108
- * @example
109
- * // 函数模式
110
- * renderItem={(item, index, active) => (
111
- * <PisellCards.TabCard
112
- * {...item}
113
- * active={{ value: active }}
114
- * />
115
- * )}
116
- *
117
- * // 插槽模式
118
- * renderItem={<PisellCards.TabCard />}
119
- */
120
- renderItem?: ((props: RenderItemProps<T>) => ReactNode) | ReactNode;
121
- /**
122
- * PisellBasicGrid 组件的配置
123
- * @description 透传给 PisellBasicGrid 组件的所有 Props
124
- * @see PisellBasicGridProps
125
- * @example
126
- * gridProps={{
127
- * direction: 'horizontal',
128
- * gap: 16,
129
- * wrap: 'wrap',
130
- * columns: 4,
131
- * }}
132
- */
133
- gridProps?: Omit<PisellBasicGridProps<T>, 'dataSource' | 'renderItem' | 'rowKey' | 'children'>;
134
- /**
135
- * PisellScrollView 组件的配置
136
- * @description 透传给 PisellScrollView 组件的所有 Props
137
- * @see PisellScrollViewProps
138
- * @example
139
- * scrollViewProps={{
140
- * overflow: 'x',
141
- * scrollbarStyle: 'thin',
142
- * scrollActionsConfig: { show: true, type: 'lrArrows' },
143
- * }}
144
- */
145
- scrollViewProps?: Omit<PisellScrollViewProps, 'children'>;
146
- children?: ReactNode;
147
- /**
148
- * 左侧插槽
149
- */
150
- slotLeft?: ReactNode;
151
- slotLeftClassName?: string;
152
- slotLeftStyle?: CSSProperties;
153
- /**
154
- * 右侧插槽
155
- */
156
- slotRight?: ReactNode;
157
- slotRightClassName?: string;
158
- slotRightStyle?: CSSProperties;
159
- /**
160
- * 顶部插槽
161
- */
162
- slotTop?: ReactNode;
163
- slotTopClassName?: string;
164
- slotTopStyle?: CSSProperties;
165
- /**
166
- * 底部插槽
167
- */
168
- slotBottom?: ReactNode;
169
- slotBottomClassName?: string;
170
- slotBottomStyle?: CSSProperties;
171
- __designMode?: boolean;
172
- }
173
- /**
174
- * 数据项基础类型
175
- * @description 建议数据源中的每一项都包含这些字段
176
- */
177
- export interface TabDataItem {
178
- /**
179
- * 唯一标识
180
- * @description 必填,用于区分不同的 TabItem
181
- */
182
- key: string;
183
- /**
184
- * 标签文本
185
- */
186
- label?: string;
187
- /**
188
- * 图标
189
- */
190
- icon?: ReactNode;
191
- /**
192
- * 徽章配置
193
- */
194
- badge?: {
195
- count?: number;
196
- dot?: boolean;
197
- text?: string;
198
- };
199
- /**
200
- * 子级数据(多级嵌套)
201
- * @description 用于多级导航场景,具体渲染逻辑由 Card 组件实现
202
- */
203
- children?: TabDataItem[];
204
- /**
205
- * 是否禁用
206
- */
207
- disabled?: boolean;
208
- /**
209
- * 其他自定义字段
210
- */
211
- [key: string]: any;
212
- }
@@ -1,20 +0,0 @@
1
- import React from 'react';
2
- import './PisellTabbar.less';
3
- import { PisellTabbarProps } from './types';
4
- /**
5
- * PisellTabbar - 多层级 Tabbar 组件
6
- *
7
- * 支持最多 3 层级的 Tab 导航,每层级可独立展开/收起
8
- *
9
- * @component
10
- * @example
11
- * ```tsx
12
- * <PisellTabbar
13
- * dataSource={categoryData}
14
- * value={[1, 10, 100]}
15
- * onChange={(value) => console.log('当前选中:', value)}
16
- * />
17
- * ```
18
- */
19
- declare const PisellTabbar: React.FC<PisellTabbarProps>;
20
- export default PisellTabbar;