@pisell/materials 1.8.22 → 1.8.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (982) 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 +5 -5
  6. package/build/lowcode/preview.css +1 -1
  7. package/build/lowcode/preview.js +152 -153
  8. package/build/lowcode/render/default/view.css +1 -1
  9. package/build/lowcode/render/default/view.js +50 -36
  10. package/build/lowcode/view.css +1 -1
  11. package/build/lowcode/view.js +54 -40
  12. package/es/components/DragSortList/index.d.ts +1 -1
  13. package/es/components/MultipleContainersSortList/index.d.ts +1 -1
  14. package/es/components/Pagination/index.d.ts +2 -3
  15. package/es/components/PisellBasicGrid/PisellBasicGrid.d.ts +2 -2
  16. package/es/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +2 -2
  17. package/es/components/PisellCards/components/MultilevelCard/MultilevelCard.d.ts +1 -1
  18. package/es/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +1 -0
  19. package/es/components/PisellCards/components/PisellImageCard/PisellImageCard.d.ts +1 -2
  20. package/es/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +1 -0
  21. package/es/components/PisellCards/components/TabCard/TabCard.d.ts +2 -2
  22. package/es/components/PisellCards/index.d.ts +6 -5
  23. package/es/components/PisellFields/index.d.ts +1 -0
  24. package/es/components/PisellLayouts/index.d.ts +3 -2
  25. package/es/components/PisellMetrics/index.d.ts +3 -2
  26. package/es/components/PisellScrollView/components/Actions/index.d.ts +1 -1
  27. package/es/components/appVersionControl/index.d.ts +2 -2
  28. package/es/components/auto-complete-number/index.d.ts +2 -2
  29. package/es/components/badge/index.d.ts +2 -2
  30. package/es/components/batch-editor/fields/Image/index.d.ts +1 -1
  31. package/es/components/batch-editor/fields/Text/index.d.ts +1 -1
  32. package/es/components/batch-editor/fields/index.d.ts +3 -2
  33. package/es/components/batch-editor/index.d.ts +2 -2
  34. package/es/components/browserSelect/index.d.ts +1 -1
  35. package/es/components/calendar/index.d.ts +2 -1
  36. package/es/components/cardMetricItem/index.d.ts +1 -1
  37. package/es/components/checkbox/index.d.ts +2 -1
  38. package/es/components/classicLayout/index.d.ts +2 -2
  39. package/es/components/colorPicker/index.d.ts +2 -2
  40. package/es/components/customSelect/index.d.ts +1 -1
  41. package/es/components/dataSourceComponents/dataSourceForm/formItem.d.ts +1 -2
  42. package/es/components/dataSourceComponents/dataSourceForm/group/index.d.ts +1 -1
  43. package/es/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +1 -1
  44. package/es/components/dataSourceComponents/dataSourceForm/utils.d.ts +3 -3
  45. package/es/components/dataSourceComponents/dataSourceMenu/index.d.ts +1 -1
  46. package/es/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +2 -2
  47. package/es/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +2 -1
  48. package/es/components/dataSourceComponents/dataSourceShow/dataSourceTypography/index.d.ts +2 -2
  49. package/es/components/dataSourceComponents/dataSourceShow/utils.d.ts +1 -1
  50. package/es/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +1 -2
  51. package/es/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +2 -3
  52. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +1 -0
  53. package/es/components/dataSourceComponents/dataSourceTable/hooks/useFormat.d.ts +3 -3
  54. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +4 -4
  55. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +5 -5
  56. package/es/components/dataSourceComponents/dataSourceWrapper/BaseWrapper.d.ts +1 -1
  57. package/es/components/dataSourceComponents/dataSourceWrapper/index.d.ts +1 -2
  58. package/es/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +2 -2
  59. package/es/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +2 -2
  60. package/es/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +2 -2
  61. package/es/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +2 -2
  62. package/es/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +2 -2
  63. package/es/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +1 -2
  64. package/es/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +1 -2
  65. package/es/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +2 -2
  66. package/es/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +2 -2
  67. package/es/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +2 -2
  68. package/es/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +1 -2
  69. package/es/components/dataSourceComponents/fields/Select/index.d.ts +1 -2
  70. package/es/components/dataSourceComponents/fields/Tabs/index.d.ts +1 -1
  71. package/es/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +2 -2
  72. package/es/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +2 -2
  73. package/es/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +2 -2
  74. package/es/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +1 -2
  75. package/es/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
  76. package/es/components/dataSourceComponents/fields/index.d.ts +11 -11
  77. package/es/components/dataSourceComponents/hooks/useActions.d.ts +5 -5
  78. package/es/components/dataSourceComponents/hooks/useParseActionsVariable.d.ts +3 -8
  79. package/es/components/date-picker/datePickerCpt.d.ts +1 -2
  80. package/es/components/date-picker/index.d.ts +2 -1
  81. package/es/components/dropdown/index.d.ts +2 -2
  82. package/es/components/filter/components/items/index.d.ts +7 -6
  83. package/es/components/filter/components/items/text/Editor/index.d.ts +2 -1
  84. package/es/components/filter/components/items/text/Preview/index.d.ts +2 -1
  85. package/es/components/filter/components/items/text/index.d.ts +3 -2
  86. package/es/components/filter/index.d.ts +1 -2
  87. package/es/components/list/index.d.ts +1 -2
  88. package/es/components/lowCodePage/index.d.ts +1 -2
  89. package/es/components/page/index.d.ts +1 -2
  90. package/es/components/page-header/index.d.ts +1 -1
  91. package/es/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +2 -2
  92. package/es/components/pisellAdjustPrice/index.d.ts +1 -2
  93. package/es/components/pisellAlert/index.d.ts +1 -1
  94. package/es/components/pisellCard/index.d.ts +2 -2
  95. package/es/components/pisellCheckboxGroup/index.d.ts +1 -1
  96. package/es/components/pisellCountdown/index.d.ts +1 -1
  97. package/es/components/pisellDataSourceContainer/PisellDataSourceContainer.d.ts +1 -2
  98. package/es/components/pisellDataSourceContainer/provider/HandleActions.d.ts +1 -1
  99. package/es/components/pisellDatePicker/datePickerCpt.d.ts +2 -2
  100. package/es/components/pisellDatePicker/index.d.ts +2 -1
  101. package/es/components/pisellDraggable/components/Remove/Remove.d.ts +2 -2
  102. package/es/components/pisellDraggable/components/TreeItem/SortableTreeItem.d.ts +1 -1
  103. package/es/components/pisellDraggable/index.d.ts +2 -2
  104. package/es/components/pisellDropSort/components/SortableItem/index.d.ts +1 -1
  105. package/es/components/pisellFilter/index.d.ts +1 -2
  106. package/es/components/pisellFloatingPanel/index.d.ts +1 -1
  107. package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.js +2 -1
  108. package/es/components/pisellFloorMapLayout/components/CanvasTabs.d.ts +2 -7
  109. package/es/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +5 -9
  110. package/es/components/pisellFloorMapLayout/components/FigmaTableCard.js +12 -8
  111. package/es/components/pisellFloorMapLayout/components/FloorMapDataForm.d.ts +2 -6
  112. package/es/components/pisellFloorMapLayout/components/FloorMapDataForm.js +4 -2
  113. package/es/components/pisellFloorMapLayout/components/FloorMapEditPanel.d.ts +2 -5
  114. package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +1 -1
  115. package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.js +2 -2
  116. package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.less +19 -0
  117. package/es/components/pisellFloorMapLayout/components/FloorMapImageElement.d.ts +2 -5
  118. package/es/components/pisellFloorMapLayout/components/FloorMapImageElement.js +4 -2
  119. package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.d.ts +1 -1
  120. package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.js +16 -13
  121. package/es/components/pisellFloorMapLayout/components/ItemLayer.d.ts +6 -1
  122. package/es/components/pisellFloorMapLayout/components/ItemLayer.js +51 -3
  123. package/es/components/pisellFloorMapLayout/components/ViewControls.d.ts +2 -5
  124. package/es/components/pisellFloorMapLayout/components/ViewControls.js +8 -6
  125. package/es/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +2 -5
  126. package/es/components/pisellFloorMapLayout/hooks/useFloorMapEditState.js +2 -1
  127. package/es/components/pisellFloorMapLayout/locales-ja.d.ts +104 -0
  128. package/es/components/pisellFloorMapLayout/locales-ja.js +103 -0
  129. package/es/components/pisellFloorMapLayout/locales-pt.d.ts +104 -0
  130. package/es/components/pisellFloorMapLayout/locales-pt.js +103 -0
  131. package/es/components/pisellFloorMapLayout/locales.d.ts +314 -0
  132. package/es/components/pisellFloorMapLayout/locales.js +123 -4
  133. package/es/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.d.ts +2 -3
  134. package/es/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.js +3 -12
  135. package/es/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.js +4 -3
  136. package/es/components/pisellGoodPassCard/index.d.ts +1 -1
  137. package/es/components/pisellInformationEntry/Input/index.d.ts +1 -1
  138. package/es/components/pisellInformationEntry/Scan/index.d.ts +2 -2
  139. package/es/components/pisellInformationEntry/index.d.ts +1 -1
  140. package/es/components/pisellInput/components/BankCard/index.d.ts +2 -2
  141. package/es/components/pisellInput/components/Copy/index.d.ts +1 -2
  142. package/es/components/pisellInput/components/SecurityCode/index.d.ts +2 -2
  143. package/es/components/pisellInput/index.d.ts +5 -5
  144. package/es/components/pisellLoading/index.d.ts +1 -2
  145. package/es/components/pisellModal/components/Information/index.d.ts +1 -1
  146. package/es/components/pisellModal/components/IpadModal/index.d.ts +2 -2
  147. package/es/components/pisellModal/components/MobileModal/index.d.ts +2 -2
  148. package/es/components/pisellModal/components/PcModal/index.d.ts +1 -1
  149. package/es/components/pisellModal/components/index.d.ts +4 -3
  150. package/es/components/pisellModal/index.d.ts +2 -2
  151. package/es/components/pisellRecordBoard/utils/recordBoardColumns.js +3 -2
  152. package/es/components/pisellReservationSchedule/PisellReservationSchedule.d.ts +2 -2
  153. package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.d.ts +2 -2
  154. package/es/components/pisellRow/index.d.ts +1 -1
  155. package/es/components/pisellTags/index.d.ts +1 -1
  156. package/es/components/pisellText/components/Amount/index.d.ts +1 -1
  157. package/es/components/pisellText/index.d.ts +2 -2
  158. package/es/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +2 -2
  159. package/es/components/pisellTimeNavigator/PisellTimeNavigator.js +1 -1
  160. package/es/components/pisellTimeNavigator/PisellTimeNavigator.less +2 -0
  161. package/es/components/pisellTimeNavigator/components/NowButton.d.ts +1 -1
  162. package/es/components/pisellTimeNavigator/index.d.ts +1 -0
  163. package/es/components/pisellTimeNavigator/index.js +1 -0
  164. package/es/components/pisellTimeNavigator/types.d.ts +1 -1
  165. package/es/components/pisellTooltip/index.d.ts +2 -2
  166. package/es/components/pisellUpload/index.d.ts +2 -2
  167. package/es/components/pisellWalletPassCard/index.d.ts +1 -1
  168. package/es/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +1 -2
  169. package/es/components/productCard/cartSkuCard/components/Gift/index.d.ts +1 -2
  170. package/es/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +2 -2
  171. package/es/components/productCard/cartSkuCard/components/Note/index.d.ts +1 -2
  172. package/es/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +1 -1
  173. package/es/components/productCard/cartSkuCard/components/discountReason/index.d.ts +1 -2
  174. package/es/components/productCard/cartSkuCard/components/holders/index.d.ts +1 -2
  175. package/es/components/productCard/cartSkuCard/components/packages/index.d.ts +1 -2
  176. package/es/components/productCard/cartSkuCard/components/resources/index.d.ts +2 -2
  177. package/es/components/productCard/cartSkuCard/components/sales/index.d.ts +1 -2
  178. package/es/components/productCard/cartSkuCard/components/specs/index.d.ts +1 -2
  179. package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +2 -2
  180. package/es/components/productCard/cartSkuCard/index.d.ts +1 -2
  181. package/es/components/productCard/components/AmountFooter/index.d.ts +1 -2
  182. package/es/components/productCard/components/Divider/index.d.ts +2 -2
  183. package/es/components/productCard/components/Header/EditButton/index.d.ts +1 -2
  184. package/es/components/productCard/components/Header/index.d.ts +1 -2
  185. package/es/components/productCard/components/MultiDay/index.d.ts +2 -2
  186. package/es/components/productCard/components/Note/index.d.ts +1 -2
  187. package/es/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +2 -2
  188. package/es/components/productCard/components/Packages/components/options/index.d.ts +2 -2
  189. package/es/components/productCard/components/Packages/index.d.ts +1 -2
  190. package/es/components/productCard/components/Sales/index.d.ts +1 -2
  191. package/es/components/productCard/components/Time/components/Like/index.d.ts +2 -2
  192. package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts +1 -2
  193. package/es/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +1 -2
  194. package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +1 -2
  195. package/es/components/productCard/components/Time/components/SelectResource/index.d.ts +1 -2
  196. package/es/components/productCard/components/Time/index.d.ts +2 -2
  197. package/es/components/qrcode/index.d.ts +1 -2
  198. package/es/components/radio/index.d.ts +2 -1
  199. package/es/components/section-footers/index.d.ts +1 -1
  200. package/es/components/segmented/index.d.ts +2 -2
  201. package/es/components/select-time/RightPanel/index.d.ts +2 -2
  202. package/es/components/select-time/index.d.ts +2 -2
  203. package/es/components/skeleton/index.d.ts +2 -1
  204. package/es/components/slider/index.d.ts +2 -2
  205. package/es/components/sort/components/InlineMenu/index.d.ts +2 -2
  206. package/es/components/table/Actions/component/ColumnsSetting/PopoverContent.d.ts +1 -1
  207. package/es/components/table/Actions/component/ColumnsSetting/index.d.ts +2 -2
  208. package/es/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +2 -2
  209. package/es/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +2 -2
  210. package/es/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +2 -2
  211. package/es/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +2 -2
  212. package/es/components/table/Actions/component/ExportImport/index.d.ts +1 -2
  213. package/es/components/table/Actions/component/GallerySetting/index.d.ts +1 -2
  214. package/es/components/table/Actions/component/Group/PopoverContent.d.ts +2 -2
  215. package/es/components/table/Actions/component/Group/index.d.ts +1 -2
  216. package/es/components/table/Actions/index.d.ts +1 -2
  217. package/es/components/table/BasicTable/index.d.ts +1 -2
  218. package/es/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +2 -2
  219. package/es/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +1 -2
  220. package/es/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +2 -2
  221. package/es/components/table/Gallery/components/GalleryItem/index.d.ts +1 -1
  222. package/es/components/table/Gallery/components/VirtualGrid/index.d.ts +1 -1
  223. package/es/components/table/Gallery/index.d.ts +1 -1
  224. package/es/components/table/Header/index.d.ts +1 -1
  225. package/es/components/table/Summary/index.d.ts +2 -2
  226. package/es/components/table/Table/SelectField/index.d.ts +1 -2
  227. package/es/components/table/Table/fields/date/Config/index.d.ts +2 -2
  228. package/es/components/table/Table/fields/date/Show/index.d.ts +1 -2
  229. package/es/components/table/Table/fields/date/Sort/index.d.ts +2 -2
  230. package/es/components/table/Table/fields/date/index.d.ts +4 -3
  231. package/es/components/table/Table/fields/image/Config/index.d.ts +2 -2
  232. package/es/components/table/Table/fields/image/Show/index.d.ts +2 -2
  233. package/es/components/table/Table/fields/image/Sort/index.d.ts +2 -2
  234. package/es/components/table/Table/fields/image/index.d.ts +4 -3
  235. package/es/components/table/Table/fields/index.d.ts +77 -77
  236. package/es/components/table/Table/fields/link/Config/index.d.ts +2 -2
  237. package/es/components/table/Table/fields/link/Show/index.d.ts +1 -2
  238. package/es/components/table/Table/fields/link/Sort/index.d.ts +2 -2
  239. package/es/components/table/Table/fields/link/index.d.ts +4 -3
  240. package/es/components/table/Table/fields/number/Config/index.d.ts +2 -2
  241. package/es/components/table/Table/fields/number/Show/index.d.ts +2 -2
  242. package/es/components/table/Table/fields/number/Sort/index.d.ts +2 -2
  243. package/es/components/table/Table/fields/number/index.d.ts +4 -3
  244. package/es/components/table/Table/fields/numberRange/Config/index.d.ts +2 -2
  245. package/es/components/table/Table/fields/numberRange/Show/index.d.ts +2 -2
  246. package/es/components/table/Table/fields/numberRange/Sort/index.d.ts +2 -2
  247. package/es/components/table/Table/fields/numberRange/index.d.ts +4 -3
  248. package/es/components/table/Table/fields/oldRangePicker/Config/index.d.ts +2 -2
  249. package/es/components/table/Table/fields/oldRangePicker/Show/index.d.ts +2 -2
  250. package/es/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +2 -2
  251. package/es/components/table/Table/fields/oldRangePicker/index.d.ts +4 -3
  252. package/es/components/table/Table/fields/pSwitch/Config/index.d.ts +2 -2
  253. package/es/components/table/Table/fields/pSwitch/Show/index.d.ts +2 -2
  254. package/es/components/table/Table/fields/pSwitch/Sort/index.d.ts +2 -2
  255. package/es/components/table/Table/fields/pSwitch/index.d.ts +4 -3
  256. package/es/components/table/Table/fields/rangePicker/Config/index.d.ts +2 -2
  257. package/es/components/table/Table/fields/rangePicker/Show/index.d.ts +2 -2
  258. package/es/components/table/Table/fields/rangePicker/Sort/index.d.ts +2 -2
  259. package/es/components/table/Table/fields/rangePicker/index.d.ts +4 -3
  260. package/es/components/table/Table/fields/search/Config/index.d.ts +2 -2
  261. package/es/components/table/Table/fields/search/Show/index.d.ts +2 -2
  262. package/es/components/table/Table/fields/search/Sort/index.d.ts +2 -2
  263. package/es/components/table/Table/fields/search/index.d.ts +4 -3
  264. package/es/components/table/Table/fields/select/Config/index.d.ts +2 -2
  265. package/es/components/table/Table/fields/select/Show/index.d.ts +2 -2
  266. package/es/components/table/Table/fields/select/Sort/index.d.ts +2 -2
  267. package/es/components/table/Table/fields/select/index.d.ts +3 -3
  268. package/es/components/table/Table/fields/text/Config/index.d.ts +2 -2
  269. package/es/components/table/Table/fields/text/Show/index.d.ts +1 -2
  270. package/es/components/table/Table/fields/text/Sort/index.d.ts +2 -2
  271. package/es/components/table/Table/fields/text/index.d.ts +3 -3
  272. package/es/components/table/Table/fields/treeSelect/Config/index.d.ts +2 -2
  273. package/es/components/table/Table/fields/treeSelect/Show/index.d.ts +2 -2
  274. package/es/components/table/Table/fields/treeSelect/Sort/index.d.ts +2 -2
  275. package/es/components/table/Table/fields/treeSelect/index.d.ts +3 -3
  276. package/es/components/table/Table/tableConfig/SortRow/index.d.ts +1 -2
  277. package/es/components/table/Table/tableConfig/summary/index.d.ts +2 -2
  278. package/es/components/table/Table/utils.d.ts +1 -1
  279. package/es/components/table/TableFilter/SortIcon.d.ts +2 -2
  280. package/es/components/table/View/index.d.ts +1 -2
  281. package/es/components/table/hooks/useMergeColumnSetting.d.ts +1 -1
  282. package/es/components/table/hooks/useTableSetting.d.ts +1 -1
  283. package/es/components/table/model.d.ts +1 -1
  284. package/es/components/tabs/index.d.ts +2 -2
  285. package/es/components/time-picker/index.d.ts +2 -1
  286. package/es/components/upload/index.d.ts +2 -1
  287. package/es/components/versionSelect/index.d.ts +2 -2
  288. package/es/components/virtual-keyboard/Amount/index.d.ts +1 -2
  289. package/es/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +1 -1
  290. package/es/components/virtual-keyboard/Number/index.d.ts +1 -2
  291. package/es/components/virtual-keyboard/Time/index.d.ts +1 -1
  292. package/es/components/virtual-keyboard/Time/utils.d.ts +2 -1
  293. package/es/components/virtual-keyboard/VirtualInput/index.d.ts +1 -1
  294. package/es/components/virtual-keyboard/index.d.ts +1 -1
  295. package/es/components/walletCard/Guest/index.d.ts +2 -2
  296. package/es/components/walletCard/Guide/index.d.ts +2 -2
  297. package/es/index.d.ts +10 -11
  298. package/es/index.js +11 -9
  299. package/es/locales/en-US.d.ts +1 -0
  300. package/es/locales/en-US.js +1 -0
  301. package/es/locales/ja.d.ts +8 -0
  302. package/es/locales/ja.js +25 -7
  303. package/es/locales/pt.d.ts +8 -0
  304. package/es/locales/pt.js +21 -3
  305. package/es/locales/zh-CN.d.ts +1 -0
  306. package/es/locales/zh-CN.js +1 -0
  307. package/es/locales/zh-TW.d.ts +1 -0
  308. package/es/locales/zh-TW.js +1 -0
  309. package/es/utils/hoc.d.ts +5 -5
  310. package/es/utils/miniRedux.d.ts +1 -1
  311. package/es/utils/platform.d.ts +1 -1
  312. package/lib/components/DragSortList/index.d.ts +1 -1
  313. package/lib/components/MultipleContainersSortList/index.d.ts +1 -1
  314. package/lib/components/Pagination/index.d.ts +2 -3
  315. package/lib/components/PisellBasicGrid/PisellBasicGrid.d.ts +2 -2
  316. package/lib/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +2 -2
  317. package/lib/components/PisellCards/components/MultilevelCard/MultilevelCard.d.ts +1 -1
  318. package/lib/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +1 -0
  319. package/lib/components/PisellCards/components/PisellImageCard/PisellImageCard.d.ts +1 -2
  320. package/lib/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +1 -0
  321. package/lib/components/PisellCards/components/TabCard/TabCard.d.ts +2 -2
  322. package/lib/components/PisellCards/index.d.ts +6 -5
  323. package/lib/components/PisellFields/index.d.ts +1 -0
  324. package/lib/components/PisellLayouts/index.d.ts +3 -2
  325. package/lib/components/PisellMetrics/index.d.ts +3 -2
  326. package/lib/components/PisellScrollView/components/Actions/index.d.ts +1 -1
  327. package/lib/components/appVersionControl/index.d.ts +2 -2
  328. package/lib/components/auto-complete-number/index.d.ts +2 -2
  329. package/lib/components/badge/index.d.ts +2 -2
  330. package/lib/components/batch-editor/fields/Image/index.d.ts +1 -1
  331. package/lib/components/batch-editor/fields/Text/index.d.ts +1 -1
  332. package/lib/components/batch-editor/fields/index.d.ts +3 -2
  333. package/lib/components/batch-editor/index.d.ts +2 -2
  334. package/lib/components/browserSelect/index.d.ts +1 -1
  335. package/lib/components/calendar/index.d.ts +2 -1
  336. package/lib/components/cardMetricItem/index.d.ts +1 -1
  337. package/lib/components/checkbox/index.d.ts +2 -1
  338. package/lib/components/classicLayout/index.d.ts +2 -2
  339. package/lib/components/colorPicker/index.d.ts +2 -2
  340. package/lib/components/customSelect/index.d.ts +1 -1
  341. package/lib/components/dataSourceComponents/dataSourceForm/formItem.d.ts +1 -2
  342. package/lib/components/dataSourceComponents/dataSourceForm/group/index.d.ts +1 -1
  343. package/lib/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +1 -1
  344. package/lib/components/dataSourceComponents/dataSourceForm/utils.d.ts +3 -3
  345. package/lib/components/dataSourceComponents/dataSourceMenu/index.d.ts +1 -1
  346. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +2 -2
  347. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +2 -1
  348. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceTypography/index.d.ts +2 -2
  349. package/lib/components/dataSourceComponents/dataSourceShow/utils.d.ts +1 -1
  350. package/lib/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +1 -2
  351. package/lib/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +2 -3
  352. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +1 -0
  353. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useFormat.d.ts +3 -3
  354. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +4 -4
  355. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +5 -5
  356. package/lib/components/dataSourceComponents/dataSourceWrapper/BaseWrapper.d.ts +1 -1
  357. package/lib/components/dataSourceComponents/dataSourceWrapper/index.d.ts +1 -2
  358. package/lib/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +2 -2
  359. package/lib/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +2 -2
  360. package/lib/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +2 -2
  361. package/lib/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +2 -2
  362. package/lib/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +2 -2
  363. package/lib/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +1 -2
  364. package/lib/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +1 -2
  365. package/lib/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +2 -2
  366. package/lib/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +2 -2
  367. package/lib/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +2 -2
  368. package/lib/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +1 -2
  369. package/lib/components/dataSourceComponents/fields/Select/index.d.ts +1 -2
  370. package/lib/components/dataSourceComponents/fields/Tabs/index.d.ts +1 -1
  371. package/lib/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +2 -2
  372. package/lib/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +2 -2
  373. package/lib/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +2 -2
  374. package/lib/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +1 -2
  375. package/lib/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
  376. package/lib/components/dataSourceComponents/fields/index.d.ts +11 -11
  377. package/lib/components/dataSourceComponents/hooks/useActions.d.ts +5 -5
  378. package/lib/components/dataSourceComponents/hooks/useParseActionsVariable.d.ts +3 -8
  379. package/lib/components/date-picker/datePickerCpt.d.ts +1 -2
  380. package/lib/components/date-picker/index.d.ts +2 -1
  381. package/lib/components/dropdown/index.d.ts +2 -2
  382. package/lib/components/filter/components/items/index.d.ts +7 -6
  383. package/lib/components/filter/components/items/text/Editor/index.d.ts +2 -1
  384. package/lib/components/filter/components/items/text/Preview/index.d.ts +2 -1
  385. package/lib/components/filter/components/items/text/index.d.ts +3 -2
  386. package/lib/components/filter/index.d.ts +1 -2
  387. package/lib/components/list/index.d.ts +1 -2
  388. package/lib/components/lowCodePage/index.d.ts +1 -2
  389. package/lib/components/page/index.d.ts +1 -2
  390. package/lib/components/page-header/index.d.ts +1 -1
  391. package/lib/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +2 -2
  392. package/lib/components/pisellAdjustPrice/index.d.ts +1 -2
  393. package/lib/components/pisellAlert/index.d.ts +1 -1
  394. package/lib/components/pisellCard/index.d.ts +2 -2
  395. package/lib/components/pisellCheckboxGroup/index.d.ts +1 -1
  396. package/lib/components/pisellCountdown/index.d.ts +1 -1
  397. package/lib/components/pisellDataSourceContainer/PisellDataSourceContainer.d.ts +1 -2
  398. package/lib/components/pisellDataSourceContainer/provider/HandleActions.d.ts +1 -1
  399. package/lib/components/pisellDatePicker/datePickerCpt.d.ts +2 -2
  400. package/lib/components/pisellDatePicker/index.d.ts +2 -1
  401. package/lib/components/pisellDraggable/components/Remove/Remove.d.ts +2 -2
  402. package/lib/components/pisellDraggable/components/TreeItem/SortableTreeItem.d.ts +1 -1
  403. package/lib/components/pisellDraggable/index.d.ts +2 -2
  404. package/lib/components/pisellDropSort/components/SortableItem/index.d.ts +1 -1
  405. package/lib/components/pisellFilter/index.d.ts +1 -2
  406. package/lib/components/pisellFloatingPanel/index.d.ts +1 -1
  407. package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.js +2 -1
  408. package/lib/components/pisellFloorMapLayout/components/CanvasTabs.d.ts +2 -7
  409. package/lib/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +5 -9
  410. package/lib/components/pisellFloorMapLayout/components/FigmaTableCard.js +13 -9
  411. package/lib/components/pisellFloorMapLayout/components/FloorMapDataForm.d.ts +2 -6
  412. package/lib/components/pisellFloorMapLayout/components/FloorMapDataForm.js +4 -2
  413. package/lib/components/pisellFloorMapLayout/components/FloorMapEditPanel.d.ts +2 -5
  414. package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +1 -1
  415. package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.js +10 -2
  416. package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.less +19 -0
  417. package/lib/components/pisellFloorMapLayout/components/FloorMapImageElement.d.ts +2 -5
  418. package/lib/components/pisellFloorMapLayout/components/FloorMapImageElement.js +4 -2
  419. package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.d.ts +1 -1
  420. package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.js +24 -13
  421. package/lib/components/pisellFloorMapLayout/components/ItemLayer.d.ts +6 -1
  422. package/lib/components/pisellFloorMapLayout/components/ItemLayer.js +47 -2
  423. package/lib/components/pisellFloorMapLayout/components/ViewControls.d.ts +2 -5
  424. package/lib/components/pisellFloorMapLayout/components/ViewControls.js +12 -6
  425. package/lib/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +2 -5
  426. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEditState.js +2 -1
  427. package/lib/components/pisellFloorMapLayout/locales-ja.d.ts +104 -0
  428. package/lib/components/pisellFloorMapLayout/locales-ja.js +124 -0
  429. package/lib/components/pisellFloorMapLayout/locales-pt.d.ts +104 -0
  430. package/lib/components/pisellFloorMapLayout/locales-pt.js +124 -0
  431. package/lib/components/pisellFloorMapLayout/locales.d.ts +314 -0
  432. package/lib/components/pisellFloorMapLayout/locales.js +132 -4
  433. package/lib/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.d.ts +2 -3
  434. package/lib/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.js +1 -7
  435. package/lib/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.js +6 -3
  436. package/lib/components/pisellGoodPassCard/index.d.ts +1 -1
  437. package/lib/components/pisellInformationEntry/Input/index.d.ts +1 -1
  438. package/lib/components/pisellInformationEntry/Scan/index.d.ts +2 -2
  439. package/lib/components/pisellInformationEntry/index.d.ts +1 -1
  440. package/lib/components/pisellInput/components/BankCard/index.d.ts +2 -2
  441. package/lib/components/pisellInput/components/Copy/index.d.ts +1 -2
  442. package/lib/components/pisellInput/components/SecurityCode/index.d.ts +2 -2
  443. package/lib/components/pisellInput/index.d.ts +5 -5
  444. package/lib/components/pisellLoading/index.d.ts +1 -2
  445. package/lib/components/pisellModal/components/Information/index.d.ts +1 -1
  446. package/lib/components/pisellModal/components/IpadModal/index.d.ts +2 -2
  447. package/lib/components/pisellModal/components/MobileModal/index.d.ts +2 -2
  448. package/lib/components/pisellModal/components/PcModal/index.d.ts +1 -1
  449. package/lib/components/pisellModal/components/index.d.ts +4 -3
  450. package/lib/components/pisellModal/index.d.ts +2 -2
  451. package/lib/components/pisellRecordBoard/utils/recordBoardColumns.js +11 -1
  452. package/lib/components/pisellReservationSchedule/PisellReservationSchedule.d.ts +2 -2
  453. package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.d.ts +2 -2
  454. package/lib/components/pisellRow/index.d.ts +1 -1
  455. package/lib/components/pisellTags/index.d.ts +1 -1
  456. package/lib/components/pisellText/components/Amount/index.d.ts +1 -1
  457. package/lib/components/pisellText/index.d.ts +2 -2
  458. package/lib/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +2 -2
  459. package/lib/components/pisellTimeNavigator/PisellTimeNavigator.js +1 -1
  460. package/lib/components/pisellTimeNavigator/PisellTimeNavigator.less +2 -0
  461. package/lib/components/pisellTimeNavigator/components/NowButton.d.ts +1 -1
  462. package/lib/components/pisellTimeNavigator/index.d.ts +1 -0
  463. package/lib/components/pisellTimeNavigator/index.js +5 -0
  464. package/lib/components/pisellTimeNavigator/types.d.ts +1 -1
  465. package/lib/components/pisellTooltip/index.d.ts +2 -2
  466. package/lib/components/pisellUpload/index.d.ts +2 -2
  467. package/lib/components/pisellWalletPassCard/index.d.ts +1 -1
  468. package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +1 -2
  469. package/lib/components/productCard/cartSkuCard/components/Gift/index.d.ts +1 -2
  470. package/lib/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +2 -2
  471. package/lib/components/productCard/cartSkuCard/components/Note/index.d.ts +1 -2
  472. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +1 -1
  473. package/lib/components/productCard/cartSkuCard/components/discountReason/index.d.ts +1 -2
  474. package/lib/components/productCard/cartSkuCard/components/holders/index.d.ts +1 -2
  475. package/lib/components/productCard/cartSkuCard/components/packages/index.d.ts +1 -2
  476. package/lib/components/productCard/cartSkuCard/components/resources/index.d.ts +2 -2
  477. package/lib/components/productCard/cartSkuCard/components/sales/index.d.ts +1 -2
  478. package/lib/components/productCard/cartSkuCard/components/specs/index.d.ts +1 -2
  479. package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +2 -2
  480. package/lib/components/productCard/cartSkuCard/index.d.ts +1 -2
  481. package/lib/components/productCard/components/AmountFooter/index.d.ts +1 -2
  482. package/lib/components/productCard/components/Divider/index.d.ts +2 -2
  483. package/lib/components/productCard/components/Header/EditButton/index.d.ts +1 -2
  484. package/lib/components/productCard/components/Header/index.d.ts +1 -2
  485. package/lib/components/productCard/components/MultiDay/index.d.ts +2 -2
  486. package/lib/components/productCard/components/Note/index.d.ts +1 -2
  487. package/lib/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +2 -2
  488. package/lib/components/productCard/components/Packages/components/options/index.d.ts +2 -2
  489. package/lib/components/productCard/components/Packages/index.d.ts +1 -2
  490. package/lib/components/productCard/components/Sales/index.d.ts +1 -2
  491. package/lib/components/productCard/components/Time/components/Like/index.d.ts +2 -2
  492. package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts +1 -2
  493. package/lib/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +1 -2
  494. package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +1 -2
  495. package/lib/components/productCard/components/Time/components/SelectResource/index.d.ts +1 -2
  496. package/lib/components/productCard/components/Time/index.d.ts +2 -2
  497. package/lib/components/qrcode/index.d.ts +1 -2
  498. package/lib/components/radio/index.d.ts +2 -1
  499. package/lib/components/section-footers/index.d.ts +1 -1
  500. package/lib/components/segmented/index.d.ts +2 -2
  501. package/lib/components/select-time/RightPanel/index.d.ts +2 -2
  502. package/lib/components/select-time/index.d.ts +2 -2
  503. package/lib/components/skeleton/index.d.ts +2 -1
  504. package/lib/components/slider/index.d.ts +2 -2
  505. package/lib/components/sort/components/InlineMenu/index.d.ts +2 -2
  506. package/lib/components/table/Actions/component/ColumnsSetting/PopoverContent.d.ts +1 -1
  507. package/lib/components/table/Actions/component/ColumnsSetting/index.d.ts +2 -2
  508. package/lib/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +2 -2
  509. package/lib/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +2 -2
  510. package/lib/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +2 -2
  511. package/lib/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +2 -2
  512. package/lib/components/table/Actions/component/ExportImport/index.d.ts +1 -2
  513. package/lib/components/table/Actions/component/GallerySetting/index.d.ts +1 -2
  514. package/lib/components/table/Actions/component/Group/PopoverContent.d.ts +2 -2
  515. package/lib/components/table/Actions/component/Group/index.d.ts +1 -2
  516. package/lib/components/table/Actions/index.d.ts +1 -2
  517. package/lib/components/table/BasicTable/index.d.ts +1 -2
  518. package/lib/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +2 -2
  519. package/lib/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +1 -2
  520. package/lib/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +2 -2
  521. package/lib/components/table/Gallery/components/GalleryItem/index.d.ts +1 -1
  522. package/lib/components/table/Gallery/components/VirtualGrid/index.d.ts +1 -1
  523. package/lib/components/table/Gallery/index.d.ts +1 -1
  524. package/lib/components/table/Header/index.d.ts +1 -1
  525. package/lib/components/table/Summary/index.d.ts +2 -2
  526. package/lib/components/table/Table/SelectField/index.d.ts +1 -2
  527. package/lib/components/table/Table/fields/date/Config/index.d.ts +2 -2
  528. package/lib/components/table/Table/fields/date/Show/index.d.ts +1 -2
  529. package/lib/components/table/Table/fields/date/Sort/index.d.ts +2 -2
  530. package/lib/components/table/Table/fields/date/index.d.ts +4 -3
  531. package/lib/components/table/Table/fields/image/Config/index.d.ts +2 -2
  532. package/lib/components/table/Table/fields/image/Show/index.d.ts +2 -2
  533. package/lib/components/table/Table/fields/image/Sort/index.d.ts +2 -2
  534. package/lib/components/table/Table/fields/image/index.d.ts +4 -3
  535. package/lib/components/table/Table/fields/index.d.ts +77 -77
  536. package/lib/components/table/Table/fields/link/Config/index.d.ts +2 -2
  537. package/lib/components/table/Table/fields/link/Show/index.d.ts +1 -2
  538. package/lib/components/table/Table/fields/link/Sort/index.d.ts +2 -2
  539. package/lib/components/table/Table/fields/link/index.d.ts +4 -3
  540. package/lib/components/table/Table/fields/number/Config/index.d.ts +2 -2
  541. package/lib/components/table/Table/fields/number/Show/index.d.ts +2 -2
  542. package/lib/components/table/Table/fields/number/Sort/index.d.ts +2 -2
  543. package/lib/components/table/Table/fields/number/index.d.ts +4 -3
  544. package/lib/components/table/Table/fields/numberRange/Config/index.d.ts +2 -2
  545. package/lib/components/table/Table/fields/numberRange/Show/index.d.ts +2 -2
  546. package/lib/components/table/Table/fields/numberRange/Sort/index.d.ts +2 -2
  547. package/lib/components/table/Table/fields/numberRange/index.d.ts +4 -3
  548. package/lib/components/table/Table/fields/oldRangePicker/Config/index.d.ts +2 -2
  549. package/lib/components/table/Table/fields/oldRangePicker/Show/index.d.ts +2 -2
  550. package/lib/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +2 -2
  551. package/lib/components/table/Table/fields/oldRangePicker/index.d.ts +4 -3
  552. package/lib/components/table/Table/fields/pSwitch/Config/index.d.ts +2 -2
  553. package/lib/components/table/Table/fields/pSwitch/Show/index.d.ts +2 -2
  554. package/lib/components/table/Table/fields/pSwitch/Sort/index.d.ts +2 -2
  555. package/lib/components/table/Table/fields/pSwitch/index.d.ts +4 -3
  556. package/lib/components/table/Table/fields/rangePicker/Config/index.d.ts +2 -2
  557. package/lib/components/table/Table/fields/rangePicker/Show/index.d.ts +2 -2
  558. package/lib/components/table/Table/fields/rangePicker/Sort/index.d.ts +2 -2
  559. package/lib/components/table/Table/fields/rangePicker/index.d.ts +4 -3
  560. package/lib/components/table/Table/fields/search/Config/index.d.ts +2 -2
  561. package/lib/components/table/Table/fields/search/Show/index.d.ts +2 -2
  562. package/lib/components/table/Table/fields/search/Sort/index.d.ts +2 -2
  563. package/lib/components/table/Table/fields/search/index.d.ts +4 -3
  564. package/lib/components/table/Table/fields/select/Config/index.d.ts +2 -2
  565. package/lib/components/table/Table/fields/select/Show/index.d.ts +2 -2
  566. package/lib/components/table/Table/fields/select/Sort/index.d.ts +2 -2
  567. package/lib/components/table/Table/fields/select/index.d.ts +3 -3
  568. package/lib/components/table/Table/fields/text/Config/index.d.ts +2 -2
  569. package/lib/components/table/Table/fields/text/Show/index.d.ts +1 -2
  570. package/lib/components/table/Table/fields/text/Sort/index.d.ts +2 -2
  571. package/lib/components/table/Table/fields/text/index.d.ts +3 -3
  572. package/lib/components/table/Table/fields/treeSelect/Config/index.d.ts +2 -2
  573. package/lib/components/table/Table/fields/treeSelect/Show/index.d.ts +2 -2
  574. package/lib/components/table/Table/fields/treeSelect/Sort/index.d.ts +2 -2
  575. package/lib/components/table/Table/fields/treeSelect/index.d.ts +3 -3
  576. package/lib/components/table/Table/tableConfig/SortRow/index.d.ts +1 -2
  577. package/lib/components/table/Table/tableConfig/summary/index.d.ts +2 -2
  578. package/lib/components/table/Table/utils.d.ts +1 -1
  579. package/lib/components/table/TableFilter/SortIcon.d.ts +2 -2
  580. package/lib/components/table/View/index.d.ts +1 -2
  581. package/lib/components/table/hooks/useMergeColumnSetting.d.ts +1 -1
  582. package/lib/components/table/hooks/useTableSetting.d.ts +1 -1
  583. package/lib/components/table/model.d.ts +1 -1
  584. package/lib/components/tabs/index.d.ts +2 -2
  585. package/lib/components/time-picker/index.d.ts +2 -1
  586. package/lib/components/upload/index.d.ts +2 -1
  587. package/lib/components/versionSelect/index.d.ts +2 -2
  588. package/lib/components/virtual-keyboard/Amount/index.d.ts +1 -2
  589. package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +1 -1
  590. package/lib/components/virtual-keyboard/Number/index.d.ts +1 -2
  591. package/lib/components/virtual-keyboard/Time/index.d.ts +1 -1
  592. package/lib/components/virtual-keyboard/Time/utils.d.ts +2 -1
  593. package/lib/components/virtual-keyboard/VirtualInput/index.d.ts +1 -1
  594. package/lib/components/virtual-keyboard/index.d.ts +1 -1
  595. package/lib/components/walletCard/Guest/index.d.ts +2 -2
  596. package/lib/components/walletCard/Guide/index.d.ts +2 -2
  597. package/lib/index.d.ts +10 -11
  598. package/lib/index.js +12 -8
  599. package/lib/locales/en-US.d.ts +1 -0
  600. package/lib/locales/en-US.js +1 -0
  601. package/lib/locales/ja.d.ts +8 -0
  602. package/lib/locales/ja.js +22 -1
  603. package/lib/locales/pt.d.ts +8 -0
  604. package/lib/locales/pt.js +22 -1
  605. package/lib/locales/zh-CN.d.ts +1 -0
  606. package/lib/locales/zh-CN.js +1 -0
  607. package/lib/locales/zh-TW.d.ts +1 -0
  608. package/lib/locales/zh-TW.js +1 -0
  609. package/lib/utils/hoc.d.ts +5 -5
  610. package/lib/utils/miniRedux.d.ts +1 -1
  611. package/lib/utils/platform.d.ts +1 -1
  612. package/lowcode/floor-map-image-element/meta.ts +1 -1
  613. package/lowcode/floor-map-layout-provider/meta.ts +1 -1
  614. package/lowcode/pisell-floor-map-layout/meta.ts +1 -1
  615. package/lowcode/pisell-time-navigator/meta.ts +1 -1
  616. package/lowcode/render-figma-style-round-table-card/meta.ts +1 -1
  617. package/lowcode/render-figma-style-table-card/meta.ts +1 -1
  618. package/package.json +3 -3
  619. package/es/components/PisellCards/components/GraphicTextCard/types.d.ts +0 -290
  620. package/es/components/PisellCards/components/MultilevelCard/components/PanelWrapper.d.ts +0 -7
  621. package/es/components/PisellCards/components/TextCard/TextCard.d.ts +0 -8
  622. package/es/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +0 -26
  623. package/es/components/PisellCards/components/TextCard/components/TextContent.d.ts +0 -21
  624. package/es/components/PisellCards/components/TextCard/types.d.ts +0 -270
  625. package/es/components/PisellScrollView/PisellScrollView.stories.d.ts +0 -87
  626. package/es/components/PisellScrollView/hooks/useScrollEvents.d.ts +0 -20
  627. package/es/components/PisellScrollView/index.d.ts +0 -3
  628. package/es/components/PisellSteps/PisellSteps.d.ts +0 -14
  629. package/es/components/PisellSteps/PisellSteps.stories.d.ts +0 -155
  630. package/es/components/PisellSuperTabs/PisellSuperTabs.d.ts +0 -8
  631. package/es/components/PisellSuperTabs/hooks/useTabsState.d.ts +0 -7
  632. package/es/components/PisellSuperTabs/types.d.ts +0 -212
  633. package/es/components/PisellTabbar/constants.d.ts +0 -47
  634. package/es/components/PisellTabbar/hooks/useActiveKey.d.ts +0 -55
  635. package/es/components/PisellTabbar/hooks/useExpand.d.ts +0 -42
  636. package/es/components/PisellTabbar/locales.d.ts +0 -23
  637. package/es/components/PisellTabbar/template/Template1/constants.d.ts +0 -10
  638. package/es/components/PisellTabbar/template/Template1/utils/index.d.ts +0 -35
  639. package/es/components/PisellTabbar/types.d.ts +0 -90
  640. package/es/components/PisellTabbar/utils/index.d.ts +0 -69
  641. package/es/components/PisellTabbar2/locales.d.ts +0 -23
  642. package/es/components/PisellTabbar3/locales.d.ts +0 -23
  643. package/es/components/cardPro/index.d.ts +0 -4
  644. package/es/components/config-provider/index.d.ts +0 -10
  645. package/es/components/dataSourceComponents/dataSourceForm/urlUtils.d.ts +0 -24
  646. package/es/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +0 -26
  647. package/es/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +0 -27
  648. package/es/components/dataSourceComponents/fields/Upload/constants.d.ts +0 -9
  649. package/es/components/dataSourceComponents/hooks/useFormSettingParams.d.ts +0 -7
  650. package/es/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +0 -15
  651. package/es/components/drag-sort-tree/TreeItem/index.d.ts +0 -19
  652. package/es/components/drag-sort-tree/index.d.ts +0 -5
  653. package/es/components/filter/components/Dropdown/types.d.ts +0 -13
  654. package/es/components/filter/components/FilterButton/types.d.ts +0 -24
  655. package/es/components/filter/types.d.ts +0 -48
  656. package/es/components/iconfont/index.d.ts +0 -8
  657. package/es/components/keyboard/index.d.ts +0 -22
  658. package/es/components/login-and-register/index.d.ts +0 -82
  659. package/es/components/pisell-config-provider/context.d.ts +0 -22
  660. package/es/components/pisell-config-provider/index.d.ts +0 -13
  661. package/es/components/pisellAdjustPrice/status.d.ts +0 -32
  662. package/es/components/pisellAdjustPrice/type.d.ts +0 -22
  663. package/es/components/pisellBatchActionBar/types.d.ts +0 -237
  664. package/es/components/pisellDataSourceContainer/utils/formatData.d.ts +0 -9
  665. package/es/components/pisellDateTimeDisplay/formats/dateTimeDisplayFormats.d.ts +0 -7
  666. package/es/components/pisellDateTimeDisplay/formats/index.d.ts +0 -1
  667. package/es/components/pisellDateTimeDisplay/types.d.ts +0 -352
  668. package/es/components/pisellDateTimeDisplay/utils/formatTime.d.ts +0 -19
  669. package/es/components/pisellDateTimeDisplay/utils/getRefreshInterval.d.ts +0 -18
  670. package/es/components/pisellEmail/constants/emailDomains.d.ts +0 -5
  671. package/es/components/pisellEmail/constants/emailRegex.d.ts +0 -13
  672. package/es/components/pisellEmail/utils/domainSuggestions.d.ts +0 -15
  673. package/es/components/pisellEmpty/index.d.ts +0 -19
  674. package/es/components/pisellFilter/type.d.ts +0 -7
  675. package/es/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +0 -37
  676. package/es/components/pisellFloorMapLayout/components/MapLayer.d.ts +0 -27
  677. package/es/components/pisellFloorMapLayout/context/FloorMapLayoutContext.d.ts +0 -16
  678. package/es/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +0 -5
  679. package/es/components/pisellFloorMapLayout/hooks/useFloorMapPaletteTouchDrag.d.ts +0 -21
  680. package/es/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +0 -67
  681. package/es/components/pisellFloorMapLayout/types.d.ts +0 -586
  682. package/es/components/pisellFloorMapLayout/utils/floorMapDropUtils.d.ts +0 -27
  683. package/es/components/pisellFloorMapLayout/utils/floorMapStageDefaults.d.ts +0 -8
  684. package/es/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +0 -8
  685. package/es/components/pisellFloorMapLayout/utils/layoutMeasurements.d.ts +0 -30
  686. package/es/components/pisellFloorMapLayout/utils/mergeCanvasesForTabs.d.ts +0 -7
  687. package/es/components/pisellFloorMapLayout/utils/snap.d.ts +0 -10
  688. package/es/components/pisellGridPro/GridPro.d.ts +0 -9
  689. package/es/components/pisellGridPro/GridView/index.d.ts +0 -6
  690. package/es/components/pisellGridPro/GridView/type.d.ts +0 -3
  691. package/es/components/pisellGridPro/ToolBar/index.d.ts +0 -6
  692. package/es/components/pisellGridPro/ToolBar/type.d.ts +0 -10
  693. package/es/components/pisellGridPro/components/DataCard/components/StatCard/index.d.ts +0 -10
  694. package/es/components/pisellGridPro/components/DataCard/index.d.ts +0 -6
  695. package/es/components/pisellGridPro/components/DataCard/types.d.ts +0 -70
  696. package/es/components/pisellGridPro/components/Footer/index.d.ts +0 -9
  697. package/es/components/pisellGridPro/components/Header/index.d.ts +0 -12
  698. package/es/components/pisellGridPro/index.d.ts +0 -4
  699. package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +0 -6
  700. package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +0 -10
  701. package/es/components/pisellHierarchicalSummaryList/components/Row.d.ts +0 -35
  702. package/es/components/pisellHierarchicalSummaryList/components/index.d.ts +0 -1
  703. package/es/components/pisellHierarchicalSummaryList/hooks/index.d.ts +0 -2
  704. package/es/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +0 -15
  705. package/es/components/pisellHierarchicalSummaryList/index.d.ts +0 -5
  706. package/es/components/pisellHierarchicalSummaryList/types.d.ts +0 -248
  707. package/es/components/pisellLayout/index.d.ts +0 -14
  708. package/es/components/pisellLookup/PisellLookup.d.ts +0 -4
  709. package/es/components/pisellLookup/PisellLookup.stories.d.ts +0 -129
  710. package/es/components/pisellLookup/components/HotWords.d.ts +0 -7
  711. package/es/components/pisellLookup/components/LookupAuxiliary.d.ts +0 -7
  712. package/es/components/pisellLookup/components/LookupResultHost.d.ts +0 -7
  713. package/es/components/pisellLookup/components/LookupTrigger.d.ts +0 -3
  714. package/es/components/pisellLookup/components/SearchHistory.d.ts +0 -7
  715. package/es/components/pisellLookup/components/SuggestWords.d.ts +0 -7
  716. package/es/components/pisellLookup/components/index.d.ts +0 -9
  717. package/es/components/pisellLookup/hooks/index.d.ts +0 -6
  718. package/es/components/pisellLookup/hooks/useDebounceSearch.d.ts +0 -40
  719. package/es/components/pisellLookup/hooks/useSearchHistory.d.ts +0 -48
  720. package/es/components/pisellLookup/hooks/useSearchState.d.ts +0 -80
  721. package/es/components/pisellLookup/index.d.ts +0 -6
  722. package/es/components/pisellLookup/types.d.ts +0 -667
  723. package/es/components/pisellLookup/utils/index.d.ts +0 -5
  724. package/es/components/pisellLookup/utils/storage.d.ts +0 -42
  725. package/es/components/pisellLookup/utils/trigger.d.ts +0 -42
  726. package/es/components/pisellMetricCard/components/MetricTitle.d.ts +0 -12
  727. package/es/components/pisellMetricCard/components/MetricValue.d.ts +0 -12
  728. package/es/components/pisellMetricCard/components/TrendIcon.d.ts +0 -14
  729. package/es/components/pisellMetricCard/types.d.ts +0 -201
  730. package/es/components/pisellMetricCard/utils/calculateTrend.d.ts +0 -14
  731. package/es/components/pisellPercent/utils/rangeConverter.d.ts +0 -36
  732. package/es/components/pisellPhone/utils/phoneFormatter.d.ts +0 -39
  733. package/es/components/pisellQuickFilter/type.d.ts +0 -12
  734. package/es/components/pisellRecordBoard/context/RecordBoardContext.d.ts +0 -3
  735. package/es/components/pisellRecordBoard/context/RecordBoardProvider.d.ts +0 -11
  736. package/es/components/pisellRecordBoard/hooks/useRecordBoardContext.d.ts +0 -16
  737. package/es/components/pisellRecordBoard/layouts/CardLayout/CardList.d.ts +0 -12
  738. package/es/components/pisellRecordBoard/layouts/CardLayout/index.d.ts +0 -13
  739. package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +0 -14
  740. package/es/components/pisellRecordBoard/layouts/GridLayout/index.d.ts +0 -13
  741. package/es/components/pisellRecordBoard/shellFrame/FloorMap.d.ts +0 -14
  742. package/es/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +0 -16
  743. package/es/components/pisellRecordBoard/types.d.ts +0 -381
  744. package/es/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +0 -15
  745. package/es/components/pisellRecordBoard/utils/withRecordBoard.d.ts +0 -9
  746. package/es/components/pisellReservationSchedule/locales.d.ts +0 -25
  747. package/es/components/pisellReservationSchedule/types.d.ts +0 -42
  748. package/es/components/pisellShellFrame/PisellShellFrame.d.ts +0 -13
  749. package/es/components/pisellShellFrame/PisellShellFrame.stories.d.ts +0 -15
  750. package/es/components/pisellShellFrame/index.d.ts +0 -2
  751. package/es/components/pisellShellFrame/types.d.ts +0 -56
  752. package/es/components/pisellSort/index.d.ts +0 -4
  753. package/es/components/pisellSort/type.d.ts +0 -7
  754. package/es/components/pisellStatisticList/index.d.ts +0 -22
  755. package/es/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +0 -14
  756. package/es/components/pisellTimeNavigator/components/CursorLayer.d.ts +0 -25
  757. package/es/components/pisellTimeNavigator/components/GestureLayer.d.ts +0 -33
  758. package/es/components/pisellTimeNavigator/components/ScaleLayer.d.ts +0 -22
  759. package/es/components/pisellTimeNavigator/hooks/useDragInertia.d.ts +0 -14
  760. package/es/components/pisellTimeNavigator/hooks/useRealtime.d.ts +0 -5
  761. package/es/components/pisellTimeNavigator/locales.d.ts +0 -22
  762. package/es/components/pisellTimeRangeDisplay/types.d.ts +0 -137
  763. package/es/components/pisellTimeRangeDisplay/utils/formatDuration.d.ts +0 -14
  764. package/es/components/pisellTimeRangeDisplay/utils/parseTimeRange.d.ts +0 -23
  765. package/es/components/pisellToast/squareToast/index.d.ts +0 -15
  766. package/es/components/pisellToast/squareToast/methods.d.ts +0 -13
  767. package/es/components/pisellToast/squareToast/renderImperatively.d.ts +0 -28
  768. package/es/components/pisellToast/squareToast/toast.d.ts +0 -25
  769. package/es/components/pisellUrl/utils/index.d.ts +0 -6
  770. package/es/components/pisellUrl/utils/urlFormatter.d.ts +0 -38
  771. package/es/components/pisellUrl/utils/urlHelper.d.ts +0 -63
  772. package/es/components/pisellUrl/utils/urlValidator.d.ts +0 -46
  773. package/es/components/productCard/cartSkuCard/components/Gift/types.d.ts +0 -29
  774. package/es/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +0 -14
  775. package/es/components/productCard/cartSkuCard/components/Promotion/index.d.ts +0 -7
  776. package/es/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +0 -46
  777. package/es/components/productCard/cartSkuCard/locales.d.ts +0 -178
  778. package/es/components/productCard/components/Action/index.d.ts +0 -4
  779. package/es/components/productCard/components/Header/DeleteButton/index.d.ts +0 -4
  780. package/es/components/productCard/locales.d.ts +0 -138
  781. package/es/components/productCard/status.d.ts +0 -32
  782. package/es/components/productCard/types.d.ts +0 -95
  783. package/es/components/select/index.d.ts +0 -9
  784. package/es/components/sort/types.d.ts +0 -39
  785. package/es/components/table/Actions/component/ViewMode/index.d.ts +0 -9
  786. package/es/components/table/Table/fields/select/Edit/index.d.ts +0 -4
  787. package/es/components/table/Table/fields/types/index.d.ts +0 -33
  788. package/es/components/table/types.d.ts +0 -268
  789. package/es/components/translation/utils.d.ts +0 -9
  790. package/es/components/virtual-keyboard/Amount/themeConfig.d.ts +0 -32
  791. package/es/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +0 -15
  792. package/es/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
  793. package/es/components/virtual-keyboard/Number/themeConfig.d.ts +0 -32
  794. package/es/components/virtual-keyboard/Number/types.d.ts +0 -26
  795. package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -13
  796. package/es/components/virtualInput/BaseVirtualInput/index.d.ts +0 -44
  797. package/es/components/virtualInput/index.d.ts +0 -29
  798. package/es/hooks/useThemeTokens.d.ts +0 -7
  799. package/es/theme/tokens.d.ts +0 -22
  800. package/es/utils/tagColor.d.ts +0 -7
  801. package/lib/components/PisellCards/components/GraphicTextCard/types.d.ts +0 -290
  802. package/lib/components/PisellCards/components/MultilevelCard/components/PanelWrapper.d.ts +0 -7
  803. package/lib/components/PisellCards/components/TextCard/TextCard.d.ts +0 -8
  804. package/lib/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +0 -26
  805. package/lib/components/PisellCards/components/TextCard/components/TextContent.d.ts +0 -21
  806. package/lib/components/PisellCards/components/TextCard/types.d.ts +0 -270
  807. package/lib/components/PisellScrollView/PisellScrollView.stories.d.ts +0 -87
  808. package/lib/components/PisellScrollView/hooks/useScrollEvents.d.ts +0 -20
  809. package/lib/components/PisellScrollView/index.d.ts +0 -3
  810. package/lib/components/PisellSteps/PisellSteps.d.ts +0 -14
  811. package/lib/components/PisellSteps/PisellSteps.stories.d.ts +0 -155
  812. package/lib/components/PisellSuperTabs/PisellSuperTabs.d.ts +0 -8
  813. package/lib/components/PisellSuperTabs/hooks/useTabsState.d.ts +0 -7
  814. package/lib/components/PisellSuperTabs/types.d.ts +0 -212
  815. package/lib/components/PisellTabbar/constants.d.ts +0 -47
  816. package/lib/components/PisellTabbar/hooks/useActiveKey.d.ts +0 -55
  817. package/lib/components/PisellTabbar/hooks/useExpand.d.ts +0 -42
  818. package/lib/components/PisellTabbar/locales.d.ts +0 -23
  819. package/lib/components/PisellTabbar/template/Template1/constants.d.ts +0 -10
  820. package/lib/components/PisellTabbar/template/Template1/utils/index.d.ts +0 -35
  821. package/lib/components/PisellTabbar/types.d.ts +0 -90
  822. package/lib/components/PisellTabbar/utils/index.d.ts +0 -69
  823. package/lib/components/PisellTabbar2/locales.d.ts +0 -23
  824. package/lib/components/PisellTabbar3/locales.d.ts +0 -23
  825. package/lib/components/cardPro/index.d.ts +0 -4
  826. package/lib/components/config-provider/index.d.ts +0 -10
  827. package/lib/components/dataSourceComponents/dataSourceForm/urlUtils.d.ts +0 -24
  828. package/lib/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +0 -26
  829. package/lib/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +0 -27
  830. package/lib/components/dataSourceComponents/fields/Upload/constants.d.ts +0 -9
  831. package/lib/components/dataSourceComponents/hooks/useFormSettingParams.d.ts +0 -7
  832. package/lib/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +0 -15
  833. package/lib/components/drag-sort-tree/TreeItem/index.d.ts +0 -19
  834. package/lib/components/drag-sort-tree/index.d.ts +0 -5
  835. package/lib/components/filter/components/Dropdown/types.d.ts +0 -13
  836. package/lib/components/filter/components/FilterButton/types.d.ts +0 -24
  837. package/lib/components/filter/types.d.ts +0 -48
  838. package/lib/components/iconfont/index.d.ts +0 -8
  839. package/lib/components/keyboard/index.d.ts +0 -22
  840. package/lib/components/login-and-register/index.d.ts +0 -82
  841. package/lib/components/pisell-config-provider/context.d.ts +0 -22
  842. package/lib/components/pisell-config-provider/index.d.ts +0 -13
  843. package/lib/components/pisellAdjustPrice/status.d.ts +0 -32
  844. package/lib/components/pisellAdjustPrice/type.d.ts +0 -22
  845. package/lib/components/pisellBatchActionBar/types.d.ts +0 -237
  846. package/lib/components/pisellDataSourceContainer/utils/formatData.d.ts +0 -9
  847. package/lib/components/pisellDateTimeDisplay/formats/dateTimeDisplayFormats.d.ts +0 -7
  848. package/lib/components/pisellDateTimeDisplay/formats/index.d.ts +0 -1
  849. package/lib/components/pisellDateTimeDisplay/types.d.ts +0 -352
  850. package/lib/components/pisellDateTimeDisplay/utils/formatTime.d.ts +0 -19
  851. package/lib/components/pisellDateTimeDisplay/utils/getRefreshInterval.d.ts +0 -18
  852. package/lib/components/pisellEmail/constants/emailDomains.d.ts +0 -5
  853. package/lib/components/pisellEmail/constants/emailRegex.d.ts +0 -13
  854. package/lib/components/pisellEmail/utils/domainSuggestions.d.ts +0 -15
  855. package/lib/components/pisellEmpty/index.d.ts +0 -19
  856. package/lib/components/pisellFilter/type.d.ts +0 -7
  857. package/lib/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +0 -37
  858. package/lib/components/pisellFloorMapLayout/components/MapLayer.d.ts +0 -27
  859. package/lib/components/pisellFloorMapLayout/context/FloorMapLayoutContext.d.ts +0 -16
  860. package/lib/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +0 -5
  861. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapPaletteTouchDrag.d.ts +0 -21
  862. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +0 -67
  863. package/lib/components/pisellFloorMapLayout/types.d.ts +0 -586
  864. package/lib/components/pisellFloorMapLayout/utils/floorMapDropUtils.d.ts +0 -27
  865. package/lib/components/pisellFloorMapLayout/utils/floorMapStageDefaults.d.ts +0 -8
  866. package/lib/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +0 -8
  867. package/lib/components/pisellFloorMapLayout/utils/layoutMeasurements.d.ts +0 -30
  868. package/lib/components/pisellFloorMapLayout/utils/mergeCanvasesForTabs.d.ts +0 -7
  869. package/lib/components/pisellFloorMapLayout/utils/snap.d.ts +0 -10
  870. package/lib/components/pisellGridPro/GridPro.d.ts +0 -9
  871. package/lib/components/pisellGridPro/GridView/index.d.ts +0 -6
  872. package/lib/components/pisellGridPro/GridView/type.d.ts +0 -3
  873. package/lib/components/pisellGridPro/ToolBar/index.d.ts +0 -6
  874. package/lib/components/pisellGridPro/ToolBar/type.d.ts +0 -10
  875. package/lib/components/pisellGridPro/components/DataCard/components/StatCard/index.d.ts +0 -10
  876. package/lib/components/pisellGridPro/components/DataCard/index.d.ts +0 -6
  877. package/lib/components/pisellGridPro/components/DataCard/types.d.ts +0 -70
  878. package/lib/components/pisellGridPro/components/Footer/index.d.ts +0 -9
  879. package/lib/components/pisellGridPro/components/Header/index.d.ts +0 -12
  880. package/lib/components/pisellGridPro/index.d.ts +0 -4
  881. package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +0 -6
  882. package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +0 -10
  883. package/lib/components/pisellHierarchicalSummaryList/components/Row.d.ts +0 -35
  884. package/lib/components/pisellHierarchicalSummaryList/components/index.d.ts +0 -1
  885. package/lib/components/pisellHierarchicalSummaryList/hooks/index.d.ts +0 -2
  886. package/lib/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +0 -15
  887. package/lib/components/pisellHierarchicalSummaryList/index.d.ts +0 -5
  888. package/lib/components/pisellHierarchicalSummaryList/types.d.ts +0 -248
  889. package/lib/components/pisellLayout/index.d.ts +0 -14
  890. package/lib/components/pisellLookup/PisellLookup.d.ts +0 -4
  891. package/lib/components/pisellLookup/PisellLookup.stories.d.ts +0 -129
  892. package/lib/components/pisellLookup/components/HotWords.d.ts +0 -7
  893. package/lib/components/pisellLookup/components/LookupAuxiliary.d.ts +0 -7
  894. package/lib/components/pisellLookup/components/LookupResultHost.d.ts +0 -7
  895. package/lib/components/pisellLookup/components/LookupTrigger.d.ts +0 -3
  896. package/lib/components/pisellLookup/components/SearchHistory.d.ts +0 -7
  897. package/lib/components/pisellLookup/components/SuggestWords.d.ts +0 -7
  898. package/lib/components/pisellLookup/components/index.d.ts +0 -9
  899. package/lib/components/pisellLookup/hooks/index.d.ts +0 -6
  900. package/lib/components/pisellLookup/hooks/useDebounceSearch.d.ts +0 -40
  901. package/lib/components/pisellLookup/hooks/useSearchHistory.d.ts +0 -48
  902. package/lib/components/pisellLookup/hooks/useSearchState.d.ts +0 -80
  903. package/lib/components/pisellLookup/index.d.ts +0 -6
  904. package/lib/components/pisellLookup/types.d.ts +0 -667
  905. package/lib/components/pisellLookup/utils/index.d.ts +0 -5
  906. package/lib/components/pisellLookup/utils/storage.d.ts +0 -42
  907. package/lib/components/pisellLookup/utils/trigger.d.ts +0 -42
  908. package/lib/components/pisellMetricCard/components/MetricTitle.d.ts +0 -12
  909. package/lib/components/pisellMetricCard/components/MetricValue.d.ts +0 -12
  910. package/lib/components/pisellMetricCard/components/TrendIcon.d.ts +0 -14
  911. package/lib/components/pisellMetricCard/types.d.ts +0 -201
  912. package/lib/components/pisellMetricCard/utils/calculateTrend.d.ts +0 -14
  913. package/lib/components/pisellPercent/utils/rangeConverter.d.ts +0 -36
  914. package/lib/components/pisellPhone/utils/phoneFormatter.d.ts +0 -39
  915. package/lib/components/pisellQuickFilter/type.d.ts +0 -12
  916. package/lib/components/pisellRecordBoard/context/RecordBoardContext.d.ts +0 -3
  917. package/lib/components/pisellRecordBoard/context/RecordBoardProvider.d.ts +0 -11
  918. package/lib/components/pisellRecordBoard/hooks/useRecordBoardContext.d.ts +0 -16
  919. package/lib/components/pisellRecordBoard/layouts/CardLayout/CardList.d.ts +0 -12
  920. package/lib/components/pisellRecordBoard/layouts/CardLayout/index.d.ts +0 -13
  921. package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +0 -14
  922. package/lib/components/pisellRecordBoard/layouts/GridLayout/index.d.ts +0 -13
  923. package/lib/components/pisellRecordBoard/shellFrame/FloorMap.d.ts +0 -14
  924. package/lib/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +0 -16
  925. package/lib/components/pisellRecordBoard/types.d.ts +0 -381
  926. package/lib/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +0 -15
  927. package/lib/components/pisellRecordBoard/utils/withRecordBoard.d.ts +0 -9
  928. package/lib/components/pisellReservationSchedule/locales.d.ts +0 -25
  929. package/lib/components/pisellReservationSchedule/types.d.ts +0 -42
  930. package/lib/components/pisellShellFrame/PisellShellFrame.d.ts +0 -13
  931. package/lib/components/pisellShellFrame/PisellShellFrame.stories.d.ts +0 -15
  932. package/lib/components/pisellShellFrame/index.d.ts +0 -2
  933. package/lib/components/pisellShellFrame/types.d.ts +0 -56
  934. package/lib/components/pisellSort/index.d.ts +0 -4
  935. package/lib/components/pisellSort/type.d.ts +0 -7
  936. package/lib/components/pisellStatisticList/index.d.ts +0 -22
  937. package/lib/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +0 -14
  938. package/lib/components/pisellTimeNavigator/components/CursorLayer.d.ts +0 -25
  939. package/lib/components/pisellTimeNavigator/components/GestureLayer.d.ts +0 -33
  940. package/lib/components/pisellTimeNavigator/components/ScaleLayer.d.ts +0 -22
  941. package/lib/components/pisellTimeNavigator/hooks/useDragInertia.d.ts +0 -14
  942. package/lib/components/pisellTimeNavigator/hooks/useRealtime.d.ts +0 -5
  943. package/lib/components/pisellTimeNavigator/locales.d.ts +0 -22
  944. package/lib/components/pisellTimeRangeDisplay/types.d.ts +0 -137
  945. package/lib/components/pisellTimeRangeDisplay/utils/formatDuration.d.ts +0 -14
  946. package/lib/components/pisellTimeRangeDisplay/utils/parseTimeRange.d.ts +0 -23
  947. package/lib/components/pisellToast/squareToast/index.d.ts +0 -15
  948. package/lib/components/pisellToast/squareToast/methods.d.ts +0 -13
  949. package/lib/components/pisellToast/squareToast/renderImperatively.d.ts +0 -28
  950. package/lib/components/pisellToast/squareToast/toast.d.ts +0 -25
  951. package/lib/components/pisellUrl/utils/index.d.ts +0 -6
  952. package/lib/components/pisellUrl/utils/urlFormatter.d.ts +0 -38
  953. package/lib/components/pisellUrl/utils/urlHelper.d.ts +0 -63
  954. package/lib/components/pisellUrl/utils/urlValidator.d.ts +0 -46
  955. package/lib/components/productCard/cartSkuCard/components/Gift/types.d.ts +0 -29
  956. package/lib/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +0 -14
  957. package/lib/components/productCard/cartSkuCard/components/Promotion/index.d.ts +0 -7
  958. package/lib/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +0 -46
  959. package/lib/components/productCard/cartSkuCard/locales.d.ts +0 -178
  960. package/lib/components/productCard/components/Action/index.d.ts +0 -4
  961. package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +0 -4
  962. package/lib/components/productCard/locales.d.ts +0 -138
  963. package/lib/components/productCard/status.d.ts +0 -32
  964. package/lib/components/productCard/types.d.ts +0 -95
  965. package/lib/components/select/index.d.ts +0 -9
  966. package/lib/components/sort/types.d.ts +0 -39
  967. package/lib/components/table/Actions/component/ViewMode/index.d.ts +0 -9
  968. package/lib/components/table/Table/fields/select/Edit/index.d.ts +0 -4
  969. package/lib/components/table/Table/fields/types/index.d.ts +0 -33
  970. package/lib/components/table/types.d.ts +0 -268
  971. package/lib/components/translation/utils.d.ts +0 -9
  972. package/lib/components/virtual-keyboard/Amount/themeConfig.d.ts +0 -32
  973. package/lib/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +0 -15
  974. package/lib/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
  975. package/lib/components/virtual-keyboard/Number/themeConfig.d.ts +0 -32
  976. package/lib/components/virtual-keyboard/Number/types.d.ts +0 -26
  977. package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -13
  978. package/lib/components/virtualInput/BaseVirtualInput/index.d.ts +0 -44
  979. package/lib/components/virtualInput/index.d.ts +0 -29
  980. package/lib/hooks/useThemeTokens.d.ts +0 -7
  981. package/lib/theme/tokens.d.ts +0 -22
  982. package/lib/utils/tagColor.d.ts +0 -7
@@ -36,8 +36,10 @@ module.exports = __toCommonJS(ViewControls_exports);
36
36
  var import_react = __toESM(require("react"));
37
37
  var import_classnames = __toESM(require("classnames"));
38
38
  var import_icons = require("@ant-design/icons");
39
+ var import_utils = require("@pisell/utils");
39
40
  var import_ViewControls = require("./ViewControls.less");
40
41
  var PREFIX = "pisell-floor-map-layout";
42
+ var I18N_VC = "pisell-floor-map-layout.view-controls";
41
43
  function ViewControls(props) {
42
44
  const {
43
45
  api,
@@ -61,7 +63,7 @@ function ViewControls(props) {
61
63
  type: "button",
62
64
  className: `${PREFIX}-view-controls-zoom-stepper-btn`,
63
65
  onClick: () => api.zoomOut(),
64
- "aria-label": "缩小"
66
+ "aria-label": import_utils.locales.getText(`${I18N_VC}.zoom-out-aria`)
65
67
  },
66
68
  /* @__PURE__ */ import_react.default.createElement(import_icons.MinusOutlined, null)
67
69
  ), /* @__PURE__ */ import_react.default.createElement("span", { className: `${PREFIX}-view-controls-zoom-stepper-value` }, scalePercent, "%"), /* @__PURE__ */ import_react.default.createElement(
@@ -70,7 +72,7 @@ function ViewControls(props) {
70
72
  type: "button",
71
73
  className: `${PREFIX}-view-controls-zoom-stepper-btn`,
72
74
  onClick: () => api.zoomIn(),
73
- "aria-label": "放大"
75
+ "aria-label": import_utils.locales.getText(`${I18N_VC}.zoom-in-aria`)
74
76
  },
75
77
  /* @__PURE__ */ import_react.default.createElement(import_icons.PlusOutlined, null)
76
78
  )), showToolsCapsule && /* @__PURE__ */ import_react.default.createElement("div", { className: `${PREFIX}-view-controls-tools-capsule` }, showReset && /* @__PURE__ */ import_react.default.createElement(
@@ -79,7 +81,7 @@ function ViewControls(props) {
79
81
  type: "button",
80
82
  className: `${PREFIX}-view-controls-tool-btn`,
81
83
  onClick: () => api.resetTransform(),
82
- "aria-label": "复位"
84
+ "aria-label": import_utils.locales.getText(`${I18N_VC}.reset-aria`)
83
85
  },
84
86
  "⟲"
85
87
  ), showFitBounds && api.fitBounds && /* @__PURE__ */ import_react.default.createElement(
@@ -88,7 +90,7 @@ function ViewControls(props) {
88
90
  type: "button",
89
91
  className: `${PREFIX}-view-controls-tool-btn`,
90
92
  onClick: () => api.fitBounds(),
91
- "aria-label": "区域定位"
93
+ "aria-label": import_utils.locales.getText(`${I18N_VC}.fit-bounds-aria`)
92
94
  },
93
95
  "⊞"
94
96
  ), showGridToggle && /* @__PURE__ */ import_react.default.createElement(
@@ -100,7 +102,9 @@ function ViewControls(props) {
100
102
  }),
101
103
  onClick: () => onToggleMapGrid(),
102
104
  "aria-pressed": mapGridVisible,
103
- "aria-label": mapGridVisible ? "隐藏网格" : "显示网格"
105
+ "aria-label": import_utils.locales.getText(
106
+ mapGridVisible ? `${I18N_VC}.grid-hide-aria` : `${I18N_VC}.grid-show-aria`
107
+ )
104
108
  },
105
109
  /* @__PURE__ */ import_react.default.createElement(import_icons.BorderInnerOutlined, null)
106
110
  ), showFullscreen && api.toggleFullscreen && /* @__PURE__ */ import_react.default.createElement(
@@ -109,7 +113,9 @@ function ViewControls(props) {
109
113
  type: "button",
110
114
  className: `${PREFIX}-view-controls-tool-btn`,
111
115
  onClick: () => api.toggleFullscreen(),
112
- "aria-label": isFullscreen ? "退出全屏" : "全屏"
116
+ "aria-label": import_utils.locales.getText(
117
+ isFullscreen ? `${I18N_VC}.fullscreen-exit-aria` : `${I18N_VC}.fullscreen-aria`
118
+ )
113
119
  },
114
120
  isFullscreen ? /* @__PURE__ */ import_react.default.createElement(import_icons.FullscreenExitOutlined, null) : /* @__PURE__ */ import_react.default.createElement(import_icons.FullscreenOutlined, null)
115
121
  )));
@@ -1,7 +1,4 @@
1
- /**
2
- * 在 TransformWrapper 内用 useControls 拿到 zoom 控制并渲染 ViewControls,确保点击加减能缩放
3
- */
4
- import React from 'react';
1
+ /// <reference types="react" />
5
2
  import type { FloorMapControlsConfig } from '../types';
6
3
  export interface ViewControlsWithZoomProps {
7
4
  config?: FloorMapControlsConfig;
@@ -13,4 +10,4 @@ export interface ViewControlsWithZoomProps {
13
10
  mapGridVisible?: boolean;
14
11
  onToggleMapGrid?: () => void;
15
12
  }
16
- export declare function ViewControlsWithZoom(props: ViewControlsWithZoomProps): React.JSX.Element;
13
+ export declare function ViewControlsWithZoom(props: ViewControlsWithZoomProps): JSX.Element;
@@ -45,6 +45,7 @@ var import_layoutMeasurements = require("../utils/layoutMeasurements");
45
45
  var import_floorMapCanvasDisplay = require("../utils/floorMapCanvasDisplay");
46
46
  var import_types = require("../types");
47
47
  var IMAGE_PLACE_DEFAULT = { width: 400, height: 240 };
48
+ var I18N_PLACEMENT_FALLBACK_IMAGE = "pisell-floor-map-layout.placement.fallback-image-name";
48
49
  var GRID_VIS_STORAGE_PREFIX = "pisell-floor-map-layout.grid-visible";
49
50
  function getGridVisStorageKey(canvasId) {
50
51
  return `${GRID_VIS_STORAGE_PREFIX}:${canvasId}`;
@@ -382,7 +383,7 @@ function useFloorMapEditState(params) {
382
383
  const placementName = (() => {
383
384
  var _a3, _b2;
384
385
  if (isStage) return import_floorMapStageDefaults.STAGE_DECO_DEFAULT.name;
385
- if (isImage) return "底图";
386
+ if (isImage) return import_utils.locales.getText(I18N_PLACEMENT_FALLBACK_IMAGE);
386
387
  const db = dataBinding;
387
388
  const rid = recordIdsToPlace[0];
388
389
  if (db && rid) {
@@ -0,0 +1,104 @@
1
+ /**
2
+ * PisellFloorMapLayout — 日本語
3
+ */
4
+ declare const _default: {
5
+ 'pisell-floor-map-layout.loading': string;
6
+ 'pisell-floor-map-layout.read-canvas-tabs.aria': string;
7
+ 'pisell-floor-map-layout.edit-top-bar.aria': string;
8
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
9
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
10
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
11
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
12
+ 'pisell-floor-map-layout.edit-top-bar.unsaved': string;
13
+ 'pisell-floor-map-layout.edit-top-bar.save': string;
14
+ 'pisell-floor-map-layout.edit-top-bar.saving': string;
15
+ 'pisell-floor-map-layout.canvas-tabs.empty': string;
16
+ 'pisell-floor-map-layout.canvas-tabs.add': string;
17
+ 'pisell-floor-map-layout.canvas-tabs.add-title': string;
18
+ 'pisell-floor-map-layout.canvas-tabs.hint': string;
19
+ 'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
20
+ 'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
21
+ 'pisell-floor-map-layout.canvas-tabs.rename-title': string;
22
+ 'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
23
+ 'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
24
+ 'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
25
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
26
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
27
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
28
+ 'pisell-floor-map-layout.edit-panel.element-props': string;
29
+ 'pisell-floor-map-layout.edit-panel.close-aria': string;
30
+ 'pisell-floor-map-layout.edit-panel.hint-apply': string;
31
+ 'pisell-floor-map-layout.edit-panel.hint-save': string;
32
+ 'pisell-floor-map-layout.edit-panel.section-layout': string;
33
+ 'pisell-floor-map-layout.edit-panel.lock-on': string;
34
+ 'pisell-floor-map-layout.edit-panel.lock-off': string;
35
+ 'pisell-floor-map-layout.edit-panel.label-x': string;
36
+ 'pisell-floor-map-layout.edit-panel.label-y': string;
37
+ 'pisell-floor-map-layout.edit-panel.label-z': string;
38
+ 'pisell-floor-map-layout.edit-panel.label-width': string;
39
+ 'pisell-floor-map-layout.edit-panel.label-height': string;
40
+ 'pisell-floor-map-layout.edit-panel.label-name': string;
41
+ 'pisell-floor-map-layout.edit-panel.label-name-stage': string;
42
+ 'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
43
+ 'pisell-floor-map-layout.edit-panel.ph-name': string;
44
+ 'pisell-floor-map-layout.edit-panel.label-image-url': string;
45
+ 'pisell-floor-map-layout.edit-panel.extra-image-url': string;
46
+ 'pisell-floor-map-layout.edit-panel.ph-https': string;
47
+ 'pisell-floor-map-layout.edit-panel.label-canvas': string;
48
+ 'pisell-floor-map-layout.edit-panel.label-element-kind': string;
49
+ 'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
50
+ 'pisell-floor-map-layout.edit-panel.apply': string;
51
+ 'pisell-floor-map-layout.edit-panel.data-binding': string;
52
+ 'pisell-floor-map-layout.edit-panel.data-binding-note': string;
53
+ 'pisell-floor-map-layout.edit-panel.label-data-source': string;
54
+ 'pisell-floor-map-layout.edit-panel.ph-data-source': string;
55
+ 'pisell-floor-map-layout.edit-panel.label-pick-row': string;
56
+ 'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
57
+ 'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
58
+ 'pisell-floor-map-layout.edit-panel.hint-unbound': string;
59
+ 'pisell-floor-map-layout.edit-panel.record-title': string;
60
+ 'pisell-floor-map-layout.edit-panel.pop-title': string;
61
+ 'pisell-floor-map-layout.edit-panel.pop-desc': string;
62
+ 'pisell-floor-map-layout.edit-panel.btn-delete': string;
63
+ 'pisell-floor-map-layout.edit-panel.btn-cancel': string;
64
+ 'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
65
+ 'pisell-floor-map-layout.toolbar.category-fallback': string;
66
+ 'pisell-floor-map-layout.toolbar.palette-card-title': string;
67
+ 'pisell-floor-map-layout.toolbar.data-binding-optional': string;
68
+ 'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
69
+ 'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
70
+ 'pisell-floor-map-layout.toolbar.ph-select-records': string;
71
+ 'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
72
+ 'pisell-floor-map-layout.toolbar.no-data-sources': string;
73
+ 'pisell-floor-map-layout.toolbar.cancel-place': string;
74
+ 'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
75
+ 'pisell-floor-map-layout.toolbar.save': string;
76
+ 'pisell-floor-map-layout.toolbar.saving': string;
77
+ 'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
78
+ 'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
79
+ 'pisell-floor-map-layout.view-controls.reset-aria': string;
80
+ 'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
81
+ 'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
82
+ 'pisell-floor-map-layout.view-controls.grid-show-aria': string;
83
+ 'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
84
+ 'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
85
+ 'pisell-floor-map-layout.image-element.default-name': string;
86
+ 'pisell-floor-map-layout.placement.fallback-image-name': string;
87
+ 'pisell-floor-map-layout.image-element.hint-no-url': string;
88
+ 'pisell-floor-map-layout.image-element.hint-load-fail': string;
89
+ 'pisell-floor-map-layout.data-form.empty': string;
90
+ 'pisell-floor-map-layout.data-form.save-record': string;
91
+ 'pisell-floor-map-layout.binding-error.required-row': string;
92
+ 'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
93
+ 'pisell-floor-map-layout.binding-error.missing-field': string;
94
+ 'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
95
+ 'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
96
+ 'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
97
+ 'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
98
+ 'pisell-floor-map-layout.figma-card.kind-round-table': string;
99
+ 'pisell-floor-map-layout.figma-card.kind-square-table': string;
100
+ 'pisell-floor-map-layout.figma-card.default-table': string;
101
+ 'pisell-floor-map-layout.figma-card.capacity-seats': string;
102
+ 'pisell-floor-map-layout.figma-card.guests-count': string;
103
+ };
104
+ export default _default;
@@ -0,0 +1,124 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // src/components/pisellFloorMapLayout/locales-ja.ts
20
+ var locales_ja_exports = {};
21
+ __export(locales_ja_exports, {
22
+ default: () => locales_ja_default
23
+ });
24
+ module.exports = __toCommonJS(locales_ja_exports);
25
+ var locales_ja_default = {
26
+ "pisell-floor-map-layout.loading": "読み込み中…",
27
+ "pisell-floor-map-layout.read-canvas-tabs.aria": "平面図キャンバスを切り替え",
28
+ "pisell-floor-map-layout.edit-top-bar.aria": "平面図編集ツールバー",
29
+ "pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria": "全画面",
30
+ "pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title": "全画面(保存・表示範囲に合わせるなどを含む上部バー)",
31
+ "pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria": "全画面を終了",
32
+ "pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title": "全画面を終了",
33
+ "pisell-floor-map-layout.edit-top-bar.unsaved": "未保存",
34
+ "pisell-floor-map-layout.edit-top-bar.save": "保存",
35
+ "pisell-floor-map-layout.edit-top-bar.saving": "保存中…",
36
+ "pisell-floor-map-layout.canvas-tabs.empty": "キャンバスがありません",
37
+ "pisell-floor-map-layout.canvas-tabs.add": "+ フロアを追加",
38
+ "pisell-floor-map-layout.canvas-tabs.add-title": "フロアを追加",
39
+ "pisell-floor-map-layout.canvas-tabs.hint": "右側の「フロアを追加」からキャンバスを作成してください",
40
+ "pisell-floor-map-layout.canvas-tabs.rename-aria": "名前を変更",
41
+ "pisell-floor-map-layout.canvas-tabs.remove-aria": "削除",
42
+ "pisell-floor-map-layout.canvas-tabs.rename-title": "ダブルクリックで名前変更。タッチ端末はタブ右の鉛筆アイコンから",
43
+ "pisell-floor-map-layout.canvas-tabs.rename-button-aria": "キャンバスの名前を変更",
44
+ "pisell-floor-map-layout.canvas-tabs.rename-button-title": "名前を変更",
45
+ "pisell-floor-map-layout.canvas-tabs.default-new-canvas-name": "新しいフロア",
46
+ "pisell-floor-map-layout.canvas-tabs.rename-modal-title": "キャンバスの名前を変更",
47
+ "pisell-floor-map-layout.canvas-tabs.rename-modal-ok": "OK",
48
+ "pisell-floor-map-layout.canvas-tabs.rename-modal-cancel": "キャンセル",
49
+ "pisell-floor-map-layout.edit-panel.element-props": "要素のプロパティ",
50
+ "pisell-floor-map-layout.edit-panel.close-aria": "閉じる",
51
+ "pisell-floor-map-layout.edit-panel.hint-apply": "位置・サイズが変更されました。「適用」でキャンバスに反映してください。",
52
+ "pisell-floor-map-layout.edit-panel.hint-save": "下書きはまだ保存されていません。「編集完了」で保存してください。",
53
+ "pisell-floor-map-layout.edit-panel.section-layout": "位置 · 重なり順 · サイズ",
54
+ "pisell-floor-map-layout.edit-panel.lock-on": "ロック中:キャンバスのドラッグ・リサイズは無効。クリックで解除",
55
+ "pisell-floor-map-layout.edit-panel.lock-off": "ロックするとキャンバスのドラッグとサイズ変更ができなくなります",
56
+ "pisell-floor-map-layout.edit-panel.label-x": "X",
57
+ "pisell-floor-map-layout.edit-panel.label-y": "Y",
58
+ "pisell-floor-map-layout.edit-panel.label-z": "重なり順",
59
+ "pisell-floor-map-layout.edit-panel.label-width": "幅",
60
+ "pisell-floor-map-layout.edit-panel.label-height": "高さ",
61
+ "pisell-floor-map-layout.edit-panel.label-name": "名前",
62
+ "pisell-floor-map-layout.edit-panel.label-name-stage": "表示名(キャンバス上)",
63
+ "pisell-floor-map-layout.edit-panel.ph-name-stage": "例:ステージ、DJ ブース、ダンスフロア",
64
+ "pisell-floor-map-layout.edit-panel.ph-name": "要素名",
65
+ "pisell-floor-map-layout.edit-panel.label-image-url": "画像 URL",
66
+ "pisell-floor-map-layout.edit-panel.extra-image-url": "ネットワーク上の画像 URL を指定。重なり順を下げるとテーブルの下に配置できます。",
67
+ "pisell-floor-map-layout.edit-panel.ph-https": "https://...",
68
+ "pisell-floor-map-layout.edit-panel.label-canvas": "キャンバス",
69
+ "pisell-floor-map-layout.edit-panel.label-element-kind": "要素タイプ",
70
+ "pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared": "新しいタイプでは以前のデータ連携が使えないため、連携を解除しました。",
71
+ "pisell-floor-map-layout.edit-panel.apply": "適用",
72
+ "pisell-floor-map-layout.edit-panel.data-binding": "データ連携",
73
+ "pisell-floor-map-layout.edit-panel.data-binding-note": "データソースまたは行の変更は下書きに即反映されます。確定は上部の「保存」から。",
74
+ "pisell-floor-map-layout.edit-panel.label-data-source": "データソース",
75
+ "pisell-floor-map-layout.edit-panel.ph-data-source": "データソースを選択",
76
+ "pisell-floor-map-layout.edit-panel.label-pick-row": "行を選択",
77
+ "pisell-floor-map-layout.edit-panel.ph-pick-row": "データ表の 1 行を紐付け",
78
+ "pisell-floor-map-layout.edit-panel.ph-no-rows": "このデータソースに利用可能な行がありません",
79
+ "pisell-floor-map-layout.edit-panel.hint-unbound": "未連携のときは空欄のまま、またはクリア。連携後は「データレコード」の項目を編集できます。",
80
+ "pisell-floor-map-layout.edit-panel.record-title": "データレコード",
81
+ "pisell-floor-map-layout.edit-panel.pop-title": "この要素を削除しますか?",
82
+ "pisell-floor-map-layout.edit-panel.pop-desc": "平面図の下書きから削除されます。確定は上部の「保存」から行ってください。",
83
+ "pisell-floor-map-layout.edit-panel.btn-delete": "削除",
84
+ "pisell-floor-map-layout.edit-panel.btn-cancel": "キャンセル",
85
+ "pisell-floor-map-layout.edit-panel.btn-ok-delete": "削除",
86
+ "pisell-floor-map-layout.toolbar.category-fallback": "要素",
87
+ "pisell-floor-map-layout.toolbar.palette-card-title": "クリックでキャンバスに配置、またはドラッグで「{name}」を追加",
88
+ "pisell-floor-map-layout.toolbar.data-binding-optional": "データ連携(任意)",
89
+ "pisell-floor-map-layout.toolbar.hint-after-select-ds": "データソースを選んだら、行を紐付けるか、そのままプレースホルダーを置けます。",
90
+ "pisell-floor-map-layout.toolbar.hint-no-unplaced-rows": "未配置の行がないか、一覧が空です。プレースホルダーのみキャンバスに置けます。",
91
+ "pisell-floor-map-layout.toolbar.ph-select-records": "表示するレコードを選択(任意・複数可)",
92
+ "pisell-floor-map-layout.toolbar.hint-multi-drop": "複数選択すると 1 回のクリックでずらして複数配置できます。空欄のままならプレースホルダーにし、後からサイドバーで紐付けできます。",
93
+ "pisell-floor-map-layout.toolbar.no-data-sources": "利用できるデータソースがありません",
94
+ "pisell-floor-map-layout.toolbar.cancel-place": "キャンセル",
95
+ "pisell-floor-map-layout.toolbar.layout-dirty-hint": "レイアウトが変更されました。「保存」で確定してください。",
96
+ "pisell-floor-map-layout.toolbar.save": "保存",
97
+ "pisell-floor-map-layout.toolbar.saving": "保存中…",
98
+ "pisell-floor-map-layout.view-controls.zoom-out-aria": "縮小",
99
+ "pisell-floor-map-layout.view-controls.zoom-in-aria": "拡大",
100
+ "pisell-floor-map-layout.view-controls.reset-aria": "表示をリセット",
101
+ "pisell-floor-map-layout.view-controls.fit-bounds-aria": "全体を表示",
102
+ "pisell-floor-map-layout.view-controls.grid-hide-aria": "グリッドを非表示",
103
+ "pisell-floor-map-layout.view-controls.grid-show-aria": "グリッドを表示",
104
+ "pisell-floor-map-layout.view-controls.fullscreen-aria": "全画面",
105
+ "pisell-floor-map-layout.view-controls.fullscreen-exit-aria": "全画面を終了",
106
+ "pisell-floor-map-layout.image-element.default-name": "画像要素",
107
+ "pisell-floor-map-layout.placement.fallback-image-name": "背景",
108
+ "pisell-floor-map-layout.image-element.hint-no-url": "サイドバーで画像 URL を入力。重なり順を下げるとテーブル下の背景にできます。",
109
+ "pisell-floor-map-layout.image-element.hint-load-fail": "画像の読み込みに失敗しました。URL を確認してください。",
110
+ "pisell-floor-map-layout.data-form.empty": "編集できる追加フィールドはありません",
111
+ "pisell-floor-map-layout.data-form.save-record": "レコードを保存",
112
+ "pisell-floor-map-layout.binding-error.required-row": "この要素にはデータ行の連携が必要です。",
113
+ "pisell-floor-map-layout.binding-error.ds-not-allowed": "データソース「{key}」はこの要素タイプでは使用できません。",
114
+ "pisell-floor-map-layout.binding-error.missing-field": "行に必須フィールドがありません:{field}",
115
+ "pisell-floor-map-layout.card-placeholder.hint-select-row": "データソースは選択済みです。サイドバーで行を選択してください。",
116
+ "pisell-floor-map-layout.card-placeholder.hint-bind-datasource": "行が未連携です。サイドバーでデータソースとレコードを選択してください。",
117
+ "pisell-floor-map-layout.card-placeholder.hint-new-slot": "新しい{kind}のプレースホルダーです。サイドバーでレコードを紐付けられます。",
118
+ "pisell-floor-map-layout.card-placeholder.hint-row-not-found": "レコードが見つかりません。連携とデータ一覧を確認してください。",
119
+ "pisell-floor-map-layout.figma-card.kind-round-table": "丸テーブル",
120
+ "pisell-floor-map-layout.figma-card.kind-square-table": "テーブル",
121
+ "pisell-floor-map-layout.figma-card.default-table": "テーブル",
122
+ "pisell-floor-map-layout.figma-card.capacity-seats": "着席 {n} 名",
123
+ "pisell-floor-map-layout.figma-card.guests-count": "{n} 名"
124
+ };
@@ -0,0 +1,104 @@
1
+ /**
2
+ * PisellFloorMapLayout — Português
3
+ */
4
+ declare const _default: {
5
+ 'pisell-floor-map-layout.loading': string;
6
+ 'pisell-floor-map-layout.read-canvas-tabs.aria': string;
7
+ 'pisell-floor-map-layout.edit-top-bar.aria': string;
8
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
9
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
10
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
11
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
12
+ 'pisell-floor-map-layout.edit-top-bar.unsaved': string;
13
+ 'pisell-floor-map-layout.edit-top-bar.save': string;
14
+ 'pisell-floor-map-layout.edit-top-bar.saving': string;
15
+ 'pisell-floor-map-layout.canvas-tabs.empty': string;
16
+ 'pisell-floor-map-layout.canvas-tabs.add': string;
17
+ 'pisell-floor-map-layout.canvas-tabs.add-title': string;
18
+ 'pisell-floor-map-layout.canvas-tabs.hint': string;
19
+ 'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
20
+ 'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
21
+ 'pisell-floor-map-layout.canvas-tabs.rename-title': string;
22
+ 'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
23
+ 'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
24
+ 'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
25
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
26
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
27
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
28
+ 'pisell-floor-map-layout.edit-panel.element-props': string;
29
+ 'pisell-floor-map-layout.edit-panel.close-aria': string;
30
+ 'pisell-floor-map-layout.edit-panel.hint-apply': string;
31
+ 'pisell-floor-map-layout.edit-panel.hint-save': string;
32
+ 'pisell-floor-map-layout.edit-panel.section-layout': string;
33
+ 'pisell-floor-map-layout.edit-panel.lock-on': string;
34
+ 'pisell-floor-map-layout.edit-panel.lock-off': string;
35
+ 'pisell-floor-map-layout.edit-panel.label-x': string;
36
+ 'pisell-floor-map-layout.edit-panel.label-y': string;
37
+ 'pisell-floor-map-layout.edit-panel.label-z': string;
38
+ 'pisell-floor-map-layout.edit-panel.label-width': string;
39
+ 'pisell-floor-map-layout.edit-panel.label-height': string;
40
+ 'pisell-floor-map-layout.edit-panel.label-name': string;
41
+ 'pisell-floor-map-layout.edit-panel.label-name-stage': string;
42
+ 'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
43
+ 'pisell-floor-map-layout.edit-panel.ph-name': string;
44
+ 'pisell-floor-map-layout.edit-panel.label-image-url': string;
45
+ 'pisell-floor-map-layout.edit-panel.extra-image-url': string;
46
+ 'pisell-floor-map-layout.edit-panel.ph-https': string;
47
+ 'pisell-floor-map-layout.edit-panel.label-canvas': string;
48
+ 'pisell-floor-map-layout.edit-panel.label-element-kind': string;
49
+ 'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
50
+ 'pisell-floor-map-layout.edit-panel.apply': string;
51
+ 'pisell-floor-map-layout.edit-panel.data-binding': string;
52
+ 'pisell-floor-map-layout.edit-panel.data-binding-note': string;
53
+ 'pisell-floor-map-layout.edit-panel.label-data-source': string;
54
+ 'pisell-floor-map-layout.edit-panel.ph-data-source': string;
55
+ 'pisell-floor-map-layout.edit-panel.label-pick-row': string;
56
+ 'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
57
+ 'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
58
+ 'pisell-floor-map-layout.edit-panel.hint-unbound': string;
59
+ 'pisell-floor-map-layout.edit-panel.record-title': string;
60
+ 'pisell-floor-map-layout.edit-panel.pop-title': string;
61
+ 'pisell-floor-map-layout.edit-panel.pop-desc': string;
62
+ 'pisell-floor-map-layout.edit-panel.btn-delete': string;
63
+ 'pisell-floor-map-layout.edit-panel.btn-cancel': string;
64
+ 'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
65
+ 'pisell-floor-map-layout.toolbar.category-fallback': string;
66
+ 'pisell-floor-map-layout.toolbar.palette-card-title': string;
67
+ 'pisell-floor-map-layout.toolbar.data-binding-optional': string;
68
+ 'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
69
+ 'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
70
+ 'pisell-floor-map-layout.toolbar.ph-select-records': string;
71
+ 'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
72
+ 'pisell-floor-map-layout.toolbar.no-data-sources': string;
73
+ 'pisell-floor-map-layout.toolbar.cancel-place': string;
74
+ 'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
75
+ 'pisell-floor-map-layout.toolbar.save': string;
76
+ 'pisell-floor-map-layout.toolbar.saving': string;
77
+ 'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
78
+ 'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
79
+ 'pisell-floor-map-layout.view-controls.reset-aria': string;
80
+ 'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
81
+ 'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
82
+ 'pisell-floor-map-layout.view-controls.grid-show-aria': string;
83
+ 'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
84
+ 'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
85
+ 'pisell-floor-map-layout.image-element.default-name': string;
86
+ 'pisell-floor-map-layout.placement.fallback-image-name': string;
87
+ 'pisell-floor-map-layout.image-element.hint-no-url': string;
88
+ 'pisell-floor-map-layout.image-element.hint-load-fail': string;
89
+ 'pisell-floor-map-layout.data-form.empty': string;
90
+ 'pisell-floor-map-layout.data-form.save-record': string;
91
+ 'pisell-floor-map-layout.binding-error.required-row': string;
92
+ 'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
93
+ 'pisell-floor-map-layout.binding-error.missing-field': string;
94
+ 'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
95
+ 'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
96
+ 'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
97
+ 'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
98
+ 'pisell-floor-map-layout.figma-card.kind-round-table': string;
99
+ 'pisell-floor-map-layout.figma-card.kind-square-table': string;
100
+ 'pisell-floor-map-layout.figma-card.default-table': string;
101
+ 'pisell-floor-map-layout.figma-card.capacity-seats': string;
102
+ 'pisell-floor-map-layout.figma-card.guests-count': string;
103
+ };
104
+ export default _default;
@@ -0,0 +1,124 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // src/components/pisellFloorMapLayout/locales-pt.ts
20
+ var locales_pt_exports = {};
21
+ __export(locales_pt_exports, {
22
+ default: () => locales_pt_default
23
+ });
24
+ module.exports = __toCommonJS(locales_pt_exports);
25
+ var locales_pt_default = {
26
+ "pisell-floor-map-layout.loading": "A carregar…",
27
+ "pisell-floor-map-layout.read-canvas-tabs.aria": "Alternar canvas do plano",
28
+ "pisell-floor-map-layout.edit-top-bar.aria": "Barra de ferramentas de edição do plano",
29
+ "pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria": "Ecrã inteiro",
30
+ "pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title": "Ecrã inteiro (barra superior com guardar, ajustar vista, etc.)",
31
+ "pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria": "Sair do ecrã inteiro",
32
+ "pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title": "Sair do ecrã inteiro",
33
+ "pisell-floor-map-layout.edit-top-bar.unsaved": "Não guardado",
34
+ "pisell-floor-map-layout.edit-top-bar.save": "Guardar",
35
+ "pisell-floor-map-layout.edit-top-bar.saving": "A guardar…",
36
+ "pisell-floor-map-layout.canvas-tabs.empty": "Sem canvas",
37
+ "pisell-floor-map-layout.canvas-tabs.add": "+ Adicionar piso",
38
+ "pisell-floor-map-layout.canvas-tabs.add-title": "Adicionar piso",
39
+ "pisell-floor-map-layout.canvas-tabs.hint": "Crie um canvas com «Adicionar piso» à direita",
40
+ "pisell-floor-map-layout.canvas-tabs.rename-aria": "Renomear",
41
+ "pisell-floor-map-layout.canvas-tabs.remove-aria": "Eliminar",
42
+ "pisell-floor-map-layout.canvas-tabs.rename-title": "Duplo clique para renomear; em ecrã táctil use o ícone de lápis à direita do separador",
43
+ "pisell-floor-map-layout.canvas-tabs.rename-button-aria": "Renomear canvas",
44
+ "pisell-floor-map-layout.canvas-tabs.rename-button-title": "Renomear",
45
+ "pisell-floor-map-layout.canvas-tabs.default-new-canvas-name": "Novo piso",
46
+ "pisell-floor-map-layout.canvas-tabs.rename-modal-title": "Renomear canvas",
47
+ "pisell-floor-map-layout.canvas-tabs.rename-modal-ok": "OK",
48
+ "pisell-floor-map-layout.canvas-tabs.rename-modal-cancel": "Cancelar",
49
+ "pisell-floor-map-layout.edit-panel.element-props": "Propriedades do elemento",
50
+ "pisell-floor-map-layout.edit-panel.close-aria": "Fechar",
51
+ "pisell-floor-map-layout.edit-panel.hint-apply": "Posição ou tamanho alterados. Clique em «Aplicar» para actualizar o canvas.",
52
+ "pisell-floor-map-layout.edit-panel.hint-save": "O rascunho ainda não foi guardado. Use «Concluir edição» para guardar.",
53
+ "pisell-floor-map-layout.edit-panel.section-layout": "Posição · Ordem · Tamanho",
54
+ "pisell-floor-map-layout.edit-panel.lock-on": "Bloqueado: arrastar e redimensionar no canvas estão desactivados. Clique para desbloquear",
55
+ "pisell-floor-map-layout.edit-panel.lock-off": "Ao bloquear, não poderá arrastar nem redimensionar no canvas",
56
+ "pisell-floor-map-layout.edit-panel.label-x": "X",
57
+ "pisell-floor-map-layout.edit-panel.label-y": "Y",
58
+ "pisell-floor-map-layout.edit-panel.label-z": "Ordem",
59
+ "pisell-floor-map-layout.edit-panel.label-width": "Largura",
60
+ "pisell-floor-map-layout.edit-panel.label-height": "Altura",
61
+ "pisell-floor-map-layout.edit-panel.label-name": "Nome",
62
+ "pisell-floor-map-layout.edit-panel.label-name-stage": "Nome (no canvas)",
63
+ "pisell-floor-map-layout.edit-panel.ph-name-stage": "Ex.: palco, cabine DJ, pista de dança",
64
+ "pisell-floor-map-layout.edit-panel.ph-name": "Nome do elemento",
65
+ "pisell-floor-map-layout.edit-panel.label-image-url": "URL da imagem",
66
+ "pisell-floor-map-layout.edit-panel.extra-image-url": "URL de imagem na rede. Baixe a ordem para colocar atrás das mesas.",
67
+ "pisell-floor-map-layout.edit-panel.ph-https": "https://...",
68
+ "pisell-floor-map-layout.edit-panel.label-canvas": "Canvas",
69
+ "pisell-floor-map-layout.edit-panel.label-element-kind": "Tipo de elemento",
70
+ "pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared": "O novo tipo não suporta a ligação anterior; a ligação foi limpa.",
71
+ "pisell-floor-map-layout.edit-panel.apply": "Aplicar",
72
+ "pisell-floor-map-layout.edit-panel.data-binding": "Ligação de dados",
73
+ "pisell-floor-map-layout.edit-panel.data-binding-note": "Alterar fonte ou linha actualiza o rascunho de imediato. Confirme com «Guardar» no topo.",
74
+ "pisell-floor-map-layout.edit-panel.label-data-source": "Fonte de dados",
75
+ "pisell-floor-map-layout.edit-panel.ph-data-source": "Seleccionar fonte de dados",
76
+ "pisell-floor-map-layout.edit-panel.label-pick-row": "Seleccionar linha",
77
+ "pisell-floor-map-layout.edit-panel.ph-pick-row": "Ligar uma linha da tabela",
78
+ "pisell-floor-map-layout.edit-panel.ph-no-rows": "Sem linhas disponíveis nesta fonte",
79
+ "pisell-floor-map-layout.edit-panel.hint-unbound": "Sem ligação: deixe vazio ou limpe. Com ligação pode editar os campos do registo.",
80
+ "pisell-floor-map-layout.edit-panel.record-title": "Registo de dados",
81
+ "pisell-floor-map-layout.edit-panel.pop-title": "Eliminar este elemento?",
82
+ "pisell-floor-map-layout.edit-panel.pop-desc": "Será removido do rascunho do plano. Confirme com «Guardar» no topo.",
83
+ "pisell-floor-map-layout.edit-panel.btn-delete": "Eliminar",
84
+ "pisell-floor-map-layout.edit-panel.btn-cancel": "Cancelar",
85
+ "pisell-floor-map-layout.edit-panel.btn-ok-delete": "Eliminar",
86
+ "pisell-floor-map-layout.toolbar.category-fallback": "Elemento",
87
+ "pisell-floor-map-layout.toolbar.palette-card-title": "Clique para colocar no canvas ou arraste para adicionar «{name}»",
88
+ "pisell-floor-map-layout.toolbar.data-binding-optional": "Ligação de dados (opcional)",
89
+ "pisell-floor-map-layout.toolbar.hint-after-select-ds": "Após escolher a fonte, ligue uma linha ou deixe um marcador.",
90
+ "pisell-floor-map-layout.toolbar.hint-no-unplaced-rows": "Sem linhas por colocar ou lista vazia. Pode colocar só o marcador.",
91
+ "pisell-floor-map-layout.toolbar.ph-select-records": "Seleccionar registos a mostrar (opcional, vários)",
92
+ "pisell-floor-map-layout.toolbar.hint-multi-drop": "Várias selecções: um clique coloca vários com deslocamento. Vazio deixa marcador para ligar depois na barra lateral.",
93
+ "pisell-floor-map-layout.toolbar.no-data-sources": "Sem fontes de dados disponíveis",
94
+ "pisell-floor-map-layout.toolbar.cancel-place": "Cancelar",
95
+ "pisell-floor-map-layout.toolbar.layout-dirty-hint": "O layout foi alterado. Use «Guardar» para confirmar.",
96
+ "pisell-floor-map-layout.toolbar.save": "Guardar",
97
+ "pisell-floor-map-layout.toolbar.saving": "A guardar…",
98
+ "pisell-floor-map-layout.view-controls.zoom-out-aria": "Reduzir zoom",
99
+ "pisell-floor-map-layout.view-controls.zoom-in-aria": "Aumentar zoom",
100
+ "pisell-floor-map-layout.view-controls.reset-aria": "Repor vista",
101
+ "pisell-floor-map-layout.view-controls.fit-bounds-aria": "Ajustar à vista",
102
+ "pisell-floor-map-layout.view-controls.grid-hide-aria": "Ocultar grelha",
103
+ "pisell-floor-map-layout.view-controls.grid-show-aria": "Mostrar grelha",
104
+ "pisell-floor-map-layout.view-controls.fullscreen-aria": "Ecrã inteiro",
105
+ "pisell-floor-map-layout.view-controls.fullscreen-exit-aria": "Sair do ecrã inteiro",
106
+ "pisell-floor-map-layout.image-element.default-name": "Elemento de imagem",
107
+ "pisell-floor-map-layout.placement.fallback-image-name": "Fundo",
108
+ "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.",
109
+ "pisell-floor-map-layout.image-element.hint-load-fail": "Falha ao carregar a imagem. Verifique o URL.",
110
+ "pisell-floor-map-layout.data-form.empty": "Sem campos extra editáveis",
111
+ "pisell-floor-map-layout.data-form.save-record": "Guardar registo",
112
+ "pisell-floor-map-layout.binding-error.required-row": "Este elemento precisa de uma linha de dados ligada.",
113
+ "pisell-floor-map-layout.binding-error.ds-not-allowed": "A fonte «{key}» não é permitida para este tipo de elemento.",
114
+ "pisell-floor-map-layout.binding-error.missing-field": "Falta campo obrigatório na linha: {field}",
115
+ "pisell-floor-map-layout.card-placeholder.hint-select-row": "Fonte já escolhida. Seleccione a linha na barra lateral.",
116
+ "pisell-floor-map-layout.card-placeholder.hint-bind-datasource": "Linha não ligada. Escolha fonte e registo na barra lateral.",
117
+ "pisell-floor-map-layout.card-placeholder.hint-new-slot": "Marcador de novo {kind}. Pode ligar um registo na barra lateral.",
118
+ "pisell-floor-map-layout.card-placeholder.hint-row-not-found": "Registo não encontrado. Verifique a ligação e a lista de dados.",
119
+ "pisell-floor-map-layout.figma-card.kind-round-table": "Mesa redonda",
120
+ "pisell-floor-map-layout.figma-card.kind-square-table": "Mesa",
121
+ "pisell-floor-map-layout.figma-card.default-table": "Mesa",
122
+ "pisell-floor-map-layout.figma-card.capacity-seats": "Lotação {n}",
123
+ "pisell-floor-map-layout.figma-card.guests-count": "{n} pessoas"
124
+ };