@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
@@ -38,7 +38,8 @@ function mergeFloorMapLayoutPropsFromContext(props, ctx) {
38
38
  onElementRenderError: props.onElementRenderError ?? ctx.onElementRenderError,
39
39
  toolbarShowSave: props.toolbarShowSave ?? ctx.toolbarShowSave,
40
40
  floorMapFullscreenMode: props.floorMapFullscreenMode ?? ctx.floorMapFullscreenMode,
41
- showDataSourceRecordFormBlock: props.showDataSourceRecordFormBlock ?? ctx.showDataSourceRecordFormBlock
41
+ showDataSourceRecordFormBlock: props.showDataSourceRecordFormBlock ?? ctx.showDataSourceRecordFormBlock,
42
+ viewportDockTrailing: props.viewportDockTrailing ?? ctx.viewportDockTrailing
42
43
  };
43
44
  }
44
45
  // Annotate the CommonJS export names for ESM import in node:
@@ -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
  };
@@ -80,7 +80,7 @@ function duplicateBinding(elements, binding, exceptInstanceId) {
80
80
  );
81
81
  }
82
82
  function useFloorMapEditState(params) {
83
- var _a, _b;
83
+ var _a, _b, _c;
84
84
  const {
85
85
  floorMapConfigProp,
86
86
  isFloorMapView,
@@ -501,8 +501,41 @@ function useFloorMapEditState(params) {
501
501
  });
502
502
  setSelectedId(null);
503
503
  }, [selectedId]);
504
+ const toggleSelectedLayoutLock = (0, import_react.useCallback)(() => {
505
+ var _a2, _b2;
506
+ if (!selectedId) return;
507
+ const el = (_b2 = (_a2 = configRef.current) == null ? void 0 : _a2.sceneElements) == null ? void 0 : _b2.find(
508
+ (e) => e.instanceId === selectedId
509
+ );
510
+ updateDraftSceneElement(selectedId, {
511
+ layoutTransformLocked: !(el == null ? void 0 : el.layoutTransformLocked)
512
+ });
513
+ }, [selectedId, updateDraftSceneElement]);
514
+ const duplicateSelectedElement = (0, import_react.useCallback)(() => {
515
+ if (!selectedId) return;
516
+ const prev = configRef.current;
517
+ if (!prev) return;
518
+ const el = (prev.sceneElements ?? []).find(
519
+ (e) => e.instanceId === selectedId
520
+ );
521
+ if (!el) return;
522
+ const newId = newInstanceId();
523
+ const copy = {
524
+ ...el,
525
+ instanceId: newId,
526
+ x: Math.round((el.x ?? 0) + BATCH_PLACE_OFFSET),
527
+ y: Math.round((el.y ?? 0) + BATCH_PLACE_OFFSET),
528
+ dataBinding: void 0,
529
+ layoutTransformLocked: false
530
+ };
531
+ setDraftConfig({
532
+ ...prev,
533
+ sceneElements: [...prev.sceneElements ?? [], copy]
534
+ });
535
+ setSelectedId(newId);
536
+ }, [selectedId]);
504
537
  const selectedItem = selectedId ? mergedItems.find((m) => m.id === selectedId) : null;
505
- const editPanelParams = selectedItem && config && selectedId ? {
538
+ const editPanelParams = selectedItem && config && selectedId && !((_c = selectedItem._sceneElement) == null ? void 0 : _c.layoutTransformLocked) ? {
506
539
  itemId: selectedId,
507
540
  sceneElement: selectedItem._sceneElement,
508
541
  onUpdate: handleEditPanelUpdate,
@@ -537,7 +570,10 @@ function useFloorMapEditState(params) {
537
570
  editPanelParams,
538
571
  placeOverlayClass,
539
572
  isLayoutDirty,
540
- toggleDraftCanvasShowGrid
573
+ toggleDraftCanvasShowGrid,
574
+ toggleSelectedLayoutLock,
575
+ duplicateSelectedElement,
576
+ deleteSelectedElement: handleEditPanelDelete
541
577
  };
542
578
  }
543
579
  // Annotate the CommonJS export names for ESM import in node:
@@ -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
+ };
@@ -114,7 +114,7 @@ function useFloorMapTransformMetrics(params) {
114
114
  };
115
115
  }
116
116
  let result = { ...padded, alignPadSingle: alignPad };
117
- if (!isFloorMapView || mode !== "edit") return result;
117
+ if (!isFloorMapView || effectiveItemUnit !== "pixel") return result;
118
118
  const vw = mapAreaSize.width > 0 ? mapAreaSize.width : viewportSize.width;
119
119
  const vh = mapAreaSize.height > 0 ? mapAreaSize.height : viewportSize.height;
120
120
  if (vw <= 0 || vh <= 0) return result;
@@ -130,7 +130,6 @@ function useFloorMapTransformMetrics(params) {
130
130
  itemGap,
131
131
  effectiveItemUnit,
132
132
  isFloorMapView,
133
- mode,
134
133
  mapAreaSize.width,
135
134
  mapAreaSize.height,
136
135
  viewportSize.width,
@@ -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;
@@ -83,6 +83,13 @@ var locales_ja_default = {
83
83
  "pisell-floor-map-layout.edit-panel.btn-delete": "削除",
84
84
  "pisell-floor-map-layout.edit-panel.btn-cancel": "キャンセル",
85
85
  "pisell-floor-map-layout.edit-panel.btn-ok-delete": "削除",
86
+ "pisell-floor-map-layout.edit-quick.lock": "ロック(ドラッグ・リサイズ不可)",
87
+ "pisell-floor-map-layout.edit-quick.unlock": "ロック解除",
88
+ "pisell-floor-map-layout.edit-quick.duplicate": "複製",
89
+ "pisell-floor-map-layout.edit-quick.delete": "削除",
90
+ "pisell-floor-map-layout.edit-quick.status-locked": "ロック中",
91
+ "pisell-floor-map-layout.edit-quick.status-unlocked": "未ロック",
92
+ "pisell-floor-map-layout.edit-quick.aria-toolbar": "要素のクイック操作",
86
93
  "pisell-floor-map-layout.toolbar.category-fallback": "要素",
87
94
  "pisell-floor-map-layout.toolbar.palette-card-title": "クリックでキャンバスに配置、またはドラッグで「{name}」を追加",
88
95
  "pisell-floor-map-layout.toolbar.data-binding-optional": "データ連携(任意)",
@@ -103,6 +110,8 @@ var locales_ja_default = {
103
110
  "pisell-floor-map-layout.view-controls.grid-show-aria": "グリッドを表示",
104
111
  "pisell-floor-map-layout.view-controls.fullscreen-aria": "全画面",
105
112
  "pisell-floor-map-layout.view-controls.fullscreen-exit-aria": "全画面を終了",
113
+ "pisell-floor-map-layout.view-controls.expand-tools-aria": "その他の表示ツールを表示",
114
+ "pisell-floor-map-layout.view-controls.collapse-tools-aria": "その他の表示ツールを隠す",
106
115
  "pisell-floor-map-layout.image-element.default-name": "画像要素",
107
116
  "pisell-floor-map-layout.placement.fallback-image-name": "背景",
108
117
  "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;
@@ -83,6 +83,13 @@ var locales_pt_default = {
83
83
  "pisell-floor-map-layout.edit-panel.btn-delete": "Eliminar",
84
84
  "pisell-floor-map-layout.edit-panel.btn-cancel": "Cancelar",
85
85
  "pisell-floor-map-layout.edit-panel.btn-ok-delete": "Eliminar",
86
+ "pisell-floor-map-layout.edit-quick.lock": "Bloquear arrastar e redimensionar",
87
+ "pisell-floor-map-layout.edit-quick.unlock": "Desbloquear",
88
+ "pisell-floor-map-layout.edit-quick.duplicate": "Duplicar",
89
+ "pisell-floor-map-layout.edit-quick.delete": "Eliminar",
90
+ "pisell-floor-map-layout.edit-quick.status-locked": "Bloqueado",
91
+ "pisell-floor-map-layout.edit-quick.status-unlocked": "Desbloqueado",
92
+ "pisell-floor-map-layout.edit-quick.aria-toolbar": "Acções rápidas do elemento",
86
93
  "pisell-floor-map-layout.toolbar.category-fallback": "Elemento",
87
94
  "pisell-floor-map-layout.toolbar.palette-card-title": "Clique para colocar no canvas ou arraste para adicionar «{name}»",
88
95
  "pisell-floor-map-layout.toolbar.data-binding-optional": "Ligação de dados (opcional)",
@@ -103,6 +110,8 @@ var locales_pt_default = {
103
110
  "pisell-floor-map-layout.view-controls.grid-show-aria": "Mostrar grelha",
104
111
  "pisell-floor-map-layout.view-controls.fullscreen-aria": "Ecrã inteiro",
105
112
  "pisell-floor-map-layout.view-controls.fullscreen-exit-aria": "Sair do ecrã inteiro",
113
+ "pisell-floor-map-layout.view-controls.expand-tools-aria": "Mostrar mais ferramentas de vista",
114
+ "pisell-floor-map-layout.view-controls.collapse-tools-aria": "Ocultar ferramentas extra",
106
115
  "pisell-floor-map-layout.image-element.default-name": "Elemento de imagem",
107
116
  "pisell-floor-map-layout.placement.fallback-image-name": "Fundo",
108
117
  "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;
@@ -96,6 +96,13 @@ var locales_default = {
96
96
  "pisell-floor-map-layout.edit-panel.btn-delete": "Delete",
97
97
  "pisell-floor-map-layout.edit-panel.btn-cancel": "Cancel",
98
98
  "pisell-floor-map-layout.edit-panel.btn-ok-delete": "Delete",
99
+ "pisell-floor-map-layout.edit-quick.lock": "Lock drag & resize",
100
+ "pisell-floor-map-layout.edit-quick.unlock": "Unlock",
101
+ "pisell-floor-map-layout.edit-quick.duplicate": "Duplicate",
102
+ "pisell-floor-map-layout.edit-quick.delete": "Delete",
103
+ "pisell-floor-map-layout.edit-quick.status-locked": "Locked",
104
+ "pisell-floor-map-layout.edit-quick.status-unlocked": "Unlocked",
105
+ "pisell-floor-map-layout.edit-quick.aria-toolbar": "Element quick actions",
99
106
  "pisell-floor-map-layout.toolbar.category-fallback": "Elements",
100
107
  "pisell-floor-map-layout.toolbar.palette-card-title": "Click to place on canvas, or drag onto canvas to add 「{name}」",
101
108
  "pisell-floor-map-layout.toolbar.data-binding-optional": "Data binding (optional)",
@@ -116,6 +123,8 @@ var locales_default = {
116
123
  "pisell-floor-map-layout.view-controls.grid-show-aria": "Show grid",
117
124
  "pisell-floor-map-layout.view-controls.fullscreen-aria": "Fullscreen",
118
125
  "pisell-floor-map-layout.view-controls.fullscreen-exit-aria": "Exit fullscreen",
126
+ "pisell-floor-map-layout.view-controls.expand-tools-aria": "Show more view tools",
127
+ "pisell-floor-map-layout.view-controls.collapse-tools-aria": "Hide extra view tools",
119
128
  "pisell-floor-map-layout.image-element.default-name": "Image",
120
129
  "pisell-floor-map-layout.placement.fallback-image-name": "Background",
121
130
  "pisell-floor-map-layout.image-element.hint-no-url": "Enter the image URL in the sidebar; lower the layer to place under tables.",
@@ -196,6 +205,13 @@ var locales_default = {
196
205
  "pisell-floor-map-layout.edit-panel.btn-delete": "删除",
197
206
  "pisell-floor-map-layout.edit-panel.btn-cancel": "取消",
198
207
  "pisell-floor-map-layout.edit-panel.btn-ok-delete": "删除",
208
+ "pisell-floor-map-layout.edit-quick.lock": "锁定(不可拖拽与改尺寸)",
209
+ "pisell-floor-map-layout.edit-quick.unlock": "解锁",
210
+ "pisell-floor-map-layout.edit-quick.duplicate": "复制",
211
+ "pisell-floor-map-layout.edit-quick.delete": "删除",
212
+ "pisell-floor-map-layout.edit-quick.status-locked": "已锁定",
213
+ "pisell-floor-map-layout.edit-quick.status-unlocked": "未锁定",
214
+ "pisell-floor-map-layout.edit-quick.aria-toolbar": "图元快捷操作",
199
215
  "pisell-floor-map-layout.toolbar.category-fallback": "图元",
200
216
  "pisell-floor-map-layout.toolbar.palette-card-title": "点击后画布落点,或拖拽到画布生成「{name}」",
201
217
  "pisell-floor-map-layout.toolbar.data-binding-optional": "数据绑定(可选)",
@@ -216,6 +232,8 @@ var locales_default = {
216
232
  "pisell-floor-map-layout.view-controls.grid-show-aria": "显示网格",
217
233
  "pisell-floor-map-layout.view-controls.fullscreen-aria": "全屏",
218
234
  "pisell-floor-map-layout.view-controls.fullscreen-exit-aria": "退出全屏",
235
+ "pisell-floor-map-layout.view-controls.expand-tools-aria": "展开更多操作",
236
+ "pisell-floor-map-layout.view-controls.collapse-tools-aria": "收起更多操作",
219
237
  "pisell-floor-map-layout.image-element.default-name": "图片图元",
220
238
  "pisell-floor-map-layout.placement.fallback-image-name": "底图",
221
239
  "pisell-floor-map-layout.image-element.hint-no-url": "在侧栏填写图片地址;可调层级置于桌位下方作底图",
@@ -296,6 +314,13 @@ var locales_default = {
296
314
  "pisell-floor-map-layout.edit-panel.btn-delete": "刪除",
297
315
  "pisell-floor-map-layout.edit-panel.btn-cancel": "取消",
298
316
  "pisell-floor-map-layout.edit-panel.btn-ok-delete": "刪除",
317
+ "pisell-floor-map-layout.edit-quick.lock": "鎖定(不可拖曳與改尺寸)",
318
+ "pisell-floor-map-layout.edit-quick.unlock": "解鎖",
319
+ "pisell-floor-map-layout.edit-quick.duplicate": "複製",
320
+ "pisell-floor-map-layout.edit-quick.delete": "刪除",
321
+ "pisell-floor-map-layout.edit-quick.status-locked": "已鎖定",
322
+ "pisell-floor-map-layout.edit-quick.status-unlocked": "未鎖定",
323
+ "pisell-floor-map-layout.edit-quick.aria-toolbar": "圖元快捷操作",
299
324
  "pisell-floor-map-layout.toolbar.category-fallback": "圖元",
300
325
  "pisell-floor-map-layout.toolbar.palette-card-title": "點擊後畫布落點,或拖曳到畫布生成「{name}」",
301
326
  "pisell-floor-map-layout.toolbar.data-binding-optional": "數據綁定(可選)",
@@ -316,6 +341,8 @@ var locales_default = {
316
341
  "pisell-floor-map-layout.view-controls.grid-show-aria": "顯示網格",
317
342
  "pisell-floor-map-layout.view-controls.fullscreen-aria": "全螢幕",
318
343
  "pisell-floor-map-layout.view-controls.fullscreen-exit-aria": "退出全螢幕",
344
+ "pisell-floor-map-layout.view-controls.expand-tools-aria": "展開更多操作",
345
+ "pisell-floor-map-layout.view-controls.collapse-tools-aria": "收起更多操作",
319
346
  "pisell-floor-map-layout.image-element.default-name": "圖片圖元",
320
347
  "pisell-floor-map-layout.placement.fallback-image-name": "底圖",
321
348
  "pisell-floor-map-layout.image-element.hint-no-url": "在側欄填寫圖片地址;可調層級置於桌位下方作底圖",