@pisell/materials 6.3.27 → 6.3.29

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 (709) 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 +7 -7
  6. package/build/lowcode/preview.js +145 -145
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +25 -25
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +25 -25
  11. package/es/components/Pagination/index.d.ts +4 -5
  12. package/es/components/Pagination/index.js +77 -59
  13. package/es/components/Pagination/index.less +13 -7
  14. package/es/components/PisellBasicGrid/PisellBasicGrid.d.ts +10 -0
  15. package/es/components/PisellBasicGrid/hooks/index.d.ts +1 -0
  16. package/es/components/PisellBasicGrid/hooks/useGridStyle.d.ts +37 -0
  17. package/es/components/PisellBasicGrid/index.d.ts +6 -0
  18. package/es/components/PisellBasicGrid/types.d.ts +221 -0
  19. package/es/components/PisellBasicGrid/utils/index.d.ts +63 -0
  20. package/es/components/PisellCards/PisellCards.d.ts +8 -0
  21. package/es/components/PisellCards/components/GraphicTextCard/components/BadgeWrapper.d.ts +5 -0
  22. package/es/components/PisellCards/components/GraphicTextCard/components/TextContent.d.ts +27 -0
  23. package/es/components/PisellCards/components/GraphicTextCard/hooks/index.d.ts +5 -0
  24. package/es/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardClick.d.ts +15 -0
  25. package/es/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardStyle.d.ts +18 -0
  26. package/es/components/PisellCards/components/GraphicTextCard/types.d.ts +290 -0
  27. package/es/components/PisellCards/components/GraphicTextCard/utils/index.d.ts +19 -0
  28. package/es/components/PisellCards/components/MultilevelCard/MultilevelCard.d.ts +19 -0
  29. package/es/components/PisellCards/components/MultilevelCard/components/CardWrapper.d.ts +7 -0
  30. package/es/components/PisellCards/components/MultilevelCard/components/index.d.ts +2 -0
  31. package/es/components/PisellCards/components/MultilevelCard/hooks/index.d.ts +2 -0
  32. package/es/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +31 -0
  33. package/es/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardHover.d.ts +28 -0
  34. package/es/components/PisellCards/components/MultilevelCard/index.d.ts +2 -0
  35. package/es/components/PisellCards/components/MultilevelCard/types.d.ts +202 -0
  36. package/es/components/PisellCards/components/MultilevelCard/utils/index.d.ts +6 -0
  37. package/es/components/PisellCards/components/PisellImageCard/components/index.d.ts +0 -0
  38. package/es/components/PisellCards/components/PisellImageCard/hooks/index.d.ts +5 -0
  39. package/es/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +11 -0
  40. package/es/components/PisellCards/components/PisellImageCard/hooks/usePisellImageCardStyle.d.ts +10 -0
  41. package/es/components/PisellCards/components/PisellImageCard/types.d.ts +74 -0
  42. package/es/components/PisellCards/components/PisellImageCard/utils/getImageObjectFit.d.ts +7 -0
  43. package/es/components/PisellCards/components/PisellImageCard/utils/getTruncatedText.d.ts +7 -0
  44. package/es/components/PisellCards/components/PisellImageCard/utils/index.d.ts +5 -0
  45. package/es/components/PisellCards/components/TabCard/TabCard.d.ts +4 -0
  46. package/es/components/PisellCards/components/TabCard/index.d.ts +5 -0
  47. package/es/components/PisellCards/components/TabCard/types.d.ts +70 -0
  48. package/es/components/PisellCards/components/TextCard/TextCard.d.ts +8 -0
  49. package/es/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +26 -0
  50. package/es/components/PisellCards/components/TextCard/components/IconWrapper.d.ts +17 -0
  51. package/es/components/PisellCards/components/TextCard/components/TextContent.d.ts +21 -0
  52. package/es/components/PisellCards/components/TextCard/components/index.d.ts +6 -0
  53. package/es/components/PisellCards/components/TextCard/hooks/index.d.ts +0 -0
  54. package/es/components/PisellCards/components/TextCard/index.d.ts +5 -0
  55. package/es/components/PisellCards/components/TextCard/types.d.ts +270 -0
  56. package/es/components/PisellCards/components/TextCard/utils/index.d.ts +0 -0
  57. package/es/components/PisellCards/hooks/index.d.ts +0 -0
  58. package/es/components/PisellCards/types.d.ts +48 -0
  59. package/es/components/PisellCards/utils/index.d.ts +0 -0
  60. package/es/components/PisellFields/index.d.ts +2 -2
  61. package/es/components/PisellProcedure/components/FooterActions.d.ts +24 -0
  62. package/es/components/PisellProcedure/components/ProcedureContent.d.ts +23 -0
  63. package/es/components/PisellProcedure/components/ProcedureSidebar.d.ts +38 -0
  64. package/es/components/PisellProcedure/hooks/index.d.ts +8 -0
  65. package/es/components/PisellProcedure/hooks/useElementSize.d.ts +38 -0
  66. package/es/components/PisellProcedure/hooks/useOverflowActions.d.ts +43 -0
  67. package/es/components/PisellProcedure/hooks/useResponsiveClass.d.ts +6 -0
  68. package/es/components/PisellProcedure/hooks/useSidebarHeight.d.ts +16 -0
  69. package/es/components/PisellProcedure/hooks/useStepManager.d.ts +50 -0
  70. package/es/components/PisellProcedure/types.d.ts +363 -0
  71. package/es/components/PisellProcedure/utils/classNames.d.ts +33 -0
  72. package/es/components/PisellProcedure/utils/extractText.d.ts +20 -0
  73. package/es/components/PisellProcedure/utils/footerPosition.d.ts +41 -0
  74. package/es/components/PisellProcedure/utils/index.d.ts +8 -0
  75. package/es/components/PisellProcedure/utils/layoutRatio.d.ts +42 -0
  76. package/es/components/PisellProcedure/utils/slotHelper.d.ts +27 -0
  77. package/es/components/PisellScrollView/PisellScrollView.d.ts +5 -0
  78. package/es/components/PisellScrollView/PisellScrollView.stories.d.ts +87 -0
  79. package/es/components/PisellScrollView/components/Actions/index.d.ts +12 -0
  80. package/es/components/PisellScrollView/hooks/index.d.ts +3 -0
  81. package/es/components/PisellScrollView/hooks/useIntersection.d.ts +8 -0
  82. package/es/components/PisellScrollView/hooks/useScrollEvents.d.ts +20 -0
  83. package/es/components/PisellScrollView/hooks/useScrollState.d.ts +13 -0
  84. package/es/components/PisellScrollView/index.d.ts +3 -0
  85. package/es/components/PisellScrollView/types.d.ts +203 -0
  86. package/es/components/PisellScrollView/utils/index.d.ts +0 -0
  87. package/es/components/PisellSteps/PisellSteps.stories.d.ts +155 -0
  88. package/es/components/PisellSteps/hooks/index.d.ts +4 -0
  89. package/es/components/PisellSteps/hooks/useAnchor.d.ts +9 -0
  90. package/es/components/PisellSteps/hooks/useResponsive.d.ts +8 -0
  91. package/es/components/PisellSteps/hooks/useStepClick.d.ts +11 -0
  92. package/es/components/PisellSteps/hooks/useStepsState.d.ts +9 -0
  93. package/es/components/PisellSteps/index.d.ts +3 -0
  94. package/es/components/PisellSteps/types.d.ts +257 -0
  95. package/es/components/PisellSteps/utils/index.d.ts +54 -0
  96. package/es/components/PisellSuperTabs/components/index.d.ts +0 -0
  97. package/es/components/PisellSuperTabs/utils/getRowKey.d.ts +8 -0
  98. package/es/components/PisellSuperTabs/utils/index.d.ts +1 -0
  99. package/es/components/PisellTabbar/locales.d.ts +23 -0
  100. package/es/components/PisellTabbar/mock.d.ts +47 -0
  101. package/es/components/PisellTabbar/template/index.d.ts +0 -0
  102. package/es/components/PisellTabbar2/constants.d.ts +46 -0
  103. package/es/components/PisellTabbar2/hooks/index.d.ts +2 -0
  104. package/es/components/PisellTabbar2/hooks/useActiveKey.d.ts +50 -0
  105. package/es/components/PisellTabbar2/hooks/useExpand.d.ts +41 -0
  106. package/es/components/PisellTabbar2/locales.d.ts +23 -0
  107. package/es/components/PisellTabbar2/mock.d.ts +205 -0
  108. package/es/components/PisellTabbar2/types.d.ts +117 -0
  109. package/es/components/PisellTabbar2/utils/index.d.ts +35 -0
  110. package/es/components/PisellTabbar3/locales.d.ts +23 -0
  111. package/es/components/PisellTabbar3/mock.d.ts +47 -0
  112. package/es/components/PisellTabbar3/types.d.ts +111 -0
  113. package/es/components/Template/PisellSteps.d.ts +0 -0
  114. package/es/components/Template/components/index.d.ts +0 -0
  115. package/es/components/Template/hooks/index.d.ts +0 -0
  116. package/es/components/Template/index.d.ts +0 -0
  117. package/es/components/Template/types.d.ts +0 -0
  118. package/es/components/Template/utils/index.d.ts +0 -0
  119. package/es/components/dataSourceComponents/dataSourceForm/urlUtils.d.ts +24 -0
  120. package/es/components/dataSourceComponents/dataSourceSubForm/index.d.ts +13 -0
  121. package/es/components/dataSourceComponents/dataSourceSubForm/index.js +274 -0
  122. package/es/components/dataSourceComponents/dataSourceSubForm/index.less +19 -0
  123. package/es/components/dataSourceComponents/dataSourceSubForm/schema-full-example.json +544 -0
  124. package/es/components/dataSourceComponents/dataSourceSubForm/schema-simple-example.json +174 -0
  125. package/es/components/dataSourceComponents/dataSourceSubForm/types.d.ts +117 -0
  126. package/es/components/dataSourceComponents/dataSourceSubForm/types.js +1 -0
  127. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +3 -3
  128. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +0 -1
  129. package/es/components/dataSourceComponents/fields/RecordListWrapper/ReadPretty.d.ts +9 -0
  130. package/es/components/dataSourceComponents/fields/RecordListWrapper/ReadPretty.js +61 -0
  131. package/es/components/dataSourceComponents/fields/RecordListWrapper/WithMode.d.ts +4 -0
  132. package/es/components/dataSourceComponents/fields/RecordListWrapper/WithMode.js +176 -0
  133. package/es/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +12 -0
  134. package/es/components/dataSourceComponents/fields/RecordListWrapper/index.js +11 -0
  135. package/es/components/dataSourceComponents/fields/RecordListWrapper/type.d.ts +87 -0
  136. package/es/components/dataSourceComponents/fields/RecordListWrapper/type.js +1 -0
  137. package/es/components/dataSourceComponents/fields/Tabs/ReadPretty.d.ts +9 -0
  138. package/es/components/dataSourceComponents/fields/Tabs/ReadPretty.js +16 -0
  139. package/es/components/dataSourceComponents/fields/Tabs/Tabs.d.ts +23 -0
  140. package/es/components/dataSourceComponents/fields/Tabs/Tabs.js +93 -0
  141. package/es/components/dataSourceComponents/fields/Tabs/Tabs.less +64 -0
  142. package/es/components/dataSourceComponents/fields/Tabs/WithMode.d.ts +6 -0
  143. package/es/components/dataSourceComponents/fields/Tabs/WithMode.js +9 -0
  144. package/es/components/dataSourceComponents/fields/Tabs/index.d.ts +13 -0
  145. package/es/components/dataSourceComponents/fields/Tabs/index.js +18 -0
  146. package/es/components/dataSourceComponents/fields/Tabs/type.d.ts +38 -0
  147. package/es/components/dataSourceComponents/fields/Tabs/type.js +1 -0
  148. package/es/components/dataSourceComponents/fields/Translation/BaseTranslation.d.ts +5 -0
  149. package/es/components/dataSourceComponents/fields/Translation/type.d.ts +21 -0
  150. package/es/components/dataSourceComponents/fields/index.d.ts +39 -1
  151. package/es/components/dataSourceComponents/fields/index.js +5 -1
  152. package/es/components/dataSourceComponents/fields/utils.js +3 -0
  153. package/es/components/dataSourceComponents/hooks/useFormSettingParams.d.ts +7 -0
  154. package/es/components/filter/components/Dropdown/index.js +6 -2
  155. package/es/components/filter/components/FilterButton/index.js +19 -4
  156. package/es/components/filter/components/FilterButton/types.d.ts +8 -0
  157. package/es/components/filter/components/FilterItem/AsyncOptionsSelectWrapper.d.ts +21 -0
  158. package/es/components/filter/components/FilterItem/AsyncOptionsSelectWrapper.js +90 -0
  159. package/es/components/filter/components/FilterItem/index.d.ts +3 -3
  160. package/es/components/filter/components/FilterItem/index.js +138 -7
  161. package/es/components/filter/components/FilterItem/index.less +90 -0
  162. package/es/components/filter/types.d.ts +4 -2
  163. package/es/components/keyboard/index.d.ts +22 -0
  164. package/es/components/pisellBatchActionBar/PisellBatchActionBar.js +38 -29
  165. package/es/components/pisellBatchActionBar/index.d.ts +6 -0
  166. package/es/components/pisellBatchActionBar/types.d.ts +237 -0
  167. package/es/components/pisellCurrency/PisellCurrency.less +163 -25
  168. package/es/components/pisellCurrency/PisellCurrency.stories.js +1 -1
  169. package/es/components/pisellCurrency/index.d.ts +2 -1
  170. package/es/components/pisellCurrency/index.js +16 -1
  171. package/es/components/pisellDataSourceContainer/components/ColumnsSetting/index.d.ts +7 -1
  172. package/es/components/pisellDataSourceContainer/components/ColumnsSetting/index.js +30 -3
  173. package/es/components/pisellDataSourceContainer/components/ColumnsSetting/utils.d.ts +28 -0
  174. package/es/components/pisellDataSourceContainer/components/ColumnsSetting/utils.js +68 -0
  175. package/es/components/pisellDataSourceContainer/components/Table/index.d.ts +1 -0
  176. package/es/components/pisellDataSourceContainer/components/Table/index.js +5 -3
  177. package/es/components/pisellDataSourceContainer/components/Table/useColumns.d.ts +1 -0
  178. package/es/components/pisellDataSourceContainer/components/Table/useColumns.js +37 -15
  179. package/es/components/pisellDataSourceContainer/utils/formatData.d.ts +9 -0
  180. package/es/components/pisellDatePicker/index.d.ts +0 -1
  181. package/es/components/pisellDateTimeDisplay/PisellDateTimeDisplay.js +21 -15
  182. package/es/components/pisellDateTimeDisplay/PisellDateTimeDisplay.less +2 -1
  183. package/es/components/pisellDateTimeDisplay/hooks/useCurrentTime.js +6 -4
  184. package/es/components/pisellDateTimeDisplay/types.d.ts +5 -0
  185. package/es/components/pisellDateTimeDisplay/utils/localeUtils.d.ts +2 -2
  186. package/es/components/pisellDateTimeDisplay/utils/localeUtils.js +15 -4
  187. package/es/components/pisellDateTimeDisplay/utils/relativeDay.d.ts +1 -0
  188. package/es/components/pisellDateTimeDisplay/utils/relativeDay.js +4 -2
  189. package/es/components/pisellEmail/PisellEmail.less +119 -10
  190. package/es/components/pisellEmail/PisellEmail.stories.js +1 -1
  191. package/es/components/pisellEmail/constants/emailDomains.d.ts +5 -0
  192. package/es/components/pisellEmail/constants/emailRegex.d.ts +13 -0
  193. package/es/components/pisellEmail/index.d.ts +3 -1
  194. package/es/components/pisellEmail/index.js +17 -1
  195. package/es/components/pisellEmail/utils/domainSuggestions.d.ts +15 -0
  196. package/es/components/pisellFilter/index.js +76 -10
  197. package/es/components/pisellFind/index.js +11 -2
  198. package/es/components/pisellGridPro/GridPro.d.ts +9 -0
  199. package/es/components/pisellGridPro/GridView/index.d.ts +6 -0
  200. package/es/components/pisellGridPro/GridView/type.d.ts +3 -0
  201. package/es/components/pisellGridPro/ToolBar/index.d.ts +6 -0
  202. package/es/components/pisellGridPro/ToolBar/index.less +23 -0
  203. package/es/components/pisellGridPro/ToolBar/type.d.ts +10 -0
  204. package/es/components/pisellGridPro/components/DataCard/components/StatCard/index.d.ts +10 -0
  205. package/es/components/pisellGridPro/components/DataCard/index.d.ts +6 -0
  206. package/es/components/pisellGridPro/components/DataCard/types.d.ts +70 -0
  207. package/es/components/pisellGridPro/components/Footer/index.d.ts +9 -0
  208. package/es/components/pisellGridPro/components/Header/index.d.ts +12 -0
  209. package/es/components/pisellGridPro/index.d.ts +4 -0
  210. package/es/components/pisellLayout/index.d.ts +14 -0
  211. package/es/components/pisellLongText/PisellLongText.less +72 -4
  212. package/es/components/pisellLongText/PisellLongText.stories.js +1 -1
  213. package/es/components/pisellLongText/index.d.ts +2 -1
  214. package/es/components/pisellLongText/index.js +16 -1
  215. package/es/components/pisellLookup/PisellLookup.js +26 -10
  216. package/es/components/pisellLookup/PisellLookup.less +39 -16
  217. package/es/components/pisellLookup/components/LookupTrigger.js +14 -4
  218. package/es/components/pisellLookup/hooks/useDebounceSearch.d.ts +40 -0
  219. package/es/components/pisellLookup/hooks/useSearchState.d.ts +80 -0
  220. package/es/components/pisellLookup/types.d.ts +2 -1
  221. package/es/components/pisellLookup/utils/storage.d.ts +42 -0
  222. package/es/components/pisellMetricCard/components/MetricTitle.d.ts +12 -0
  223. package/es/components/pisellMetricCard/components/MetricValue.d.ts +12 -0
  224. package/es/components/pisellMetricCard/components/TrendIcon.d.ts +14 -0
  225. package/es/components/pisellMetricCard/types.d.ts +201 -0
  226. package/es/components/pisellMetricCard/utils/calculateTrend.d.ts +14 -0
  227. package/es/components/pisellMultipleSelect/PisellMultipleSelect.less +159 -124
  228. package/es/components/pisellMultipleSelect/PisellMultipleSelect.stories.js +1 -1
  229. package/es/components/pisellMultipleSelect/components/EditView.js +8 -2
  230. package/es/components/pisellMultipleSelect/components/ReadOnlyView.d.ts +1 -1
  231. package/es/components/pisellMultipleSelect/components/ReadOnlyView.js +15 -11
  232. package/es/components/pisellMultipleSelect/index.d.ts +2 -1
  233. package/es/components/pisellMultipleSelect/index.js +16 -1
  234. package/es/components/pisellNumber/PisellNumber.less +135 -17
  235. package/es/components/pisellNumber/PisellNumber.stories.js +1 -1
  236. package/es/components/pisellNumber/index.d.ts +2 -1
  237. package/es/components/pisellNumber/index.js +16 -1
  238. package/es/components/pisellPercent/PisellPercent.less +142 -24
  239. package/es/components/pisellPercent/PisellPercent.stories.js +1 -1
  240. package/es/components/pisellPercent/index.d.ts +2 -1
  241. package/es/components/pisellPercent/index.js +16 -1
  242. package/es/components/pisellPercent/utils/rangeConverter.d.ts +36 -0
  243. package/es/components/pisellPhone/PisellPhone.less +122 -27
  244. package/es/components/pisellPhone/PisellPhone.stories.js +1 -1
  245. package/es/components/pisellPhone/components/EditView.js +1 -1
  246. package/es/components/pisellPhone/components/ReadOnlyView.js +15 -6
  247. package/es/components/pisellPhone/index.d.ts +2 -1
  248. package/es/components/pisellPhone/index.js +16 -1
  249. package/es/components/pisellPhone/utils/phoneFormatter.d.ts +39 -0
  250. package/es/components/pisellRating/PisellRating.less +20 -12
  251. package/es/components/pisellRating/PisellRating.stories.js +1 -1
  252. package/es/components/pisellRating/index.d.ts +2 -1
  253. package/es/components/pisellRating/index.js +16 -1
  254. package/es/components/pisellRecordBoard/PisellRecordBoard.d.ts +8 -0
  255. package/es/components/pisellRecordBoard/PisellRecordBoard.js +243 -0
  256. package/es/components/pisellRecordBoard/PisellRecordBoard.stories.d.ts +81 -0
  257. package/es/components/pisellRecordBoard/PisellRecordBoard.stories.js +2358 -0
  258. package/es/components/pisellRecordBoard/context/RecordBoardContext.d.ts +3 -0
  259. package/es/components/pisellRecordBoard/context/RecordBoardContext.js +2 -0
  260. package/es/components/pisellRecordBoard/context/RecordBoardProvider.d.ts +11 -0
  261. package/es/components/pisellRecordBoard/context/RecordBoardProvider.js +13 -0
  262. package/es/components/pisellRecordBoard/hooks/useRecordBoardContext.d.ts +16 -0
  263. package/es/components/pisellRecordBoard/hooks/useRecordBoardContext.js +29 -0
  264. package/es/components/pisellRecordBoard/index.d.ts +35 -0
  265. package/es/components/pisellRecordBoard/index.js +23 -0
  266. package/es/components/pisellRecordBoard/layouts/CardLayout/CardList.d.ts +12 -0
  267. package/es/components/pisellRecordBoard/layouts/CardLayout/CardList.js +36 -0
  268. package/es/components/pisellRecordBoard/layouts/CardLayout/index.d.ts +13 -0
  269. package/es/components/pisellRecordBoard/layouts/CardLayout/index.js +20 -0
  270. package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +14 -0
  271. package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.js +242 -0
  272. package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.less +100 -0
  273. package/es/components/pisellRecordBoard/layouts/GridLayout/index.d.ts +13 -0
  274. package/es/components/pisellRecordBoard/layouts/GridLayout/index.js +20 -0
  275. package/es/components/pisellRecordBoard/shellFrame/BatchActionBar/index.d.ts +8 -0
  276. package/es/components/pisellRecordBoard/shellFrame/BatchActionBar/index.js +90 -0
  277. package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/ColumnSettingPopover.d.ts +15 -0
  278. package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/ColumnSettingPopover.js +138 -0
  279. package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +8 -0
  280. package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/index.js +66 -0
  281. package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/index.less +2 -0
  282. package/es/components/pisellRecordBoard/shellFrame/Pagination/index.d.ts +14 -0
  283. package/es/components/pisellRecordBoard/shellFrame/Pagination/index.js +66 -0
  284. package/es/components/pisellRecordBoard/shellFrame/Pagination/index.less +78 -0
  285. package/es/components/pisellRecordBoard/shellFrame/Search/index.d.ts +10 -0
  286. package/es/components/pisellRecordBoard/shellFrame/Search/index.js +41 -0
  287. package/es/components/pisellRecordBoard/shellFrame/ToolBar/ToolBarFilter.less +112 -0
  288. package/es/components/pisellRecordBoard/shellFrame/ToolBar/index.d.ts +11 -0
  289. package/es/components/pisellRecordBoard/shellFrame/ToolBar/index.js +215 -0
  290. package/es/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.d.ts +17 -0
  291. package/es/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.js +77 -0
  292. package/es/components/pisellRecordBoard/shellFrame/ToolBarReset/index.d.ts +16 -0
  293. package/es/components/pisellRecordBoard/shellFrame/ToolBarReset/index.js +65 -0
  294. package/es/components/pisellRecordBoard/shellFrame/ToolBarReset/index.less +41 -0
  295. package/es/components/pisellRecordBoard/shellFrame/index.d.ts +26 -0
  296. package/es/components/pisellRecordBoard/shellFrame/index.js +104 -0
  297. package/es/components/pisellRecordBoard/types.d.ts +315 -0
  298. package/es/components/pisellRecordBoard/types.js +1 -0
  299. package/es/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +41 -0
  300. package/es/components/pisellRecordBoard/utils/recordBoardColumns.js +508 -0
  301. package/es/components/pisellRecordBoard/utils/withRecordBoard.d.ts +9 -0
  302. package/es/components/pisellRecordBoard/utils/withRecordBoard.js +27 -0
  303. package/es/components/pisellShellFrame/PisellShellFrame.d.ts +13 -0
  304. package/es/components/pisellShellFrame/PisellShellFrame.js +107 -0
  305. package/es/components/pisellShellFrame/PisellShellFrame.less +78 -0
  306. package/es/components/pisellShellFrame/PisellShellFrame.stories.d.ts +15 -0
  307. package/es/components/pisellShellFrame/PisellShellFrame.stories.js +195 -0
  308. package/es/components/pisellShellFrame/index.d.ts +2 -0
  309. package/es/components/pisellShellFrame/index.js +1 -0
  310. package/es/components/pisellShellFrame/types.d.ts +56 -0
  311. package/es/components/pisellShellFrame/types.js +1 -0
  312. package/es/components/pisellSingleLineText/PisellSingleLineText.stories.js +1 -1
  313. package/es/components/pisellSingleLineText/index.d.ts +2 -1
  314. package/es/components/pisellSingleLineText/index.js +16 -1
  315. package/es/components/pisellSingleSelect/PisellSingleSelect.less +103 -46
  316. package/es/components/pisellSingleSelect/PisellSingleSelect.stories.js +1 -1
  317. package/es/components/pisellSingleSelect/components/EditView.js +8 -2
  318. package/es/components/pisellSingleSelect/components/ReadOnlyView.d.ts +1 -1
  319. package/es/components/pisellSingleSelect/components/ReadOnlyView.js +10 -6
  320. package/es/components/pisellSingleSelect/index.d.ts +2 -1
  321. package/es/components/pisellSingleSelect/index.js +16 -1
  322. package/es/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.js +6 -3
  323. package/es/components/pisellTimeRangeDisplay/utils/formatDuration.d.ts +14 -0
  324. package/es/components/pisellUrl/PisellUrl.less +120 -11
  325. package/es/components/pisellUrl/PisellUrl.stories.js +1 -1
  326. package/es/components/pisellUrl/index.d.ts +3 -1
  327. package/es/components/pisellUrl/index.js +17 -1
  328. package/es/components/pisellUrl/utils/index.d.ts +6 -0
  329. package/es/components/pisellUrl/utils/urlFormatter.d.ts +38 -0
  330. package/es/components/pisellUrl/utils/urlHelper.d.ts +63 -0
  331. package/es/components/pisellUrl/utils/urlValidator.d.ts +46 -0
  332. package/es/components/productCard/components/Packages/utils.d.ts +1 -1
  333. package/es/components/select/index.less +18 -2
  334. package/es/components/sort/index.js +25 -3
  335. package/es/components/sort/types.d.ts +20 -1
  336. package/es/components/table/Table/fields/types/index.d.ts +33 -0
  337. package/es/components/table/Table/utils.d.ts +1 -1
  338. package/es/components/virtualInput/BaseVirtualInput/index.d.ts +44 -0
  339. package/es/hooks/useMobile.d.ts +8 -0
  340. package/es/index.d.ts +10 -2
  341. package/es/index.js +5 -0
  342. package/es/locales/en-US.d.ts +36 -0
  343. package/es/locales/en-US.js +50 -2
  344. package/es/locales/index.js +2 -2
  345. package/es/locales/ja.d.ts +2 -0
  346. package/es/locales/ja.js +2 -0
  347. package/es/locales/pt.d.ts +2 -0
  348. package/es/locales/pt.js +2 -0
  349. package/es/locales/zh-CN.d.ts +36 -0
  350. package/es/locales/zh-CN.js +54 -6
  351. package/es/locales/zh-TW.d.ts +36 -0
  352. package/es/locales/zh-TW.js +54 -6
  353. package/es/theme/tokens.d.ts +22 -0
  354. package/es/utils/tagColor.d.ts +7 -0
  355. package/es/utils/tagColor.js +39 -0
  356. package/lib/components/Pagination/index.d.ts +4 -5
  357. package/lib/components/Pagination/index.js +44 -21
  358. package/lib/components/Pagination/index.less +13 -7
  359. package/lib/components/PisellBasicGrid/PisellBasicGrid.d.ts +10 -0
  360. package/lib/components/PisellBasicGrid/hooks/index.d.ts +1 -0
  361. package/lib/components/PisellBasicGrid/hooks/useGridStyle.d.ts +37 -0
  362. package/lib/components/PisellBasicGrid/index.d.ts +6 -0
  363. package/lib/components/PisellBasicGrid/types.d.ts +221 -0
  364. package/lib/components/PisellBasicGrid/utils/index.d.ts +63 -0
  365. package/lib/components/PisellCards/PisellCards.d.ts +8 -0
  366. package/lib/components/PisellCards/components/GraphicTextCard/components/BadgeWrapper.d.ts +5 -0
  367. package/lib/components/PisellCards/components/GraphicTextCard/components/TextContent.d.ts +27 -0
  368. package/lib/components/PisellCards/components/GraphicTextCard/hooks/index.d.ts +5 -0
  369. package/lib/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardClick.d.ts +15 -0
  370. package/lib/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardStyle.d.ts +18 -0
  371. package/lib/components/PisellCards/components/GraphicTextCard/types.d.ts +290 -0
  372. package/lib/components/PisellCards/components/GraphicTextCard/utils/index.d.ts +19 -0
  373. package/lib/components/PisellCards/components/MultilevelCard/MultilevelCard.d.ts +19 -0
  374. package/lib/components/PisellCards/components/MultilevelCard/components/CardWrapper.d.ts +7 -0
  375. package/lib/components/PisellCards/components/MultilevelCard/components/index.d.ts +2 -0
  376. package/lib/components/PisellCards/components/MultilevelCard/hooks/index.d.ts +2 -0
  377. package/lib/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +31 -0
  378. package/lib/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardHover.d.ts +28 -0
  379. package/lib/components/PisellCards/components/MultilevelCard/index.d.ts +2 -0
  380. package/lib/components/PisellCards/components/MultilevelCard/types.d.ts +202 -0
  381. package/lib/components/PisellCards/components/MultilevelCard/utils/index.d.ts +6 -0
  382. package/lib/components/PisellCards/components/PisellImageCard/components/index.d.ts +0 -0
  383. package/lib/components/PisellCards/components/PisellImageCard/hooks/index.d.ts +5 -0
  384. package/lib/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +11 -0
  385. package/lib/components/PisellCards/components/PisellImageCard/hooks/usePisellImageCardStyle.d.ts +10 -0
  386. package/lib/components/PisellCards/components/PisellImageCard/types.d.ts +74 -0
  387. package/lib/components/PisellCards/components/PisellImageCard/utils/getImageObjectFit.d.ts +7 -0
  388. package/lib/components/PisellCards/components/PisellImageCard/utils/getTruncatedText.d.ts +7 -0
  389. package/lib/components/PisellCards/components/PisellImageCard/utils/index.d.ts +5 -0
  390. package/lib/components/PisellCards/components/TabCard/TabCard.d.ts +4 -0
  391. package/lib/components/PisellCards/components/TabCard/index.d.ts +5 -0
  392. package/lib/components/PisellCards/components/TabCard/types.d.ts +70 -0
  393. package/lib/components/PisellCards/components/TextCard/TextCard.d.ts +8 -0
  394. package/lib/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +26 -0
  395. package/lib/components/PisellCards/components/TextCard/components/IconWrapper.d.ts +17 -0
  396. package/lib/components/PisellCards/components/TextCard/components/TextContent.d.ts +21 -0
  397. package/lib/components/PisellCards/components/TextCard/components/index.d.ts +6 -0
  398. package/lib/components/PisellCards/components/TextCard/hooks/index.d.ts +0 -0
  399. package/lib/components/PisellCards/components/TextCard/index.d.ts +5 -0
  400. package/lib/components/PisellCards/components/TextCard/types.d.ts +270 -0
  401. package/lib/components/PisellCards/components/TextCard/utils/index.d.ts +0 -0
  402. package/lib/components/PisellCards/hooks/index.d.ts +0 -0
  403. package/lib/components/PisellCards/types.d.ts +48 -0
  404. package/lib/components/PisellCards/utils/index.d.ts +0 -0
  405. package/lib/components/PisellFields/index.d.ts +2 -2
  406. package/lib/components/PisellProcedure/components/FooterActions.d.ts +24 -0
  407. package/lib/components/PisellProcedure/components/ProcedureContent.d.ts +23 -0
  408. package/lib/components/PisellProcedure/components/ProcedureSidebar.d.ts +38 -0
  409. package/lib/components/PisellProcedure/hooks/index.d.ts +8 -0
  410. package/lib/components/PisellProcedure/hooks/useElementSize.d.ts +38 -0
  411. package/lib/components/PisellProcedure/hooks/useOverflowActions.d.ts +43 -0
  412. package/lib/components/PisellProcedure/hooks/useResponsiveClass.d.ts +6 -0
  413. package/lib/components/PisellProcedure/hooks/useSidebarHeight.d.ts +16 -0
  414. package/lib/components/PisellProcedure/hooks/useStepManager.d.ts +50 -0
  415. package/lib/components/PisellProcedure/types.d.ts +363 -0
  416. package/lib/components/PisellProcedure/utils/classNames.d.ts +33 -0
  417. package/lib/components/PisellProcedure/utils/extractText.d.ts +20 -0
  418. package/lib/components/PisellProcedure/utils/footerPosition.d.ts +41 -0
  419. package/lib/components/PisellProcedure/utils/index.d.ts +8 -0
  420. package/lib/components/PisellProcedure/utils/layoutRatio.d.ts +42 -0
  421. package/lib/components/PisellProcedure/utils/slotHelper.d.ts +27 -0
  422. package/lib/components/PisellScrollView/PisellScrollView.d.ts +5 -0
  423. package/lib/components/PisellScrollView/PisellScrollView.stories.d.ts +87 -0
  424. package/lib/components/PisellScrollView/components/Actions/index.d.ts +12 -0
  425. package/lib/components/PisellScrollView/hooks/index.d.ts +3 -0
  426. package/lib/components/PisellScrollView/hooks/useIntersection.d.ts +8 -0
  427. package/lib/components/PisellScrollView/hooks/useScrollEvents.d.ts +20 -0
  428. package/lib/components/PisellScrollView/hooks/useScrollState.d.ts +13 -0
  429. package/lib/components/PisellScrollView/index.d.ts +3 -0
  430. package/lib/components/PisellScrollView/types.d.ts +203 -0
  431. package/lib/components/PisellScrollView/utils/index.d.ts +0 -0
  432. package/lib/components/PisellSteps/PisellSteps.stories.d.ts +155 -0
  433. package/lib/components/PisellSteps/hooks/index.d.ts +4 -0
  434. package/lib/components/PisellSteps/hooks/useAnchor.d.ts +9 -0
  435. package/lib/components/PisellSteps/hooks/useResponsive.d.ts +8 -0
  436. package/lib/components/PisellSteps/hooks/useStepClick.d.ts +11 -0
  437. package/lib/components/PisellSteps/hooks/useStepsState.d.ts +9 -0
  438. package/lib/components/PisellSteps/index.d.ts +3 -0
  439. package/lib/components/PisellSteps/types.d.ts +257 -0
  440. package/lib/components/PisellSteps/utils/index.d.ts +54 -0
  441. package/lib/components/PisellSuperTabs/components/index.d.ts +0 -0
  442. package/lib/components/PisellSuperTabs/utils/getRowKey.d.ts +8 -0
  443. package/lib/components/PisellSuperTabs/utils/index.d.ts +1 -0
  444. package/lib/components/PisellTabbar/locales.d.ts +23 -0
  445. package/lib/components/PisellTabbar/mock.d.ts +47 -0
  446. package/lib/components/PisellTabbar/template/index.d.ts +0 -0
  447. package/lib/components/PisellTabbar2/constants.d.ts +46 -0
  448. package/lib/components/PisellTabbar2/hooks/index.d.ts +2 -0
  449. package/lib/components/PisellTabbar2/hooks/useActiveKey.d.ts +50 -0
  450. package/lib/components/PisellTabbar2/hooks/useExpand.d.ts +41 -0
  451. package/lib/components/PisellTabbar2/locales.d.ts +23 -0
  452. package/lib/components/PisellTabbar2/mock.d.ts +205 -0
  453. package/lib/components/PisellTabbar2/types.d.ts +117 -0
  454. package/lib/components/PisellTabbar2/utils/index.d.ts +35 -0
  455. package/lib/components/PisellTabbar3/locales.d.ts +23 -0
  456. package/lib/components/PisellTabbar3/mock.d.ts +47 -0
  457. package/lib/components/PisellTabbar3/types.d.ts +111 -0
  458. package/lib/components/Template/PisellSteps.d.ts +0 -0
  459. package/lib/components/Template/components/index.d.ts +0 -0
  460. package/lib/components/Template/hooks/index.d.ts +0 -0
  461. package/lib/components/Template/index.d.ts +0 -0
  462. package/lib/components/Template/types.d.ts +0 -0
  463. package/lib/components/Template/utils/index.d.ts +0 -0
  464. package/lib/components/dataSourceComponents/dataSourceForm/urlUtils.d.ts +24 -0
  465. package/lib/components/dataSourceComponents/dataSourceSubForm/index.d.ts +13 -0
  466. package/lib/components/dataSourceComponents/dataSourceSubForm/index.js +229 -0
  467. package/lib/components/dataSourceComponents/dataSourceSubForm/index.less +19 -0
  468. package/lib/components/dataSourceComponents/dataSourceSubForm/schema-full-example.json +544 -0
  469. package/lib/components/dataSourceComponents/dataSourceSubForm/schema-simple-example.json +174 -0
  470. package/lib/components/dataSourceComponents/dataSourceSubForm/types.d.ts +117 -0
  471. package/lib/components/dataSourceComponents/dataSourceSubForm/types.js +17 -0
  472. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +3 -3
  473. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +0 -1
  474. package/lib/components/dataSourceComponents/fields/RecordListWrapper/ReadPretty.d.ts +9 -0
  475. package/lib/components/dataSourceComponents/fields/RecordListWrapper/ReadPretty.js +64 -0
  476. package/lib/components/dataSourceComponents/fields/RecordListWrapper/WithMode.d.ts +4 -0
  477. package/lib/components/dataSourceComponents/fields/RecordListWrapper/WithMode.js +157 -0
  478. package/lib/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +12 -0
  479. package/lib/components/dataSourceComponents/fields/RecordListWrapper/index.js +40 -0
  480. package/lib/components/dataSourceComponents/fields/RecordListWrapper/type.d.ts +87 -0
  481. package/lib/components/dataSourceComponents/fields/RecordListWrapper/type.js +17 -0
  482. package/lib/components/dataSourceComponents/fields/Tabs/ReadPretty.d.ts +9 -0
  483. package/lib/components/dataSourceComponents/fields/Tabs/ReadPretty.js +45 -0
  484. package/lib/components/dataSourceComponents/fields/Tabs/Tabs.d.ts +23 -0
  485. package/lib/components/dataSourceComponents/fields/Tabs/Tabs.js +95 -0
  486. package/lib/components/dataSourceComponents/fields/Tabs/Tabs.less +64 -0
  487. package/lib/components/dataSourceComponents/fields/Tabs/WithMode.d.ts +6 -0
  488. package/lib/components/dataSourceComponents/fields/Tabs/WithMode.js +39 -0
  489. package/lib/components/dataSourceComponents/fields/Tabs/index.d.ts +13 -0
  490. package/lib/components/dataSourceComponents/fields/Tabs/index.js +40 -0
  491. package/lib/components/dataSourceComponents/fields/Tabs/type.d.ts +38 -0
  492. package/lib/components/dataSourceComponents/fields/Tabs/type.js +17 -0
  493. package/lib/components/dataSourceComponents/fields/Translation/BaseTranslation.d.ts +5 -0
  494. package/lib/components/dataSourceComponents/fields/Translation/type.d.ts +21 -0
  495. package/lib/components/dataSourceComponents/fields/index.d.ts +39 -1
  496. package/lib/components/dataSourceComponents/fields/index.js +5 -1
  497. package/lib/components/dataSourceComponents/fields/utils.js +3 -0
  498. package/lib/components/dataSourceComponents/hooks/useFormSettingParams.d.ts +7 -0
  499. package/lib/components/filter/components/Dropdown/index.js +9 -2
  500. package/lib/components/filter/components/FilterButton/index.js +14 -3
  501. package/lib/components/filter/components/FilterButton/types.d.ts +8 -0
  502. package/lib/components/filter/components/FilterItem/AsyncOptionsSelectWrapper.d.ts +21 -0
  503. package/lib/components/filter/components/FilterItem/AsyncOptionsSelectWrapper.js +69 -0
  504. package/lib/components/filter/components/FilterItem/index.d.ts +3 -3
  505. package/lib/components/filter/components/FilterItem/index.js +133 -4
  506. package/lib/components/filter/components/FilterItem/index.less +90 -0
  507. package/lib/components/filter/types.d.ts +4 -2
  508. package/lib/components/keyboard/index.d.ts +22 -0
  509. package/lib/components/pisellBatchActionBar/PisellBatchActionBar.js +26 -23
  510. package/lib/components/pisellBatchActionBar/index.d.ts +6 -0
  511. package/lib/components/pisellBatchActionBar/types.d.ts +237 -0
  512. package/lib/components/pisellCurrency/PisellCurrency.less +163 -25
  513. package/lib/components/pisellCurrency/PisellCurrency.stories.js +1 -1
  514. package/lib/components/pisellCurrency/index.d.ts +2 -1
  515. package/lib/components/pisellCurrency/index.js +7 -0
  516. package/lib/components/pisellDataSourceContainer/components/ColumnsSetting/index.d.ts +7 -1
  517. package/lib/components/pisellDataSourceContainer/components/ColumnsSetting/index.js +18 -2
  518. package/lib/components/pisellDataSourceContainer/components/ColumnsSetting/utils.d.ts +28 -0
  519. package/lib/components/pisellDataSourceContainer/components/ColumnsSetting/utils.js +81 -0
  520. package/lib/components/pisellDataSourceContainer/components/Table/index.d.ts +1 -0
  521. package/lib/components/pisellDataSourceContainer/components/Table/index.js +3 -1
  522. package/lib/components/pisellDataSourceContainer/components/Table/useColumns.d.ts +1 -0
  523. package/lib/components/pisellDataSourceContainer/components/Table/useColumns.js +25 -14
  524. package/lib/components/pisellDataSourceContainer/utils/formatData.d.ts +9 -0
  525. package/lib/components/pisellDatePicker/index.d.ts +0 -1
  526. package/lib/components/pisellDateTimeDisplay/PisellDateTimeDisplay.js +17 -11
  527. package/lib/components/pisellDateTimeDisplay/PisellDateTimeDisplay.less +2 -1
  528. package/lib/components/pisellDateTimeDisplay/hooks/useCurrentTime.js +7 -1
  529. package/lib/components/pisellDateTimeDisplay/types.d.ts +5 -0
  530. package/lib/components/pisellDateTimeDisplay/utils/localeUtils.d.ts +2 -2
  531. package/lib/components/pisellDateTimeDisplay/utils/localeUtils.js +10 -2
  532. package/lib/components/pisellDateTimeDisplay/utils/relativeDay.d.ts +1 -0
  533. package/lib/components/pisellDateTimeDisplay/utils/relativeDay.js +2 -1
  534. package/lib/components/pisellEmail/PisellEmail.less +119 -10
  535. package/lib/components/pisellEmail/PisellEmail.stories.js +1 -1
  536. package/lib/components/pisellEmail/constants/emailDomains.d.ts +5 -0
  537. package/lib/components/pisellEmail/constants/emailRegex.d.ts +13 -0
  538. package/lib/components/pisellEmail/index.d.ts +3 -1
  539. package/lib/components/pisellEmail/index.js +10 -2
  540. package/lib/components/pisellEmail/utils/domainSuggestions.d.ts +15 -0
  541. package/lib/components/pisellFilter/index.js +79 -8
  542. package/lib/components/pisellFind/index.js +11 -2
  543. package/lib/components/pisellGridPro/GridPro.d.ts +9 -0
  544. package/lib/components/pisellGridPro/GridView/index.d.ts +6 -0
  545. package/lib/components/pisellGridPro/GridView/type.d.ts +3 -0
  546. package/lib/components/pisellGridPro/ToolBar/index.d.ts +6 -0
  547. package/lib/components/pisellGridPro/ToolBar/index.less +23 -0
  548. package/lib/components/pisellGridPro/ToolBar/type.d.ts +10 -0
  549. package/lib/components/pisellGridPro/components/DataCard/components/StatCard/index.d.ts +10 -0
  550. package/lib/components/pisellGridPro/components/DataCard/index.d.ts +6 -0
  551. package/lib/components/pisellGridPro/components/DataCard/types.d.ts +70 -0
  552. package/lib/components/pisellGridPro/components/Footer/index.d.ts +9 -0
  553. package/lib/components/pisellGridPro/components/Header/index.d.ts +12 -0
  554. package/lib/components/pisellGridPro/index.d.ts +4 -0
  555. package/lib/components/pisellLayout/index.d.ts +14 -0
  556. package/lib/components/pisellLongText/PisellLongText.less +72 -4
  557. package/lib/components/pisellLongText/PisellLongText.stories.js +1 -1
  558. package/lib/components/pisellLongText/index.d.ts +2 -1
  559. package/lib/components/pisellLongText/index.js +7 -0
  560. package/lib/components/pisellLookup/PisellLookup.js +17 -7
  561. package/lib/components/pisellLookup/PisellLookup.less +39 -16
  562. package/lib/components/pisellLookup/components/LookupTrigger.js +9 -3
  563. package/lib/components/pisellLookup/hooks/useDebounceSearch.d.ts +40 -0
  564. package/lib/components/pisellLookup/hooks/useSearchState.d.ts +80 -0
  565. package/lib/components/pisellLookup/types.d.ts +2 -1
  566. package/lib/components/pisellLookup/utils/storage.d.ts +42 -0
  567. package/lib/components/pisellMetricCard/components/MetricTitle.d.ts +12 -0
  568. package/lib/components/pisellMetricCard/components/MetricValue.d.ts +12 -0
  569. package/lib/components/pisellMetricCard/components/TrendIcon.d.ts +14 -0
  570. package/lib/components/pisellMetricCard/types.d.ts +201 -0
  571. package/lib/components/pisellMetricCard/utils/calculateTrend.d.ts +14 -0
  572. package/lib/components/pisellMultipleSelect/PisellMultipleSelect.less +159 -124
  573. package/lib/components/pisellMultipleSelect/PisellMultipleSelect.stories.js +1 -1
  574. package/lib/components/pisellMultipleSelect/components/EditView.js +4 -1
  575. package/lib/components/pisellMultipleSelect/components/ReadOnlyView.d.ts +1 -1
  576. package/lib/components/pisellMultipleSelect/components/ReadOnlyView.js +29 -1
  577. package/lib/components/pisellMultipleSelect/index.d.ts +2 -1
  578. package/lib/components/pisellMultipleSelect/index.js +7 -0
  579. package/lib/components/pisellNumber/PisellNumber.less +135 -17
  580. package/lib/components/pisellNumber/PisellNumber.stories.js +1 -1
  581. package/lib/components/pisellNumber/index.d.ts +2 -1
  582. package/lib/components/pisellNumber/index.js +7 -0
  583. package/lib/components/pisellPercent/PisellPercent.less +142 -24
  584. package/lib/components/pisellPercent/PisellPercent.stories.js +1 -1
  585. package/lib/components/pisellPercent/index.d.ts +2 -1
  586. package/lib/components/pisellPercent/index.js +7 -0
  587. package/lib/components/pisellPercent/utils/rangeConverter.d.ts +36 -0
  588. package/lib/components/pisellPhone/PisellPhone.less +122 -27
  589. package/lib/components/pisellPhone/PisellPhone.stories.js +1 -1
  590. package/lib/components/pisellPhone/components/EditView.js +1 -1
  591. package/lib/components/pisellPhone/components/ReadOnlyView.js +18 -4
  592. package/lib/components/pisellPhone/index.d.ts +2 -1
  593. package/lib/components/pisellPhone/index.js +7 -0
  594. package/lib/components/pisellPhone/utils/phoneFormatter.d.ts +39 -0
  595. package/lib/components/pisellRating/PisellRating.less +20 -12
  596. package/lib/components/pisellRating/PisellRating.stories.js +1 -1
  597. package/lib/components/pisellRating/index.d.ts +2 -1
  598. package/lib/components/pisellRating/index.js +7 -0
  599. package/lib/components/pisellRecordBoard/PisellRecordBoard.d.ts +8 -0
  600. package/lib/components/pisellRecordBoard/PisellRecordBoard.js +263 -0
  601. package/lib/components/pisellRecordBoard/PisellRecordBoard.stories.d.ts +81 -0
  602. package/lib/components/pisellRecordBoard/PisellRecordBoard.stories.js +1673 -0
  603. package/lib/components/pisellRecordBoard/context/RecordBoardContext.d.ts +3 -0
  604. package/lib/components/pisellRecordBoard/context/RecordBoardContext.js +30 -0
  605. package/lib/components/pisellRecordBoard/context/RecordBoardProvider.d.ts +11 -0
  606. package/lib/components/pisellRecordBoard/context/RecordBoardProvider.js +46 -0
  607. package/lib/components/pisellRecordBoard/hooks/useRecordBoardContext.d.ts +16 -0
  608. package/lib/components/pisellRecordBoard/hooks/useRecordBoardContext.js +47 -0
  609. package/lib/components/pisellRecordBoard/index.d.ts +35 -0
  610. package/lib/components/pisellRecordBoard/index.js +59 -0
  611. package/lib/components/pisellRecordBoard/layouts/CardLayout/CardList.d.ts +12 -0
  612. package/lib/components/pisellRecordBoard/layouts/CardLayout/CardList.js +46 -0
  613. package/lib/components/pisellRecordBoard/layouts/CardLayout/index.d.ts +13 -0
  614. package/lib/components/pisellRecordBoard/layouts/CardLayout/index.js +46 -0
  615. package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +14 -0
  616. package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.js +264 -0
  617. package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.less +100 -0
  618. package/lib/components/pisellRecordBoard/layouts/GridLayout/index.d.ts +13 -0
  619. package/lib/components/pisellRecordBoard/layouts/GridLayout/index.js +46 -0
  620. package/lib/components/pisellRecordBoard/shellFrame/BatchActionBar/index.d.ts +8 -0
  621. package/lib/components/pisellRecordBoard/shellFrame/BatchActionBar/index.js +108 -0
  622. package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/ColumnSettingPopover.d.ts +15 -0
  623. package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/ColumnSettingPopover.js +173 -0
  624. package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +8 -0
  625. package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/index.js +100 -0
  626. package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/index.less +2 -0
  627. package/lib/components/pisellRecordBoard/shellFrame/Pagination/index.d.ts +14 -0
  628. package/lib/components/pisellRecordBoard/shellFrame/Pagination/index.js +90 -0
  629. package/lib/components/pisellRecordBoard/shellFrame/Pagination/index.less +78 -0
  630. package/lib/components/pisellRecordBoard/shellFrame/Search/index.d.ts +10 -0
  631. package/lib/components/pisellRecordBoard/shellFrame/Search/index.js +53 -0
  632. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/ToolBarFilter.less +112 -0
  633. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/index.d.ts +11 -0
  634. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/index.js +247 -0
  635. package/lib/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.d.ts +17 -0
  636. package/lib/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.js +93 -0
  637. package/lib/components/pisellRecordBoard/shellFrame/ToolBarReset/index.d.ts +16 -0
  638. package/lib/components/pisellRecordBoard/shellFrame/ToolBarReset/index.js +85 -0
  639. package/lib/components/pisellRecordBoard/shellFrame/ToolBarReset/index.less +41 -0
  640. package/lib/components/pisellRecordBoard/shellFrame/index.d.ts +26 -0
  641. package/lib/components/pisellRecordBoard/shellFrame/index.js +137 -0
  642. package/lib/components/pisellRecordBoard/types.d.ts +315 -0
  643. package/lib/components/pisellRecordBoard/types.js +17 -0
  644. package/lib/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +41 -0
  645. package/lib/components/pisellRecordBoard/utils/recordBoardColumns.js +365 -0
  646. package/lib/components/pisellRecordBoard/utils/withRecordBoard.d.ts +9 -0
  647. package/lib/components/pisellRecordBoard/utils/withRecordBoard.js +49 -0
  648. package/lib/components/pisellShellFrame/PisellShellFrame.d.ts +13 -0
  649. package/lib/components/pisellShellFrame/PisellShellFrame.js +113 -0
  650. package/lib/components/pisellShellFrame/PisellShellFrame.less +78 -0
  651. package/lib/components/pisellShellFrame/PisellShellFrame.stories.d.ts +15 -0
  652. package/lib/components/pisellShellFrame/PisellShellFrame.stories.js +129 -0
  653. package/lib/components/pisellShellFrame/index.d.ts +2 -0
  654. package/lib/components/pisellShellFrame/index.js +40 -0
  655. package/lib/components/pisellShellFrame/types.d.ts +56 -0
  656. package/lib/components/pisellShellFrame/types.js +17 -0
  657. package/lib/components/pisellSingleLineText/PisellSingleLineText.stories.js +1 -1
  658. package/lib/components/pisellSingleLineText/index.d.ts +2 -1
  659. package/lib/components/pisellSingleLineText/index.js +7 -0
  660. package/lib/components/pisellSingleSelect/PisellSingleSelect.less +103 -46
  661. package/lib/components/pisellSingleSelect/PisellSingleSelect.stories.js +1 -1
  662. package/lib/components/pisellSingleSelect/components/EditView.js +4 -1
  663. package/lib/components/pisellSingleSelect/components/ReadOnlyView.d.ts +1 -1
  664. package/lib/components/pisellSingleSelect/components/ReadOnlyView.js +12 -9
  665. package/lib/components/pisellSingleSelect/index.d.ts +2 -1
  666. package/lib/components/pisellSingleSelect/index.js +7 -0
  667. package/lib/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.js +6 -2
  668. package/lib/components/pisellTimeRangeDisplay/utils/formatDuration.d.ts +14 -0
  669. package/lib/components/pisellUrl/PisellUrl.less +120 -11
  670. package/lib/components/pisellUrl/PisellUrl.stories.js +1 -1
  671. package/lib/components/pisellUrl/index.d.ts +3 -1
  672. package/lib/components/pisellUrl/index.js +10 -2
  673. package/lib/components/pisellUrl/utils/index.d.ts +6 -0
  674. package/lib/components/pisellUrl/utils/urlFormatter.d.ts +38 -0
  675. package/lib/components/pisellUrl/utils/urlHelper.d.ts +63 -0
  676. package/lib/components/pisellUrl/utils/urlValidator.d.ts +46 -0
  677. package/lib/components/productCard/components/Packages/utils.d.ts +1 -1
  678. package/lib/components/select/index.less +18 -2
  679. package/lib/components/sort/index.js +13 -3
  680. package/lib/components/sort/types.d.ts +20 -1
  681. package/lib/components/table/Table/fields/types/index.d.ts +33 -0
  682. package/lib/components/table/Table/utils.d.ts +1 -1
  683. package/lib/components/virtualInput/BaseVirtualInput/index.d.ts +44 -0
  684. package/lib/hooks/useMobile.d.ts +8 -0
  685. package/lib/index.d.ts +10 -2
  686. package/lib/index.js +15 -0
  687. package/lib/locales/en-US.d.ts +36 -0
  688. package/lib/locales/en-US.js +42 -2
  689. package/lib/locales/index.js +2 -2
  690. package/lib/locales/ja.d.ts +2 -0
  691. package/lib/locales/ja.js +2 -0
  692. package/lib/locales/pt.d.ts +2 -0
  693. package/lib/locales/pt.js +2 -0
  694. package/lib/locales/zh-CN.d.ts +36 -0
  695. package/lib/locales/zh-CN.js +46 -6
  696. package/lib/locales/zh-TW.d.ts +36 -0
  697. package/lib/locales/zh-TW.js +46 -6
  698. package/lib/theme/tokens.d.ts +22 -0
  699. package/lib/utils/tagColor.d.ts +7 -0
  700. package/lib/utils/tagColor.js +60 -0
  701. package/lowcode/auto-resize-text/meta.ts +9 -9
  702. package/lowcode/data-source-form/constants.ts +3 -0
  703. package/lowcode/data-source-form/utils.ts +31 -5
  704. package/lowcode/data-source-sub-form/meta.ts +259 -0
  705. package/lowcode/data-source-sub-form/snippets.ts +21 -0
  706. package/lowcode/form-item-record-list-wrapper/meta.ts +180 -0
  707. package/lowcode/form-item-record-list-wrapper/snippets.ts +18 -0
  708. package/lowcode/form-item-tabs/meta.ts +172 -0
  709. package/package.json +3 -3
package/lib/index.js CHANGED
@@ -63,6 +63,7 @@ __export(src_exports, {
63
63
  DataSourceImage: () => import_dataSourceImage.default,
64
64
  DataSourceMenu: () => import_dataSourceMenu.default,
65
65
  DataSourceQRCode: () => import_dataSourceQRCode.default,
66
+ DataSourceSubForm: () => import_dataSourceSubForm.default,
66
67
  DataSourceTable: () => import_dataSourceTable.default,
67
68
  DataSourceTypography: () => import_dataSourceTypography.default,
68
69
  DataSourceWrapper: () => import_dataSourceWrapper.default,
@@ -84,8 +85,10 @@ __export(src_exports, {
84
85
  FormItemInput: () => import_Input.default,
85
86
  FormItemInputNumber: () => import_InputNumber.default,
86
87
  FormItemRadio: () => import_Radio.default,
88
+ FormItemRecordListWrapper: () => import_RecordListWrapper.default,
87
89
  FormItemSelect: () => import_Select.default,
88
90
  FormItemSwitch: () => import_Switch.default,
91
+ FormItemTabs: () => import_Tabs.default,
89
92
  FormItemTimePicker: () => import_TimePicker.default,
90
93
  FormItemTranslation: () => import_Translation.default,
91
94
  FormItemUpload: () => import_Upload.default,
@@ -173,10 +176,12 @@ __export(src_exports, {
173
176
  PisellQrcode: () => import_pisellQrcode.default,
174
177
  PisellQuickFilter: () => import_pisellQuickFilter.default,
175
178
  PisellRating: () => import_pisellRating.PisellRating,
179
+ PisellRecordBoard: () => import_pisellRecordBoard.default,
176
180
  PisellRow: () => import_pisellRow.default,
177
181
  PisellScan: () => import_pisellScan.default,
178
182
  PisellScrollView: () => import_PisellScrollView.default,
179
183
  PisellSectionHeaders: () => import_pisellSectionHeaders.default,
184
+ PisellShellFrame: () => import_pisellShellFrame.PisellShellFrame,
180
185
  PisellSider: () => import_sider.default,
181
186
  PisellSingleLineText: () => import_pisellSingleLineText.PisellSingleLineText,
182
187
  PisellSingleSelect: () => import_pisellSingleSelect.PisellSingleSelect,
@@ -365,6 +370,8 @@ var import_dataSourceTypography = __toESM(require("./components/dataSourceCompon
365
370
  var import_dataSourceTable = __toESM(require("./components/dataSourceComponents/dataSourceTable"));
366
371
  var import_dataSourceWrapper = __toESM(require("./components/dataSourceComponents/dataSourceWrapper"));
367
372
  var import_pisellDataSourceContainer = __toESM(require("./components/pisellDataSourceContainer"));
373
+ var import_pisellRecordBoard = __toESM(require("./components/pisellRecordBoard"));
374
+ var import_pisellShellFrame = require("./components/pisellShellFrame");
368
375
  var import_Checkbox = __toESM(require("./components/dataSourceComponents/fields/Checkbox"));
369
376
  var import_Switch = __toESM(require("./components/dataSourceComponents/fields/Switch"));
370
377
  var import_ColorPicker = __toESM(require("./components/dataSourceComponents/fields/ColorPicker"));
@@ -378,6 +385,9 @@ var import_Translation = __toESM(require("./components/dataSourceComponents/fiel
378
385
  var import_Upload = __toESM(require("./components/dataSourceComponents/fields/Upload"));
379
386
  var import_IconSelect = __toESM(require("./components/dataSourceComponents/fields/IconSelect"));
380
387
  var import_BaseTranslation = __toESM(require("./components/dataSourceComponents/fields/Translation/BaseTranslation"));
388
+ var import_dataSourceSubForm = __toESM(require("./components/dataSourceComponents/dataSourceSubForm"));
389
+ var import_RecordListWrapper = __toESM(require("./components/dataSourceComponents/fields/RecordListWrapper"));
390
+ var import_Tabs = __toESM(require("./components/dataSourceComponents/fields/Tabs"));
381
391
  var import_pisellMenu = __toESM(require("./components/pisellMenu"));
382
392
  var import_pisellNavigationMenu = __toESM(require("./components/pisellNavigationMenu"));
383
393
  var import_page_header = __toESM(require("./components/page-header"));
@@ -469,6 +479,7 @@ var import_usePisellConfig = __toESM(require("./components/pisell-config-provide
469
479
  DataSourceImage,
470
480
  DataSourceMenu,
471
481
  DataSourceQRCode,
482
+ DataSourceSubForm,
472
483
  DataSourceTable,
473
484
  DataSourceTypography,
474
485
  DataSourceWrapper,
@@ -490,8 +501,10 @@ var import_usePisellConfig = __toESM(require("./components/pisell-config-provide
490
501
  FormItemInput,
491
502
  FormItemInputNumber,
492
503
  FormItemRadio,
504
+ FormItemRecordListWrapper,
493
505
  FormItemSelect,
494
506
  FormItemSwitch,
507
+ FormItemTabs,
495
508
  FormItemTimePicker,
496
509
  FormItemTranslation,
497
510
  FormItemUpload,
@@ -579,10 +592,12 @@ var import_usePisellConfig = __toESM(require("./components/pisell-config-provide
579
592
  PisellQrcode,
580
593
  PisellQuickFilter,
581
594
  PisellRating,
595
+ PisellRecordBoard,
582
596
  PisellRow,
583
597
  PisellScan,
584
598
  PisellScrollView,
585
599
  PisellSectionHeaders,
600
+ PisellShellFrame,
586
601
  PisellSider,
587
602
  PisellSingleLineText,
588
603
  PisellSingleSelect,
@@ -21,6 +21,8 @@ declare const _default: {
21
21
  'sort-from-evening-to-morning': string;
22
22
  'sort-0-9': string;
23
23
  'sort-9-0': string;
24
+ 'sort-first-last': string;
25
+ 'sort-last-first': string;
24
26
  'table-action-filter-button': string;
25
27
  'table-action-filter-quick-filter': string;
26
28
  'table-action-filter-quick-filter-tip': (count: number) => string;
@@ -31,8 +33,12 @@ declare const _default: {
31
33
  'table-action-column-title': string;
32
34
  'table-column-group-records': string;
33
35
  'table-column-group-lock-tip': string;
36
+ 'record-board-uniform-summary-empty': string;
37
+ 'record-board-uniform-summary-same': string;
34
38
  'table-column-drag-sort-disabled-tip': string;
35
39
  'table-action-filter-no-filter': string;
40
+ 'table-action-range-picker-placeholder-start': string;
41
+ 'table-action-range-picker-placeholder-end': string;
36
42
  'table-action-range-picker-presets-today': string;
37
43
  'table-action-range-picker-presets-yesterday': string;
38
44
  'table-action-range-picker-presets-last-3-day': string;
@@ -56,6 +62,7 @@ declare const _default: {
56
62
  'pisell-lookup-no-data': string;
57
63
  'pisell-find-button-text': string;
58
64
  'pisell-find-placeholder': string;
65
+ 'pisell-export-button-text': string;
59
66
  'batch-editor-actions': string;
60
67
  'batch-editor-remove': string;
61
68
  'batch-editor-price': string;
@@ -78,6 +85,35 @@ declare const _default: {
78
85
  'batch-action-bar-delete-confirm-content': (count: number) => string;
79
86
  'batch-action-bar-delete-confirm-ok': string;
80
87
  'batch-action-bar-delete-confirm-cancel': string;
88
+ 'record-board-toolbar-reset': string;
89
+ 'record-board-toolbar-default-filter-status': string;
90
+ 'record-board-toolbar-default-filter-all': string;
91
+ 'record-board-toolbar-default-filter-enabled': string;
92
+ 'record-board-toolbar-default-filter-disabled': string;
93
+ 'record-board-toolbar-default-filter-keyword': string;
94
+ 'record-board-toolbar-default-placeholder': string;
95
+ 'pisell2.recordBoard.toolbar.find': string;
96
+ 'pisell2.recordBoard.toolbar.findPlaceholder': string;
97
+ 'pisell2.recordBoard.toolbar.sort': string;
98
+ 'pisell2.recordBoard.toolbar.filter': string;
99
+ 'pisell2.recordBoard.toolbar.reset': string;
100
+ 'pisell2.salesManagement.pagination.previous': string;
101
+ 'pisell2.salesManagement.pagination.next': string;
102
+ 'pisell2.salesManagement.pagination.showTotal': (start: number, end: number) => string;
103
+ 'pisell2.salesManagement.pagination.total': (current: number, max: number) => string;
104
+ 'pisell2.salesManagement.batchActionBar.selectedCount': (count: number) => string;
105
+ 'pisell2.salesManagement.batchActionBar.more': string;
106
+ 'pisell2.salesManagement.batchActionBar.selectAll': string;
107
+ 'pisell2.salesManagement.batchActionBar.invert': string;
108
+ 'pisell2.salesManagement.batchActionBar.clear': string;
109
+ 'pisell2.salesManagement.batchActionBar.delete': string;
110
+ 'pisell2.salesManagement.batchActionBar.confirmTitle': string;
111
+ 'pisell2.salesManagement.batchActionBar.deleteConfirmTitle': string;
112
+ 'pisell2.salesManagement.batchActionBar.deleteConfirmContent': (count: number) => string;
113
+ 'pisell2.salesManagement.batchActionBar.deleteConfirmOk': string;
114
+ 'pisell2.salesManagement.batchActionBar.deleteConfirmCancel': string;
115
+ 'shell-frame-statistic-expand': string;
116
+ 'shell-frame-statistic-collapse': string;
81
117
  'table-action-export-import-export-success': string;
82
118
  'table-action-export-import-button': string;
83
119
  'table-action-export-import-export-range': string;
@@ -43,8 +43,10 @@ var en_US_default = {
43
43
  "sort-z-a": "Z to A",
44
44
  "sort-from-morning-to-night": "From morning to night",
45
45
  "sort-from-evening-to-morning": "From evening to morning",
46
- "sort-0-9": "0 ~ 9",
47
- "sort-9-0": "9 ~ 0",
46
+ "sort-0-9": "0 9",
47
+ "sort-9-0": "9 0",
48
+ "sort-first-last": "First → Last",
49
+ "sort-last-first": "Last → First",
48
50
  "table-action-filter-button": "Filter",
49
51
  "table-action-filter-quick-filter": "Quick Filter",
50
52
  "table-action-filter-quick-filter-tip": (count) => `Enable quick filtering directly on the page for convenient filtering operations, with a maximum of ${count} filters allowed.`,
@@ -55,8 +57,12 @@ var en_US_default = {
55
57
  "table-action-column-title": "Header settings",
56
58
  "table-column-group-records": "records",
57
59
  "table-column-group-lock-tip": "Fixed column immutable order",
60
+ "record-board-uniform-summary-empty": "-",
61
+ "record-board-uniform-summary-same": "Same",
58
62
  "table-column-drag-sort-disabled-tip": "Automatic sorting is enabled, manual dragging is disabled.",
59
63
  "table-action-filter-no-filter": "No filter options available.",
64
+ "table-action-range-picker-placeholder-start": "Start date",
65
+ "table-action-range-picker-placeholder-end": "End date",
60
66
  "table-action-range-picker-presets-today": "Today",
61
67
  "table-action-range-picker-presets-yesterday": "Yesterday",
62
68
  "table-action-range-picker-presets-last-3-day": "Last 3 Days",
@@ -82,6 +88,8 @@ var en_US_default = {
82
88
  // PisellFind
83
89
  "pisell-find-button-text": "Find",
84
90
  "pisell-find-placeholder": "Please enter search content",
91
+ // PisellExport
92
+ "pisell-export-button-text": "Export",
85
93
  "batch-editor-actions": "Actions",
86
94
  "batch-editor-remove": "Remove",
87
95
  "batch-editor-price": "Price",
@@ -105,6 +113,38 @@ var en_US_default = {
105
113
  "batch-action-bar-delete-confirm-content": (count) => `Are you sure you want to delete ${count} selected ${count > 1 ? "items" : "item"}?`,
106
114
  "batch-action-bar-delete-confirm-ok": "OK",
107
115
  "batch-action-bar-delete-confirm-cancel": "Cancel",
116
+ // RecordBoard Toolbar
117
+ "record-board-toolbar-reset": "Reset",
118
+ "record-board-toolbar-default-filter-status": "Status",
119
+ "record-board-toolbar-default-filter-all": "All",
120
+ "record-board-toolbar-default-filter-enabled": "Enabled",
121
+ "record-board-toolbar-default-filter-disabled": "Disabled",
122
+ "record-board-toolbar-default-filter-keyword": "Keyword",
123
+ "record-board-toolbar-default-placeholder": "Please enter",
124
+ // RecordBoard 通用文案(ToolBar / 翻页 / 批量操作栏,与 utils 同 key 供 fallback)
125
+ "pisell2.recordBoard.toolbar.find": "Find",
126
+ "pisell2.recordBoard.toolbar.findPlaceholder": "Please enter search content",
127
+ "pisell2.recordBoard.toolbar.sort": "Sort",
128
+ "pisell2.recordBoard.toolbar.filter": "Filter",
129
+ "pisell2.recordBoard.toolbar.reset": "Reset",
130
+ "pisell2.salesManagement.pagination.previous": "Previous",
131
+ "pisell2.salesManagement.pagination.next": "Next",
132
+ "pisell2.salesManagement.pagination.showTotal": (start, end) => `Page ${start} of ${end}`,
133
+ "pisell2.salesManagement.pagination.total": (current, max) => `Page ${current} of ${max}`,
134
+ "pisell2.salesManagement.batchActionBar.selectedCount": (count) => `${count} item(s) selected`,
135
+ "pisell2.salesManagement.batchActionBar.more": "More",
136
+ "pisell2.salesManagement.batchActionBar.selectAll": "Select All",
137
+ "pisell2.salesManagement.batchActionBar.invert": "Invert Selection",
138
+ "pisell2.salesManagement.batchActionBar.clear": "Clear Selection",
139
+ "pisell2.salesManagement.batchActionBar.delete": "Delete",
140
+ "pisell2.salesManagement.batchActionBar.confirmTitle": "Confirm",
141
+ "pisell2.salesManagement.batchActionBar.deleteConfirmTitle": "Confirm Delete",
142
+ "pisell2.salesManagement.batchActionBar.deleteConfirmContent": (count) => `Are you sure you want to delete ${count} selected item(s)?`,
143
+ "pisell2.salesManagement.batchActionBar.deleteConfirmOk": "OK",
144
+ "pisell2.salesManagement.batchActionBar.deleteConfirmCancel": "Cancel",
145
+ // ShellFrame statistic collapse
146
+ "shell-frame-statistic-expand": "Expand statistics",
147
+ "shell-frame-statistic-collapse": "Collapse statistics",
108
148
  // 导出
109
149
  "table-action-export-import-export-success": "Export successful! ",
110
150
  "table-action-export-import-button": "Export",
@@ -45,8 +45,8 @@ var langMap = {
45
45
  "zh-HK": import_zh_TW.default,
46
46
  en: import_en_US.default,
47
47
  original: import_en_US.default,
48
- "ja": import_ja.default,
49
- "pt": import_pt.default
48
+ ja: import_ja.default,
49
+ pt: import_pt.default
50
50
  };
51
51
  var getText = (id) => {
52
52
  var _a;
@@ -31,6 +31,8 @@ declare const _default: {
31
31
  'table-action-column-title': string;
32
32
  'table-column-group-records': string;
33
33
  'table-column-group-lock-tip': string;
34
+ 'record-board-uniform-summary-empty': string;
35
+ 'record-board-uniform-summary-same': string;
34
36
  'table-column-drag-sort-disabled-tip': string;
35
37
  'table-action-filter-no-filter': string;
36
38
  'table-action-range-picker-presets-today': string;
package/lib/locales/ja.js CHANGED
@@ -55,6 +55,8 @@ var ja_default = {
55
55
  "table-action-column-title": "ヘッダー設定",
56
56
  "table-column-group-records": "件のレコード",
57
57
  "table-column-group-lock-tip": "固定列は順序を変更できません",
58
+ "record-board-uniform-summary-empty": "-",
59
+ "record-board-uniform-summary-same": "同一",
58
60
  "table-column-drag-sort-disabled-tip": "自動並び替えが有効になっているため、手動ドラッグは無効です。",
59
61
  "table-action-filter-no-filter": "利用可能なフィルターオプションがありません。",
60
62
  "table-action-range-picker-presets-today": "今日",
@@ -31,6 +31,8 @@ declare const _default: {
31
31
  'table-action-column-title': string;
32
32
  'table-column-group-records': string;
33
33
  'table-column-group-lock-tip': string;
34
+ 'record-board-uniform-summary-empty': string;
35
+ 'record-board-uniform-summary-same': string;
34
36
  'table-column-drag-sort-disabled-tip': string;
35
37
  'table-action-filter-no-filter': string;
36
38
  'table-action-range-picker-presets-today': string;
package/lib/locales/pt.js CHANGED
@@ -55,6 +55,8 @@ var pt_default = {
55
55
  "table-action-column-title": "Configurações do cabeçalho",
56
56
  "table-column-group-records": "registros",
57
57
  "table-column-group-lock-tip": "Ordem da coluna fixa imutável",
58
+ "record-board-uniform-summary-empty": "-",
59
+ "record-board-uniform-summary-same": "Mesmo",
58
60
  "table-column-drag-sort-disabled-tip": "A ordenação automática está ativada, o arrasto manual está desativado.",
59
61
  "table-action-filter-no-filter": "Nenhuma opção de filtro disponível.",
60
62
  "table-action-range-picker-presets-today": "Hoje",
@@ -21,6 +21,8 @@ declare const _default: {
21
21
  'sort-from-evening-to-morning': string;
22
22
  'sort-0-9': string;
23
23
  'sort-9-0': string;
24
+ 'sort-first-last': string;
25
+ 'sort-last-first': string;
24
26
  'table-action-filter-button': string;
25
27
  'table-action-filter-quick-filter': string;
26
28
  'table-action-filter-quick-filter-tip': (count: number) => string;
@@ -31,8 +33,12 @@ declare const _default: {
31
33
  'table-action-column-title': string;
32
34
  'table-column-group-records': string;
33
35
  'table-column-group-lock-tip': string;
36
+ 'record-board-uniform-summary-empty': string;
37
+ 'record-board-uniform-summary-same': string;
34
38
  'table-column-drag-sort-disabled-tip': string;
35
39
  'table-action-filter-no-filter': string;
40
+ 'table-action-range-picker-placeholder-start': string;
41
+ 'table-action-range-picker-placeholder-end': string;
36
42
  'table-action-range-picker-presets-today': string;
37
43
  'table-action-range-picker-presets-yesterday': string;
38
44
  'table-action-range-picker-presets-last-3-day': string;
@@ -56,6 +62,7 @@ declare const _default: {
56
62
  'pisell-lookup-no-data': string;
57
63
  'pisell-find-button-text': string;
58
64
  'pisell-find-placeholder': string;
65
+ 'pisell-export-button-text': string;
59
66
  'batch-editor-actions': string;
60
67
  'batch-editor-remove': string;
61
68
  'batch-editor-price': string;
@@ -78,6 +85,35 @@ declare const _default: {
78
85
  'batch-action-bar-delete-confirm-content': (count: number) => string;
79
86
  'batch-action-bar-delete-confirm-ok': string;
80
87
  'batch-action-bar-delete-confirm-cancel': string;
88
+ 'record-board-toolbar-reset': string;
89
+ 'record-board-toolbar-default-filter-status': string;
90
+ 'record-board-toolbar-default-filter-all': string;
91
+ 'record-board-toolbar-default-filter-enabled': string;
92
+ 'record-board-toolbar-default-filter-disabled': string;
93
+ 'record-board-toolbar-default-filter-keyword': string;
94
+ 'record-board-toolbar-default-placeholder': string;
95
+ 'pisell2.recordBoard.toolbar.find': string;
96
+ 'pisell2.recordBoard.toolbar.findPlaceholder': string;
97
+ 'pisell2.recordBoard.toolbar.sort': string;
98
+ 'pisell2.recordBoard.toolbar.filter': string;
99
+ 'pisell2.recordBoard.toolbar.reset': string;
100
+ 'pisell2.salesManagement.pagination.previous': string;
101
+ 'pisell2.salesManagement.pagination.next': string;
102
+ 'pisell2.salesManagement.pagination.showTotal': (start: number, end: number) => string;
103
+ 'pisell2.salesManagement.pagination.total': (current: number, max: number) => string;
104
+ 'pisell2.salesManagement.batchActionBar.selectedCount': (count: number) => string;
105
+ 'pisell2.salesManagement.batchActionBar.more': string;
106
+ 'pisell2.salesManagement.batchActionBar.selectAll': string;
107
+ 'pisell2.salesManagement.batchActionBar.invert': string;
108
+ 'pisell2.salesManagement.batchActionBar.clear': string;
109
+ 'pisell2.salesManagement.batchActionBar.delete': string;
110
+ 'pisell2.salesManagement.batchActionBar.confirmTitle': string;
111
+ 'pisell2.salesManagement.batchActionBar.deleteConfirmTitle': string;
112
+ 'pisell2.salesManagement.batchActionBar.deleteConfirmContent': (count: number) => string;
113
+ 'pisell2.salesManagement.batchActionBar.deleteConfirmOk': string;
114
+ 'pisell2.salesManagement.batchActionBar.deleteConfirmCancel': string;
115
+ 'shell-frame-statistic-expand': string;
116
+ 'shell-frame-statistic-collapse': string;
81
117
  'table-action-export-import-export-success': string;
82
118
  'table-action-export-import-button': string;
83
119
  'table-action-export-import-export-range': string;
@@ -39,12 +39,14 @@ var zh_CN_default = {
39
39
  "sort-button-text": "排序",
40
40
  "sort-oldest-to-newest": "从旧到新",
41
41
  "sort-newest-to-oldest": "从新到旧",
42
- "sort-a-z": "A Z",
43
- "sort-z-a": "Z A",
42
+ "sort-a-z": "A Z",
43
+ "sort-z-a": "Z A",
44
44
  "sort-from-morning-to-night": "从早到晚",
45
45
  "sort-from-evening-to-morning": "从晚到早",
46
- "sort-0-9": "0 ~ 9",
47
- "sort-9-0": "9 ~ 0",
46
+ "sort-0-9": "0 9",
47
+ "sort-9-0": "9 0",
48
+ "sort-first-last": "First → Last",
49
+ "sort-last-first": "Last → First",
48
50
  "table-action-filter-button": "筛选",
49
51
  "table-action-filter-quick-filter": "快捷筛选",
50
52
  "table-action-filter-quick-filter-tip": (count) => `在页面上直接启用快速筛选,以便进行方便的筛选操作,最多允许使用${count}个筛选器。`,
@@ -55,8 +57,12 @@ var zh_CN_default = {
55
57
  "table-action-column-title": "表头设置",
56
58
  "table-column-group-records": "条记录",
57
59
  "table-column-group-lock-tip": "固定列不可移动顺序",
60
+ "record-board-uniform-summary-empty": "-",
61
+ "record-board-uniform-summary-same": "重复数据",
58
62
  "table-column-drag-sort-disabled-tip": "已开启自动排序,无法手动拖拽",
59
63
  "table-action-filter-no-filter": "没有可用的筛选器。",
64
+ "table-action-range-picker-placeholder-start": "开始日期",
65
+ "table-action-range-picker-placeholder-end": "结束日期",
60
66
  "table-action-range-picker-presets-today": "今天",
61
67
  "table-action-range-picker-presets-yesterday": "昨天",
62
68
  "table-action-range-picker-presets-last-3-day": "过去3天",
@@ -71,7 +77,7 @@ var zh_CN_default = {
71
77
  "pisell-lookup-placeholder": "请输入搜索内容",
72
78
  "pisell-lookup-button-text": "搜索",
73
79
  "pisell-lookup-confirm-button-text": "Lookup",
74
- "pisell-lookup-clear": "Clear",
80
+ "pisell-lookup-clear": "清空",
75
81
  "pisell-lookup-close": "Close",
76
82
  "pisell-lookup-search-history": "搜索历史",
77
83
  "pisell-lookup-clear-history": "清空",
@@ -80,8 +86,10 @@ var zh_CN_default = {
80
86
  "pisell-lookup-loading": "加载中...",
81
87
  "pisell-lookup-no-data": "暂无数据",
82
88
  // PisellFind
83
- "pisell-find-button-text": "Find",
89
+ "pisell-find-button-text": "搜索",
84
90
  "pisell-find-placeholder": "请输入搜索内容",
91
+ // PisellExport
92
+ "pisell-export-button-text": "导出",
85
93
  "batch-editor-actions": "操作",
86
94
  "batch-editor-remove": "移除",
87
95
  "batch-editor-price": "价格",
@@ -105,6 +113,38 @@ var zh_CN_default = {
105
113
  "batch-action-bar-delete-confirm-content": (count) => `确定要删除选中的 ${count} 项吗?`,
106
114
  "batch-action-bar-delete-confirm-ok": "确定",
107
115
  "batch-action-bar-delete-confirm-cancel": "取消",
116
+ // RecordBoard 工具栏
117
+ "record-board-toolbar-reset": "重置",
118
+ "record-board-toolbar-default-filter-status": "状态",
119
+ "record-board-toolbar-default-filter-all": "全部",
120
+ "record-board-toolbar-default-filter-enabled": "启用",
121
+ "record-board-toolbar-default-filter-disabled": "禁用",
122
+ "record-board-toolbar-default-filter-keyword": "关键词",
123
+ "record-board-toolbar-default-placeholder": "请输入",
124
+ // RecordBoard 通用文案(ToolBar / 翻页 / 批量操作栏)
125
+ "pisell2.recordBoard.toolbar.find": "搜索",
126
+ "pisell2.recordBoard.toolbar.findPlaceholder": "请输入搜索内容",
127
+ "pisell2.recordBoard.toolbar.sort": "排序",
128
+ "pisell2.recordBoard.toolbar.filter": "筛选",
129
+ "pisell2.recordBoard.toolbar.reset": "重置",
130
+ "pisell2.salesManagement.pagination.previous": "上一页",
131
+ "pisell2.salesManagement.pagination.next": "下一页",
132
+ "pisell2.salesManagement.pagination.showTotal": (start, end) => `第 ${start}-${end} 条`,
133
+ "pisell2.salesManagement.pagination.total": (current, max) => `${current} / ${max}`,
134
+ "pisell2.salesManagement.batchActionBar.selectedCount": (count) => `已选择 ${count} 项`,
135
+ "pisell2.salesManagement.batchActionBar.more": "更多",
136
+ "pisell2.salesManagement.batchActionBar.selectAll": "全选",
137
+ "pisell2.salesManagement.batchActionBar.invert": "反选",
138
+ "pisell2.salesManagement.batchActionBar.clear": "取消选择",
139
+ "pisell2.salesManagement.batchActionBar.delete": "删除",
140
+ "pisell2.salesManagement.batchActionBar.confirmTitle": "确认操作",
141
+ "pisell2.salesManagement.batchActionBar.deleteConfirmTitle": "确认删除",
142
+ "pisell2.salesManagement.batchActionBar.deleteConfirmContent": (count) => `确定要删除选中的 ${count} 项吗?`,
143
+ "pisell2.salesManagement.batchActionBar.deleteConfirmOk": "确定",
144
+ "pisell2.salesManagement.batchActionBar.deleteConfirmCancel": "取消",
145
+ // ShellFrame 统计区折叠
146
+ "shell-frame-statistic-expand": "展开统计",
147
+ "shell-frame-statistic-collapse": "收起统计",
108
148
  // 导出
109
149
  "table-action-export-import-export-success": "导出成功!",
110
150
  "table-action-export-import-button": "导出",
@@ -21,6 +21,8 @@ declare const _default: {
21
21
  'sort-from-evening-to-morning': string;
22
22
  'sort-0-9': string;
23
23
  'sort-9-0': string;
24
+ 'sort-first-last': string;
25
+ 'sort-last-first': string;
24
26
  'table-action-filter-button': string;
25
27
  'table-action-filter-quick-filter': string;
26
28
  'table-action-filter-quick-filter-tip': (count: number) => string;
@@ -31,8 +33,12 @@ declare const _default: {
31
33
  'table-action-column-title': string;
32
34
  'table-column-group-records': string;
33
35
  'table-column-group-lock-tip': string;
36
+ 'record-board-uniform-summary-empty': string;
37
+ 'record-board-uniform-summary-same': string;
34
38
  'table-column-drag-sort-disabled-tip': string;
35
39
  'table-action-filter-no-filter': string;
40
+ 'table-action-range-picker-placeholder-start': string;
41
+ 'table-action-range-picker-placeholder-end': string;
36
42
  'table-action-range-picker-presets-today': string;
37
43
  'table-action-range-picker-presets-yesterday': string;
38
44
  'table-action-range-picker-presets-last-3-day': string;
@@ -56,6 +62,7 @@ declare const _default: {
56
62
  'pisell-lookup-no-data': string;
57
63
  'pisell-find-button-text': string;
58
64
  'pisell-find-placeholder': string;
65
+ 'pisell-export-button-text': string;
59
66
  'batch-editor-actions': string;
60
67
  'batch-editor-remove': string;
61
68
  'batch-editor-price': string;
@@ -78,6 +85,35 @@ declare const _default: {
78
85
  'batch-action-bar-delete-confirm-content': (count: number) => string;
79
86
  'batch-action-bar-delete-confirm-ok': string;
80
87
  'batch-action-bar-delete-confirm-cancel': string;
88
+ 'record-board-toolbar-reset': string;
89
+ 'record-board-toolbar-default-filter-status': string;
90
+ 'record-board-toolbar-default-filter-all': string;
91
+ 'record-board-toolbar-default-filter-enabled': string;
92
+ 'record-board-toolbar-default-filter-disabled': string;
93
+ 'record-board-toolbar-default-filter-keyword': string;
94
+ 'record-board-toolbar-default-placeholder': string;
95
+ 'pisell2.recordBoard.toolbar.find': string;
96
+ 'pisell2.recordBoard.toolbar.findPlaceholder': string;
97
+ 'pisell2.recordBoard.toolbar.sort': string;
98
+ 'pisell2.recordBoard.toolbar.filter': string;
99
+ 'pisell2.recordBoard.toolbar.reset': string;
100
+ 'pisell2.salesManagement.pagination.previous': string;
101
+ 'pisell2.salesManagement.pagination.next': string;
102
+ 'pisell2.salesManagement.pagination.showTotal': (start: number, end: number) => string;
103
+ 'pisell2.salesManagement.pagination.total': (current: number, max: number) => string;
104
+ 'pisell2.salesManagement.batchActionBar.selectedCount': (count: number) => string;
105
+ 'pisell2.salesManagement.batchActionBar.more': string;
106
+ 'pisell2.salesManagement.batchActionBar.selectAll': string;
107
+ 'pisell2.salesManagement.batchActionBar.invert': string;
108
+ 'pisell2.salesManagement.batchActionBar.clear': string;
109
+ 'pisell2.salesManagement.batchActionBar.delete': string;
110
+ 'pisell2.salesManagement.batchActionBar.confirmTitle': string;
111
+ 'pisell2.salesManagement.batchActionBar.deleteConfirmTitle': string;
112
+ 'pisell2.salesManagement.batchActionBar.deleteConfirmContent': (count: number) => string;
113
+ 'pisell2.salesManagement.batchActionBar.deleteConfirmOk': string;
114
+ 'pisell2.salesManagement.batchActionBar.deleteConfirmCancel': string;
115
+ 'shell-frame-statistic-expand': string;
116
+ 'shell-frame-statistic-collapse': string;
81
117
  'table-action-export-import-export-success': string;
82
118
  'table-action-export-import-button': string;
83
119
  'table-action-export-import-export-range': string;
@@ -39,12 +39,14 @@ var zh_TW_default = {
39
39
  "sort-button-text": "排序",
40
40
  "sort-oldest-to-newest": "從舊到新",
41
41
  "sort-newest-to-oldest": "從新到舊",
42
- "sort-a-z": "A Z",
43
- "sort-z-a": "Z A",
42
+ "sort-a-z": "A Z",
43
+ "sort-z-a": "Z A",
44
44
  "sort-from-morning-to-night": "從早到晚",
45
45
  "sort-from-evening-to-morning": "從晚到早",
46
- "sort-0-9": "0 ~ 9",
47
- "sort-9-0": "9 ~ 0",
46
+ "sort-0-9": "0 9",
47
+ "sort-9-0": "9 0",
48
+ "sort-first-last": "First → Last",
49
+ "sort-last-first": "Last → First",
48
50
  "table-action-filter-button": "篩選",
49
51
  "table-action-filter-quick-filter": "快速篩選",
50
52
  "table-action-filter-quick-filter-tip": (count) => `在頁面上直接啟用快速篩選,以便進行方便的篩選操作,最多允許使用${count}個篩選器。`,
@@ -55,8 +57,12 @@ var zh_TW_default = {
55
57
  "table-action-column-title": "表頭設置",
56
58
  "table-column-group-records": "條記錄",
57
59
  "table-column-group-lock-tip": "固定列不可移動順序",
60
+ "record-board-uniform-summary-empty": "-",
61
+ "record-board-uniform-summary-same": "重複數據",
58
62
  "table-column-drag-sort-disabled-tip": "已開啟自動排序,無法手動拖曳",
59
63
  "table-action-filter-no-filter": "沒有可用的篩選器。",
64
+ "table-action-range-picker-placeholder-start": "開始日期",
65
+ "table-action-range-picker-placeholder-end": "結束日期",
60
66
  "table-action-range-picker-presets-today": "今天",
61
67
  "table-action-range-picker-presets-yesterday": "昨天",
62
68
  "table-action-range-picker-presets-last-3-day": "過去3天",
@@ -71,7 +77,7 @@ var zh_TW_default = {
71
77
  "pisell-lookup-placeholder": "請輸入搜索內容",
72
78
  "pisell-lookup-button-text": "搜索",
73
79
  "pisell-lookup-confirm-button-text": "Lookup",
74
- "pisell-lookup-clear": "Clear",
80
+ "pisell-lookup-clear": "清空",
75
81
  "pisell-lookup-close": "Close",
76
82
  "pisell-lookup-search-history": "搜索歷史",
77
83
  "pisell-lookup-clear-history": "清空",
@@ -80,8 +86,10 @@ var zh_TW_default = {
80
86
  "pisell-lookup-loading": "加載中...",
81
87
  "pisell-lookup-no-data": "暫無數據",
82
88
  // PisellFind
83
- "pisell-find-button-text": "Find",
89
+ "pisell-find-button-text": "搜尋",
84
90
  "pisell-find-placeholder": "請輸入搜索內容",
91
+ // PisellExport
92
+ "pisell-export-button-text": "導出",
85
93
  "batch-editor-actions": "操作",
86
94
  "batch-editor-remove": "移除",
87
95
  "batch-editor-price": "價格",
@@ -105,6 +113,38 @@ var zh_TW_default = {
105
113
  "batch-action-bar-delete-confirm-content": (count) => `確定要刪除選中的 ${count} 項嗎?`,
106
114
  "batch-action-bar-delete-confirm-ok": "確定",
107
115
  "batch-action-bar-delete-confirm-cancel": "取消",
116
+ // RecordBoard 工具欄
117
+ "record-board-toolbar-reset": "重置",
118
+ "record-board-toolbar-default-filter-status": "狀態",
119
+ "record-board-toolbar-default-filter-all": "全部",
120
+ "record-board-toolbar-default-filter-enabled": "啟用",
121
+ "record-board-toolbar-default-filter-disabled": "禁用",
122
+ "record-board-toolbar-default-filter-keyword": "關鍵詞",
123
+ "record-board-toolbar-default-placeholder": "請輸入",
124
+ // RecordBoard 通用文案(ToolBar / 翻页 / 批量操作栏)
125
+ "pisell2.recordBoard.toolbar.find": "搜尋",
126
+ "pisell2.recordBoard.toolbar.findPlaceholder": "請輸入搜尋內容",
127
+ "pisell2.recordBoard.toolbar.sort": "排序",
128
+ "pisell2.recordBoard.toolbar.filter": "篩選",
129
+ "pisell2.recordBoard.toolbar.reset": "重置",
130
+ "pisell2.salesManagement.pagination.previous": "上一頁",
131
+ "pisell2.salesManagement.pagination.next": "下一頁",
132
+ "pisell2.salesManagement.pagination.showTotal": (start, end) => `第 ${start}-${end} 條`,
133
+ "pisell2.salesManagement.pagination.total": (current, max) => `${current} / ${max}`,
134
+ "pisell2.salesManagement.batchActionBar.selectedCount": (count) => `已選擇 ${count} 項`,
135
+ "pisell2.salesManagement.batchActionBar.more": "更多",
136
+ "pisell2.salesManagement.batchActionBar.selectAll": "全選",
137
+ "pisell2.salesManagement.batchActionBar.invert": "反選",
138
+ "pisell2.salesManagement.batchActionBar.clear": "取消選擇",
139
+ "pisell2.salesManagement.batchActionBar.delete": "刪除",
140
+ "pisell2.salesManagement.batchActionBar.confirmTitle": "確認操作",
141
+ "pisell2.salesManagement.batchActionBar.deleteConfirmTitle": "確認刪除",
142
+ "pisell2.salesManagement.batchActionBar.deleteConfirmContent": (count) => `確定要刪除選中的 ${count} 項嗎?`,
143
+ "pisell2.salesManagement.batchActionBar.deleteConfirmOk": "確定",
144
+ "pisell2.salesManagement.batchActionBar.deleteConfirmCancel": "取消",
145
+ // ShellFrame 統計區摺疊
146
+ "shell-frame-statistic-expand": "展開統計",
147
+ "shell-frame-statistic-collapse": "收起統計",
108
148
  // 导出
109
149
  "table-action-export-import-export-success": "導出成功!",
110
150
  "table-action-export-import-button": "匯出",
@@ -0,0 +1,22 @@
1
+ import { ThemeConfig } from 'antd';
2
+ /**
3
+ * Pisell 项目统一的 Ant Design Token 配置
4
+ * 基于 Figma 设计规范
5
+ *
6
+ * 使用场景:
7
+ * - 低代码平台(page/index.tsx)
8
+ * - Storybook 预览
9
+ * - 其他需要主题配置的场景
10
+ */
11
+ /**
12
+ * 获取组件级别的 token 配置
13
+ */
14
+ export declare function getComponentsToken(): ThemeConfig['components'];
15
+ /**
16
+ * 获取全局 token 配置
17
+ */
18
+ export declare function getGlobalToken(themeColor?: string): ThemeConfig['token'];
19
+ /**
20
+ * 获取完整的主题配置
21
+ */
22
+ export declare function getThemeConfig(themeColor?: string): ThemeConfig;
@@ -0,0 +1,7 @@
1
+ /**
2
+ * 只读态 Tag 未传 color 时使用的预设色板(按索引稳定分配)
3
+ */
4
+ /**
5
+ * 根据 value 或索引从预设色板取一个稳定颜色(未传 option.color 时使用)
6
+ */
7
+ export declare function getDefaultTagColor(value: unknown, index: number): string;