@pisell/materials 3.3.84 → 3.3.86

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 (570) 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 +6 -6
  6. package/build/lowcode/preview.js +8 -8
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +21 -21
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +21 -21
  11. package/es/components/Pagination/index.d.ts +13 -0
  12. package/es/components/Pagination/index.js +77 -59
  13. package/es/components/Pagination/index.less +13 -7
  14. package/es/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +9 -0
  15. package/es/components/PisellCards/components/GraphicTextCard/components/BadgeWrapper.d.ts +5 -0
  16. package/es/components/PisellCards/components/GraphicTextCard/components/TextContent.d.ts +27 -0
  17. package/es/components/PisellCards/components/GraphicTextCard/components/index.d.ts +6 -0
  18. package/es/components/PisellCards/components/GraphicTextCard/hooks/index.d.ts +5 -0
  19. package/es/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardClick.d.ts +15 -0
  20. package/es/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardStyle.d.ts +18 -0
  21. package/es/components/PisellCards/components/GraphicTextCard/index.d.ts +5 -0
  22. package/es/components/PisellCards/components/GraphicTextCard/types.d.ts +290 -0
  23. package/es/components/PisellCards/components/GraphicTextCard/utils/index.d.ts +19 -0
  24. package/es/components/PisellCards/components/MultilevelCard/components/PanelWrapper.d.ts +7 -0
  25. package/es/components/PisellCards/components/TextCard/TextCard.d.ts +8 -0
  26. package/es/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +26 -0
  27. package/es/components/PisellCards/components/TextCard/components/IconWrapper.d.ts +17 -0
  28. package/es/components/PisellCards/components/TextCard/components/TextContent.d.ts +21 -0
  29. package/es/components/PisellCards/components/TextCard/components/index.d.ts +6 -0
  30. package/es/components/PisellCards/components/TextCard/index.d.ts +5 -0
  31. package/es/components/PisellCards/components/TextCard/types.d.ts +270 -0
  32. package/es/components/PisellFields/index.d.ts +2 -2
  33. package/es/components/PisellProcedure/PisellProcedure.d.ts +22 -0
  34. package/es/components/PisellProcedure/components/ProcedureBody.d.ts +41 -0
  35. package/es/components/PisellProcedure/components/ProcedureFooter.d.ts +38 -0
  36. package/es/components/PisellProcedure/components/ProcedureHeader.d.ts +34 -0
  37. package/es/components/PisellProcedure/components/index.d.ts +12 -0
  38. package/es/components/PisellSuperTabs/PisellSuperTabs.d.ts +8 -0
  39. package/es/components/PisellSuperTabs/hooks/index.d.ts +1 -0
  40. package/es/components/PisellSuperTabs/hooks/useTabsState.d.ts +7 -0
  41. package/es/components/PisellSuperTabs/index.d.ts +3 -0
  42. package/es/components/PisellSuperTabs/types.d.ts +210 -0
  43. package/es/components/PisellTabbar/PisellTabbar.d.ts +20 -0
  44. package/es/components/PisellTabbar/components/index.d.ts +1 -0
  45. package/es/components/PisellTabbar/constants.d.ts +46 -0
  46. package/es/components/PisellTabbar/hooks/index.d.ts +2 -0
  47. package/es/components/PisellTabbar/hooks/useActiveKey.d.ts +49 -0
  48. package/es/components/PisellTabbar/hooks/useExpand.d.ts +41 -0
  49. package/es/components/PisellTabbar/index.d.ts +9 -0
  50. package/es/components/PisellTabbar/template/Template1/constants.d.ts +10 -0
  51. package/es/components/PisellTabbar/template/Template1/index.d.ts +6 -0
  52. package/es/components/PisellTabbar/template/Template1/utils/index.d.ts +35 -0
  53. package/es/components/PisellTabbar/types.d.ts +111 -0
  54. package/es/components/PisellTabbar/utils/index.d.ts +68 -0
  55. package/es/components/PisellTabbar2/PisellTabbar.d.ts +23 -0
  56. package/es/components/PisellTabbar2/components/index.d.ts +1 -0
  57. package/es/components/PisellTabbar2/index.d.ts +6 -0
  58. package/es/components/PisellTabbar3/index.d.ts +6 -0
  59. package/es/components/auto-resize-text/auto-text-size-standalone.d.ts +20 -0
  60. package/es/components/auto-resize-text/index.d.ts +6 -0
  61. package/es/components/cardPro/index.d.ts +4 -0
  62. package/es/components/dataSourceComponents/dataSourceForm/utils.d.ts +1 -1
  63. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +0 -1
  64. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -1
  65. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +3 -3
  66. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +0 -1
  67. package/es/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  68. package/es/components/dataSourceComponents/fields/Select/index.d.ts +1 -1
  69. package/es/components/dataSourceComponents/fields/index.d.ts +6 -7
  70. package/es/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +12 -0
  71. package/es/components/drag-sort-tree/index.d.ts +5 -0
  72. package/es/components/filter/components/Dropdown/index.js +6 -2
  73. package/es/components/filter/components/Dropdown/types.d.ts +13 -0
  74. package/es/components/filter/components/FilterButton/index.js +19 -4
  75. package/es/components/filter/components/FilterButton/types.d.ts +24 -0
  76. package/es/components/filter/components/FilterItem/AsyncOptionsSelectWrapper.d.ts +21 -0
  77. package/es/components/filter/components/FilterItem/AsyncOptionsSelectWrapper.js +90 -0
  78. package/es/components/filter/components/FilterItem/index.d.ts +3 -3
  79. package/es/components/filter/components/FilterItem/index.js +138 -7
  80. package/es/components/filter/components/FilterItem/index.less +90 -0
  81. package/es/components/filter/types.d.ts +48 -0
  82. package/es/components/iconfont/index.d.ts +8 -0
  83. package/es/components/login-and-register/index.d.ts +82 -0
  84. package/es/components/pisell-config-provider/context.d.ts +20 -0
  85. package/es/components/pisell-config-provider/index.d.ts +12 -0
  86. package/es/components/pisellBatchActionBar/PisellBatchActionBar.d.ts +31 -0
  87. package/es/components/pisellBatchActionBar/PisellBatchActionBar.js +38 -29
  88. package/es/components/pisellBatchActionBar/index.d.ts +6 -0
  89. package/es/components/pisellCurrency/PisellCurrency.less +163 -25
  90. package/es/components/pisellCurrency/PisellCurrency.stories.js +1 -1
  91. package/es/components/pisellCurrency/index.d.ts +2 -1
  92. package/es/components/pisellCurrency/index.js +16 -1
  93. package/es/components/pisellDataSourceContainer/components/ColumnsSetting/index.d.ts +7 -1
  94. package/es/components/pisellDataSourceContainer/components/ColumnsSetting/index.js +30 -3
  95. package/es/components/pisellDataSourceContainer/components/ColumnsSetting/utils.d.ts +28 -0
  96. package/es/components/pisellDataSourceContainer/components/ColumnsSetting/utils.js +68 -0
  97. package/es/components/pisellDataSourceContainer/components/Table/index.d.ts +1 -0
  98. package/es/components/pisellDataSourceContainer/components/Table/index.js +5 -3
  99. package/es/components/pisellDataSourceContainer/components/Table/useColumns.d.ts +1 -0
  100. package/es/components/pisellDataSourceContainer/components/Table/useColumns.js +37 -15
  101. package/es/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +0 -1
  102. package/es/components/pisellDatePicker/index.d.ts +1 -0
  103. package/es/components/pisellDateTimeDisplay/PisellDateTimeDisplay.d.ts +35 -0
  104. package/es/components/pisellDateTimeDisplay/PisellDateTimeDisplay.js +21 -15
  105. package/es/components/pisellDateTimeDisplay/PisellDateTimeDisplay.less +2 -1
  106. package/es/components/pisellDateTimeDisplay/PisellDateTimeDisplay.stories.d.ts +195 -0
  107. package/es/components/pisellDateTimeDisplay/components/DateDisplay.d.ts +48 -0
  108. package/es/components/pisellDateTimeDisplay/components/TimeDisplay.d.ts +42 -0
  109. package/es/components/pisellDateTimeDisplay/components/WeekdayDisplay.d.ts +57 -0
  110. package/es/components/pisellDateTimeDisplay/components/index.d.ts +6 -0
  111. package/es/components/pisellDateTimeDisplay/formats/dateTimeDisplayFormats.js +5 -5
  112. package/es/components/pisellDateTimeDisplay/hooks/index.d.ts +2 -0
  113. package/es/components/pisellDateTimeDisplay/hooks/useCurrentTime.d.ts +46 -0
  114. package/es/components/pisellDateTimeDisplay/hooks/useCurrentTime.js +6 -4
  115. package/es/components/pisellDateTimeDisplay/index.d.ts +3 -0
  116. package/es/components/pisellDateTimeDisplay/utils/formatDate.d.ts +21 -0
  117. package/es/components/pisellDateTimeDisplay/utils/formatDateOrRelative.d.ts +17 -0
  118. package/es/components/pisellDateTimeDisplay/utils/formatWeekday.d.ts +30 -0
  119. package/es/components/pisellDateTimeDisplay/utils/index.d.ts +7 -0
  120. package/es/components/pisellDateTimeDisplay/utils/localeUtils.d.ts +22 -0
  121. package/es/components/pisellDateTimeDisplay/utils/localeUtils.js +15 -4
  122. package/es/components/pisellDateTimeDisplay/utils/relativeDay.d.ts +24 -0
  123. package/es/components/pisellDateTimeDisplay/utils/relativeDay.js +4 -2
  124. package/es/components/pisellEmail/PisellEmail.less +119 -10
  125. package/es/components/pisellEmail/PisellEmail.stories.js +1 -1
  126. package/es/components/pisellEmail/index.d.ts +3 -1
  127. package/es/components/pisellEmail/index.js +17 -1
  128. package/es/components/pisellEmpty/index.d.ts +19 -0
  129. package/es/components/pisellFilter/index.js +76 -10
  130. package/es/components/pisellFilter/type.d.ts +5 -0
  131. package/es/components/pisellFind/PisellFind.stories.d.ts +45 -0
  132. package/es/components/pisellFind/index.d.ts +40 -0
  133. package/es/components/pisellFind/index.js +11 -2
  134. package/es/components/pisellGridPro/ToolBar/index.less +23 -0
  135. package/es/components/pisellGridPro/index.d.ts +4 -0
  136. package/es/components/pisellLongText/PisellLongText.less +72 -4
  137. package/es/components/pisellLongText/PisellLongText.stories.js +1 -1
  138. package/es/components/pisellLongText/index.d.ts +2 -1
  139. package/es/components/pisellLongText/index.js +16 -1
  140. package/es/components/pisellLookup/PisellLookup.js +18 -9
  141. package/es/components/pisellLookup/PisellLookup.less +39 -16
  142. package/es/components/pisellLookup/components/LookupTrigger.js +14 -4
  143. package/es/components/pisellMetricCard/PisellMetricCard.stories.d.ts +17 -0
  144. package/es/components/pisellMetricCard/components/index.d.ts +7 -0
  145. package/es/components/pisellMetricCard/index.d.ts +6 -0
  146. package/es/components/pisellMultipleSelect/PisellMultipleSelect.less +159 -124
  147. package/es/components/pisellMultipleSelect/PisellMultipleSelect.stories.js +1 -1
  148. package/es/components/pisellMultipleSelect/components/EditView.js +8 -2
  149. package/es/components/pisellMultipleSelect/components/ReadOnlyView.d.ts +1 -1
  150. package/es/components/pisellMultipleSelect/components/ReadOnlyView.js +15 -11
  151. package/es/components/pisellMultipleSelect/index.d.ts +2 -1
  152. package/es/components/pisellMultipleSelect/index.js +16 -1
  153. package/es/components/pisellNumber/PisellNumber.less +135 -17
  154. package/es/components/pisellNumber/PisellNumber.stories.js +1 -1
  155. package/es/components/pisellNumber/index.d.ts +2 -1
  156. package/es/components/pisellNumber/index.js +16 -1
  157. package/es/components/pisellPercent/PisellPercent.less +142 -24
  158. package/es/components/pisellPercent/PisellPercent.stories.js +1 -1
  159. package/es/components/pisellPercent/index.d.ts +2 -1
  160. package/es/components/pisellPercent/index.js +16 -1
  161. package/es/components/pisellPhone/PisellPhone.less +122 -27
  162. package/es/components/pisellPhone/PisellPhone.stories.js +1 -1
  163. package/es/components/pisellPhone/components/EditView.js +1 -1
  164. package/es/components/pisellPhone/components/ReadOnlyView.js +15 -6
  165. package/es/components/pisellPhone/index.d.ts +2 -1
  166. package/es/components/pisellPhone/index.js +16 -1
  167. package/es/components/pisellQuickFilter/index.d.ts +11 -0
  168. package/es/components/pisellQuickFilter/type.d.ts +12 -0
  169. package/es/components/pisellRating/PisellRating.less +20 -12
  170. package/es/components/pisellRating/PisellRating.stories.js +1 -1
  171. package/es/components/pisellRating/index.d.ts +2 -1
  172. package/es/components/pisellRating/index.js +16 -1
  173. package/es/components/pisellRecordBoard/PisellRecordBoard.d.ts +8 -0
  174. package/es/components/pisellRecordBoard/PisellRecordBoard.js +243 -0
  175. package/es/components/pisellRecordBoard/PisellRecordBoard.stories.d.ts +81 -0
  176. package/es/components/pisellRecordBoard/PisellRecordBoard.stories.js +2358 -0
  177. package/es/components/pisellRecordBoard/context/RecordBoardContext.js +2 -0
  178. package/es/components/pisellRecordBoard/context/RecordBoardProvider.js +13 -0
  179. package/es/components/pisellRecordBoard/hooks/useRecordBoardContext.js +29 -0
  180. package/es/components/pisellRecordBoard/index.d.ts +35 -0
  181. package/es/components/pisellRecordBoard/index.js +23 -0
  182. package/es/components/pisellRecordBoard/layouts/CardLayout/CardList.js +36 -0
  183. package/es/components/pisellRecordBoard/layouts/CardLayout/index.js +20 -0
  184. package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +14 -0
  185. package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.js +242 -0
  186. package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.less +100 -0
  187. package/es/components/pisellRecordBoard/layouts/GridLayout/index.d.ts +13 -0
  188. package/es/components/pisellRecordBoard/layouts/GridLayout/index.js +20 -0
  189. package/es/components/pisellRecordBoard/shellFrame/BatchActionBar/index.d.ts +8 -0
  190. package/es/components/pisellRecordBoard/shellFrame/BatchActionBar/index.js +90 -0
  191. package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/ColumnSettingPopover.d.ts +15 -0
  192. package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/ColumnSettingPopover.js +138 -0
  193. package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +8 -0
  194. package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/index.js +66 -0
  195. package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/index.less +2 -0
  196. package/es/components/pisellRecordBoard/shellFrame/Pagination/index.d.ts +14 -0
  197. package/es/components/pisellRecordBoard/shellFrame/Pagination/index.js +66 -0
  198. package/es/components/pisellRecordBoard/shellFrame/Pagination/index.less +78 -0
  199. package/es/components/pisellRecordBoard/shellFrame/Search/index.d.ts +10 -0
  200. package/es/components/pisellRecordBoard/shellFrame/Search/index.js +41 -0
  201. package/es/components/pisellRecordBoard/shellFrame/ToolBar/ToolBarFilter.less +112 -0
  202. package/es/components/pisellRecordBoard/shellFrame/ToolBar/index.d.ts +11 -0
  203. package/es/components/pisellRecordBoard/shellFrame/ToolBar/index.js +215 -0
  204. package/es/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.d.ts +17 -0
  205. package/es/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.js +77 -0
  206. package/es/components/pisellRecordBoard/shellFrame/ToolBarReset/index.d.ts +16 -0
  207. package/es/components/pisellRecordBoard/shellFrame/ToolBarReset/index.js +65 -0
  208. package/es/components/pisellRecordBoard/shellFrame/ToolBarReset/index.less +41 -0
  209. package/es/components/pisellRecordBoard/shellFrame/index.d.ts +26 -0
  210. package/es/components/pisellRecordBoard/shellFrame/index.js +104 -0
  211. package/es/components/pisellRecordBoard/types.js +1 -0
  212. package/es/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +41 -0
  213. package/es/components/pisellRecordBoard/utils/recordBoardColumns.js +508 -0
  214. package/es/components/pisellRecordBoard/utils/withRecordBoard.js +27 -0
  215. package/es/components/pisellShellFrame/PisellShellFrame.js +107 -0
  216. package/es/components/pisellShellFrame/PisellShellFrame.less +78 -0
  217. package/es/components/pisellShellFrame/PisellShellFrame.stories.js +195 -0
  218. package/es/components/pisellShellFrame/index.js +1 -0
  219. package/es/components/pisellShellFrame/types.js +1 -0
  220. package/es/components/pisellSingleLineText/PisellSingleLineText.stories.js +1 -1
  221. package/es/components/pisellSingleLineText/index.d.ts +2 -1
  222. package/es/components/pisellSingleLineText/index.js +16 -1
  223. package/es/components/pisellSingleSelect/PisellSingleSelect.less +103 -46
  224. package/es/components/pisellSingleSelect/PisellSingleSelect.stories.js +1 -1
  225. package/es/components/pisellSingleSelect/components/EditView.js +8 -2
  226. package/es/components/pisellSingleSelect/components/ReadOnlyView.d.ts +1 -1
  227. package/es/components/pisellSingleSelect/components/ReadOnlyView.js +10 -6
  228. package/es/components/pisellSingleSelect/index.d.ts +2 -1
  229. package/es/components/pisellSingleSelect/index.js +16 -1
  230. package/es/components/pisellSort/index.d.ts +4 -0
  231. package/es/components/pisellStatisticList/index.d.ts +22 -0
  232. package/es/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.d.ts +32 -0
  233. package/es/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.js +8 -5
  234. package/es/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.stories.d.ts +61 -0
  235. package/es/components/pisellTimeRangeDisplay/components/DateBlock.d.ts +20 -0
  236. package/es/components/pisellTimeRangeDisplay/components/DurationBlock.d.ts +19 -0
  237. package/es/components/pisellTimeRangeDisplay/components/TimeRangeBlock.d.ts +30 -0
  238. package/es/components/pisellTimeRangeDisplay/components/WeekdayBlock.d.ts +18 -0
  239. package/es/components/pisellTimeRangeDisplay/components/index.d.ts +8 -0
  240. package/es/components/pisellTimeRangeDisplay/index.d.ts +3 -0
  241. package/es/components/pisellTimeRangeDisplay/utils/index.d.ts +4 -0
  242. package/es/components/pisellUrl/PisellUrl.less +120 -11
  243. package/es/components/pisellUrl/PisellUrl.stories.js +1 -1
  244. package/es/components/pisellUrl/index.d.ts +3 -1
  245. package/es/components/pisellUrl/index.js +17 -1
  246. package/es/components/productCard/components/Action/index.d.ts +4 -0
  247. package/es/components/productCard/components/Header/DeleteButton/index.d.ts +4 -0
  248. package/es/components/productCard/components/Packages/utils.d.ts +2 -2
  249. package/es/components/productCard/status.d.ts +32 -0
  250. package/es/components/productCard/types.d.ts +84 -0
  251. package/es/components/select/index.d.ts +9 -0
  252. package/es/components/select/index.less +18 -2
  253. package/es/components/sort/index.js +25 -3
  254. package/es/components/table/Actions/component/ViewMode/index.d.ts +9 -0
  255. package/es/components/table/Table/fields/image/index.d.ts +1 -0
  256. package/es/components/table/Table/fields/pSwitch/index.d.ts +1 -0
  257. package/es/components/table/Table/fields/select/Edit/index.d.ts +4 -0
  258. package/es/components/table/Table/fields/select/index.d.ts +0 -1
  259. package/es/components/table/Table/fields/treeSelect/index.d.ts +0 -1
  260. package/es/components/table/Table/utils.d.ts +1 -1
  261. package/es/components/table/types.d.ts +268 -0
  262. package/es/components/versionModal/index.d.ts +23 -0
  263. package/es/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +12 -0
  264. package/es/components/virtualInput/BaseVirtualInput/index.less +2 -2
  265. package/es/components/virtualInput/index.js +6 -2
  266. package/es/hooks/useResponsive.d.ts +1 -1
  267. package/es/hooks/useThemeTokens.js +20 -0
  268. package/es/index.d.ts +6 -2
  269. package/es/index.js +2 -0
  270. package/es/locales/en-US.d.ts +36 -0
  271. package/es/locales/en-US.js +50 -2
  272. package/es/locales/index.js +2 -2
  273. package/es/locales/ja.d.ts +2 -0
  274. package/es/locales/ja.js +2 -0
  275. package/es/locales/pt.d.ts +2 -0
  276. package/es/locales/pt.js +2 -0
  277. package/es/locales/zh-CN.d.ts +36 -0
  278. package/es/locales/zh-CN.js +54 -6
  279. package/es/locales/zh-TW.d.ts +36 -0
  280. package/es/locales/zh-TW.js +54 -6
  281. package/es/utils/tagColor.js +39 -0
  282. package/lib/components/Pagination/index.d.ts +13 -0
  283. package/lib/components/Pagination/index.js +44 -21
  284. package/lib/components/Pagination/index.less +13 -7
  285. package/lib/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +9 -0
  286. package/lib/components/PisellCards/components/GraphicTextCard/components/BadgeWrapper.d.ts +5 -0
  287. package/lib/components/PisellCards/components/GraphicTextCard/components/TextContent.d.ts +27 -0
  288. package/lib/components/PisellCards/components/GraphicTextCard/components/index.d.ts +6 -0
  289. package/lib/components/PisellCards/components/GraphicTextCard/hooks/index.d.ts +5 -0
  290. package/lib/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardClick.d.ts +15 -0
  291. package/lib/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardStyle.d.ts +18 -0
  292. package/lib/components/PisellCards/components/GraphicTextCard/index.d.ts +5 -0
  293. package/lib/components/PisellCards/components/GraphicTextCard/types.d.ts +290 -0
  294. package/lib/components/PisellCards/components/GraphicTextCard/utils/index.d.ts +19 -0
  295. package/lib/components/PisellCards/components/MultilevelCard/components/PanelWrapper.d.ts +7 -0
  296. package/lib/components/PisellCards/components/TextCard/TextCard.d.ts +8 -0
  297. package/lib/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +26 -0
  298. package/lib/components/PisellCards/components/TextCard/components/IconWrapper.d.ts +17 -0
  299. package/lib/components/PisellCards/components/TextCard/components/TextContent.d.ts +21 -0
  300. package/lib/components/PisellCards/components/TextCard/components/index.d.ts +6 -0
  301. package/lib/components/PisellCards/components/TextCard/index.d.ts +5 -0
  302. package/lib/components/PisellCards/components/TextCard/types.d.ts +270 -0
  303. package/lib/components/PisellFields/index.d.ts +2 -2
  304. package/lib/components/PisellProcedure/PisellProcedure.d.ts +22 -0
  305. package/lib/components/PisellProcedure/components/ProcedureBody.d.ts +41 -0
  306. package/lib/components/PisellProcedure/components/ProcedureFooter.d.ts +38 -0
  307. package/lib/components/PisellProcedure/components/ProcedureHeader.d.ts +34 -0
  308. package/lib/components/PisellProcedure/components/index.d.ts +12 -0
  309. package/lib/components/PisellSuperTabs/PisellSuperTabs.d.ts +8 -0
  310. package/lib/components/PisellSuperTabs/hooks/index.d.ts +1 -0
  311. package/lib/components/PisellSuperTabs/hooks/useTabsState.d.ts +7 -0
  312. package/lib/components/PisellSuperTabs/index.d.ts +3 -0
  313. package/lib/components/PisellSuperTabs/types.d.ts +210 -0
  314. package/lib/components/PisellTabbar/PisellTabbar.d.ts +20 -0
  315. package/lib/components/PisellTabbar/components/index.d.ts +1 -0
  316. package/lib/components/PisellTabbar/constants.d.ts +46 -0
  317. package/lib/components/PisellTabbar/hooks/index.d.ts +2 -0
  318. package/lib/components/PisellTabbar/hooks/useActiveKey.d.ts +49 -0
  319. package/lib/components/PisellTabbar/hooks/useExpand.d.ts +41 -0
  320. package/lib/components/PisellTabbar/index.d.ts +9 -0
  321. package/lib/components/PisellTabbar/template/Template1/constants.d.ts +10 -0
  322. package/lib/components/PisellTabbar/template/Template1/index.d.ts +6 -0
  323. package/lib/components/PisellTabbar/template/Template1/utils/index.d.ts +35 -0
  324. package/lib/components/PisellTabbar/types.d.ts +111 -0
  325. package/lib/components/PisellTabbar/utils/index.d.ts +68 -0
  326. package/lib/components/PisellTabbar2/PisellTabbar.d.ts +23 -0
  327. package/lib/components/PisellTabbar2/components/index.d.ts +1 -0
  328. package/lib/components/PisellTabbar2/index.d.ts +6 -0
  329. package/lib/components/PisellTabbar3/index.d.ts +6 -0
  330. package/lib/components/auto-resize-text/auto-text-size-standalone.d.ts +20 -0
  331. package/lib/components/auto-resize-text/index.d.ts +6 -0
  332. package/lib/components/cardPro/index.d.ts +4 -0
  333. package/lib/components/dataSourceComponents/dataSourceForm/utils.d.ts +1 -1
  334. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +0 -1
  335. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -1
  336. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +3 -3
  337. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +0 -1
  338. package/lib/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  339. package/lib/components/dataSourceComponents/fields/Select/index.d.ts +1 -1
  340. package/lib/components/dataSourceComponents/fields/index.d.ts +6 -7
  341. package/lib/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +12 -0
  342. package/lib/components/drag-sort-tree/index.d.ts +5 -0
  343. package/lib/components/filter/components/Dropdown/index.js +9 -2
  344. package/lib/components/filter/components/Dropdown/types.d.ts +13 -0
  345. package/lib/components/filter/components/FilterButton/index.js +14 -3
  346. package/lib/components/filter/components/FilterButton/types.d.ts +24 -0
  347. package/lib/components/filter/components/FilterItem/AsyncOptionsSelectWrapper.d.ts +21 -0
  348. package/lib/components/filter/components/FilterItem/AsyncOptionsSelectWrapper.js +69 -0
  349. package/lib/components/filter/components/FilterItem/index.d.ts +3 -3
  350. package/lib/components/filter/components/FilterItem/index.js +133 -4
  351. package/lib/components/filter/components/FilterItem/index.less +90 -0
  352. package/lib/components/filter/types.d.ts +48 -0
  353. package/lib/components/iconfont/index.d.ts +8 -0
  354. package/lib/components/login-and-register/index.d.ts +82 -0
  355. package/lib/components/pisell-config-provider/context.d.ts +20 -0
  356. package/lib/components/pisell-config-provider/index.d.ts +12 -0
  357. package/lib/components/pisellBatchActionBar/PisellBatchActionBar.d.ts +31 -0
  358. package/lib/components/pisellBatchActionBar/PisellBatchActionBar.js +26 -23
  359. package/lib/components/pisellBatchActionBar/index.d.ts +6 -0
  360. package/lib/components/pisellCurrency/PisellCurrency.less +163 -25
  361. package/lib/components/pisellCurrency/PisellCurrency.stories.js +1 -1
  362. package/lib/components/pisellCurrency/index.d.ts +2 -1
  363. package/lib/components/pisellCurrency/index.js +7 -0
  364. package/lib/components/pisellDataSourceContainer/components/ColumnsSetting/index.d.ts +7 -1
  365. package/lib/components/pisellDataSourceContainer/components/ColumnsSetting/index.js +18 -2
  366. package/lib/components/pisellDataSourceContainer/components/ColumnsSetting/utils.d.ts +28 -0
  367. package/lib/components/pisellDataSourceContainer/components/ColumnsSetting/utils.js +81 -0
  368. package/lib/components/pisellDataSourceContainer/components/Table/index.d.ts +1 -0
  369. package/lib/components/pisellDataSourceContainer/components/Table/index.js +3 -1
  370. package/lib/components/pisellDataSourceContainer/components/Table/useColumns.d.ts +1 -0
  371. package/lib/components/pisellDataSourceContainer/components/Table/useColumns.js +25 -14
  372. package/lib/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +0 -1
  373. package/lib/components/pisellDatePicker/index.d.ts +1 -0
  374. package/lib/components/pisellDateTimeDisplay/PisellDateTimeDisplay.d.ts +35 -0
  375. package/lib/components/pisellDateTimeDisplay/PisellDateTimeDisplay.js +17 -11
  376. package/lib/components/pisellDateTimeDisplay/PisellDateTimeDisplay.less +2 -1
  377. package/lib/components/pisellDateTimeDisplay/PisellDateTimeDisplay.stories.d.ts +195 -0
  378. package/lib/components/pisellDateTimeDisplay/components/DateDisplay.d.ts +48 -0
  379. package/lib/components/pisellDateTimeDisplay/components/TimeDisplay.d.ts +42 -0
  380. package/lib/components/pisellDateTimeDisplay/components/WeekdayDisplay.d.ts +57 -0
  381. package/lib/components/pisellDateTimeDisplay/components/index.d.ts +6 -0
  382. package/lib/components/pisellDateTimeDisplay/formats/dateTimeDisplayFormats.js +3 -3
  383. package/lib/components/pisellDateTimeDisplay/hooks/index.d.ts +2 -0
  384. package/lib/components/pisellDateTimeDisplay/hooks/useCurrentTime.d.ts +46 -0
  385. package/lib/components/pisellDateTimeDisplay/hooks/useCurrentTime.js +7 -1
  386. package/lib/components/pisellDateTimeDisplay/index.d.ts +3 -0
  387. package/lib/components/pisellDateTimeDisplay/utils/formatDate.d.ts +21 -0
  388. package/lib/components/pisellDateTimeDisplay/utils/formatDateOrRelative.d.ts +17 -0
  389. package/lib/components/pisellDateTimeDisplay/utils/formatWeekday.d.ts +30 -0
  390. package/lib/components/pisellDateTimeDisplay/utils/index.d.ts +7 -0
  391. package/lib/components/pisellDateTimeDisplay/utils/localeUtils.d.ts +22 -0
  392. package/lib/components/pisellDateTimeDisplay/utils/localeUtils.js +10 -2
  393. package/lib/components/pisellDateTimeDisplay/utils/relativeDay.d.ts +24 -0
  394. package/lib/components/pisellDateTimeDisplay/utils/relativeDay.js +2 -1
  395. package/lib/components/pisellEmail/PisellEmail.less +119 -10
  396. package/lib/components/pisellEmail/PisellEmail.stories.js +1 -1
  397. package/lib/components/pisellEmail/index.d.ts +3 -1
  398. package/lib/components/pisellEmail/index.js +10 -2
  399. package/lib/components/pisellEmpty/index.d.ts +19 -0
  400. package/lib/components/pisellFilter/index.js +79 -8
  401. package/lib/components/pisellFilter/type.d.ts +5 -0
  402. package/lib/components/pisellFind/PisellFind.stories.d.ts +45 -0
  403. package/lib/components/pisellFind/index.d.ts +40 -0
  404. package/lib/components/pisellFind/index.js +11 -2
  405. package/lib/components/pisellGridPro/ToolBar/index.less +23 -0
  406. package/lib/components/pisellGridPro/index.d.ts +4 -0
  407. package/lib/components/pisellLongText/PisellLongText.less +72 -4
  408. package/lib/components/pisellLongText/PisellLongText.stories.js +1 -1
  409. package/lib/components/pisellLongText/index.d.ts +2 -1
  410. package/lib/components/pisellLongText/index.js +7 -0
  411. package/lib/components/pisellLookup/PisellLookup.js +12 -6
  412. package/lib/components/pisellLookup/PisellLookup.less +39 -16
  413. package/lib/components/pisellLookup/components/LookupTrigger.js +9 -3
  414. package/lib/components/pisellMetricCard/PisellMetricCard.stories.d.ts +17 -0
  415. package/lib/components/pisellMetricCard/components/index.d.ts +7 -0
  416. package/lib/components/pisellMetricCard/index.d.ts +6 -0
  417. package/lib/components/pisellMultipleSelect/PisellMultipleSelect.less +159 -124
  418. package/lib/components/pisellMultipleSelect/PisellMultipleSelect.stories.js +1 -1
  419. package/lib/components/pisellMultipleSelect/components/EditView.js +4 -1
  420. package/lib/components/pisellMultipleSelect/components/ReadOnlyView.d.ts +1 -1
  421. package/lib/components/pisellMultipleSelect/components/ReadOnlyView.js +29 -1
  422. package/lib/components/pisellMultipleSelect/index.d.ts +2 -1
  423. package/lib/components/pisellMultipleSelect/index.js +7 -0
  424. package/lib/components/pisellNumber/PisellNumber.less +135 -17
  425. package/lib/components/pisellNumber/PisellNumber.stories.js +1 -1
  426. package/lib/components/pisellNumber/index.d.ts +2 -1
  427. package/lib/components/pisellNumber/index.js +7 -0
  428. package/lib/components/pisellPercent/PisellPercent.less +142 -24
  429. package/lib/components/pisellPercent/PisellPercent.stories.js +1 -1
  430. package/lib/components/pisellPercent/index.d.ts +2 -1
  431. package/lib/components/pisellPercent/index.js +7 -0
  432. package/lib/components/pisellPhone/PisellPhone.less +122 -27
  433. package/lib/components/pisellPhone/PisellPhone.stories.js +1 -1
  434. package/lib/components/pisellPhone/components/EditView.js +1 -1
  435. package/lib/components/pisellPhone/components/ReadOnlyView.js +18 -4
  436. package/lib/components/pisellPhone/index.d.ts +2 -1
  437. package/lib/components/pisellPhone/index.js +7 -0
  438. package/lib/components/pisellQuickFilter/index.d.ts +11 -0
  439. package/lib/components/pisellQuickFilter/type.d.ts +12 -0
  440. package/lib/components/pisellRating/PisellRating.less +20 -12
  441. package/lib/components/pisellRating/PisellRating.stories.js +1 -1
  442. package/lib/components/pisellRating/index.d.ts +2 -1
  443. package/lib/components/pisellRating/index.js +7 -0
  444. package/lib/components/pisellRecordBoard/PisellRecordBoard.d.ts +8 -0
  445. package/lib/components/pisellRecordBoard/PisellRecordBoard.js +263 -0
  446. package/lib/components/pisellRecordBoard/PisellRecordBoard.stories.d.ts +81 -0
  447. package/lib/components/pisellRecordBoard/PisellRecordBoard.stories.js +1673 -0
  448. package/lib/components/pisellRecordBoard/context/RecordBoardContext.js +30 -0
  449. package/lib/components/pisellRecordBoard/context/RecordBoardProvider.js +46 -0
  450. package/lib/components/pisellRecordBoard/hooks/useRecordBoardContext.js +47 -0
  451. package/lib/components/pisellRecordBoard/index.d.ts +35 -0
  452. package/lib/components/pisellRecordBoard/index.js +59 -0
  453. package/lib/components/pisellRecordBoard/layouts/CardLayout/CardList.js +46 -0
  454. package/lib/components/pisellRecordBoard/layouts/CardLayout/index.js +46 -0
  455. package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +14 -0
  456. package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.js +264 -0
  457. package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.less +100 -0
  458. package/lib/components/pisellRecordBoard/layouts/GridLayout/index.d.ts +13 -0
  459. package/lib/components/pisellRecordBoard/layouts/GridLayout/index.js +46 -0
  460. package/lib/components/pisellRecordBoard/shellFrame/BatchActionBar/index.d.ts +8 -0
  461. package/lib/components/pisellRecordBoard/shellFrame/BatchActionBar/index.js +108 -0
  462. package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/ColumnSettingPopover.d.ts +15 -0
  463. package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/ColumnSettingPopover.js +173 -0
  464. package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +8 -0
  465. package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/index.js +100 -0
  466. package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/index.less +2 -0
  467. package/lib/components/pisellRecordBoard/shellFrame/Pagination/index.d.ts +14 -0
  468. package/lib/components/pisellRecordBoard/shellFrame/Pagination/index.js +90 -0
  469. package/lib/components/pisellRecordBoard/shellFrame/Pagination/index.less +78 -0
  470. package/lib/components/pisellRecordBoard/shellFrame/Search/index.d.ts +10 -0
  471. package/lib/components/pisellRecordBoard/shellFrame/Search/index.js +53 -0
  472. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/ToolBarFilter.less +112 -0
  473. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/index.d.ts +11 -0
  474. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/index.js +247 -0
  475. package/lib/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.d.ts +17 -0
  476. package/lib/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.js +93 -0
  477. package/lib/components/pisellRecordBoard/shellFrame/ToolBarReset/index.d.ts +16 -0
  478. package/lib/components/pisellRecordBoard/shellFrame/ToolBarReset/index.js +85 -0
  479. package/lib/components/pisellRecordBoard/shellFrame/ToolBarReset/index.less +41 -0
  480. package/lib/components/pisellRecordBoard/shellFrame/index.d.ts +26 -0
  481. package/lib/components/pisellRecordBoard/shellFrame/index.js +137 -0
  482. package/lib/components/pisellRecordBoard/types.js +17 -0
  483. package/lib/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +41 -0
  484. package/lib/components/pisellRecordBoard/utils/recordBoardColumns.js +365 -0
  485. package/lib/components/pisellRecordBoard/utils/withRecordBoard.js +49 -0
  486. package/lib/components/pisellShellFrame/PisellShellFrame.js +113 -0
  487. package/lib/components/pisellShellFrame/PisellShellFrame.less +78 -0
  488. package/lib/components/pisellShellFrame/PisellShellFrame.stories.js +129 -0
  489. package/lib/components/pisellShellFrame/index.js +40 -0
  490. package/lib/components/pisellShellFrame/types.js +17 -0
  491. package/lib/components/pisellSingleLineText/PisellSingleLineText.stories.js +1 -1
  492. package/lib/components/pisellSingleLineText/index.d.ts +2 -1
  493. package/lib/components/pisellSingleLineText/index.js +7 -0
  494. package/lib/components/pisellSingleSelect/PisellSingleSelect.less +103 -46
  495. package/lib/components/pisellSingleSelect/PisellSingleSelect.stories.js +1 -1
  496. package/lib/components/pisellSingleSelect/components/EditView.js +4 -1
  497. package/lib/components/pisellSingleSelect/components/ReadOnlyView.d.ts +1 -1
  498. package/lib/components/pisellSingleSelect/components/ReadOnlyView.js +12 -9
  499. package/lib/components/pisellSingleSelect/index.d.ts +2 -1
  500. package/lib/components/pisellSingleSelect/index.js +7 -0
  501. package/lib/components/pisellSort/index.d.ts +4 -0
  502. package/lib/components/pisellStatisticList/index.d.ts +22 -0
  503. package/lib/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.d.ts +32 -0
  504. package/lib/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.js +7 -3
  505. package/lib/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.stories.d.ts +61 -0
  506. package/lib/components/pisellTimeRangeDisplay/components/DateBlock.d.ts +20 -0
  507. package/lib/components/pisellTimeRangeDisplay/components/DurationBlock.d.ts +19 -0
  508. package/lib/components/pisellTimeRangeDisplay/components/TimeRangeBlock.d.ts +30 -0
  509. package/lib/components/pisellTimeRangeDisplay/components/WeekdayBlock.d.ts +18 -0
  510. package/lib/components/pisellTimeRangeDisplay/components/index.d.ts +8 -0
  511. package/lib/components/pisellTimeRangeDisplay/index.d.ts +3 -0
  512. package/lib/components/pisellTimeRangeDisplay/utils/index.d.ts +4 -0
  513. package/lib/components/pisellUrl/PisellUrl.less +120 -11
  514. package/lib/components/pisellUrl/PisellUrl.stories.js +1 -1
  515. package/lib/components/pisellUrl/index.d.ts +3 -1
  516. package/lib/components/pisellUrl/index.js +10 -2
  517. package/lib/components/productCard/components/Action/index.d.ts +4 -0
  518. package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +4 -0
  519. package/lib/components/productCard/components/Packages/utils.d.ts +2 -2
  520. package/lib/components/productCard/status.d.ts +32 -0
  521. package/lib/components/productCard/types.d.ts +84 -0
  522. package/lib/components/select/index.d.ts +9 -0
  523. package/lib/components/select/index.less +18 -2
  524. package/lib/components/sort/index.js +13 -3
  525. package/lib/components/table/Actions/component/ViewMode/index.d.ts +9 -0
  526. package/lib/components/table/Table/fields/image/index.d.ts +1 -0
  527. package/lib/components/table/Table/fields/pSwitch/index.d.ts +1 -0
  528. package/lib/components/table/Table/fields/select/Edit/index.d.ts +4 -0
  529. package/lib/components/table/Table/fields/select/index.d.ts +0 -1
  530. package/lib/components/table/Table/fields/treeSelect/index.d.ts +0 -1
  531. package/lib/components/table/Table/utils.d.ts +1 -1
  532. package/lib/components/table/types.d.ts +268 -0
  533. package/lib/components/versionModal/index.d.ts +23 -0
  534. package/lib/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +12 -0
  535. package/lib/components/virtualInput/BaseVirtualInput/index.less +2 -2
  536. package/lib/components/virtualInput/index.js +7 -1
  537. package/lib/hooks/useResponsive.d.ts +1 -1
  538. package/lib/hooks/useThemeTokens.js +40 -0
  539. package/lib/index.d.ts +6 -2
  540. package/lib/index.js +6 -0
  541. package/lib/locales/en-US.d.ts +36 -0
  542. package/lib/locales/en-US.js +42 -2
  543. package/lib/locales/index.js +2 -2
  544. package/lib/locales/ja.d.ts +2 -0
  545. package/lib/locales/ja.js +2 -0
  546. package/lib/locales/pt.d.ts +2 -0
  547. package/lib/locales/pt.js +2 -0
  548. package/lib/locales/zh-CN.d.ts +36 -0
  549. package/lib/locales/zh-CN.js +46 -6
  550. package/lib/locales/zh-TW.d.ts +36 -0
  551. package/lib/locales/zh-TW.js +46 -6
  552. package/lib/utils/tagColor.js +60 -0
  553. package/lowcode/auto-resize-text/meta.ts +1 -1
  554. package/package.json +2 -2
  555. package/es/components/PisellTabbar/locales.d.ts +0 -23
  556. package/es/components/PisellTabbar2/locales.d.ts +0 -23
  557. package/es/components/PisellTabbar3/locales.d.ts +0 -23
  558. package/es/components/dataSourceComponents/dataSourceForm/urlUtils.d.ts +0 -24
  559. package/es/components/dataSourceComponents/fields/Translation/BaseTranslation.d.ts +0 -5
  560. package/es/components/dataSourceComponents/fields/Translation/type.d.ts +0 -21
  561. package/es/components/dataSourceComponents/hooks/useFormSettingParams.d.ts +0 -7
  562. package/es/components/virtualInput/index.d.ts +0 -24
  563. package/lib/components/PisellTabbar/locales.d.ts +0 -23
  564. package/lib/components/PisellTabbar2/locales.d.ts +0 -23
  565. package/lib/components/PisellTabbar3/locales.d.ts +0 -23
  566. package/lib/components/dataSourceComponents/dataSourceForm/urlUtils.d.ts +0 -24
  567. package/lib/components/dataSourceComponents/fields/Translation/BaseTranslation.d.ts +0 -5
  568. package/lib/components/dataSourceComponents/fields/Translation/type.d.ts +0 -21
  569. package/lib/components/dataSourceComponents/hooks/useFormSettingParams.d.ts +0 -7
  570. package/lib/components/virtualInput/index.d.ts +0 -24
@@ -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,60 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // src/utils/tagColor.ts
20
+ var tagColor_exports = {};
21
+ __export(tagColor_exports, {
22
+ getDefaultTagColor: () => getDefaultTagColor
23
+ });
24
+ module.exports = __toCommonJS(tagColor_exports);
25
+ var PRESET_TAG_COLORS = [
26
+ "blue",
27
+ // #1677ff
28
+ "green",
29
+ // #52c41a
30
+ "orange",
31
+ // #fa8c16
32
+ "purple",
33
+ // #722ed1
34
+ "cyan",
35
+ // #13c2c2
36
+ "magenta",
37
+ // #eb2f96
38
+ "gold",
39
+ // #faad14
40
+ "lime",
41
+ // #a0d911
42
+ "geekblue",
43
+ // #2f54eb
44
+ "volcano"
45
+ // #fa541c
46
+ ];
47
+ function getDefaultTagColor(value, index) {
48
+ const key = value !== null && value !== void 0 && typeof value === "object" ? JSON.stringify(value) : String(value ?? "");
49
+ let hash = 0;
50
+ for (let i = 0; i < key.length; i++) {
51
+ hash = (hash << 5) - hash + key.charCodeAt(i);
52
+ hash |= 0;
53
+ }
54
+ const idx = Math.abs(hash) % PRESET_TAG_COLORS.length;
55
+ return PRESET_TAG_COLORS[idx];
56
+ }
57
+ // Annotate the CommonJS export names for ESM import in node:
58
+ 0 && (module.exports = {
59
+ getDefaultTagColor
60
+ });
@@ -9,7 +9,7 @@ const AutoResizeTextMeta: ComponentMetadata = {
9
9
  "devMode": "proCode",
10
10
  "npm": {
11
11
  "package": "@pisell/materials",
12
- "version": "3.3.83",
12
+ "version": "3.3.85",
13
13
  "exportName": "AutoResizeText",
14
14
  "main": "src/index.tsx",
15
15
  "destructuring": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/materials",
3
- "version": "3.3.84",
3
+ "version": "3.3.86",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -89,8 +89,8 @@
89
89
  "styled-components": "^6.0.0-rc.3",
90
90
  "swiper": "^8.4.7",
91
91
  "vod-js-sdk-v6": "^1.4.11",
92
- "@pisell/utils": "3.0.2",
93
92
  "@pisell/icon": "0.0.11",
93
+ "@pisell/utils": "3.0.2",
94
94
  "@pisell/date-picker": "3.0.4"
95
95
  },
96
96
  "peerDependencies": {
@@ -1,23 +0,0 @@
1
- declare const _default: {
2
- en: {
3
- expand: string;
4
- minimize: string;
5
- };
6
- "zh-CN": {
7
- expand: string;
8
- minimize: string;
9
- };
10
- "zh-HK": {
11
- expand: string;
12
- minimize: string;
13
- };
14
- ja: {
15
- expand: string;
16
- minimize: string;
17
- };
18
- pt: {
19
- expand: string;
20
- minimize: string;
21
- };
22
- };
23
- export default _default;
@@ -1,23 +0,0 @@
1
- declare const _default: {
2
- en: {
3
- expand: string;
4
- minimize: string;
5
- };
6
- "zh-CN": {
7
- expand: string;
8
- minimize: string;
9
- };
10
- "zh-HK": {
11
- expand: string;
12
- minimize: string;
13
- };
14
- ja: {
15
- expand: string;
16
- minimize: string;
17
- };
18
- pt: {
19
- expand: string;
20
- minimize: string;
21
- };
22
- };
23
- export default _default;
@@ -1,23 +0,0 @@
1
- declare const _default: {
2
- en: {
3
- expand: string;
4
- minimize: string;
5
- };
6
- "zh-CN": {
7
- expand: string;
8
- minimize: string;
9
- };
10
- "zh-HK": {
11
- expand: string;
12
- minimize: string;
13
- };
14
- ja: {
15
- expand: string;
16
- minimize: string;
17
- };
18
- pt: {
19
- expand: string;
20
- minimize: string;
21
- };
22
- };
23
- export default _default;
@@ -1,24 +0,0 @@
1
- /**
2
- * URL参数处理工具方法
3
- */
4
- /**
5
- * 从浏览器URL获取查询参数
6
- * @returns Record<string, string> URL查询参数对象
7
- */
8
- export declare const getUrlParams: () => Record<string, string>;
9
- /**
10
- * 从URL参数中提取formSettingMeta相关的参数
11
- * @param urlParams URL查询参数对象,如果不传则自动从浏览器获取
12
- * @returns 包含business_code、channel_code和isBoard参数的对象
13
- */
14
- export declare const getFormSettingParams: (urlParams?: Record<string, string>) => {
15
- businessCode: string;
16
- channelCode: string;
17
- isBoard: boolean;
18
- };
19
- /**
20
- * 根据URL参数更新租户设置数据
21
- * @param data 要更新的数据对象,如 {"order.prefix":"","order.suffix":"","payment.number":""}
22
- * @returns Promise<any> 返回更新结果
23
- */
24
- export declare const updateTenantSettingFromUrl: (data: Record<string, any>) => Promise<any>;
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- import { TranslationProps } from './type';
3
- import './index.less';
4
- declare const Translation: React.FC<TranslationProps>;
5
- export default Translation;
@@ -1,21 +0,0 @@
1
- /// <reference types="react" />
2
- import { ModeType } from "../../dataSourceForm/type";
3
- export interface TranslationValue {
4
- en: string;
5
- 'zh-CN': string;
6
- 'zh-HK': string;
7
- 'ja': string;
8
- 'pt': string;
9
- original: string;
10
- }
11
- export interface TranslationProps {
12
- renderMode: ModeType;
13
- value?: TranslationValue;
14
- onChange?: (value: TranslationValue) => void;
15
- disabled?: boolean;
16
- placeholder?: string;
17
- className?: string;
18
- type?: 'text' | 'textarea';
19
- maxLength?: number;
20
- inputStyle?: React.CSSProperties;
21
- }
@@ -1,7 +0,0 @@
1
- declare const useFormSettingParams: () => {
2
- businessCode: string;
3
- channelCode: string;
4
- scope: string;
5
- target: string | undefined;
6
- };
7
- export default useFormSettingParams;
@@ -1,24 +0,0 @@
1
- import React from 'react';
2
- import { BaseVirtualInputProps, BaseVirtualInputRef } from './BaseVirtualInput';
3
- import './index.less';
4
- export type { BaseVirtualInputProps, BaseVirtualInputRef } from './BaseVirtualInput';
5
- export interface VirtualInputProps extends BaseVirtualInputProps {
6
- /** 在VirtualInput上方显示的额外内容 */
7
- topContent?: React.ReactNode;
8
- /** 在VirtualInput下方显示的额外内容 */
9
- bottomContent?: React.ReactNode;
10
- /** wrapper class */
11
- wrapperClassName?: string;
12
- /** 虚拟输入框包装器的样式 */
13
- wrapperStyle?: React.CSSProperties;
14
- /** 是否允许清除输入框中的内容 */
15
- allowClear?: boolean;
16
- /** 清除输入框内容的回调函数 */
17
- onClear?: () => void;
18
- /** 自定义清除按钮的样式 */
19
- clearButtonStyle?: React.CSSProperties;
20
- }
21
- export interface VirtualInputRef extends BaseVirtualInputRef {
22
- }
23
- declare const VirtualInput: React.ForwardRefExoticComponent<VirtualInputProps & React.RefAttributes<VirtualInputRef>>;
24
- export default VirtualInput;
@@ -1,23 +0,0 @@
1
- declare const _default: {
2
- en: {
3
- expand: string;
4
- minimize: string;
5
- };
6
- "zh-CN": {
7
- expand: string;
8
- minimize: string;
9
- };
10
- "zh-HK": {
11
- expand: string;
12
- minimize: string;
13
- };
14
- ja: {
15
- expand: string;
16
- minimize: string;
17
- };
18
- pt: {
19
- expand: string;
20
- minimize: string;
21
- };
22
- };
23
- export default _default;
@@ -1,23 +0,0 @@
1
- declare const _default: {
2
- en: {
3
- expand: string;
4
- minimize: string;
5
- };
6
- "zh-CN": {
7
- expand: string;
8
- minimize: string;
9
- };
10
- "zh-HK": {
11
- expand: string;
12
- minimize: string;
13
- };
14
- ja: {
15
- expand: string;
16
- minimize: string;
17
- };
18
- pt: {
19
- expand: string;
20
- minimize: string;
21
- };
22
- };
23
- export default _default;
@@ -1,23 +0,0 @@
1
- declare const _default: {
2
- en: {
3
- expand: string;
4
- minimize: string;
5
- };
6
- "zh-CN": {
7
- expand: string;
8
- minimize: string;
9
- };
10
- "zh-HK": {
11
- expand: string;
12
- minimize: string;
13
- };
14
- ja: {
15
- expand: string;
16
- minimize: string;
17
- };
18
- pt: {
19
- expand: string;
20
- minimize: string;
21
- };
22
- };
23
- export default _default;
@@ -1,24 +0,0 @@
1
- /**
2
- * URL参数处理工具方法
3
- */
4
- /**
5
- * 从浏览器URL获取查询参数
6
- * @returns Record<string, string> URL查询参数对象
7
- */
8
- export declare const getUrlParams: () => Record<string, string>;
9
- /**
10
- * 从URL参数中提取formSettingMeta相关的参数
11
- * @param urlParams URL查询参数对象,如果不传则自动从浏览器获取
12
- * @returns 包含business_code、channel_code和isBoard参数的对象
13
- */
14
- export declare const getFormSettingParams: (urlParams?: Record<string, string>) => {
15
- businessCode: string;
16
- channelCode: string;
17
- isBoard: boolean;
18
- };
19
- /**
20
- * 根据URL参数更新租户设置数据
21
- * @param data 要更新的数据对象,如 {"order.prefix":"","order.suffix":"","payment.number":""}
22
- * @returns Promise<any> 返回更新结果
23
- */
24
- export declare const updateTenantSettingFromUrl: (data: Record<string, any>) => Promise<any>;