@pisell/materials 6.11.107 → 6.11.108

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 (444) hide show
  1. package/build/lowcode/assets-daily.json +11 -11
  2. package/build/lowcode/assets-dev.json +2 -2
  3. package/build/lowcode/assets-prod.json +11 -11
  4. package/build/lowcode/index.js +1 -1
  5. package/build/lowcode/meta.js +1 -1
  6. package/build/lowcode/preview.js +7 -7
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +7 -7
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +7 -7
  11. package/es/components/buttonGroupPreview/index.js +2 -1
  12. package/es/components/pisellFind/index.js +114 -18
  13. package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.js +6 -1
  14. package/es/components/pisellFloorMapLayout/hooks/useFloorMapEditState.js +24 -18
  15. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.js +4 -6
  16. package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.js +4 -2
  17. package/es/components/productCard/cartSkuCard/components/AmountFooter/index.js +3 -14
  18. package/es/components/productCard/cartSkuCard/components/AmountFooter/index.less +2 -3
  19. package/es/components/productCard/cartSkuCard/components/basicInfo/index.js +4 -11
  20. package/es/components/productCard/cartSkuCard/components/basicInfo/index.less +0 -8
  21. package/es/components/productCard/cartSkuCard/components/resources/index.less +4 -0
  22. package/es/components/productCard/cartSkuCard/components/specs/index.js +5 -1
  23. package/es/components/productCard/cartSkuCard/components/specs/index.less +0 -24
  24. package/es/components/productCard/cartSkuCard/components/weighing/index.js +1 -4
  25. package/es/components/productCard/cartSkuCard/components/weighing/index.less +2 -10
  26. package/es/components/productCard/cartSkuCard/index.less +0 -2
  27. package/es/components/productCard/lineItem/BookingLineItem.js +39 -21
  28. package/es/components/productCard/lineItem/components/Holders/index.js +74 -0
  29. package/es/components/productCard/lineItem/components/Holders/index.less +39 -0
  30. package/es/components/productCard/lineItem/index.d.ts +11 -7
  31. package/es/components/productCard/lineItem/index.js +89 -27
  32. package/es/components/productCard/lineItem/index.less +40 -3
  33. package/lib/components/buttonGroupPreview/index.js +2 -1
  34. package/lib/components/pisellFind/index.js +80 -5
  35. package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.js +6 -1
  36. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEditState.js +36 -17
  37. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.js +3 -5
  38. package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.js +1 -1
  39. package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.js +2 -11
  40. package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.less +2 -3
  41. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.js +10 -22
  42. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.less +0 -8
  43. package/lib/components/productCard/cartSkuCard/components/resources/index.less +4 -0
  44. package/lib/components/productCard/cartSkuCard/components/specs/index.js +11 -1
  45. package/lib/components/productCard/cartSkuCard/components/specs/index.less +0 -24
  46. package/lib/components/productCard/cartSkuCard/components/weighing/index.js +4 -6
  47. package/lib/components/productCard/cartSkuCard/components/weighing/index.less +2 -10
  48. package/lib/components/productCard/cartSkuCard/index.less +0 -2
  49. package/lib/components/productCard/lineItem/BookingLineItem.js +40 -48
  50. package/lib/components/productCard/lineItem/components/Holders/index.js +83 -0
  51. package/lib/components/productCard/lineItem/components/Holders/index.less +39 -0
  52. package/lib/components/productCard/lineItem/index.d.ts +11 -7
  53. package/lib/components/productCard/lineItem/index.js +63 -21
  54. package/lib/components/productCard/lineItem/index.less +40 -3
  55. package/lowcode/pisell-find/meta.ts +19 -0
  56. package/package.json +1 -1
  57. package/es/components/Pagination/index.d.ts +0 -14
  58. package/es/components/PisellCards/components/GraphicTextCard/types.d.ts +0 -290
  59. package/es/components/PisellCards/components/TextCard/TextCard.d.ts +0 -7
  60. package/es/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +0 -26
  61. package/es/components/PisellCards/components/TextCard/components/TextContent.d.ts +0 -21
  62. package/es/components/PisellCards/components/TextCard/types.d.ts +0 -270
  63. package/es/components/PisellCards/index.d.ts +0 -15
  64. package/es/components/PisellScrollView/PisellScrollView.d.ts +0 -5
  65. package/es/components/PisellScrollView/components/Actions/index.d.ts +0 -18
  66. package/es/components/PisellScrollView/types.d.ts +0 -203
  67. package/es/components/PisellSteps/PisellSteps.d.ts +0 -14
  68. package/es/components/PisellTabbar/template/Template1/PisellTabbar.d.ts +0 -5
  69. package/es/components/appVersionControl/index.d.ts +0 -5
  70. package/es/components/buttonGroupPreview/index.d.ts +0 -19
  71. package/es/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +0 -3
  72. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -5
  73. package/es/components/dataSourceComponents/dataSourceTable/hooks/useFormat.d.ts +0 -48
  74. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +0 -100
  75. package/es/components/dataSourceComponents/dataSourceTable/type.d.ts +0 -84
  76. package/es/components/dataSourceComponents/fields/DatePicker/WithMode.d.ts +0 -4
  77. package/es/components/dataSourceComponents/fields/DatePicker/index.d.ts +0 -3
  78. package/es/components/drag-sort-tree/index.d.ts +0 -4
  79. package/es/components/drawer/index.d.ts +0 -3
  80. package/es/components/filter/components/Dropdown/index.d.ts +0 -10
  81. package/es/components/filter/components/FilterButton/index.d.ts +0 -5
  82. package/es/components/filter/components/FilterItem/index.d.ts +0 -9
  83. package/es/components/filter/components/QuickFilter/index.d.ts +0 -16
  84. package/es/components/keyboard/index.d.ts +0 -22
  85. package/es/components/login-and-register/index.d.ts +0 -82
  86. package/es/components/pisell-config-provider/index.d.ts +0 -13
  87. package/es/components/pisellCurrency/PisellCurrency.d.ts +0 -39
  88. package/es/components/pisellDataSourceContainer/components/Pagination/index.d.ts +0 -6
  89. package/es/components/pisellEmail/PisellEmail.d.ts +0 -37
  90. package/es/components/pisellEmpty/index.d.ts +0 -19
  91. package/es/components/pisellFilter/index.d.ts +0 -4
  92. package/es/components/pisellFind/index.d.ts +0 -40
  93. package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +0 -13
  94. package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.stories.d.ts +0 -59
  95. package/es/components/pisellFloorMapLayout/appearance/floorMapAppearance.d.ts +0 -29
  96. package/es/components/pisellFloorMapLayout/components/CanvasTabs.d.ts +0 -22
  97. package/es/components/pisellFloorMapLayout/components/EdgeLayer.d.ts +0 -37
  98. package/es/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +0 -66
  99. package/es/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +0 -39
  100. package/es/components/pisellFloorMapLayout/components/FloorMapBuiltinShapeElement.d.ts +0 -7
  101. package/es/components/pisellFloorMapLayout/components/FloorMapEdgeEditPanel.d.ts +0 -13
  102. package/es/components/pisellFloorMapLayout/components/FloorMapEditPanel.d.ts +0 -11
  103. package/es/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +0 -23
  104. package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +0 -64
  105. package/es/components/pisellFloorMapLayout/components/FloorMapOverview.d.ts +0 -44
  106. package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.d.ts +0 -84
  107. package/es/components/pisellFloorMapLayout/components/FloorMapToolbarViewAllModal.d.ts +0 -20
  108. package/es/components/pisellFloorMapLayout/components/FloorMapZoneElement.d.ts +0 -6
  109. package/es/components/pisellFloorMapLayout/components/ItemLayer.d.ts +0 -59
  110. package/es/components/pisellFloorMapLayout/components/NodePortMarkers.d.ts +0 -20
  111. package/es/components/pisellFloorMapLayout/components/ViewControls.d.ts +0 -61
  112. package/es/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +0 -28
  113. package/es/components/pisellFloorMapLayout/components/index.d.ts +0 -23
  114. package/es/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +0 -5
  115. package/es/components/pisellFloorMapLayout/floorMapLayoutConstants.d.ts +0 -35
  116. package/es/components/pisellFloorMapLayout/hooks/useFloorMapEdgeEditing.d.ts +0 -61
  117. package/es/components/pisellFloorMapLayout/hooks/useFloorMapEdgeViewModel.d.ts +0 -15
  118. package/es/components/pisellFloorMapLayout/hooks/useFloorMapEditState.d.ts +0 -79
  119. package/es/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +0 -91
  120. package/es/components/pisellFloorMapLayout/hooks/useShopFloorPlanSubscription.d.ts +0 -19
  121. package/es/components/pisellFloorMapLayout/index.d.ts +0 -37
  122. package/es/components/pisellFloorMapLayout/locales-ja.d.ts +0 -184
  123. package/es/components/pisellFloorMapLayout/locales-pt.d.ts +0 -184
  124. package/es/components/pisellFloorMapLayout/locales.d.ts +0 -969
  125. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.d.ts +0 -10
  126. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanPure.d.ts +0 -22
  127. package/es/components/pisellFloorMapLayout/types.d.ts +0 -778
  128. package/es/components/pisellFloorMapLayout/utils/alignSnap.d.ts +0 -64
  129. package/es/components/pisellFloorMapLayout/utils/batchScenePlacementLayout.d.ts +0 -45
  130. package/es/components/pisellFloorMapLayout/utils/edgeRouting.d.ts +0 -267
  131. package/es/components/pisellFloorMapLayout/utils/floorMapCanvasDisplay.d.ts +0 -20
  132. package/es/components/pisellFloorMapLayout/utils/floorMapCanvasStage.d.ts +0 -83
  133. package/es/components/pisellFloorMapLayout/utils/floorMapConfigMerge.d.ts +0 -8
  134. package/es/components/pisellFloorMapLayout/utils/floorMapDataBindingUtils.d.ts +0 -21
  135. package/es/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.d.ts +0 -35
  136. package/es/components/pisellFloorMapLayout/utils/floorMapFallbackRender.d.ts +0 -11
  137. package/es/components/pisellFloorMapLayout/utils/floorMapOverviewLayout.d.ts +0 -44
  138. package/es/components/pisellFloorMapLayout/utils/floorMapResourcePickerDisplay.d.ts +0 -27
  139. package/es/components/pisellFloorMapLayout/utils/floorMapResourcePickerTypes.d.ts +0 -109
  140. package/es/components/pisellFloorMapLayout/utils/floorMapToolbarPalette.d.ts +0 -34
  141. package/es/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +0 -8
  142. package/es/components/pisellGridPro/index.d.ts +0 -4
  143. package/es/components/pisellLongText/PisellLongText.d.ts +0 -39
  144. package/es/components/pisellMultipleSelect/PisellMultipleSelect.d.ts +0 -9
  145. package/es/components/pisellMultipleSelect/components/EditView.d.ts +0 -8
  146. package/es/components/pisellNavigationMenu/PisellNavigationMenu.d.ts +0 -5
  147. package/es/components/pisellNumber/PisellNumber.d.ts +0 -42
  148. package/es/components/pisellPhone/PisellPhone.d.ts +0 -36
  149. package/es/components/pisellPhone/components/EditView.d.ts +0 -19
  150. package/es/components/pisellPhone/constants/countryCodes.d.ts +0 -20
  151. package/es/components/pisellPhone/types.d.ts +0 -209
  152. package/es/components/pisellPhone/utils/countryCodeHelper.d.ts +0 -35
  153. package/es/components/pisellRating/PisellRating.d.ts +0 -31
  154. package/es/components/pisellRecordBoard/PisellRecordBoard.d.ts +0 -9
  155. package/es/components/pisellRecordBoard/index.d.ts +0 -53
  156. package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +0 -14
  157. package/es/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.d.ts +0 -5
  158. package/es/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.d.ts +0 -11
  159. package/es/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarInternalTypes.d.ts +0 -43
  160. package/es/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarViewShared.d.ts +0 -26
  161. package/es/components/pisellRecordBoard/shellFrame/Calendar/hooks/useBookingCalendarDayOverlayLayout.d.ts +0 -18
  162. package/es/components/pisellRecordBoard/shellFrame/Calendar/index.d.ts +0 -7
  163. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarBlockPanel.d.ts +0 -26
  164. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarOverflowListLayer.d.ts +0 -14
  165. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/MoveConfirmModal.d.ts +0 -17
  166. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowListModal.d.ts +0 -19
  167. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowPopover.d.ts +0 -9
  168. package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/BookingCalendarStyle.d.ts +0 -10
  169. package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarDateUtils.d.ts +0 -236
  170. package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarSelectionUtils.d.ts +0 -7
  171. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDaySelectionBar.d.ts +0 -21
  172. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDayView.d.ts +0 -49
  173. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarGroupRowHeader.d.ts +0 -23
  174. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarMonthView.d.ts +0 -18
  175. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarResourceView.d.ts +0 -57
  176. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarWeekView.d.ts +0 -27
  177. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/bookingCalendarDayViewContext.d.ts +0 -12
  178. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/day/useBookingCalendarDayHourRemaining.d.ts +0 -10
  179. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/day/useBookingCalendarDaySelection.d.ts +0 -11
  180. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/resource/useBookingCalendarResourceCellToggle.d.ts +0 -3
  181. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/resource/useBookingCalendarResourceDayHeaderRemaining.d.ts +0 -8
  182. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/useBookingCalendarGoToDayFromCell.d.ts +0 -3
  183. package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +0 -8
  184. package/es/components/pisellRecordBoard/shellFrame/Pagination/index.d.ts +0 -14
  185. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.d.ts +0 -12
  186. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.d.ts +0 -8
  187. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanel.d.ts +0 -50
  188. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelColorTab.d.ts +0 -17
  189. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelLayoutTab.d.ts +0 -28
  190. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.d.ts +0 -22
  191. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallCardPresentation.d.ts +0 -58
  192. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.d.ts +0 -64
  193. package/es/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +0 -24
  194. package/es/components/pisellRecordBoard/shellFrame/ToolBar/index.d.ts +0 -12
  195. package/es/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarI18n.d.ts +0 -13
  196. package/es/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.d.ts +0 -19
  197. package/es/components/pisellRecordBoard/shellFrame/index.d.ts +0 -30
  198. package/es/components/pisellRecordBoard/types.d.ts +0 -874
  199. package/es/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +0 -23
  200. package/es/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +0 -52
  201. package/es/components/pisellRecordBoard/utils/recordBoardPhoneGrid.d.ts +0 -27
  202. package/es/components/pisellReservationSchedule/PisellReservationSchedule.d.ts +0 -10
  203. package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.d.ts +0 -10
  204. package/es/components/pisellReservationScheduleBand/index.d.ts +0 -3
  205. package/es/components/pisellSingleLineText/PisellSingleLineText.d.ts +0 -40
  206. package/es/components/pisellSingleSelect/PisellSingleSelect.d.ts +0 -9
  207. package/es/components/pisellStatisticList/index.d.ts +0 -22
  208. package/es/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +0 -10
  209. package/es/components/pisellTimeNavigator/PisellTimeNavigator.stories.d.ts +0 -79
  210. package/es/components/pisellTimeNavigator/components/NowButton.d.ts +0 -14
  211. package/es/components/pisellTimeNavigator/index.d.ts +0 -5
  212. package/es/components/pisellUrl/PisellUrl.d.ts +0 -37
  213. package/es/components/pisellWalletPassCard/index.d.ts +0 -146
  214. package/es/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +0 -3
  215. package/es/components/productCard/cartSkuCard/components/BookingItem/index.d.ts +0 -10
  216. package/es/components/productCard/cartSkuCard/components/Gift/index.d.ts +0 -5
  217. package/es/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +0 -36
  218. package/es/components/productCard/cartSkuCard/components/holders/index.d.ts +0 -4
  219. package/es/components/productCard/cartSkuCard/components/packages/index.d.ts +0 -12
  220. package/es/components/productCard/cartSkuCard/components/specs/index.d.ts +0 -21
  221. package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -9
  222. package/es/components/productCard/cartSkuCard/components/weighing/index.d.ts +0 -22
  223. package/es/components/productCard/cartSkuCard/index.d.ts +0 -13
  224. package/es/components/productCard/components/Header/DeleteButton/index.d.ts +0 -3
  225. package/es/components/productCard/components/Header/EditButton/index.d.ts +0 -4
  226. package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts +0 -4
  227. package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +0 -3
  228. package/es/components/productCard/components/Time/components/SelectResource/index.d.ts +0 -19
  229. package/es/components/productCard/components/Time/index.d.ts +0 -4
  230. package/es/components/productCard/lineItem/BookingLineItem.d.ts +0 -17
  231. package/es/components/productCard/lineItem/components/Resources/index.d.ts +0 -6
  232. package/es/components/productCard/lineItem/components/TimeRange/index.d.ts +0 -12
  233. package/es/components/productCard/lineItem/types.d.ts +0 -9
  234. package/es/components/productCard/status.d.ts +0 -32
  235. package/es/components/productCard/types.d.ts +0 -95
  236. package/es/components/select-time/index.d.ts +0 -14
  237. package/es/components/table/Actions/component/ExportImport/index.d.ts +0 -8
  238. package/es/components/table/Actions/component/GallerySetting/index.d.ts +0 -9
  239. package/es/components/table/Actions/component/ViewMode/index.d.ts +0 -9
  240. package/es/components/table/BasicTable/index.d.ts +0 -4
  241. package/es/components/table/Gallery/components/GalleryItem/index.d.ts +0 -14
  242. package/es/components/table/Gallery/index.d.ts +0 -5
  243. package/es/components/table/Table/index.d.ts +0 -4
  244. package/es/components/table/Table/utils.d.ts +0 -161
  245. package/es/components/table/hooks/useTableSetting.d.ts +0 -21
  246. package/es/components/table/hooks/useTransDataSource.d.ts +0 -11
  247. package/es/components/table/types.d.ts +0 -268
  248. package/es/components/translation/index.d.ts +0 -17
  249. package/es/components/versionModal/index.d.ts +0 -23
  250. package/es/index.d.ts +0 -271
  251. package/lib/components/Pagination/index.d.ts +0 -14
  252. package/lib/components/PisellCards/components/GraphicTextCard/types.d.ts +0 -290
  253. package/lib/components/PisellCards/components/TextCard/TextCard.d.ts +0 -7
  254. package/lib/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +0 -26
  255. package/lib/components/PisellCards/components/TextCard/components/TextContent.d.ts +0 -21
  256. package/lib/components/PisellCards/components/TextCard/types.d.ts +0 -270
  257. package/lib/components/PisellCards/index.d.ts +0 -15
  258. package/lib/components/PisellScrollView/PisellScrollView.d.ts +0 -5
  259. package/lib/components/PisellScrollView/components/Actions/index.d.ts +0 -18
  260. package/lib/components/PisellScrollView/types.d.ts +0 -203
  261. package/lib/components/PisellSteps/PisellSteps.d.ts +0 -14
  262. package/lib/components/PisellTabbar/template/Template1/PisellTabbar.d.ts +0 -5
  263. package/lib/components/appVersionControl/index.d.ts +0 -5
  264. package/lib/components/buttonGroupPreview/index.d.ts +0 -19
  265. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +0 -3
  266. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -5
  267. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useFormat.d.ts +0 -48
  268. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +0 -100
  269. package/lib/components/dataSourceComponents/dataSourceTable/type.d.ts +0 -84
  270. package/lib/components/dataSourceComponents/fields/DatePicker/WithMode.d.ts +0 -4
  271. package/lib/components/dataSourceComponents/fields/DatePicker/index.d.ts +0 -3
  272. package/lib/components/drag-sort-tree/index.d.ts +0 -4
  273. package/lib/components/drawer/index.d.ts +0 -3
  274. package/lib/components/filter/components/Dropdown/index.d.ts +0 -10
  275. package/lib/components/filter/components/FilterButton/index.d.ts +0 -5
  276. package/lib/components/filter/components/FilterItem/index.d.ts +0 -9
  277. package/lib/components/filter/components/QuickFilter/index.d.ts +0 -16
  278. package/lib/components/keyboard/index.d.ts +0 -22
  279. package/lib/components/login-and-register/index.d.ts +0 -82
  280. package/lib/components/pisell-config-provider/index.d.ts +0 -13
  281. package/lib/components/pisellCurrency/PisellCurrency.d.ts +0 -39
  282. package/lib/components/pisellDataSourceContainer/components/Pagination/index.d.ts +0 -6
  283. package/lib/components/pisellEmail/PisellEmail.d.ts +0 -37
  284. package/lib/components/pisellEmpty/index.d.ts +0 -19
  285. package/lib/components/pisellFilter/index.d.ts +0 -4
  286. package/lib/components/pisellFind/index.d.ts +0 -40
  287. package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +0 -13
  288. package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.stories.d.ts +0 -59
  289. package/lib/components/pisellFloorMapLayout/appearance/floorMapAppearance.d.ts +0 -29
  290. package/lib/components/pisellFloorMapLayout/components/CanvasTabs.d.ts +0 -22
  291. package/lib/components/pisellFloorMapLayout/components/EdgeLayer.d.ts +0 -37
  292. package/lib/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +0 -66
  293. package/lib/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +0 -39
  294. package/lib/components/pisellFloorMapLayout/components/FloorMapBuiltinShapeElement.d.ts +0 -7
  295. package/lib/components/pisellFloorMapLayout/components/FloorMapEdgeEditPanel.d.ts +0 -13
  296. package/lib/components/pisellFloorMapLayout/components/FloorMapEditPanel.d.ts +0 -11
  297. package/lib/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +0 -23
  298. package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +0 -64
  299. package/lib/components/pisellFloorMapLayout/components/FloorMapOverview.d.ts +0 -44
  300. package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.d.ts +0 -84
  301. package/lib/components/pisellFloorMapLayout/components/FloorMapToolbarViewAllModal.d.ts +0 -20
  302. package/lib/components/pisellFloorMapLayout/components/FloorMapZoneElement.d.ts +0 -6
  303. package/lib/components/pisellFloorMapLayout/components/ItemLayer.d.ts +0 -59
  304. package/lib/components/pisellFloorMapLayout/components/NodePortMarkers.d.ts +0 -20
  305. package/lib/components/pisellFloorMapLayout/components/ViewControls.d.ts +0 -61
  306. package/lib/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +0 -28
  307. package/lib/components/pisellFloorMapLayout/components/index.d.ts +0 -23
  308. package/lib/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +0 -5
  309. package/lib/components/pisellFloorMapLayout/floorMapLayoutConstants.d.ts +0 -35
  310. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEdgeEditing.d.ts +0 -61
  311. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEdgeViewModel.d.ts +0 -15
  312. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEditState.d.ts +0 -79
  313. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +0 -91
  314. package/lib/components/pisellFloorMapLayout/hooks/useShopFloorPlanSubscription.d.ts +0 -19
  315. package/lib/components/pisellFloorMapLayout/index.d.ts +0 -37
  316. package/lib/components/pisellFloorMapLayout/locales-ja.d.ts +0 -184
  317. package/lib/components/pisellFloorMapLayout/locales-pt.d.ts +0 -184
  318. package/lib/components/pisellFloorMapLayout/locales.d.ts +0 -969
  319. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.d.ts +0 -10
  320. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanPure.d.ts +0 -22
  321. package/lib/components/pisellFloorMapLayout/types.d.ts +0 -778
  322. package/lib/components/pisellFloorMapLayout/utils/alignSnap.d.ts +0 -64
  323. package/lib/components/pisellFloorMapLayout/utils/batchScenePlacementLayout.d.ts +0 -45
  324. package/lib/components/pisellFloorMapLayout/utils/edgeRouting.d.ts +0 -267
  325. package/lib/components/pisellFloorMapLayout/utils/floorMapCanvasDisplay.d.ts +0 -20
  326. package/lib/components/pisellFloorMapLayout/utils/floorMapCanvasStage.d.ts +0 -83
  327. package/lib/components/pisellFloorMapLayout/utils/floorMapConfigMerge.d.ts +0 -8
  328. package/lib/components/pisellFloorMapLayout/utils/floorMapDataBindingUtils.d.ts +0 -21
  329. package/lib/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.d.ts +0 -35
  330. package/lib/components/pisellFloorMapLayout/utils/floorMapFallbackRender.d.ts +0 -11
  331. package/lib/components/pisellFloorMapLayout/utils/floorMapOverviewLayout.d.ts +0 -44
  332. package/lib/components/pisellFloorMapLayout/utils/floorMapResourcePickerDisplay.d.ts +0 -27
  333. package/lib/components/pisellFloorMapLayout/utils/floorMapResourcePickerTypes.d.ts +0 -109
  334. package/lib/components/pisellFloorMapLayout/utils/floorMapToolbarPalette.d.ts +0 -34
  335. package/lib/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +0 -8
  336. package/lib/components/pisellGridPro/index.d.ts +0 -4
  337. package/lib/components/pisellLongText/PisellLongText.d.ts +0 -39
  338. package/lib/components/pisellMultipleSelect/PisellMultipleSelect.d.ts +0 -9
  339. package/lib/components/pisellMultipleSelect/components/EditView.d.ts +0 -8
  340. package/lib/components/pisellNavigationMenu/PisellNavigationMenu.d.ts +0 -5
  341. package/lib/components/pisellNumber/PisellNumber.d.ts +0 -42
  342. package/lib/components/pisellPhone/PisellPhone.d.ts +0 -36
  343. package/lib/components/pisellPhone/components/EditView.d.ts +0 -19
  344. package/lib/components/pisellPhone/constants/countryCodes.d.ts +0 -20
  345. package/lib/components/pisellPhone/types.d.ts +0 -209
  346. package/lib/components/pisellPhone/utils/countryCodeHelper.d.ts +0 -35
  347. package/lib/components/pisellRating/PisellRating.d.ts +0 -31
  348. package/lib/components/pisellRecordBoard/PisellRecordBoard.d.ts +0 -9
  349. package/lib/components/pisellRecordBoard/index.d.ts +0 -53
  350. package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +0 -14
  351. package/lib/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.d.ts +0 -5
  352. package/lib/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.d.ts +0 -11
  353. package/lib/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarInternalTypes.d.ts +0 -43
  354. package/lib/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarViewShared.d.ts +0 -26
  355. package/lib/components/pisellRecordBoard/shellFrame/Calendar/hooks/useBookingCalendarDayOverlayLayout.d.ts +0 -18
  356. package/lib/components/pisellRecordBoard/shellFrame/Calendar/index.d.ts +0 -7
  357. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarBlockPanel.d.ts +0 -26
  358. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarOverflowListLayer.d.ts +0 -14
  359. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/MoveConfirmModal.d.ts +0 -17
  360. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowListModal.d.ts +0 -19
  361. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowPopover.d.ts +0 -9
  362. package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/BookingCalendarStyle.d.ts +0 -10
  363. package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarDateUtils.d.ts +0 -236
  364. package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarSelectionUtils.d.ts +0 -7
  365. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDaySelectionBar.d.ts +0 -21
  366. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDayView.d.ts +0 -49
  367. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarGroupRowHeader.d.ts +0 -23
  368. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarMonthView.d.ts +0 -18
  369. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarResourceView.d.ts +0 -57
  370. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarWeekView.d.ts +0 -27
  371. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/bookingCalendarDayViewContext.d.ts +0 -12
  372. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/day/useBookingCalendarDayHourRemaining.d.ts +0 -10
  373. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/day/useBookingCalendarDaySelection.d.ts +0 -11
  374. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/resource/useBookingCalendarResourceCellToggle.d.ts +0 -3
  375. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/resource/useBookingCalendarResourceDayHeaderRemaining.d.ts +0 -8
  376. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/useBookingCalendarGoToDayFromCell.d.ts +0 -3
  377. package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +0 -8
  378. package/lib/components/pisellRecordBoard/shellFrame/Pagination/index.d.ts +0 -14
  379. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.d.ts +0 -12
  380. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.d.ts +0 -8
  381. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanel.d.ts +0 -50
  382. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelColorTab.d.ts +0 -17
  383. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelLayoutTab.d.ts +0 -28
  384. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.d.ts +0 -22
  385. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallCardPresentation.d.ts +0 -58
  386. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.d.ts +0 -64
  387. package/lib/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +0 -24
  388. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/index.d.ts +0 -12
  389. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarI18n.d.ts +0 -13
  390. package/lib/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.d.ts +0 -19
  391. package/lib/components/pisellRecordBoard/shellFrame/index.d.ts +0 -30
  392. package/lib/components/pisellRecordBoard/types.d.ts +0 -874
  393. package/lib/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +0 -23
  394. package/lib/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +0 -52
  395. package/lib/components/pisellRecordBoard/utils/recordBoardPhoneGrid.d.ts +0 -27
  396. package/lib/components/pisellReservationSchedule/PisellReservationSchedule.d.ts +0 -10
  397. package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.d.ts +0 -10
  398. package/lib/components/pisellReservationScheduleBand/index.d.ts +0 -3
  399. package/lib/components/pisellSingleLineText/PisellSingleLineText.d.ts +0 -40
  400. package/lib/components/pisellSingleSelect/PisellSingleSelect.d.ts +0 -9
  401. package/lib/components/pisellStatisticList/index.d.ts +0 -22
  402. package/lib/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +0 -10
  403. package/lib/components/pisellTimeNavigator/PisellTimeNavigator.stories.d.ts +0 -79
  404. package/lib/components/pisellTimeNavigator/components/NowButton.d.ts +0 -14
  405. package/lib/components/pisellTimeNavigator/index.d.ts +0 -5
  406. package/lib/components/pisellUrl/PisellUrl.d.ts +0 -37
  407. package/lib/components/pisellWalletPassCard/index.d.ts +0 -146
  408. package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +0 -3
  409. package/lib/components/productCard/cartSkuCard/components/BookingItem/index.d.ts +0 -10
  410. package/lib/components/productCard/cartSkuCard/components/Gift/index.d.ts +0 -5
  411. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +0 -36
  412. package/lib/components/productCard/cartSkuCard/components/holders/index.d.ts +0 -4
  413. package/lib/components/productCard/cartSkuCard/components/packages/index.d.ts +0 -12
  414. package/lib/components/productCard/cartSkuCard/components/specs/index.d.ts +0 -21
  415. package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -9
  416. package/lib/components/productCard/cartSkuCard/components/weighing/index.d.ts +0 -22
  417. package/lib/components/productCard/cartSkuCard/index.d.ts +0 -13
  418. package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +0 -3
  419. package/lib/components/productCard/components/Header/EditButton/index.d.ts +0 -4
  420. package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts +0 -4
  421. package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +0 -3
  422. package/lib/components/productCard/components/Time/components/SelectResource/index.d.ts +0 -19
  423. package/lib/components/productCard/components/Time/index.d.ts +0 -4
  424. package/lib/components/productCard/lineItem/BookingLineItem.d.ts +0 -17
  425. package/lib/components/productCard/lineItem/components/Resources/index.d.ts +0 -6
  426. package/lib/components/productCard/lineItem/components/TimeRange/index.d.ts +0 -12
  427. package/lib/components/productCard/lineItem/types.d.ts +0 -9
  428. package/lib/components/productCard/status.d.ts +0 -32
  429. package/lib/components/productCard/types.d.ts +0 -95
  430. package/lib/components/select-time/index.d.ts +0 -14
  431. package/lib/components/table/Actions/component/ExportImport/index.d.ts +0 -8
  432. package/lib/components/table/Actions/component/GallerySetting/index.d.ts +0 -9
  433. package/lib/components/table/Actions/component/ViewMode/index.d.ts +0 -9
  434. package/lib/components/table/BasicTable/index.d.ts +0 -4
  435. package/lib/components/table/Gallery/components/GalleryItem/index.d.ts +0 -14
  436. package/lib/components/table/Gallery/index.d.ts +0 -5
  437. package/lib/components/table/Table/index.d.ts +0 -4
  438. package/lib/components/table/Table/utils.d.ts +0 -161
  439. package/lib/components/table/hooks/useTableSetting.d.ts +0 -21
  440. package/lib/components/table/hooks/useTransDataSource.d.ts +0 -11
  441. package/lib/components/table/types.d.ts +0 -268
  442. package/lib/components/translation/index.d.ts +0 -17
  443. package/lib/components/versionModal/index.d.ts +0 -23
  444. package/lib/index.d.ts +0 -271
@@ -1,37 +0,0 @@
1
- /**
2
- * PisellFloorMapLayout 组件入口
3
- * 空间布局视图:在二维平面按坐标渲染资源,支持缩放/平移/复位;支持 floorMapConfig + mode 平面图视图
4
- */
5
- export { PisellFloorMapLayout } from './PisellFloorMapLayout';
6
- export type { PisellFloorMapLayoutProps, PisellFloorMapLayoutRef, FloorMapItemBase, FloorMapItemUnit, FloorMapLayerConfig, FloorMapZoomConfig, FloorMapPanConfig, FloorMapControlsConfig, FloorMapItemShape, FloorMapBackgroundType, FloorMapPanBoundary, FloorMapLayoutMode, FloorMapGridLayoutConfig, FloorMapCanvas, FloorMapCanvasNameI18n, FloorMapElement, FloorMapData, FloorMapViewConfig, FloorMapCanvasUiConfig, FloorMapSceneElement, FloorMapSceneElementDataBinding, FloorMapPlaceMode, FloorMapElementKindCategory, FloorMapElementDataBindingPolicy, FloorMapElementDefaultPresentation, FloorMapEdge, FloorMapEdgeAnchor, FloorMapEdgeStatus, FloorMapElementKindConfig, FloorMapElementType, FloorMapTextSlot, FloorMapDataSources, FloorMapRenderOptions, FloorMapEditPanelParams, DataSourceFormColumn, FloorMapMergedItem, FloorMapRecordFormRenderContext, FloorMapDataSourceRecordFormContent, FloorMapFullscreenMode, FloorMapLayoutContextValue, FloorMapViewportOverlayRenderArgs, } from './types';
7
- export { FLOOR_MAP_STAGE_ELEMENT_KIND, FLOOR_MAP_ZONE_ELEMENT_KIND, FLOOR_MAP_IMAGE_ELEMENT_KIND, FLOOR_MAP_BUILTIN_SHAPE_ELEMENT_KIND, } from './types';
8
- export { renderFloorMapFallbackPlaceholder } from './utils/floorMapFallbackRender';
9
- export { isFloorMapImageElementKind, isFloorMapBuiltinShapeElementKind, } from './utils/floorMapElementKindUtils';
10
- export { FLOOR_MAP_BUILTIN_SHAPES, getFloorMapBuiltinShapeDef, } from './utils/floorMapBuiltinShapes';
11
- export type { FloorMapBuiltinShapeDef, FloorMapBuiltinShapeRenderProps, } from './utils/floorMapBuiltinShapes';
12
- export { NAME_AS_TITLE_EXT_KEY, isElementNameAsTitleEnabled, buildNameAsTitleExtensionsPatch, resolveSceneElementDisplayTitle, } from './utils/floorMapElementNameAsTitle';
13
- export { findFloorMapRowByDataBinding, getFloorMapBindingPlaceholderReason, } from './utils/floorMapDataBindingUtils';
14
- export type { FloorMapDataSourceRow, FloorMapBindingPlaceholderReason, } from './utils/floorMapDataBindingUtils';
15
- export { createShopFloorPlanClient, SHOP_FLOOR_PLAN_DUPLICATE_CODE, } from './shopFloorPlan/shopFloorPlanClient';
16
- export type { ShopFloorPlanDetail, ShopFloorPlanLayoutItem, PostShopFloorPlanBody, PutShopFloorPlanBody, ShopFloorPlanByCodeRequestOptions, ShopFloorPlanHttpAdapter, CreateShopFloorPlanClientOptions, EnsureShopFloorPlanByCodeOptions, } from './shopFloorPlan/shopFloorPlanTypes';
17
- export type { UseShopFloorPlanSubscriptionParams } from './hooks/useShopFloorPlanSubscription';
18
- export { pickFloorPlanDetail, parseLayoutFieldToViewConfigPatch, mergeFloorPlanViewRemote, floorMapSavedConfigToRemotePatch, viewConfigToLayoutPayload, inferCanvasSizeFromScene, buildFloorPlanPutBody, isShopFloorPlanNotFoundResponse, isHttpNotFoundError, isFloorPlanDuplicateCodeError, } from './shopFloorPlan/shopFloorPlanPure';
19
- export { sceneElementsToShopLayout, shopLayoutToSceneElements, } from './shopFloorPlan/shopFloorPlanMapping';
20
- export { useShopFloorPlanSubscription } from './hooks/useShopFloorPlanSubscription';
21
- export { wrapFloorMapOnSaveWithRemotePersist, } from './utils/floorMapRemotePersist';
22
- export type { WrapFloorMapOnSaveWithRemotePersistParams } from './utils/floorMapRemotePersist';
23
- export { FloorMapLayoutProvider, useFloorMapLayoutContext, EMPTY_FLOOR_MAP_LAYOUT_CONTEXT, } from './context/FloorMapLayoutContext';
24
- export type { FloorMapLayoutProviderProps } from './context/FloorMapLayoutContext';
25
- export { mergeFloorMapLayoutPropsFromContext } from './context/mergeFloorMapLayoutContext';
26
- export type { FloorMapResourcePickerSlotProps, PisellCardPickerItem, PisellCardPickerMode, PisellCardPickerCategoryConfig, PisellCardPickerCategoryLevelConfig, PisellCardPickerCategoryPath, PisellCardPickerCategoryMode, PisellCardPickerCardMeta, } from './utils/floorMapResourcePickerTypes';
27
- export { parseNestedPathSegments } from './utils/floorMapResourcePickerTypes';
28
- export type { FloorMapResourcePickerRecord } from './utils/floorMapResourcePickerDisplay';
29
- export { getFloorMapResourcePickerCardMeta, getFloorMapCardPickerCategoryConfig, getFloorMapResourcePickerCategoryPath, floorMapResourcePickerRecordSearchText, } from './utils/floorMapResourcePickerDisplay';
30
- export { initFloorMapLayoutLocales } from './utils/floorMapCanvasDisplay';
31
- /** 平面图内置文案表,供跨包组件在本包 `locales` 单例上自行 init */
32
- export { default as floorMapLayoutLocales } from './locales';
33
- export { FloorMapImageElement } from './components/FloorMapImageElement';
34
- export { FloorMapBuiltinShapeElement } from './components/FloorMapBuiltinShapeElement';
35
- export { FloorMapZoneElement } from './components/FloorMapZoneElement';
36
- export { getFigmaTableCardFromMerged, renderFigmaStyleTableCard, renderFigmaStyleRoundTableCard, getRenderItemByKindTable, getRenderItemByKindRoundTable, } from './components/FigmaTableCard';
37
- export type { FigmaTableCardItem, FigmaTableStatus, } from './components/FigmaTableCard';
@@ -1,184 +0,0 @@
1
- /**
2
- * PisellFloorMapLayout — 日本語
3
- */
4
- declare const _default: {
5
- 'pisell-floor-map-layout.loading': string;
6
- 'pisell-floor-map-layout.read-canvas-tabs.aria': string;
7
- 'pisell-floor-map-layout.edit-top-bar.aria': string;
8
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
9
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
10
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
11
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
12
- 'pisell-floor-map-layout.edit-top-bar.unsaved': string;
13
- 'pisell-floor-map-layout.edit-top-bar.save': string;
14
- 'pisell-floor-map-layout.edit-top-bar.saving': string;
15
- 'pisell-floor-map-layout.edit-top-bar.undo': string;
16
- 'pisell-floor-map-layout.edit-top-bar.redo': string;
17
- 'pisell-floor-map-layout.edit-top-bar.cancel-edit': string;
18
- 'pisell-floor-map-layout.edit-top-bar.finish-edit': string;
19
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-title': string;
20
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-content': string;
21
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-ok': string;
22
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-cancel': string;
23
- 'pisell-floor-map-layout.canvas-tabs.empty': string;
24
- 'pisell-floor-map-layout.canvas-tabs.add': string;
25
- 'pisell-floor-map-layout.canvas-tabs.add-title': string;
26
- 'pisell-floor-map-layout.canvas-tabs.hint': string;
27
- 'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
28
- 'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
29
- 'pisell-floor-map-layout.canvas-tabs.rename-title': string;
30
- 'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
31
- 'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
32
- 'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
33
- 'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
34
- 'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
35
- 'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
36
- 'pisell-floor-map-layout.canvas-tabs.overview': string;
37
- 'pisell-floor-map-layout.canvas-tabs.overview-aria': string;
38
- 'pisell-floor-map-layout.overview.empty': string;
39
- 'pisell-floor-map-layout.overview.area-title-badge': string;
40
- 'pisell-floor-map-layout.overview.canvas-card-aria': string;
41
- 'pisell-floor-map-layout.edit-panel.element-props': string;
42
- 'pisell-floor-map-layout.edit-panel.close-aria': string;
43
- 'pisell-floor-map-layout.edit-panel.hint-apply': string;
44
- 'pisell-floor-map-layout.edit-panel.hint-save': string;
45
- 'pisell-floor-map-layout.edit-panel.section-layout': string;
46
- 'pisell-floor-map-layout.edit-panel.lock-on': string;
47
- 'pisell-floor-map-layout.edit-panel.lock-off': string;
48
- 'pisell-floor-map-layout.edit-panel.label-x': string;
49
- 'pisell-floor-map-layout.edit-panel.label-y': string;
50
- 'pisell-floor-map-layout.edit-panel.label-z': string;
51
- 'pisell-floor-map-layout.edit-panel.label-width': string;
52
- 'pisell-floor-map-layout.edit-panel.label-height': string;
53
- 'pisell-floor-map-layout.edit-panel.label-name': string;
54
- 'pisell-floor-map-layout.edit-panel.label-name-stage': string;
55
- 'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
56
- 'pisell-floor-map-layout.edit-panel.ph-name': string;
57
- 'pisell-floor-map-layout.edit-panel.label-name-as-title': string;
58
- 'pisell-floor-map-layout.edit-panel.tip-name-as-title': string;
59
- 'pisell-floor-map-layout.edit-panel.label-builtin-shape': string;
60
- 'pisell-floor-map-layout.edit-panel.extra-builtin-shape': string;
61
- 'pisell-floor-map-layout.edit-panel.ph-builtin-shape': string;
62
- 'pisell-floor-map-layout.edit-panel.label-image-url': string;
63
- 'pisell-floor-map-layout.edit-panel.extra-image-url': string;
64
- 'pisell-floor-map-layout.edit-panel.ph-https': string;
65
- 'pisell-floor-map-layout.edit-panel.label-canvas': string;
66
- 'pisell-floor-map-layout.edit-panel.label-element-kind': string;
67
- 'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
68
- 'pisell-floor-map-layout.edit-panel.apply': string;
69
- 'pisell-floor-map-layout.edit-panel.data-binding': string;
70
- 'pisell-floor-map-layout.edit-panel.data-binding-note': string;
71
- 'pisell-floor-map-layout.edit-panel.label-data-source': string;
72
- 'pisell-floor-map-layout.edit-panel.ph-data-source': string;
73
- 'pisell-floor-map-layout.edit-panel.label-pick-row': string;
74
- 'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
75
- 'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
76
- 'pisell-floor-map-layout.edit-panel.hint-unbound': string;
77
- 'pisell-floor-map-layout.edit-panel.record-title': string;
78
- 'pisell-floor-map-layout.edit-panel.pop-title': string;
79
- 'pisell-floor-map-layout.edit-panel.pop-desc': string;
80
- 'pisell-floor-map-layout.edit-panel.btn-delete': string;
81
- 'pisell-floor-map-layout.edit-panel.btn-cancel': string;
82
- 'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
83
- 'pisell-floor-map-layout.edit-quick.lock': string;
84
- 'pisell-floor-map-layout.edit-quick.unlock': string;
85
- 'pisell-floor-map-layout.edit-quick.duplicate': string;
86
- 'pisell-floor-map-layout.edit-quick.delete': string;
87
- 'pisell-floor-map-layout.edit-quick.status-locked': string;
88
- 'pisell-floor-map-layout.edit-quick.status-unlocked': string;
89
- 'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
90
- 'pisell-floor-map-layout.toolbar.category-fallback': string;
91
- 'pisell-floor-map-layout.toolbar.palette-card-title': string;
92
- 'pisell-floor-map-layout.toolbar.data-binding-optional': string;
93
- 'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
94
- 'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
95
- 'pisell-floor-map-layout.toolbar.ph-select-records': string;
96
- 'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
97
- 'pisell-floor-map-layout.toolbar.open-resource-picker': string;
98
- 'pisell-floor-map-layout.toolbar.select-with-label': string;
99
- 'pisell-floor-map-layout.toolbar.resource-picker-none-selected': string;
100
- 'pisell-floor-map-layout.toolbar.resource-picker-summary': string;
101
- 'pisell-floor-map-layout.toolbar.resource-picker-summary-empty': string;
102
- 'pisell-floor-map-layout.resource-picker.title': string;
103
- 'pisell-floor-map-layout.resource-picker.search-ph': string;
104
- 'pisell-floor-map-layout.resource-picker.select-all': string;
105
- 'pisell-floor-map-layout.resource-picker.deselect-all': string;
106
- 'pisell-floor-map-layout.resource-picker.selected-count': string;
107
- 'pisell-floor-map-layout.resource-picker.filter-all': string;
108
- 'pisell-floor-map-layout.resource-picker.empty': string;
109
- 'pisell-floor-map-layout.resource-picker.confirm': string;
110
- 'pisell-floor-map-layout.resource-picker.cancel': string;
111
- 'pisell-floor-map-layout.resource-picker.single-hint': string;
112
- 'pisell-floor-map-layout.resource-picker.level-area': string;
113
- 'pisell-floor-map-layout.resource-picker.level-1': string;
114
- 'pisell-floor-map-layout.resource-picker.level-2': string;
115
- 'pisell-floor-map-layout.resource-picker.level-3': string;
116
- 'pisell-floor-map-layout.toolbar.no-data-sources': string;
117
- 'pisell-floor-map-layout.toolbar.cancel-place': string;
118
- 'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
119
- 'pisell-floor-map-layout.toolbar.save': string;
120
- 'pisell-floor-map-layout.toolbar.saving': string;
121
- 'pisell-floor-map-layout.toolbar.collapse': string;
122
- 'pisell-floor-map-layout.toolbar.expand': string;
123
- 'pisell-floor-map-layout.toolbar.add-to-canvas': string;
124
- 'pisell-floor-map-layout.toolbar.view-all': string;
125
- 'pisell-floor-map-layout.toolbar.view-all-modal-title': string;
126
- 'pisell-floor-map-layout.toolbar.view-all-modal-hint': string;
127
- 'pisell-floor-map-layout.toolbar.view-all-modal-add': string;
128
- 'pisell-floor-map-layout.toolbar.view-all-modal-cancel': string;
129
- 'pisell-floor-map-layout.toolbar.view-all-modal-qty-decrease': string;
130
- 'pisell-floor-map-layout.toolbar.view-all-modal-qty-increase': string;
131
- 'pisell-floor-map-layout.toolbar.view-all-modal-category-image': string;
132
- 'pisell-floor-map-layout.toolbar.view-all-modal-category-icon': string;
133
- 'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
134
- 'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
135
- 'pisell-floor-map-layout.view-controls.reset-aria': string;
136
- 'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
137
- 'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
138
- 'pisell-floor-map-layout.view-controls.grid-show-aria': string;
139
- 'pisell-floor-map-layout.view-controls.edges-hide-aria': string;
140
- 'pisell-floor-map-layout.view-controls.edges-show-aria': string;
141
- 'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
142
- 'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
143
- 'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
144
- 'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
145
- 'pisell-floor-map-layout.view-controls.viewport-lock-aria': string;
146
- 'pisell-floor-map-layout.view-controls.viewport-unlock-aria': string;
147
- 'pisell-floor-map-layout.builtin-shape.default-name': string;
148
- 'pisell-floor-map-layout.builtin-shape.hint-no-key': string;
149
- 'pisell-floor-map-layout.builtin-shape.toilet': string;
150
- 'pisell-floor-map-layout.builtin-shape.divider': string;
151
- 'pisell-floor-map-layout.builtin-shape.column': string;
152
- 'pisell-floor-map-layout.builtin-shape.sofa': string;
153
- 'pisell-floor-map-layout.builtin-shape.door': string;
154
- 'pisell-floor-map-layout.builtin-shape.flower-pot': string;
155
- 'pisell-floor-map-layout.builtin-shape.palette-pick-label': string;
156
- 'pisell-floor-map-layout.palette.builtin-shape': string;
157
- 'pisell-floor-map-layout.image-element.default-name': string;
158
- 'pisell-floor-map-layout.placement.fallback-image-name': string;
159
- 'pisell-floor-map-layout.zone.title-badge': string;
160
- 'pisell-floor-map-layout.zone.unnamed': string;
161
- 'pisell-floor-map-layout.image-element.hint-no-url': string;
162
- 'pisell-floor-map-layout.image-element.hint-load-fail': string;
163
- 'pisell-floor-map-layout.data-form.empty': string;
164
- 'pisell-floor-map-layout.data-form.save-record': string;
165
- 'pisell-floor-map-layout.binding-error.required-row': string;
166
- 'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
167
- 'pisell-floor-map-layout.binding-error.missing-field': string;
168
- 'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
169
- 'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
170
- 'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
171
- 'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
172
- 'pisell-floor-map-layout.figma-card.kind-round-table': string;
173
- 'pisell-floor-map-layout.figma-card.kind-square-table': string;
174
- 'pisell-floor-map-layout.figma-card.default-table': string;
175
- 'pisell-floor-map-layout.figma-card.capacity-seats': string;
176
- 'pisell-floor-map-layout.figma-card.guests-count': string;
177
- 'pisell-floor-map-layout.figma-card.status-available': string;
178
- 'pisell-floor-map-layout.figma-card.status-reserved': string;
179
- 'pisell-floor-map-layout.figma-card.status-waiting': string;
180
- 'pisell-floor-map-layout.figma-card.status-dining': string;
181
- 'pisell-floor-map-layout.figma-card.status-billed': string;
182
- 'pisell-floor-map-layout.figma-card.status-availableSoon': string;
183
- };
184
- export default _default;
@@ -1,184 +0,0 @@
1
- /**
2
- * PisellFloorMapLayout — Português
3
- */
4
- declare const _default: {
5
- 'pisell-floor-map-layout.loading': string;
6
- 'pisell-floor-map-layout.read-canvas-tabs.aria': string;
7
- 'pisell-floor-map-layout.edit-top-bar.aria': string;
8
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
9
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
10
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
11
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
12
- 'pisell-floor-map-layout.edit-top-bar.unsaved': string;
13
- 'pisell-floor-map-layout.edit-top-bar.save': string;
14
- 'pisell-floor-map-layout.edit-top-bar.saving': string;
15
- 'pisell-floor-map-layout.edit-top-bar.undo': string;
16
- 'pisell-floor-map-layout.edit-top-bar.redo': string;
17
- 'pisell-floor-map-layout.edit-top-bar.cancel-edit': string;
18
- 'pisell-floor-map-layout.edit-top-bar.finish-edit': string;
19
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-title': string;
20
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-content': string;
21
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-ok': string;
22
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-cancel': string;
23
- 'pisell-floor-map-layout.canvas-tabs.empty': string;
24
- 'pisell-floor-map-layout.canvas-tabs.add': string;
25
- 'pisell-floor-map-layout.canvas-tabs.add-title': string;
26
- 'pisell-floor-map-layout.canvas-tabs.hint': string;
27
- 'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
28
- 'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
29
- 'pisell-floor-map-layout.canvas-tabs.rename-title': string;
30
- 'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
31
- 'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
32
- 'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
33
- 'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
34
- 'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
35
- 'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
36
- 'pisell-floor-map-layout.canvas-tabs.overview': string;
37
- 'pisell-floor-map-layout.canvas-tabs.overview-aria': string;
38
- 'pisell-floor-map-layout.overview.empty': string;
39
- 'pisell-floor-map-layout.overview.area-title-badge': string;
40
- 'pisell-floor-map-layout.overview.canvas-card-aria': string;
41
- 'pisell-floor-map-layout.edit-panel.element-props': string;
42
- 'pisell-floor-map-layout.edit-panel.close-aria': string;
43
- 'pisell-floor-map-layout.edit-panel.hint-apply': string;
44
- 'pisell-floor-map-layout.edit-panel.hint-save': string;
45
- 'pisell-floor-map-layout.edit-panel.section-layout': string;
46
- 'pisell-floor-map-layout.edit-panel.lock-on': string;
47
- 'pisell-floor-map-layout.edit-panel.lock-off': string;
48
- 'pisell-floor-map-layout.edit-panel.label-x': string;
49
- 'pisell-floor-map-layout.edit-panel.label-y': string;
50
- 'pisell-floor-map-layout.edit-panel.label-z': string;
51
- 'pisell-floor-map-layout.edit-panel.label-width': string;
52
- 'pisell-floor-map-layout.edit-panel.label-height': string;
53
- 'pisell-floor-map-layout.edit-panel.label-name': string;
54
- 'pisell-floor-map-layout.edit-panel.label-name-stage': string;
55
- 'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
56
- 'pisell-floor-map-layout.edit-panel.ph-name': string;
57
- 'pisell-floor-map-layout.edit-panel.label-name-as-title': string;
58
- 'pisell-floor-map-layout.edit-panel.tip-name-as-title': string;
59
- 'pisell-floor-map-layout.edit-panel.label-builtin-shape': string;
60
- 'pisell-floor-map-layout.edit-panel.extra-builtin-shape': string;
61
- 'pisell-floor-map-layout.edit-panel.ph-builtin-shape': string;
62
- 'pisell-floor-map-layout.edit-panel.label-image-url': string;
63
- 'pisell-floor-map-layout.edit-panel.extra-image-url': string;
64
- 'pisell-floor-map-layout.edit-panel.ph-https': string;
65
- 'pisell-floor-map-layout.edit-panel.label-canvas': string;
66
- 'pisell-floor-map-layout.edit-panel.label-element-kind': string;
67
- 'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
68
- 'pisell-floor-map-layout.edit-panel.apply': string;
69
- 'pisell-floor-map-layout.edit-panel.data-binding': string;
70
- 'pisell-floor-map-layout.edit-panel.data-binding-note': string;
71
- 'pisell-floor-map-layout.edit-panel.label-data-source': string;
72
- 'pisell-floor-map-layout.edit-panel.ph-data-source': string;
73
- 'pisell-floor-map-layout.edit-panel.label-pick-row': string;
74
- 'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
75
- 'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
76
- 'pisell-floor-map-layout.edit-panel.hint-unbound': string;
77
- 'pisell-floor-map-layout.edit-panel.record-title': string;
78
- 'pisell-floor-map-layout.edit-panel.pop-title': string;
79
- 'pisell-floor-map-layout.edit-panel.pop-desc': string;
80
- 'pisell-floor-map-layout.edit-panel.btn-delete': string;
81
- 'pisell-floor-map-layout.edit-panel.btn-cancel': string;
82
- 'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
83
- 'pisell-floor-map-layout.edit-quick.lock': string;
84
- 'pisell-floor-map-layout.edit-quick.unlock': string;
85
- 'pisell-floor-map-layout.edit-quick.duplicate': string;
86
- 'pisell-floor-map-layout.edit-quick.delete': string;
87
- 'pisell-floor-map-layout.edit-quick.status-locked': string;
88
- 'pisell-floor-map-layout.edit-quick.status-unlocked': string;
89
- 'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
90
- 'pisell-floor-map-layout.toolbar.category-fallback': string;
91
- 'pisell-floor-map-layout.toolbar.palette-card-title': string;
92
- 'pisell-floor-map-layout.toolbar.data-binding-optional': string;
93
- 'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
94
- 'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
95
- 'pisell-floor-map-layout.toolbar.ph-select-records': string;
96
- 'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
97
- 'pisell-floor-map-layout.toolbar.open-resource-picker': string;
98
- 'pisell-floor-map-layout.toolbar.select-with-label': string;
99
- 'pisell-floor-map-layout.toolbar.resource-picker-none-selected': string;
100
- 'pisell-floor-map-layout.toolbar.resource-picker-summary': string;
101
- 'pisell-floor-map-layout.toolbar.resource-picker-summary-empty': string;
102
- 'pisell-floor-map-layout.resource-picker.title': string;
103
- 'pisell-floor-map-layout.resource-picker.search-ph': string;
104
- 'pisell-floor-map-layout.resource-picker.select-all': string;
105
- 'pisell-floor-map-layout.resource-picker.deselect-all': string;
106
- 'pisell-floor-map-layout.resource-picker.selected-count': string;
107
- 'pisell-floor-map-layout.resource-picker.filter-all': string;
108
- 'pisell-floor-map-layout.resource-picker.empty': string;
109
- 'pisell-floor-map-layout.resource-picker.confirm': string;
110
- 'pisell-floor-map-layout.resource-picker.cancel': string;
111
- 'pisell-floor-map-layout.resource-picker.single-hint': string;
112
- 'pisell-floor-map-layout.resource-picker.level-area': string;
113
- 'pisell-floor-map-layout.resource-picker.level-1': string;
114
- 'pisell-floor-map-layout.resource-picker.level-2': string;
115
- 'pisell-floor-map-layout.resource-picker.level-3': string;
116
- 'pisell-floor-map-layout.toolbar.no-data-sources': string;
117
- 'pisell-floor-map-layout.toolbar.cancel-place': string;
118
- 'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
119
- 'pisell-floor-map-layout.toolbar.save': string;
120
- 'pisell-floor-map-layout.toolbar.saving': string;
121
- 'pisell-floor-map-layout.toolbar.collapse': string;
122
- 'pisell-floor-map-layout.toolbar.expand': string;
123
- 'pisell-floor-map-layout.toolbar.add-to-canvas': string;
124
- 'pisell-floor-map-layout.toolbar.view-all': string;
125
- 'pisell-floor-map-layout.toolbar.view-all-modal-title': string;
126
- 'pisell-floor-map-layout.toolbar.view-all-modal-hint': string;
127
- 'pisell-floor-map-layout.toolbar.view-all-modal-add': string;
128
- 'pisell-floor-map-layout.toolbar.view-all-modal-cancel': string;
129
- 'pisell-floor-map-layout.toolbar.view-all-modal-qty-decrease': string;
130
- 'pisell-floor-map-layout.toolbar.view-all-modal-qty-increase': string;
131
- 'pisell-floor-map-layout.toolbar.view-all-modal-category-image': string;
132
- 'pisell-floor-map-layout.toolbar.view-all-modal-category-icon': string;
133
- 'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
134
- 'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
135
- 'pisell-floor-map-layout.view-controls.reset-aria': string;
136
- 'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
137
- 'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
138
- 'pisell-floor-map-layout.view-controls.grid-show-aria': string;
139
- 'pisell-floor-map-layout.view-controls.edges-hide-aria': string;
140
- 'pisell-floor-map-layout.view-controls.edges-show-aria': string;
141
- 'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
142
- 'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
143
- 'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
144
- 'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
145
- 'pisell-floor-map-layout.view-controls.viewport-lock-aria': string;
146
- 'pisell-floor-map-layout.view-controls.viewport-unlock-aria': string;
147
- 'pisell-floor-map-layout.builtin-shape.default-name': string;
148
- 'pisell-floor-map-layout.builtin-shape.hint-no-key': string;
149
- 'pisell-floor-map-layout.builtin-shape.toilet': string;
150
- 'pisell-floor-map-layout.builtin-shape.divider': string;
151
- 'pisell-floor-map-layout.builtin-shape.column': string;
152
- 'pisell-floor-map-layout.builtin-shape.sofa': string;
153
- 'pisell-floor-map-layout.builtin-shape.door': string;
154
- 'pisell-floor-map-layout.builtin-shape.flower-pot': string;
155
- 'pisell-floor-map-layout.builtin-shape.palette-pick-label': string;
156
- 'pisell-floor-map-layout.palette.builtin-shape': string;
157
- 'pisell-floor-map-layout.image-element.default-name': string;
158
- 'pisell-floor-map-layout.placement.fallback-image-name': string;
159
- 'pisell-floor-map-layout.zone.title-badge': string;
160
- 'pisell-floor-map-layout.zone.unnamed': string;
161
- 'pisell-floor-map-layout.image-element.hint-no-url': string;
162
- 'pisell-floor-map-layout.image-element.hint-load-fail': string;
163
- 'pisell-floor-map-layout.data-form.empty': string;
164
- 'pisell-floor-map-layout.data-form.save-record': string;
165
- 'pisell-floor-map-layout.binding-error.required-row': string;
166
- 'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
167
- 'pisell-floor-map-layout.binding-error.missing-field': string;
168
- 'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
169
- 'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
170
- 'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
171
- 'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
172
- 'pisell-floor-map-layout.figma-card.kind-round-table': string;
173
- 'pisell-floor-map-layout.figma-card.kind-square-table': string;
174
- 'pisell-floor-map-layout.figma-card.default-table': string;
175
- 'pisell-floor-map-layout.figma-card.capacity-seats': string;
176
- 'pisell-floor-map-layout.figma-card.guests-count': string;
177
- 'pisell-floor-map-layout.figma-card.status-available': string;
178
- 'pisell-floor-map-layout.figma-card.status-reserved': string;
179
- 'pisell-floor-map-layout.figma-card.status-waiting': string;
180
- 'pisell-floor-map-layout.figma-card.status-dining': string;
181
- 'pisell-floor-map-layout.figma-card.status-billed': string;
182
- 'pisell-floor-map-layout.figma-card.status-availableSoon': string;
183
- };
184
- export default _default;