@pisell/materials 1.0.1086 → 1.0.1087

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 (861) hide show
  1. package/build/lowcode/assets-daily.json +11 -11
  2. package/build/lowcode/assets-dev.json +2 -2
  3. package/build/lowcode/assets-prod.json +11 -11
  4. package/build/lowcode/index.js +1 -1
  5. package/build/lowcode/meta.js +1 -1
  6. package/build/lowcode/preview.js +153 -145
  7. package/build/lowcode/render/default/view.js +39 -42
  8. package/build/lowcode/view.js +44 -47
  9. package/es/components/Pagination/index.d.ts +0 -1
  10. package/es/components/PisellBasicGrid/PisellBasicGrid.d.ts +0 -1
  11. package/es/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +0 -1
  12. package/es/components/PisellCards/components/GraphicTextCard/GraphicTextCard.stories.d.ts +163 -0
  13. package/es/components/PisellCards/components/GraphicTextCard/types.d.ts +301 -0
  14. package/es/components/PisellCards/components/MultilevelCard/components/PanelWrapper.d.ts +7 -0
  15. package/es/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +0 -1
  16. package/es/components/PisellCards/components/PisellImageCard/PisellImageCard.d.ts +0 -1
  17. package/es/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +0 -1
  18. package/es/components/PisellCards/components/TabCard/TabCard.d.ts +0 -1
  19. package/es/components/PisellCards/components/TextCard/TextCard.d.ts +7 -0
  20. package/es/components/PisellCards/components/TextCard/TextCard.stories.d.ts +183 -0
  21. package/es/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +27 -0
  22. package/es/components/PisellCards/components/TextCard/components/TextContent.d.ts +21 -0
  23. package/es/components/PisellCards/components/TextCard/types.d.ts +277 -0
  24. package/es/components/PisellCards/index.d.ts +17 -0
  25. package/es/components/PisellContactBrief/PisellContactBrief.d.ts +13 -0
  26. package/es/components/PisellContactBrief/PisellContactBrief.stories.d.ts +31 -0
  27. package/es/components/PisellContactBrief/components/ContactFormModal.d.ts +23 -0
  28. package/es/components/PisellContactBrief/components/index.d.ts +5 -0
  29. package/es/components/PisellContactBrief/index.d.ts +6 -0
  30. package/es/components/PisellContactBrief/locales.d.ts +55 -0
  31. package/es/components/PisellContactBrief/types.d.ts +82 -0
  32. package/es/components/PisellFields/index.d.ts +0 -1
  33. package/es/components/PisellLayouts/index.d.ts +37 -0
  34. package/es/components/PisellMetrics/index.d.ts +0 -1
  35. package/es/components/PisellSuperTabs/PisellSuperTabs.d.ts +8 -0
  36. package/es/components/PisellSuperTabs/hooks/useTabsState.d.ts +7 -0
  37. package/es/components/PisellSuperTabs/types.d.ts +212 -0
  38. package/es/components/PisellTabbar/PisellTabbar.d.ts +20 -0
  39. package/es/components/PisellTabbar/constants.d.ts +47 -0
  40. package/es/components/PisellTabbar/hooks/useActiveKey.d.ts +55 -0
  41. package/es/components/PisellTabbar/hooks/useExpand.d.ts +42 -0
  42. package/es/components/PisellTabbar/template/Template1/PisellTabbar.d.ts +5 -0
  43. package/es/components/PisellTabbar/template/Template1/constants.d.ts +10 -0
  44. package/es/components/PisellTabbar/types.d.ts +90 -0
  45. package/es/components/PisellTabbar/utils/index.d.ts +69 -0
  46. package/es/components/Template/[ComponentName].d.ts +0 -0
  47. package/es/components/appVersionControl/index.d.ts +4 -0
  48. package/es/components/auto-complete-number/index.d.ts +0 -1
  49. package/es/components/badge/index.d.ts +0 -1
  50. package/es/components/batch-editor/fields/index.d.ts +0 -1
  51. package/es/components/calendar/index.d.ts +0 -1
  52. package/es/components/cardPro/index.d.ts +3 -0
  53. package/es/components/checkbox/index.d.ts +0 -1
  54. package/es/components/classicLayout/index.d.ts +0 -1
  55. package/es/components/colorPicker/index.d.ts +0 -1
  56. package/es/components/config-provider/index.d.ts +0 -1
  57. package/es/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +39 -0
  58. package/es/components/dataSourceComponents/dataSourceForm/utils.d.ts +1 -1
  59. package/es/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +8 -0
  60. package/es/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +0 -1
  61. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +0 -1
  62. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +5 -0
  63. package/es/components/dataSourceComponents/dataSourceTable/hooks/useFormat.d.ts +48 -0
  64. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +101 -0
  65. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +0 -1
  66. package/es/components/dataSourceComponents/dataSourceTable/type.d.ts +85 -0
  67. package/es/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +0 -1
  68. package/es/components/dataSourceComponents/fields/DatePicker/WithMode.d.ts +7 -0
  69. package/es/components/dataSourceComponents/fields/DatePicker/index.d.ts +11 -0
  70. package/es/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +0 -1
  71. package/es/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +0 -1
  72. package/es/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +0 -1
  73. package/es/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +0 -1
  74. package/es/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +0 -1
  75. package/es/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +26 -0
  76. package/es/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +0 -1
  77. package/es/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +0 -1
  78. package/es/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +0 -1
  79. package/es/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +0 -1
  80. package/es/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +1 -1
  81. package/es/components/dataSourceComponents/fields/Select/index.d.ts +1 -1
  82. package/es/components/dataSourceComponents/fields/Tabs/index.d.ts +1 -1
  83. package/es/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +0 -1
  84. package/es/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +0 -1
  85. package/es/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +0 -1
  86. package/es/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +0 -1
  87. package/es/components/dataSourceComponents/fields/index.d.ts +12 -12
  88. package/es/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +15 -0
  89. package/es/components/dataSourceComponents/provider/variables/VariablesProvider.d.ts +4 -0
  90. package/es/components/date-picker/datePickerCpt.d.ts +0 -1
  91. package/es/components/date-picker/index.d.ts +0 -1
  92. package/es/components/drag-sort-tree/TreeItem/index.d.ts +18 -0
  93. package/es/components/drag-sort-tree/index.d.ts +3 -0
  94. package/es/components/dropdown/index.d.ts +0 -1
  95. package/es/components/filter/components/items/index.d.ts +0 -1
  96. package/es/components/filter/components/items/text/Editor/index.d.ts +0 -1
  97. package/es/components/filter/components/items/text/Preview/index.d.ts +0 -1
  98. package/es/components/filter/components/items/text/index.d.ts +0 -1
  99. package/es/components/filter/index.d.ts +0 -1
  100. package/es/components/hardwareErrorTip/demo.d.ts +3 -0
  101. package/es/components/hardwareErrorTip/errorCard/index.d.ts +28 -0
  102. package/es/components/hardwareErrorTip/errorTipStatistics/index.d.ts +12 -0
  103. package/es/components/hardwareErrorTip/index.d.ts +19 -0
  104. package/es/components/hardwareErrorTip/logCard/index.d.ts +27 -0
  105. package/es/components/hardwareErrorTip/types.d.ts +28 -0
  106. package/es/components/iconfont/index.d.ts +8 -0
  107. package/es/components/list/index.d.ts +0 -1
  108. package/es/components/login-and-register/index.d.ts +82 -0
  109. package/es/components/lowCodePage/index.d.ts +0 -1
  110. package/es/components/page/index.d.ts +8 -0
  111. package/es/components/pisell-config-provider/context.d.ts +22 -0
  112. package/es/components/pisell-config-provider/index.d.ts +13 -0
  113. package/es/components/pisellActionPanel/PisellActionPanel.d.ts +13 -0
  114. package/es/components/pisellActionPanel/PisellActionPanel.stories.d.ts +19 -0
  115. package/es/components/pisellActionPanel/index.d.ts +6 -0
  116. package/es/components/pisellActionPanel/types.d.ts +83 -0
  117. package/es/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +0 -1
  118. package/es/components/pisellAdjustPrice/index.d.ts +4 -0
  119. package/es/components/pisellAdjustPrice/status.d.ts +32 -0
  120. package/es/components/pisellAdjustPrice/type.d.ts +22 -0
  121. package/es/components/pisellBaseCard/PisellBaseCard.d.ts +8 -0
  122. package/es/components/pisellBaseCard/PisellBaseCard.stories.d.ts +19 -0
  123. package/es/components/pisellBaseCard/index.d.ts +5 -0
  124. package/es/components/pisellBaseCard/types.d.ts +45 -0
  125. package/es/components/pisellCard/index.d.ts +0 -1
  126. package/es/components/pisellCheckboxGroup/index.d.ts +40 -0
  127. package/es/components/pisellCurrency/PisellCurrency.d.ts +39 -0
  128. package/es/components/pisellCustomerBrief/PisellCustomerBrief.d.ts +15 -0
  129. package/es/components/pisellCustomerBrief/PisellCustomerBrief.stories.d.ts +23 -0
  130. package/es/components/pisellCustomerBrief/index.d.ts +6 -0
  131. package/es/components/pisellCustomerBrief/types.d.ts +82 -0
  132. package/es/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +0 -1
  133. package/es/components/pisellDatePicker/datePickerCpt.d.ts +0 -1
  134. package/es/components/pisellDatePicker/index.d.ts +0 -1
  135. package/es/components/pisellEmail/PisellEmail.d.ts +37 -0
  136. package/es/components/pisellEmpty/index.d.ts +19 -0
  137. package/es/components/pisellEntityCard/PisellEntityCard.d.ts +8 -0
  138. package/es/components/pisellEntityCard/PisellEntityCard.stories.d.ts +47 -0
  139. package/es/components/pisellEntityCard/index.d.ts +5 -0
  140. package/es/components/pisellEntityCard/types.d.ts +144 -0
  141. package/es/components/pisellExport/PisellExport.d.ts +9 -0
  142. package/es/components/pisellExport/PisellExport.stories.d.ts +45 -0
  143. package/es/components/pisellExport/index.d.ts +2 -0
  144. package/es/components/pisellExport/types.d.ts +63 -0
  145. package/es/components/pisellFilter/index.d.ts +3 -0
  146. package/es/components/pisellFilter/type.d.ts +7 -0
  147. package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +12 -0
  148. package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.stories.d.ts +55 -0
  149. package/es/components/pisellFloorMapLayout/components/CanvasTabs.d.ts +22 -0
  150. package/es/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +46 -0
  151. package/es/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +39 -0
  152. package/es/components/pisellFloorMapLayout/components/FloorMapDataForm.d.ts +17 -0
  153. package/es/components/pisellFloorMapLayout/components/FloorMapEditPanel.d.ts +11 -0
  154. package/es/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +21 -0
  155. package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +38 -0
  156. package/es/components/pisellFloorMapLayout/components/FloorMapImageElement.d.ts +6 -0
  157. package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.d.ts +35 -0
  158. package/es/components/pisellFloorMapLayout/components/ItemLayer.d.ts +53 -0
  159. package/es/components/pisellFloorMapLayout/components/MapLayer.d.ts +27 -0
  160. package/es/components/pisellFloorMapLayout/components/ViewControls.d.ts +46 -0
  161. package/es/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +19 -0
  162. package/es/components/pisellFloorMapLayout/components/index.d.ts +21 -0
  163. package/es/components/pisellFloorMapLayout/context/FloorMapLayoutContext.d.ts +16 -0
  164. package/es/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +5 -0
  165. package/es/components/pisellFloorMapLayout/hooks/useFloorMapEditState.d.ts +66 -0
  166. package/es/components/pisellFloorMapLayout/hooks/useFloorMapPaletteTouchDrag.d.ts +21 -0
  167. package/es/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +67 -0
  168. package/es/components/pisellFloorMapLayout/hooks/useShopFloorPlanSubscription.d.ts +19 -0
  169. package/es/components/pisellFloorMapLayout/index.d.ts +25 -0
  170. package/es/components/pisellFloorMapLayout/locales-ja.d.ts +113 -0
  171. package/es/components/pisellFloorMapLayout/locales-pt.d.ts +113 -0
  172. package/es/components/pisellFloorMapLayout/locales.d.ts +551 -0
  173. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.d.ts +10 -0
  174. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanMapping.d.ts +18 -0
  175. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanPure.d.ts +22 -0
  176. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanTypes.d.ts +72 -0
  177. package/es/components/pisellFloorMapLayout/types.d.ts +604 -0
  178. package/es/components/pisellFloorMapLayout/utils/floorMapCanvasDisplay.d.ts +20 -0
  179. package/es/components/pisellFloorMapLayout/utils/floorMapConfigMerge.d.ts +8 -0
  180. package/es/components/pisellFloorMapLayout/utils/floorMapDataBindingUtils.d.ts +21 -0
  181. package/es/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.d.ts +8 -0
  182. package/es/components/pisellFloorMapLayout/utils/floorMapDropUtils.d.ts +27 -0
  183. package/es/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.d.ts +22 -0
  184. package/es/components/pisellFloorMapLayout/utils/floorMapFallbackRender.d.ts +11 -0
  185. package/es/components/pisellFloorMapLayout/utils/floorMapRemotePersist.d.ts +17 -0
  186. package/es/components/pisellFloorMapLayout/utils/floorMapStageDefaults.d.ts +8 -0
  187. package/es/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +8 -0
  188. package/es/components/pisellFloorMapLayout/utils/layoutMeasurements.d.ts +30 -0
  189. package/es/components/pisellFloorMapLayout/utils/mergeCanvasesForTabs.d.ts +7 -0
  190. package/es/components/pisellFloorMapLayout/utils/snap.d.ts +10 -0
  191. package/es/components/pisellGridPro/GridView/index.d.ts +0 -1
  192. package/es/components/pisellGridPro/components/DataCard/index.d.ts +0 -1
  193. package/es/components/pisellGridPro/index.d.ts +4 -0
  194. package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +6 -0
  195. package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +10 -0
  196. package/es/components/pisellHierarchicalSummaryList/components/Row.d.ts +35 -0
  197. package/es/components/pisellHierarchicalSummaryList/components/index.d.ts +1 -0
  198. package/es/components/pisellHierarchicalSummaryList/hooks/index.d.ts +2 -0
  199. package/es/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +15 -0
  200. package/es/components/pisellHierarchicalSummaryList/index.d.ts +5 -0
  201. package/es/components/pisellHierarchicalSummaryList/types.d.ts +248 -0
  202. package/es/components/pisellImport/PisellImport.d.ts +9 -0
  203. package/es/components/pisellImport/PisellImport.stories.d.ts +49 -0
  204. package/es/components/pisellImport/index.d.ts +2 -0
  205. package/es/components/pisellImport/types.d.ts +85 -0
  206. package/es/components/pisellInformationEntry/Scan/index.d.ts +0 -1
  207. package/es/components/pisellInput/components/BankCard/index.d.ts +0 -1
  208. package/es/components/pisellInput/components/Copy/index.d.ts +0 -1
  209. package/es/components/pisellInput/components/SecurityCode/index.d.ts +0 -1
  210. package/es/components/pisellInput/index.d.ts +0 -1
  211. package/es/components/pisellLoading/index.d.ts +0 -1
  212. package/es/components/pisellLongText/PisellLongText.d.ts +39 -0
  213. package/es/components/pisellLookup/components/LookupTrigger.d.ts +3 -0
  214. package/es/components/pisellModal/components/IpadModal/index.d.ts +0 -1
  215. package/es/components/pisellModal/components/MobileModal/index.d.ts +0 -1
  216. package/es/components/pisellModal/components/index.d.ts +0 -1
  217. package/es/components/pisellModal/index.d.ts +62 -0
  218. package/es/components/pisellMultipleSelect/PisellMultipleSelect.d.ts +9 -0
  219. package/es/components/pisellMultipleSelect/components/EditView.d.ts +8 -0
  220. package/es/components/pisellNavigationMenu/PisellNavigationMenu.d.ts +5 -0
  221. package/es/components/pisellNumber/PisellNumber.d.ts +42 -0
  222. package/es/components/pisellPhone/PisellPhone.d.ts +36 -0
  223. package/es/components/pisellPhone/components/EditView.d.ts +19 -0
  224. package/es/components/pisellPhone/constants/countryCodes.d.ts +21 -0
  225. package/es/components/pisellPhone/types.d.ts +209 -0
  226. package/es/components/pisellPhone/utils/countryCodeHelper.d.ts +35 -0
  227. package/es/components/pisellRating/PisellRating.d.ts +31 -0
  228. package/es/components/pisellRecordBoard/PisellRecordBoard.d.ts +9 -0
  229. package/es/components/pisellRecordBoard/PisellRecordBoard.stories.d.ts +89 -0
  230. package/es/components/pisellRecordBoard/index.d.ts +45 -0
  231. package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +14 -0
  232. package/es/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendarDemo.d.ts +3 -0
  233. package/es/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.d.ts +7 -0
  234. package/es/components/pisellRecordBoard/shellFrame/Calendar/RecordBoardCalendar.d.ts +8 -0
  235. package/es/components/pisellRecordBoard/shellFrame/Calendar/calendarPersistGuard.d.ts +18 -0
  236. package/es/components/pisellRecordBoard/shellFrame/Calendar/index.d.ts +4 -0
  237. package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +8 -0
  238. package/es/components/pisellRecordBoard/shellFrame/FloorMap.d.ts +14 -0
  239. package/es/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +21 -0
  240. package/es/components/pisellRecordBoard/shellFrame/ToolBar/index.d.ts +12 -0
  241. package/es/components/pisellRecordBoard/shellFrame/index.d.ts +23 -0
  242. package/es/components/pisellRecordBoard/types.d.ts +468 -0
  243. package/es/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +20 -0
  244. package/es/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +52 -0
  245. package/es/components/pisellReservationSchedule/PisellReservationSchedule.d.ts +10 -0
  246. package/es/components/pisellReservationSchedule/PisellReservationSchedule.stories.d.ts +12 -0
  247. package/es/components/pisellReservationSchedule/index.d.ts +2 -0
  248. package/es/components/pisellReservationSchedule/locales.d.ts +25 -0
  249. package/es/components/pisellReservationSchedule/types.d.ts +47 -0
  250. package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.d.ts +10 -0
  251. package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.stories.d.ts +16 -0
  252. package/es/components/pisellReservationScheduleBand/index.d.ts +2 -0
  253. package/es/components/pisellReservationScheduleBand/types.d.ts +57 -0
  254. package/es/components/pisellSingleLineText/PisellSingleLineText.d.ts +40 -0
  255. package/es/components/pisellSingleSelect/PisellSingleSelect.d.ts +9 -0
  256. package/es/components/pisellSort/index.d.ts +0 -1
  257. package/es/components/pisellStatisticList/index.d.ts +22 -0
  258. package/es/components/pisellText/components/Amount/index.d.ts +20 -0
  259. package/es/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +10 -0
  260. package/es/components/pisellTimeNavigator/PisellTimeNavigator.stories.d.ts +79 -0
  261. package/es/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +14 -0
  262. package/es/components/pisellTimeNavigator/components/CursorLayer.d.ts +25 -0
  263. package/es/components/pisellTimeNavigator/components/GestureLayer.d.ts +33 -0
  264. package/es/components/pisellTimeNavigator/components/NowButton.d.ts +14 -0
  265. package/es/components/pisellTimeNavigator/components/ScaleLayer.d.ts +22 -0
  266. package/es/components/pisellTimeNavigator/components/index.d.ts +5 -0
  267. package/es/components/pisellTimeNavigator/hooks/index.d.ts +5 -0
  268. package/es/components/pisellTimeNavigator/hooks/useDragInertia.d.ts +14 -0
  269. package/es/components/pisellTimeNavigator/hooks/useRealtime.d.ts +5 -0
  270. package/es/components/pisellTimeNavigator/hooks/useTimeAxis.d.ts +27 -0
  271. package/es/components/pisellTimeNavigator/index.d.ts +5 -0
  272. package/es/components/pisellTimeNavigator/locales.d.ts +22 -0
  273. package/es/components/pisellTimeNavigator/types.d.ts +160 -0
  274. package/es/components/pisellTimeNavigator/utils/index.d.ts +35 -0
  275. package/es/components/pisellToast/index.d.ts +17 -0
  276. package/es/components/pisellToast/squareToast/index.d.ts +15 -0
  277. package/es/components/pisellToast/squareToast/methods.d.ts +13 -0
  278. package/es/components/pisellToast/squareToast/renderImperatively.d.ts +28 -0
  279. package/es/components/pisellToast/squareToast/toast.d.ts +25 -0
  280. package/es/components/pisellTooltip/index.d.ts +0 -1
  281. package/es/components/pisellUpload/index.d.ts +0 -1
  282. package/es/components/pisellUrl/PisellUrl.d.ts +37 -0
  283. package/es/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +3 -0
  284. package/es/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +3 -0
  285. package/es/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +14 -0
  286. package/es/components/productCard/cartSkuCard/components/Note/index.d.ts +3 -0
  287. package/es/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +29 -0
  288. package/es/components/productCard/cartSkuCard/components/discountReason/index.d.ts +2 -0
  289. package/es/components/productCard/cartSkuCard/components/holders/index.d.ts +3 -0
  290. package/es/components/productCard/cartSkuCard/components/packages/index.d.ts +10 -0
  291. package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +20 -0
  292. package/es/components/productCard/cartSkuCard/components/resources/index.d.ts +3 -0
  293. package/es/components/productCard/cartSkuCard/components/sales/index.d.ts +12 -0
  294. package/es/components/productCard/cartSkuCard/components/specs/index.d.ts +3 -0
  295. package/es/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +46 -0
  296. package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +8 -0
  297. package/es/components/productCard/cartSkuCard/index.d.ts +10 -0
  298. package/es/components/productCard/cartSkuCard/locales.d.ts +163 -0
  299. package/es/components/productCard/components/Action/index.d.ts +3 -0
  300. package/es/components/productCard/components/AmountFooter/index.d.ts +0 -1
  301. package/es/components/productCard/components/Divider/index.d.ts +0 -1
  302. package/es/components/productCard/components/Header/Actions/index.d.ts +3 -0
  303. package/es/components/productCard/components/Header/DeleteButton/index.d.ts +3 -0
  304. package/es/components/productCard/components/Header/EditButton/index.d.ts +0 -1
  305. package/es/components/productCard/components/Header/index.d.ts +3 -0
  306. package/es/components/productCard/components/MultiDay/index.d.ts +0 -1
  307. package/es/components/productCard/components/Note/index.d.ts +0 -1
  308. package/es/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +0 -1
  309. package/es/components/productCard/components/Packages/components/options/index.d.ts +0 -1
  310. package/es/components/productCard/components/Packages/index.d.ts +0 -1
  311. package/es/components/productCard/components/Packages/utils.d.ts +2 -2
  312. package/es/components/productCard/components/Sales/index.d.ts +3 -0
  313. package/es/components/productCard/components/Time/components/Like/index.d.ts +0 -1
  314. package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts +3 -0
  315. package/es/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +13 -0
  316. package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +0 -1
  317. package/es/components/productCard/components/Time/components/SelectResource/index.d.ts +18 -0
  318. package/es/components/productCard/components/Time/index.d.ts +3 -0
  319. package/es/components/productCard/locales.d.ts +138 -0
  320. package/es/components/productCard/status.d.ts +32 -0
  321. package/es/components/productCard/types.d.ts +85 -0
  322. package/es/components/productCard/utils.d.ts +33 -0
  323. package/es/components/qrcode/index.d.ts +0 -1
  324. package/es/components/radio/index.d.ts +0 -1
  325. package/es/components/segmented/index.d.ts +0 -1
  326. package/es/components/select-time/RightPanel/index.d.ts +0 -1
  327. package/es/components/select-time/index.d.ts +0 -1
  328. package/es/components/skeleton/index.d.ts +0 -1
  329. package/es/components/slider/index.d.ts +0 -1
  330. package/es/components/sort/components/InlineMenu/index.d.ts +0 -1
  331. package/es/components/sort/index.d.ts +5 -0
  332. package/es/components/table/Actions/component/ColumnsSetting/index.d.ts +0 -1
  333. package/es/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +0 -1
  334. package/es/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +0 -1
  335. package/es/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +0 -1
  336. package/es/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +0 -1
  337. package/es/components/table/Actions/component/ExportImport/index.d.ts +7 -0
  338. package/es/components/table/Actions/component/GallerySetting/index.d.ts +8 -0
  339. package/es/components/table/Actions/component/Group/PopoverContent.d.ts +0 -1
  340. package/es/components/table/Actions/component/Group/index.d.ts +0 -1
  341. package/es/components/table/Actions/component/ViewMode/index.d.ts +8 -0
  342. package/es/components/table/Actions/index.d.ts +0 -1
  343. package/es/components/table/BasicTable/index.d.ts +3 -0
  344. package/es/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +0 -1
  345. package/es/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +0 -1
  346. package/es/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +0 -1
  347. package/es/components/table/Gallery/components/GalleryItem/index.d.ts +14 -0
  348. package/es/components/table/Gallery/index.d.ts +5 -0
  349. package/es/components/table/Summary/index.d.ts +0 -1
  350. package/es/components/table/Table/AddFieldModal/index.d.ts +4 -0
  351. package/es/components/table/Table/SelectField/index.d.ts +0 -1
  352. package/es/components/table/Table/fields/date/Config/index.d.ts +0 -1
  353. package/es/components/table/Table/fields/date/Show/index.d.ts +0 -1
  354. package/es/components/table/Table/fields/date/Sort/index.d.ts +0 -1
  355. package/es/components/table/Table/fields/date/index.d.ts +0 -1
  356. package/es/components/table/Table/fields/image/Config/index.d.ts +0 -1
  357. package/es/components/table/Table/fields/image/Show/index.d.ts +0 -1
  358. package/es/components/table/Table/fields/image/Sort/index.d.ts +0 -1
  359. package/es/components/table/Table/fields/image/index.d.ts +0 -1
  360. package/es/components/table/Table/fields/index.d.ts +0 -1
  361. package/es/components/table/Table/fields/link/Config/index.d.ts +0 -1
  362. package/es/components/table/Table/fields/link/Show/index.d.ts +0 -1
  363. package/es/components/table/Table/fields/link/Sort/index.d.ts +0 -1
  364. package/es/components/table/Table/fields/link/index.d.ts +0 -1
  365. package/es/components/table/Table/fields/number/Config/index.d.ts +0 -1
  366. package/es/components/table/Table/fields/number/Show/index.d.ts +0 -1
  367. package/es/components/table/Table/fields/number/Sort/index.d.ts +0 -1
  368. package/es/components/table/Table/fields/number/index.d.ts +0 -1
  369. package/es/components/table/Table/fields/numberRange/Config/index.d.ts +0 -1
  370. package/es/components/table/Table/fields/numberRange/Show/index.d.ts +0 -1
  371. package/es/components/table/Table/fields/numberRange/Sort/index.d.ts +0 -1
  372. package/es/components/table/Table/fields/numberRange/index.d.ts +0 -1
  373. package/es/components/table/Table/fields/oldRangePicker/Config/index.d.ts +0 -1
  374. package/es/components/table/Table/fields/oldRangePicker/Show/index.d.ts +0 -1
  375. package/es/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +0 -1
  376. package/es/components/table/Table/fields/oldRangePicker/index.d.ts +0 -1
  377. package/es/components/table/Table/fields/pSwitch/Config/index.d.ts +0 -1
  378. package/es/components/table/Table/fields/pSwitch/Show/index.d.ts +0 -1
  379. package/es/components/table/Table/fields/pSwitch/Sort/index.d.ts +0 -1
  380. package/es/components/table/Table/fields/pSwitch/index.d.ts +0 -1
  381. package/es/components/table/Table/fields/rangePicker/Config/index.d.ts +0 -1
  382. package/es/components/table/Table/fields/rangePicker/Show/index.d.ts +0 -1
  383. package/es/components/table/Table/fields/rangePicker/Sort/index.d.ts +0 -1
  384. package/es/components/table/Table/fields/rangePicker/index.d.ts +0 -1
  385. package/es/components/table/Table/fields/search/Config/index.d.ts +0 -1
  386. package/es/components/table/Table/fields/search/Show/index.d.ts +0 -1
  387. package/es/components/table/Table/fields/search/Sort/index.d.ts +0 -1
  388. package/es/components/table/Table/fields/search/index.d.ts +0 -1
  389. package/es/components/table/Table/fields/select/Config/index.d.ts +0 -1
  390. package/es/components/table/Table/fields/select/Show/index.d.ts +0 -1
  391. package/es/components/table/Table/fields/select/Sort/index.d.ts +0 -1
  392. package/es/components/table/Table/fields/select/index.d.ts +0 -1
  393. package/es/components/table/Table/fields/text/Config/index.d.ts +0 -1
  394. package/es/components/table/Table/fields/text/Show/index.d.ts +0 -1
  395. package/es/components/table/Table/fields/text/Sort/index.d.ts +0 -1
  396. package/es/components/table/Table/fields/text/index.d.ts +0 -1
  397. package/es/components/table/Table/fields/treeSelect/Config/index.d.ts +0 -1
  398. package/es/components/table/Table/fields/treeSelect/Show/index.d.ts +0 -1
  399. package/es/components/table/Table/fields/treeSelect/Sort/index.d.ts +0 -1
  400. package/es/components/table/Table/fields/treeSelect/index.d.ts +0 -1
  401. package/es/components/table/Table/index.d.ts +4 -0
  402. package/es/components/table/Table/tableConfig/SortRow/index.d.ts +0 -1
  403. package/es/components/table/Table/tableConfig/summary/index.d.ts +0 -1
  404. package/es/components/table/Table/utils.d.ts +167 -0
  405. package/es/components/table/TableFilter/SortIcon.d.ts +0 -1
  406. package/es/components/table/View/index.d.ts +0 -1
  407. package/es/components/table/hooks/useTransDataSource.d.ts +12 -0
  408. package/es/components/table/types.d.ts +270 -0
  409. package/es/components/time-picker/index.d.ts +0 -1
  410. package/es/components/translation/index.d.ts +18 -0
  411. package/es/components/upload/index.d.ts +0 -1
  412. package/es/components/versionModal/index.d.ts +24 -0
  413. package/es/components/versionSelect/index.d.ts +0 -1
  414. package/es/components/virtual-keyboard/Amount/index.d.ts +5 -0
  415. package/es/components/virtual-keyboard/Amount/themeConfig.d.ts +32 -0
  416. package/es/components/virtual-keyboard/Amount/types.d.ts +45 -0
  417. package/es/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +15 -0
  418. package/es/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +25 -0
  419. package/es/components/virtual-keyboard/Keyboard/index.d.ts +21 -0
  420. package/es/components/virtual-keyboard/Number/index.d.ts +5 -0
  421. package/es/components/virtual-keyboard/Number/themeConfig.d.ts +32 -0
  422. package/es/components/virtual-keyboard/Number/types.d.ts +26 -0
  423. package/es/components/virtual-keyboard/Time/utils.d.ts +0 -1
  424. package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +13 -0
  425. package/es/components/virtual-keyboard/index.d.ts +25 -0
  426. package/es/components/walletCard/Guest/index.d.ts +0 -1
  427. package/es/components/walletCard/Guide/index.d.ts +0 -1
  428. package/es/hooks/useResponsive.d.ts +1 -1
  429. package/es/locales/en-US.d.ts +439 -0
  430. package/es/locales/ja.d.ts +360 -0
  431. package/es/locales/pt.d.ts +360 -0
  432. package/es/locales/zh-CN.d.ts +434 -0
  433. package/es/locales/zh-TW.d.ts +434 -0
  434. package/es/theme/pisell-components.d.ts +14 -0
  435. package/lib/components/Pagination/index.d.ts +0 -1
  436. package/lib/components/PisellBasicGrid/PisellBasicGrid.d.ts +0 -1
  437. package/lib/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +0 -1
  438. package/lib/components/PisellCards/components/GraphicTextCard/GraphicTextCard.stories.d.ts +163 -0
  439. package/lib/components/PisellCards/components/GraphicTextCard/types.d.ts +301 -0
  440. package/lib/components/PisellCards/components/MultilevelCard/components/PanelWrapper.d.ts +7 -0
  441. package/lib/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +0 -1
  442. package/lib/components/PisellCards/components/PisellImageCard/PisellImageCard.d.ts +0 -1
  443. package/lib/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +0 -1
  444. package/lib/components/PisellCards/components/TabCard/TabCard.d.ts +0 -1
  445. package/lib/components/PisellCards/components/TextCard/TextCard.d.ts +7 -0
  446. package/lib/components/PisellCards/components/TextCard/TextCard.stories.d.ts +183 -0
  447. package/lib/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +27 -0
  448. package/lib/components/PisellCards/components/TextCard/components/TextContent.d.ts +21 -0
  449. package/lib/components/PisellCards/components/TextCard/types.d.ts +277 -0
  450. package/lib/components/PisellCards/index.d.ts +17 -0
  451. package/lib/components/PisellContactBrief/PisellContactBrief.d.ts +13 -0
  452. package/lib/components/PisellContactBrief/PisellContactBrief.stories.d.ts +31 -0
  453. package/lib/components/PisellContactBrief/components/ContactFormModal.d.ts +23 -0
  454. package/lib/components/PisellContactBrief/components/index.d.ts +5 -0
  455. package/lib/components/PisellContactBrief/index.d.ts +6 -0
  456. package/lib/components/PisellContactBrief/locales.d.ts +55 -0
  457. package/lib/components/PisellContactBrief/types.d.ts +82 -0
  458. package/lib/components/PisellFields/index.d.ts +0 -1
  459. package/lib/components/PisellLayouts/index.d.ts +37 -0
  460. package/lib/components/PisellMetrics/index.d.ts +0 -1
  461. package/lib/components/PisellSuperTabs/PisellSuperTabs.d.ts +8 -0
  462. package/lib/components/PisellSuperTabs/hooks/useTabsState.d.ts +7 -0
  463. package/lib/components/PisellSuperTabs/types.d.ts +212 -0
  464. package/lib/components/PisellTabbar/PisellTabbar.d.ts +20 -0
  465. package/lib/components/PisellTabbar/constants.d.ts +47 -0
  466. package/lib/components/PisellTabbar/hooks/useActiveKey.d.ts +55 -0
  467. package/lib/components/PisellTabbar/hooks/useExpand.d.ts +42 -0
  468. package/lib/components/PisellTabbar/template/Template1/PisellTabbar.d.ts +5 -0
  469. package/lib/components/PisellTabbar/template/Template1/constants.d.ts +10 -0
  470. package/lib/components/PisellTabbar/types.d.ts +90 -0
  471. package/lib/components/PisellTabbar/utils/index.d.ts +69 -0
  472. package/lib/components/Template/[ComponentName].d.ts +0 -0
  473. package/lib/components/appVersionControl/index.d.ts +4 -0
  474. package/lib/components/auto-complete-number/index.d.ts +0 -1
  475. package/lib/components/badge/index.d.ts +0 -1
  476. package/lib/components/batch-editor/fields/index.d.ts +0 -1
  477. package/lib/components/calendar/index.d.ts +0 -1
  478. package/lib/components/cardPro/index.d.ts +3 -0
  479. package/lib/components/checkbox/index.d.ts +0 -1
  480. package/lib/components/classicLayout/index.d.ts +0 -1
  481. package/lib/components/colorPicker/index.d.ts +0 -1
  482. package/lib/components/config-provider/index.d.ts +0 -1
  483. package/lib/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +39 -0
  484. package/lib/components/dataSourceComponents/dataSourceForm/utils.d.ts +1 -1
  485. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +8 -0
  486. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +0 -1
  487. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +0 -1
  488. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +5 -0
  489. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useFormat.d.ts +48 -0
  490. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +101 -0
  491. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +0 -1
  492. package/lib/components/dataSourceComponents/dataSourceTable/type.d.ts +85 -0
  493. package/lib/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +0 -1
  494. package/lib/components/dataSourceComponents/fields/DatePicker/WithMode.d.ts +7 -0
  495. package/lib/components/dataSourceComponents/fields/DatePicker/index.d.ts +11 -0
  496. package/lib/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +0 -1
  497. package/lib/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +0 -1
  498. package/lib/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +0 -1
  499. package/lib/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +0 -1
  500. package/lib/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +0 -1
  501. package/lib/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +26 -0
  502. package/lib/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +0 -1
  503. package/lib/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +0 -1
  504. package/lib/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +0 -1
  505. package/lib/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +0 -1
  506. package/lib/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +1 -1
  507. package/lib/components/dataSourceComponents/fields/Select/index.d.ts +1 -1
  508. package/lib/components/dataSourceComponents/fields/Tabs/index.d.ts +1 -1
  509. package/lib/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +0 -1
  510. package/lib/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +0 -1
  511. package/lib/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +0 -1
  512. package/lib/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +0 -1
  513. package/lib/components/dataSourceComponents/fields/index.d.ts +12 -12
  514. package/lib/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +15 -0
  515. package/lib/components/dataSourceComponents/provider/variables/VariablesProvider.d.ts +4 -0
  516. package/lib/components/date-picker/datePickerCpt.d.ts +0 -1
  517. package/lib/components/date-picker/index.d.ts +0 -1
  518. package/lib/components/drag-sort-tree/TreeItem/index.d.ts +18 -0
  519. package/lib/components/drag-sort-tree/index.d.ts +3 -0
  520. package/lib/components/dropdown/index.d.ts +0 -1
  521. package/lib/components/filter/components/items/index.d.ts +0 -1
  522. package/lib/components/filter/components/items/text/Editor/index.d.ts +0 -1
  523. package/lib/components/filter/components/items/text/Preview/index.d.ts +0 -1
  524. package/lib/components/filter/components/items/text/index.d.ts +0 -1
  525. package/lib/components/filter/index.d.ts +0 -1
  526. package/lib/components/hardwareErrorTip/demo.d.ts +3 -0
  527. package/lib/components/hardwareErrorTip/errorCard/index.d.ts +28 -0
  528. package/lib/components/hardwareErrorTip/errorTipStatistics/index.d.ts +12 -0
  529. package/lib/components/hardwareErrorTip/index.d.ts +19 -0
  530. package/lib/components/hardwareErrorTip/logCard/index.d.ts +27 -0
  531. package/lib/components/hardwareErrorTip/types.d.ts +28 -0
  532. package/lib/components/iconfont/index.d.ts +8 -0
  533. package/lib/components/list/index.d.ts +0 -1
  534. package/lib/components/login-and-register/index.d.ts +82 -0
  535. package/lib/components/lowCodePage/index.d.ts +0 -1
  536. package/lib/components/page/index.d.ts +8 -0
  537. package/lib/components/pisell-config-provider/context.d.ts +22 -0
  538. package/lib/components/pisell-config-provider/index.d.ts +13 -0
  539. package/lib/components/pisellActionPanel/PisellActionPanel.d.ts +13 -0
  540. package/lib/components/pisellActionPanel/PisellActionPanel.stories.d.ts +19 -0
  541. package/lib/components/pisellActionPanel/index.d.ts +6 -0
  542. package/lib/components/pisellActionPanel/types.d.ts +83 -0
  543. package/lib/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +0 -1
  544. package/lib/components/pisellAdjustPrice/index.d.ts +4 -0
  545. package/lib/components/pisellAdjustPrice/status.d.ts +32 -0
  546. package/lib/components/pisellAdjustPrice/type.d.ts +22 -0
  547. package/lib/components/pisellBaseCard/PisellBaseCard.d.ts +8 -0
  548. package/lib/components/pisellBaseCard/PisellBaseCard.stories.d.ts +19 -0
  549. package/lib/components/pisellBaseCard/index.d.ts +5 -0
  550. package/lib/components/pisellBaseCard/types.d.ts +45 -0
  551. package/lib/components/pisellCard/index.d.ts +0 -1
  552. package/lib/components/pisellCheckboxGroup/index.d.ts +40 -0
  553. package/lib/components/pisellCurrency/PisellCurrency.d.ts +39 -0
  554. package/lib/components/pisellCustomerBrief/PisellCustomerBrief.d.ts +15 -0
  555. package/lib/components/pisellCustomerBrief/PisellCustomerBrief.stories.d.ts +23 -0
  556. package/lib/components/pisellCustomerBrief/index.d.ts +6 -0
  557. package/lib/components/pisellCustomerBrief/types.d.ts +82 -0
  558. package/lib/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +0 -1
  559. package/lib/components/pisellDatePicker/datePickerCpt.d.ts +0 -1
  560. package/lib/components/pisellDatePicker/index.d.ts +0 -1
  561. package/lib/components/pisellEmail/PisellEmail.d.ts +37 -0
  562. package/lib/components/pisellEmpty/index.d.ts +19 -0
  563. package/lib/components/pisellEntityCard/PisellEntityCard.d.ts +8 -0
  564. package/lib/components/pisellEntityCard/PisellEntityCard.stories.d.ts +47 -0
  565. package/lib/components/pisellEntityCard/index.d.ts +5 -0
  566. package/lib/components/pisellEntityCard/types.d.ts +144 -0
  567. package/lib/components/pisellExport/PisellExport.d.ts +9 -0
  568. package/lib/components/pisellExport/PisellExport.stories.d.ts +45 -0
  569. package/lib/components/pisellExport/index.d.ts +2 -0
  570. package/lib/components/pisellExport/types.d.ts +63 -0
  571. package/lib/components/pisellFilter/index.d.ts +3 -0
  572. package/lib/components/pisellFilter/type.d.ts +7 -0
  573. package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +12 -0
  574. package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.stories.d.ts +55 -0
  575. package/lib/components/pisellFloorMapLayout/components/CanvasTabs.d.ts +22 -0
  576. package/lib/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +46 -0
  577. package/lib/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +39 -0
  578. package/lib/components/pisellFloorMapLayout/components/FloorMapDataForm.d.ts +17 -0
  579. package/lib/components/pisellFloorMapLayout/components/FloorMapEditPanel.d.ts +11 -0
  580. package/lib/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +21 -0
  581. package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +38 -0
  582. package/lib/components/pisellFloorMapLayout/components/FloorMapImageElement.d.ts +6 -0
  583. package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.d.ts +35 -0
  584. package/lib/components/pisellFloorMapLayout/components/ItemLayer.d.ts +53 -0
  585. package/lib/components/pisellFloorMapLayout/components/MapLayer.d.ts +27 -0
  586. package/lib/components/pisellFloorMapLayout/components/ViewControls.d.ts +46 -0
  587. package/lib/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +19 -0
  588. package/lib/components/pisellFloorMapLayout/components/index.d.ts +21 -0
  589. package/lib/components/pisellFloorMapLayout/context/FloorMapLayoutContext.d.ts +16 -0
  590. package/lib/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +5 -0
  591. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEditState.d.ts +66 -0
  592. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapPaletteTouchDrag.d.ts +21 -0
  593. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +67 -0
  594. package/lib/components/pisellFloorMapLayout/hooks/useShopFloorPlanSubscription.d.ts +19 -0
  595. package/lib/components/pisellFloorMapLayout/index.d.ts +25 -0
  596. package/lib/components/pisellFloorMapLayout/locales-ja.d.ts +113 -0
  597. package/lib/components/pisellFloorMapLayout/locales-pt.d.ts +113 -0
  598. package/lib/components/pisellFloorMapLayout/locales.d.ts +551 -0
  599. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.d.ts +10 -0
  600. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanMapping.d.ts +18 -0
  601. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanPure.d.ts +22 -0
  602. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanTypes.d.ts +72 -0
  603. package/lib/components/pisellFloorMapLayout/types.d.ts +604 -0
  604. package/lib/components/pisellFloorMapLayout/utils/floorMapCanvasDisplay.d.ts +20 -0
  605. package/lib/components/pisellFloorMapLayout/utils/floorMapConfigMerge.d.ts +8 -0
  606. package/lib/components/pisellFloorMapLayout/utils/floorMapDataBindingUtils.d.ts +21 -0
  607. package/lib/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.d.ts +8 -0
  608. package/lib/components/pisellFloorMapLayout/utils/floorMapDropUtils.d.ts +27 -0
  609. package/lib/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.d.ts +22 -0
  610. package/lib/components/pisellFloorMapLayout/utils/floorMapFallbackRender.d.ts +11 -0
  611. package/lib/components/pisellFloorMapLayout/utils/floorMapRemotePersist.d.ts +17 -0
  612. package/lib/components/pisellFloorMapLayout/utils/floorMapStageDefaults.d.ts +8 -0
  613. package/lib/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +8 -0
  614. package/lib/components/pisellFloorMapLayout/utils/layoutMeasurements.d.ts +30 -0
  615. package/lib/components/pisellFloorMapLayout/utils/mergeCanvasesForTabs.d.ts +7 -0
  616. package/lib/components/pisellFloorMapLayout/utils/snap.d.ts +10 -0
  617. package/lib/components/pisellGridPro/GridView/index.d.ts +0 -1
  618. package/lib/components/pisellGridPro/components/DataCard/index.d.ts +0 -1
  619. package/lib/components/pisellGridPro/index.d.ts +4 -0
  620. package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +6 -0
  621. package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +10 -0
  622. package/lib/components/pisellHierarchicalSummaryList/components/Row.d.ts +35 -0
  623. package/lib/components/pisellHierarchicalSummaryList/components/index.d.ts +1 -0
  624. package/lib/components/pisellHierarchicalSummaryList/hooks/index.d.ts +2 -0
  625. package/lib/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +15 -0
  626. package/lib/components/pisellHierarchicalSummaryList/index.d.ts +5 -0
  627. package/lib/components/pisellHierarchicalSummaryList/types.d.ts +248 -0
  628. package/lib/components/pisellImport/PisellImport.d.ts +9 -0
  629. package/lib/components/pisellImport/PisellImport.stories.d.ts +49 -0
  630. package/lib/components/pisellImport/index.d.ts +2 -0
  631. package/lib/components/pisellImport/types.d.ts +85 -0
  632. package/lib/components/pisellInformationEntry/Scan/index.d.ts +0 -1
  633. package/lib/components/pisellInput/components/BankCard/index.d.ts +0 -1
  634. package/lib/components/pisellInput/components/Copy/index.d.ts +0 -1
  635. package/lib/components/pisellInput/components/SecurityCode/index.d.ts +0 -1
  636. package/lib/components/pisellInput/index.d.ts +0 -1
  637. package/lib/components/pisellLoading/index.d.ts +0 -1
  638. package/lib/components/pisellLongText/PisellLongText.d.ts +39 -0
  639. package/lib/components/pisellLookup/components/LookupTrigger.d.ts +3 -0
  640. package/lib/components/pisellModal/components/IpadModal/index.d.ts +0 -1
  641. package/lib/components/pisellModal/components/MobileModal/index.d.ts +0 -1
  642. package/lib/components/pisellModal/components/index.d.ts +0 -1
  643. package/lib/components/pisellModal/index.d.ts +62 -0
  644. package/lib/components/pisellMultipleSelect/PisellMultipleSelect.d.ts +9 -0
  645. package/lib/components/pisellMultipleSelect/components/EditView.d.ts +8 -0
  646. package/lib/components/pisellNavigationMenu/PisellNavigationMenu.d.ts +5 -0
  647. package/lib/components/pisellNumber/PisellNumber.d.ts +42 -0
  648. package/lib/components/pisellPhone/PisellPhone.d.ts +36 -0
  649. package/lib/components/pisellPhone/components/EditView.d.ts +19 -0
  650. package/lib/components/pisellPhone/constants/countryCodes.d.ts +21 -0
  651. package/lib/components/pisellPhone/types.d.ts +209 -0
  652. package/lib/components/pisellPhone/utils/countryCodeHelper.d.ts +35 -0
  653. package/lib/components/pisellRating/PisellRating.d.ts +31 -0
  654. package/lib/components/pisellRecordBoard/PisellRecordBoard.d.ts +9 -0
  655. package/lib/components/pisellRecordBoard/PisellRecordBoard.stories.d.ts +89 -0
  656. package/lib/components/pisellRecordBoard/index.d.ts +45 -0
  657. package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +14 -0
  658. package/lib/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendarDemo.d.ts +3 -0
  659. package/lib/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.d.ts +7 -0
  660. package/lib/components/pisellRecordBoard/shellFrame/Calendar/RecordBoardCalendar.d.ts +8 -0
  661. package/lib/components/pisellRecordBoard/shellFrame/Calendar/calendarPersistGuard.d.ts +18 -0
  662. package/lib/components/pisellRecordBoard/shellFrame/Calendar/index.d.ts +4 -0
  663. package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +8 -0
  664. package/lib/components/pisellRecordBoard/shellFrame/FloorMap.d.ts +14 -0
  665. package/lib/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +21 -0
  666. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/index.d.ts +12 -0
  667. package/lib/components/pisellRecordBoard/shellFrame/index.d.ts +23 -0
  668. package/lib/components/pisellRecordBoard/types.d.ts +468 -0
  669. package/lib/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +20 -0
  670. package/lib/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +52 -0
  671. package/lib/components/pisellReservationSchedule/PisellReservationSchedule.d.ts +10 -0
  672. package/lib/components/pisellReservationSchedule/PisellReservationSchedule.stories.d.ts +12 -0
  673. package/lib/components/pisellReservationSchedule/index.d.ts +2 -0
  674. package/lib/components/pisellReservationSchedule/locales.d.ts +25 -0
  675. package/lib/components/pisellReservationSchedule/types.d.ts +47 -0
  676. package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.d.ts +10 -0
  677. package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.stories.d.ts +16 -0
  678. package/lib/components/pisellReservationScheduleBand/index.d.ts +2 -0
  679. package/lib/components/pisellReservationScheduleBand/types.d.ts +57 -0
  680. package/lib/components/pisellSingleLineText/PisellSingleLineText.d.ts +40 -0
  681. package/lib/components/pisellSingleSelect/PisellSingleSelect.d.ts +9 -0
  682. package/lib/components/pisellSort/index.d.ts +0 -1
  683. package/lib/components/pisellStatisticList/index.d.ts +22 -0
  684. package/lib/components/pisellText/components/Amount/index.d.ts +20 -0
  685. package/lib/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +10 -0
  686. package/lib/components/pisellTimeNavigator/PisellTimeNavigator.stories.d.ts +79 -0
  687. package/lib/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +14 -0
  688. package/lib/components/pisellTimeNavigator/components/CursorLayer.d.ts +25 -0
  689. package/lib/components/pisellTimeNavigator/components/GestureLayer.d.ts +33 -0
  690. package/lib/components/pisellTimeNavigator/components/NowButton.d.ts +14 -0
  691. package/lib/components/pisellTimeNavigator/components/ScaleLayer.d.ts +22 -0
  692. package/lib/components/pisellTimeNavigator/components/index.d.ts +5 -0
  693. package/lib/components/pisellTimeNavigator/hooks/index.d.ts +5 -0
  694. package/lib/components/pisellTimeNavigator/hooks/useDragInertia.d.ts +14 -0
  695. package/lib/components/pisellTimeNavigator/hooks/useRealtime.d.ts +5 -0
  696. package/lib/components/pisellTimeNavigator/hooks/useTimeAxis.d.ts +27 -0
  697. package/lib/components/pisellTimeNavigator/index.d.ts +5 -0
  698. package/lib/components/pisellTimeNavigator/locales.d.ts +22 -0
  699. package/lib/components/pisellTimeNavigator/types.d.ts +160 -0
  700. package/lib/components/pisellTimeNavigator/utils/index.d.ts +35 -0
  701. package/lib/components/pisellToast/index.d.ts +17 -0
  702. package/lib/components/pisellToast/squareToast/index.d.ts +15 -0
  703. package/lib/components/pisellToast/squareToast/methods.d.ts +13 -0
  704. package/lib/components/pisellToast/squareToast/renderImperatively.d.ts +28 -0
  705. package/lib/components/pisellToast/squareToast/toast.d.ts +25 -0
  706. package/lib/components/pisellTooltip/index.d.ts +0 -1
  707. package/lib/components/pisellUpload/index.d.ts +0 -1
  708. package/lib/components/pisellUrl/PisellUrl.d.ts +37 -0
  709. package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +3 -0
  710. package/lib/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +3 -0
  711. package/lib/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +14 -0
  712. package/lib/components/productCard/cartSkuCard/components/Note/index.d.ts +3 -0
  713. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +29 -0
  714. package/lib/components/productCard/cartSkuCard/components/discountReason/index.d.ts +2 -0
  715. package/lib/components/productCard/cartSkuCard/components/holders/index.d.ts +3 -0
  716. package/lib/components/productCard/cartSkuCard/components/packages/index.d.ts +10 -0
  717. package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +20 -0
  718. package/lib/components/productCard/cartSkuCard/components/resources/index.d.ts +3 -0
  719. package/lib/components/productCard/cartSkuCard/components/sales/index.d.ts +12 -0
  720. package/lib/components/productCard/cartSkuCard/components/specs/index.d.ts +3 -0
  721. package/lib/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +46 -0
  722. package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +8 -0
  723. package/lib/components/productCard/cartSkuCard/index.d.ts +10 -0
  724. package/lib/components/productCard/cartSkuCard/locales.d.ts +163 -0
  725. package/lib/components/productCard/components/Action/index.d.ts +3 -0
  726. package/lib/components/productCard/components/AmountFooter/index.d.ts +0 -1
  727. package/lib/components/productCard/components/Divider/index.d.ts +0 -1
  728. package/lib/components/productCard/components/Header/Actions/index.d.ts +3 -0
  729. package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +3 -0
  730. package/lib/components/productCard/components/Header/EditButton/index.d.ts +0 -1
  731. package/lib/components/productCard/components/Header/index.d.ts +3 -0
  732. package/lib/components/productCard/components/MultiDay/index.d.ts +0 -1
  733. package/lib/components/productCard/components/Note/index.d.ts +0 -1
  734. package/lib/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +0 -1
  735. package/lib/components/productCard/components/Packages/components/options/index.d.ts +0 -1
  736. package/lib/components/productCard/components/Packages/index.d.ts +0 -1
  737. package/lib/components/productCard/components/Packages/utils.d.ts +2 -2
  738. package/lib/components/productCard/components/Sales/index.d.ts +3 -0
  739. package/lib/components/productCard/components/Time/components/Like/index.d.ts +0 -1
  740. package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts +3 -0
  741. package/lib/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +13 -0
  742. package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +0 -1
  743. package/lib/components/productCard/components/Time/components/SelectResource/index.d.ts +18 -0
  744. package/lib/components/productCard/components/Time/index.d.ts +3 -0
  745. package/lib/components/productCard/locales.d.ts +138 -0
  746. package/lib/components/productCard/status.d.ts +32 -0
  747. package/lib/components/productCard/types.d.ts +85 -0
  748. package/lib/components/productCard/utils.d.ts +33 -0
  749. package/lib/components/qrcode/index.d.ts +0 -1
  750. package/lib/components/radio/index.d.ts +0 -1
  751. package/lib/components/segmented/index.d.ts +0 -1
  752. package/lib/components/select-time/RightPanel/index.d.ts +0 -1
  753. package/lib/components/select-time/index.d.ts +0 -1
  754. package/lib/components/skeleton/index.d.ts +0 -1
  755. package/lib/components/slider/index.d.ts +0 -1
  756. package/lib/components/sort/components/InlineMenu/index.d.ts +0 -1
  757. package/lib/components/sort/index.d.ts +5 -0
  758. package/lib/components/table/Actions/component/ColumnsSetting/index.d.ts +0 -1
  759. package/lib/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +0 -1
  760. package/lib/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +0 -1
  761. package/lib/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +0 -1
  762. package/lib/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +0 -1
  763. package/lib/components/table/Actions/component/ExportImport/index.d.ts +7 -0
  764. package/lib/components/table/Actions/component/GallerySetting/index.d.ts +8 -0
  765. package/lib/components/table/Actions/component/Group/PopoverContent.d.ts +0 -1
  766. package/lib/components/table/Actions/component/Group/index.d.ts +0 -1
  767. package/lib/components/table/Actions/component/ViewMode/index.d.ts +8 -0
  768. package/lib/components/table/Actions/index.d.ts +0 -1
  769. package/lib/components/table/BasicTable/index.d.ts +3 -0
  770. package/lib/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +0 -1
  771. package/lib/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +0 -1
  772. package/lib/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +0 -1
  773. package/lib/components/table/Gallery/components/GalleryItem/index.d.ts +14 -0
  774. package/lib/components/table/Gallery/index.d.ts +5 -0
  775. package/lib/components/table/Summary/index.d.ts +0 -1
  776. package/lib/components/table/Table/AddFieldModal/index.d.ts +4 -0
  777. package/lib/components/table/Table/SelectField/index.d.ts +0 -1
  778. package/lib/components/table/Table/fields/date/Config/index.d.ts +0 -1
  779. package/lib/components/table/Table/fields/date/Show/index.d.ts +0 -1
  780. package/lib/components/table/Table/fields/date/Sort/index.d.ts +0 -1
  781. package/lib/components/table/Table/fields/date/index.d.ts +0 -1
  782. package/lib/components/table/Table/fields/image/Config/index.d.ts +0 -1
  783. package/lib/components/table/Table/fields/image/Show/index.d.ts +0 -1
  784. package/lib/components/table/Table/fields/image/Sort/index.d.ts +0 -1
  785. package/lib/components/table/Table/fields/image/index.d.ts +0 -1
  786. package/lib/components/table/Table/fields/index.d.ts +0 -1
  787. package/lib/components/table/Table/fields/link/Config/index.d.ts +0 -1
  788. package/lib/components/table/Table/fields/link/Show/index.d.ts +0 -1
  789. package/lib/components/table/Table/fields/link/Sort/index.d.ts +0 -1
  790. package/lib/components/table/Table/fields/link/index.d.ts +0 -1
  791. package/lib/components/table/Table/fields/number/Config/index.d.ts +0 -1
  792. package/lib/components/table/Table/fields/number/Show/index.d.ts +0 -1
  793. package/lib/components/table/Table/fields/number/Sort/index.d.ts +0 -1
  794. package/lib/components/table/Table/fields/number/index.d.ts +0 -1
  795. package/lib/components/table/Table/fields/numberRange/Config/index.d.ts +0 -1
  796. package/lib/components/table/Table/fields/numberRange/Show/index.d.ts +0 -1
  797. package/lib/components/table/Table/fields/numberRange/Sort/index.d.ts +0 -1
  798. package/lib/components/table/Table/fields/numberRange/index.d.ts +0 -1
  799. package/lib/components/table/Table/fields/oldRangePicker/Config/index.d.ts +0 -1
  800. package/lib/components/table/Table/fields/oldRangePicker/Show/index.d.ts +0 -1
  801. package/lib/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +0 -1
  802. package/lib/components/table/Table/fields/oldRangePicker/index.d.ts +0 -1
  803. package/lib/components/table/Table/fields/pSwitch/Config/index.d.ts +0 -1
  804. package/lib/components/table/Table/fields/pSwitch/Show/index.d.ts +0 -1
  805. package/lib/components/table/Table/fields/pSwitch/Sort/index.d.ts +0 -1
  806. package/lib/components/table/Table/fields/pSwitch/index.d.ts +0 -1
  807. package/lib/components/table/Table/fields/rangePicker/Config/index.d.ts +0 -1
  808. package/lib/components/table/Table/fields/rangePicker/Show/index.d.ts +0 -1
  809. package/lib/components/table/Table/fields/rangePicker/Sort/index.d.ts +0 -1
  810. package/lib/components/table/Table/fields/rangePicker/index.d.ts +0 -1
  811. package/lib/components/table/Table/fields/search/Config/index.d.ts +0 -1
  812. package/lib/components/table/Table/fields/search/Show/index.d.ts +0 -1
  813. package/lib/components/table/Table/fields/search/Sort/index.d.ts +0 -1
  814. package/lib/components/table/Table/fields/search/index.d.ts +0 -1
  815. package/lib/components/table/Table/fields/select/Config/index.d.ts +0 -1
  816. package/lib/components/table/Table/fields/select/Show/index.d.ts +0 -1
  817. package/lib/components/table/Table/fields/select/Sort/index.d.ts +0 -1
  818. package/lib/components/table/Table/fields/select/index.d.ts +0 -1
  819. package/lib/components/table/Table/fields/text/Config/index.d.ts +0 -1
  820. package/lib/components/table/Table/fields/text/Show/index.d.ts +0 -1
  821. package/lib/components/table/Table/fields/text/Sort/index.d.ts +0 -1
  822. package/lib/components/table/Table/fields/text/index.d.ts +0 -1
  823. package/lib/components/table/Table/fields/treeSelect/Config/index.d.ts +0 -1
  824. package/lib/components/table/Table/fields/treeSelect/Show/index.d.ts +0 -1
  825. package/lib/components/table/Table/fields/treeSelect/Sort/index.d.ts +0 -1
  826. package/lib/components/table/Table/fields/treeSelect/index.d.ts +0 -1
  827. package/lib/components/table/Table/index.d.ts +4 -0
  828. package/lib/components/table/Table/tableConfig/SortRow/index.d.ts +0 -1
  829. package/lib/components/table/Table/tableConfig/summary/index.d.ts +0 -1
  830. package/lib/components/table/Table/utils.d.ts +167 -0
  831. package/lib/components/table/TableFilter/SortIcon.d.ts +0 -1
  832. package/lib/components/table/View/index.d.ts +0 -1
  833. package/lib/components/table/hooks/useTransDataSource.d.ts +12 -0
  834. package/lib/components/table/types.d.ts +270 -0
  835. package/lib/components/time-picker/index.d.ts +0 -1
  836. package/lib/components/translation/index.d.ts +18 -0
  837. package/lib/components/upload/index.d.ts +0 -1
  838. package/lib/components/versionModal/index.d.ts +24 -0
  839. package/lib/components/versionSelect/index.d.ts +0 -1
  840. package/lib/components/virtual-keyboard/Amount/index.d.ts +5 -0
  841. package/lib/components/virtual-keyboard/Amount/themeConfig.d.ts +32 -0
  842. package/lib/components/virtual-keyboard/Amount/types.d.ts +45 -0
  843. package/lib/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +15 -0
  844. package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +25 -0
  845. package/lib/components/virtual-keyboard/Keyboard/index.d.ts +21 -0
  846. package/lib/components/virtual-keyboard/Number/index.d.ts +5 -0
  847. package/lib/components/virtual-keyboard/Number/themeConfig.d.ts +32 -0
  848. package/lib/components/virtual-keyboard/Number/types.d.ts +26 -0
  849. package/lib/components/virtual-keyboard/Time/utils.d.ts +0 -1
  850. package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +13 -0
  851. package/lib/components/virtual-keyboard/index.d.ts +25 -0
  852. package/lib/components/walletCard/Guest/index.d.ts +0 -1
  853. package/lib/components/walletCard/Guide/index.d.ts +0 -1
  854. package/lib/hooks/useResponsive.d.ts +1 -1
  855. package/lib/locales/en-US.d.ts +439 -0
  856. package/lib/locales/ja.d.ts +360 -0
  857. package/lib/locales/pt.d.ts +360 -0
  858. package/lib/locales/zh-CN.d.ts +434 -0
  859. package/lib/locales/zh-TW.d.ts +434 -0
  860. package/lib/theme/pisell-components.d.ts +14 -0
  861. package/package.json +22 -22
@@ -0,0 +1,551 @@
1
+ /**
2
+ * PisellFloorMapLayout 内置文案(画布 Tab、编辑面板等)
3
+ */
4
+ declare const _default: {
5
+ en: {
6
+ 'pisell-floor-map-layout.loading': string;
7
+ 'pisell-floor-map-layout.read-canvas-tabs.aria': string;
8
+ 'pisell-floor-map-layout.edit-top-bar.aria': string;
9
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
10
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
11
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
12
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
13
+ 'pisell-floor-map-layout.edit-top-bar.unsaved': string;
14
+ 'pisell-floor-map-layout.edit-top-bar.save': string;
15
+ 'pisell-floor-map-layout.edit-top-bar.saving': string;
16
+ 'pisell-floor-map-layout.canvas-tabs.empty': string;
17
+ 'pisell-floor-map-layout.canvas-tabs.add': string;
18
+ 'pisell-floor-map-layout.canvas-tabs.add-title': string;
19
+ 'pisell-floor-map-layout.canvas-tabs.hint': string;
20
+ 'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
21
+ 'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
22
+ 'pisell-floor-map-layout.canvas-tabs.rename-title': string;
23
+ 'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
24
+ 'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
25
+ 'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
26
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
27
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
28
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
29
+ 'pisell-floor-map-layout.edit-panel.element-props': string;
30
+ 'pisell-floor-map-layout.edit-panel.close-aria': string;
31
+ 'pisell-floor-map-layout.edit-panel.hint-apply': string;
32
+ 'pisell-floor-map-layout.edit-panel.hint-save': string;
33
+ 'pisell-floor-map-layout.edit-panel.section-layout': string;
34
+ 'pisell-floor-map-layout.edit-panel.lock-on': string;
35
+ 'pisell-floor-map-layout.edit-panel.lock-off': string;
36
+ 'pisell-floor-map-layout.edit-panel.label-x': string;
37
+ 'pisell-floor-map-layout.edit-panel.label-y': string;
38
+ 'pisell-floor-map-layout.edit-panel.label-z': string;
39
+ 'pisell-floor-map-layout.edit-panel.label-width': string;
40
+ 'pisell-floor-map-layout.edit-panel.label-height': string;
41
+ 'pisell-floor-map-layout.edit-panel.label-name': string;
42
+ 'pisell-floor-map-layout.edit-panel.label-name-stage': string;
43
+ 'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
44
+ 'pisell-floor-map-layout.edit-panel.ph-name': string;
45
+ 'pisell-floor-map-layout.edit-panel.label-image-url': string;
46
+ 'pisell-floor-map-layout.edit-panel.extra-image-url': string;
47
+ 'pisell-floor-map-layout.edit-panel.ph-https': string;
48
+ 'pisell-floor-map-layout.edit-panel.label-canvas': string;
49
+ 'pisell-floor-map-layout.edit-panel.label-element-kind': string;
50
+ 'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
51
+ 'pisell-floor-map-layout.edit-panel.apply': string;
52
+ 'pisell-floor-map-layout.edit-panel.data-binding': string;
53
+ 'pisell-floor-map-layout.edit-panel.data-binding-note': string;
54
+ 'pisell-floor-map-layout.edit-panel.label-data-source': string;
55
+ 'pisell-floor-map-layout.edit-panel.ph-data-source': string;
56
+ 'pisell-floor-map-layout.edit-panel.label-pick-row': string;
57
+ 'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
58
+ 'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
59
+ 'pisell-floor-map-layout.edit-panel.hint-unbound': string;
60
+ 'pisell-floor-map-layout.edit-panel.record-title': string;
61
+ 'pisell-floor-map-layout.edit-panel.pop-title': string;
62
+ 'pisell-floor-map-layout.edit-panel.pop-desc': string;
63
+ 'pisell-floor-map-layout.edit-panel.btn-delete': string;
64
+ 'pisell-floor-map-layout.edit-panel.btn-cancel': string;
65
+ 'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
66
+ 'pisell-floor-map-layout.edit-quick.lock': string;
67
+ 'pisell-floor-map-layout.edit-quick.unlock': string;
68
+ 'pisell-floor-map-layout.edit-quick.duplicate': string;
69
+ 'pisell-floor-map-layout.edit-quick.delete': string;
70
+ 'pisell-floor-map-layout.edit-quick.status-locked': string;
71
+ 'pisell-floor-map-layout.edit-quick.status-unlocked': string;
72
+ 'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
73
+ 'pisell-floor-map-layout.toolbar.category-fallback': string;
74
+ 'pisell-floor-map-layout.toolbar.palette-card-title': string;
75
+ 'pisell-floor-map-layout.toolbar.data-binding-optional': string;
76
+ 'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
77
+ 'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
78
+ 'pisell-floor-map-layout.toolbar.ph-select-records': string;
79
+ 'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
80
+ 'pisell-floor-map-layout.toolbar.no-data-sources': string;
81
+ 'pisell-floor-map-layout.toolbar.cancel-place': string;
82
+ 'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
83
+ 'pisell-floor-map-layout.toolbar.save': string;
84
+ 'pisell-floor-map-layout.toolbar.saving': string;
85
+ 'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
86
+ 'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
87
+ 'pisell-floor-map-layout.view-controls.reset-aria': string;
88
+ 'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
89
+ 'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
90
+ 'pisell-floor-map-layout.view-controls.grid-show-aria': string;
91
+ 'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
92
+ 'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
93
+ 'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
94
+ 'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
95
+ 'pisell-floor-map-layout.image-element.default-name': string;
96
+ 'pisell-floor-map-layout.placement.fallback-image-name': string;
97
+ 'pisell-floor-map-layout.image-element.hint-no-url': string;
98
+ 'pisell-floor-map-layout.image-element.hint-load-fail': string;
99
+ 'pisell-floor-map-layout.data-form.empty': string;
100
+ 'pisell-floor-map-layout.data-form.save-record': string;
101
+ 'pisell-floor-map-layout.binding-error.required-row': string;
102
+ 'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
103
+ 'pisell-floor-map-layout.binding-error.missing-field': string;
104
+ 'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
105
+ 'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
106
+ 'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
107
+ 'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
108
+ 'pisell-floor-map-layout.figma-card.kind-round-table': string;
109
+ 'pisell-floor-map-layout.figma-card.kind-square-table': string;
110
+ 'pisell-floor-map-layout.figma-card.default-table': string;
111
+ 'pisell-floor-map-layout.figma-card.capacity-seats': string;
112
+ 'pisell-floor-map-layout.figma-card.guests-count': string;
113
+ };
114
+ 'zh-CN': {
115
+ 'pisell-floor-map-layout.loading': string;
116
+ 'pisell-floor-map-layout.read-canvas-tabs.aria': string;
117
+ 'pisell-floor-map-layout.edit-top-bar.aria': string;
118
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
119
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
120
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
121
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
122
+ 'pisell-floor-map-layout.edit-top-bar.unsaved': string;
123
+ 'pisell-floor-map-layout.edit-top-bar.save': string;
124
+ 'pisell-floor-map-layout.edit-top-bar.saving': string;
125
+ 'pisell-floor-map-layout.canvas-tabs.empty': string;
126
+ 'pisell-floor-map-layout.canvas-tabs.add': string;
127
+ 'pisell-floor-map-layout.canvas-tabs.add-title': string;
128
+ 'pisell-floor-map-layout.canvas-tabs.hint': string;
129
+ 'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
130
+ 'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
131
+ 'pisell-floor-map-layout.canvas-tabs.rename-title': string;
132
+ 'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
133
+ 'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
134
+ 'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
135
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
136
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
137
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
138
+ 'pisell-floor-map-layout.edit-panel.element-props': string;
139
+ 'pisell-floor-map-layout.edit-panel.close-aria': string;
140
+ 'pisell-floor-map-layout.edit-panel.hint-apply': string;
141
+ 'pisell-floor-map-layout.edit-panel.hint-save': string;
142
+ 'pisell-floor-map-layout.edit-panel.section-layout': string;
143
+ 'pisell-floor-map-layout.edit-panel.lock-on': string;
144
+ 'pisell-floor-map-layout.edit-panel.lock-off': string;
145
+ 'pisell-floor-map-layout.edit-panel.label-x': string;
146
+ 'pisell-floor-map-layout.edit-panel.label-y': string;
147
+ 'pisell-floor-map-layout.edit-panel.label-z': string;
148
+ 'pisell-floor-map-layout.edit-panel.label-width': string;
149
+ 'pisell-floor-map-layout.edit-panel.label-height': string;
150
+ 'pisell-floor-map-layout.edit-panel.label-name': string;
151
+ 'pisell-floor-map-layout.edit-panel.label-name-stage': string;
152
+ 'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
153
+ 'pisell-floor-map-layout.edit-panel.ph-name': string;
154
+ 'pisell-floor-map-layout.edit-panel.label-image-url': string;
155
+ 'pisell-floor-map-layout.edit-panel.extra-image-url': string;
156
+ 'pisell-floor-map-layout.edit-panel.ph-https': string;
157
+ 'pisell-floor-map-layout.edit-panel.label-canvas': string;
158
+ 'pisell-floor-map-layout.edit-panel.label-element-kind': string;
159
+ 'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
160
+ 'pisell-floor-map-layout.edit-panel.apply': string;
161
+ 'pisell-floor-map-layout.edit-panel.data-binding': string;
162
+ 'pisell-floor-map-layout.edit-panel.data-binding-note': string;
163
+ 'pisell-floor-map-layout.edit-panel.label-data-source': string;
164
+ 'pisell-floor-map-layout.edit-panel.ph-data-source': string;
165
+ 'pisell-floor-map-layout.edit-panel.label-pick-row': string;
166
+ 'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
167
+ 'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
168
+ 'pisell-floor-map-layout.edit-panel.hint-unbound': string;
169
+ 'pisell-floor-map-layout.edit-panel.record-title': string;
170
+ 'pisell-floor-map-layout.edit-panel.pop-title': string;
171
+ 'pisell-floor-map-layout.edit-panel.pop-desc': string;
172
+ 'pisell-floor-map-layout.edit-panel.btn-delete': string;
173
+ 'pisell-floor-map-layout.edit-panel.btn-cancel': string;
174
+ 'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
175
+ 'pisell-floor-map-layout.edit-quick.lock': string;
176
+ 'pisell-floor-map-layout.edit-quick.unlock': string;
177
+ 'pisell-floor-map-layout.edit-quick.duplicate': string;
178
+ 'pisell-floor-map-layout.edit-quick.delete': string;
179
+ 'pisell-floor-map-layout.edit-quick.status-locked': string;
180
+ 'pisell-floor-map-layout.edit-quick.status-unlocked': string;
181
+ 'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
182
+ 'pisell-floor-map-layout.toolbar.category-fallback': string;
183
+ 'pisell-floor-map-layout.toolbar.palette-card-title': string;
184
+ 'pisell-floor-map-layout.toolbar.data-binding-optional': string;
185
+ 'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
186
+ 'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
187
+ 'pisell-floor-map-layout.toolbar.ph-select-records': string;
188
+ 'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
189
+ 'pisell-floor-map-layout.toolbar.no-data-sources': string;
190
+ 'pisell-floor-map-layout.toolbar.cancel-place': string;
191
+ 'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
192
+ 'pisell-floor-map-layout.toolbar.save': string;
193
+ 'pisell-floor-map-layout.toolbar.saving': string;
194
+ 'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
195
+ 'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
196
+ 'pisell-floor-map-layout.view-controls.reset-aria': string;
197
+ 'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
198
+ 'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
199
+ 'pisell-floor-map-layout.view-controls.grid-show-aria': string;
200
+ 'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
201
+ 'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
202
+ 'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
203
+ 'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
204
+ 'pisell-floor-map-layout.image-element.default-name': string;
205
+ 'pisell-floor-map-layout.placement.fallback-image-name': string;
206
+ 'pisell-floor-map-layout.image-element.hint-no-url': string;
207
+ 'pisell-floor-map-layout.image-element.hint-load-fail': string;
208
+ 'pisell-floor-map-layout.data-form.empty': string;
209
+ 'pisell-floor-map-layout.data-form.save-record': string;
210
+ 'pisell-floor-map-layout.binding-error.required-row': string;
211
+ 'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
212
+ 'pisell-floor-map-layout.binding-error.missing-field': string;
213
+ 'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
214
+ 'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
215
+ 'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
216
+ 'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
217
+ 'pisell-floor-map-layout.figma-card.kind-round-table': string;
218
+ 'pisell-floor-map-layout.figma-card.kind-square-table': string;
219
+ 'pisell-floor-map-layout.figma-card.default-table': string;
220
+ 'pisell-floor-map-layout.figma-card.capacity-seats': string;
221
+ 'pisell-floor-map-layout.figma-card.guests-count': string;
222
+ };
223
+ 'zh-HK': {
224
+ 'pisell-floor-map-layout.loading': string;
225
+ 'pisell-floor-map-layout.read-canvas-tabs.aria': string;
226
+ 'pisell-floor-map-layout.edit-top-bar.aria': string;
227
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
228
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
229
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
230
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
231
+ 'pisell-floor-map-layout.edit-top-bar.unsaved': string;
232
+ 'pisell-floor-map-layout.edit-top-bar.save': string;
233
+ 'pisell-floor-map-layout.edit-top-bar.saving': string;
234
+ 'pisell-floor-map-layout.canvas-tabs.empty': string;
235
+ 'pisell-floor-map-layout.canvas-tabs.add': string;
236
+ 'pisell-floor-map-layout.canvas-tabs.add-title': string;
237
+ 'pisell-floor-map-layout.canvas-tabs.hint': string;
238
+ 'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
239
+ 'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
240
+ 'pisell-floor-map-layout.canvas-tabs.rename-title': string;
241
+ 'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
242
+ 'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
243
+ 'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
244
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
245
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
246
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
247
+ 'pisell-floor-map-layout.edit-panel.element-props': string;
248
+ 'pisell-floor-map-layout.edit-panel.close-aria': string;
249
+ 'pisell-floor-map-layout.edit-panel.hint-apply': string;
250
+ 'pisell-floor-map-layout.edit-panel.hint-save': string;
251
+ 'pisell-floor-map-layout.edit-panel.section-layout': string;
252
+ 'pisell-floor-map-layout.edit-panel.lock-on': string;
253
+ 'pisell-floor-map-layout.edit-panel.lock-off': string;
254
+ 'pisell-floor-map-layout.edit-panel.label-x': string;
255
+ 'pisell-floor-map-layout.edit-panel.label-y': string;
256
+ 'pisell-floor-map-layout.edit-panel.label-z': string;
257
+ 'pisell-floor-map-layout.edit-panel.label-width': string;
258
+ 'pisell-floor-map-layout.edit-panel.label-height': string;
259
+ 'pisell-floor-map-layout.edit-panel.label-name': string;
260
+ 'pisell-floor-map-layout.edit-panel.label-name-stage': string;
261
+ 'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
262
+ 'pisell-floor-map-layout.edit-panel.ph-name': string;
263
+ 'pisell-floor-map-layout.edit-panel.label-image-url': string;
264
+ 'pisell-floor-map-layout.edit-panel.extra-image-url': string;
265
+ 'pisell-floor-map-layout.edit-panel.ph-https': string;
266
+ 'pisell-floor-map-layout.edit-panel.label-canvas': string;
267
+ 'pisell-floor-map-layout.edit-panel.label-element-kind': string;
268
+ 'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
269
+ 'pisell-floor-map-layout.edit-panel.apply': string;
270
+ 'pisell-floor-map-layout.edit-panel.data-binding': string;
271
+ 'pisell-floor-map-layout.edit-panel.data-binding-note': string;
272
+ 'pisell-floor-map-layout.edit-panel.label-data-source': string;
273
+ 'pisell-floor-map-layout.edit-panel.ph-data-source': string;
274
+ 'pisell-floor-map-layout.edit-panel.label-pick-row': string;
275
+ 'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
276
+ 'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
277
+ 'pisell-floor-map-layout.edit-panel.hint-unbound': string;
278
+ 'pisell-floor-map-layout.edit-panel.record-title': string;
279
+ 'pisell-floor-map-layout.edit-panel.pop-title': string;
280
+ 'pisell-floor-map-layout.edit-panel.pop-desc': string;
281
+ 'pisell-floor-map-layout.edit-panel.btn-delete': string;
282
+ 'pisell-floor-map-layout.edit-panel.btn-cancel': string;
283
+ 'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
284
+ 'pisell-floor-map-layout.edit-quick.lock': string;
285
+ 'pisell-floor-map-layout.edit-quick.unlock': string;
286
+ 'pisell-floor-map-layout.edit-quick.duplicate': string;
287
+ 'pisell-floor-map-layout.edit-quick.delete': string;
288
+ 'pisell-floor-map-layout.edit-quick.status-locked': string;
289
+ 'pisell-floor-map-layout.edit-quick.status-unlocked': string;
290
+ 'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
291
+ 'pisell-floor-map-layout.toolbar.category-fallback': string;
292
+ 'pisell-floor-map-layout.toolbar.palette-card-title': string;
293
+ 'pisell-floor-map-layout.toolbar.data-binding-optional': string;
294
+ 'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
295
+ 'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
296
+ 'pisell-floor-map-layout.toolbar.ph-select-records': string;
297
+ 'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
298
+ 'pisell-floor-map-layout.toolbar.no-data-sources': string;
299
+ 'pisell-floor-map-layout.toolbar.cancel-place': string;
300
+ 'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
301
+ 'pisell-floor-map-layout.toolbar.save': string;
302
+ 'pisell-floor-map-layout.toolbar.saving': string;
303
+ 'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
304
+ 'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
305
+ 'pisell-floor-map-layout.view-controls.reset-aria': string;
306
+ 'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
307
+ 'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
308
+ 'pisell-floor-map-layout.view-controls.grid-show-aria': string;
309
+ 'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
310
+ 'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
311
+ 'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
312
+ 'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
313
+ 'pisell-floor-map-layout.image-element.default-name': string;
314
+ 'pisell-floor-map-layout.placement.fallback-image-name': string;
315
+ 'pisell-floor-map-layout.image-element.hint-no-url': string;
316
+ 'pisell-floor-map-layout.image-element.hint-load-fail': string;
317
+ 'pisell-floor-map-layout.data-form.empty': string;
318
+ 'pisell-floor-map-layout.data-form.save-record': string;
319
+ 'pisell-floor-map-layout.binding-error.required-row': string;
320
+ 'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
321
+ 'pisell-floor-map-layout.binding-error.missing-field': string;
322
+ 'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
323
+ 'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
324
+ 'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
325
+ 'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
326
+ 'pisell-floor-map-layout.figma-card.kind-round-table': string;
327
+ 'pisell-floor-map-layout.figma-card.kind-square-table': string;
328
+ 'pisell-floor-map-layout.figma-card.default-table': string;
329
+ 'pisell-floor-map-layout.figma-card.capacity-seats': string;
330
+ 'pisell-floor-map-layout.figma-card.guests-count': string;
331
+ };
332
+ ja: {
333
+ 'pisell-floor-map-layout.loading': string;
334
+ 'pisell-floor-map-layout.read-canvas-tabs.aria': string;
335
+ 'pisell-floor-map-layout.edit-top-bar.aria': string;
336
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
337
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
338
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
339
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
340
+ 'pisell-floor-map-layout.edit-top-bar.unsaved': string;
341
+ 'pisell-floor-map-layout.edit-top-bar.save': string;
342
+ 'pisell-floor-map-layout.edit-top-bar.saving': string;
343
+ 'pisell-floor-map-layout.canvas-tabs.empty': string;
344
+ 'pisell-floor-map-layout.canvas-tabs.add': string;
345
+ 'pisell-floor-map-layout.canvas-tabs.add-title': string;
346
+ 'pisell-floor-map-layout.canvas-tabs.hint': string;
347
+ 'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
348
+ 'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
349
+ 'pisell-floor-map-layout.canvas-tabs.rename-title': string;
350
+ 'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
351
+ 'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
352
+ 'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
353
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
354
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
355
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
356
+ 'pisell-floor-map-layout.edit-panel.element-props': string;
357
+ 'pisell-floor-map-layout.edit-panel.close-aria': string;
358
+ 'pisell-floor-map-layout.edit-panel.hint-apply': string;
359
+ 'pisell-floor-map-layout.edit-panel.hint-save': string;
360
+ 'pisell-floor-map-layout.edit-panel.section-layout': string;
361
+ 'pisell-floor-map-layout.edit-panel.lock-on': string;
362
+ 'pisell-floor-map-layout.edit-panel.lock-off': string;
363
+ 'pisell-floor-map-layout.edit-panel.label-x': string;
364
+ 'pisell-floor-map-layout.edit-panel.label-y': string;
365
+ 'pisell-floor-map-layout.edit-panel.label-z': string;
366
+ 'pisell-floor-map-layout.edit-panel.label-width': string;
367
+ 'pisell-floor-map-layout.edit-panel.label-height': string;
368
+ 'pisell-floor-map-layout.edit-panel.label-name': string;
369
+ 'pisell-floor-map-layout.edit-panel.label-name-stage': string;
370
+ 'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
371
+ 'pisell-floor-map-layout.edit-panel.ph-name': string;
372
+ 'pisell-floor-map-layout.edit-panel.label-image-url': string;
373
+ 'pisell-floor-map-layout.edit-panel.extra-image-url': string;
374
+ 'pisell-floor-map-layout.edit-panel.ph-https': string;
375
+ 'pisell-floor-map-layout.edit-panel.label-canvas': string;
376
+ 'pisell-floor-map-layout.edit-panel.label-element-kind': string;
377
+ 'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
378
+ 'pisell-floor-map-layout.edit-panel.apply': string;
379
+ 'pisell-floor-map-layout.edit-panel.data-binding': string;
380
+ 'pisell-floor-map-layout.edit-panel.data-binding-note': string;
381
+ 'pisell-floor-map-layout.edit-panel.label-data-source': string;
382
+ 'pisell-floor-map-layout.edit-panel.ph-data-source': string;
383
+ 'pisell-floor-map-layout.edit-panel.label-pick-row': string;
384
+ 'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
385
+ 'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
386
+ 'pisell-floor-map-layout.edit-panel.hint-unbound': string;
387
+ 'pisell-floor-map-layout.edit-panel.record-title': string;
388
+ 'pisell-floor-map-layout.edit-panel.pop-title': string;
389
+ 'pisell-floor-map-layout.edit-panel.pop-desc': string;
390
+ 'pisell-floor-map-layout.edit-panel.btn-delete': string;
391
+ 'pisell-floor-map-layout.edit-panel.btn-cancel': string;
392
+ 'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
393
+ 'pisell-floor-map-layout.edit-quick.lock': string;
394
+ 'pisell-floor-map-layout.edit-quick.unlock': string;
395
+ 'pisell-floor-map-layout.edit-quick.duplicate': string;
396
+ 'pisell-floor-map-layout.edit-quick.delete': string;
397
+ 'pisell-floor-map-layout.edit-quick.status-locked': string;
398
+ 'pisell-floor-map-layout.edit-quick.status-unlocked': string;
399
+ 'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
400
+ 'pisell-floor-map-layout.toolbar.category-fallback': string;
401
+ 'pisell-floor-map-layout.toolbar.palette-card-title': string;
402
+ 'pisell-floor-map-layout.toolbar.data-binding-optional': string;
403
+ 'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
404
+ 'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
405
+ 'pisell-floor-map-layout.toolbar.ph-select-records': string;
406
+ 'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
407
+ 'pisell-floor-map-layout.toolbar.no-data-sources': string;
408
+ 'pisell-floor-map-layout.toolbar.cancel-place': string;
409
+ 'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
410
+ 'pisell-floor-map-layout.toolbar.save': string;
411
+ 'pisell-floor-map-layout.toolbar.saving': string;
412
+ 'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
413
+ 'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
414
+ 'pisell-floor-map-layout.view-controls.reset-aria': string;
415
+ 'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
416
+ 'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
417
+ 'pisell-floor-map-layout.view-controls.grid-show-aria': string;
418
+ 'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
419
+ 'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
420
+ 'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
421
+ 'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
422
+ 'pisell-floor-map-layout.image-element.default-name': string;
423
+ 'pisell-floor-map-layout.placement.fallback-image-name': string;
424
+ 'pisell-floor-map-layout.image-element.hint-no-url': string;
425
+ 'pisell-floor-map-layout.image-element.hint-load-fail': string;
426
+ 'pisell-floor-map-layout.data-form.empty': string;
427
+ 'pisell-floor-map-layout.data-form.save-record': string;
428
+ 'pisell-floor-map-layout.binding-error.required-row': string;
429
+ 'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
430
+ 'pisell-floor-map-layout.binding-error.missing-field': string;
431
+ 'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
432
+ 'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
433
+ 'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
434
+ 'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
435
+ 'pisell-floor-map-layout.figma-card.kind-round-table': string;
436
+ 'pisell-floor-map-layout.figma-card.kind-square-table': string;
437
+ 'pisell-floor-map-layout.figma-card.default-table': string;
438
+ 'pisell-floor-map-layout.figma-card.capacity-seats': string;
439
+ 'pisell-floor-map-layout.figma-card.guests-count': string;
440
+ };
441
+ pt: {
442
+ 'pisell-floor-map-layout.loading': string;
443
+ 'pisell-floor-map-layout.read-canvas-tabs.aria': string;
444
+ 'pisell-floor-map-layout.edit-top-bar.aria': string;
445
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
446
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
447
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
448
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
449
+ 'pisell-floor-map-layout.edit-top-bar.unsaved': string;
450
+ 'pisell-floor-map-layout.edit-top-bar.save': string;
451
+ 'pisell-floor-map-layout.edit-top-bar.saving': string;
452
+ 'pisell-floor-map-layout.canvas-tabs.empty': string;
453
+ 'pisell-floor-map-layout.canvas-tabs.add': string;
454
+ 'pisell-floor-map-layout.canvas-tabs.add-title': string;
455
+ 'pisell-floor-map-layout.canvas-tabs.hint': string;
456
+ 'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
457
+ 'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
458
+ 'pisell-floor-map-layout.canvas-tabs.rename-title': string;
459
+ 'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
460
+ 'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
461
+ 'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
462
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
463
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
464
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
465
+ 'pisell-floor-map-layout.edit-panel.element-props': string;
466
+ 'pisell-floor-map-layout.edit-panel.close-aria': string;
467
+ 'pisell-floor-map-layout.edit-panel.hint-apply': string;
468
+ 'pisell-floor-map-layout.edit-panel.hint-save': string;
469
+ 'pisell-floor-map-layout.edit-panel.section-layout': string;
470
+ 'pisell-floor-map-layout.edit-panel.lock-on': string;
471
+ 'pisell-floor-map-layout.edit-panel.lock-off': string;
472
+ 'pisell-floor-map-layout.edit-panel.label-x': string;
473
+ 'pisell-floor-map-layout.edit-panel.label-y': string;
474
+ 'pisell-floor-map-layout.edit-panel.label-z': string;
475
+ 'pisell-floor-map-layout.edit-panel.label-width': string;
476
+ 'pisell-floor-map-layout.edit-panel.label-height': string;
477
+ 'pisell-floor-map-layout.edit-panel.label-name': string;
478
+ 'pisell-floor-map-layout.edit-panel.label-name-stage': string;
479
+ 'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
480
+ 'pisell-floor-map-layout.edit-panel.ph-name': string;
481
+ 'pisell-floor-map-layout.edit-panel.label-image-url': string;
482
+ 'pisell-floor-map-layout.edit-panel.extra-image-url': string;
483
+ 'pisell-floor-map-layout.edit-panel.ph-https': string;
484
+ 'pisell-floor-map-layout.edit-panel.label-canvas': string;
485
+ 'pisell-floor-map-layout.edit-panel.label-element-kind': string;
486
+ 'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
487
+ 'pisell-floor-map-layout.edit-panel.apply': string;
488
+ 'pisell-floor-map-layout.edit-panel.data-binding': string;
489
+ 'pisell-floor-map-layout.edit-panel.data-binding-note': string;
490
+ 'pisell-floor-map-layout.edit-panel.label-data-source': string;
491
+ 'pisell-floor-map-layout.edit-panel.ph-data-source': string;
492
+ 'pisell-floor-map-layout.edit-panel.label-pick-row': string;
493
+ 'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
494
+ 'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
495
+ 'pisell-floor-map-layout.edit-panel.hint-unbound': string;
496
+ 'pisell-floor-map-layout.edit-panel.record-title': string;
497
+ 'pisell-floor-map-layout.edit-panel.pop-title': string;
498
+ 'pisell-floor-map-layout.edit-panel.pop-desc': string;
499
+ 'pisell-floor-map-layout.edit-panel.btn-delete': string;
500
+ 'pisell-floor-map-layout.edit-panel.btn-cancel': string;
501
+ 'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
502
+ 'pisell-floor-map-layout.edit-quick.lock': string;
503
+ 'pisell-floor-map-layout.edit-quick.unlock': string;
504
+ 'pisell-floor-map-layout.edit-quick.duplicate': string;
505
+ 'pisell-floor-map-layout.edit-quick.delete': string;
506
+ 'pisell-floor-map-layout.edit-quick.status-locked': string;
507
+ 'pisell-floor-map-layout.edit-quick.status-unlocked': string;
508
+ 'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
509
+ 'pisell-floor-map-layout.toolbar.category-fallback': string;
510
+ 'pisell-floor-map-layout.toolbar.palette-card-title': string;
511
+ 'pisell-floor-map-layout.toolbar.data-binding-optional': string;
512
+ 'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
513
+ 'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
514
+ 'pisell-floor-map-layout.toolbar.ph-select-records': string;
515
+ 'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
516
+ 'pisell-floor-map-layout.toolbar.no-data-sources': string;
517
+ 'pisell-floor-map-layout.toolbar.cancel-place': string;
518
+ 'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
519
+ 'pisell-floor-map-layout.toolbar.save': string;
520
+ 'pisell-floor-map-layout.toolbar.saving': string;
521
+ 'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
522
+ 'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
523
+ 'pisell-floor-map-layout.view-controls.reset-aria': string;
524
+ 'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
525
+ 'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
526
+ 'pisell-floor-map-layout.view-controls.grid-show-aria': string;
527
+ 'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
528
+ 'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
529
+ 'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
530
+ 'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
531
+ 'pisell-floor-map-layout.image-element.default-name': string;
532
+ 'pisell-floor-map-layout.placement.fallback-image-name': string;
533
+ 'pisell-floor-map-layout.image-element.hint-no-url': string;
534
+ 'pisell-floor-map-layout.image-element.hint-load-fail': string;
535
+ 'pisell-floor-map-layout.data-form.empty': string;
536
+ 'pisell-floor-map-layout.data-form.save-record': string;
537
+ 'pisell-floor-map-layout.binding-error.required-row': string;
538
+ 'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
539
+ 'pisell-floor-map-layout.binding-error.missing-field': string;
540
+ 'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
541
+ 'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
542
+ 'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
543
+ 'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
544
+ 'pisell-floor-map-layout.figma-card.kind-round-table': string;
545
+ 'pisell-floor-map-layout.figma-card.kind-square-table': string;
546
+ 'pisell-floor-map-layout.figma-card.default-table': string;
547
+ 'pisell-floor-map-layout.figma-card.capacity-seats': string;
548
+ 'pisell-floor-map-layout.figma-card.guests-count': string;
549
+ };
550
+ };
551
+ export default _default;
@@ -0,0 +1,10 @@
1
+ import type { CreateShopFloorPlanClientOptions, EnsureShopFloorPlanByCodeOptions, PostShopFloorPlanBody, PutShopFloorPlanBody, ShopFloorPlanByCodeRequestOptions, ShopFloorPlanDetail } from './shopFloorPlanTypes';
2
+ export { SHOP_FLOOR_PLAN_DUPLICATE_CODE } from './shopFloorPlanTypes';
3
+ export declare function createShopFloorPlanClient(options: CreateShopFloorPlanClientOptions): {
4
+ unsubscribeShopFloorPlanCodeQuery(subscriberId: string): Promise<void>;
5
+ getShopFloorPlanByCode(code: string, subscribe?: ShopFloorPlanByCodeRequestOptions): Promise<ShopFloorPlanDetail | null>;
6
+ postShopFloorPlan: (body: PostShopFloorPlanBody) => Promise<ShopFloorPlanDetail | null>;
7
+ putShopFloorPlan(id: number, body: PutShopFloorPlanBody): Promise<unknown>;
8
+ ensureShopFloorPlanByCode: (code: string, subscribe?: EnsureShopFloorPlanByCodeOptions) => Promise<ShopFloorPlanDetail | null>;
9
+ };
10
+ export declare type ShopFloorPlanClient = ReturnType<typeof createShopFloorPlanClient>;
@@ -0,0 +1,18 @@
1
+ import type { FloorMapSceneElement } from '../types';
2
+ import type { ShopFloorPlanLayoutItem } from './shopFloorPlanTypes';
3
+ /**
4
+ * 将场景图元转为后端 layout 项(多画布时通常摊平到同一 layout)。
5
+ */
6
+ export declare function sceneElementsToShopLayout(sceneElements: FloorMapSceneElement[]): ShopFloorPlanLayoutItem[];
7
+ export declare type ShopLayoutToSceneOptions = {
8
+ canvasId: string;
9
+ dataSourceKey: string;
10
+ /** 后端 `type: rect` 映射到的 {@link FloorMapSceneElement.elementKind} */
11
+ rectElementKind: string;
12
+ /** 后端 `type: circle` 映射到的 elementKind */
13
+ circleElementKind: string;
14
+ };
15
+ /**
16
+ * 将扁平 layout 数组转为 `sceneElements`;图元种类由调用方传入(预约场景可传 boundTable / boundRoundTable 等)。
17
+ */
18
+ export declare function shopLayoutToSceneElements(layout: ShopFloorPlanLayoutItem[], options: ShopLayoutToSceneOptions): FloorMapSceneElement[];
@@ -0,0 +1,22 @@
1
+ import type { FloorMapSceneElement, FloorMapViewConfig } from '../types';
2
+ import type { PutShopFloorPlanBody, ShopFloorPlanDetail } from './shopFloorPlanTypes';
3
+ export declare function pickFloorPlanDetail(res: unknown): ShopFloorPlanDetail | null;
4
+ export declare function isShopFloorPlanNotFoundResponse(res: unknown): boolean;
5
+ export declare function isHttpNotFoundError(err: unknown): boolean;
6
+ export declare function isFloorPlanDuplicateCodeError(err: unknown): boolean;
7
+ export declare function parseLayoutFieldToViewConfigPatch(raw: unknown): Partial<FloorMapViewConfig> | null;
8
+ export declare function floorMapSavedConfigToRemotePatch(config: FloorMapViewConfig): Partial<FloorMapViewConfig>;
9
+ export declare function mergeFloorPlanViewRemote(base: FloorMapViewConfig, remote: Partial<FloorMapViewConfig>): FloorMapViewConfig;
10
+ export declare function viewConfigToLayoutPayload(config: FloorMapViewConfig): Record<string, unknown>;
11
+ export declare function inferCanvasSizeFromScene(sceneElements: FloorMapSceneElement[], fallbackWidth?: number, fallbackHeight?: number, padding?: number): {
12
+ w: number;
13
+ h: number;
14
+ };
15
+ export declare function buildFloorPlanPutBody(config: FloorMapViewConfig, options: {
16
+ canvasWidth?: number;
17
+ canvasHeight?: number;
18
+ code?: string;
19
+ name?: Record<string, string>;
20
+ sort?: number;
21
+ status?: number;
22
+ }): PutShopFloorPlanBody;