@pisell/materials 1.8.24 → 1.8.25

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 (717) 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 +145 -153
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +25 -30
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +31 -36
  11. package/es/components/PisellBasicGrid/PisellBasicGrid.d.ts +0 -1
  12. package/es/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +0 -1
  13. package/es/components/PisellCards/components/GraphicTextCard/types.d.ts +290 -0
  14. package/es/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +0 -1
  15. package/es/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +0 -1
  16. package/es/components/PisellCards/components/TabCard/TabCard.d.ts +0 -1
  17. package/es/components/PisellCards/components/TextCard/TextCard.d.ts +7 -0
  18. package/es/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +26 -0
  19. package/es/components/PisellCards/components/TextCard/components/TextContent.d.ts +21 -0
  20. package/es/components/PisellCards/components/TextCard/types.d.ts +270 -0
  21. package/es/components/PisellCards/index.d.ts +0 -1
  22. package/es/components/PisellFields/index.d.ts +0 -1
  23. package/es/components/PisellMetrics/index.d.ts +0 -1
  24. package/es/components/PisellScrollView/PisellScrollView.stories.d.ts +87 -0
  25. package/es/components/PisellScrollView/hooks/useScrollEvents.d.ts +20 -0
  26. package/es/components/PisellScrollView/index.d.ts +3 -0
  27. package/es/components/PisellSteps/PisellSteps.stories.d.ts +155 -0
  28. package/es/components/PisellTabbar/locales.d.ts +23 -0
  29. package/es/components/PisellTabbar/template/Template1/utils/index.d.ts +35 -0
  30. package/es/components/PisellTabbar2/locales.d.ts +23 -0
  31. package/es/components/PisellTabbar3/locales.d.ts +23 -0
  32. package/es/components/appVersionControl/index.d.ts +0 -1
  33. package/es/components/auto-complete-number/index.d.ts +0 -1
  34. package/es/components/badge/index.d.ts +0 -1
  35. package/es/components/batch-editor/fields/index.d.ts +0 -1
  36. package/es/components/batch-editor/index.d.ts +0 -1
  37. package/es/components/calendar/index.d.ts +0 -1
  38. package/es/components/checkbox/index.d.ts +0 -1
  39. package/es/components/classicLayout/index.d.ts +0 -1
  40. package/es/components/colorPicker/index.d.ts +0 -1
  41. package/es/components/config-provider/index.d.ts +9 -0
  42. package/es/components/dataSourceComponents/dataSourceForm/urlUtils.d.ts +24 -0
  43. package/es/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +0 -1
  44. package/es/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +0 -1
  45. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +2 -2
  46. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -1
  47. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +3 -3
  48. package/es/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +0 -1
  49. package/es/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +0 -1
  50. package/es/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +0 -1
  51. package/es/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +0 -1
  52. package/es/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +0 -1
  53. package/es/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +27 -0
  54. package/es/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +0 -1
  55. package/es/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +0 -1
  56. package/es/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +0 -1
  57. package/es/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +0 -1
  58. package/es/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +0 -1
  59. package/es/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +0 -1
  60. package/es/components/dataSourceComponents/fields/Upload/constants.d.ts +9 -0
  61. package/es/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
  62. package/es/components/dataSourceComponents/fields/index.d.ts +6 -6
  63. package/es/components/dataSourceComponents/hooks/useFormSettingParams.d.ts +7 -0
  64. package/es/components/date-picker/index.d.ts +0 -1
  65. package/es/components/drag-sort-tree/index.d.ts +4 -0
  66. package/es/components/dropdown/index.d.ts +0 -1
  67. package/es/components/filter/components/Dropdown/types.d.ts +13 -0
  68. package/es/components/filter/components/FilterButton/types.d.ts +24 -0
  69. package/es/components/filter/components/items/index.d.ts +0 -1
  70. package/es/components/filter/components/items/text/Editor/index.d.ts +0 -1
  71. package/es/components/filter/components/items/text/Preview/index.d.ts +0 -1
  72. package/es/components/filter/components/items/text/index.d.ts +0 -1
  73. package/es/components/filter/types.d.ts +48 -0
  74. package/es/components/keyboard/index.d.ts +22 -0
  75. package/es/components/login-and-register/index.d.ts +82 -0
  76. package/es/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +0 -1
  77. package/es/components/pisellBatchActionBar/types.d.ts +237 -0
  78. package/es/components/pisellCard/index.d.ts +0 -1
  79. package/es/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +2 -2
  80. package/es/components/pisellDataSourceContainer/utils/formatData.d.ts +9 -0
  81. package/es/components/pisellDatePicker/datePickerCpt.d.ts +0 -1
  82. package/es/components/pisellDatePicker/index.d.ts +0 -1
  83. package/es/components/pisellDateTimeDisplay/formats/dateTimeDisplayFormats.d.ts +7 -0
  84. package/es/components/pisellDateTimeDisplay/formats/index.d.ts +1 -0
  85. package/es/components/pisellDateTimeDisplay/types.d.ts +352 -0
  86. package/es/components/pisellDateTimeDisplay/utils/formatTime.d.ts +19 -0
  87. package/es/components/pisellDateTimeDisplay/utils/getRefreshInterval.d.ts +18 -0
  88. package/es/components/pisellEmail/constants/emailDomains.d.ts +5 -0
  89. package/es/components/pisellEmail/constants/emailRegex.d.ts +13 -0
  90. package/es/components/pisellEmail/utils/domainSuggestions.d.ts +15 -0
  91. package/es/components/pisellEmpty/index.d.ts +19 -0
  92. package/es/components/pisellFilter/type.d.ts +7 -0
  93. package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.js +72 -43
  94. package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.less +14 -2
  95. package/es/components/pisellFloorMapLayout/components/CanvasTabs.less +13 -13
  96. package/es/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +46 -0
  97. package/es/components/pisellFloorMapLayout/components/EditableItemLayer.js +33 -16
  98. package/es/components/pisellFloorMapLayout/components/EditableItemLayer.less +72 -4
  99. package/es/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +21 -0
  100. package/es/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.js +67 -0
  101. package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +8 -6
  102. package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.js +18 -40
  103. package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.less +21 -7
  104. package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.less +18 -10
  105. package/es/components/pisellFloorMapLayout/components/ItemLayer.d.ts +5 -0
  106. package/es/components/pisellFloorMapLayout/components/ItemLayer.js +4 -2
  107. package/es/components/pisellFloorMapLayout/components/ItemLayer.less +6 -3
  108. package/es/components/pisellFloorMapLayout/components/MapLayer.d.ts +27 -0
  109. package/es/components/pisellFloorMapLayout/components/ViewControls.d.ts +18 -2
  110. package/es/components/pisellFloorMapLayout/components/ViewControls.js +187 -44
  111. package/es/components/pisellFloorMapLayout/components/ViewControls.less +264 -54
  112. package/es/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +7 -1
  113. package/es/components/pisellFloorMapLayout/components/ViewControlsWithZoom.js +4 -1
  114. package/es/components/pisellFloorMapLayout/context/FloorMapLayoutContext.d.ts +16 -0
  115. package/es/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +5 -0
  116. package/es/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.js +3 -2
  117. package/es/components/pisellFloorMapLayout/hooks/useFloorMapEditState.d.ts +3 -0
  118. package/es/components/pisellFloorMapLayout/hooks/useFloorMapEditState.js +46 -3
  119. package/es/components/pisellFloorMapLayout/hooks/useFloorMapPaletteTouchDrag.d.ts +21 -0
  120. package/es/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +67 -0
  121. package/es/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.js +3 -2
  122. package/es/components/pisellFloorMapLayout/locales-ja.d.ts +9 -0
  123. package/es/components/pisellFloorMapLayout/locales-ja.js +9 -0
  124. package/es/components/pisellFloorMapLayout/locales-pt.d.ts +9 -0
  125. package/es/components/pisellFloorMapLayout/locales-pt.js +9 -0
  126. package/es/components/pisellFloorMapLayout/locales.d.ts +45 -0
  127. package/es/components/pisellFloorMapLayout/locales.js +27 -0
  128. package/es/components/pisellFloorMapLayout/types.d.ts +590 -0
  129. package/es/components/pisellFloorMapLayout/utils/floorMapDropUtils.d.ts +27 -0
  130. package/es/components/pisellFloorMapLayout/utils/floorMapStageDefaults.d.ts +8 -0
  131. package/es/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +8 -0
  132. package/es/components/pisellFloorMapLayout/utils/layoutMeasurements.d.ts +30 -0
  133. package/es/components/pisellFloorMapLayout/utils/mergeCanvasesForTabs.d.ts +7 -0
  134. package/es/components/pisellFloorMapLayout/utils/snap.d.ts +10 -0
  135. package/es/components/pisellGridPro/GridPro.d.ts +9 -0
  136. package/es/components/pisellGridPro/GridView/index.d.ts +5 -0
  137. package/es/components/pisellGridPro/GridView/type.d.ts +3 -0
  138. package/es/components/pisellGridPro/ToolBar/index.d.ts +6 -0
  139. package/es/components/pisellGridPro/ToolBar/type.d.ts +10 -0
  140. package/es/components/pisellGridPro/components/DataCard/components/StatCard/index.d.ts +10 -0
  141. package/es/components/pisellGridPro/components/DataCard/index.d.ts +5 -0
  142. package/es/components/pisellGridPro/components/DataCard/types.d.ts +70 -0
  143. package/es/components/pisellGridPro/components/Footer/index.d.ts +9 -0
  144. package/es/components/pisellGridPro/components/Header/index.d.ts +12 -0
  145. package/es/components/pisellGridPro/index.d.ts +4 -0
  146. package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +6 -0
  147. package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +10 -0
  148. package/es/components/pisellHierarchicalSummaryList/components/Row.d.ts +35 -0
  149. package/es/components/pisellHierarchicalSummaryList/components/index.d.ts +1 -0
  150. package/es/components/pisellHierarchicalSummaryList/hooks/index.d.ts +2 -0
  151. package/es/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +15 -0
  152. package/es/components/pisellHierarchicalSummaryList/index.d.ts +5 -0
  153. package/es/components/pisellHierarchicalSummaryList/types.d.ts +248 -0
  154. package/es/components/pisellInformationEntry/Scan/index.d.ts +0 -1
  155. package/es/components/pisellInput/components/BankCard/index.d.ts +0 -1
  156. package/es/components/pisellInput/components/SecurityCode/index.d.ts +0 -1
  157. package/es/components/pisellInput/index.d.ts +0 -1
  158. package/es/components/pisellLayout/index.d.ts +14 -0
  159. package/es/components/pisellLookup/PisellLookup.d.ts +4 -0
  160. package/es/components/pisellLookup/PisellLookup.stories.d.ts +129 -0
  161. package/es/components/pisellLookup/components/HotWords.d.ts +7 -0
  162. package/es/components/pisellLookup/components/LookupAuxiliary.d.ts +7 -0
  163. package/es/components/pisellLookup/components/LookupResultHost.d.ts +7 -0
  164. package/es/components/pisellLookup/components/SearchHistory.d.ts +7 -0
  165. package/es/components/pisellLookup/components/SuggestWords.d.ts +7 -0
  166. package/es/components/pisellLookup/components/index.d.ts +9 -0
  167. package/es/components/pisellLookup/hooks/index.d.ts +6 -0
  168. package/es/components/pisellLookup/hooks/useDebounceSearch.d.ts +40 -0
  169. package/es/components/pisellLookup/hooks/useSearchHistory.d.ts +48 -0
  170. package/es/components/pisellLookup/hooks/useSearchState.d.ts +80 -0
  171. package/es/components/pisellLookup/index.d.ts +6 -0
  172. package/es/components/pisellLookup/types.d.ts +667 -0
  173. package/es/components/pisellLookup/utils/index.d.ts +5 -0
  174. package/es/components/pisellLookup/utils/storage.d.ts +42 -0
  175. package/es/components/pisellLookup/utils/trigger.d.ts +42 -0
  176. package/es/components/pisellMetricCard/components/MetricTitle.d.ts +12 -0
  177. package/es/components/pisellMetricCard/components/MetricValue.d.ts +12 -0
  178. package/es/components/pisellMetricCard/components/TrendIcon.d.ts +14 -0
  179. package/es/components/pisellMetricCard/types.d.ts +201 -0
  180. package/es/components/pisellMetricCard/utils/calculateTrend.d.ts +14 -0
  181. package/es/components/pisellModal/components/IpadModal/index.d.ts +0 -1
  182. package/es/components/pisellModal/components/MobileModal/index.d.ts +0 -1
  183. package/es/components/pisellModal/components/index.d.ts +0 -1
  184. package/es/components/pisellModal/index.d.ts +4 -0
  185. package/es/components/pisellPercent/utils/rangeConverter.d.ts +36 -0
  186. package/es/components/pisellPhone/utils/phoneFormatter.d.ts +39 -0
  187. package/es/components/pisellQuickFilter/type.d.ts +12 -0
  188. package/es/components/pisellRecordBoard/context/RecordBoardContext.d.ts +3 -0
  189. package/es/components/pisellRecordBoard/context/RecordBoardProvider.d.ts +11 -0
  190. package/es/components/pisellRecordBoard/hooks/useRecordBoardContext.d.ts +16 -0
  191. package/es/components/pisellRecordBoard/layouts/CardLayout/CardList.d.ts +12 -0
  192. package/es/components/pisellRecordBoard/layouts/CardLayout/index.d.ts +13 -0
  193. package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +14 -0
  194. package/es/components/pisellRecordBoard/layouts/GridLayout/index.d.ts +13 -0
  195. package/es/components/pisellRecordBoard/shellFrame/FloorMap.d.ts +14 -0
  196. package/es/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +16 -0
  197. package/es/components/pisellRecordBoard/types.d.ts +381 -0
  198. package/es/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +15 -0
  199. package/es/components/pisellRecordBoard/utils/withRecordBoard.d.ts +9 -0
  200. package/es/components/pisellReservationSchedule/PisellReservationSchedule.less +9 -9
  201. package/es/components/pisellReservationSchedule/locales.d.ts +25 -0
  202. package/es/components/pisellReservationSchedule/types.d.ts +42 -0
  203. package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.js +13 -2
  204. package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.less +27 -3
  205. package/es/components/pisellReservationScheduleBand/types.d.ts +8 -0
  206. package/es/components/pisellShellFrame/PisellShellFrame.d.ts +13 -0
  207. package/es/components/pisellShellFrame/PisellShellFrame.stories.d.ts +15 -0
  208. package/es/components/pisellShellFrame/index.d.ts +2 -0
  209. package/es/components/pisellShellFrame/types.d.ts +56 -0
  210. package/es/components/pisellSort/index.d.ts +3 -0
  211. package/es/components/pisellSort/type.d.ts +7 -0
  212. package/es/components/pisellStatisticList/index.d.ts +22 -0
  213. package/es/components/pisellTimeNavigator/PisellTimeNavigator.less +6 -6
  214. package/es/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +14 -0
  215. package/es/components/pisellTimeNavigator/components/CursorLayer.d.ts +25 -0
  216. package/es/components/pisellTimeNavigator/components/GestureLayer.d.ts +33 -0
  217. package/es/components/pisellTimeNavigator/components/ScaleLayer.d.ts +22 -0
  218. package/es/components/pisellTimeNavigator/hooks/useDragInertia.d.ts +14 -0
  219. package/es/components/pisellTimeNavigator/hooks/useRealtime.d.ts +5 -0
  220. package/es/components/pisellTimeNavigator/locales.d.ts +22 -0
  221. package/es/components/pisellTimeRangeDisplay/types.d.ts +137 -0
  222. package/es/components/pisellTimeRangeDisplay/utils/formatDuration.d.ts +14 -0
  223. package/es/components/pisellTimeRangeDisplay/utils/parseTimeRange.d.ts +23 -0
  224. package/es/components/pisellTooltip/index.d.ts +0 -1
  225. package/es/components/pisellUpload/index.d.ts +0 -1
  226. package/es/components/pisellUrl/utils/index.d.ts +6 -0
  227. package/es/components/pisellUrl/utils/urlFormatter.d.ts +38 -0
  228. package/es/components/pisellUrl/utils/urlHelper.d.ts +63 -0
  229. package/es/components/pisellUrl/utils/urlValidator.d.ts +46 -0
  230. package/es/components/productCard/components/Divider/index.d.ts +0 -1
  231. package/es/components/productCard/components/Header/DeleteButton/index.d.ts +3 -0
  232. package/es/components/productCard/components/MultiDay/index.d.ts +0 -1
  233. package/es/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +0 -1
  234. package/es/components/productCard/components/Packages/components/options/index.d.ts +0 -1
  235. package/es/components/productCard/components/Time/components/Like/index.d.ts +0 -1
  236. package/es/components/productCard/components/Time/index.d.ts +0 -1
  237. package/es/components/radio/index.d.ts +0 -1
  238. package/es/components/segmented/index.d.ts +0 -1
  239. package/es/components/select/index.d.ts +9 -0
  240. package/es/components/select-time/RightPanel/index.d.ts +0 -1
  241. package/es/components/select-time/index.js +1 -0
  242. package/es/components/skeleton/index.d.ts +0 -1
  243. package/es/components/slider/index.d.ts +0 -1
  244. package/es/components/sort/components/InlineMenu/index.d.ts +0 -1
  245. package/es/components/sort/types.d.ts +39 -0
  246. package/es/components/table/Actions/component/ColumnsSetting/index.d.ts +0 -1
  247. package/es/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +0 -1
  248. package/es/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +0 -1
  249. package/es/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +0 -1
  250. package/es/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +0 -1
  251. package/es/components/table/Actions/component/Group/PopoverContent.d.ts +0 -1
  252. package/es/components/table/Actions/component/ViewMode/index.d.ts +8 -0
  253. package/es/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +0 -1
  254. package/es/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +0 -1
  255. package/es/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
  256. package/es/components/table/Summary/index.d.ts +0 -1
  257. package/es/components/table/Table/fields/date/Config/index.d.ts +0 -1
  258. package/es/components/table/Table/fields/date/Sort/index.d.ts +0 -1
  259. package/es/components/table/Table/fields/date/index.d.ts +0 -1
  260. package/es/components/table/Table/fields/image/Config/index.d.ts +0 -1
  261. package/es/components/table/Table/fields/image/Show/index.d.ts +0 -1
  262. package/es/components/table/Table/fields/image/Sort/index.d.ts +0 -1
  263. package/es/components/table/Table/fields/image/index.d.ts +0 -1
  264. package/es/components/table/Table/fields/index.d.ts +2 -2
  265. package/es/components/table/Table/fields/link/Config/index.d.ts +0 -1
  266. package/es/components/table/Table/fields/link/Sort/index.d.ts +0 -1
  267. package/es/components/table/Table/fields/link/index.d.ts +0 -1
  268. package/es/components/table/Table/fields/number/Config/index.d.ts +0 -1
  269. package/es/components/table/Table/fields/number/Show/index.d.ts +0 -1
  270. package/es/components/table/Table/fields/number/Sort/index.d.ts +0 -1
  271. package/es/components/table/Table/fields/number/index.d.ts +0 -1
  272. package/es/components/table/Table/fields/numberRange/Config/index.d.ts +0 -1
  273. package/es/components/table/Table/fields/numberRange/Show/index.d.ts +0 -1
  274. package/es/components/table/Table/fields/numberRange/Sort/index.d.ts +0 -1
  275. package/es/components/table/Table/fields/numberRange/index.d.ts +0 -1
  276. package/es/components/table/Table/fields/oldRangePicker/Config/index.d.ts +0 -1
  277. package/es/components/table/Table/fields/oldRangePicker/Show/index.d.ts +0 -1
  278. package/es/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +0 -1
  279. package/es/components/table/Table/fields/oldRangePicker/index.d.ts +0 -1
  280. package/es/components/table/Table/fields/pSwitch/Config/index.d.ts +0 -1
  281. package/es/components/table/Table/fields/pSwitch/Show/index.d.ts +0 -1
  282. package/es/components/table/Table/fields/pSwitch/Sort/index.d.ts +0 -1
  283. package/es/components/table/Table/fields/pSwitch/index.d.ts +0 -1
  284. package/es/components/table/Table/fields/rangePicker/Config/index.d.ts +0 -1
  285. package/es/components/table/Table/fields/rangePicker/Show/index.d.ts +0 -1
  286. package/es/components/table/Table/fields/rangePicker/Sort/index.d.ts +0 -1
  287. package/es/components/table/Table/fields/rangePicker/index.d.ts +0 -1
  288. package/es/components/table/Table/fields/search/Config/index.d.ts +0 -1
  289. package/es/components/table/Table/fields/search/Show/index.d.ts +0 -1
  290. package/es/components/table/Table/fields/search/Sort/index.d.ts +0 -1
  291. package/es/components/table/Table/fields/search/index.d.ts +0 -1
  292. package/es/components/table/Table/fields/select/Config/index.d.ts +0 -1
  293. package/es/components/table/Table/fields/select/Edit/index.d.ts +4 -0
  294. package/es/components/table/Table/fields/select/Show/index.d.ts +0 -1
  295. package/es/components/table/Table/fields/select/Sort/index.d.ts +0 -1
  296. package/es/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
  297. package/es/components/table/Table/fields/text/Config/index.d.ts +0 -1
  298. package/es/components/table/Table/fields/text/Sort/index.d.ts +0 -1
  299. package/es/components/table/Table/fields/treeSelect/Config/index.d.ts +0 -1
  300. package/es/components/table/Table/fields/treeSelect/Show/index.d.ts +0 -1
  301. package/es/components/table/Table/fields/treeSelect/Sort/index.d.ts +0 -1
  302. package/es/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
  303. package/es/components/table/Table/fields/types/index.d.ts +33 -0
  304. package/es/components/table/Table/tableConfig/summary/index.d.ts +0 -1
  305. package/es/components/table/Table/utils.d.ts +1 -1
  306. package/es/components/table/TableFilter/SortIcon.d.ts +0 -1
  307. package/es/components/table/types.d.ts +268 -0
  308. package/es/components/time-picker/index.d.ts +0 -1
  309. package/es/components/translation/utils.d.ts +9 -0
  310. package/es/components/upload/index.d.ts +0 -1
  311. package/es/components/versionSelect/index.d.ts +0 -1
  312. package/es/components/virtual-keyboard/Time/utils.d.ts +0 -1
  313. package/es/components/virtualInput/BaseVirtualInput/index.d.ts +44 -0
  314. package/es/components/virtualInput/index.d.ts +29 -0
  315. package/es/components/walletCard/Guest/index.d.ts +0 -1
  316. package/es/components/walletCard/Guide/index.d.ts +0 -1
  317. package/es/hooks/useThemeTokens.d.ts +7 -0
  318. package/es/theme/tokens.d.ts +22 -0
  319. package/es/utils/index.d.ts +1 -1
  320. package/es/utils/platform.d.ts +1 -1
  321. package/es/utils/tagColor.d.ts +7 -0
  322. package/lib/components/PisellBasicGrid/PisellBasicGrid.d.ts +0 -1
  323. package/lib/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +0 -1
  324. package/lib/components/PisellCards/components/GraphicTextCard/types.d.ts +290 -0
  325. package/lib/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +0 -1
  326. package/lib/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +0 -1
  327. package/lib/components/PisellCards/components/TabCard/TabCard.d.ts +0 -1
  328. package/lib/components/PisellCards/components/TextCard/TextCard.d.ts +7 -0
  329. package/lib/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +26 -0
  330. package/lib/components/PisellCards/components/TextCard/components/TextContent.d.ts +21 -0
  331. package/lib/components/PisellCards/components/TextCard/types.d.ts +270 -0
  332. package/lib/components/PisellCards/index.d.ts +0 -1
  333. package/lib/components/PisellFields/index.d.ts +0 -1
  334. package/lib/components/PisellMetrics/index.d.ts +0 -1
  335. package/lib/components/PisellScrollView/PisellScrollView.stories.d.ts +87 -0
  336. package/lib/components/PisellScrollView/hooks/useScrollEvents.d.ts +20 -0
  337. package/lib/components/PisellScrollView/index.d.ts +3 -0
  338. package/lib/components/PisellSteps/PisellSteps.stories.d.ts +155 -0
  339. package/lib/components/PisellTabbar/locales.d.ts +23 -0
  340. package/lib/components/PisellTabbar/template/Template1/utils/index.d.ts +35 -0
  341. package/lib/components/PisellTabbar2/locales.d.ts +23 -0
  342. package/lib/components/PisellTabbar3/locales.d.ts +23 -0
  343. package/lib/components/appVersionControl/index.d.ts +0 -1
  344. package/lib/components/auto-complete-number/index.d.ts +0 -1
  345. package/lib/components/badge/index.d.ts +0 -1
  346. package/lib/components/batch-editor/fields/index.d.ts +0 -1
  347. package/lib/components/batch-editor/index.d.ts +0 -1
  348. package/lib/components/calendar/index.d.ts +0 -1
  349. package/lib/components/checkbox/index.d.ts +0 -1
  350. package/lib/components/classicLayout/index.d.ts +0 -1
  351. package/lib/components/colorPicker/index.d.ts +0 -1
  352. package/lib/components/config-provider/index.d.ts +9 -0
  353. package/lib/components/dataSourceComponents/dataSourceForm/urlUtils.d.ts +24 -0
  354. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +0 -1
  355. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +0 -1
  356. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +2 -2
  357. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -1
  358. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +3 -3
  359. package/lib/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +0 -1
  360. package/lib/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +0 -1
  361. package/lib/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +0 -1
  362. package/lib/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +0 -1
  363. package/lib/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +0 -1
  364. package/lib/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +27 -0
  365. package/lib/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +0 -1
  366. package/lib/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +0 -1
  367. package/lib/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +0 -1
  368. package/lib/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +0 -1
  369. package/lib/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +0 -1
  370. package/lib/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +0 -1
  371. package/lib/components/dataSourceComponents/fields/Upload/constants.d.ts +9 -0
  372. package/lib/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
  373. package/lib/components/dataSourceComponents/fields/index.d.ts +6 -6
  374. package/lib/components/dataSourceComponents/hooks/useFormSettingParams.d.ts +7 -0
  375. package/lib/components/date-picker/index.d.ts +0 -1
  376. package/lib/components/drag-sort-tree/index.d.ts +4 -0
  377. package/lib/components/dropdown/index.d.ts +0 -1
  378. package/lib/components/filter/components/Dropdown/types.d.ts +13 -0
  379. package/lib/components/filter/components/FilterButton/types.d.ts +24 -0
  380. package/lib/components/filter/components/items/index.d.ts +0 -1
  381. package/lib/components/filter/components/items/text/Editor/index.d.ts +0 -1
  382. package/lib/components/filter/components/items/text/Preview/index.d.ts +0 -1
  383. package/lib/components/filter/components/items/text/index.d.ts +0 -1
  384. package/lib/components/filter/types.d.ts +48 -0
  385. package/lib/components/keyboard/index.d.ts +22 -0
  386. package/lib/components/login-and-register/index.d.ts +82 -0
  387. package/lib/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +0 -1
  388. package/lib/components/pisellBatchActionBar/types.d.ts +237 -0
  389. package/lib/components/pisellCard/index.d.ts +0 -1
  390. package/lib/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +2 -2
  391. package/lib/components/pisellDataSourceContainer/utils/formatData.d.ts +9 -0
  392. package/lib/components/pisellDatePicker/datePickerCpt.d.ts +0 -1
  393. package/lib/components/pisellDatePicker/index.d.ts +0 -1
  394. package/lib/components/pisellDateTimeDisplay/formats/dateTimeDisplayFormats.d.ts +7 -0
  395. package/lib/components/pisellDateTimeDisplay/formats/index.d.ts +1 -0
  396. package/lib/components/pisellDateTimeDisplay/types.d.ts +352 -0
  397. package/lib/components/pisellDateTimeDisplay/utils/formatTime.d.ts +19 -0
  398. package/lib/components/pisellDateTimeDisplay/utils/getRefreshInterval.d.ts +18 -0
  399. package/lib/components/pisellEmail/constants/emailDomains.d.ts +5 -0
  400. package/lib/components/pisellEmail/constants/emailRegex.d.ts +13 -0
  401. package/lib/components/pisellEmail/utils/domainSuggestions.d.ts +15 -0
  402. package/lib/components/pisellEmpty/index.d.ts +19 -0
  403. package/lib/components/pisellFilter/type.d.ts +7 -0
  404. package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.js +89 -50
  405. package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.less +14 -2
  406. package/lib/components/pisellFloorMapLayout/components/CanvasTabs.less +13 -13
  407. package/lib/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +46 -0
  408. package/lib/components/pisellFloorMapLayout/components/EditableItemLayer.js +38 -13
  409. package/lib/components/pisellFloorMapLayout/components/EditableItemLayer.less +72 -4
  410. package/lib/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +21 -0
  411. package/lib/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.js +108 -0
  412. package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +8 -6
  413. package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.js +15 -43
  414. package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.less +21 -7
  415. package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.less +18 -10
  416. package/lib/components/pisellFloorMapLayout/components/ItemLayer.d.ts +5 -0
  417. package/lib/components/pisellFloorMapLayout/components/ItemLayer.js +4 -1
  418. package/lib/components/pisellFloorMapLayout/components/ItemLayer.less +6 -3
  419. package/lib/components/pisellFloorMapLayout/components/MapLayer.d.ts +27 -0
  420. package/lib/components/pisellFloorMapLayout/components/ViewControls.d.ts +18 -2
  421. package/lib/components/pisellFloorMapLayout/components/ViewControls.js +201 -26
  422. package/lib/components/pisellFloorMapLayout/components/ViewControls.less +264 -54
  423. package/lib/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +7 -1
  424. package/lib/components/pisellFloorMapLayout/components/ViewControlsWithZoom.js +4 -1
  425. package/lib/components/pisellFloorMapLayout/context/FloorMapLayoutContext.d.ts +16 -0
  426. package/lib/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +5 -0
  427. package/lib/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.js +2 -1
  428. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEditState.d.ts +3 -0
  429. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEditState.js +39 -3
  430. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapPaletteTouchDrag.d.ts +21 -0
  431. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +67 -0
  432. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.js +1 -2
  433. package/lib/components/pisellFloorMapLayout/locales-ja.d.ts +9 -0
  434. package/lib/components/pisellFloorMapLayout/locales-ja.js +9 -0
  435. package/lib/components/pisellFloorMapLayout/locales-pt.d.ts +9 -0
  436. package/lib/components/pisellFloorMapLayout/locales-pt.js +9 -0
  437. package/lib/components/pisellFloorMapLayout/locales.d.ts +45 -0
  438. package/lib/components/pisellFloorMapLayout/locales.js +27 -0
  439. package/lib/components/pisellFloorMapLayout/types.d.ts +590 -0
  440. package/lib/components/pisellFloorMapLayout/utils/floorMapDropUtils.d.ts +27 -0
  441. package/lib/components/pisellFloorMapLayout/utils/floorMapStageDefaults.d.ts +8 -0
  442. package/lib/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +8 -0
  443. package/lib/components/pisellFloorMapLayout/utils/layoutMeasurements.d.ts +30 -0
  444. package/lib/components/pisellFloorMapLayout/utils/mergeCanvasesForTabs.d.ts +7 -0
  445. package/lib/components/pisellFloorMapLayout/utils/snap.d.ts +10 -0
  446. package/lib/components/pisellGridPro/GridPro.d.ts +9 -0
  447. package/lib/components/pisellGridPro/GridView/index.d.ts +5 -0
  448. package/lib/components/pisellGridPro/GridView/type.d.ts +3 -0
  449. package/lib/components/pisellGridPro/ToolBar/index.d.ts +6 -0
  450. package/lib/components/pisellGridPro/ToolBar/type.d.ts +10 -0
  451. package/lib/components/pisellGridPro/components/DataCard/components/StatCard/index.d.ts +10 -0
  452. package/lib/components/pisellGridPro/components/DataCard/index.d.ts +5 -0
  453. package/lib/components/pisellGridPro/components/DataCard/types.d.ts +70 -0
  454. package/lib/components/pisellGridPro/components/Footer/index.d.ts +9 -0
  455. package/lib/components/pisellGridPro/components/Header/index.d.ts +12 -0
  456. package/lib/components/pisellGridPro/index.d.ts +4 -0
  457. package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +6 -0
  458. package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +10 -0
  459. package/lib/components/pisellHierarchicalSummaryList/components/Row.d.ts +35 -0
  460. package/lib/components/pisellHierarchicalSummaryList/components/index.d.ts +1 -0
  461. package/lib/components/pisellHierarchicalSummaryList/hooks/index.d.ts +2 -0
  462. package/lib/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +15 -0
  463. package/lib/components/pisellHierarchicalSummaryList/index.d.ts +5 -0
  464. package/lib/components/pisellHierarchicalSummaryList/types.d.ts +248 -0
  465. package/lib/components/pisellInformationEntry/Scan/index.d.ts +0 -1
  466. package/lib/components/pisellInput/components/BankCard/index.d.ts +0 -1
  467. package/lib/components/pisellInput/components/SecurityCode/index.d.ts +0 -1
  468. package/lib/components/pisellInput/index.d.ts +0 -1
  469. package/lib/components/pisellLayout/index.d.ts +14 -0
  470. package/lib/components/pisellLookup/PisellLookup.d.ts +4 -0
  471. package/lib/components/pisellLookup/PisellLookup.stories.d.ts +129 -0
  472. package/lib/components/pisellLookup/components/HotWords.d.ts +7 -0
  473. package/lib/components/pisellLookup/components/LookupAuxiliary.d.ts +7 -0
  474. package/lib/components/pisellLookup/components/LookupResultHost.d.ts +7 -0
  475. package/lib/components/pisellLookup/components/SearchHistory.d.ts +7 -0
  476. package/lib/components/pisellLookup/components/SuggestWords.d.ts +7 -0
  477. package/lib/components/pisellLookup/components/index.d.ts +9 -0
  478. package/lib/components/pisellLookup/hooks/index.d.ts +6 -0
  479. package/lib/components/pisellLookup/hooks/useDebounceSearch.d.ts +40 -0
  480. package/lib/components/pisellLookup/hooks/useSearchHistory.d.ts +48 -0
  481. package/lib/components/pisellLookup/hooks/useSearchState.d.ts +80 -0
  482. package/lib/components/pisellLookup/index.d.ts +6 -0
  483. package/lib/components/pisellLookup/types.d.ts +667 -0
  484. package/lib/components/pisellLookup/utils/index.d.ts +5 -0
  485. package/lib/components/pisellLookup/utils/storage.d.ts +42 -0
  486. package/lib/components/pisellLookup/utils/trigger.d.ts +42 -0
  487. package/lib/components/pisellMetricCard/components/MetricTitle.d.ts +12 -0
  488. package/lib/components/pisellMetricCard/components/MetricValue.d.ts +12 -0
  489. package/lib/components/pisellMetricCard/components/TrendIcon.d.ts +14 -0
  490. package/lib/components/pisellMetricCard/types.d.ts +201 -0
  491. package/lib/components/pisellMetricCard/utils/calculateTrend.d.ts +14 -0
  492. package/lib/components/pisellModal/components/IpadModal/index.d.ts +0 -1
  493. package/lib/components/pisellModal/components/MobileModal/index.d.ts +0 -1
  494. package/lib/components/pisellModal/components/index.d.ts +0 -1
  495. package/lib/components/pisellModal/index.d.ts +4 -0
  496. package/lib/components/pisellPercent/utils/rangeConverter.d.ts +36 -0
  497. package/lib/components/pisellPhone/utils/phoneFormatter.d.ts +39 -0
  498. package/lib/components/pisellQuickFilter/type.d.ts +12 -0
  499. package/lib/components/pisellRecordBoard/context/RecordBoardContext.d.ts +3 -0
  500. package/lib/components/pisellRecordBoard/context/RecordBoardProvider.d.ts +11 -0
  501. package/lib/components/pisellRecordBoard/hooks/useRecordBoardContext.d.ts +16 -0
  502. package/lib/components/pisellRecordBoard/layouts/CardLayout/CardList.d.ts +12 -0
  503. package/lib/components/pisellRecordBoard/layouts/CardLayout/index.d.ts +13 -0
  504. package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +14 -0
  505. package/lib/components/pisellRecordBoard/layouts/GridLayout/index.d.ts +13 -0
  506. package/lib/components/pisellRecordBoard/shellFrame/FloorMap.d.ts +14 -0
  507. package/lib/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +16 -0
  508. package/lib/components/pisellRecordBoard/types.d.ts +381 -0
  509. package/lib/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +15 -0
  510. package/lib/components/pisellRecordBoard/utils/withRecordBoard.d.ts +9 -0
  511. package/lib/components/pisellReservationSchedule/PisellReservationSchedule.less +9 -9
  512. package/lib/components/pisellReservationSchedule/locales.d.ts +25 -0
  513. package/lib/components/pisellReservationSchedule/types.d.ts +42 -0
  514. package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.js +23 -1
  515. package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.less +27 -3
  516. package/lib/components/pisellReservationScheduleBand/types.d.ts +8 -0
  517. package/lib/components/pisellShellFrame/PisellShellFrame.d.ts +13 -0
  518. package/lib/components/pisellShellFrame/PisellShellFrame.stories.d.ts +15 -0
  519. package/lib/components/pisellShellFrame/index.d.ts +2 -0
  520. package/lib/components/pisellShellFrame/types.d.ts +56 -0
  521. package/lib/components/pisellSort/index.d.ts +3 -0
  522. package/lib/components/pisellSort/type.d.ts +7 -0
  523. package/lib/components/pisellStatisticList/index.d.ts +22 -0
  524. package/lib/components/pisellTimeNavigator/PisellTimeNavigator.less +6 -6
  525. package/lib/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +14 -0
  526. package/lib/components/pisellTimeNavigator/components/CursorLayer.d.ts +25 -0
  527. package/lib/components/pisellTimeNavigator/components/GestureLayer.d.ts +33 -0
  528. package/lib/components/pisellTimeNavigator/components/ScaleLayer.d.ts +22 -0
  529. package/lib/components/pisellTimeNavigator/hooks/useDragInertia.d.ts +14 -0
  530. package/lib/components/pisellTimeNavigator/hooks/useRealtime.d.ts +5 -0
  531. package/lib/components/pisellTimeNavigator/locales.d.ts +22 -0
  532. package/lib/components/pisellTimeRangeDisplay/types.d.ts +137 -0
  533. package/lib/components/pisellTimeRangeDisplay/utils/formatDuration.d.ts +14 -0
  534. package/lib/components/pisellTimeRangeDisplay/utils/parseTimeRange.d.ts +23 -0
  535. package/lib/components/pisellTooltip/index.d.ts +0 -1
  536. package/lib/components/pisellUpload/index.d.ts +0 -1
  537. package/lib/components/pisellUrl/utils/index.d.ts +6 -0
  538. package/lib/components/pisellUrl/utils/urlFormatter.d.ts +38 -0
  539. package/lib/components/pisellUrl/utils/urlHelper.d.ts +63 -0
  540. package/lib/components/pisellUrl/utils/urlValidator.d.ts +46 -0
  541. package/lib/components/productCard/components/Divider/index.d.ts +0 -1
  542. package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +3 -0
  543. package/lib/components/productCard/components/MultiDay/index.d.ts +0 -1
  544. package/lib/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +0 -1
  545. package/lib/components/productCard/components/Packages/components/options/index.d.ts +0 -1
  546. package/lib/components/productCard/components/Time/components/Like/index.d.ts +0 -1
  547. package/lib/components/productCard/components/Time/index.d.ts +0 -1
  548. package/lib/components/radio/index.d.ts +0 -1
  549. package/lib/components/segmented/index.d.ts +0 -1
  550. package/lib/components/select/index.d.ts +9 -0
  551. package/lib/components/select-time/RightPanel/index.d.ts +0 -1
  552. package/lib/components/select-time/index.js +1 -0
  553. package/lib/components/skeleton/index.d.ts +0 -1
  554. package/lib/components/slider/index.d.ts +0 -1
  555. package/lib/components/sort/components/InlineMenu/index.d.ts +0 -1
  556. package/lib/components/sort/types.d.ts +39 -0
  557. package/lib/components/table/Actions/component/ColumnsSetting/index.d.ts +0 -1
  558. package/lib/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +0 -1
  559. package/lib/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +0 -1
  560. package/lib/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +0 -1
  561. package/lib/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +0 -1
  562. package/lib/components/table/Actions/component/Group/PopoverContent.d.ts +0 -1
  563. package/lib/components/table/Actions/component/ViewMode/index.d.ts +8 -0
  564. package/lib/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +0 -1
  565. package/lib/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +0 -1
  566. package/lib/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
  567. package/lib/components/table/Summary/index.d.ts +0 -1
  568. package/lib/components/table/Table/fields/date/Config/index.d.ts +0 -1
  569. package/lib/components/table/Table/fields/date/Sort/index.d.ts +0 -1
  570. package/lib/components/table/Table/fields/date/index.d.ts +0 -1
  571. package/lib/components/table/Table/fields/image/Config/index.d.ts +0 -1
  572. package/lib/components/table/Table/fields/image/Show/index.d.ts +0 -1
  573. package/lib/components/table/Table/fields/image/Sort/index.d.ts +0 -1
  574. package/lib/components/table/Table/fields/image/index.d.ts +0 -1
  575. package/lib/components/table/Table/fields/index.d.ts +2 -2
  576. package/lib/components/table/Table/fields/link/Config/index.d.ts +0 -1
  577. package/lib/components/table/Table/fields/link/Sort/index.d.ts +0 -1
  578. package/lib/components/table/Table/fields/link/index.d.ts +0 -1
  579. package/lib/components/table/Table/fields/number/Config/index.d.ts +0 -1
  580. package/lib/components/table/Table/fields/number/Show/index.d.ts +0 -1
  581. package/lib/components/table/Table/fields/number/Sort/index.d.ts +0 -1
  582. package/lib/components/table/Table/fields/number/index.d.ts +0 -1
  583. package/lib/components/table/Table/fields/numberRange/Config/index.d.ts +0 -1
  584. package/lib/components/table/Table/fields/numberRange/Show/index.d.ts +0 -1
  585. package/lib/components/table/Table/fields/numberRange/Sort/index.d.ts +0 -1
  586. package/lib/components/table/Table/fields/numberRange/index.d.ts +0 -1
  587. package/lib/components/table/Table/fields/oldRangePicker/Config/index.d.ts +0 -1
  588. package/lib/components/table/Table/fields/oldRangePicker/Show/index.d.ts +0 -1
  589. package/lib/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +0 -1
  590. package/lib/components/table/Table/fields/oldRangePicker/index.d.ts +0 -1
  591. package/lib/components/table/Table/fields/pSwitch/Config/index.d.ts +0 -1
  592. package/lib/components/table/Table/fields/pSwitch/Show/index.d.ts +0 -1
  593. package/lib/components/table/Table/fields/pSwitch/Sort/index.d.ts +0 -1
  594. package/lib/components/table/Table/fields/pSwitch/index.d.ts +0 -1
  595. package/lib/components/table/Table/fields/rangePicker/Config/index.d.ts +0 -1
  596. package/lib/components/table/Table/fields/rangePicker/Show/index.d.ts +0 -1
  597. package/lib/components/table/Table/fields/rangePicker/Sort/index.d.ts +0 -1
  598. package/lib/components/table/Table/fields/rangePicker/index.d.ts +0 -1
  599. package/lib/components/table/Table/fields/search/Config/index.d.ts +0 -1
  600. package/lib/components/table/Table/fields/search/Show/index.d.ts +0 -1
  601. package/lib/components/table/Table/fields/search/Sort/index.d.ts +0 -1
  602. package/lib/components/table/Table/fields/search/index.d.ts +0 -1
  603. package/lib/components/table/Table/fields/select/Config/index.d.ts +0 -1
  604. package/lib/components/table/Table/fields/select/Edit/index.d.ts +4 -0
  605. package/lib/components/table/Table/fields/select/Show/index.d.ts +0 -1
  606. package/lib/components/table/Table/fields/select/Sort/index.d.ts +0 -1
  607. package/lib/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
  608. package/lib/components/table/Table/fields/text/Config/index.d.ts +0 -1
  609. package/lib/components/table/Table/fields/text/Sort/index.d.ts +0 -1
  610. package/lib/components/table/Table/fields/treeSelect/Config/index.d.ts +0 -1
  611. package/lib/components/table/Table/fields/treeSelect/Show/index.d.ts +0 -1
  612. package/lib/components/table/Table/fields/treeSelect/Sort/index.d.ts +0 -1
  613. package/lib/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
  614. package/lib/components/table/Table/fields/types/index.d.ts +33 -0
  615. package/lib/components/table/Table/tableConfig/summary/index.d.ts +0 -1
  616. package/lib/components/table/Table/utils.d.ts +1 -1
  617. package/lib/components/table/TableFilter/SortIcon.d.ts +0 -1
  618. package/lib/components/table/types.d.ts +268 -0
  619. package/lib/components/time-picker/index.d.ts +0 -1
  620. package/lib/components/translation/utils.d.ts +9 -0
  621. package/lib/components/upload/index.d.ts +0 -1
  622. package/lib/components/versionSelect/index.d.ts +0 -1
  623. package/lib/components/virtual-keyboard/Time/utils.d.ts +0 -1
  624. package/lib/components/virtualInput/BaseVirtualInput/index.d.ts +44 -0
  625. package/lib/components/virtualInput/index.d.ts +29 -0
  626. package/lib/components/walletCard/Guest/index.d.ts +0 -1
  627. package/lib/components/walletCard/Guide/index.d.ts +0 -1
  628. package/lib/hooks/useThemeTokens.d.ts +7 -0
  629. package/lib/theme/tokens.d.ts +22 -0
  630. package/lib/utils/index.d.ts +1 -1
  631. package/lib/utils/platform.d.ts +1 -1
  632. package/lib/utils/tagColor.d.ts +7 -0
  633. package/package.json +3 -3
  634. package/es/components/PisellTabbar/PisellTabbar.d.ts +0 -20
  635. package/es/components/PisellTabbar/template/Template1/PisellTabbar.d.ts +0 -5
  636. package/es/components/dataSourceComponents/provider/variables/VariablesProvider.d.ts +0 -4
  637. package/es/components/page/index.d.ts +0 -8
  638. package/es/components/pisellAdjustPrice/index.d.ts +0 -4
  639. package/es/components/pisellCheckboxGroup/index.d.ts +0 -40
  640. package/es/components/pisellDataSourceContainer/components/Pagination/index.d.ts +0 -6
  641. package/es/components/pisellText/components/Amount/index.d.ts +0 -20
  642. package/es/components/pisellToast/index.d.ts +0 -17
  643. package/es/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +0 -3
  644. package/es/components/productCard/cartSkuCard/components/Gift/index.d.ts +0 -4
  645. package/es/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -4
  646. package/es/components/productCard/cartSkuCard/components/Note/index.d.ts +0 -3
  647. package/es/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +0 -36
  648. package/es/components/productCard/cartSkuCard/components/discountReason/index.d.ts +0 -2
  649. package/es/components/productCard/cartSkuCard/components/holders/index.d.ts +0 -3
  650. package/es/components/productCard/cartSkuCard/components/packages/index.d.ts +0 -11
  651. package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +0 -20
  652. package/es/components/productCard/cartSkuCard/components/resources/index.d.ts +0 -4
  653. package/es/components/productCard/cartSkuCard/components/sales/index.d.ts +0 -12
  654. package/es/components/productCard/cartSkuCard/components/specs/index.d.ts +0 -21
  655. package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -9
  656. package/es/components/productCard/cartSkuCard/index.d.ts +0 -10
  657. package/es/components/productCard/components/Header/EditButton/index.d.ts +0 -3
  658. package/es/components/productCard/components/Header/index.d.ts +0 -3
  659. package/es/components/productCard/components/Sales/index.d.ts +0 -3
  660. package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts +0 -3
  661. package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +0 -2
  662. package/es/components/productCard/utils.d.ts +0 -33
  663. package/es/components/select-time/index.d.ts +0 -14
  664. package/es/components/table/Table/AddFieldModal/index.d.ts +0 -4
  665. package/es/components/table/index.d.ts +0 -4
  666. package/es/components/virtual-keyboard/Amount/index.d.ts +0 -5
  667. package/es/components/virtual-keyboard/Amount/types.d.ts +0 -44
  668. package/es/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -25
  669. package/es/components/virtual-keyboard/Number/index.d.ts +0 -5
  670. package/es/components/virtual-keyboard/index.d.ts +0 -25
  671. package/es/locales/en-US.d.ts +0 -387
  672. package/es/locales/ja.d.ts +0 -356
  673. package/es/locales/pt.d.ts +0 -356
  674. package/es/locales/zh-CN.d.ts +0 -382
  675. package/es/locales/zh-TW.d.ts +0 -382
  676. package/lib/components/PisellTabbar/PisellTabbar.d.ts +0 -20
  677. package/lib/components/PisellTabbar/template/Template1/PisellTabbar.d.ts +0 -5
  678. package/lib/components/dataSourceComponents/provider/variables/VariablesProvider.d.ts +0 -4
  679. package/lib/components/page/index.d.ts +0 -8
  680. package/lib/components/pisellAdjustPrice/index.d.ts +0 -4
  681. package/lib/components/pisellCheckboxGroup/index.d.ts +0 -40
  682. package/lib/components/pisellDataSourceContainer/components/Pagination/index.d.ts +0 -6
  683. package/lib/components/pisellText/components/Amount/index.d.ts +0 -20
  684. package/lib/components/pisellToast/index.d.ts +0 -17
  685. package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +0 -3
  686. package/lib/components/productCard/cartSkuCard/components/Gift/index.d.ts +0 -4
  687. package/lib/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -4
  688. package/lib/components/productCard/cartSkuCard/components/Note/index.d.ts +0 -3
  689. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +0 -36
  690. package/lib/components/productCard/cartSkuCard/components/discountReason/index.d.ts +0 -2
  691. package/lib/components/productCard/cartSkuCard/components/holders/index.d.ts +0 -3
  692. package/lib/components/productCard/cartSkuCard/components/packages/index.d.ts +0 -11
  693. package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +0 -20
  694. package/lib/components/productCard/cartSkuCard/components/resources/index.d.ts +0 -4
  695. package/lib/components/productCard/cartSkuCard/components/sales/index.d.ts +0 -12
  696. package/lib/components/productCard/cartSkuCard/components/specs/index.d.ts +0 -21
  697. package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -9
  698. package/lib/components/productCard/cartSkuCard/index.d.ts +0 -10
  699. package/lib/components/productCard/components/Header/EditButton/index.d.ts +0 -3
  700. package/lib/components/productCard/components/Header/index.d.ts +0 -3
  701. package/lib/components/productCard/components/Sales/index.d.ts +0 -3
  702. package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts +0 -3
  703. package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +0 -2
  704. package/lib/components/productCard/utils.d.ts +0 -33
  705. package/lib/components/select-time/index.d.ts +0 -14
  706. package/lib/components/table/Table/AddFieldModal/index.d.ts +0 -4
  707. package/lib/components/table/index.d.ts +0 -4
  708. package/lib/components/virtual-keyboard/Amount/index.d.ts +0 -5
  709. package/lib/components/virtual-keyboard/Amount/types.d.ts +0 -44
  710. package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -25
  711. package/lib/components/virtual-keyboard/Number/index.d.ts +0 -5
  712. package/lib/components/virtual-keyboard/index.d.ts +0 -25
  713. package/lib/locales/en-US.d.ts +0 -387
  714. package/lib/locales/ja.d.ts +0 -356
  715. package/lib/locales/pt.d.ts +0 -356
  716. package/lib/locales/zh-CN.d.ts +0 -382
  717. package/lib/locales/zh-TW.d.ts +0 -382
@@ -0,0 +1,5 @@
1
+ import type { FloorMapItemBase, FloorMapLayoutContextValue, PisellFloorMapLayoutProps } from '../types';
2
+ /**
3
+ * 将 `FloorMapLayoutContext` 与 Layout props 合并:各字段 props ?? ctx,props 显式值优先。
4
+ */
5
+ export declare function mergeFloorMapLayoutPropsFromContext<T extends FloorMapItemBase>(props: PisellFloorMapLayoutProps<T>, ctx: FloorMapLayoutContextValue | undefined): PisellFloorMapLayoutProps<T>;
@@ -8,7 +8,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
8
8
  * 将 `FloorMapLayoutContext` 与 Layout props 合并:各字段 props ?? ctx,props 显式值优先。
9
9
  */
10
10
  export function mergeFloorMapLayoutPropsFromContext(props, ctx) {
11
- var _props$floorMapConfig, _props$dataSources, _props$onSave, _props$onDataSourceRe, _props$dataSourceLabe, _props$dataSourceForm, _props$dataSourceReco, _props$loading, _props$saveError, _props$onElementRende, _props$toolbarShowSav, _props$floorMapFullsc, _props$showDataSource;
11
+ var _props$floorMapConfig, _props$dataSources, _props$onSave, _props$onDataSourceRe, _props$dataSourceLabe, _props$dataSourceForm, _props$dataSourceReco, _props$loading, _props$saveError, _props$onElementRende, _props$toolbarShowSav, _props$floorMapFullsc, _props$showDataSource, _props$viewportDockTr;
12
12
  if (ctx == null) return props;
13
13
  return _objectSpread(_objectSpread({}, props), {}, {
14
14
  floorMapConfig: (_props$floorMapConfig = props.floorMapConfig) !== null && _props$floorMapConfig !== void 0 ? _props$floorMapConfig : ctx.floorMapConfig,
@@ -23,6 +23,7 @@ export function mergeFloorMapLayoutPropsFromContext(props, ctx) {
23
23
  onElementRenderError: (_props$onElementRende = props.onElementRenderError) !== null && _props$onElementRende !== void 0 ? _props$onElementRende : ctx.onElementRenderError,
24
24
  toolbarShowSave: (_props$toolbarShowSav = props.toolbarShowSave) !== null && _props$toolbarShowSav !== void 0 ? _props$toolbarShowSav : ctx.toolbarShowSave,
25
25
  floorMapFullscreenMode: (_props$floorMapFullsc = props.floorMapFullscreenMode) !== null && _props$floorMapFullsc !== void 0 ? _props$floorMapFullsc : ctx.floorMapFullscreenMode,
26
- showDataSourceRecordFormBlock: (_props$showDataSource = props.showDataSourceRecordFormBlock) !== null && _props$showDataSource !== void 0 ? _props$showDataSource : ctx.showDataSourceRecordFormBlock
26
+ showDataSourceRecordFormBlock: (_props$showDataSource = props.showDataSourceRecordFormBlock) !== null && _props$showDataSource !== void 0 ? _props$showDataSource : ctx.showDataSourceRecordFormBlock,
27
+ viewportDockTrailing: (_props$viewportDockTr = props.viewportDockTrailing) !== null && _props$viewportDockTr !== void 0 ? _props$viewportDockTr : ctx.viewportDockTrailing
27
28
  });
28
29
  }
@@ -60,4 +60,7 @@ export declare function useFloorMapEditState<T extends FloorMapItemBase>(params:
60
60
  placeOverlayClass: string;
61
61
  isLayoutDirty: boolean;
62
62
  toggleDraftCanvasShowGrid: () => void;
63
+ toggleSelectedLayoutLock: () => void;
64
+ duplicateSelectedElement: () => void;
65
+ deleteSelectedElement: () => void;
63
66
  };
@@ -72,7 +72,7 @@ function duplicateBinding(elements, binding, exceptInstanceId) {
72
72
  });
73
73
  }
74
74
  export function useFloorMapEditState(params) {
75
- var _engineCtx$engine;
75
+ var _engineCtx$engine, _selectedItem$_sceneE;
76
76
  var floorMapConfigProp = params.floorMapConfigProp,
77
77
  isFloorMapView = params.isFloorMapView,
78
78
  itemsProp = params.itemsProp,
@@ -517,10 +517,50 @@ export function useFloorMapEditState(params) {
517
517
  });
518
518
  setSelectedId(null);
519
519
  }, [selectedId]);
520
+
521
+ /** 与编辑侧栏锁定按钮同源:切换 `layoutTransformLocked` */
522
+ var toggleSelectedLayoutLock = useCallback(function () {
523
+ var _configRef$current2;
524
+ if (!selectedId) return;
525
+ var el = (_configRef$current2 = configRef.current) === null || _configRef$current2 === void 0 || (_configRef$current2 = _configRef$current2.sceneElements) === null || _configRef$current2 === void 0 ? void 0 : _configRef$current2.find(function (e) {
526
+ return e.instanceId === selectedId;
527
+ });
528
+ updateDraftSceneElement(selectedId, {
529
+ layoutTransformLocked: !(el !== null && el !== void 0 && el.layoutTransformLocked)
530
+ });
531
+ }, [selectedId, updateDraftSceneElement]);
532
+
533
+ /**
534
+ * 复制选中图元:新实例 + 位移,**清除 dataBinding**(避免与侧栏一致的「同一记录不可重复绑定」冲突)。
535
+ */
536
+ var duplicateSelectedElement = useCallback(function () {
537
+ var _prev$sceneElements7, _el$x, _el$y, _prev$sceneElements8;
538
+ if (!selectedId) return;
539
+ var prev = configRef.current;
540
+ if (!prev) return;
541
+ var el = ((_prev$sceneElements7 = prev.sceneElements) !== null && _prev$sceneElements7 !== void 0 ? _prev$sceneElements7 : []).find(function (e) {
542
+ return e.instanceId === selectedId;
543
+ });
544
+ if (!el) return;
545
+ var newId = newInstanceId();
546
+ var copy = _objectSpread(_objectSpread({}, el), {}, {
547
+ instanceId: newId,
548
+ x: Math.round(((_el$x = el.x) !== null && _el$x !== void 0 ? _el$x : 0) + BATCH_PLACE_OFFSET),
549
+ y: Math.round(((_el$y = el.y) !== null && _el$y !== void 0 ? _el$y : 0) + BATCH_PLACE_OFFSET),
550
+ dataBinding: undefined,
551
+ layoutTransformLocked: false
552
+ });
553
+ setDraftConfig(_objectSpread(_objectSpread({}, prev), {}, {
554
+ sceneElements: [].concat(_toConsumableArray((_prev$sceneElements8 = prev.sceneElements) !== null && _prev$sceneElements8 !== void 0 ? _prev$sceneElements8 : []), [copy])
555
+ }));
556
+ setSelectedId(newId);
557
+ }, [selectedId]);
520
558
  var selectedItem = selectedId ? mergedItems.find(function (m) {
521
559
  return m.id === selectedId;
522
560
  }) : null;
523
- var editPanelParams = selectedItem && config && selectedId ? {
561
+
562
+ /** 布局锁定中的图元仍可选中,但不展开右侧编辑面板(解锁后再展) */
563
+ var editPanelParams = selectedItem && config && selectedId && !((_selectedItem$_sceneE = selectedItem._sceneElement) !== null && _selectedItem$_sceneE !== void 0 && _selectedItem$_sceneE.layoutTransformLocked) ? {
524
564
  itemId: selectedId,
525
565
  sceneElement: selectedItem._sceneElement,
526
566
  onUpdate: handleEditPanelUpdate,
@@ -557,6 +597,9 @@ export function useFloorMapEditState(params) {
557
597
  editPanelParams: editPanelParams,
558
598
  placeOverlayClass: placeOverlayClass,
559
599
  isLayoutDirty: isLayoutDirty,
560
- toggleDraftCanvasShowGrid: toggleDraftCanvasShowGrid
600
+ toggleDraftCanvasShowGrid: toggleDraftCanvasShowGrid,
601
+ toggleSelectedLayoutLock: toggleSelectedLayoutLock,
602
+ duplicateSelectedElement: duplicateSelectedElement,
603
+ deleteSelectedElement: handleEditPanelDelete
561
604
  };
562
605
  }
@@ -0,0 +1,21 @@
1
+ import type { MutableRefObject, PointerEvent as ReactPointerEvent } from 'react';
2
+ import type { FloorMapPaletteDragPayload } from '../utils/floorMapDropUtils';
3
+ export interface UseFloorMapPaletteTouchDragParams {
4
+ enabled: boolean;
5
+ mapDropLayerRef: MutableRefObject<HTMLDivElement | null>;
6
+ contentWidth: number;
7
+ contentHeight: number;
8
+ contentOffsetRef: MutableRefObject<{
9
+ x: number;
10
+ y: number;
11
+ }>;
12
+ setMapPaletteDragActive: (v: boolean) => void;
13
+ onDropInScene: (payload: FloorMapPaletteDragPayload, sceneX: number, sceneY: number) => void;
14
+ }
15
+ export interface UseFloorMapPaletteTouchDragResult {
16
+ /** 挂在图元预览按钮上;mouse 不处理,交给 HTML5 DnD */
17
+ handlePaletteCardPointerDown: (payload: FloorMapPaletteDragPayload, e: ReactPointerEvent<HTMLElement>) => void;
18
+ /** 图元按钮 onClick 前检查:触摸拖放过则吞掉本次点击 */
19
+ consumeToolbarClickIfTouchDrag: () => boolean;
20
+ }
21
+ export declare function useFloorMapPaletteTouchDrag(params: UseFloorMapPaletteTouchDragParams): UseFloorMapPaletteTouchDragResult;
@@ -0,0 +1,67 @@
1
+ import type { MutableRefObject } from 'react';
2
+ import type { FloorMapItemBase, FloorMapItemUnit, FloorMapZoomConfig } from '../types';
3
+ /** react-zoom-pan-pinch TransformWrapper render 注入的上下文 */
4
+ export declare type FloorMapTransformContext = {
5
+ zoomIn: () => void;
6
+ zoomOut: () => void;
7
+ resetTransform: () => void;
8
+ setTransform: (x: number, y: number, scale: number) => void;
9
+ } | null;
10
+ export interface UseFloorMapTransformMetricsParams<T extends FloorMapItemBase> {
11
+ items: T[];
12
+ cellSize: number;
13
+ itemGap: number;
14
+ effectiveItemUnit: FloorMapItemUnit;
15
+ isFloorMapView: boolean;
16
+ mode: 'read' | 'edit';
17
+ zoom: FloorMapZoomConfig;
18
+ transformRef: MutableRefObject<FloorMapTransformContext>;
19
+ /** 由父组件创建并传入 useFloorMapEditState,本 hook 每帧写入内容区偏移 */
20
+ contentOffsetRef: MutableRefObject<{
21
+ x: number;
22
+ y: number;
23
+ }>;
24
+ /** 与 mapLayer.boundingPadding 一致;未传用 DEFAULT_BOUNDING_PADDING */
25
+ boundingPadding?: number;
26
+ /**
27
+ * 平面图:当前画布 id(或其它在切换画布时应重置平移/对齐会话的 key)。
28
+ * 不传则不跑「异步加载图元后的首次左上对齐」逻辑。
29
+ */
30
+ frameResetKey?: string;
31
+ }
32
+ export declare function useFloorMapTransformMetrics<T extends FloorMapItemBase>(params: UseFloorMapTransformMetricsParams<T>): {
33
+ containerRef: import("react").RefObject<HTMLDivElement>;
34
+ mapAreaRef: import("react").RefObject<HTMLDivElement>;
35
+ viewportSize: {
36
+ width: number;
37
+ height: number;
38
+ };
39
+ mapAreaSize: {
40
+ width: number;
41
+ height: number;
42
+ };
43
+ contentWidth: number;
44
+ contentHeight: number;
45
+ contentOffsetX: number;
46
+ contentOffsetY: number;
47
+ initialPositionX: number;
48
+ initialPositionY: number;
49
+ zoomConfig: {
50
+ initialScale: number;
51
+ minScale: number;
52
+ maxScale: number;
53
+ step: number;
54
+ };
55
+ scale: number;
56
+ setScale: import("react").Dispatch<import("react").SetStateAction<number>>;
57
+ isFullscreen: boolean;
58
+ toggleFullscreen: () => void;
59
+ fitBounds: () => boolean;
60
+ lastTransformRef: MutableRefObject<{
61
+ x: number;
62
+ y: number;
63
+ scale: number;
64
+ }>;
65
+ isInteractingWithElement: boolean;
66
+ setIsInteractingWithElement: import("react").Dispatch<import("react").SetStateAction<boolean>>;
67
+ };
@@ -139,7 +139,8 @@ export function useFloorMapTransformMetrics(params) {
139
139
  var result = _objectSpread(_objectSpread({}, padded), {}, {
140
140
  alignPadSingle: alignPad
141
141
  });
142
- if (!isFloorMapView || mode !== 'edit') return result;
142
+ /** 像素平面图:阅读态与编辑态均将内容区至少撑满视口,便于大空白处平移 */
143
+ if (!isFloorMapView || effectiveItemUnit !== 'pixel') return result;
143
144
  var vw = mapAreaSize.width > 0 ? mapAreaSize.width : viewportSize.width;
144
145
  var vh = mapAreaSize.height > 0 ? mapAreaSize.height : viewportSize.height;
145
146
  if (vw <= 0 || vh <= 0) return result;
@@ -148,7 +149,7 @@ export function useFloorMapTransformMetrics(params) {
148
149
  contentHeight: Math.max(padded.contentHeight, vh)
149
150
  });
150
151
  return result;
151
- }, [items, cellSize, itemGap, effectiveItemUnit, isFloorMapView, mode, mapAreaSize.width, mapAreaSize.height, viewportSize.width, viewportSize.height, padSingle]),
152
+ }, [items, cellSize, itemGap, effectiveItemUnit, isFloorMapView, mapAreaSize.width, mapAreaSize.height, viewportSize.width, viewportSize.height, padSingle]),
152
153
  contentWidth = _useMemo.contentWidth,
153
154
  contentHeight = _useMemo.contentHeight,
154
155
  contentOffsetX = _useMemo.contentOffsetX,
@@ -62,6 +62,13 @@ declare const _default: {
62
62
  'pisell-floor-map-layout.edit-panel.btn-delete': string;
63
63
  'pisell-floor-map-layout.edit-panel.btn-cancel': string;
64
64
  'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
65
+ 'pisell-floor-map-layout.edit-quick.lock': string;
66
+ 'pisell-floor-map-layout.edit-quick.unlock': string;
67
+ 'pisell-floor-map-layout.edit-quick.duplicate': string;
68
+ 'pisell-floor-map-layout.edit-quick.delete': string;
69
+ 'pisell-floor-map-layout.edit-quick.status-locked': string;
70
+ 'pisell-floor-map-layout.edit-quick.status-unlocked': string;
71
+ 'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
65
72
  'pisell-floor-map-layout.toolbar.category-fallback': string;
66
73
  'pisell-floor-map-layout.toolbar.palette-card-title': string;
67
74
  'pisell-floor-map-layout.toolbar.data-binding-optional': string;
@@ -82,6 +89,8 @@ declare const _default: {
82
89
  'pisell-floor-map-layout.view-controls.grid-show-aria': string;
83
90
  'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
84
91
  'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
92
+ 'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
93
+ 'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
85
94
  'pisell-floor-map-layout.image-element.default-name': string;
86
95
  'pisell-floor-map-layout.placement.fallback-image-name': string;
87
96
  'pisell-floor-map-layout.image-element.hint-no-url': string;
@@ -62,6 +62,13 @@ export default {
62
62
  'pisell-floor-map-layout.edit-panel.btn-delete': '削除',
63
63
  'pisell-floor-map-layout.edit-panel.btn-cancel': 'キャンセル',
64
64
  'pisell-floor-map-layout.edit-panel.btn-ok-delete': '削除',
65
+ 'pisell-floor-map-layout.edit-quick.lock': 'ロック(ドラッグ・リサイズ不可)',
66
+ 'pisell-floor-map-layout.edit-quick.unlock': 'ロック解除',
67
+ 'pisell-floor-map-layout.edit-quick.duplicate': '複製',
68
+ 'pisell-floor-map-layout.edit-quick.delete': '削除',
69
+ 'pisell-floor-map-layout.edit-quick.status-locked': 'ロック中',
70
+ 'pisell-floor-map-layout.edit-quick.status-unlocked': '未ロック',
71
+ 'pisell-floor-map-layout.edit-quick.aria-toolbar': '要素のクイック操作',
65
72
  'pisell-floor-map-layout.toolbar.category-fallback': '要素',
66
73
  'pisell-floor-map-layout.toolbar.palette-card-title': 'クリックでキャンバスに配置、またはドラッグで「{name}」を追加',
67
74
  'pisell-floor-map-layout.toolbar.data-binding-optional': 'データ連携(任意)',
@@ -82,6 +89,8 @@ export default {
82
89
  'pisell-floor-map-layout.view-controls.grid-show-aria': 'グリッドを表示',
83
90
  'pisell-floor-map-layout.view-controls.fullscreen-aria': '全画面',
84
91
  'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': '全画面を終了',
92
+ 'pisell-floor-map-layout.view-controls.expand-tools-aria': 'その他の表示ツールを表示',
93
+ 'pisell-floor-map-layout.view-controls.collapse-tools-aria': 'その他の表示ツールを隠す',
85
94
  'pisell-floor-map-layout.image-element.default-name': '画像要素',
86
95
  'pisell-floor-map-layout.placement.fallback-image-name': '背景',
87
96
  'pisell-floor-map-layout.image-element.hint-no-url': 'サイドバーで画像 URL を入力。重なり順を下げるとテーブル下の背景にできます。',
@@ -62,6 +62,13 @@ declare const _default: {
62
62
  'pisell-floor-map-layout.edit-panel.btn-delete': string;
63
63
  'pisell-floor-map-layout.edit-panel.btn-cancel': string;
64
64
  'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
65
+ 'pisell-floor-map-layout.edit-quick.lock': string;
66
+ 'pisell-floor-map-layout.edit-quick.unlock': string;
67
+ 'pisell-floor-map-layout.edit-quick.duplicate': string;
68
+ 'pisell-floor-map-layout.edit-quick.delete': string;
69
+ 'pisell-floor-map-layout.edit-quick.status-locked': string;
70
+ 'pisell-floor-map-layout.edit-quick.status-unlocked': string;
71
+ 'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
65
72
  'pisell-floor-map-layout.toolbar.category-fallback': string;
66
73
  'pisell-floor-map-layout.toolbar.palette-card-title': string;
67
74
  'pisell-floor-map-layout.toolbar.data-binding-optional': string;
@@ -82,6 +89,8 @@ declare const _default: {
82
89
  'pisell-floor-map-layout.view-controls.grid-show-aria': string;
83
90
  'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
84
91
  'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
92
+ 'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
93
+ 'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
85
94
  'pisell-floor-map-layout.image-element.default-name': string;
86
95
  'pisell-floor-map-layout.placement.fallback-image-name': string;
87
96
  'pisell-floor-map-layout.image-element.hint-no-url': string;
@@ -62,6 +62,13 @@ export default {
62
62
  'pisell-floor-map-layout.edit-panel.btn-delete': 'Eliminar',
63
63
  'pisell-floor-map-layout.edit-panel.btn-cancel': 'Cancelar',
64
64
  'pisell-floor-map-layout.edit-panel.btn-ok-delete': 'Eliminar',
65
+ 'pisell-floor-map-layout.edit-quick.lock': 'Bloquear arrastar e redimensionar',
66
+ 'pisell-floor-map-layout.edit-quick.unlock': 'Desbloquear',
67
+ 'pisell-floor-map-layout.edit-quick.duplicate': 'Duplicar',
68
+ 'pisell-floor-map-layout.edit-quick.delete': 'Eliminar',
69
+ 'pisell-floor-map-layout.edit-quick.status-locked': 'Bloqueado',
70
+ 'pisell-floor-map-layout.edit-quick.status-unlocked': 'Desbloqueado',
71
+ 'pisell-floor-map-layout.edit-quick.aria-toolbar': 'Acções rápidas do elemento',
65
72
  'pisell-floor-map-layout.toolbar.category-fallback': 'Elemento',
66
73
  'pisell-floor-map-layout.toolbar.palette-card-title': 'Clique para colocar no canvas ou arraste para adicionar «{name}»',
67
74
  'pisell-floor-map-layout.toolbar.data-binding-optional': 'Ligação de dados (opcional)',
@@ -82,6 +89,8 @@ export default {
82
89
  'pisell-floor-map-layout.view-controls.grid-show-aria': 'Mostrar grelha',
83
90
  'pisell-floor-map-layout.view-controls.fullscreen-aria': 'Ecrã inteiro',
84
91
  'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': 'Sair do ecrã inteiro',
92
+ 'pisell-floor-map-layout.view-controls.expand-tools-aria': 'Mostrar mais ferramentas de vista',
93
+ 'pisell-floor-map-layout.view-controls.collapse-tools-aria': 'Ocultar ferramentas extra',
85
94
  'pisell-floor-map-layout.image-element.default-name': 'Elemento de imagem',
86
95
  'pisell-floor-map-layout.placement.fallback-image-name': 'Fundo',
87
96
  'pisell-floor-map-layout.image-element.hint-no-url': 'Introduza o URL da imagem na barra lateral. Baixe a ordem para ficar atrás das mesas.',
@@ -63,6 +63,13 @@ declare const _default: {
63
63
  'pisell-floor-map-layout.edit-panel.btn-delete': string;
64
64
  'pisell-floor-map-layout.edit-panel.btn-cancel': string;
65
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;
66
73
  'pisell-floor-map-layout.toolbar.category-fallback': string;
67
74
  'pisell-floor-map-layout.toolbar.palette-card-title': string;
68
75
  'pisell-floor-map-layout.toolbar.data-binding-optional': string;
@@ -83,6 +90,8 @@ declare const _default: {
83
90
  'pisell-floor-map-layout.view-controls.grid-show-aria': string;
84
91
  'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
85
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;
86
95
  'pisell-floor-map-layout.image-element.default-name': string;
87
96
  'pisell-floor-map-layout.placement.fallback-image-name': string;
88
97
  'pisell-floor-map-layout.image-element.hint-no-url': string;
@@ -163,6 +172,13 @@ declare const _default: {
163
172
  'pisell-floor-map-layout.edit-panel.btn-delete': string;
164
173
  'pisell-floor-map-layout.edit-panel.btn-cancel': string;
165
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;
166
182
  'pisell-floor-map-layout.toolbar.category-fallback': string;
167
183
  'pisell-floor-map-layout.toolbar.palette-card-title': string;
168
184
  'pisell-floor-map-layout.toolbar.data-binding-optional': string;
@@ -183,6 +199,8 @@ declare const _default: {
183
199
  'pisell-floor-map-layout.view-controls.grid-show-aria': string;
184
200
  'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
185
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;
186
204
  'pisell-floor-map-layout.image-element.default-name': string;
187
205
  'pisell-floor-map-layout.placement.fallback-image-name': string;
188
206
  'pisell-floor-map-layout.image-element.hint-no-url': string;
@@ -263,6 +281,13 @@ declare const _default: {
263
281
  'pisell-floor-map-layout.edit-panel.btn-delete': string;
264
282
  'pisell-floor-map-layout.edit-panel.btn-cancel': string;
265
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;
266
291
  'pisell-floor-map-layout.toolbar.category-fallback': string;
267
292
  'pisell-floor-map-layout.toolbar.palette-card-title': string;
268
293
  'pisell-floor-map-layout.toolbar.data-binding-optional': string;
@@ -283,6 +308,8 @@ declare const _default: {
283
308
  'pisell-floor-map-layout.view-controls.grid-show-aria': string;
284
309
  'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
285
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;
286
313
  'pisell-floor-map-layout.image-element.default-name': string;
287
314
  'pisell-floor-map-layout.placement.fallback-image-name': string;
288
315
  'pisell-floor-map-layout.image-element.hint-no-url': string;
@@ -363,6 +390,13 @@ declare const _default: {
363
390
  'pisell-floor-map-layout.edit-panel.btn-delete': string;
364
391
  'pisell-floor-map-layout.edit-panel.btn-cancel': string;
365
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;
366
400
  'pisell-floor-map-layout.toolbar.category-fallback': string;
367
401
  'pisell-floor-map-layout.toolbar.palette-card-title': string;
368
402
  'pisell-floor-map-layout.toolbar.data-binding-optional': string;
@@ -383,6 +417,8 @@ declare const _default: {
383
417
  'pisell-floor-map-layout.view-controls.grid-show-aria': string;
384
418
  'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
385
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;
386
422
  'pisell-floor-map-layout.image-element.default-name': string;
387
423
  'pisell-floor-map-layout.placement.fallback-image-name': string;
388
424
  'pisell-floor-map-layout.image-element.hint-no-url': string;
@@ -463,6 +499,13 @@ declare const _default: {
463
499
  'pisell-floor-map-layout.edit-panel.btn-delete': string;
464
500
  'pisell-floor-map-layout.edit-panel.btn-cancel': string;
465
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;
466
509
  'pisell-floor-map-layout.toolbar.category-fallback': string;
467
510
  'pisell-floor-map-layout.toolbar.palette-card-title': string;
468
511
  'pisell-floor-map-layout.toolbar.data-binding-optional': string;
@@ -483,6 +526,8 @@ declare const _default: {
483
526
  'pisell-floor-map-layout.view-controls.grid-show-aria': string;
484
527
  'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
485
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;
486
531
  'pisell-floor-map-layout.image-element.default-name': string;
487
532
  'pisell-floor-map-layout.placement.fallback-image-name': string;
488
533
  'pisell-floor-map-layout.image-element.hint-no-url': string;
@@ -66,6 +66,13 @@ export default {
66
66
  'pisell-floor-map-layout.edit-panel.btn-delete': 'Delete',
67
67
  'pisell-floor-map-layout.edit-panel.btn-cancel': 'Cancel',
68
68
  'pisell-floor-map-layout.edit-panel.btn-ok-delete': 'Delete',
69
+ 'pisell-floor-map-layout.edit-quick.lock': 'Lock drag & resize',
70
+ 'pisell-floor-map-layout.edit-quick.unlock': 'Unlock',
71
+ 'pisell-floor-map-layout.edit-quick.duplicate': 'Duplicate',
72
+ 'pisell-floor-map-layout.edit-quick.delete': 'Delete',
73
+ 'pisell-floor-map-layout.edit-quick.status-locked': 'Locked',
74
+ 'pisell-floor-map-layout.edit-quick.status-unlocked': 'Unlocked',
75
+ 'pisell-floor-map-layout.edit-quick.aria-toolbar': 'Element quick actions',
69
76
  'pisell-floor-map-layout.toolbar.category-fallback': 'Elements',
70
77
  'pisell-floor-map-layout.toolbar.palette-card-title': 'Click to place on canvas, or drag onto canvas to add 「{name}」',
71
78
  'pisell-floor-map-layout.toolbar.data-binding-optional': 'Data binding (optional)',
@@ -86,6 +93,8 @@ export default {
86
93
  'pisell-floor-map-layout.view-controls.grid-show-aria': 'Show grid',
87
94
  'pisell-floor-map-layout.view-controls.fullscreen-aria': 'Fullscreen',
88
95
  'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': 'Exit fullscreen',
96
+ 'pisell-floor-map-layout.view-controls.expand-tools-aria': 'Show more view tools',
97
+ 'pisell-floor-map-layout.view-controls.collapse-tools-aria': 'Hide extra view tools',
89
98
  'pisell-floor-map-layout.image-element.default-name': 'Image',
90
99
  'pisell-floor-map-layout.placement.fallback-image-name': 'Background',
91
100
  'pisell-floor-map-layout.image-element.hint-no-url': 'Enter the image URL in the sidebar; lower the layer to place under tables.',
@@ -166,6 +175,13 @@ export default {
166
175
  'pisell-floor-map-layout.edit-panel.btn-delete': '删除',
167
176
  'pisell-floor-map-layout.edit-panel.btn-cancel': '取消',
168
177
  'pisell-floor-map-layout.edit-panel.btn-ok-delete': '删除',
178
+ 'pisell-floor-map-layout.edit-quick.lock': '锁定(不可拖拽与改尺寸)',
179
+ 'pisell-floor-map-layout.edit-quick.unlock': '解锁',
180
+ 'pisell-floor-map-layout.edit-quick.duplicate': '复制',
181
+ 'pisell-floor-map-layout.edit-quick.delete': '删除',
182
+ 'pisell-floor-map-layout.edit-quick.status-locked': '已锁定',
183
+ 'pisell-floor-map-layout.edit-quick.status-unlocked': '未锁定',
184
+ 'pisell-floor-map-layout.edit-quick.aria-toolbar': '图元快捷操作',
169
185
  'pisell-floor-map-layout.toolbar.category-fallback': '图元',
170
186
  'pisell-floor-map-layout.toolbar.palette-card-title': '点击后画布落点,或拖拽到画布生成「{name}」',
171
187
  'pisell-floor-map-layout.toolbar.data-binding-optional': '数据绑定(可选)',
@@ -186,6 +202,8 @@ export default {
186
202
  'pisell-floor-map-layout.view-controls.grid-show-aria': '显示网格',
187
203
  'pisell-floor-map-layout.view-controls.fullscreen-aria': '全屏',
188
204
  'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': '退出全屏',
205
+ 'pisell-floor-map-layout.view-controls.expand-tools-aria': '展开更多操作',
206
+ 'pisell-floor-map-layout.view-controls.collapse-tools-aria': '收起更多操作',
189
207
  'pisell-floor-map-layout.image-element.default-name': '图片图元',
190
208
  'pisell-floor-map-layout.placement.fallback-image-name': '底图',
191
209
  'pisell-floor-map-layout.image-element.hint-no-url': '在侧栏填写图片地址;可调层级置于桌位下方作底图',
@@ -266,6 +284,13 @@ export default {
266
284
  'pisell-floor-map-layout.edit-panel.btn-delete': '刪除',
267
285
  'pisell-floor-map-layout.edit-panel.btn-cancel': '取消',
268
286
  'pisell-floor-map-layout.edit-panel.btn-ok-delete': '刪除',
287
+ 'pisell-floor-map-layout.edit-quick.lock': '鎖定(不可拖曳與改尺寸)',
288
+ 'pisell-floor-map-layout.edit-quick.unlock': '解鎖',
289
+ 'pisell-floor-map-layout.edit-quick.duplicate': '複製',
290
+ 'pisell-floor-map-layout.edit-quick.delete': '刪除',
291
+ 'pisell-floor-map-layout.edit-quick.status-locked': '已鎖定',
292
+ 'pisell-floor-map-layout.edit-quick.status-unlocked': '未鎖定',
293
+ 'pisell-floor-map-layout.edit-quick.aria-toolbar': '圖元快捷操作',
269
294
  'pisell-floor-map-layout.toolbar.category-fallback': '圖元',
270
295
  'pisell-floor-map-layout.toolbar.palette-card-title': '點擊後畫布落點,或拖曳到畫布生成「{name}」',
271
296
  'pisell-floor-map-layout.toolbar.data-binding-optional': '數據綁定(可選)',
@@ -286,6 +311,8 @@ export default {
286
311
  'pisell-floor-map-layout.view-controls.grid-show-aria': '顯示網格',
287
312
  'pisell-floor-map-layout.view-controls.fullscreen-aria': '全螢幕',
288
313
  'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': '退出全螢幕',
314
+ 'pisell-floor-map-layout.view-controls.expand-tools-aria': '展開更多操作',
315
+ 'pisell-floor-map-layout.view-controls.collapse-tools-aria': '收起更多操作',
289
316
  'pisell-floor-map-layout.image-element.default-name': '圖片圖元',
290
317
  'pisell-floor-map-layout.placement.fallback-image-name': '底圖',
291
318
  'pisell-floor-map-layout.image-element.hint-no-url': '在側欄填寫圖片地址;可調層級置於桌位下方作底圖',