@pisell/materials 6.11.108 → 6.11.109

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 (531) 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/meta.js +1 -1
  5. package/es/components/Pagination/index.d.ts +13 -0
  6. package/es/components/PisellCards/index.d.ts +15 -0
  7. package/es/components/PisellSteps/PisellSteps.d.ts +14 -0
  8. package/es/components/PisellTabbar/constants.d.ts +47 -0
  9. package/es/components/PisellTabbar/hooks/useActiveKey.d.ts +55 -0
  10. package/es/components/PisellTabbar/hooks/useExpand.d.ts +42 -0
  11. package/es/components/PisellTabbar/template/Template1/PisellTabbar.d.ts +5 -0
  12. package/es/components/PisellTabbar/template/Template1/constants.d.ts +10 -0
  13. package/es/components/PisellTabbar/types.d.ts +90 -0
  14. package/es/components/PisellTabbar/utils/index.d.ts +69 -0
  15. package/es/components/SafeAreaTop/index.d.ts +5 -0
  16. package/es/components/SafeAreaTop/types.d.ts +9 -0
  17. package/es/components/appVersionControl/index.d.ts +4 -0
  18. package/es/components/buttonGroupPreview/index.d.ts +19 -0
  19. package/es/components/cardPro/index.d.ts +3 -0
  20. package/es/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +3 -0
  21. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +4 -0
  22. package/es/components/dataSourceComponents/dataSourceTable/hooks/useFormat.d.ts +48 -0
  23. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +100 -0
  24. package/es/components/dataSourceComponents/dataSourceTable/type.d.ts +84 -0
  25. package/es/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +1 -0
  26. package/es/components/dataSourceComponents/fields/DatePicker/WithMode.d.ts +4 -0
  27. package/es/components/dataSourceComponents/fields/DatePicker/index.d.ts +3 -0
  28. package/es/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +1 -0
  29. package/es/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +1 -0
  30. package/es/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +1 -0
  31. package/es/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +1 -0
  32. package/es/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +1 -0
  33. package/es/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  34. package/es/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +1 -0
  35. package/es/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +1 -0
  36. package/es/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +1 -0
  37. package/es/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +1 -0
  38. package/es/components/dataSourceComponents/fields/index.d.ts +8 -8
  39. package/es/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +15 -0
  40. package/es/components/drag-sort-tree/TreeItem/index.d.ts +18 -0
  41. package/es/components/drawer/index.d.ts +3 -0
  42. package/es/components/filter/components/Dropdown/index.d.ts +10 -0
  43. package/es/components/filter/components/Dropdown/types.d.ts +15 -0
  44. package/es/components/filter/components/FilterButton/index.d.ts +5 -0
  45. package/es/components/filter/components/FilterButton/types.d.ts +29 -0
  46. package/es/components/filter/components/FilterItem/index.d.ts +9 -0
  47. package/es/components/filter/components/QuickFilter/index.d.ts +16 -0
  48. package/es/components/filter/types.d.ts +52 -0
  49. package/es/components/iconfont/index.d.ts +8 -0
  50. package/es/components/keyboard/index.d.ts +22 -0
  51. package/es/components/page/index.d.ts +0 -1
  52. package/es/components/pisell-config-provider/context.d.ts +22 -0
  53. package/es/components/pisell-config-provider/index.d.ts +13 -0
  54. package/es/components/pisellAdjustPrice/index.d.ts +0 -1
  55. package/es/components/pisellAdjustPrice/status.d.ts +32 -0
  56. package/es/components/pisellAdjustPrice/type.d.ts +22 -0
  57. package/es/components/pisellCurrency/PisellCurrency.d.ts +39 -0
  58. package/es/components/pisellDataSourceContainer/components/Pagination/index.d.ts +6 -0
  59. package/es/components/pisellEmail/PisellEmail.d.ts +37 -0
  60. package/es/components/pisellEmpty/index.d.ts +19 -0
  61. package/es/components/pisellFilter/index.d.ts +3 -0
  62. package/es/components/pisellFilter/type.d.ts +7 -0
  63. package/es/components/pisellFind/index.d.ts +62 -0
  64. package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +13 -0
  65. package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.stories.d.ts +59 -0
  66. package/es/components/pisellFloorMapLayout/appearance/floorMapAppearance.d.ts +29 -0
  67. package/es/components/pisellFloorMapLayout/components/CanvasTabs.d.ts +22 -0
  68. package/es/components/pisellFloorMapLayout/components/EdgeLayer.d.ts +37 -0
  69. package/es/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +66 -0
  70. package/es/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +39 -0
  71. package/es/components/pisellFloorMapLayout/components/FloorMapBuiltinShapeElement.d.ts +7 -0
  72. package/es/components/pisellFloorMapLayout/components/FloorMapEdgeEditPanel.d.ts +13 -0
  73. package/es/components/pisellFloorMapLayout/components/FloorMapEditPanel.d.ts +11 -0
  74. package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +64 -0
  75. package/es/components/pisellFloorMapLayout/components/FloorMapOverview.d.ts +44 -0
  76. package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.d.ts +84 -0
  77. package/es/components/pisellFloorMapLayout/components/FloorMapToolbarViewAllModal.d.ts +20 -0
  78. package/es/components/pisellFloorMapLayout/components/FloorMapZoneElement.d.ts +6 -0
  79. package/es/components/pisellFloorMapLayout/components/ItemLayer.d.ts +59 -0
  80. package/es/components/pisellFloorMapLayout/components/NodePortMarkers.d.ts +20 -0
  81. package/es/components/pisellFloorMapLayout/components/ViewControls.d.ts +61 -0
  82. package/es/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +28 -0
  83. package/es/components/pisellFloorMapLayout/components/index.d.ts +23 -0
  84. package/es/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +5 -0
  85. package/es/components/pisellFloorMapLayout/hooks/useFloorMapEdgeEditing.d.ts +61 -0
  86. package/es/components/pisellFloorMapLayout/hooks/useFloorMapEdgeViewModel.d.ts +15 -0
  87. package/es/components/pisellFloorMapLayout/hooks/useFloorMapEditState.d.ts +85 -0
  88. package/es/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +91 -0
  89. package/es/components/pisellFloorMapLayout/hooks/useShopFloorPlanSubscription.d.ts +19 -0
  90. package/es/components/pisellFloorMapLayout/index.d.ts +37 -0
  91. package/es/components/pisellFloorMapLayout/locales-ja.d.ts +184 -0
  92. package/es/components/pisellFloorMapLayout/locales-pt.d.ts +184 -0
  93. package/es/components/pisellFloorMapLayout/locales.d.ts +969 -0
  94. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.d.ts +10 -0
  95. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanPure.d.ts +22 -0
  96. package/es/components/pisellFloorMapLayout/types.d.ts +778 -0
  97. package/es/components/pisellFloorMapLayout/utils/batchScenePlacementLayout.d.ts +45 -0
  98. package/es/components/pisellFloorMapLayout/utils/edgeRouting.d.ts +267 -0
  99. package/es/components/pisellFloorMapLayout/utils/floorMapCanvasDisplay.d.ts +20 -0
  100. package/es/components/pisellFloorMapLayout/utils/floorMapCanvasStage.d.ts +83 -0
  101. package/es/components/pisellFloorMapLayout/utils/floorMapConfigMerge.d.ts +8 -0
  102. package/es/components/pisellFloorMapLayout/utils/floorMapDataBindingUtils.d.ts +21 -0
  103. package/es/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.d.ts +35 -0
  104. package/es/components/pisellFloorMapLayout/utils/floorMapFallbackRender.d.ts +11 -0
  105. package/es/components/pisellFloorMapLayout/utils/floorMapOverviewLayout.d.ts +44 -0
  106. package/es/components/pisellFloorMapLayout/utils/floorMapToolbarPalette.d.ts +34 -0
  107. package/es/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +8 -0
  108. package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +6 -0
  109. package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +10 -0
  110. package/es/components/pisellHierarchicalSummaryList/components/Row.d.ts +35 -0
  111. package/es/components/pisellHierarchicalSummaryList/components/index.d.ts +1 -0
  112. package/es/components/pisellHierarchicalSummaryList/hooks/index.d.ts +2 -0
  113. package/es/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +15 -0
  114. package/es/components/pisellHierarchicalSummaryList/index.d.ts +5 -0
  115. package/es/components/pisellHierarchicalSummaryList/types.d.ts +248 -0
  116. package/es/components/pisellInput/components/Copy/index.d.ts +0 -1
  117. package/es/components/pisellInput/index.d.ts +0 -1
  118. package/es/components/pisellLongText/PisellLongText.d.ts +39 -0
  119. package/es/components/pisellLookup/PisellLookup.d.ts +4 -0
  120. package/es/components/pisellLookup/components/LookupResultHost.d.ts +7 -0
  121. package/es/components/pisellLookup/components/LookupTrigger.d.ts +3 -0
  122. package/es/components/pisellMultipleSelect/PisellMultipleSelect.d.ts +9 -0
  123. package/es/components/pisellMultipleSelect/components/EditView.d.ts +8 -0
  124. package/es/components/pisellNavigationMenu/PisellNavigationMenu.d.ts +5 -0
  125. package/es/components/pisellNumber/PisellNumber.d.ts +42 -0
  126. package/es/components/pisellPhone/PisellPhone.d.ts +36 -0
  127. package/es/components/pisellPhone/components/EditView.d.ts +19 -0
  128. package/es/components/pisellPhone/constants/countryCodes.d.ts +20 -0
  129. package/es/components/pisellPhone/types.d.ts +209 -0
  130. package/es/components/pisellPhone/utils/countryCodeHelper.d.ts +35 -0
  131. package/es/components/pisellRating/PisellRating.d.ts +31 -0
  132. package/es/components/pisellRecordBoard/PisellRecordBoard.d.ts +9 -0
  133. package/es/components/pisellRecordBoard/index.d.ts +53 -0
  134. package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +14 -0
  135. package/es/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.d.ts +5 -0
  136. package/es/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.d.ts +11 -0
  137. package/es/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarInternalTypes.d.ts +43 -0
  138. package/es/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarViewShared.d.ts +26 -0
  139. package/es/components/pisellRecordBoard/shellFrame/Calendar/hooks/useBookingCalendarDayOverlayLayout.d.ts +18 -0
  140. package/es/components/pisellRecordBoard/shellFrame/Calendar/index.d.ts +7 -0
  141. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarBlockPanel.d.ts +26 -0
  142. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarOverflowListLayer.d.ts +14 -0
  143. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/MoveConfirmModal.d.ts +17 -0
  144. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowListModal.d.ts +19 -0
  145. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowPopover.d.ts +9 -0
  146. package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/BookingCalendarStyle.d.ts +10 -0
  147. package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarDateUtils.d.ts +236 -0
  148. package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarSelectionUtils.d.ts +7 -0
  149. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDaySelectionBar.d.ts +21 -0
  150. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDayView.d.ts +49 -0
  151. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarGroupRowHeader.d.ts +23 -0
  152. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarMonthView.d.ts +18 -0
  153. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarResourceView.d.ts +57 -0
  154. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarWeekView.d.ts +27 -0
  155. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/bookingCalendarDayViewContext.d.ts +12 -0
  156. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/day/useBookingCalendarDayHourRemaining.d.ts +10 -0
  157. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/day/useBookingCalendarDaySelection.d.ts +11 -0
  158. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/resource/useBookingCalendarResourceCellToggle.d.ts +3 -0
  159. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/resource/useBookingCalendarResourceDayHeaderRemaining.d.ts +8 -0
  160. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/useBookingCalendarGoToDayFromCell.d.ts +3 -0
  161. package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +8 -0
  162. package/es/components/pisellRecordBoard/shellFrame/Pagination/index.d.ts +14 -0
  163. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.d.ts +12 -0
  164. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.d.ts +8 -0
  165. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanel.d.ts +50 -0
  166. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelColorTab.d.ts +17 -0
  167. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelLayoutTab.d.ts +28 -0
  168. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.d.ts +22 -0
  169. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallCardPresentation.d.ts +58 -0
  170. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.d.ts +64 -0
  171. package/es/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +24 -0
  172. package/es/components/pisellRecordBoard/shellFrame/ToolBar/index.d.ts +12 -0
  173. package/es/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarI18n.d.ts +13 -0
  174. package/es/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.d.ts +19 -0
  175. package/es/components/pisellRecordBoard/shellFrame/index.d.ts +30 -0
  176. package/es/components/pisellRecordBoard/types.d.ts +874 -0
  177. package/es/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +23 -0
  178. package/es/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +52 -0
  179. package/es/components/pisellRecordBoard/utils/recordBoardPhoneGrid.d.ts +27 -0
  180. package/es/components/pisellReservationSchedule/PisellReservationSchedule.d.ts +10 -0
  181. package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.d.ts +10 -0
  182. package/es/components/pisellReservationScheduleBand/index.d.ts +3 -0
  183. package/es/components/pisellShellFrame/PisellShellFrame.d.ts +13 -0
  184. package/es/components/pisellShellFrame/types.d.ts +62 -0
  185. package/es/components/pisellSingleLineText/PisellSingleLineText.d.ts +40 -0
  186. package/es/components/pisellSingleSelect/PisellSingleSelect.d.ts +9 -0
  187. package/es/components/pisellStatisticList/index.d.ts +22 -0
  188. package/es/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +10 -0
  189. package/es/components/pisellTimeNavigator/PisellTimeNavigator.stories.d.ts +79 -0
  190. package/es/components/pisellTimeNavigator/components/NowButton.d.ts +14 -0
  191. package/es/components/pisellTimeNavigator/index.d.ts +5 -0
  192. package/es/components/pisellToast/squareToast/index.d.ts +15 -0
  193. package/es/components/pisellToast/squareToast/methods.d.ts +13 -0
  194. package/es/components/pisellToast/squareToast/renderImperatively.d.ts +28 -0
  195. package/es/components/pisellToast/squareToast/toast.d.ts +25 -0
  196. package/es/components/pisellUrl/PisellUrl.d.ts +37 -0
  197. package/es/components/pisellWalletPassCard/index.d.ts +146 -0
  198. package/es/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +3 -0
  199. package/es/components/productCard/cartSkuCard/components/BookingItem/index.d.ts +10 -0
  200. package/es/components/productCard/cartSkuCard/components/Gift/index.d.ts +4 -0
  201. package/es/components/productCard/cartSkuCard/components/Gift/types.d.ts +29 -0
  202. package/es/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -1
  203. package/es/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +14 -0
  204. package/es/components/productCard/cartSkuCard/components/Note/index.d.ts +0 -1
  205. package/es/components/productCard/cartSkuCard/components/Promotion/index.d.ts +6 -0
  206. package/es/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +36 -0
  207. package/es/components/productCard/cartSkuCard/components/discountReason/index.d.ts +0 -1
  208. package/es/components/productCard/cartSkuCard/components/holders/index.d.ts +3 -0
  209. package/es/components/productCard/cartSkuCard/components/packages/index.d.ts +11 -0
  210. package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +1 -1
  211. package/es/components/productCard/cartSkuCard/components/resources/index.d.ts +0 -1
  212. package/es/components/productCard/cartSkuCard/components/sales/index.d.ts +0 -1
  213. package/es/components/productCard/cartSkuCard/components/specs/index.d.ts +21 -0
  214. package/es/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +46 -0
  215. package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +8 -0
  216. package/es/components/productCard/cartSkuCard/components/weighing/index.d.ts +22 -0
  217. package/es/components/productCard/cartSkuCard/index.d.ts +13 -0
  218. package/es/components/productCard/cartSkuCard/locales.d.ts +203 -0
  219. package/es/components/productCard/components/Action/index.d.ts +3 -0
  220. package/es/components/productCard/components/Header/EditButton/index.d.ts +3 -0
  221. package/es/components/productCard/components/Header/index.d.ts +0 -1
  222. package/es/components/productCard/components/Packages/utils.d.ts +1 -1
  223. package/es/components/productCard/components/Sales/index.d.ts +0 -1
  224. package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts +3 -0
  225. package/es/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +0 -1
  226. package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +2 -0
  227. package/es/components/productCard/components/Time/components/SelectResource/index.d.ts +19 -0
  228. package/es/components/productCard/components/Time/index.d.ts +4 -0
  229. package/es/components/productCard/lineItem/BookingLineItem.d.ts +19 -0
  230. package/es/components/productCard/lineItem/components/Holders/index.d.ts +9 -0
  231. package/es/components/productCard/lineItem/components/Resources/index.d.ts +6 -0
  232. package/es/components/productCard/lineItem/components/TimeRange/index.d.ts +11 -0
  233. package/es/components/productCard/lineItem/locales.d.ts +23 -0
  234. package/es/components/productCard/lineItem/types.d.ts +13 -0
  235. package/es/components/productCard/locales.d.ts +138 -0
  236. package/es/components/productCard/status.d.ts +32 -0
  237. package/es/components/productCard/types.d.ts +96 -0
  238. package/es/components/select/index.d.ts +9 -0
  239. package/es/components/select-time/index.d.ts +13 -0
  240. package/es/components/table/Actions/component/ExportImport/index.d.ts +8 -0
  241. package/es/components/table/Actions/component/GallerySetting/index.d.ts +9 -0
  242. package/es/components/table/Actions/component/ViewMode/index.d.ts +9 -0
  243. package/es/components/table/BasicTable/index.d.ts +3 -0
  244. package/es/components/table/Gallery/components/GalleryItem/index.d.ts +14 -0
  245. package/es/components/table/Gallery/index.d.ts +5 -0
  246. package/es/components/table/Table/index.d.ts +4 -0
  247. package/es/components/table/Table/utils.d.ts +161 -0
  248. package/es/components/table/hooks/useTableSetting.d.ts +21 -0
  249. package/es/components/table/hooks/useTransDataSource.d.ts +11 -0
  250. package/es/components/table/types.d.ts +268 -0
  251. package/es/components/translation/index.d.ts +17 -0
  252. package/es/components/versionModal/index.d.ts +23 -0
  253. package/es/components/virtual-keyboard/Amount/index.d.ts +0 -1
  254. package/es/components/virtual-keyboard/Amount/themeConfig.d.ts +32 -0
  255. package/es/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +15 -0
  256. package/es/components/virtual-keyboard/Keyboard/index.d.ts +21 -0
  257. package/es/components/virtual-keyboard/Number/index.d.ts +0 -1
  258. package/es/components/virtual-keyboard/Number/themeConfig.d.ts +32 -0
  259. package/es/components/virtual-keyboard/Number/types.d.ts +26 -0
  260. package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +13 -0
  261. package/es/hooks/useResponsive.d.ts +1 -1
  262. package/es/index.d.ts +271 -0
  263. package/es/locales/en-US.d.ts +565 -0
  264. package/es/locales/ja.d.ts +533 -0
  265. package/es/locales/pt.d.ts +533 -0
  266. package/es/locales/zh-CN.d.ts +560 -0
  267. package/es/locales/zh-TW.d.ts +560 -0
  268. package/lib/components/Pagination/index.d.ts +13 -0
  269. package/lib/components/PisellCards/index.d.ts +15 -0
  270. package/lib/components/PisellSteps/PisellSteps.d.ts +14 -0
  271. package/lib/components/PisellTabbar/constants.d.ts +47 -0
  272. package/lib/components/PisellTabbar/hooks/useActiveKey.d.ts +55 -0
  273. package/lib/components/PisellTabbar/hooks/useExpand.d.ts +42 -0
  274. package/lib/components/PisellTabbar/template/Template1/PisellTabbar.d.ts +5 -0
  275. package/lib/components/PisellTabbar/template/Template1/constants.d.ts +10 -0
  276. package/lib/components/PisellTabbar/types.d.ts +90 -0
  277. package/lib/components/PisellTabbar/utils/index.d.ts +69 -0
  278. package/lib/components/SafeAreaTop/index.d.ts +5 -0
  279. package/lib/components/SafeAreaTop/types.d.ts +9 -0
  280. package/lib/components/appVersionControl/index.d.ts +4 -0
  281. package/lib/components/buttonGroupPreview/index.d.ts +19 -0
  282. package/lib/components/cardPro/index.d.ts +3 -0
  283. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +3 -0
  284. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +4 -0
  285. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useFormat.d.ts +48 -0
  286. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +100 -0
  287. package/lib/components/dataSourceComponents/dataSourceTable/type.d.ts +84 -0
  288. package/lib/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +1 -0
  289. package/lib/components/dataSourceComponents/fields/DatePicker/WithMode.d.ts +4 -0
  290. package/lib/components/dataSourceComponents/fields/DatePicker/index.d.ts +3 -0
  291. package/lib/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +1 -0
  292. package/lib/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +1 -0
  293. package/lib/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +1 -0
  294. package/lib/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +1 -0
  295. package/lib/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +1 -0
  296. package/lib/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  297. package/lib/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +1 -0
  298. package/lib/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +1 -0
  299. package/lib/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +1 -0
  300. package/lib/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +1 -0
  301. package/lib/components/dataSourceComponents/fields/index.d.ts +8 -8
  302. package/lib/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +15 -0
  303. package/lib/components/drag-sort-tree/TreeItem/index.d.ts +18 -0
  304. package/lib/components/drawer/index.d.ts +3 -0
  305. package/lib/components/filter/components/Dropdown/index.d.ts +10 -0
  306. package/lib/components/filter/components/Dropdown/types.d.ts +15 -0
  307. package/lib/components/filter/components/FilterButton/index.d.ts +5 -0
  308. package/lib/components/filter/components/FilterButton/types.d.ts +29 -0
  309. package/lib/components/filter/components/FilterItem/index.d.ts +9 -0
  310. package/lib/components/filter/components/QuickFilter/index.d.ts +16 -0
  311. package/lib/components/filter/types.d.ts +52 -0
  312. package/lib/components/iconfont/index.d.ts +8 -0
  313. package/lib/components/keyboard/index.d.ts +22 -0
  314. package/lib/components/page/index.d.ts +0 -1
  315. package/lib/components/pisell-config-provider/context.d.ts +22 -0
  316. package/lib/components/pisell-config-provider/index.d.ts +13 -0
  317. package/lib/components/pisellAdjustPrice/index.d.ts +0 -1
  318. package/lib/components/pisellAdjustPrice/status.d.ts +32 -0
  319. package/lib/components/pisellAdjustPrice/type.d.ts +22 -0
  320. package/lib/components/pisellCurrency/PisellCurrency.d.ts +39 -0
  321. package/lib/components/pisellDataSourceContainer/components/Pagination/index.d.ts +6 -0
  322. package/lib/components/pisellEmail/PisellEmail.d.ts +37 -0
  323. package/lib/components/pisellEmpty/index.d.ts +19 -0
  324. package/lib/components/pisellFilter/index.d.ts +3 -0
  325. package/lib/components/pisellFilter/type.d.ts +7 -0
  326. package/lib/components/pisellFind/index.d.ts +62 -0
  327. package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +13 -0
  328. package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.stories.d.ts +59 -0
  329. package/lib/components/pisellFloorMapLayout/appearance/floorMapAppearance.d.ts +29 -0
  330. package/lib/components/pisellFloorMapLayout/components/CanvasTabs.d.ts +22 -0
  331. package/lib/components/pisellFloorMapLayout/components/EdgeLayer.d.ts +37 -0
  332. package/lib/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +66 -0
  333. package/lib/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +39 -0
  334. package/lib/components/pisellFloorMapLayout/components/FloorMapBuiltinShapeElement.d.ts +7 -0
  335. package/lib/components/pisellFloorMapLayout/components/FloorMapEdgeEditPanel.d.ts +13 -0
  336. package/lib/components/pisellFloorMapLayout/components/FloorMapEditPanel.d.ts +11 -0
  337. package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +64 -0
  338. package/lib/components/pisellFloorMapLayout/components/FloorMapOverview.d.ts +44 -0
  339. package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.d.ts +84 -0
  340. package/lib/components/pisellFloorMapLayout/components/FloorMapToolbarViewAllModal.d.ts +20 -0
  341. package/lib/components/pisellFloorMapLayout/components/FloorMapZoneElement.d.ts +6 -0
  342. package/lib/components/pisellFloorMapLayout/components/ItemLayer.d.ts +59 -0
  343. package/lib/components/pisellFloorMapLayout/components/NodePortMarkers.d.ts +20 -0
  344. package/lib/components/pisellFloorMapLayout/components/ViewControls.d.ts +61 -0
  345. package/lib/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +28 -0
  346. package/lib/components/pisellFloorMapLayout/components/index.d.ts +23 -0
  347. package/lib/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +5 -0
  348. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEdgeEditing.d.ts +61 -0
  349. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEdgeViewModel.d.ts +15 -0
  350. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEditState.d.ts +85 -0
  351. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +91 -0
  352. package/lib/components/pisellFloorMapLayout/hooks/useShopFloorPlanSubscription.d.ts +19 -0
  353. package/lib/components/pisellFloorMapLayout/index.d.ts +37 -0
  354. package/lib/components/pisellFloorMapLayout/locales-ja.d.ts +184 -0
  355. package/lib/components/pisellFloorMapLayout/locales-pt.d.ts +184 -0
  356. package/lib/components/pisellFloorMapLayout/locales.d.ts +969 -0
  357. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.d.ts +10 -0
  358. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanPure.d.ts +22 -0
  359. package/lib/components/pisellFloorMapLayout/types.d.ts +778 -0
  360. package/lib/components/pisellFloorMapLayout/utils/batchScenePlacementLayout.d.ts +45 -0
  361. package/lib/components/pisellFloorMapLayout/utils/edgeRouting.d.ts +267 -0
  362. package/lib/components/pisellFloorMapLayout/utils/floorMapCanvasDisplay.d.ts +20 -0
  363. package/lib/components/pisellFloorMapLayout/utils/floorMapCanvasStage.d.ts +83 -0
  364. package/lib/components/pisellFloorMapLayout/utils/floorMapConfigMerge.d.ts +8 -0
  365. package/lib/components/pisellFloorMapLayout/utils/floorMapDataBindingUtils.d.ts +21 -0
  366. package/lib/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.d.ts +35 -0
  367. package/lib/components/pisellFloorMapLayout/utils/floorMapFallbackRender.d.ts +11 -0
  368. package/lib/components/pisellFloorMapLayout/utils/floorMapOverviewLayout.d.ts +44 -0
  369. package/lib/components/pisellFloorMapLayout/utils/floorMapToolbarPalette.d.ts +34 -0
  370. package/lib/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +8 -0
  371. package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +6 -0
  372. package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +10 -0
  373. package/lib/components/pisellHierarchicalSummaryList/components/Row.d.ts +35 -0
  374. package/lib/components/pisellHierarchicalSummaryList/components/index.d.ts +1 -0
  375. package/lib/components/pisellHierarchicalSummaryList/hooks/index.d.ts +2 -0
  376. package/lib/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +15 -0
  377. package/lib/components/pisellHierarchicalSummaryList/index.d.ts +5 -0
  378. package/lib/components/pisellHierarchicalSummaryList/types.d.ts +248 -0
  379. package/lib/components/pisellInput/components/Copy/index.d.ts +0 -1
  380. package/lib/components/pisellInput/index.d.ts +0 -1
  381. package/lib/components/pisellLongText/PisellLongText.d.ts +39 -0
  382. package/lib/components/pisellLookup/PisellLookup.d.ts +4 -0
  383. package/lib/components/pisellLookup/components/LookupResultHost.d.ts +7 -0
  384. package/lib/components/pisellLookup/components/LookupTrigger.d.ts +3 -0
  385. package/lib/components/pisellMultipleSelect/PisellMultipleSelect.d.ts +9 -0
  386. package/lib/components/pisellMultipleSelect/components/EditView.d.ts +8 -0
  387. package/lib/components/pisellNavigationMenu/PisellNavigationMenu.d.ts +5 -0
  388. package/lib/components/pisellNumber/PisellNumber.d.ts +42 -0
  389. package/lib/components/pisellPhone/PisellPhone.d.ts +36 -0
  390. package/lib/components/pisellPhone/components/EditView.d.ts +19 -0
  391. package/lib/components/pisellPhone/constants/countryCodes.d.ts +20 -0
  392. package/lib/components/pisellPhone/types.d.ts +209 -0
  393. package/lib/components/pisellPhone/utils/countryCodeHelper.d.ts +35 -0
  394. package/lib/components/pisellRating/PisellRating.d.ts +31 -0
  395. package/lib/components/pisellRecordBoard/PisellRecordBoard.d.ts +9 -0
  396. package/lib/components/pisellRecordBoard/index.d.ts +53 -0
  397. package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +14 -0
  398. package/lib/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.d.ts +5 -0
  399. package/lib/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.d.ts +11 -0
  400. package/lib/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarInternalTypes.d.ts +43 -0
  401. package/lib/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarViewShared.d.ts +26 -0
  402. package/lib/components/pisellRecordBoard/shellFrame/Calendar/hooks/useBookingCalendarDayOverlayLayout.d.ts +18 -0
  403. package/lib/components/pisellRecordBoard/shellFrame/Calendar/index.d.ts +7 -0
  404. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarBlockPanel.d.ts +26 -0
  405. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarOverflowListLayer.d.ts +14 -0
  406. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/MoveConfirmModal.d.ts +17 -0
  407. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowListModal.d.ts +19 -0
  408. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowPopover.d.ts +9 -0
  409. package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/BookingCalendarStyle.d.ts +10 -0
  410. package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarDateUtils.d.ts +236 -0
  411. package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarSelectionUtils.d.ts +7 -0
  412. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDaySelectionBar.d.ts +21 -0
  413. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDayView.d.ts +49 -0
  414. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarGroupRowHeader.d.ts +23 -0
  415. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarMonthView.d.ts +18 -0
  416. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarResourceView.d.ts +57 -0
  417. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarWeekView.d.ts +27 -0
  418. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/bookingCalendarDayViewContext.d.ts +12 -0
  419. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/day/useBookingCalendarDayHourRemaining.d.ts +10 -0
  420. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/day/useBookingCalendarDaySelection.d.ts +11 -0
  421. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/resource/useBookingCalendarResourceCellToggle.d.ts +3 -0
  422. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/resource/useBookingCalendarResourceDayHeaderRemaining.d.ts +8 -0
  423. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/useBookingCalendarGoToDayFromCell.d.ts +3 -0
  424. package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +8 -0
  425. package/lib/components/pisellRecordBoard/shellFrame/Pagination/index.d.ts +14 -0
  426. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.d.ts +12 -0
  427. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.d.ts +8 -0
  428. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanel.d.ts +50 -0
  429. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelColorTab.d.ts +17 -0
  430. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelLayoutTab.d.ts +28 -0
  431. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.d.ts +22 -0
  432. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallCardPresentation.d.ts +58 -0
  433. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.d.ts +64 -0
  434. package/lib/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +24 -0
  435. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/index.d.ts +12 -0
  436. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarI18n.d.ts +13 -0
  437. package/lib/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.d.ts +19 -0
  438. package/lib/components/pisellRecordBoard/shellFrame/index.d.ts +30 -0
  439. package/lib/components/pisellRecordBoard/types.d.ts +874 -0
  440. package/lib/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +23 -0
  441. package/lib/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +52 -0
  442. package/lib/components/pisellRecordBoard/utils/recordBoardPhoneGrid.d.ts +27 -0
  443. package/lib/components/pisellReservationSchedule/PisellReservationSchedule.d.ts +10 -0
  444. package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.d.ts +10 -0
  445. package/lib/components/pisellReservationScheduleBand/index.d.ts +3 -0
  446. package/lib/components/pisellShellFrame/PisellShellFrame.d.ts +13 -0
  447. package/lib/components/pisellShellFrame/types.d.ts +62 -0
  448. package/lib/components/pisellSingleLineText/PisellSingleLineText.d.ts +40 -0
  449. package/lib/components/pisellSingleSelect/PisellSingleSelect.d.ts +9 -0
  450. package/lib/components/pisellStatisticList/index.d.ts +22 -0
  451. package/lib/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +10 -0
  452. package/lib/components/pisellTimeNavigator/PisellTimeNavigator.stories.d.ts +79 -0
  453. package/lib/components/pisellTimeNavigator/components/NowButton.d.ts +14 -0
  454. package/lib/components/pisellTimeNavigator/index.d.ts +5 -0
  455. package/lib/components/pisellToast/squareToast/index.d.ts +15 -0
  456. package/lib/components/pisellToast/squareToast/methods.d.ts +13 -0
  457. package/lib/components/pisellToast/squareToast/renderImperatively.d.ts +28 -0
  458. package/lib/components/pisellToast/squareToast/toast.d.ts +25 -0
  459. package/lib/components/pisellUrl/PisellUrl.d.ts +37 -0
  460. package/lib/components/pisellWalletPassCard/index.d.ts +146 -0
  461. package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +3 -0
  462. package/lib/components/productCard/cartSkuCard/components/BookingItem/index.d.ts +10 -0
  463. package/lib/components/productCard/cartSkuCard/components/Gift/index.d.ts +4 -0
  464. package/lib/components/productCard/cartSkuCard/components/Gift/types.d.ts +29 -0
  465. package/lib/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -1
  466. package/lib/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +14 -0
  467. package/lib/components/productCard/cartSkuCard/components/Note/index.d.ts +0 -1
  468. package/lib/components/productCard/cartSkuCard/components/Promotion/index.d.ts +6 -0
  469. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +36 -0
  470. package/lib/components/productCard/cartSkuCard/components/discountReason/index.d.ts +0 -1
  471. package/lib/components/productCard/cartSkuCard/components/holders/index.d.ts +3 -0
  472. package/lib/components/productCard/cartSkuCard/components/packages/index.d.ts +11 -0
  473. package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +1 -1
  474. package/lib/components/productCard/cartSkuCard/components/resources/index.d.ts +0 -1
  475. package/lib/components/productCard/cartSkuCard/components/sales/index.d.ts +0 -1
  476. package/lib/components/productCard/cartSkuCard/components/specs/index.d.ts +21 -0
  477. package/lib/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +46 -0
  478. package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +8 -0
  479. package/lib/components/productCard/cartSkuCard/components/weighing/index.d.ts +22 -0
  480. package/lib/components/productCard/cartSkuCard/index.d.ts +13 -0
  481. package/lib/components/productCard/cartSkuCard/locales.d.ts +203 -0
  482. package/lib/components/productCard/components/Action/index.d.ts +3 -0
  483. package/lib/components/productCard/components/Header/EditButton/index.d.ts +3 -0
  484. package/lib/components/productCard/components/Header/index.d.ts +0 -1
  485. package/lib/components/productCard/components/Packages/utils.d.ts +1 -1
  486. package/lib/components/productCard/components/Sales/index.d.ts +0 -1
  487. package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts +3 -0
  488. package/lib/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +0 -1
  489. package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +2 -0
  490. package/lib/components/productCard/components/Time/components/SelectResource/index.d.ts +19 -0
  491. package/lib/components/productCard/components/Time/index.d.ts +4 -0
  492. package/lib/components/productCard/lineItem/BookingLineItem.d.ts +19 -0
  493. package/lib/components/productCard/lineItem/components/Holders/index.d.ts +9 -0
  494. package/lib/components/productCard/lineItem/components/Resources/index.d.ts +6 -0
  495. package/lib/components/productCard/lineItem/components/TimeRange/index.d.ts +11 -0
  496. package/lib/components/productCard/lineItem/locales.d.ts +23 -0
  497. package/lib/components/productCard/lineItem/types.d.ts +13 -0
  498. package/lib/components/productCard/locales.d.ts +138 -0
  499. package/lib/components/productCard/status.d.ts +32 -0
  500. package/lib/components/productCard/types.d.ts +96 -0
  501. package/lib/components/select/index.d.ts +9 -0
  502. package/lib/components/select-time/index.d.ts +13 -0
  503. package/lib/components/table/Actions/component/ExportImport/index.d.ts +8 -0
  504. package/lib/components/table/Actions/component/GallerySetting/index.d.ts +9 -0
  505. package/lib/components/table/Actions/component/ViewMode/index.d.ts +9 -0
  506. package/lib/components/table/BasicTable/index.d.ts +3 -0
  507. package/lib/components/table/Gallery/components/GalleryItem/index.d.ts +14 -0
  508. package/lib/components/table/Gallery/index.d.ts +5 -0
  509. package/lib/components/table/Table/index.d.ts +4 -0
  510. package/lib/components/table/Table/utils.d.ts +161 -0
  511. package/lib/components/table/hooks/useTableSetting.d.ts +21 -0
  512. package/lib/components/table/hooks/useTransDataSource.d.ts +11 -0
  513. package/lib/components/table/types.d.ts +268 -0
  514. package/lib/components/translation/index.d.ts +17 -0
  515. package/lib/components/versionModal/index.d.ts +23 -0
  516. package/lib/components/virtual-keyboard/Amount/index.d.ts +0 -1
  517. package/lib/components/virtual-keyboard/Amount/themeConfig.d.ts +32 -0
  518. package/lib/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +15 -0
  519. package/lib/components/virtual-keyboard/Keyboard/index.d.ts +21 -0
  520. package/lib/components/virtual-keyboard/Number/index.d.ts +0 -1
  521. package/lib/components/virtual-keyboard/Number/themeConfig.d.ts +32 -0
  522. package/lib/components/virtual-keyboard/Number/types.d.ts +26 -0
  523. package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +13 -0
  524. package/lib/hooks/useResponsive.d.ts +1 -1
  525. package/lib/index.d.ts +271 -0
  526. package/lib/locales/en-US.d.ts +565 -0
  527. package/lib/locales/ja.d.ts +533 -0
  528. package/lib/locales/pt.d.ts +533 -0
  529. package/lib/locales/zh-CN.d.ts +560 -0
  530. package/lib/locales/zh-TW.d.ts +560 -0
  531. package/package.json +1 -1
@@ -0,0 +1,969 @@
1
+ /**
2
+ * PisellFloorMapLayout 内置文案(画布 Tab、编辑面板等)
3
+ */
4
+ declare const _default: {
5
+ en: {
6
+ 'pisell-floor-map-layout.loading': string;
7
+ 'pisell-floor-map-layout.read-canvas-tabs.aria': string;
8
+ 'pisell-floor-map-layout.edit-top-bar.aria': string;
9
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
10
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
11
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
12
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
13
+ 'pisell-floor-map-layout.edit-top-bar.unsaved': string;
14
+ 'pisell-floor-map-layout.edit-top-bar.save': string;
15
+ 'pisell-floor-map-layout.edit-top-bar.saving': string;
16
+ 'pisell-floor-map-layout.edit-top-bar.undo': string;
17
+ 'pisell-floor-map-layout.edit-top-bar.redo': string;
18
+ 'pisell-floor-map-layout.edit-top-bar.cancel-edit': string;
19
+ 'pisell-floor-map-layout.edit-top-bar.finish-edit': string;
20
+ 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-title': string;
21
+ 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-content': string;
22
+ 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-ok': string;
23
+ 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-cancel': string;
24
+ 'pisell-floor-map-layout.canvas-tabs.empty': string;
25
+ 'pisell-floor-map-layout.canvas-tabs.add': string;
26
+ 'pisell-floor-map-layout.canvas-tabs.add-title': string;
27
+ 'pisell-floor-map-layout.canvas-tabs.hint': string;
28
+ 'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
29
+ 'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
30
+ 'pisell-floor-map-layout.canvas-tabs.rename-title': string;
31
+ 'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
32
+ 'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
33
+ 'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
34
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
35
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
36
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
37
+ 'pisell-floor-map-layout.canvas-tabs.overview': string;
38
+ 'pisell-floor-map-layout.canvas-tabs.overview-aria': string;
39
+ 'pisell-floor-map-layout.overview.empty': string;
40
+ 'pisell-floor-map-layout.overview.area-title-badge': string;
41
+ 'pisell-floor-map-layout.overview.canvas-card-aria': string;
42
+ 'pisell-floor-map-layout.edge-panel.title': string;
43
+ 'pisell-floor-map-layout.edge-panel.dirty-hint': string;
44
+ 'pisell-floor-map-layout.edge-panel.source-node': string;
45
+ 'pisell-floor-map-layout.edge-panel.target-node': string;
46
+ 'pisell-floor-map-layout.edge-panel.source-anchor': string;
47
+ 'pisell-floor-map-layout.edge-panel.target-anchor': string;
48
+ 'pisell-floor-map-layout.edge-panel.source-label': string;
49
+ 'pisell-floor-map-layout.edge-panel.target-label': string;
50
+ 'pisell-floor-map-layout.edge-panel.center-label': string;
51
+ 'pisell-floor-map-layout.edge-panel.status': string;
52
+ 'pisell-floor-map-layout.edge-panel.status-online': string;
53
+ 'pisell-floor-map-layout.edge-panel.status-offline': string;
54
+ 'pisell-floor-map-layout.edge-panel.status-warning': string;
55
+ 'pisell-floor-map-layout.edge-panel.status-unknown': string;
56
+ 'pisell-floor-map-layout.edge-panel.color': string;
57
+ 'pisell-floor-map-layout.edge-panel.stroke-width': string;
58
+ 'pisell-floor-map-layout.edge-panel.dashed': string;
59
+ 'pisell-floor-map-layout.edge-panel.dashed-no': string;
60
+ 'pisell-floor-map-layout.edge-panel.dashed-yes': string;
61
+ 'pisell-floor-map-layout.edge-panel.delete': string;
62
+ 'pisell-floor-map-layout.edge-panel.delete-confirm': string;
63
+ 'pisell-floor-map-layout.edit-panel.element-props': string;
64
+ 'pisell-floor-map-layout.edit-panel.close-aria': string;
65
+ 'pisell-floor-map-layout.edit-panel.hint-apply': string;
66
+ 'pisell-floor-map-layout.edit-panel.hint-save': string;
67
+ 'pisell-floor-map-layout.edit-panel.section-layout': string;
68
+ 'pisell-floor-map-layout.edit-panel.lock-on': string;
69
+ 'pisell-floor-map-layout.edit-panel.lock-off': string;
70
+ 'pisell-floor-map-layout.edit-panel.label-x': string;
71
+ 'pisell-floor-map-layout.edit-panel.label-y': string;
72
+ 'pisell-floor-map-layout.edit-panel.label-z': string;
73
+ 'pisell-floor-map-layout.edit-panel.label-width': string;
74
+ 'pisell-floor-map-layout.edit-panel.label-height': string;
75
+ 'pisell-floor-map-layout.edit-panel.label-name': string;
76
+ 'pisell-floor-map-layout.edit-panel.label-name-stage': string;
77
+ 'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
78
+ 'pisell-floor-map-layout.edit-panel.ph-name': string;
79
+ 'pisell-floor-map-layout.edit-panel.label-name-as-title': string;
80
+ 'pisell-floor-map-layout.edit-panel.tip-name-as-title': string;
81
+ 'pisell-floor-map-layout.edit-panel.label-image-url': string;
82
+ 'pisell-floor-map-layout.edit-panel.extra-image-url': string;
83
+ 'pisell-floor-map-layout.edit-panel.ph-https': string;
84
+ 'pisell-floor-map-layout.edit-panel.label-builtin-shape': string;
85
+ 'pisell-floor-map-layout.edit-panel.extra-builtin-shape': string;
86
+ 'pisell-floor-map-layout.edit-panel.ph-builtin-shape': string;
87
+ 'pisell-floor-map-layout.edit-panel.label-canvas': string;
88
+ 'pisell-floor-map-layout.edit-panel.label-element-kind': string;
89
+ 'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
90
+ 'pisell-floor-map-layout.edit-panel.apply': string;
91
+ 'pisell-floor-map-layout.edit-panel.data-binding': string;
92
+ 'pisell-floor-map-layout.edit-panel.data-binding-note': string;
93
+ 'pisell-floor-map-layout.edit-panel.label-data-source': string;
94
+ 'pisell-floor-map-layout.edit-panel.ph-data-source': string;
95
+ 'pisell-floor-map-layout.edit-panel.label-pick-row': string;
96
+ 'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
97
+ 'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
98
+ 'pisell-floor-map-layout.edit-panel.hint-unbound': string;
99
+ 'pisell-floor-map-layout.edit-panel.record-title': string;
100
+ 'pisell-floor-map-layout.edit-panel.pop-title': string;
101
+ 'pisell-floor-map-layout.edit-panel.pop-desc': string;
102
+ 'pisell-floor-map-layout.edit-panel.btn-delete': string;
103
+ 'pisell-floor-map-layout.edit-panel.btn-cancel': string;
104
+ 'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
105
+ 'pisell-floor-map-layout.edit-quick.lock': string;
106
+ 'pisell-floor-map-layout.edit-quick.unlock': string;
107
+ 'pisell-floor-map-layout.edit-quick.duplicate': string;
108
+ 'pisell-floor-map-layout.edit-quick.delete': string;
109
+ 'pisell-floor-map-layout.edit-quick.status-locked': string;
110
+ 'pisell-floor-map-layout.edit-quick.status-unlocked': string;
111
+ 'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
112
+ 'pisell-floor-map-layout.toolbar.category-fallback': string;
113
+ 'pisell-floor-map-layout.toolbar.palette-card-title': string;
114
+ 'pisell-floor-map-layout.toolbar.data-binding-optional': string;
115
+ 'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
116
+ 'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
117
+ 'pisell-floor-map-layout.toolbar.ph-select-records': string;
118
+ 'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
119
+ 'pisell-floor-map-layout.toolbar.open-resource-picker': string;
120
+ 'pisell-floor-map-layout.toolbar.select-with-label': string;
121
+ 'pisell-floor-map-layout.toolbar.resource-picker-none-selected': string;
122
+ 'pisell-floor-map-layout.toolbar.resource-picker-summary': string;
123
+ 'pisell-floor-map-layout.toolbar.resource-picker-summary-empty': string;
124
+ 'pisell-floor-map-layout.resource-picker.title': string;
125
+ 'pisell-floor-map-layout.resource-picker.search-ph': string;
126
+ 'pisell-floor-map-layout.resource-picker.select-all': string;
127
+ 'pisell-floor-map-layout.resource-picker.deselect-all': string;
128
+ 'pisell-floor-map-layout.resource-picker.selected-count': string;
129
+ 'pisell-floor-map-layout.resource-picker.filter-all': string;
130
+ 'pisell-floor-map-layout.resource-picker.empty': string;
131
+ 'pisell-floor-map-layout.resource-picker.confirm': string;
132
+ 'pisell-floor-map-layout.resource-picker.cancel': string;
133
+ 'pisell-floor-map-layout.resource-picker.single-hint': string;
134
+ 'pisell-floor-map-layout.resource-picker.level-area': string;
135
+ 'pisell-floor-map-layout.resource-picker.level-1': string;
136
+ 'pisell-floor-map-layout.resource-picker.level-2': string;
137
+ 'pisell-floor-map-layout.resource-picker.level-3': string;
138
+ 'pisell-floor-map-layout.toolbar.no-data-sources': string;
139
+ 'pisell-floor-map-layout.toolbar.cancel-place': string;
140
+ 'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
141
+ 'pisell-floor-map-layout.toolbar.save': string;
142
+ 'pisell-floor-map-layout.toolbar.saving': string;
143
+ 'pisell-floor-map-layout.toolbar.collapse': string;
144
+ 'pisell-floor-map-layout.toolbar.expand': string;
145
+ 'pisell-floor-map-layout.toolbar.add-to-canvas': string;
146
+ 'pisell-floor-map-layout.toolbar.view-all': string;
147
+ 'pisell-floor-map-layout.toolbar.view-all-modal-title': string;
148
+ 'pisell-floor-map-layout.toolbar.view-all-modal-hint': string;
149
+ 'pisell-floor-map-layout.toolbar.view-all-modal-add': string;
150
+ 'pisell-floor-map-layout.toolbar.view-all-modal-cancel': string;
151
+ 'pisell-floor-map-layout.toolbar.view-all-modal-qty-decrease': string;
152
+ 'pisell-floor-map-layout.toolbar.view-all-modal-qty-increase': string;
153
+ 'pisell-floor-map-layout.toolbar.view-all-modal-category-image': string;
154
+ 'pisell-floor-map-layout.toolbar.view-all-modal-category-icon': string;
155
+ 'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
156
+ 'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
157
+ 'pisell-floor-map-layout.view-controls.reset-aria': string;
158
+ 'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
159
+ 'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
160
+ 'pisell-floor-map-layout.view-controls.grid-show-aria': string;
161
+ 'pisell-floor-map-layout.view-controls.edges-hide-aria': string;
162
+ 'pisell-floor-map-layout.view-controls.edges-show-aria': string;
163
+ 'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
164
+ 'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
165
+ 'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
166
+ 'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
167
+ 'pisell-floor-map-layout.view-controls.viewport-lock-aria': string;
168
+ 'pisell-floor-map-layout.view-controls.viewport-unlock-aria': string;
169
+ 'pisell-floor-map-layout.image-element.default-name': string;
170
+ 'pisell-floor-map-layout.placement.fallback-image-name': string;
171
+ 'pisell-floor-map-layout.zone.title-badge': string;
172
+ 'pisell-floor-map-layout.zone.unnamed': string;
173
+ 'pisell-floor-map-layout.image-element.hint-no-url': string;
174
+ 'pisell-floor-map-layout.image-element.hint-load-fail': string;
175
+ 'pisell-floor-map-layout.builtin-shape.default-name': string;
176
+ 'pisell-floor-map-layout.builtin-shape.hint-no-key': string;
177
+ 'pisell-floor-map-layout.builtin-shape.toilet': string;
178
+ 'pisell-floor-map-layout.builtin-shape.divider': string;
179
+ 'pisell-floor-map-layout.builtin-shape.column': string;
180
+ 'pisell-floor-map-layout.builtin-shape.sofa': string;
181
+ 'pisell-floor-map-layout.builtin-shape.door': string;
182
+ 'pisell-floor-map-layout.builtin-shape.flower-pot': string;
183
+ 'pisell-floor-map-layout.builtin-shape.palette-pick-label': string;
184
+ 'pisell-floor-map-layout.palette.builtin-shape': string;
185
+ 'pisell-floor-map-layout.data-form.empty': string;
186
+ 'pisell-floor-map-layout.data-form.save-record': string;
187
+ 'pisell-floor-map-layout.binding-error.required-row': string;
188
+ 'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
189
+ 'pisell-floor-map-layout.binding-error.missing-field': string;
190
+ 'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
191
+ 'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
192
+ 'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
193
+ 'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
194
+ 'pisell-floor-map-layout.figma-card.kind-round-table': string;
195
+ 'pisell-floor-map-layout.figma-card.kind-square-table': string;
196
+ 'pisell-floor-map-layout.figma-card.default-table': string;
197
+ 'pisell-floor-map-layout.figma-card.capacity-seats': string;
198
+ 'pisell-floor-map-layout.figma-card.guests-count': string;
199
+ 'pisell-floor-map-layout.figma-card.status-available': string;
200
+ 'pisell-floor-map-layout.figma-card.status-reserved': string;
201
+ 'pisell-floor-map-layout.figma-card.status-waiting': string;
202
+ 'pisell-floor-map-layout.figma-card.status-dining': string;
203
+ 'pisell-floor-map-layout.figma-card.status-billed': string;
204
+ 'pisell-floor-map-layout.figma-card.status-availableSoon': string;
205
+ };
206
+ 'zh-CN': {
207
+ 'pisell-floor-map-layout.loading': string;
208
+ 'pisell-floor-map-layout.read-canvas-tabs.aria': string;
209
+ 'pisell-floor-map-layout.edit-top-bar.aria': string;
210
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
211
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
212
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
213
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
214
+ 'pisell-floor-map-layout.edit-top-bar.unsaved': string;
215
+ 'pisell-floor-map-layout.edit-top-bar.save': string;
216
+ 'pisell-floor-map-layout.edit-top-bar.saving': string;
217
+ 'pisell-floor-map-layout.edit-top-bar.undo': string;
218
+ 'pisell-floor-map-layout.edit-top-bar.redo': string;
219
+ 'pisell-floor-map-layout.edit-top-bar.cancel-edit': string;
220
+ 'pisell-floor-map-layout.edit-top-bar.finish-edit': string;
221
+ 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-title': string;
222
+ 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-content': string;
223
+ 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-ok': string;
224
+ 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-cancel': string;
225
+ 'pisell-floor-map-layout.canvas-tabs.empty': string;
226
+ 'pisell-floor-map-layout.canvas-tabs.add': string;
227
+ 'pisell-floor-map-layout.canvas-tabs.add-title': string;
228
+ 'pisell-floor-map-layout.canvas-tabs.hint': string;
229
+ 'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
230
+ 'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
231
+ 'pisell-floor-map-layout.canvas-tabs.rename-title': string;
232
+ 'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
233
+ 'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
234
+ 'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
235
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
236
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
237
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
238
+ 'pisell-floor-map-layout.canvas-tabs.overview': string;
239
+ 'pisell-floor-map-layout.canvas-tabs.overview-aria': string;
240
+ 'pisell-floor-map-layout.overview.empty': string;
241
+ 'pisell-floor-map-layout.overview.area-title-badge': string;
242
+ 'pisell-floor-map-layout.overview.canvas-card-aria': string;
243
+ 'pisell-floor-map-layout.edge-panel.title': string;
244
+ 'pisell-floor-map-layout.edge-panel.dirty-hint': string;
245
+ 'pisell-floor-map-layout.edge-panel.source-node': string;
246
+ 'pisell-floor-map-layout.edge-panel.target-node': string;
247
+ 'pisell-floor-map-layout.edge-panel.source-anchor': string;
248
+ 'pisell-floor-map-layout.edge-panel.target-anchor': string;
249
+ 'pisell-floor-map-layout.edge-panel.source-label': string;
250
+ 'pisell-floor-map-layout.edge-panel.target-label': string;
251
+ 'pisell-floor-map-layout.edge-panel.center-label': string;
252
+ 'pisell-floor-map-layout.edge-panel.status': string;
253
+ 'pisell-floor-map-layout.edge-panel.status-online': string;
254
+ 'pisell-floor-map-layout.edge-panel.status-offline': string;
255
+ 'pisell-floor-map-layout.edge-panel.status-warning': string;
256
+ 'pisell-floor-map-layout.edge-panel.status-unknown': string;
257
+ 'pisell-floor-map-layout.edge-panel.color': string;
258
+ 'pisell-floor-map-layout.edge-panel.stroke-width': string;
259
+ 'pisell-floor-map-layout.edge-panel.dashed': string;
260
+ 'pisell-floor-map-layout.edge-panel.dashed-no': string;
261
+ 'pisell-floor-map-layout.edge-panel.dashed-yes': string;
262
+ 'pisell-floor-map-layout.edge-panel.delete': string;
263
+ 'pisell-floor-map-layout.edge-panel.delete-confirm': string;
264
+ 'pisell-floor-map-layout.edit-panel.element-props': string;
265
+ 'pisell-floor-map-layout.edit-panel.close-aria': string;
266
+ 'pisell-floor-map-layout.edit-panel.hint-apply': string;
267
+ 'pisell-floor-map-layout.edit-panel.hint-save': string;
268
+ 'pisell-floor-map-layout.edit-panel.section-layout': string;
269
+ 'pisell-floor-map-layout.edit-panel.lock-on': string;
270
+ 'pisell-floor-map-layout.edit-panel.lock-off': string;
271
+ 'pisell-floor-map-layout.edit-panel.label-x': string;
272
+ 'pisell-floor-map-layout.edit-panel.label-y': string;
273
+ 'pisell-floor-map-layout.edit-panel.label-z': string;
274
+ 'pisell-floor-map-layout.edit-panel.label-width': string;
275
+ 'pisell-floor-map-layout.edit-panel.label-height': string;
276
+ 'pisell-floor-map-layout.edit-panel.label-name': string;
277
+ 'pisell-floor-map-layout.edit-panel.label-name-stage': string;
278
+ 'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
279
+ 'pisell-floor-map-layout.edit-panel.ph-name': string;
280
+ 'pisell-floor-map-layout.edit-panel.label-name-as-title': string;
281
+ 'pisell-floor-map-layout.edit-panel.tip-name-as-title': string;
282
+ 'pisell-floor-map-layout.edit-panel.label-image-url': string;
283
+ 'pisell-floor-map-layout.edit-panel.extra-image-url': string;
284
+ 'pisell-floor-map-layout.edit-panel.ph-https': string;
285
+ 'pisell-floor-map-layout.edit-panel.label-builtin-shape': string;
286
+ 'pisell-floor-map-layout.edit-panel.extra-builtin-shape': string;
287
+ 'pisell-floor-map-layout.edit-panel.ph-builtin-shape': string;
288
+ 'pisell-floor-map-layout.edit-panel.label-canvas': string;
289
+ 'pisell-floor-map-layout.edit-panel.label-element-kind': string;
290
+ 'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
291
+ 'pisell-floor-map-layout.edit-panel.apply': string;
292
+ 'pisell-floor-map-layout.edit-panel.data-binding': string;
293
+ 'pisell-floor-map-layout.edit-panel.data-binding-note': string;
294
+ 'pisell-floor-map-layout.edit-panel.label-data-source': string;
295
+ 'pisell-floor-map-layout.edit-panel.ph-data-source': string;
296
+ 'pisell-floor-map-layout.edit-panel.label-pick-row': string;
297
+ 'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
298
+ 'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
299
+ 'pisell-floor-map-layout.edit-panel.hint-unbound': string;
300
+ 'pisell-floor-map-layout.edit-panel.record-title': string;
301
+ 'pisell-floor-map-layout.edit-panel.pop-title': string;
302
+ 'pisell-floor-map-layout.edit-panel.pop-desc': string;
303
+ 'pisell-floor-map-layout.edit-panel.btn-delete': string;
304
+ 'pisell-floor-map-layout.edit-panel.btn-cancel': string;
305
+ 'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
306
+ 'pisell-floor-map-layout.edit-quick.lock': string;
307
+ 'pisell-floor-map-layout.edit-quick.unlock': string;
308
+ 'pisell-floor-map-layout.edit-quick.duplicate': string;
309
+ 'pisell-floor-map-layout.edit-quick.delete': string;
310
+ 'pisell-floor-map-layout.edit-quick.status-locked': string;
311
+ 'pisell-floor-map-layout.edit-quick.status-unlocked': string;
312
+ 'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
313
+ 'pisell-floor-map-layout.toolbar.category-fallback': string;
314
+ 'pisell-floor-map-layout.toolbar.palette-card-title': string;
315
+ 'pisell-floor-map-layout.toolbar.data-binding-optional': string;
316
+ 'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
317
+ 'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
318
+ 'pisell-floor-map-layout.toolbar.ph-select-records': string;
319
+ 'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
320
+ 'pisell-floor-map-layout.toolbar.open-resource-picker': string;
321
+ 'pisell-floor-map-layout.toolbar.select-with-label': string;
322
+ 'pisell-floor-map-layout.toolbar.resource-picker-none-selected': string;
323
+ 'pisell-floor-map-layout.toolbar.resource-picker-summary': string;
324
+ 'pisell-floor-map-layout.toolbar.resource-picker-summary-empty': string;
325
+ 'pisell-floor-map-layout.resource-picker.title': string;
326
+ 'pisell-floor-map-layout.resource-picker.search-ph': string;
327
+ 'pisell-floor-map-layout.resource-picker.select-all': string;
328
+ 'pisell-floor-map-layout.resource-picker.deselect-all': string;
329
+ 'pisell-floor-map-layout.resource-picker.selected-count': string;
330
+ 'pisell-floor-map-layout.resource-picker.filter-all': string;
331
+ 'pisell-floor-map-layout.resource-picker.empty': string;
332
+ 'pisell-floor-map-layout.resource-picker.confirm': string;
333
+ 'pisell-floor-map-layout.resource-picker.cancel': string;
334
+ 'pisell-floor-map-layout.resource-picker.single-hint': string;
335
+ 'pisell-floor-map-layout.resource-picker.level-area': string;
336
+ 'pisell-floor-map-layout.resource-picker.level-1': string;
337
+ 'pisell-floor-map-layout.resource-picker.level-2': string;
338
+ 'pisell-floor-map-layout.resource-picker.level-3': string;
339
+ 'pisell-floor-map-layout.toolbar.no-data-sources': string;
340
+ 'pisell-floor-map-layout.toolbar.cancel-place': string;
341
+ 'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
342
+ 'pisell-floor-map-layout.toolbar.save': string;
343
+ 'pisell-floor-map-layout.toolbar.saving': string;
344
+ 'pisell-floor-map-layout.toolbar.collapse': string;
345
+ 'pisell-floor-map-layout.toolbar.expand': string;
346
+ 'pisell-floor-map-layout.toolbar.add-to-canvas': string;
347
+ 'pisell-floor-map-layout.toolbar.view-all': string;
348
+ 'pisell-floor-map-layout.toolbar.view-all-modal-title': string;
349
+ 'pisell-floor-map-layout.toolbar.view-all-modal-hint': string;
350
+ 'pisell-floor-map-layout.toolbar.view-all-modal-add': string;
351
+ 'pisell-floor-map-layout.toolbar.view-all-modal-cancel': string;
352
+ 'pisell-floor-map-layout.toolbar.view-all-modal-qty-decrease': string;
353
+ 'pisell-floor-map-layout.toolbar.view-all-modal-qty-increase': string;
354
+ 'pisell-floor-map-layout.toolbar.view-all-modal-category-image': string;
355
+ 'pisell-floor-map-layout.toolbar.view-all-modal-category-icon': string;
356
+ 'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
357
+ 'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
358
+ 'pisell-floor-map-layout.view-controls.reset-aria': string;
359
+ 'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
360
+ 'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
361
+ 'pisell-floor-map-layout.view-controls.grid-show-aria': string;
362
+ 'pisell-floor-map-layout.view-controls.edges-hide-aria': string;
363
+ 'pisell-floor-map-layout.view-controls.edges-show-aria': string;
364
+ 'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
365
+ 'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
366
+ 'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
367
+ 'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
368
+ 'pisell-floor-map-layout.view-controls.viewport-lock-aria': string;
369
+ 'pisell-floor-map-layout.view-controls.viewport-unlock-aria': string;
370
+ 'pisell-floor-map-layout.image-element.default-name': string;
371
+ 'pisell-floor-map-layout.placement.fallback-image-name': string;
372
+ 'pisell-floor-map-layout.zone.title-badge': string;
373
+ 'pisell-floor-map-layout.zone.unnamed': string;
374
+ 'pisell-floor-map-layout.image-element.hint-no-url': string;
375
+ 'pisell-floor-map-layout.image-element.hint-load-fail': string;
376
+ 'pisell-floor-map-layout.builtin-shape.default-name': string;
377
+ 'pisell-floor-map-layout.builtin-shape.hint-no-key': string;
378
+ 'pisell-floor-map-layout.builtin-shape.toilet': string;
379
+ 'pisell-floor-map-layout.builtin-shape.divider': string;
380
+ 'pisell-floor-map-layout.builtin-shape.column': string;
381
+ 'pisell-floor-map-layout.builtin-shape.sofa': string;
382
+ 'pisell-floor-map-layout.builtin-shape.door': string;
383
+ 'pisell-floor-map-layout.builtin-shape.flower-pot': string;
384
+ 'pisell-floor-map-layout.builtin-shape.palette-pick-label': string;
385
+ 'pisell-floor-map-layout.palette.builtin-shape': string;
386
+ 'pisell-floor-map-layout.data-form.empty': string;
387
+ 'pisell-floor-map-layout.data-form.save-record': string;
388
+ 'pisell-floor-map-layout.binding-error.required-row': string;
389
+ 'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
390
+ 'pisell-floor-map-layout.binding-error.missing-field': string;
391
+ 'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
392
+ 'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
393
+ 'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
394
+ 'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
395
+ 'pisell-floor-map-layout.figma-card.kind-round-table': string;
396
+ 'pisell-floor-map-layout.figma-card.kind-square-table': string;
397
+ 'pisell-floor-map-layout.figma-card.default-table': string;
398
+ 'pisell-floor-map-layout.figma-card.capacity-seats': string;
399
+ 'pisell-floor-map-layout.figma-card.guests-count': string;
400
+ 'pisell-floor-map-layout.figma-card.status-available': string;
401
+ 'pisell-floor-map-layout.figma-card.status-reserved': string;
402
+ 'pisell-floor-map-layout.figma-card.status-waiting': string;
403
+ 'pisell-floor-map-layout.figma-card.status-dining': string;
404
+ 'pisell-floor-map-layout.figma-card.status-billed': string;
405
+ 'pisell-floor-map-layout.figma-card.status-availableSoon': string;
406
+ };
407
+ 'zh-HK': {
408
+ 'pisell-floor-map-layout.loading': string;
409
+ 'pisell-floor-map-layout.read-canvas-tabs.aria': string;
410
+ 'pisell-floor-map-layout.edit-top-bar.aria': string;
411
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
412
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
413
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
414
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
415
+ 'pisell-floor-map-layout.edit-top-bar.unsaved': string;
416
+ 'pisell-floor-map-layout.edit-top-bar.save': string;
417
+ 'pisell-floor-map-layout.edit-top-bar.saving': string;
418
+ 'pisell-floor-map-layout.edit-top-bar.undo': string;
419
+ 'pisell-floor-map-layout.edit-top-bar.redo': string;
420
+ 'pisell-floor-map-layout.edit-top-bar.cancel-edit': string;
421
+ 'pisell-floor-map-layout.edit-top-bar.finish-edit': string;
422
+ 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-title': string;
423
+ 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-content': string;
424
+ 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-ok': string;
425
+ 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-cancel': string;
426
+ 'pisell-floor-map-layout.canvas-tabs.empty': string;
427
+ 'pisell-floor-map-layout.canvas-tabs.add': string;
428
+ 'pisell-floor-map-layout.canvas-tabs.add-title': string;
429
+ 'pisell-floor-map-layout.canvas-tabs.hint': string;
430
+ 'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
431
+ 'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
432
+ 'pisell-floor-map-layout.canvas-tabs.rename-title': string;
433
+ 'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
434
+ 'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
435
+ 'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
436
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
437
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
438
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
439
+ 'pisell-floor-map-layout.canvas-tabs.overview': string;
440
+ 'pisell-floor-map-layout.canvas-tabs.overview-aria': string;
441
+ 'pisell-floor-map-layout.overview.empty': string;
442
+ 'pisell-floor-map-layout.overview.area-title-badge': string;
443
+ 'pisell-floor-map-layout.overview.canvas-card-aria': string;
444
+ 'pisell-floor-map-layout.edge-panel.title': string;
445
+ 'pisell-floor-map-layout.edge-panel.dirty-hint': string;
446
+ 'pisell-floor-map-layout.edge-panel.source-node': string;
447
+ 'pisell-floor-map-layout.edge-panel.target-node': string;
448
+ 'pisell-floor-map-layout.edge-panel.source-anchor': string;
449
+ 'pisell-floor-map-layout.edge-panel.target-anchor': string;
450
+ 'pisell-floor-map-layout.edge-panel.source-label': string;
451
+ 'pisell-floor-map-layout.edge-panel.target-label': string;
452
+ 'pisell-floor-map-layout.edge-panel.center-label': string;
453
+ 'pisell-floor-map-layout.edge-panel.status': string;
454
+ 'pisell-floor-map-layout.edge-panel.status-online': string;
455
+ 'pisell-floor-map-layout.edge-panel.status-offline': string;
456
+ 'pisell-floor-map-layout.edge-panel.status-warning': string;
457
+ 'pisell-floor-map-layout.edge-panel.status-unknown': string;
458
+ 'pisell-floor-map-layout.edge-panel.color': string;
459
+ 'pisell-floor-map-layout.edge-panel.stroke-width': string;
460
+ 'pisell-floor-map-layout.edge-panel.dashed': string;
461
+ 'pisell-floor-map-layout.edge-panel.dashed-no': string;
462
+ 'pisell-floor-map-layout.edge-panel.dashed-yes': string;
463
+ 'pisell-floor-map-layout.edge-panel.delete': string;
464
+ 'pisell-floor-map-layout.edge-panel.delete-confirm': string;
465
+ 'pisell-floor-map-layout.edit-panel.element-props': string;
466
+ 'pisell-floor-map-layout.edit-panel.close-aria': string;
467
+ 'pisell-floor-map-layout.edit-panel.hint-apply': string;
468
+ 'pisell-floor-map-layout.edit-panel.hint-save': string;
469
+ 'pisell-floor-map-layout.edit-panel.section-layout': string;
470
+ 'pisell-floor-map-layout.edit-panel.lock-on': string;
471
+ 'pisell-floor-map-layout.edit-panel.lock-off': string;
472
+ 'pisell-floor-map-layout.edit-panel.label-x': string;
473
+ 'pisell-floor-map-layout.edit-panel.label-y': string;
474
+ 'pisell-floor-map-layout.edit-panel.label-z': string;
475
+ 'pisell-floor-map-layout.edit-panel.label-width': string;
476
+ 'pisell-floor-map-layout.edit-panel.label-height': string;
477
+ 'pisell-floor-map-layout.edit-panel.label-name': string;
478
+ 'pisell-floor-map-layout.edit-panel.label-name-stage': string;
479
+ 'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
480
+ 'pisell-floor-map-layout.edit-panel.ph-name': string;
481
+ 'pisell-floor-map-layout.edit-panel.label-name-as-title': string;
482
+ 'pisell-floor-map-layout.edit-panel.tip-name-as-title': string;
483
+ 'pisell-floor-map-layout.edit-panel.label-image-url': string;
484
+ 'pisell-floor-map-layout.edit-panel.extra-image-url': string;
485
+ 'pisell-floor-map-layout.edit-panel.ph-https': string;
486
+ 'pisell-floor-map-layout.edit-panel.label-builtin-shape': string;
487
+ 'pisell-floor-map-layout.edit-panel.extra-builtin-shape': string;
488
+ 'pisell-floor-map-layout.edit-panel.ph-builtin-shape': string;
489
+ 'pisell-floor-map-layout.edit-panel.label-canvas': string;
490
+ 'pisell-floor-map-layout.edit-panel.label-element-kind': string;
491
+ 'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
492
+ 'pisell-floor-map-layout.edit-panel.apply': string;
493
+ 'pisell-floor-map-layout.edit-panel.data-binding': string;
494
+ 'pisell-floor-map-layout.edit-panel.data-binding-note': string;
495
+ 'pisell-floor-map-layout.edit-panel.label-data-source': string;
496
+ 'pisell-floor-map-layout.edit-panel.ph-data-source': string;
497
+ 'pisell-floor-map-layout.edit-panel.label-pick-row': string;
498
+ 'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
499
+ 'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
500
+ 'pisell-floor-map-layout.edit-panel.hint-unbound': string;
501
+ 'pisell-floor-map-layout.edit-panel.record-title': string;
502
+ 'pisell-floor-map-layout.edit-panel.pop-title': string;
503
+ 'pisell-floor-map-layout.edit-panel.pop-desc': string;
504
+ 'pisell-floor-map-layout.edit-panel.btn-delete': string;
505
+ 'pisell-floor-map-layout.edit-panel.btn-cancel': string;
506
+ 'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
507
+ 'pisell-floor-map-layout.edit-quick.lock': string;
508
+ 'pisell-floor-map-layout.edit-quick.unlock': string;
509
+ 'pisell-floor-map-layout.edit-quick.duplicate': string;
510
+ 'pisell-floor-map-layout.edit-quick.delete': string;
511
+ 'pisell-floor-map-layout.edit-quick.status-locked': string;
512
+ 'pisell-floor-map-layout.edit-quick.status-unlocked': string;
513
+ 'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
514
+ 'pisell-floor-map-layout.toolbar.category-fallback': string;
515
+ 'pisell-floor-map-layout.toolbar.palette-card-title': string;
516
+ 'pisell-floor-map-layout.toolbar.data-binding-optional': string;
517
+ 'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
518
+ 'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
519
+ 'pisell-floor-map-layout.toolbar.ph-select-records': string;
520
+ 'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
521
+ 'pisell-floor-map-layout.toolbar.open-resource-picker': string;
522
+ 'pisell-floor-map-layout.toolbar.select-with-label': string;
523
+ 'pisell-floor-map-layout.toolbar.resource-picker-none-selected': string;
524
+ 'pisell-floor-map-layout.toolbar.resource-picker-summary': string;
525
+ 'pisell-floor-map-layout.toolbar.resource-picker-summary-empty': string;
526
+ 'pisell-floor-map-layout.resource-picker.title': string;
527
+ 'pisell-floor-map-layout.resource-picker.search-ph': string;
528
+ 'pisell-floor-map-layout.resource-picker.select-all': string;
529
+ 'pisell-floor-map-layout.resource-picker.deselect-all': string;
530
+ 'pisell-floor-map-layout.resource-picker.selected-count': string;
531
+ 'pisell-floor-map-layout.resource-picker.filter-all': string;
532
+ 'pisell-floor-map-layout.resource-picker.empty': string;
533
+ 'pisell-floor-map-layout.resource-picker.confirm': string;
534
+ 'pisell-floor-map-layout.resource-picker.cancel': string;
535
+ 'pisell-floor-map-layout.resource-picker.single-hint': string;
536
+ 'pisell-floor-map-layout.resource-picker.level-area': string;
537
+ 'pisell-floor-map-layout.resource-picker.level-1': string;
538
+ 'pisell-floor-map-layout.resource-picker.level-2': string;
539
+ 'pisell-floor-map-layout.resource-picker.level-3': string;
540
+ 'pisell-floor-map-layout.toolbar.no-data-sources': string;
541
+ 'pisell-floor-map-layout.toolbar.cancel-place': string;
542
+ 'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
543
+ 'pisell-floor-map-layout.toolbar.save': string;
544
+ 'pisell-floor-map-layout.toolbar.saving': string;
545
+ 'pisell-floor-map-layout.toolbar.collapse': string;
546
+ 'pisell-floor-map-layout.toolbar.expand': string;
547
+ 'pisell-floor-map-layout.toolbar.add-to-canvas': string;
548
+ 'pisell-floor-map-layout.toolbar.view-all': string;
549
+ 'pisell-floor-map-layout.toolbar.view-all-modal-title': string;
550
+ 'pisell-floor-map-layout.toolbar.view-all-modal-hint': string;
551
+ 'pisell-floor-map-layout.toolbar.view-all-modal-add': string;
552
+ 'pisell-floor-map-layout.toolbar.view-all-modal-cancel': string;
553
+ 'pisell-floor-map-layout.toolbar.view-all-modal-qty-decrease': string;
554
+ 'pisell-floor-map-layout.toolbar.view-all-modal-qty-increase': string;
555
+ 'pisell-floor-map-layout.toolbar.view-all-modal-category-image': string;
556
+ 'pisell-floor-map-layout.toolbar.view-all-modal-category-icon': string;
557
+ 'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
558
+ 'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
559
+ 'pisell-floor-map-layout.view-controls.reset-aria': string;
560
+ 'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
561
+ 'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
562
+ 'pisell-floor-map-layout.view-controls.grid-show-aria': string;
563
+ 'pisell-floor-map-layout.view-controls.edges-hide-aria': string;
564
+ 'pisell-floor-map-layout.view-controls.edges-show-aria': string;
565
+ 'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
566
+ 'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
567
+ 'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
568
+ 'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
569
+ 'pisell-floor-map-layout.view-controls.viewport-lock-aria': string;
570
+ 'pisell-floor-map-layout.view-controls.viewport-unlock-aria': string;
571
+ 'pisell-floor-map-layout.image-element.default-name': string;
572
+ 'pisell-floor-map-layout.placement.fallback-image-name': string;
573
+ 'pisell-floor-map-layout.zone.title-badge': string;
574
+ 'pisell-floor-map-layout.zone.unnamed': string;
575
+ 'pisell-floor-map-layout.image-element.hint-no-url': string;
576
+ 'pisell-floor-map-layout.image-element.hint-load-fail': string;
577
+ 'pisell-floor-map-layout.builtin-shape.default-name': string;
578
+ 'pisell-floor-map-layout.builtin-shape.hint-no-key': string;
579
+ 'pisell-floor-map-layout.builtin-shape.toilet': string;
580
+ 'pisell-floor-map-layout.builtin-shape.divider': string;
581
+ 'pisell-floor-map-layout.builtin-shape.column': string;
582
+ 'pisell-floor-map-layout.builtin-shape.sofa': string;
583
+ 'pisell-floor-map-layout.builtin-shape.door': string;
584
+ 'pisell-floor-map-layout.builtin-shape.flower-pot': string;
585
+ 'pisell-floor-map-layout.builtin-shape.palette-pick-label': string;
586
+ 'pisell-floor-map-layout.palette.builtin-shape': string;
587
+ 'pisell-floor-map-layout.data-form.empty': string;
588
+ 'pisell-floor-map-layout.data-form.save-record': string;
589
+ 'pisell-floor-map-layout.binding-error.required-row': string;
590
+ 'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
591
+ 'pisell-floor-map-layout.binding-error.missing-field': string;
592
+ 'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
593
+ 'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
594
+ 'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
595
+ 'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
596
+ 'pisell-floor-map-layout.figma-card.kind-round-table': string;
597
+ 'pisell-floor-map-layout.figma-card.kind-square-table': string;
598
+ 'pisell-floor-map-layout.figma-card.default-table': string;
599
+ 'pisell-floor-map-layout.figma-card.capacity-seats': string;
600
+ 'pisell-floor-map-layout.figma-card.guests-count': string;
601
+ 'pisell-floor-map-layout.figma-card.status-available': string;
602
+ 'pisell-floor-map-layout.figma-card.status-reserved': string;
603
+ 'pisell-floor-map-layout.figma-card.status-waiting': string;
604
+ 'pisell-floor-map-layout.figma-card.status-dining': string;
605
+ 'pisell-floor-map-layout.figma-card.status-billed': string;
606
+ 'pisell-floor-map-layout.figma-card.status-availableSoon': string;
607
+ };
608
+ ja: {
609
+ 'pisell-floor-map-layout.loading': string;
610
+ 'pisell-floor-map-layout.read-canvas-tabs.aria': string;
611
+ 'pisell-floor-map-layout.edit-top-bar.aria': string;
612
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
613
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
614
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
615
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
616
+ 'pisell-floor-map-layout.edit-top-bar.unsaved': string;
617
+ 'pisell-floor-map-layout.edit-top-bar.save': string;
618
+ 'pisell-floor-map-layout.edit-top-bar.saving': string;
619
+ 'pisell-floor-map-layout.edit-top-bar.undo': string;
620
+ 'pisell-floor-map-layout.edit-top-bar.redo': string;
621
+ 'pisell-floor-map-layout.edit-top-bar.cancel-edit': string;
622
+ 'pisell-floor-map-layout.edit-top-bar.finish-edit': string;
623
+ 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-title': string;
624
+ 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-content': string;
625
+ 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-ok': string;
626
+ 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-cancel': string;
627
+ 'pisell-floor-map-layout.canvas-tabs.empty': string;
628
+ 'pisell-floor-map-layout.canvas-tabs.add': string;
629
+ 'pisell-floor-map-layout.canvas-tabs.add-title': string;
630
+ 'pisell-floor-map-layout.canvas-tabs.hint': string;
631
+ 'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
632
+ 'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
633
+ 'pisell-floor-map-layout.canvas-tabs.rename-title': string;
634
+ 'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
635
+ 'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
636
+ 'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
637
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
638
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
639
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
640
+ 'pisell-floor-map-layout.canvas-tabs.overview': string;
641
+ 'pisell-floor-map-layout.canvas-tabs.overview-aria': string;
642
+ 'pisell-floor-map-layout.overview.empty': string;
643
+ 'pisell-floor-map-layout.overview.area-title-badge': string;
644
+ 'pisell-floor-map-layout.overview.canvas-card-aria': string;
645
+ 'pisell-floor-map-layout.edit-panel.element-props': string;
646
+ 'pisell-floor-map-layout.edit-panel.close-aria': string;
647
+ 'pisell-floor-map-layout.edit-panel.hint-apply': string;
648
+ 'pisell-floor-map-layout.edit-panel.hint-save': string;
649
+ 'pisell-floor-map-layout.edit-panel.section-layout': string;
650
+ 'pisell-floor-map-layout.edit-panel.lock-on': string;
651
+ 'pisell-floor-map-layout.edit-panel.lock-off': string;
652
+ 'pisell-floor-map-layout.edit-panel.label-x': string;
653
+ 'pisell-floor-map-layout.edit-panel.label-y': string;
654
+ 'pisell-floor-map-layout.edit-panel.label-z': string;
655
+ 'pisell-floor-map-layout.edit-panel.label-width': string;
656
+ 'pisell-floor-map-layout.edit-panel.label-height': string;
657
+ 'pisell-floor-map-layout.edit-panel.label-name': string;
658
+ 'pisell-floor-map-layout.edit-panel.label-name-stage': string;
659
+ 'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
660
+ 'pisell-floor-map-layout.edit-panel.ph-name': string;
661
+ 'pisell-floor-map-layout.edit-panel.label-name-as-title': string;
662
+ 'pisell-floor-map-layout.edit-panel.tip-name-as-title': string;
663
+ 'pisell-floor-map-layout.edit-panel.label-builtin-shape': string;
664
+ 'pisell-floor-map-layout.edit-panel.extra-builtin-shape': string;
665
+ 'pisell-floor-map-layout.edit-panel.ph-builtin-shape': string;
666
+ 'pisell-floor-map-layout.edit-panel.label-image-url': string;
667
+ 'pisell-floor-map-layout.edit-panel.extra-image-url': string;
668
+ 'pisell-floor-map-layout.edit-panel.ph-https': string;
669
+ 'pisell-floor-map-layout.edit-panel.label-canvas': string;
670
+ 'pisell-floor-map-layout.edit-panel.label-element-kind': string;
671
+ 'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
672
+ 'pisell-floor-map-layout.edit-panel.apply': string;
673
+ 'pisell-floor-map-layout.edit-panel.data-binding': string;
674
+ 'pisell-floor-map-layout.edit-panel.data-binding-note': string;
675
+ 'pisell-floor-map-layout.edit-panel.label-data-source': string;
676
+ 'pisell-floor-map-layout.edit-panel.ph-data-source': string;
677
+ 'pisell-floor-map-layout.edit-panel.label-pick-row': string;
678
+ 'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
679
+ 'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
680
+ 'pisell-floor-map-layout.edit-panel.hint-unbound': string;
681
+ 'pisell-floor-map-layout.edit-panel.record-title': string;
682
+ 'pisell-floor-map-layout.edit-panel.pop-title': string;
683
+ 'pisell-floor-map-layout.edit-panel.pop-desc': string;
684
+ 'pisell-floor-map-layout.edit-panel.btn-delete': string;
685
+ 'pisell-floor-map-layout.edit-panel.btn-cancel': string;
686
+ 'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
687
+ 'pisell-floor-map-layout.edit-quick.lock': string;
688
+ 'pisell-floor-map-layout.edit-quick.unlock': string;
689
+ 'pisell-floor-map-layout.edit-quick.duplicate': string;
690
+ 'pisell-floor-map-layout.edit-quick.delete': string;
691
+ 'pisell-floor-map-layout.edit-quick.status-locked': string;
692
+ 'pisell-floor-map-layout.edit-quick.status-unlocked': string;
693
+ 'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
694
+ 'pisell-floor-map-layout.toolbar.category-fallback': string;
695
+ 'pisell-floor-map-layout.toolbar.palette-card-title': string;
696
+ 'pisell-floor-map-layout.toolbar.data-binding-optional': string;
697
+ 'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
698
+ 'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
699
+ 'pisell-floor-map-layout.toolbar.ph-select-records': string;
700
+ 'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
701
+ 'pisell-floor-map-layout.toolbar.open-resource-picker': string;
702
+ 'pisell-floor-map-layout.toolbar.select-with-label': string;
703
+ 'pisell-floor-map-layout.toolbar.resource-picker-none-selected': string;
704
+ 'pisell-floor-map-layout.toolbar.resource-picker-summary': string;
705
+ 'pisell-floor-map-layout.toolbar.resource-picker-summary-empty': string;
706
+ 'pisell-floor-map-layout.resource-picker.title': string;
707
+ 'pisell-floor-map-layout.resource-picker.search-ph': string;
708
+ 'pisell-floor-map-layout.resource-picker.select-all': string;
709
+ 'pisell-floor-map-layout.resource-picker.deselect-all': string;
710
+ 'pisell-floor-map-layout.resource-picker.selected-count': string;
711
+ 'pisell-floor-map-layout.resource-picker.filter-all': string;
712
+ 'pisell-floor-map-layout.resource-picker.empty': string;
713
+ 'pisell-floor-map-layout.resource-picker.confirm': string;
714
+ 'pisell-floor-map-layout.resource-picker.cancel': string;
715
+ 'pisell-floor-map-layout.resource-picker.single-hint': string;
716
+ 'pisell-floor-map-layout.resource-picker.level-area': string;
717
+ 'pisell-floor-map-layout.resource-picker.level-1': string;
718
+ 'pisell-floor-map-layout.resource-picker.level-2': string;
719
+ 'pisell-floor-map-layout.resource-picker.level-3': string;
720
+ 'pisell-floor-map-layout.toolbar.no-data-sources': string;
721
+ 'pisell-floor-map-layout.toolbar.cancel-place': string;
722
+ 'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
723
+ 'pisell-floor-map-layout.toolbar.save': string;
724
+ 'pisell-floor-map-layout.toolbar.saving': string;
725
+ 'pisell-floor-map-layout.toolbar.collapse': string;
726
+ 'pisell-floor-map-layout.toolbar.expand': string;
727
+ 'pisell-floor-map-layout.toolbar.add-to-canvas': string;
728
+ 'pisell-floor-map-layout.toolbar.view-all': string;
729
+ 'pisell-floor-map-layout.toolbar.view-all-modal-title': string;
730
+ 'pisell-floor-map-layout.toolbar.view-all-modal-hint': string;
731
+ 'pisell-floor-map-layout.toolbar.view-all-modal-add': string;
732
+ 'pisell-floor-map-layout.toolbar.view-all-modal-cancel': string;
733
+ 'pisell-floor-map-layout.toolbar.view-all-modal-qty-decrease': string;
734
+ 'pisell-floor-map-layout.toolbar.view-all-modal-qty-increase': string;
735
+ 'pisell-floor-map-layout.toolbar.view-all-modal-category-image': string;
736
+ 'pisell-floor-map-layout.toolbar.view-all-modal-category-icon': string;
737
+ 'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
738
+ 'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
739
+ 'pisell-floor-map-layout.view-controls.reset-aria': string;
740
+ 'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
741
+ 'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
742
+ 'pisell-floor-map-layout.view-controls.grid-show-aria': string;
743
+ 'pisell-floor-map-layout.view-controls.edges-hide-aria': string;
744
+ 'pisell-floor-map-layout.view-controls.edges-show-aria': string;
745
+ 'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
746
+ 'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
747
+ 'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
748
+ 'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
749
+ 'pisell-floor-map-layout.view-controls.viewport-lock-aria': string;
750
+ 'pisell-floor-map-layout.view-controls.viewport-unlock-aria': string;
751
+ 'pisell-floor-map-layout.builtin-shape.default-name': string;
752
+ 'pisell-floor-map-layout.builtin-shape.hint-no-key': string;
753
+ 'pisell-floor-map-layout.builtin-shape.toilet': string;
754
+ 'pisell-floor-map-layout.builtin-shape.divider': string;
755
+ 'pisell-floor-map-layout.builtin-shape.column': string;
756
+ 'pisell-floor-map-layout.builtin-shape.sofa': string;
757
+ 'pisell-floor-map-layout.builtin-shape.door': string;
758
+ 'pisell-floor-map-layout.builtin-shape.flower-pot': string;
759
+ 'pisell-floor-map-layout.builtin-shape.palette-pick-label': string;
760
+ 'pisell-floor-map-layout.palette.builtin-shape': string;
761
+ 'pisell-floor-map-layout.image-element.default-name': string;
762
+ 'pisell-floor-map-layout.placement.fallback-image-name': string;
763
+ 'pisell-floor-map-layout.zone.title-badge': string;
764
+ 'pisell-floor-map-layout.zone.unnamed': string;
765
+ 'pisell-floor-map-layout.image-element.hint-no-url': string;
766
+ 'pisell-floor-map-layout.image-element.hint-load-fail': string;
767
+ 'pisell-floor-map-layout.data-form.empty': string;
768
+ 'pisell-floor-map-layout.data-form.save-record': string;
769
+ 'pisell-floor-map-layout.binding-error.required-row': string;
770
+ 'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
771
+ 'pisell-floor-map-layout.binding-error.missing-field': string;
772
+ 'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
773
+ 'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
774
+ 'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
775
+ 'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
776
+ 'pisell-floor-map-layout.figma-card.kind-round-table': string;
777
+ 'pisell-floor-map-layout.figma-card.kind-square-table': string;
778
+ 'pisell-floor-map-layout.figma-card.default-table': string;
779
+ 'pisell-floor-map-layout.figma-card.capacity-seats': string;
780
+ 'pisell-floor-map-layout.figma-card.guests-count': string;
781
+ 'pisell-floor-map-layout.figma-card.status-available': string;
782
+ 'pisell-floor-map-layout.figma-card.status-reserved': string;
783
+ 'pisell-floor-map-layout.figma-card.status-waiting': string;
784
+ 'pisell-floor-map-layout.figma-card.status-dining': string;
785
+ 'pisell-floor-map-layout.figma-card.status-billed': string;
786
+ 'pisell-floor-map-layout.figma-card.status-availableSoon': string;
787
+ };
788
+ pt: {
789
+ 'pisell-floor-map-layout.loading': string;
790
+ 'pisell-floor-map-layout.read-canvas-tabs.aria': string;
791
+ 'pisell-floor-map-layout.edit-top-bar.aria': string;
792
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
793
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
794
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
795
+ 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
796
+ 'pisell-floor-map-layout.edit-top-bar.unsaved': string;
797
+ 'pisell-floor-map-layout.edit-top-bar.save': string;
798
+ 'pisell-floor-map-layout.edit-top-bar.saving': string;
799
+ 'pisell-floor-map-layout.edit-top-bar.undo': string;
800
+ 'pisell-floor-map-layout.edit-top-bar.redo': string;
801
+ 'pisell-floor-map-layout.edit-top-bar.cancel-edit': string;
802
+ 'pisell-floor-map-layout.edit-top-bar.finish-edit': string;
803
+ 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-title': string;
804
+ 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-content': string;
805
+ 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-ok': string;
806
+ 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-cancel': string;
807
+ 'pisell-floor-map-layout.canvas-tabs.empty': string;
808
+ 'pisell-floor-map-layout.canvas-tabs.add': string;
809
+ 'pisell-floor-map-layout.canvas-tabs.add-title': string;
810
+ 'pisell-floor-map-layout.canvas-tabs.hint': string;
811
+ 'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
812
+ 'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
813
+ 'pisell-floor-map-layout.canvas-tabs.rename-title': string;
814
+ 'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
815
+ 'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
816
+ 'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
817
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
818
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
819
+ 'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
820
+ 'pisell-floor-map-layout.canvas-tabs.overview': string;
821
+ 'pisell-floor-map-layout.canvas-tabs.overview-aria': string;
822
+ 'pisell-floor-map-layout.overview.empty': string;
823
+ 'pisell-floor-map-layout.overview.area-title-badge': string;
824
+ 'pisell-floor-map-layout.overview.canvas-card-aria': string;
825
+ 'pisell-floor-map-layout.edit-panel.element-props': string;
826
+ 'pisell-floor-map-layout.edit-panel.close-aria': string;
827
+ 'pisell-floor-map-layout.edit-panel.hint-apply': string;
828
+ 'pisell-floor-map-layout.edit-panel.hint-save': string;
829
+ 'pisell-floor-map-layout.edit-panel.section-layout': string;
830
+ 'pisell-floor-map-layout.edit-panel.lock-on': string;
831
+ 'pisell-floor-map-layout.edit-panel.lock-off': string;
832
+ 'pisell-floor-map-layout.edit-panel.label-x': string;
833
+ 'pisell-floor-map-layout.edit-panel.label-y': string;
834
+ 'pisell-floor-map-layout.edit-panel.label-z': string;
835
+ 'pisell-floor-map-layout.edit-panel.label-width': string;
836
+ 'pisell-floor-map-layout.edit-panel.label-height': string;
837
+ 'pisell-floor-map-layout.edit-panel.label-name': string;
838
+ 'pisell-floor-map-layout.edit-panel.label-name-stage': string;
839
+ 'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
840
+ 'pisell-floor-map-layout.edit-panel.ph-name': string;
841
+ 'pisell-floor-map-layout.edit-panel.label-name-as-title': string;
842
+ 'pisell-floor-map-layout.edit-panel.tip-name-as-title': string;
843
+ 'pisell-floor-map-layout.edit-panel.label-builtin-shape': string;
844
+ 'pisell-floor-map-layout.edit-panel.extra-builtin-shape': string;
845
+ 'pisell-floor-map-layout.edit-panel.ph-builtin-shape': string;
846
+ 'pisell-floor-map-layout.edit-panel.label-image-url': string;
847
+ 'pisell-floor-map-layout.edit-panel.extra-image-url': string;
848
+ 'pisell-floor-map-layout.edit-panel.ph-https': string;
849
+ 'pisell-floor-map-layout.edit-panel.label-canvas': string;
850
+ 'pisell-floor-map-layout.edit-panel.label-element-kind': string;
851
+ 'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
852
+ 'pisell-floor-map-layout.edit-panel.apply': string;
853
+ 'pisell-floor-map-layout.edit-panel.data-binding': string;
854
+ 'pisell-floor-map-layout.edit-panel.data-binding-note': string;
855
+ 'pisell-floor-map-layout.edit-panel.label-data-source': string;
856
+ 'pisell-floor-map-layout.edit-panel.ph-data-source': string;
857
+ 'pisell-floor-map-layout.edit-panel.label-pick-row': string;
858
+ 'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
859
+ 'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
860
+ 'pisell-floor-map-layout.edit-panel.hint-unbound': string;
861
+ 'pisell-floor-map-layout.edit-panel.record-title': string;
862
+ 'pisell-floor-map-layout.edit-panel.pop-title': string;
863
+ 'pisell-floor-map-layout.edit-panel.pop-desc': string;
864
+ 'pisell-floor-map-layout.edit-panel.btn-delete': string;
865
+ 'pisell-floor-map-layout.edit-panel.btn-cancel': string;
866
+ 'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
867
+ 'pisell-floor-map-layout.edit-quick.lock': string;
868
+ 'pisell-floor-map-layout.edit-quick.unlock': string;
869
+ 'pisell-floor-map-layout.edit-quick.duplicate': string;
870
+ 'pisell-floor-map-layout.edit-quick.delete': string;
871
+ 'pisell-floor-map-layout.edit-quick.status-locked': string;
872
+ 'pisell-floor-map-layout.edit-quick.status-unlocked': string;
873
+ 'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
874
+ 'pisell-floor-map-layout.toolbar.category-fallback': string;
875
+ 'pisell-floor-map-layout.toolbar.palette-card-title': string;
876
+ 'pisell-floor-map-layout.toolbar.data-binding-optional': string;
877
+ 'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
878
+ 'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
879
+ 'pisell-floor-map-layout.toolbar.ph-select-records': string;
880
+ 'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
881
+ 'pisell-floor-map-layout.toolbar.open-resource-picker': string;
882
+ 'pisell-floor-map-layout.toolbar.select-with-label': string;
883
+ 'pisell-floor-map-layout.toolbar.resource-picker-none-selected': string;
884
+ 'pisell-floor-map-layout.toolbar.resource-picker-summary': string;
885
+ 'pisell-floor-map-layout.toolbar.resource-picker-summary-empty': string;
886
+ 'pisell-floor-map-layout.resource-picker.title': string;
887
+ 'pisell-floor-map-layout.resource-picker.search-ph': string;
888
+ 'pisell-floor-map-layout.resource-picker.select-all': string;
889
+ 'pisell-floor-map-layout.resource-picker.deselect-all': string;
890
+ 'pisell-floor-map-layout.resource-picker.selected-count': string;
891
+ 'pisell-floor-map-layout.resource-picker.filter-all': string;
892
+ 'pisell-floor-map-layout.resource-picker.empty': string;
893
+ 'pisell-floor-map-layout.resource-picker.confirm': string;
894
+ 'pisell-floor-map-layout.resource-picker.cancel': string;
895
+ 'pisell-floor-map-layout.resource-picker.single-hint': string;
896
+ 'pisell-floor-map-layout.resource-picker.level-area': string;
897
+ 'pisell-floor-map-layout.resource-picker.level-1': string;
898
+ 'pisell-floor-map-layout.resource-picker.level-2': string;
899
+ 'pisell-floor-map-layout.resource-picker.level-3': string;
900
+ 'pisell-floor-map-layout.toolbar.no-data-sources': string;
901
+ 'pisell-floor-map-layout.toolbar.cancel-place': string;
902
+ 'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
903
+ 'pisell-floor-map-layout.toolbar.save': string;
904
+ 'pisell-floor-map-layout.toolbar.saving': string;
905
+ 'pisell-floor-map-layout.toolbar.collapse': string;
906
+ 'pisell-floor-map-layout.toolbar.expand': string;
907
+ 'pisell-floor-map-layout.toolbar.add-to-canvas': string;
908
+ 'pisell-floor-map-layout.toolbar.view-all': string;
909
+ 'pisell-floor-map-layout.toolbar.view-all-modal-title': string;
910
+ 'pisell-floor-map-layout.toolbar.view-all-modal-hint': string;
911
+ 'pisell-floor-map-layout.toolbar.view-all-modal-add': string;
912
+ 'pisell-floor-map-layout.toolbar.view-all-modal-cancel': string;
913
+ 'pisell-floor-map-layout.toolbar.view-all-modal-qty-decrease': string;
914
+ 'pisell-floor-map-layout.toolbar.view-all-modal-qty-increase': string;
915
+ 'pisell-floor-map-layout.toolbar.view-all-modal-category-image': string;
916
+ 'pisell-floor-map-layout.toolbar.view-all-modal-category-icon': string;
917
+ 'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
918
+ 'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
919
+ 'pisell-floor-map-layout.view-controls.reset-aria': string;
920
+ 'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
921
+ 'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
922
+ 'pisell-floor-map-layout.view-controls.grid-show-aria': string;
923
+ 'pisell-floor-map-layout.view-controls.edges-hide-aria': string;
924
+ 'pisell-floor-map-layout.view-controls.edges-show-aria': string;
925
+ 'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
926
+ 'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
927
+ 'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
928
+ 'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
929
+ 'pisell-floor-map-layout.view-controls.viewport-lock-aria': string;
930
+ 'pisell-floor-map-layout.view-controls.viewport-unlock-aria': string;
931
+ 'pisell-floor-map-layout.builtin-shape.default-name': string;
932
+ 'pisell-floor-map-layout.builtin-shape.hint-no-key': string;
933
+ 'pisell-floor-map-layout.builtin-shape.toilet': string;
934
+ 'pisell-floor-map-layout.builtin-shape.divider': string;
935
+ 'pisell-floor-map-layout.builtin-shape.column': string;
936
+ 'pisell-floor-map-layout.builtin-shape.sofa': string;
937
+ 'pisell-floor-map-layout.builtin-shape.door': string;
938
+ 'pisell-floor-map-layout.builtin-shape.flower-pot': string;
939
+ 'pisell-floor-map-layout.builtin-shape.palette-pick-label': string;
940
+ 'pisell-floor-map-layout.palette.builtin-shape': string;
941
+ 'pisell-floor-map-layout.image-element.default-name': string;
942
+ 'pisell-floor-map-layout.placement.fallback-image-name': string;
943
+ 'pisell-floor-map-layout.zone.title-badge': string;
944
+ 'pisell-floor-map-layout.zone.unnamed': string;
945
+ 'pisell-floor-map-layout.image-element.hint-no-url': string;
946
+ 'pisell-floor-map-layout.image-element.hint-load-fail': string;
947
+ 'pisell-floor-map-layout.data-form.empty': string;
948
+ 'pisell-floor-map-layout.data-form.save-record': string;
949
+ 'pisell-floor-map-layout.binding-error.required-row': string;
950
+ 'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
951
+ 'pisell-floor-map-layout.binding-error.missing-field': string;
952
+ 'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
953
+ 'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
954
+ 'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
955
+ 'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
956
+ 'pisell-floor-map-layout.figma-card.kind-round-table': string;
957
+ 'pisell-floor-map-layout.figma-card.kind-square-table': string;
958
+ 'pisell-floor-map-layout.figma-card.default-table': string;
959
+ 'pisell-floor-map-layout.figma-card.capacity-seats': string;
960
+ 'pisell-floor-map-layout.figma-card.guests-count': string;
961
+ 'pisell-floor-map-layout.figma-card.status-available': string;
962
+ 'pisell-floor-map-layout.figma-card.status-reserved': string;
963
+ 'pisell-floor-map-layout.figma-card.status-waiting': string;
964
+ 'pisell-floor-map-layout.figma-card.status-dining': string;
965
+ 'pisell-floor-map-layout.figma-card.status-billed': string;
966
+ 'pisell-floor-map-layout.figma-card.status-availableSoon': string;
967
+ };
968
+ };
969
+ export default _default;