@pisell/materials 1.8.23 → 1.8.24

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 (732) 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 +2 -2
  6. package/build/lowcode/preview.js +9 -9
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +16 -16
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +16 -16
  11. package/es/components/Pagination/index.d.ts +12 -0
  12. package/es/components/PisellCards/components/PisellImageCard/PisellImageCard.d.ts +0 -1
  13. package/es/components/PisellCards/index.d.ts +15 -0
  14. package/es/components/PisellFields/index.d.ts +37 -0
  15. package/es/components/PisellLayouts/index.d.ts +38 -0
  16. package/es/components/PisellMetrics/index.d.ts +24 -0
  17. package/es/components/PisellProcedure/PisellProcedure.stories.d.ts +163 -0
  18. package/es/components/PisellTabbar/PisellTabbar.d.ts +20 -0
  19. package/es/components/PisellTabbar/index.d.ts +9 -0
  20. package/es/components/PisellTabbar/template/Template1/PisellTabbar.d.ts +5 -0
  21. package/es/components/PisellTabbar/template/Template1/index.d.ts +6 -0
  22. package/es/components/appVersionControl/index.d.ts +5 -0
  23. package/es/components/cardMetricItem/index.d.ts +15 -0
  24. package/es/components/dataSourceComponents/dataSourceForm/BaseForm.d.ts +3 -0
  25. package/es/components/dataSourceComponents/dataSourceForm/formItem.d.ts +0 -1
  26. package/es/components/dataSourceComponents/dataSourceForm/serve.d.ts +178 -0
  27. package/es/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +39 -0
  28. package/es/components/dataSourceComponents/dataSourceForm/utils.d.ts +57 -0
  29. package/es/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +3 -0
  30. package/es/components/dataSourceComponents/dataSourceSubForm/index.d.ts +13 -0
  31. package/es/components/dataSourceComponents/dataSourceSubForm/types.d.ts +117 -0
  32. package/es/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +0 -1
  33. package/es/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +0 -1
  34. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +2 -3
  35. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +5 -0
  36. package/es/components/dataSourceComponents/dataSourceTable/hooks/useFormat.d.ts +48 -0
  37. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +100 -0
  38. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +0 -1
  39. package/es/components/dataSourceComponents/dataSourceTable/type.d.ts +84 -0
  40. package/es/components/dataSourceComponents/dataSourceWrapper/index.d.ts +0 -1
  41. package/es/components/dataSourceComponents/fields/DatePicker/WithMode.d.ts +4 -0
  42. package/es/components/dataSourceComponents/fields/DatePicker/index.d.ts +3 -0
  43. package/es/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +0 -1
  44. package/es/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +0 -1
  45. package/es/components/dataSourceComponents/fields/RecordListWrapper/ReadPretty.d.ts +9 -0
  46. package/es/components/dataSourceComponents/fields/RecordListWrapper/WithMode.d.ts +4 -0
  47. package/es/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +11 -0
  48. package/es/components/dataSourceComponents/fields/RecordListWrapper/type.d.ts +87 -0
  49. package/es/components/dataSourceComponents/fields/Select/index.d.ts +0 -1
  50. package/es/components/dataSourceComponents/fields/Tabs/ReadPretty.d.ts +9 -0
  51. package/es/components/dataSourceComponents/fields/Tabs/Tabs.d.ts +23 -0
  52. package/es/components/dataSourceComponents/fields/Tabs/WithMode.d.ts +6 -0
  53. package/es/components/dataSourceComponents/fields/Tabs/index.d.ts +12 -0
  54. package/es/components/dataSourceComponents/fields/Tabs/type.d.ts +38 -0
  55. package/es/components/dataSourceComponents/fields/Translation/BaseTranslation.d.ts +5 -0
  56. package/es/components/dataSourceComponents/fields/Translation/type.d.ts +21 -0
  57. package/es/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +0 -1
  58. package/es/components/dataSourceComponents/fields/Upload/utils.d.ts +18 -0
  59. package/es/components/dataSourceComponents/fields/index.d.ts +141 -0
  60. package/es/components/dataSourceComponents/fields/utils.d.ts +3 -0
  61. package/es/components/dataSourceComponents/hooks/useActions.d.ts +18 -0
  62. package/es/components/dataSourceComponents/provider/variables/VariablesProvider.d.ts +4 -0
  63. package/es/components/date-picker/datePickerCpt.d.ts +0 -1
  64. package/es/components/filter/components/Dropdown/index.d.ts +9 -0
  65. package/es/components/filter/components/FilterButton/index.d.ts +4 -0
  66. package/es/components/filter/components/FilterItem/AsyncOptionsSelectWrapper.d.ts +21 -0
  67. package/es/components/filter/components/FilterItem/index.d.ts +5 -0
  68. package/es/components/filter/index.d.ts +0 -1
  69. package/es/components/list/index.d.ts +0 -1
  70. package/es/components/lowCodePage/index.d.ts +0 -1
  71. package/es/components/page/index.d.ts +8 -0
  72. package/es/components/pisellAdjustPrice/index.d.ts +4 -0
  73. package/es/components/pisellBatchActionBar/PisellBatchActionBar.d.ts +31 -0
  74. package/es/components/pisellBatchActionBar/index.d.ts +6 -0
  75. package/es/components/pisellCheckboxGroup/index.d.ts +40 -0
  76. package/es/components/pisellCurrency/PisellCurrency.d.ts +39 -0
  77. package/es/components/pisellCurrency/PisellCurrency.stories.d.ts +56 -0
  78. package/es/components/pisellCurrency/components/DisabledView.d.ts +11 -0
  79. package/es/components/pisellCurrency/components/EditView.d.ts +18 -0
  80. package/es/components/pisellCurrency/components/ReadOnlyView.d.ts +17 -0
  81. package/es/components/pisellCurrency/components/index.d.ts +6 -0
  82. package/es/components/pisellCurrency/index.d.ts +7 -0
  83. package/es/components/pisellCurrency/types.d.ts +56 -0
  84. package/es/components/pisellCurrency/utils/currencyFormatter.d.ts +31 -0
  85. package/es/components/pisellCurrency/utils/index.d.ts +5 -0
  86. package/es/components/pisellDataSourceContainer/PisellDataSourceContainer.d.ts +3 -0
  87. package/es/components/pisellDataSourceContainer/components/ColumnsSetting/index.d.ts +28 -0
  88. package/es/components/pisellDataSourceContainer/components/ColumnsSetting/utils.d.ts +28 -0
  89. package/es/components/pisellDataSourceContainer/components/Filter/FilterButton.d.ts +7 -0
  90. package/es/components/pisellDataSourceContainer/components/Filter/QuickFilter.d.ts +10 -0
  91. package/es/components/pisellDataSourceContainer/components/Filter/index.d.ts +14 -0
  92. package/es/components/pisellDataSourceContainer/components/Pagination/index.d.ts +6 -0
  93. package/es/components/pisellDataSourceContainer/components/Sort/index.d.ts +9 -0
  94. package/es/components/pisellDataSourceContainer/components/Table/index.d.ts +9 -0
  95. package/es/components/pisellDataSourceContainer/components/Table/useColumns.d.ts +14 -0
  96. package/es/components/pisellDataSourceContainer/hooks/useContainerContext.d.ts +3 -0
  97. package/es/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +5 -0
  98. package/es/components/pisellDataSourceContainer/hooks/useHandleAction.d.ts +32 -0
  99. package/es/components/pisellDataSourceContainer/index.d.ts +28 -0
  100. package/es/components/pisellDataSourceContainer/provider/ChildComponentProps.d.ts +13 -0
  101. package/es/components/pisellDataSourceContainer/provider/HandleActions.d.ts +5 -0
  102. package/es/components/pisellDataSourceContainer/provider/RefManager.d.ts +9 -0
  103. package/es/components/pisellDataSourceContainer/type.d.ts +84 -0
  104. package/es/components/pisellDataSourceContainer/utils/withContainer.d.ts +9 -0
  105. package/es/components/pisellDateTimeDisplay/PisellDateTimeDisplay.d.ts +35 -0
  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/hooks/index.d.ts +2 -0
  112. package/es/components/pisellDateTimeDisplay/hooks/useCurrentTime.d.ts +46 -0
  113. package/es/components/pisellDateTimeDisplay/index.d.ts +3 -0
  114. package/es/components/pisellDateTimeDisplay/utils/formatDate.d.ts +21 -0
  115. package/es/components/pisellDateTimeDisplay/utils/formatDateOrRelative.d.ts +17 -0
  116. package/es/components/pisellDateTimeDisplay/utils/formatWeekday.d.ts +30 -0
  117. package/es/components/pisellDateTimeDisplay/utils/index.d.ts +7 -0
  118. package/es/components/pisellDateTimeDisplay/utils/localeUtils.d.ts +22 -0
  119. package/es/components/pisellDateTimeDisplay/utils/relativeDay.d.ts +24 -0
  120. package/es/components/pisellEmail/PisellEmail.d.ts +37 -0
  121. package/es/components/pisellEmail/PisellEmail.stories.d.ts +116 -0
  122. package/es/components/pisellEmail/components/DisabledView.d.ts +14 -0
  123. package/es/components/pisellEmail/components/EditView.d.ts +15 -0
  124. package/es/components/pisellEmail/components/ReadOnlyView.d.ts +15 -0
  125. package/es/components/pisellEmail/index.d.ts +7 -0
  126. package/es/components/pisellEmail/types.d.ts +176 -0
  127. package/es/components/pisellEmail/utils/emailHelper.d.ts +66 -0
  128. package/es/components/pisellEmail/utils/emailValidator.d.ts +45 -0
  129. package/es/components/pisellEmail/utils/index.d.ts +6 -0
  130. package/es/components/pisellFilter/index.d.ts +3 -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/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +12 -0
  134. package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.js +2 -1
  135. package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.stories.d.ts +55 -0
  136. package/es/components/pisellFloorMapLayout/components/CanvasTabs.d.ts +22 -0
  137. package/es/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +39 -0
  138. package/es/components/pisellFloorMapLayout/components/FigmaTableCard.js +12 -8
  139. package/es/components/pisellFloorMapLayout/components/FloorMapDataForm.d.ts +17 -0
  140. package/es/components/pisellFloorMapLayout/components/FloorMapDataForm.js +4 -2
  141. package/es/components/pisellFloorMapLayout/components/FloorMapEditPanel.d.ts +11 -0
  142. package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +36 -0
  143. package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.js +1 -1
  144. package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.less +4 -3
  145. package/es/components/pisellFloorMapLayout/components/FloorMapImageElement.d.ts +6 -0
  146. package/es/components/pisellFloorMapLayout/components/FloorMapImageElement.js +4 -2
  147. package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.d.ts +35 -0
  148. package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.js +16 -13
  149. package/es/components/pisellFloorMapLayout/components/ItemLayer.d.ts +48 -0
  150. package/es/components/pisellFloorMapLayout/components/ItemLayer.js +51 -3
  151. package/es/components/pisellFloorMapLayout/components/ViewControls.d.ts +30 -0
  152. package/es/components/pisellFloorMapLayout/components/ViewControls.js +8 -6
  153. package/es/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +13 -0
  154. package/es/components/pisellFloorMapLayout/components/index.d.ts +21 -0
  155. package/es/components/pisellFloorMapLayout/hooks/useFloorMapEditState.d.ts +63 -0
  156. package/es/components/pisellFloorMapLayout/hooks/useFloorMapEditState.js +2 -1
  157. package/es/components/pisellFloorMapLayout/index.d.ts +15 -0
  158. package/es/components/pisellFloorMapLayout/locales-ja.d.ts +104 -0
  159. package/es/components/pisellFloorMapLayout/locales-ja.js +103 -0
  160. package/es/components/pisellFloorMapLayout/locales-pt.d.ts +104 -0
  161. package/es/components/pisellFloorMapLayout/locales-pt.js +103 -0
  162. package/es/components/pisellFloorMapLayout/locales.d.ts +506 -0
  163. package/es/components/pisellFloorMapLayout/locales.js +123 -4
  164. package/es/components/pisellFloorMapLayout/utils/floorMapCanvasDisplay.d.ts +20 -0
  165. package/es/components/pisellFloorMapLayout/utils/floorMapConfigMerge.d.ts +8 -0
  166. package/es/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.d.ts +8 -0
  167. package/es/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.js +3 -12
  168. package/es/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.d.ts +22 -0
  169. package/es/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.js +4 -3
  170. package/es/components/pisellFloorMapLayout/utils/floorMapFallbackRender.d.ts +11 -0
  171. package/es/components/pisellInput/components/Copy/index.d.ts +0 -1
  172. package/es/components/pisellLoading/index.d.ts +0 -1
  173. package/es/components/pisellLongText/PisellLongText.d.ts +39 -0
  174. package/es/components/pisellLongText/PisellLongText.stories.d.ts +123 -0
  175. package/es/components/pisellLongText/components/DisabledView.d.ts +16 -0
  176. package/es/components/pisellLongText/components/EditView.d.ts +19 -0
  177. package/es/components/pisellLongText/components/ReadOnlyView.d.ts +18 -0
  178. package/es/components/pisellLongText/index.d.ts +7 -0
  179. package/es/components/pisellLongText/types.d.ts +147 -0
  180. package/es/components/pisellMetricCard/PisellMetricCard.d.ts +35 -0
  181. package/es/components/pisellMetricCard/PisellMetricCard.stories.d.ts +17 -0
  182. package/es/components/pisellMetricCard/components/MetricComparison.d.ts +14 -0
  183. package/es/components/pisellMetricCard/components/index.d.ts +7 -0
  184. package/es/components/pisellMetricCard/index.d.ts +6 -0
  185. package/es/components/pisellMetricCard/utils/formatMetricValue.d.ts +34 -0
  186. package/es/components/pisellMetricCard/utils/index.d.ts +5 -0
  187. package/es/components/pisellMultipleSelect/PisellMultipleSelect.d.ts +9 -0
  188. package/es/components/pisellMultipleSelect/PisellMultipleSelect.stories.d.ts +70 -0
  189. package/es/components/pisellMultipleSelect/components/DisabledView.d.ts +8 -0
  190. package/es/components/pisellMultipleSelect/components/EditView.d.ts +8 -0
  191. package/es/components/pisellMultipleSelect/components/ReadOnlyView.d.ts +8 -0
  192. package/es/components/pisellMultipleSelect/index.d.ts +7 -0
  193. package/es/components/pisellMultipleSelect/types.d.ts +160 -0
  194. package/es/components/pisellNavigationMenu/PisellNavigationMenu.d.ts +5 -0
  195. package/es/components/pisellNumber/PisellNumber.d.ts +42 -0
  196. package/es/components/pisellNumber/PisellNumber.stories.d.ts +66 -0
  197. package/es/components/pisellNumber/components/DisabledView.d.ts +11 -0
  198. package/es/components/pisellNumber/components/EditView.d.ts +18 -0
  199. package/es/components/pisellNumber/components/ReadOnlyView.d.ts +16 -0
  200. package/es/components/pisellNumber/components/index.d.ts +6 -0
  201. package/es/components/pisellNumber/index.d.ts +7 -0
  202. package/es/components/pisellNumber/types.d.ts +168 -0
  203. package/es/components/pisellPercent/PisellPercent.d.ts +38 -0
  204. package/es/components/pisellPercent/PisellPercent.stories.d.ts +52 -0
  205. package/es/components/pisellPercent/components/DisabledView.d.ts +11 -0
  206. package/es/components/pisellPercent/components/EditView.d.ts +17 -0
  207. package/es/components/pisellPercent/components/ReadOnlyView.d.ts +14 -0
  208. package/es/components/pisellPercent/components/index.d.ts +6 -0
  209. package/es/components/pisellPercent/index.d.ts +7 -0
  210. package/es/components/pisellPercent/types.d.ts +68 -0
  211. package/es/components/pisellPercent/utils/index.d.ts +6 -0
  212. package/es/components/pisellPercent/utils/percentFormatter.d.ts +27 -0
  213. package/es/components/pisellPhone/PisellPhone.d.ts +36 -0
  214. package/es/components/pisellPhone/PisellPhone.stories.d.ts +80 -0
  215. package/es/components/pisellPhone/components/DisabledView.d.ts +16 -0
  216. package/es/components/pisellPhone/components/EditView.d.ts +19 -0
  217. package/es/components/pisellPhone/components/ReadOnlyView.d.ts +17 -0
  218. package/es/components/pisellPhone/constants/countryCodes.d.ts +20 -0
  219. package/es/components/pisellPhone/index.d.ts +8 -0
  220. package/es/components/pisellPhone/types.d.ts +209 -0
  221. package/es/components/pisellPhone/utils/countryCodeHelper.d.ts +35 -0
  222. package/es/components/pisellPhone/utils/index.d.ts +6 -0
  223. package/es/components/pisellPhone/utils/phoneValidator.d.ts +11 -0
  224. package/es/components/pisellQuickFilter/index.d.ts +11 -0
  225. package/es/components/pisellRating/PisellRating.d.ts +31 -0
  226. package/es/components/pisellRating/PisellRating.stories.d.ts +53 -0
  227. package/es/components/pisellRating/index.d.ts +7 -0
  228. package/es/components/pisellRating/types.d.ts +124 -0
  229. package/es/components/pisellRecordBoard/PisellRecordBoard.d.ts +9 -0
  230. package/es/components/pisellRecordBoard/PisellRecordBoard.stories.d.ts +85 -0
  231. package/es/components/pisellRecordBoard/index.d.ts +41 -0
  232. package/es/components/pisellRecordBoard/shellFrame/BatchActionBar/index.d.ts +8 -0
  233. package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/ColumnSettingPopover.d.ts +15 -0
  234. package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +8 -0
  235. package/es/components/pisellRecordBoard/shellFrame/Pagination/index.d.ts +14 -0
  236. package/es/components/pisellRecordBoard/shellFrame/Search/index.d.ts +10 -0
  237. package/es/components/pisellRecordBoard/shellFrame/ToolBar/index.d.ts +12 -0
  238. package/es/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.d.ts +17 -0
  239. package/es/components/pisellRecordBoard/shellFrame/ToolBarReset/index.d.ts +16 -0
  240. package/es/components/pisellRecordBoard/shellFrame/index.d.ts +22 -0
  241. package/es/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +41 -0
  242. package/es/components/pisellRecordBoard/utils/recordBoardColumns.js +3 -2
  243. package/es/components/pisellReservationSchedule/PisellReservationSchedule.d.ts +10 -0
  244. package/es/components/pisellReservationSchedule/PisellReservationSchedule.stories.d.ts +12 -0
  245. package/es/components/pisellReservationSchedule/index.d.ts +2 -0
  246. package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.stories.d.ts +16 -0
  247. package/es/components/pisellReservationScheduleBand/index.d.ts +2 -0
  248. package/es/components/pisellReservationScheduleBand/types.d.ts +49 -0
  249. package/es/components/pisellRow/index.d.ts +22 -0
  250. package/es/components/pisellSingleLineText/PisellSingleLineText.d.ts +40 -0
  251. package/es/components/pisellSingleLineText/PisellSingleLineText.stories.d.ts +102 -0
  252. package/es/components/pisellSingleLineText/components/DisabledView.d.ts +16 -0
  253. package/es/components/pisellSingleLineText/components/EditView.d.ts +19 -0
  254. package/es/components/pisellSingleLineText/components/ReadOnlyView.d.ts +20 -0
  255. package/es/components/pisellSingleLineText/index.d.ts +7 -0
  256. package/es/components/pisellSingleLineText/types.d.ts +139 -0
  257. package/es/components/pisellSingleSelect/PisellSingleSelect.d.ts +9 -0
  258. package/es/components/pisellSingleSelect/PisellSingleSelect.stories.d.ts +66 -0
  259. package/es/components/pisellSingleSelect/components/DisabledView.d.ts +8 -0
  260. package/es/components/pisellSingleSelect/components/EditView.d.ts +8 -0
  261. package/es/components/pisellSingleSelect/components/ReadOnlyView.d.ts +8 -0
  262. package/es/components/pisellSingleSelect/index.d.ts +7 -0
  263. package/es/components/pisellSingleSelect/types.d.ts +92 -0
  264. package/es/components/pisellText/components/Amount/index.d.ts +20 -0
  265. package/es/components/pisellText/components/Editable/index.d.ts +32 -0
  266. package/es/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +10 -0
  267. package/es/components/pisellTimeNavigator/PisellTimeNavigator.js +1 -1
  268. package/es/components/pisellTimeNavigator/PisellTimeNavigator.less +2 -0
  269. package/es/components/pisellTimeNavigator/PisellTimeNavigator.stories.d.ts +79 -0
  270. package/es/components/pisellTimeNavigator/components/NowButton.d.ts +14 -0
  271. package/es/components/pisellTimeNavigator/components/index.d.ts +5 -0
  272. package/es/components/pisellTimeNavigator/hooks/index.d.ts +5 -0
  273. package/es/components/pisellTimeNavigator/hooks/useTimeAxis.d.ts +27 -0
  274. package/es/components/pisellTimeNavigator/types.d.ts +160 -0
  275. package/es/components/pisellTimeNavigator/utils/index.d.ts +30 -0
  276. package/es/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.d.ts +32 -0
  277. package/es/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.stories.d.ts +61 -0
  278. package/es/components/pisellTimeRangeDisplay/components/DateBlock.d.ts +20 -0
  279. package/es/components/pisellTimeRangeDisplay/components/DurationBlock.d.ts +19 -0
  280. package/es/components/pisellTimeRangeDisplay/components/TimeRangeBlock.d.ts +30 -0
  281. package/es/components/pisellTimeRangeDisplay/components/WeekdayBlock.d.ts +18 -0
  282. package/es/components/pisellTimeRangeDisplay/components/index.d.ts +8 -0
  283. package/es/components/pisellTimeRangeDisplay/index.d.ts +3 -0
  284. package/es/components/pisellTimeRangeDisplay/utils/index.d.ts +4 -0
  285. package/es/components/pisellToast/index.d.ts +17 -0
  286. package/es/components/pisellUrl/PisellUrl.d.ts +37 -0
  287. package/es/components/pisellUrl/PisellUrl.stories.d.ts +108 -0
  288. package/es/components/pisellUrl/components/DisabledView.d.ts +14 -0
  289. package/es/components/pisellUrl/components/EditView.d.ts +15 -0
  290. package/es/components/pisellUrl/components/ReadOnlyView.d.ts +15 -0
  291. package/es/components/pisellUrl/index.d.ts +7 -0
  292. package/es/components/pisellUrl/types.d.ts +160 -0
  293. package/es/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +3 -0
  294. package/es/components/productCard/cartSkuCard/components/Gift/index.d.ts +4 -0
  295. package/es/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +4 -0
  296. package/es/components/productCard/cartSkuCard/components/Note/index.d.ts +3 -0
  297. package/es/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +36 -0
  298. package/es/components/productCard/cartSkuCard/components/discountReason/index.d.ts +2 -0
  299. package/es/components/productCard/cartSkuCard/components/holders/index.d.ts +3 -0
  300. package/es/components/productCard/cartSkuCard/components/packages/index.d.ts +11 -0
  301. package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +20 -0
  302. package/es/components/productCard/cartSkuCard/components/resources/index.d.ts +4 -0
  303. package/es/components/productCard/cartSkuCard/components/sales/index.d.ts +12 -0
  304. package/es/components/productCard/cartSkuCard/components/specs/index.d.ts +21 -0
  305. package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +9 -0
  306. package/es/components/productCard/cartSkuCard/index.d.ts +10 -0
  307. package/es/components/productCard/components/AmountFooter/index.d.ts +3 -0
  308. package/es/components/productCard/components/Header/EditButton/index.d.ts +3 -0
  309. package/es/components/productCard/components/Header/index.d.ts +3 -0
  310. package/es/components/productCard/components/Note/index.d.ts +0 -1
  311. package/es/components/productCard/components/Packages/index.d.ts +0 -1
  312. package/es/components/productCard/components/Sales/index.d.ts +3 -0
  313. package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts +3 -0
  314. package/es/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +13 -0
  315. package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +2 -0
  316. package/es/components/productCard/components/Time/components/SelectResource/index.d.ts +18 -0
  317. package/es/components/productCard/components/Time/index.d.ts +4 -0
  318. package/es/components/productCard/utils.d.ts +33 -0
  319. package/es/components/qrcode/index.d.ts +0 -1
  320. package/es/components/sort/index.d.ts +5 -0
  321. package/es/components/table/Actions/component/ExportImport/index.d.ts +7 -0
  322. package/es/components/table/Actions/component/GallerySetting/index.d.ts +0 -1
  323. package/es/components/table/Actions/component/Group/index.d.ts +0 -1
  324. package/es/components/table/Actions/index.d.ts +0 -1
  325. package/es/components/table/BasicTable/index.d.ts +3 -0
  326. package/es/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +0 -1
  327. package/es/components/table/Gallery/components/GalleryItem/index.d.ts +14 -0
  328. package/es/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
  329. package/es/components/table/Gallery/index.d.ts +5 -0
  330. package/es/components/table/Table/AddFieldModal/index.d.ts +4 -0
  331. package/es/components/table/Table/SelectField/index.d.ts +0 -1
  332. package/es/components/table/Table/fields/date/Show/index.d.ts +0 -1
  333. package/es/components/table/Table/fields/index.d.ts +2 -3
  334. package/es/components/table/Table/fields/link/Show/index.d.ts +0 -1
  335. package/es/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
  336. package/es/components/table/Table/fields/select/index.d.ts +0 -1
  337. package/es/components/table/Table/fields/text/Show/index.d.ts +0 -1
  338. package/es/components/table/Table/fields/text/index.d.ts +0 -1
  339. package/es/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
  340. package/es/components/table/Table/fields/treeSelect/index.d.ts +0 -1
  341. package/es/components/table/Table/index.d.ts +4 -0
  342. package/es/components/table/Table/tableConfig/SortRow/index.d.ts +0 -1
  343. package/es/components/table/Table/utils.d.ts +161 -0
  344. package/es/components/table/View/index.d.ts +0 -1
  345. package/es/components/table/hooks/useTableSetting.d.ts +21 -0
  346. package/es/components/table/hooks/useTransDataSource.d.ts +11 -0
  347. package/es/components/table/index.d.ts +4 -0
  348. package/es/components/translation/index.d.ts +17 -0
  349. package/es/components/versionModal/index.d.ts +23 -0
  350. package/es/components/virtual-keyboard/Amount/index.d.ts +5 -0
  351. package/es/components/virtual-keyboard/Amount/types.d.ts +44 -0
  352. package/es/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +25 -0
  353. package/es/components/virtual-keyboard/Number/index.d.ts +5 -0
  354. package/es/components/virtual-keyboard/index.d.ts +25 -0
  355. package/es/components/walletCard/index.d.ts +79 -0
  356. package/es/index.d.ts +9 -10
  357. package/es/index.js +10 -8
  358. package/es/locales/en-US.d.ts +387 -0
  359. package/es/locales/en-US.js +1 -0
  360. package/es/locales/index.d.ts +1 -0
  361. package/es/locales/ja.d.ts +356 -0
  362. package/es/locales/ja.js +25 -7
  363. package/es/locales/pt.d.ts +356 -0
  364. package/es/locales/pt.js +21 -3
  365. package/es/locales/zh-CN.d.ts +382 -0
  366. package/es/locales/zh-CN.js +1 -0
  367. package/es/locales/zh-TW.d.ts +382 -0
  368. package/es/locales/zh-TW.js +1 -0
  369. package/es/utils/index.d.ts +1 -1
  370. package/es/utils/platform.d.ts +1 -1
  371. package/lib/components/Pagination/index.d.ts +12 -0
  372. package/lib/components/PisellCards/components/PisellImageCard/PisellImageCard.d.ts +0 -1
  373. package/lib/components/PisellCards/index.d.ts +15 -0
  374. package/lib/components/PisellFields/index.d.ts +37 -0
  375. package/lib/components/PisellLayouts/index.d.ts +38 -0
  376. package/lib/components/PisellMetrics/index.d.ts +24 -0
  377. package/lib/components/PisellProcedure/PisellProcedure.stories.d.ts +163 -0
  378. package/lib/components/PisellTabbar/PisellTabbar.d.ts +20 -0
  379. package/lib/components/PisellTabbar/index.d.ts +9 -0
  380. package/lib/components/PisellTabbar/template/Template1/PisellTabbar.d.ts +5 -0
  381. package/lib/components/PisellTabbar/template/Template1/index.d.ts +6 -0
  382. package/lib/components/appVersionControl/index.d.ts +5 -0
  383. package/lib/components/cardMetricItem/index.d.ts +15 -0
  384. package/lib/components/dataSourceComponents/dataSourceForm/BaseForm.d.ts +3 -0
  385. package/lib/components/dataSourceComponents/dataSourceForm/formItem.d.ts +0 -1
  386. package/lib/components/dataSourceComponents/dataSourceForm/serve.d.ts +178 -0
  387. package/lib/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +39 -0
  388. package/lib/components/dataSourceComponents/dataSourceForm/utils.d.ts +57 -0
  389. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +3 -0
  390. package/lib/components/dataSourceComponents/dataSourceSubForm/index.d.ts +13 -0
  391. package/lib/components/dataSourceComponents/dataSourceSubForm/types.d.ts +117 -0
  392. package/lib/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +0 -1
  393. package/lib/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +0 -1
  394. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +2 -3
  395. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +5 -0
  396. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useFormat.d.ts +48 -0
  397. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +100 -0
  398. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +0 -1
  399. package/lib/components/dataSourceComponents/dataSourceTable/type.d.ts +84 -0
  400. package/lib/components/dataSourceComponents/dataSourceWrapper/index.d.ts +0 -1
  401. package/lib/components/dataSourceComponents/fields/DatePicker/WithMode.d.ts +4 -0
  402. package/lib/components/dataSourceComponents/fields/DatePicker/index.d.ts +3 -0
  403. package/lib/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +0 -1
  404. package/lib/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +0 -1
  405. package/lib/components/dataSourceComponents/fields/RecordListWrapper/ReadPretty.d.ts +9 -0
  406. package/lib/components/dataSourceComponents/fields/RecordListWrapper/WithMode.d.ts +4 -0
  407. package/lib/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +11 -0
  408. package/lib/components/dataSourceComponents/fields/RecordListWrapper/type.d.ts +87 -0
  409. package/lib/components/dataSourceComponents/fields/Select/index.d.ts +0 -1
  410. package/lib/components/dataSourceComponents/fields/Tabs/ReadPretty.d.ts +9 -0
  411. package/lib/components/dataSourceComponents/fields/Tabs/Tabs.d.ts +23 -0
  412. package/lib/components/dataSourceComponents/fields/Tabs/WithMode.d.ts +6 -0
  413. package/lib/components/dataSourceComponents/fields/Tabs/index.d.ts +12 -0
  414. package/lib/components/dataSourceComponents/fields/Tabs/type.d.ts +38 -0
  415. package/lib/components/dataSourceComponents/fields/Translation/BaseTranslation.d.ts +5 -0
  416. package/lib/components/dataSourceComponents/fields/Translation/type.d.ts +21 -0
  417. package/lib/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +0 -1
  418. package/lib/components/dataSourceComponents/fields/Upload/utils.d.ts +18 -0
  419. package/lib/components/dataSourceComponents/fields/index.d.ts +141 -0
  420. package/lib/components/dataSourceComponents/fields/utils.d.ts +3 -0
  421. package/lib/components/dataSourceComponents/hooks/useActions.d.ts +18 -0
  422. package/lib/components/dataSourceComponents/provider/variables/VariablesProvider.d.ts +4 -0
  423. package/lib/components/date-picker/datePickerCpt.d.ts +0 -1
  424. package/lib/components/filter/components/Dropdown/index.d.ts +9 -0
  425. package/lib/components/filter/components/FilterButton/index.d.ts +4 -0
  426. package/lib/components/filter/components/FilterItem/AsyncOptionsSelectWrapper.d.ts +21 -0
  427. package/lib/components/filter/components/FilterItem/index.d.ts +5 -0
  428. package/lib/components/filter/index.d.ts +0 -1
  429. package/lib/components/list/index.d.ts +0 -1
  430. package/lib/components/lowCodePage/index.d.ts +0 -1
  431. package/lib/components/page/index.d.ts +8 -0
  432. package/lib/components/pisellAdjustPrice/index.d.ts +4 -0
  433. package/lib/components/pisellBatchActionBar/PisellBatchActionBar.d.ts +31 -0
  434. package/lib/components/pisellBatchActionBar/index.d.ts +6 -0
  435. package/lib/components/pisellCheckboxGroup/index.d.ts +40 -0
  436. package/lib/components/pisellCurrency/PisellCurrency.d.ts +39 -0
  437. package/lib/components/pisellCurrency/PisellCurrency.stories.d.ts +56 -0
  438. package/lib/components/pisellCurrency/components/DisabledView.d.ts +11 -0
  439. package/lib/components/pisellCurrency/components/EditView.d.ts +18 -0
  440. package/lib/components/pisellCurrency/components/ReadOnlyView.d.ts +17 -0
  441. package/lib/components/pisellCurrency/components/index.d.ts +6 -0
  442. package/lib/components/pisellCurrency/index.d.ts +7 -0
  443. package/lib/components/pisellCurrency/types.d.ts +56 -0
  444. package/lib/components/pisellCurrency/utils/currencyFormatter.d.ts +31 -0
  445. package/lib/components/pisellCurrency/utils/index.d.ts +5 -0
  446. package/lib/components/pisellDataSourceContainer/PisellDataSourceContainer.d.ts +3 -0
  447. package/lib/components/pisellDataSourceContainer/components/ColumnsSetting/index.d.ts +28 -0
  448. package/lib/components/pisellDataSourceContainer/components/ColumnsSetting/utils.d.ts +28 -0
  449. package/lib/components/pisellDataSourceContainer/components/Filter/FilterButton.d.ts +7 -0
  450. package/lib/components/pisellDataSourceContainer/components/Filter/QuickFilter.d.ts +10 -0
  451. package/lib/components/pisellDataSourceContainer/components/Filter/index.d.ts +14 -0
  452. package/lib/components/pisellDataSourceContainer/components/Pagination/index.d.ts +6 -0
  453. package/lib/components/pisellDataSourceContainer/components/Sort/index.d.ts +9 -0
  454. package/lib/components/pisellDataSourceContainer/components/Table/index.d.ts +9 -0
  455. package/lib/components/pisellDataSourceContainer/components/Table/useColumns.d.ts +14 -0
  456. package/lib/components/pisellDataSourceContainer/hooks/useContainerContext.d.ts +3 -0
  457. package/lib/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +5 -0
  458. package/lib/components/pisellDataSourceContainer/hooks/useHandleAction.d.ts +32 -0
  459. package/lib/components/pisellDataSourceContainer/index.d.ts +28 -0
  460. package/lib/components/pisellDataSourceContainer/provider/ChildComponentProps.d.ts +13 -0
  461. package/lib/components/pisellDataSourceContainer/provider/HandleActions.d.ts +5 -0
  462. package/lib/components/pisellDataSourceContainer/provider/RefManager.d.ts +9 -0
  463. package/lib/components/pisellDataSourceContainer/type.d.ts +84 -0
  464. package/lib/components/pisellDataSourceContainer/utils/withContainer.d.ts +9 -0
  465. package/lib/components/pisellDateTimeDisplay/PisellDateTimeDisplay.d.ts +35 -0
  466. package/lib/components/pisellDateTimeDisplay/PisellDateTimeDisplay.stories.d.ts +195 -0
  467. package/lib/components/pisellDateTimeDisplay/components/DateDisplay.d.ts +48 -0
  468. package/lib/components/pisellDateTimeDisplay/components/TimeDisplay.d.ts +42 -0
  469. package/lib/components/pisellDateTimeDisplay/components/WeekdayDisplay.d.ts +57 -0
  470. package/lib/components/pisellDateTimeDisplay/components/index.d.ts +6 -0
  471. package/lib/components/pisellDateTimeDisplay/hooks/index.d.ts +2 -0
  472. package/lib/components/pisellDateTimeDisplay/hooks/useCurrentTime.d.ts +46 -0
  473. package/lib/components/pisellDateTimeDisplay/index.d.ts +3 -0
  474. package/lib/components/pisellDateTimeDisplay/utils/formatDate.d.ts +21 -0
  475. package/lib/components/pisellDateTimeDisplay/utils/formatDateOrRelative.d.ts +17 -0
  476. package/lib/components/pisellDateTimeDisplay/utils/formatWeekday.d.ts +30 -0
  477. package/lib/components/pisellDateTimeDisplay/utils/index.d.ts +7 -0
  478. package/lib/components/pisellDateTimeDisplay/utils/localeUtils.d.ts +22 -0
  479. package/lib/components/pisellDateTimeDisplay/utils/relativeDay.d.ts +24 -0
  480. package/lib/components/pisellEmail/PisellEmail.d.ts +37 -0
  481. package/lib/components/pisellEmail/PisellEmail.stories.d.ts +116 -0
  482. package/lib/components/pisellEmail/components/DisabledView.d.ts +14 -0
  483. package/lib/components/pisellEmail/components/EditView.d.ts +15 -0
  484. package/lib/components/pisellEmail/components/ReadOnlyView.d.ts +15 -0
  485. package/lib/components/pisellEmail/index.d.ts +7 -0
  486. package/lib/components/pisellEmail/types.d.ts +176 -0
  487. package/lib/components/pisellEmail/utils/emailHelper.d.ts +66 -0
  488. package/lib/components/pisellEmail/utils/emailValidator.d.ts +45 -0
  489. package/lib/components/pisellEmail/utils/index.d.ts +6 -0
  490. package/lib/components/pisellFilter/index.d.ts +3 -0
  491. package/lib/components/pisellFind/PisellFind.stories.d.ts +45 -0
  492. package/lib/components/pisellFind/index.d.ts +40 -0
  493. package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +12 -0
  494. package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.js +2 -1
  495. package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.stories.d.ts +55 -0
  496. package/lib/components/pisellFloorMapLayout/components/CanvasTabs.d.ts +22 -0
  497. package/lib/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +39 -0
  498. package/lib/components/pisellFloorMapLayout/components/FigmaTableCard.js +13 -9
  499. package/lib/components/pisellFloorMapLayout/components/FloorMapDataForm.d.ts +17 -0
  500. package/lib/components/pisellFloorMapLayout/components/FloorMapDataForm.js +4 -2
  501. package/lib/components/pisellFloorMapLayout/components/FloorMapEditPanel.d.ts +11 -0
  502. package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +36 -0
  503. package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.js +5 -1
  504. package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.less +4 -3
  505. package/lib/components/pisellFloorMapLayout/components/FloorMapImageElement.d.ts +6 -0
  506. package/lib/components/pisellFloorMapLayout/components/FloorMapImageElement.js +4 -2
  507. package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.d.ts +35 -0
  508. package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.js +24 -13
  509. package/lib/components/pisellFloorMapLayout/components/ItemLayer.d.ts +48 -0
  510. package/lib/components/pisellFloorMapLayout/components/ItemLayer.js +47 -2
  511. package/lib/components/pisellFloorMapLayout/components/ViewControls.d.ts +30 -0
  512. package/lib/components/pisellFloorMapLayout/components/ViewControls.js +12 -6
  513. package/lib/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +13 -0
  514. package/lib/components/pisellFloorMapLayout/components/index.d.ts +21 -0
  515. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEditState.d.ts +63 -0
  516. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEditState.js +2 -1
  517. package/lib/components/pisellFloorMapLayout/index.d.ts +15 -0
  518. package/lib/components/pisellFloorMapLayout/locales-ja.d.ts +104 -0
  519. package/lib/components/pisellFloorMapLayout/locales-ja.js +124 -0
  520. package/lib/components/pisellFloorMapLayout/locales-pt.d.ts +104 -0
  521. package/lib/components/pisellFloorMapLayout/locales-pt.js +124 -0
  522. package/lib/components/pisellFloorMapLayout/locales.d.ts +506 -0
  523. package/lib/components/pisellFloorMapLayout/locales.js +132 -4
  524. package/lib/components/pisellFloorMapLayout/utils/floorMapCanvasDisplay.d.ts +20 -0
  525. package/lib/components/pisellFloorMapLayout/utils/floorMapConfigMerge.d.ts +8 -0
  526. package/lib/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.d.ts +8 -0
  527. package/lib/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.js +1 -7
  528. package/lib/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.d.ts +22 -0
  529. package/lib/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.js +6 -3
  530. package/lib/components/pisellFloorMapLayout/utils/floorMapFallbackRender.d.ts +11 -0
  531. package/lib/components/pisellInput/components/Copy/index.d.ts +0 -1
  532. package/lib/components/pisellLoading/index.d.ts +0 -1
  533. package/lib/components/pisellLongText/PisellLongText.d.ts +39 -0
  534. package/lib/components/pisellLongText/PisellLongText.stories.d.ts +123 -0
  535. package/lib/components/pisellLongText/components/DisabledView.d.ts +16 -0
  536. package/lib/components/pisellLongText/components/EditView.d.ts +19 -0
  537. package/lib/components/pisellLongText/components/ReadOnlyView.d.ts +18 -0
  538. package/lib/components/pisellLongText/index.d.ts +7 -0
  539. package/lib/components/pisellLongText/types.d.ts +147 -0
  540. package/lib/components/pisellMetricCard/PisellMetricCard.d.ts +35 -0
  541. package/lib/components/pisellMetricCard/PisellMetricCard.stories.d.ts +17 -0
  542. package/lib/components/pisellMetricCard/components/MetricComparison.d.ts +14 -0
  543. package/lib/components/pisellMetricCard/components/index.d.ts +7 -0
  544. package/lib/components/pisellMetricCard/index.d.ts +6 -0
  545. package/lib/components/pisellMetricCard/utils/formatMetricValue.d.ts +34 -0
  546. package/lib/components/pisellMetricCard/utils/index.d.ts +5 -0
  547. package/lib/components/pisellMultipleSelect/PisellMultipleSelect.d.ts +9 -0
  548. package/lib/components/pisellMultipleSelect/PisellMultipleSelect.stories.d.ts +70 -0
  549. package/lib/components/pisellMultipleSelect/components/DisabledView.d.ts +8 -0
  550. package/lib/components/pisellMultipleSelect/components/EditView.d.ts +8 -0
  551. package/lib/components/pisellMultipleSelect/components/ReadOnlyView.d.ts +8 -0
  552. package/lib/components/pisellMultipleSelect/index.d.ts +7 -0
  553. package/lib/components/pisellMultipleSelect/types.d.ts +160 -0
  554. package/lib/components/pisellNavigationMenu/PisellNavigationMenu.d.ts +5 -0
  555. package/lib/components/pisellNumber/PisellNumber.d.ts +42 -0
  556. package/lib/components/pisellNumber/PisellNumber.stories.d.ts +66 -0
  557. package/lib/components/pisellNumber/components/DisabledView.d.ts +11 -0
  558. package/lib/components/pisellNumber/components/EditView.d.ts +18 -0
  559. package/lib/components/pisellNumber/components/ReadOnlyView.d.ts +16 -0
  560. package/lib/components/pisellNumber/components/index.d.ts +6 -0
  561. package/lib/components/pisellNumber/index.d.ts +7 -0
  562. package/lib/components/pisellNumber/types.d.ts +168 -0
  563. package/lib/components/pisellPercent/PisellPercent.d.ts +38 -0
  564. package/lib/components/pisellPercent/PisellPercent.stories.d.ts +52 -0
  565. package/lib/components/pisellPercent/components/DisabledView.d.ts +11 -0
  566. package/lib/components/pisellPercent/components/EditView.d.ts +17 -0
  567. package/lib/components/pisellPercent/components/ReadOnlyView.d.ts +14 -0
  568. package/lib/components/pisellPercent/components/index.d.ts +6 -0
  569. package/lib/components/pisellPercent/index.d.ts +7 -0
  570. package/lib/components/pisellPercent/types.d.ts +68 -0
  571. package/lib/components/pisellPercent/utils/index.d.ts +6 -0
  572. package/lib/components/pisellPercent/utils/percentFormatter.d.ts +27 -0
  573. package/lib/components/pisellPhone/PisellPhone.d.ts +36 -0
  574. package/lib/components/pisellPhone/PisellPhone.stories.d.ts +80 -0
  575. package/lib/components/pisellPhone/components/DisabledView.d.ts +16 -0
  576. package/lib/components/pisellPhone/components/EditView.d.ts +19 -0
  577. package/lib/components/pisellPhone/components/ReadOnlyView.d.ts +17 -0
  578. package/lib/components/pisellPhone/constants/countryCodes.d.ts +20 -0
  579. package/lib/components/pisellPhone/index.d.ts +8 -0
  580. package/lib/components/pisellPhone/types.d.ts +209 -0
  581. package/lib/components/pisellPhone/utils/countryCodeHelper.d.ts +35 -0
  582. package/lib/components/pisellPhone/utils/index.d.ts +6 -0
  583. package/lib/components/pisellPhone/utils/phoneValidator.d.ts +11 -0
  584. package/lib/components/pisellQuickFilter/index.d.ts +11 -0
  585. package/lib/components/pisellRating/PisellRating.d.ts +31 -0
  586. package/lib/components/pisellRating/PisellRating.stories.d.ts +53 -0
  587. package/lib/components/pisellRating/index.d.ts +7 -0
  588. package/lib/components/pisellRating/types.d.ts +124 -0
  589. package/lib/components/pisellRecordBoard/PisellRecordBoard.d.ts +9 -0
  590. package/lib/components/pisellRecordBoard/PisellRecordBoard.stories.d.ts +85 -0
  591. package/lib/components/pisellRecordBoard/index.d.ts +41 -0
  592. package/lib/components/pisellRecordBoard/shellFrame/BatchActionBar/index.d.ts +8 -0
  593. package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/ColumnSettingPopover.d.ts +15 -0
  594. package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +8 -0
  595. package/lib/components/pisellRecordBoard/shellFrame/Pagination/index.d.ts +14 -0
  596. package/lib/components/pisellRecordBoard/shellFrame/Search/index.d.ts +10 -0
  597. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/index.d.ts +12 -0
  598. package/lib/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.d.ts +17 -0
  599. package/lib/components/pisellRecordBoard/shellFrame/ToolBarReset/index.d.ts +16 -0
  600. package/lib/components/pisellRecordBoard/shellFrame/index.d.ts +22 -0
  601. package/lib/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +41 -0
  602. package/lib/components/pisellRecordBoard/utils/recordBoardColumns.js +11 -1
  603. package/lib/components/pisellReservationSchedule/PisellReservationSchedule.d.ts +10 -0
  604. package/lib/components/pisellReservationSchedule/PisellReservationSchedule.stories.d.ts +12 -0
  605. package/lib/components/pisellReservationSchedule/index.d.ts +2 -0
  606. package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.stories.d.ts +16 -0
  607. package/lib/components/pisellReservationScheduleBand/index.d.ts +2 -0
  608. package/lib/components/pisellReservationScheduleBand/types.d.ts +49 -0
  609. package/lib/components/pisellRow/index.d.ts +22 -0
  610. package/lib/components/pisellSingleLineText/PisellSingleLineText.d.ts +40 -0
  611. package/lib/components/pisellSingleLineText/PisellSingleLineText.stories.d.ts +102 -0
  612. package/lib/components/pisellSingleLineText/components/DisabledView.d.ts +16 -0
  613. package/lib/components/pisellSingleLineText/components/EditView.d.ts +19 -0
  614. package/lib/components/pisellSingleLineText/components/ReadOnlyView.d.ts +20 -0
  615. package/lib/components/pisellSingleLineText/index.d.ts +7 -0
  616. package/lib/components/pisellSingleLineText/types.d.ts +139 -0
  617. package/lib/components/pisellSingleSelect/PisellSingleSelect.d.ts +9 -0
  618. package/lib/components/pisellSingleSelect/PisellSingleSelect.stories.d.ts +66 -0
  619. package/lib/components/pisellSingleSelect/components/DisabledView.d.ts +8 -0
  620. package/lib/components/pisellSingleSelect/components/EditView.d.ts +8 -0
  621. package/lib/components/pisellSingleSelect/components/ReadOnlyView.d.ts +8 -0
  622. package/lib/components/pisellSingleSelect/index.d.ts +7 -0
  623. package/lib/components/pisellSingleSelect/types.d.ts +92 -0
  624. package/lib/components/pisellText/components/Amount/index.d.ts +20 -0
  625. package/lib/components/pisellText/components/Editable/index.d.ts +32 -0
  626. package/lib/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +10 -0
  627. package/lib/components/pisellTimeNavigator/PisellTimeNavigator.js +1 -1
  628. package/lib/components/pisellTimeNavigator/PisellTimeNavigator.less +2 -0
  629. package/lib/components/pisellTimeNavigator/PisellTimeNavigator.stories.d.ts +79 -0
  630. package/lib/components/pisellTimeNavigator/components/NowButton.d.ts +14 -0
  631. package/lib/components/pisellTimeNavigator/components/index.d.ts +5 -0
  632. package/lib/components/pisellTimeNavigator/hooks/index.d.ts +5 -0
  633. package/lib/components/pisellTimeNavigator/hooks/useTimeAxis.d.ts +27 -0
  634. package/lib/components/pisellTimeNavigator/types.d.ts +160 -0
  635. package/lib/components/pisellTimeNavigator/utils/index.d.ts +30 -0
  636. package/lib/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.d.ts +32 -0
  637. package/lib/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.stories.d.ts +61 -0
  638. package/lib/components/pisellTimeRangeDisplay/components/DateBlock.d.ts +20 -0
  639. package/lib/components/pisellTimeRangeDisplay/components/DurationBlock.d.ts +19 -0
  640. package/lib/components/pisellTimeRangeDisplay/components/TimeRangeBlock.d.ts +30 -0
  641. package/lib/components/pisellTimeRangeDisplay/components/WeekdayBlock.d.ts +18 -0
  642. package/lib/components/pisellTimeRangeDisplay/components/index.d.ts +8 -0
  643. package/lib/components/pisellTimeRangeDisplay/index.d.ts +3 -0
  644. package/lib/components/pisellTimeRangeDisplay/utils/index.d.ts +4 -0
  645. package/lib/components/pisellToast/index.d.ts +17 -0
  646. package/lib/components/pisellUrl/PisellUrl.d.ts +37 -0
  647. package/lib/components/pisellUrl/PisellUrl.stories.d.ts +108 -0
  648. package/lib/components/pisellUrl/components/DisabledView.d.ts +14 -0
  649. package/lib/components/pisellUrl/components/EditView.d.ts +15 -0
  650. package/lib/components/pisellUrl/components/ReadOnlyView.d.ts +15 -0
  651. package/lib/components/pisellUrl/index.d.ts +7 -0
  652. package/lib/components/pisellUrl/types.d.ts +160 -0
  653. package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +3 -0
  654. package/lib/components/productCard/cartSkuCard/components/Gift/index.d.ts +4 -0
  655. package/lib/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +4 -0
  656. package/lib/components/productCard/cartSkuCard/components/Note/index.d.ts +3 -0
  657. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +36 -0
  658. package/lib/components/productCard/cartSkuCard/components/discountReason/index.d.ts +2 -0
  659. package/lib/components/productCard/cartSkuCard/components/holders/index.d.ts +3 -0
  660. package/lib/components/productCard/cartSkuCard/components/packages/index.d.ts +11 -0
  661. package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +20 -0
  662. package/lib/components/productCard/cartSkuCard/components/resources/index.d.ts +4 -0
  663. package/lib/components/productCard/cartSkuCard/components/sales/index.d.ts +12 -0
  664. package/lib/components/productCard/cartSkuCard/components/specs/index.d.ts +21 -0
  665. package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +9 -0
  666. package/lib/components/productCard/cartSkuCard/index.d.ts +10 -0
  667. package/lib/components/productCard/components/AmountFooter/index.d.ts +3 -0
  668. package/lib/components/productCard/components/Header/EditButton/index.d.ts +3 -0
  669. package/lib/components/productCard/components/Header/index.d.ts +3 -0
  670. package/lib/components/productCard/components/Note/index.d.ts +0 -1
  671. package/lib/components/productCard/components/Packages/index.d.ts +0 -1
  672. package/lib/components/productCard/components/Sales/index.d.ts +3 -0
  673. package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts +3 -0
  674. package/lib/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +13 -0
  675. package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +2 -0
  676. package/lib/components/productCard/components/Time/components/SelectResource/index.d.ts +18 -0
  677. package/lib/components/productCard/components/Time/index.d.ts +4 -0
  678. package/lib/components/productCard/utils.d.ts +33 -0
  679. package/lib/components/qrcode/index.d.ts +0 -1
  680. package/lib/components/sort/index.d.ts +5 -0
  681. package/lib/components/table/Actions/component/ExportImport/index.d.ts +7 -0
  682. package/lib/components/table/Actions/component/GallerySetting/index.d.ts +0 -1
  683. package/lib/components/table/Actions/component/Group/index.d.ts +0 -1
  684. package/lib/components/table/Actions/index.d.ts +0 -1
  685. package/lib/components/table/BasicTable/index.d.ts +3 -0
  686. package/lib/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +0 -1
  687. package/lib/components/table/Gallery/components/GalleryItem/index.d.ts +14 -0
  688. package/lib/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
  689. package/lib/components/table/Gallery/index.d.ts +5 -0
  690. package/lib/components/table/Table/AddFieldModal/index.d.ts +4 -0
  691. package/lib/components/table/Table/SelectField/index.d.ts +0 -1
  692. package/lib/components/table/Table/fields/date/Show/index.d.ts +0 -1
  693. package/lib/components/table/Table/fields/index.d.ts +2 -3
  694. package/lib/components/table/Table/fields/link/Show/index.d.ts +0 -1
  695. package/lib/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
  696. package/lib/components/table/Table/fields/select/index.d.ts +0 -1
  697. package/lib/components/table/Table/fields/text/Show/index.d.ts +0 -1
  698. package/lib/components/table/Table/fields/text/index.d.ts +0 -1
  699. package/lib/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
  700. package/lib/components/table/Table/fields/treeSelect/index.d.ts +0 -1
  701. package/lib/components/table/Table/index.d.ts +4 -0
  702. package/lib/components/table/Table/tableConfig/SortRow/index.d.ts +0 -1
  703. package/lib/components/table/Table/utils.d.ts +161 -0
  704. package/lib/components/table/View/index.d.ts +0 -1
  705. package/lib/components/table/hooks/useTableSetting.d.ts +21 -0
  706. package/lib/components/table/hooks/useTransDataSource.d.ts +11 -0
  707. package/lib/components/table/index.d.ts +4 -0
  708. package/lib/components/translation/index.d.ts +17 -0
  709. package/lib/components/versionModal/index.d.ts +23 -0
  710. package/lib/components/virtual-keyboard/Amount/index.d.ts +5 -0
  711. package/lib/components/virtual-keyboard/Amount/types.d.ts +44 -0
  712. package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +25 -0
  713. package/lib/components/virtual-keyboard/Number/index.d.ts +5 -0
  714. package/lib/components/virtual-keyboard/index.d.ts +25 -0
  715. package/lib/components/walletCard/index.d.ts +79 -0
  716. package/lib/index.d.ts +9 -10
  717. package/lib/index.js +8 -8
  718. package/lib/locales/en-US.d.ts +387 -0
  719. package/lib/locales/en-US.js +1 -0
  720. package/lib/locales/index.d.ts +1 -0
  721. package/lib/locales/ja.d.ts +356 -0
  722. package/lib/locales/ja.js +22 -1
  723. package/lib/locales/pt.d.ts +356 -0
  724. package/lib/locales/pt.js +22 -1
  725. package/lib/locales/zh-CN.d.ts +382 -0
  726. package/lib/locales/zh-CN.js +1 -0
  727. package/lib/locales/zh-TW.d.ts +382 -0
  728. package/lib/locales/zh-TW.js +1 -0
  729. package/lib/utils/index.d.ts +1 -1
  730. package/lib/utils/platform.d.ts +1 -1
  731. package/lowcode/pisell-time-navigator/meta.ts +1 -1
  732. package/package.json +3 -3
@@ -1,3 +1,6 @@
1
+ import floorMapJa from "./locales-ja";
2
+ import floorMapPt from "./locales-pt";
3
+
1
4
  /**
2
5
  * PisellFloorMapLayout 内置文案(画布 Tab、编辑面板等)
3
6
  */
@@ -62,7 +65,45 @@ export default {
62
65
  'pisell-floor-map-layout.edit-panel.pop-desc': 'It will be removed from the floor plan draft; click Save at the top to persist.',
63
66
  'pisell-floor-map-layout.edit-panel.btn-delete': 'Delete',
64
67
  'pisell-floor-map-layout.edit-panel.btn-cancel': 'Cancel',
65
- 'pisell-floor-map-layout.edit-panel.btn-ok-delete': 'Delete'
68
+ 'pisell-floor-map-layout.edit-panel.btn-ok-delete': 'Delete',
69
+ 'pisell-floor-map-layout.toolbar.category-fallback': 'Elements',
70
+ 'pisell-floor-map-layout.toolbar.palette-card-title': 'Click to place on canvas, or drag onto canvas to add 「{name}」',
71
+ 'pisell-floor-map-layout.toolbar.data-binding-optional': 'Data binding (optional)',
72
+ 'pisell-floor-map-layout.toolbar.hint-after-select-ds': 'After choosing a data source, you may bind rows or place placeholders directly.',
73
+ 'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': 'No unbound rows in this data source, or the list is empty; you can still place placeholders on the canvas.',
74
+ 'pisell-floor-map-layout.toolbar.ph-select-records': 'Select records to show (optional, multiple)',
75
+ 'pisell-floor-map-layout.toolbar.hint-multi-drop': 'Select multiple to place several items in one click (staggered). Leave empty to place a placeholder and bind later in the sidebar.',
76
+ 'pisell-floor-map-layout.toolbar.no-data-sources': 'No data sources available',
77
+ 'pisell-floor-map-layout.toolbar.cancel-place': 'Cancel',
78
+ 'pisell-floor-map-layout.toolbar.layout-dirty-hint': 'Layout changed — click Save to persist.',
79
+ 'pisell-floor-map-layout.toolbar.save': 'Save',
80
+ 'pisell-floor-map-layout.toolbar.saving': 'Saving…',
81
+ 'pisell-floor-map-layout.view-controls.zoom-out-aria': 'Zoom out',
82
+ 'pisell-floor-map-layout.view-controls.zoom-in-aria': 'Zoom in',
83
+ 'pisell-floor-map-layout.view-controls.reset-aria': 'Reset view',
84
+ 'pisell-floor-map-layout.view-controls.fit-bounds-aria': 'Fit to content',
85
+ 'pisell-floor-map-layout.view-controls.grid-hide-aria': 'Hide grid',
86
+ 'pisell-floor-map-layout.view-controls.grid-show-aria': 'Show grid',
87
+ 'pisell-floor-map-layout.view-controls.fullscreen-aria': 'Fullscreen',
88
+ 'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': 'Exit fullscreen',
89
+ 'pisell-floor-map-layout.image-element.default-name': 'Image',
90
+ 'pisell-floor-map-layout.placement.fallback-image-name': 'Background',
91
+ 'pisell-floor-map-layout.image-element.hint-no-url': 'Enter the image URL in the sidebar; lower the layer to place under tables.',
92
+ 'pisell-floor-map-layout.image-element.hint-load-fail': 'Failed to load image; check the URL.',
93
+ 'pisell-floor-map-layout.data-form.empty': 'No extra fields to edit',
94
+ 'pisell-floor-map-layout.data-form.save-record': 'Save record',
95
+ 'pisell-floor-map-layout.binding-error.required-row': 'This element must be bound to a data row.',
96
+ 'pisell-floor-map-layout.binding-error.ds-not-allowed': 'Data source "{key}" is not allowed for this element type.',
97
+ 'pisell-floor-map-layout.binding-error.missing-field': 'Row is missing required field: {field}',
98
+ 'pisell-floor-map-layout.card-placeholder.hint-select-row': 'Data source selected. Choose a row in the sidebar.',
99
+ 'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': 'No row bound: select a data source and record in the sidebar.',
100
+ 'pisell-floor-map-layout.card-placeholder.hint-new-slot': 'New {kind} placeholder. Bind a record in the sidebar.',
101
+ 'pisell-floor-map-layout.card-placeholder.hint-row-not-found': 'Record not found: check binding or data list.',
102
+ 'pisell-floor-map-layout.figma-card.kind-round-table': 'Round table',
103
+ 'pisell-floor-map-layout.figma-card.kind-square-table': 'Table',
104
+ 'pisell-floor-map-layout.figma-card.default-table': 'Table',
105
+ 'pisell-floor-map-layout.figma-card.capacity-seats': 'Seats {n}',
106
+ 'pisell-floor-map-layout.figma-card.guests-count': '{n} guests'
66
107
  },
67
108
  'zh-CN': {
68
109
  'pisell-floor-map-layout.loading': '加载中…',
@@ -124,7 +165,45 @@ export default {
124
165
  'pisell-floor-map-layout.edit-panel.pop-desc': '将从当前平面图草稿中移除;删除后请点击顶部「保存」以持久化布局。',
125
166
  'pisell-floor-map-layout.edit-panel.btn-delete': '删除',
126
167
  'pisell-floor-map-layout.edit-panel.btn-cancel': '取消',
127
- 'pisell-floor-map-layout.edit-panel.btn-ok-delete': '删除'
168
+ 'pisell-floor-map-layout.edit-panel.btn-ok-delete': '删除',
169
+ 'pisell-floor-map-layout.toolbar.category-fallback': '图元',
170
+ 'pisell-floor-map-layout.toolbar.palette-card-title': '点击后画布落点,或拖拽到画布生成「{name}」',
171
+ 'pisell-floor-map-layout.toolbar.data-binding-optional': '数据绑定(可选)',
172
+ 'pisell-floor-map-layout.toolbar.hint-after-select-ds': '选择数据源后可选绑定数据行,或直接落点占位。',
173
+ 'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': '当前数据源无未绑定记录,或列表为空;可直接在画布落点占位。',
174
+ 'pisell-floor-map-layout.toolbar.ph-select-records': '选择要展示的记录(可选,可多选)',
175
+ 'pisell-floor-map-layout.toolbar.hint-multi-drop': '可选多条,在画布点击一次将按阶梯偏移落多条;留空则先占位,稍后在侧栏绑定。',
176
+ 'pisell-floor-map-layout.toolbar.no-data-sources': '无可用数据源',
177
+ 'pisell-floor-map-layout.toolbar.cancel-place': '取消新建',
178
+ 'pisell-floor-map-layout.toolbar.layout-dirty-hint': '布局已修改,请点击「保存」持久化。',
179
+ 'pisell-floor-map-layout.toolbar.save': '保存',
180
+ 'pisell-floor-map-layout.toolbar.saving': '保存中…',
181
+ 'pisell-floor-map-layout.view-controls.zoom-out-aria': '缩小',
182
+ 'pisell-floor-map-layout.view-controls.zoom-in-aria': '放大',
183
+ 'pisell-floor-map-layout.view-controls.reset-aria': '复位',
184
+ 'pisell-floor-map-layout.view-controls.fit-bounds-aria': '区域定位',
185
+ 'pisell-floor-map-layout.view-controls.grid-hide-aria': '隐藏网格',
186
+ 'pisell-floor-map-layout.view-controls.grid-show-aria': '显示网格',
187
+ 'pisell-floor-map-layout.view-controls.fullscreen-aria': '全屏',
188
+ 'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': '退出全屏',
189
+ 'pisell-floor-map-layout.image-element.default-name': '图片图元',
190
+ 'pisell-floor-map-layout.placement.fallback-image-name': '底图',
191
+ 'pisell-floor-map-layout.image-element.hint-no-url': '在侧栏填写图片地址;可调层级置于桌位下方作底图',
192
+ 'pisell-floor-map-layout.image-element.hint-load-fail': '图片加载失败,请检查地址',
193
+ 'pisell-floor-map-layout.data-form.empty': '无额外字段可编辑',
194
+ 'pisell-floor-map-layout.data-form.save-record': '保存记录',
195
+ 'pisell-floor-map-layout.binding-error.required-row': '该图元须绑定数据源行',
196
+ 'pisell-floor-map-layout.binding-error.ds-not-allowed': '数据源「{key}」不在该图元允许列表内',
197
+ 'pisell-floor-map-layout.binding-error.missing-field': '数据行缺少必填字段:{field}',
198
+ 'pisell-floor-map-layout.card-placeholder.hint-select-row': '已选择数据源,请在侧栏选择数据行',
199
+ 'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': '未绑定数据行:请在侧栏选择数据源与记录',
200
+ 'pisell-floor-map-layout.card-placeholder.hint-new-slot': '新{kind}占位,可在侧栏绑定具体记录',
201
+ 'pisell-floor-map-layout.card-placeholder.hint-row-not-found': '未找到对应记录:请检查绑定或数据列表',
202
+ 'pisell-floor-map-layout.figma-card.kind-round-table': '圆桌',
203
+ 'pisell-floor-map-layout.figma-card.kind-square-table': '餐桌',
204
+ 'pisell-floor-map-layout.figma-card.default-table': '餐桌',
205
+ 'pisell-floor-map-layout.figma-card.capacity-seats': '可坐 {n} 人',
206
+ 'pisell-floor-map-layout.figma-card.guests-count': '{n} 人'
128
207
  },
129
208
  'zh-HK': {
130
209
  'pisell-floor-map-layout.loading': '載入中…',
@@ -186,6 +265,46 @@ export default {
186
265
  'pisell-floor-map-layout.edit-panel.pop-desc': '將從當前平面圖草稿中移除;刪除後請點擊頂部「儲存」以持久化佈局。',
187
266
  'pisell-floor-map-layout.edit-panel.btn-delete': '刪除',
188
267
  'pisell-floor-map-layout.edit-panel.btn-cancel': '取消',
189
- 'pisell-floor-map-layout.edit-panel.btn-ok-delete': '刪除'
190
- }
268
+ 'pisell-floor-map-layout.edit-panel.btn-ok-delete': '刪除',
269
+ 'pisell-floor-map-layout.toolbar.category-fallback': '圖元',
270
+ 'pisell-floor-map-layout.toolbar.palette-card-title': '點擊後畫布落點,或拖曳到畫布生成「{name}」',
271
+ 'pisell-floor-map-layout.toolbar.data-binding-optional': '數據綁定(可選)',
272
+ 'pisell-floor-map-layout.toolbar.hint-after-select-ds': '選擇數據源後可選綁定數據列,或直接落點占位。',
273
+ 'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': '當前數據源無未綁定記錄,或清單為空;可直接在畫布落點占位。',
274
+ 'pisell-floor-map-layout.toolbar.ph-select-records': '選擇要展示的記錄(可選,可多選)',
275
+ 'pisell-floor-map-layout.toolbar.hint-multi-drop': '可選多條,在畫布點擊一次將按階梯偏移落多條;留空則先占位,稍後在側欄綁定。',
276
+ 'pisell-floor-map-layout.toolbar.no-data-sources': '無可用數據源',
277
+ 'pisell-floor-map-layout.toolbar.cancel-place': '取消新建',
278
+ 'pisell-floor-map-layout.toolbar.layout-dirty-hint': '佈局已修改,請點擊「儲存」持久化。',
279
+ 'pisell-floor-map-layout.toolbar.save': '儲存',
280
+ 'pisell-floor-map-layout.toolbar.saving': '儲存中…',
281
+ 'pisell-floor-map-layout.view-controls.zoom-out-aria': '縮小',
282
+ 'pisell-floor-map-layout.view-controls.zoom-in-aria': '放大',
283
+ 'pisell-floor-map-layout.view-controls.reset-aria': '復位',
284
+ 'pisell-floor-map-layout.view-controls.fit-bounds-aria': '區域定位',
285
+ 'pisell-floor-map-layout.view-controls.grid-hide-aria': '隱藏網格',
286
+ 'pisell-floor-map-layout.view-controls.grid-show-aria': '顯示網格',
287
+ 'pisell-floor-map-layout.view-controls.fullscreen-aria': '全螢幕',
288
+ 'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': '退出全螢幕',
289
+ 'pisell-floor-map-layout.image-element.default-name': '圖片圖元',
290
+ 'pisell-floor-map-layout.placement.fallback-image-name': '底圖',
291
+ 'pisell-floor-map-layout.image-element.hint-no-url': '在側欄填寫圖片地址;可調層級置於桌位下方作底圖',
292
+ 'pisell-floor-map-layout.image-element.hint-load-fail': '圖片載入失敗,請檢查地址',
293
+ 'pisell-floor-map-layout.data-form.empty': '無額外欄位可編輯',
294
+ 'pisell-floor-map-layout.data-form.save-record': '儲存記錄',
295
+ 'pisell-floor-map-layout.binding-error.required-row': '該圖元須綁定數據源列',
296
+ 'pisell-floor-map-layout.binding-error.ds-not-allowed': '數據源「{key}」不在該圖元允許列表內',
297
+ 'pisell-floor-map-layout.binding-error.missing-field': '數據列缺少必填欄位:{field}',
298
+ 'pisell-floor-map-layout.card-placeholder.hint-select-row': '已選擇數據源,請在側欄選擇數據列',
299
+ 'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': '未綁定數據列:請在側欄選擇數據源與記錄',
300
+ 'pisell-floor-map-layout.card-placeholder.hint-new-slot': '新{kind}占位,可在側欄綁定具體記錄',
301
+ 'pisell-floor-map-layout.card-placeholder.hint-row-not-found': '找不到對應記錄:請檢查綁定或數據清單',
302
+ 'pisell-floor-map-layout.figma-card.kind-round-table': '圓桌',
303
+ 'pisell-floor-map-layout.figma-card.kind-square-table': '餐桌',
304
+ 'pisell-floor-map-layout.figma-card.default-table': '餐桌',
305
+ 'pisell-floor-map-layout.figma-card.capacity-seats': '可坐 {n} 人',
306
+ 'pisell-floor-map-layout.figma-card.guests-count': '{n} 人'
307
+ },
308
+ ja: floorMapJa,
309
+ pt: floorMapPt
191
310
  };
@@ -0,0 +1,20 @@
1
+ import type { FloorMapCanvas, FloorMapCanvasNameI18n } from '../types';
2
+ /**
3
+ * 合并平面图 Tab 用多语言包(与业务侧 `locales.init` 可叠加)。
4
+ */
5
+ export declare function initFloorMapLayoutLocales(engineLocale: string): void;
6
+ /**
7
+ * 从多语言对象中取当前 locale 下展示字符串,缺省按 en → 其余首个非空。
8
+ */
9
+ export declare function pickFloorMapCanvasI18nString(obj: FloorMapCanvasNameI18n, engineLocale: string): string;
10
+ /**
11
+ * 画布在 Tab / 下拉中的展示名:
12
+ * 1. `name` 为多语言对象时 **优先** 按引擎 locale 取字段(与配置内嵌文案一致);
13
+ * 2. 否则 `nameKey` + `locales.getText`(需业务侧已 init 对应语言包);
14
+ * 3. 否则 `name` 字符串。
15
+ */
16
+ export declare function getFloorMapCanvasDisplayName(canvas: FloorMapCanvas, engineLocale: string): string;
17
+ /**
18
+ * 打开重命名弹层时的初始多语言值(与 Translation 表单一致)。
19
+ */
20
+ export declare function seedFloorMapCanvasNameI18n(canvas: FloorMapCanvas, displayFallback: string): FloorMapCanvasNameI18n;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * 将当前画布的 sceneElements 合并为 Layout 使用的 FloorMapMergedItem[]
3
+ */
4
+ import type { FloorMapViewConfig, FloorMapMergedItem } from '../types';
5
+ /**
6
+ * 合并指定画布下的 sceneElements 为一份 items(用于 ItemLayer / EditableItemLayer)
7
+ */
8
+ export declare function mergeCanvasItems(canvasId: string, config: Pick<FloorMapViewConfig, 'sceneElements' | 'elementKinds'>, defaultCellSize?: number): FloorMapMergedItem[];
@@ -0,0 +1,8 @@
1
+ /**
2
+ * 平面图数据行在下拉选项中的展示文案(侧栏「选择数据行」、工具栏多选记录)
3
+ * 仅展示名称侧一条:main_field(取 ## 前段)→ code → name;不再拼接 id、form_code、status。
4
+ */
5
+ export declare function formatDataRecordOptionLabel(record: {
6
+ id: string;
7
+ [k: string]: unknown;
8
+ }): string;
@@ -1,7 +1,6 @@
1
1
  /**
2
- * 平面图数据行在下拉选项中的展示文案(侧栏「选择数据行」、工具栏绑定行)
3
- * 展示顺序:名称侧(main_field / code / name)→ 可选(status)→ 「 · 」后缀 id、form_code。
4
- * form_code 可读 `form_code` 或预约行里的 `area`。
2
+ * 平面图数据行在下拉选项中的展示文案(侧栏「选择数据行」、工具栏多选记录)
3
+ * 仅展示名称侧一条:main_field(取 ## 前段)→ code name;不再拼接 id、form_code、status
5
4
  */
6
5
  export function formatDataRecordOptionLabel(record) {
7
6
  var _rawMain$split$, _record$id;
@@ -9,16 +8,8 @@ export function formatDataRecordOptionLabel(record) {
9
8
  var mainField = rawMain ? ((_rawMain$split$ = rawMain.split(' ## ')[0]) !== null && _rawMain$split$ !== void 0 ? _rawMain$split$ : rawMain).trim() : '';
10
9
  var code = record.code != null && String(record.code).trim() ? String(record.code).trim() : '';
11
10
  var name = record.name != null ? String(record.name).trim() : '';
12
- var status = record.status != null ? String(record.status) : '';
13
11
  var idStr = String((_record$id = record.id) !== null && _record$id !== void 0 ? _record$id : '').trim();
14
- var formCodeRaw = record.form_code != null && String(record.form_code).trim() ? String(record.form_code).trim() : record.area != null && String(record.area).trim() ? String(record.area).trim() : '';
15
12
  var primary = mainField || code || name;
16
- var tailParts = [idStr, formCodeRaw].filter(function (s) {
17
- return s.length > 0;
18
- });
19
- var tail = tailParts.length ? " \xB7 ".concat(tailParts.join(' · ')) : '';
20
- if (primary && status) return "".concat(primary, "\uFF08").concat(status, "\uFF09").concat(tail);
21
- if (primary) return "".concat(primary).concat(tail);
22
- if (tailParts.length) return tailParts.join(' · ');
13
+ if (primary) return primary;
23
14
  return idStr || '—';
24
15
  }
@@ -0,0 +1,22 @@
1
+ /**
2
+ * 图元种类解析与绑定展示前校验(供合并项渲染、工具栏逻辑复用)
3
+ */
4
+ import type { FloorMapElementKindConfig, FloorMapViewConfig, FloorMapSceneElement, FloorMapDataSources, FloorMapElementDataBindingPolicy } from '../types';
5
+ /** 与 RecordBoard Story 一致:`floorMapImage` */
6
+ export declare function isFloorMapImageElementKind(kind: string | undefined): boolean;
7
+ /** dataBindingPolicy 缺省视为 none */
8
+ export declare function resolveDataBindingPolicy(kind: FloorMapElementKindConfig | undefined): FloorMapElementDataBindingPolicy;
9
+ export declare function getElementKindConfig(config: Pick<FloorMapViewConfig, 'elementKinds'> | undefined, elementKind: string | undefined): FloorMapElementKindConfig | undefined;
10
+ /**
11
+ * 与调色板分组一致:取与当前图元 **同一 categoryId**(含未填 categoryId 时落到首个分类)下的可切换种类,
12
+ * 排除舞台、底图。若仅有一种则编辑面板可不展示切换器。
13
+ */
14
+ export declare function getSwappableElementKindsInSameCategory(config: FloorMapViewConfig, elementKind: string | undefined): FloorMapElementKindConfig[];
15
+ /**
16
+ * 在右侧编辑面板将图元改为同分类下的另一种 kind 时的草稿 patch(绑定不兼容则清空)
17
+ */
18
+ export declare function patchSceneElementForKindSwitch(config: FloorMapViewConfig, element: FloorMapSceneElement, nextKindValue: string): Partial<FloorMapSceneElement>;
19
+ /**
20
+ * @returns 人类可读错误文案;无问题时返回 null
21
+ */
22
+ export declare function getSceneElementRenderIssue(element: FloorMapSceneElement, kind: FloorMapElementKindConfig | undefined, dataSources: FloorMapDataSources | undefined): string | null;
@@ -10,6 +10,7 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
10
10
  */
11
11
 
12
12
  import { FLOOR_MAP_IMAGE_ELEMENT_KIND, FLOOR_MAP_STAGE_ELEMENT_KIND } from "../types";
13
+ import { locales } from '@pisell/utils';
13
14
  import { STAGE_DECO_DEFAULT } from "./floorMapStageDefaults";
14
15
 
15
16
  /** 与 RecordBoard Story 一致:`floorMapImage` */
@@ -111,12 +112,12 @@ export function getSceneElementRenderIssue(element, kind, dataSources) {
111
112
  var policy = resolveDataBindingPolicy(kind);
112
113
  var binding = element.dataBinding;
113
114
  if (policy === 'required' && !binding) {
114
- return '该图元须绑定数据源行';
115
+ return locales.getText('pisell-floor-map-layout.binding-error.required-row');
115
116
  }
116
117
  if (!binding) return null;
117
118
  var keys = kind === null || kind === void 0 ? void 0 : kind.allowedDataSourceKeys;
118
119
  if (keys !== null && keys !== void 0 && keys.length && !keys.includes(binding.dataSourceKey)) {
119
- return "\u6570\u636E\u6E90\u300C".concat(binding.dataSourceKey, "\u300D\u4E0D\u5728\u8BE5\u56FE\u5143\u5141\u8BB8\u5217\u8868\u5185");
120
+ return locales.getText('pisell-floor-map-layout.binding-error.ds-not-allowed').replace(/\{key\}/g, binding.dataSourceKey);
120
121
  }
121
122
  var rows = dataSources === null || dataSources === void 0 ? void 0 : dataSources[binding.dataSourceKey];
122
123
  var rid = binding.recordId != null ? String(binding.recordId).trim() : '';
@@ -142,7 +143,7 @@ export function getSceneElementRenderIssue(element, kind, dataSources) {
142
143
  for (_iterator.s(); !(_step = _iterator.n()).done;) {
143
144
  var f = _step.value;
144
145
  if (row[f] === undefined || row[f] === null || row[f] === '') {
145
- return "\u6570\u636E\u884C\u7F3A\u5C11\u5FC5\u586B\u5B57\u6BB5\uFF1A".concat(f);
146
+ return locales.getText('pisell-floor-map-layout.binding-error.missing-field').replace(/\{field\}/g, f);
146
147
  }
147
148
  }
148
149
  } catch (err) {
@@ -0,0 +1,11 @@
1
+ /**
2
+ * 无 renderItemByKind 时的占位渲染(装饰、舞台等),避免画布上不显示
3
+ */
4
+ import React from 'react';
5
+ import type { FloorMapMergedItem } from '../types';
6
+ /**
7
+ * @returns 与 PisellFloorMapLayout 内联 fallback 一致的渲染函数(useCallback 由调用方包裹)
8
+ */
9
+ /** 绑定校验失败或 renderItemByKind 抛错时的占位 */
10
+ export declare function renderFloorMapRenderError(message: string): React.ReactNode;
11
+ export declare function renderFloorMapFallbackPlaceholder(item: FloorMapMergedItem): React.ReactNode;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { InputProps, ButtonProps } from 'antd';
3
2
  import { PisellContextType } from "../../../pisell-config-provider/context";
4
3
  export interface CopyProps extends InputProps {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { SpinProps } from 'antd';
3
2
  import './index.less';
4
3
  declare type MaskType = {
@@ -0,0 +1,39 @@
1
+ import React from 'react';
2
+ import type { PisellLongTextProps } from './types';
3
+ import './PisellLongText.less';
4
+ /**
5
+ * PisellLongText 长文本/多行文本组件
6
+ *
7
+ * 多行文本输入/展示组件,支持只读、编辑、禁用三种状态。
8
+ * 基于 Ant Design TextArea 组件开发,提供展开/折叠功能和完整的校验框架。
9
+ *
10
+ * @param props 组件 Props
11
+ *
12
+ * @example
13
+ * // 编辑态
14
+ * <PisellLongText
15
+ * placeholder="请输入内容"
16
+ * rows={3}
17
+ * maxLength={500}
18
+ * showCount
19
+ * />
20
+ *
21
+ * @example
22
+ * // 只读态(展开折叠)
23
+ * <PisellLongText
24
+ * mode="read"
25
+ * value={longText}
26
+ * maxLines={3}
27
+ * enableExpand
28
+ * />
29
+ *
30
+ * @example
31
+ * // 自动高度
32
+ * <PisellLongText
33
+ * autoSize={{ minRows: 3, maxRows: 10 }}
34
+ * placeholder="自动调整高度"
35
+ * />
36
+ */
37
+ export declare const PisellLongText: React.FC<PisellLongTextProps>;
38
+ declare const _default: React.NamedExoticComponent<PisellLongTextProps>;
39
+ export default _default;
@@ -0,0 +1,123 @@
1
+ import type { Meta, StoryObj } from '@storybook/react';
2
+ import { PisellLongText } from './PisellLongText';
3
+ /**
4
+ * PisellLongText 是一个多行文本输入/展示组件。
5
+ *
6
+ * ## 功能特性
7
+ * - 支持三种状态:只读、编辑、禁用
8
+ * - 展开/折叠功能(只读态)
9
+ * - 自动高度调整
10
+ * - 完整的校验框架
11
+ * - 字数统计
12
+ */
13
+ declare const meta: Meta<typeof PisellLongText>;
14
+ export default meta;
15
+ declare type Story = StoryObj<typeof PisellLongText>;
16
+ /**
17
+ * 基础编辑态示例
18
+ */
19
+ export declare const Basic: Story;
20
+ /**
21
+ * 只读态示例 - 短文本
22
+ */
23
+ export declare const ReadMode: Story;
24
+ /**
25
+ * 只读态 - 展开/折叠功能(核心)
26
+ */
27
+ export declare const ReadModeExpandCollapse: Story;
28
+ /**
29
+ * 只读态 - 自定义展开/收起文案
30
+ */
31
+ export declare const ReadModeCustomExpandText: Story;
32
+ /**
33
+ * 只读态 - 禁用展开功能
34
+ */
35
+ export declare const ReadModeDisableExpand: Story;
36
+ /**
37
+ * 只读态 - 字数统计
38
+ */
39
+ export declare const ReadModeWithWordCount: Story;
40
+ /**
41
+ * 只读态 - 展开 + 字数统计
42
+ */
43
+ export declare const ReadModeExpandAndWordCount: Story;
44
+ /**
45
+ * 禁用态示例
46
+ */
47
+ export declare const Disabled: Story;
48
+ /**
49
+ * 编辑态 - 默认行数
50
+ */
51
+ export declare const EditModeCustomRows: Story;
52
+ /**
53
+ * 编辑态 - 自动高度(boolean)
54
+ */
55
+ export declare const EditModeAutoSize: Story;
56
+ /**
57
+ * 编辑态 - 自动高度(范围限定)
58
+ */
59
+ export declare const EditModeAutoSizeRange: Story;
60
+ /**
61
+ * 编辑态 - minRows 和 maxRows
62
+ */
63
+ export declare const EditModeMinMaxRows: Story;
64
+ /**
65
+ * 编辑态 - 字数统计
66
+ */
67
+ export declare const EditModeWithCount: Story;
68
+ /**
69
+ * 编辑态 - 清空按钮
70
+ */
71
+ export declare const EditModeWithClear: Story;
72
+ /**
73
+ * 必填校验
74
+ */
75
+ export declare const Required: Story;
76
+ /**
77
+ * 长度校验
78
+ */
79
+ export declare const LengthValidation: Story;
80
+ /**
81
+ * 自定义校验 - 段落数量限制
82
+ */
83
+ export declare const CustomValidatorParagraphs: Story;
84
+ /**
85
+ * 组合校验
86
+ */
87
+ export declare const CombinedValidation: Story;
88
+ /**
89
+ * 自动高度 + 字数统计
90
+ */
91
+ export declare const AutoSizeWithCount: Story;
92
+ /**
93
+ * 保留换行和空格
94
+ */
95
+ export declare const PreserveWhitespace: Story;
96
+ /**
97
+ * 自定义样式(只读态)
98
+ */
99
+ export declare const CustomStyle: Story;
100
+ /**
101
+ * 完整功能示例
102
+ */
103
+ export declare const FullFeatures: Story;
104
+ /**
105
+ * 所有展开/折叠场景对比
106
+ */
107
+ export declare const AllExpandScenarios: Story;
108
+ /**
109
+ * 所有自动高度场景对比
110
+ */
111
+ export declare const AllAutoSizeScenarios: Story;
112
+ /**
113
+ * 校验场景对比
114
+ */
115
+ export declare const ValidationScenarios: Story;
116
+ /**
117
+ * 边界情况测试
118
+ */
119
+ export declare const EdgeCases: Story;
120
+ /**
121
+ * 完整功能演示
122
+ */
123
+ export declare const CompleteExample: Story;
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ import type { PisellLongTextProps } from '../types';
3
+ /**
4
+ * PisellLongText 禁用态视图组件
5
+ *
6
+ * 负责渲染禁用态视图,基于原始 mode 渲染对应的视图,并添加禁用样式
7
+ *
8
+ * 设计规则:
9
+ * - 基于编辑态或只读态的视觉
10
+ * - 透明度 40%
11
+ * - 禁止所有交互行为
12
+ *
13
+ * @param props 组件 Props
14
+ */
15
+ declare const DisabledView: React.FC<PisellLongTextProps>;
16
+ export default DisabledView;
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import type { PisellLongTextProps } from '../types';
3
+ /**
4
+ * PisellLongText 编辑态视图组件
5
+ *
6
+ * 负责渲染编辑态的多行输入框,基于 Ant Design TextArea 组件
7
+ *
8
+ * 功能:
9
+ * - 多行文本输入
10
+ * - 自动高度调整(autoSize)
11
+ * - 实时或失焦校验
12
+ * - 错误提示展示
13
+ * - 字数统计
14
+ * - 清空按钮
15
+ *
16
+ * @param props 组件 Props
17
+ */
18
+ declare const EditView: React.FC<PisellLongTextProps>;
19
+ export default EditView;
@@ -0,0 +1,18 @@
1
+ import React from 'react';
2
+ import type { PisellLongTextProps } from '../types';
3
+ /**
4
+ * PisellLongText 只读态视图组件
5
+ *
6
+ * 负责渲染只读态的多行文本展示,支持展开/折叠功能
7
+ *
8
+ * 功能:
9
+ * - 多行文本展示
10
+ * - 根据 maxLines 截断内容
11
+ * - 展开/收起按钮(超出行数时显示)
12
+ * - 字数统计(可选)
13
+ * - 保留换行和空格(whiteSpace: 'pre-wrap')
14
+ *
15
+ * @param props 组件 Props
16
+ */
17
+ declare const ReadOnlyView: React.FC<PisellLongTextProps>;
18
+ export default ReadOnlyView;
@@ -0,0 +1,7 @@
1
+ /**
2
+ * PisellLongText 组件导出
3
+ */
4
+ import PisellLongText from './PisellLongText';
5
+ export { PisellLongText };
6
+ export type { PisellLongTextProps } from './types';
7
+ export type { DisplayState, ValidationResult, TextInputState } from './types';