@pisell/materials 6.11.54 → 6.11.56

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 (578) 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/build/lowcode/render/default/view.js +4 -4
  6. package/build/lowcode/view.js +4 -4
  7. package/es/components/PisellCards/index.d.ts +0 -1
  8. package/es/components/PisellFields/index.d.ts +0 -1
  9. package/es/components/PisellMetrics/index.d.ts +0 -1
  10. package/es/components/dataSourceComponents/dataSourceForm/BaseForm.js +32 -21
  11. package/es/components/dataSourceComponents/dataSourceForm/provider/formSetting/FormSettingProvider.js +7 -3
  12. package/es/components/dataSourceComponents/dataSourceForm/serve.js +99 -0
  13. package/es/components/dataSourceComponents/dataSourceForm/submitButton/index.js +35 -20
  14. package/es/components/dataSourceComponents/dataSourceForm/utils.d.ts +1 -1
  15. package/es/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +0 -1
  16. package/es/components/dataSourceComponents/dataSourceTable/BaseTable.js +1 -1
  17. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +0 -1
  18. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -1
  19. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +0 -1
  20. package/es/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  21. package/es/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +1 -1
  22. package/es/components/dataSourceComponents/fields/Select/index.d.ts +1 -1
  23. package/es/components/dataSourceComponents/fields/Tabs/index.d.ts +1 -2
  24. package/es/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
  25. package/es/components/dataSourceComponents/fields/index.d.ts +14 -15
  26. package/es/components/dataSourceComponents/hooks/useActions.js +1 -1
  27. package/es/components/date-picker/index.d.ts +0 -1
  28. package/es/components/drawer/index.js +12 -5
  29. package/es/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +0 -1
  30. package/es/components/pisellDatePicker/index.d.ts +0 -1
  31. package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.js +4 -4
  32. package/es/components/pisellFloorMapLayout/components/ViewControls.js +2 -2
  33. package/es/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.js +3 -3
  34. package/es/components/pisellModal/components/index.d.ts +0 -1
  35. package/es/components/productCard/components/Packages/utils.d.ts +1 -1
  36. package/es/components/table/Table/fields/date/index.d.ts +0 -1
  37. package/es/components/table/Table/fields/image/index.d.ts +0 -1
  38. package/es/components/table/Table/fields/index.d.ts +0 -1
  39. package/es/components/table/Table/fields/link/index.d.ts +0 -1
  40. package/es/components/table/Table/fields/number/index.d.ts +0 -1
  41. package/es/components/table/Table/fields/numberRange/index.d.ts +0 -1
  42. package/es/components/table/Table/fields/oldRangePicker/index.d.ts +0 -1
  43. package/es/components/table/Table/fields/pSwitch/index.d.ts +0 -1
  44. package/es/components/table/Table/fields/rangePicker/index.d.ts +0 -1
  45. package/es/components/table/Table/fields/search/index.d.ts +0 -1
  46. package/es/components/table/Table/fields/select/index.d.ts +0 -1
  47. package/es/components/table/Table/fields/text/index.d.ts +0 -1
  48. package/es/components/table/Table/fields/treeSelect/index.d.ts +0 -1
  49. package/es/components/table/Table/utils.d.ts +1 -1
  50. package/es/locales/en-US.js +1 -0
  51. package/es/locales/zh-CN.js +1 -0
  52. package/es/locales/zh-TW.js +1 -0
  53. package/lib/components/PisellCards/index.d.ts +0 -1
  54. package/lib/components/PisellFields/index.d.ts +0 -1
  55. package/lib/components/PisellMetrics/index.d.ts +0 -1
  56. package/lib/components/dataSourceComponents/dataSourceForm/BaseForm.js +30 -14
  57. package/lib/components/dataSourceComponents/dataSourceForm/provider/formSetting/FormSettingProvider.js +7 -3
  58. package/lib/components/dataSourceComponents/dataSourceForm/serve.js +69 -1
  59. package/lib/components/dataSourceComponents/dataSourceForm/submitButton/index.js +8 -1
  60. package/lib/components/dataSourceComponents/dataSourceForm/utils.d.ts +1 -1
  61. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +0 -1
  62. package/lib/components/dataSourceComponents/dataSourceTable/BaseTable.js +1 -1
  63. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +0 -1
  64. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -1
  65. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +0 -1
  66. package/lib/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  67. package/lib/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +1 -1
  68. package/lib/components/dataSourceComponents/fields/Select/index.d.ts +1 -1
  69. package/lib/components/dataSourceComponents/fields/Tabs/index.d.ts +1 -2
  70. package/lib/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
  71. package/lib/components/dataSourceComponents/fields/index.d.ts +14 -15
  72. package/lib/components/dataSourceComponents/hooks/useActions.js +1 -1
  73. package/lib/components/date-picker/index.d.ts +0 -1
  74. package/lib/components/drawer/index.js +10 -4
  75. package/lib/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +0 -1
  76. package/lib/components/pisellDatePicker/index.d.ts +0 -1
  77. package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.js +3 -3
  78. package/lib/components/pisellFloorMapLayout/components/ViewControls.js +2 -2
  79. package/lib/components/pisellModal/components/index.d.ts +0 -1
  80. package/lib/components/productCard/components/Packages/utils.d.ts +1 -1
  81. package/lib/components/table/Table/fields/date/index.d.ts +0 -1
  82. package/lib/components/table/Table/fields/image/index.d.ts +0 -1
  83. package/lib/components/table/Table/fields/index.d.ts +0 -1
  84. package/lib/components/table/Table/fields/link/index.d.ts +0 -1
  85. package/lib/components/table/Table/fields/number/index.d.ts +0 -1
  86. package/lib/components/table/Table/fields/numberRange/index.d.ts +0 -1
  87. package/lib/components/table/Table/fields/oldRangePicker/index.d.ts +0 -1
  88. package/lib/components/table/Table/fields/pSwitch/index.d.ts +0 -1
  89. package/lib/components/table/Table/fields/rangePicker/index.d.ts +0 -1
  90. package/lib/components/table/Table/fields/search/index.d.ts +0 -1
  91. package/lib/components/table/Table/fields/select/index.d.ts +0 -1
  92. package/lib/components/table/Table/fields/text/index.d.ts +0 -1
  93. package/lib/components/table/Table/fields/treeSelect/index.d.ts +0 -1
  94. package/lib/components/table/Table/utils.d.ts +1 -1
  95. package/lib/locales/en-US.js +1 -0
  96. package/lib/locales/zh-CN.js +1 -0
  97. package/lib/locales/zh-TW.js +1 -0
  98. package/lowcode/data-source-form/meta.ts +53 -4
  99. package/lowcode/data-source-form/utils.ts +43 -5
  100. package/lowcode/data-source-table/meta.ts +51 -45
  101. package/lowcode/pisell-record-board-calendar-view/meta.ts +1 -1
  102. package/package.json +2 -2
  103. package/es/components/Pagination/index.d.ts +0 -14
  104. package/es/components/PisellCards/components/MultilevelCard/components/PanelWrapper.d.ts +0 -7
  105. package/es/components/PisellLayouts/index.d.ts +0 -38
  106. package/es/components/PisellSteps/PisellSteps.d.ts +0 -14
  107. package/es/components/PisellSuperTabs/PisellSuperTabs.d.ts +0 -8
  108. package/es/components/PisellSuperTabs/hooks/useTabsState.d.ts +0 -7
  109. package/es/components/PisellSuperTabs/types.d.ts +0 -212
  110. package/es/components/PisellTabbar/PisellTabbar.d.ts +0 -20
  111. package/es/components/PisellTabbar/constants.d.ts +0 -47
  112. package/es/components/PisellTabbar/hooks/useActiveKey.d.ts +0 -55
  113. package/es/components/PisellTabbar/hooks/useExpand.d.ts +0 -42
  114. package/es/components/PisellTabbar/template/Template1/PisellTabbar.d.ts +0 -5
  115. package/es/components/PisellTabbar/template/Template1/constants.d.ts +0 -10
  116. package/es/components/PisellTabbar/types.d.ts +0 -90
  117. package/es/components/PisellTabbar/utils/index.d.ts +0 -69
  118. package/es/components/cardPro/index.d.ts +0 -4
  119. package/es/components/dataSourceComponents/dataSourceForm/BaseForm.d.ts +0 -3
  120. package/es/components/dataSourceComponents/dataSourceForm/provider/formSetting/FormSettingContext.d.ts +0 -16
  121. package/es/components/dataSourceComponents/dataSourceForm/provider/formSetting/FormSettingProvider.d.ts +0 -8
  122. package/es/components/dataSourceComponents/dataSourceForm/serve.d.ts +0 -178
  123. package/es/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +0 -39
  124. package/es/components/dataSourceComponents/dataSourceForm/type.d.ts +0 -32
  125. package/es/components/dataSourceComponents/dataSourceTable/BaseTable.d.ts +0 -8
  126. package/es/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +0 -26
  127. package/es/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +0 -27
  128. package/es/components/dataSourceComponents/hooks/useActions.d.ts +0 -18
  129. package/es/components/dataSourceComponents/provider/dataSource/DataSourceContext.d.ts +0 -120
  130. package/es/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +0 -15
  131. package/es/components/dataSourceComponents/provider/variables/VariablesProvider.d.ts +0 -4
  132. package/es/components/drag-sort-tree/TreeItem/index.d.ts +0 -19
  133. package/es/components/filter/components/FilterItem/index.d.ts +0 -5
  134. package/es/components/filter/components/QuickFilter/index.d.ts +0 -12
  135. package/es/components/iconfont/index.d.ts +0 -8
  136. package/es/components/page/index.d.ts +0 -9
  137. package/es/components/pisell-config-provider/context.d.ts +0 -22
  138. package/es/components/pisell-config-provider/index.d.ts +0 -13
  139. package/es/components/pisellAdjustPrice/index.d.ts +0 -5
  140. package/es/components/pisellAdjustPrice/status.d.ts +0 -32
  141. package/es/components/pisellAdjustPrice/type.d.ts +0 -22
  142. package/es/components/pisellCardList/index.d.ts +0 -107
  143. package/es/components/pisellCheckboxGroup/index.d.ts +0 -40
  144. package/es/components/pisellDataSourceContainer/components/Pagination/index.d.ts +0 -6
  145. package/es/components/pisellFilter/index.d.ts +0 -4
  146. package/es/components/pisellFilter/type.d.ts +0 -7
  147. package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +0 -13
  148. package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.stories.d.ts +0 -55
  149. package/es/components/pisellFloorMapLayout/components/CanvasTabs.d.ts +0 -27
  150. package/es/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +0 -46
  151. package/es/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +0 -43
  152. package/es/components/pisellFloorMapLayout/components/FloorMapDataForm.d.ts +0 -21
  153. package/es/components/pisellFloorMapLayout/components/FloorMapEditPanel.d.ts +0 -14
  154. package/es/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +0 -24
  155. package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +0 -60
  156. package/es/components/pisellFloorMapLayout/components/FloorMapImageElement.d.ts +0 -9
  157. package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.d.ts +0 -35
  158. package/es/components/pisellFloorMapLayout/components/HistoryIcons.d.ts +0 -39
  159. package/es/components/pisellFloorMapLayout/components/ItemLayer.d.ts +0 -57
  160. package/es/components/pisellFloorMapLayout/components/MapLayer.d.ts +0 -27
  161. package/es/components/pisellFloorMapLayout/components/ViewControls.d.ts +0 -55
  162. package/es/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +0 -25
  163. package/es/components/pisellFloorMapLayout/components/index.d.ts +0 -21
  164. package/es/components/pisellFloorMapLayout/context/FloorMapLayoutContext.d.ts +0 -16
  165. package/es/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +0 -5
  166. package/es/components/pisellFloorMapLayout/floorMapLayoutConstants.d.ts +0 -4
  167. package/es/components/pisellFloorMapLayout/hooks/floorMapViewportPersistence.d.ts +0 -25
  168. package/es/components/pisellFloorMapLayout/hooks/useDraftConfigHistory.d.ts +0 -18
  169. package/es/components/pisellFloorMapLayout/hooks/useFloorMapEditState.d.ts +0 -71
  170. package/es/components/pisellFloorMapLayout/hooks/useFloorMapPaletteTouchDrag.d.ts +0 -21
  171. package/es/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +0 -89
  172. package/es/components/pisellFloorMapLayout/hooks/useShopFloorPlanSubscription.d.ts +0 -19
  173. package/es/components/pisellFloorMapLayout/index.d.ts +0 -26
  174. package/es/components/pisellFloorMapLayout/locales-ja.d.ts +0 -133
  175. package/es/components/pisellFloorMapLayout/locales-pt.d.ts +0 -133
  176. package/es/components/pisellFloorMapLayout/locales.d.ts +0 -651
  177. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.d.ts +0 -10
  178. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanMapping.d.ts +0 -18
  179. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanPure.d.ts +0 -22
  180. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanTypes.d.ts +0 -72
  181. package/es/components/pisellFloorMapLayout/types.d.ts +0 -646
  182. package/es/components/pisellFloorMapLayout/utils/floorMapCanvasDisplay.d.ts +0 -20
  183. package/es/components/pisellFloorMapLayout/utils/floorMapConfigMerge.d.ts +0 -8
  184. package/es/components/pisellFloorMapLayout/utils/floorMapDataBindingUtils.d.ts +0 -21
  185. package/es/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.d.ts +0 -8
  186. package/es/components/pisellFloorMapLayout/utils/floorMapDropUtils.d.ts +0 -27
  187. package/es/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.d.ts +0 -22
  188. package/es/components/pisellFloorMapLayout/utils/floorMapElementNameAsTitle.d.ts +0 -50
  189. package/es/components/pisellFloorMapLayout/utils/floorMapFallbackRender.d.ts +0 -11
  190. package/es/components/pisellFloorMapLayout/utils/floorMapRemotePersist.d.ts +0 -17
  191. package/es/components/pisellFloorMapLayout/utils/floorMapStageDefaults.d.ts +0 -8
  192. package/es/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +0 -8
  193. package/es/components/pisellFloorMapLayout/utils/layoutMeasurements.d.ts +0 -30
  194. package/es/components/pisellFloorMapLayout/utils/mergeCanvasesForTabs.d.ts +0 -7
  195. package/es/components/pisellFloorMapLayout/utils/snap.d.ts +0 -10
  196. package/es/components/pisellGoodPassCard/index.d.ts +0 -50
  197. package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +0 -6
  198. package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +0 -10
  199. package/es/components/pisellHierarchicalSummaryList/components/Row.d.ts +0 -35
  200. package/es/components/pisellHierarchicalSummaryList/components/index.d.ts +0 -1
  201. package/es/components/pisellHierarchicalSummaryList/hooks/index.d.ts +0 -2
  202. package/es/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +0 -15
  203. package/es/components/pisellHierarchicalSummaryList/index.d.ts +0 -5
  204. package/es/components/pisellHierarchicalSummaryList/types.d.ts +0 -248
  205. package/es/components/pisellLookup/components/LookupTrigger.d.ts +0 -3
  206. package/es/components/pisellModal/index.d.ts +0 -62
  207. package/es/components/pisellRecordBoard/PisellRecordBoard.d.ts +0 -9
  208. package/es/components/pisellRecordBoard/PisellRecordBoard.stories.d.ts +0 -89
  209. package/es/components/pisellRecordBoard/index.d.ts +0 -51
  210. package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +0 -14
  211. package/es/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.d.ts +0 -9
  212. package/es/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.d.ts +0 -11
  213. package/es/components/pisellRecordBoard/shellFrame/Calendar/RecordBoardCalendar.d.ts +0 -8
  214. package/es/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarViewShared.d.ts +0 -26
  215. package/es/components/pisellRecordBoard/shellFrame/Calendar/calendarI18n.d.ts +0 -4
  216. package/es/components/pisellRecordBoard/shellFrame/Calendar/calendarPersistGuard.d.ts +0 -18
  217. package/es/components/pisellRecordBoard/shellFrame/Calendar/const/bookingCalendarConstants.d.ts +0 -49
  218. package/es/components/pisellRecordBoard/shellFrame/Calendar/index.d.ts +0 -7
  219. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/MoveConfirmModal.d.ts +0 -17
  220. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowListModal.d.ts +0 -17
  221. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowPopover.d.ts +0 -9
  222. package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/BookingCalendarStyle.d.ts +0 -10
  223. package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarDateUtils.d.ts +0 -232
  224. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDaySelectionBar.d.ts +0 -13
  225. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDayView.d.ts +0 -53
  226. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarGroupRowHeader.d.ts +0 -23
  227. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarMonthView.d.ts +0 -18
  228. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarWeekView.d.ts +0 -27
  229. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/bookingCalendarDayViewContext.d.ts +0 -12
  230. package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +0 -8
  231. package/es/components/pisellRecordBoard/shellFrame/FloorMap.d.ts +0 -14
  232. package/es/components/pisellRecordBoard/shellFrame/Pagination/index.d.ts +0 -14
  233. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/NoteTicker.d.ts +0 -14
  234. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.d.ts +0 -12
  235. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.d.ts +0 -8
  236. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanel.d.ts +0 -50
  237. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelColorTab.d.ts +0 -17
  238. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelLayoutTab.d.ts +0 -28
  239. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallViewportToolbar.d.ts +0 -18
  240. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.d.ts +0 -22
  241. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/resourceWallConstants.d.ts +0 -2
  242. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallCardPresentation.d.ts +0 -58
  243. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.d.ts +0 -64
  244. package/es/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +0 -24
  245. package/es/components/pisellRecordBoard/shellFrame/ToolBar/index.d.ts +0 -12
  246. package/es/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarConstants.d.ts +0 -8
  247. package/es/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarI18n.d.ts +0 -13
  248. package/es/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.d.ts +0 -17
  249. package/es/components/pisellRecordBoard/shellFrame/index.d.ts +0 -30
  250. package/es/components/pisellRecordBoard/types.d.ts +0 -802
  251. package/es/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +0 -23
  252. package/es/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +0 -52
  253. package/es/components/pisellReservationSchedule/PisellReservationSchedule.d.ts +0 -10
  254. package/es/components/pisellReservationSchedule/PisellReservationSchedule.stories.d.ts +0 -12
  255. package/es/components/pisellReservationSchedule/index.d.ts +0 -2
  256. package/es/components/pisellReservationSchedule/locales.d.ts +0 -43
  257. package/es/components/pisellReservationSchedule/types.d.ts +0 -52
  258. package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.d.ts +0 -10
  259. package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.stories.d.ts +0 -16
  260. package/es/components/pisellReservationScheduleBand/index.d.ts +0 -2
  261. package/es/components/pisellReservationScheduleBand/types.d.ts +0 -61
  262. package/es/components/pisellShellFrame/PisellShellFrame.d.ts +0 -13
  263. package/es/components/pisellShellFrame/types.d.ts +0 -62
  264. package/es/components/pisellText/components/Amount/index.d.ts +0 -20
  265. package/es/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +0 -10
  266. package/es/components/pisellTimeNavigator/PisellTimeNavigator.stories.d.ts +0 -79
  267. package/es/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +0 -14
  268. package/es/components/pisellTimeNavigator/components/CursorLayer.d.ts +0 -27
  269. package/es/components/pisellTimeNavigator/components/GestureLayer.d.ts +0 -41
  270. package/es/components/pisellTimeNavigator/components/NowButton.d.ts +0 -14
  271. package/es/components/pisellTimeNavigator/components/ScaleLayer.d.ts +0 -22
  272. package/es/components/pisellTimeNavigator/components/index.d.ts +0 -5
  273. package/es/components/pisellTimeNavigator/hooks/index.d.ts +0 -5
  274. package/es/components/pisellTimeNavigator/hooks/useDragInertia.d.ts +0 -14
  275. package/es/components/pisellTimeNavigator/hooks/useRealtime.d.ts +0 -5
  276. package/es/components/pisellTimeNavigator/hooks/useTimeAxis.d.ts +0 -27
  277. package/es/components/pisellTimeNavigator/index.d.ts +0 -5
  278. package/es/components/pisellTimeNavigator/locales.d.ts +0 -22
  279. package/es/components/pisellTimeNavigator/timeNavigatorConstants.d.ts +0 -20
  280. package/es/components/pisellTimeNavigator/types.d.ts +0 -160
  281. package/es/components/pisellTimeNavigator/utils/index.d.ts +0 -41
  282. package/es/components/pisellToast/index.d.ts +0 -17
  283. package/es/components/pisellToast/squareToast/index.d.ts +0 -15
  284. package/es/components/pisellToast/squareToast/methods.d.ts +0 -13
  285. package/es/components/pisellToast/squareToast/renderImperatively.d.ts +0 -28
  286. package/es/components/pisellToast/squareToast/toast.d.ts +0 -25
  287. package/es/components/pisellWalletPassCard/index.d.ts +0 -146
  288. package/es/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +0 -4
  289. package/es/components/productCard/cartSkuCard/components/Gift/index.d.ts +0 -5
  290. package/es/components/productCard/cartSkuCard/components/Gift/types.d.ts +0 -29
  291. package/es/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -4
  292. package/es/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +0 -14
  293. package/es/components/productCard/cartSkuCard/components/Note/index.d.ts +0 -4
  294. package/es/components/productCard/cartSkuCard/components/Promotion/index.d.ts +0 -7
  295. package/es/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +0 -36
  296. package/es/components/productCard/cartSkuCard/components/discountReason/index.d.ts +0 -3
  297. package/es/components/productCard/cartSkuCard/components/holders/index.d.ts +0 -4
  298. package/es/components/productCard/cartSkuCard/components/packages/index.d.ts +0 -12
  299. package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +0 -20
  300. package/es/components/productCard/cartSkuCard/components/resources/index.d.ts +0 -4
  301. package/es/components/productCard/cartSkuCard/components/sales/index.d.ts +0 -13
  302. package/es/components/productCard/cartSkuCard/components/specs/index.d.ts +0 -22
  303. package/es/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +0 -46
  304. package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -9
  305. package/es/components/productCard/cartSkuCard/components/weighing/index.d.ts +0 -19
  306. package/es/components/productCard/cartSkuCard/index.d.ts +0 -11
  307. package/es/components/productCard/cartSkuCard/locales.d.ts +0 -198
  308. package/es/components/productCard/components/Action/index.d.ts +0 -4
  309. package/es/components/productCard/components/Header/EditButton/index.d.ts +0 -4
  310. package/es/components/productCard/components/Header/index.d.ts +0 -4
  311. package/es/components/productCard/components/Sales/index.d.ts +0 -4
  312. package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts +0 -4
  313. package/es/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +0 -14
  314. package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +0 -3
  315. package/es/components/productCard/index.d.ts +0 -7
  316. package/es/components/productCard/locales.d.ts +0 -138
  317. package/es/components/productCard/status.d.ts +0 -32
  318. package/es/components/productCard/types.d.ts +0 -95
  319. package/es/components/productCard/utils.d.ts +0 -33
  320. package/es/components/select-time/index.d.ts +0 -14
  321. package/es/components/sort/index.d.ts +0 -5
  322. package/es/components/table/Table/AddFieldModal/index.d.ts +0 -4
  323. package/es/components/table/index.d.ts +0 -4
  324. package/es/components/virtual-keyboard/Amount/index.d.ts +0 -6
  325. package/es/components/virtual-keyboard/Amount/themeConfig.d.ts +0 -32
  326. package/es/components/virtual-keyboard/Amount/types.d.ts +0 -44
  327. package/es/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +0 -15
  328. package/es/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -25
  329. package/es/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
  330. package/es/components/virtual-keyboard/Number/index.d.ts +0 -6
  331. package/es/components/virtual-keyboard/Number/themeConfig.d.ts +0 -32
  332. package/es/components/virtual-keyboard/Number/types.d.ts +0 -26
  333. package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -13
  334. package/es/components/virtual-keyboard/index.d.ts +0 -25
  335. package/es/index.d.ts +0 -265
  336. package/es/locales/en-US.d.ts +0 -559
  337. package/es/locales/ja.d.ts +0 -528
  338. package/es/locales/pt.d.ts +0 -528
  339. package/es/locales/zh-CN.d.ts +0 -554
  340. package/es/locales/zh-TW.d.ts +0 -554
  341. package/lib/components/Pagination/index.d.ts +0 -14
  342. package/lib/components/PisellCards/components/MultilevelCard/components/PanelWrapper.d.ts +0 -7
  343. package/lib/components/PisellLayouts/index.d.ts +0 -38
  344. package/lib/components/PisellSteps/PisellSteps.d.ts +0 -14
  345. package/lib/components/PisellSuperTabs/PisellSuperTabs.d.ts +0 -8
  346. package/lib/components/PisellSuperTabs/hooks/useTabsState.d.ts +0 -7
  347. package/lib/components/PisellSuperTabs/types.d.ts +0 -212
  348. package/lib/components/PisellTabbar/PisellTabbar.d.ts +0 -20
  349. package/lib/components/PisellTabbar/constants.d.ts +0 -47
  350. package/lib/components/PisellTabbar/hooks/useActiveKey.d.ts +0 -55
  351. package/lib/components/PisellTabbar/hooks/useExpand.d.ts +0 -42
  352. package/lib/components/PisellTabbar/template/Template1/PisellTabbar.d.ts +0 -5
  353. package/lib/components/PisellTabbar/template/Template1/constants.d.ts +0 -10
  354. package/lib/components/PisellTabbar/types.d.ts +0 -90
  355. package/lib/components/PisellTabbar/utils/index.d.ts +0 -69
  356. package/lib/components/cardPro/index.d.ts +0 -4
  357. package/lib/components/dataSourceComponents/dataSourceForm/BaseForm.d.ts +0 -3
  358. package/lib/components/dataSourceComponents/dataSourceForm/provider/formSetting/FormSettingContext.d.ts +0 -16
  359. package/lib/components/dataSourceComponents/dataSourceForm/provider/formSetting/FormSettingProvider.d.ts +0 -8
  360. package/lib/components/dataSourceComponents/dataSourceForm/serve.d.ts +0 -178
  361. package/lib/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +0 -39
  362. package/lib/components/dataSourceComponents/dataSourceForm/type.d.ts +0 -32
  363. package/lib/components/dataSourceComponents/dataSourceTable/BaseTable.d.ts +0 -8
  364. package/lib/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +0 -26
  365. package/lib/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +0 -27
  366. package/lib/components/dataSourceComponents/hooks/useActions.d.ts +0 -18
  367. package/lib/components/dataSourceComponents/provider/dataSource/DataSourceContext.d.ts +0 -120
  368. package/lib/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +0 -15
  369. package/lib/components/dataSourceComponents/provider/variables/VariablesProvider.d.ts +0 -4
  370. package/lib/components/drag-sort-tree/TreeItem/index.d.ts +0 -19
  371. package/lib/components/filter/components/FilterItem/index.d.ts +0 -5
  372. package/lib/components/filter/components/QuickFilter/index.d.ts +0 -12
  373. package/lib/components/iconfont/index.d.ts +0 -8
  374. package/lib/components/page/index.d.ts +0 -9
  375. package/lib/components/pisell-config-provider/context.d.ts +0 -22
  376. package/lib/components/pisell-config-provider/index.d.ts +0 -13
  377. package/lib/components/pisellAdjustPrice/index.d.ts +0 -5
  378. package/lib/components/pisellAdjustPrice/status.d.ts +0 -32
  379. package/lib/components/pisellAdjustPrice/type.d.ts +0 -22
  380. package/lib/components/pisellCardList/index.d.ts +0 -107
  381. package/lib/components/pisellCheckboxGroup/index.d.ts +0 -40
  382. package/lib/components/pisellDataSourceContainer/components/Pagination/index.d.ts +0 -6
  383. package/lib/components/pisellFilter/index.d.ts +0 -4
  384. package/lib/components/pisellFilter/type.d.ts +0 -7
  385. package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +0 -13
  386. package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.stories.d.ts +0 -55
  387. package/lib/components/pisellFloorMapLayout/components/CanvasTabs.d.ts +0 -27
  388. package/lib/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +0 -46
  389. package/lib/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +0 -43
  390. package/lib/components/pisellFloorMapLayout/components/FloorMapDataForm.d.ts +0 -21
  391. package/lib/components/pisellFloorMapLayout/components/FloorMapEditPanel.d.ts +0 -14
  392. package/lib/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +0 -24
  393. package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +0 -60
  394. package/lib/components/pisellFloorMapLayout/components/FloorMapImageElement.d.ts +0 -9
  395. package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.d.ts +0 -35
  396. package/lib/components/pisellFloorMapLayout/components/HistoryIcons.d.ts +0 -39
  397. package/lib/components/pisellFloorMapLayout/components/ItemLayer.d.ts +0 -57
  398. package/lib/components/pisellFloorMapLayout/components/MapLayer.d.ts +0 -27
  399. package/lib/components/pisellFloorMapLayout/components/ViewControls.d.ts +0 -55
  400. package/lib/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +0 -25
  401. package/lib/components/pisellFloorMapLayout/components/index.d.ts +0 -21
  402. package/lib/components/pisellFloorMapLayout/context/FloorMapLayoutContext.d.ts +0 -16
  403. package/lib/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +0 -5
  404. package/lib/components/pisellFloorMapLayout/floorMapLayoutConstants.d.ts +0 -4
  405. package/lib/components/pisellFloorMapLayout/hooks/floorMapViewportPersistence.d.ts +0 -25
  406. package/lib/components/pisellFloorMapLayout/hooks/useDraftConfigHistory.d.ts +0 -18
  407. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEditState.d.ts +0 -71
  408. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapPaletteTouchDrag.d.ts +0 -21
  409. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +0 -89
  410. package/lib/components/pisellFloorMapLayout/hooks/useShopFloorPlanSubscription.d.ts +0 -19
  411. package/lib/components/pisellFloorMapLayout/index.d.ts +0 -26
  412. package/lib/components/pisellFloorMapLayout/locales-ja.d.ts +0 -133
  413. package/lib/components/pisellFloorMapLayout/locales-pt.d.ts +0 -133
  414. package/lib/components/pisellFloorMapLayout/locales.d.ts +0 -651
  415. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.d.ts +0 -10
  416. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanMapping.d.ts +0 -18
  417. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanPure.d.ts +0 -22
  418. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanTypes.d.ts +0 -72
  419. package/lib/components/pisellFloorMapLayout/types.d.ts +0 -646
  420. package/lib/components/pisellFloorMapLayout/utils/floorMapCanvasDisplay.d.ts +0 -20
  421. package/lib/components/pisellFloorMapLayout/utils/floorMapConfigMerge.d.ts +0 -8
  422. package/lib/components/pisellFloorMapLayout/utils/floorMapDataBindingUtils.d.ts +0 -21
  423. package/lib/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.d.ts +0 -8
  424. package/lib/components/pisellFloorMapLayout/utils/floorMapDropUtils.d.ts +0 -27
  425. package/lib/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.d.ts +0 -22
  426. package/lib/components/pisellFloorMapLayout/utils/floorMapElementNameAsTitle.d.ts +0 -50
  427. package/lib/components/pisellFloorMapLayout/utils/floorMapFallbackRender.d.ts +0 -11
  428. package/lib/components/pisellFloorMapLayout/utils/floorMapRemotePersist.d.ts +0 -17
  429. package/lib/components/pisellFloorMapLayout/utils/floorMapStageDefaults.d.ts +0 -8
  430. package/lib/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +0 -8
  431. package/lib/components/pisellFloorMapLayout/utils/layoutMeasurements.d.ts +0 -30
  432. package/lib/components/pisellFloorMapLayout/utils/mergeCanvasesForTabs.d.ts +0 -7
  433. package/lib/components/pisellFloorMapLayout/utils/snap.d.ts +0 -10
  434. package/lib/components/pisellGoodPassCard/index.d.ts +0 -50
  435. package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +0 -6
  436. package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +0 -10
  437. package/lib/components/pisellHierarchicalSummaryList/components/Row.d.ts +0 -35
  438. package/lib/components/pisellHierarchicalSummaryList/components/index.d.ts +0 -1
  439. package/lib/components/pisellHierarchicalSummaryList/hooks/index.d.ts +0 -2
  440. package/lib/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +0 -15
  441. package/lib/components/pisellHierarchicalSummaryList/index.d.ts +0 -5
  442. package/lib/components/pisellHierarchicalSummaryList/types.d.ts +0 -248
  443. package/lib/components/pisellLookup/components/LookupTrigger.d.ts +0 -3
  444. package/lib/components/pisellModal/index.d.ts +0 -62
  445. package/lib/components/pisellRecordBoard/PisellRecordBoard.d.ts +0 -9
  446. package/lib/components/pisellRecordBoard/PisellRecordBoard.stories.d.ts +0 -89
  447. package/lib/components/pisellRecordBoard/index.d.ts +0 -51
  448. package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +0 -14
  449. package/lib/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.d.ts +0 -9
  450. package/lib/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.d.ts +0 -11
  451. package/lib/components/pisellRecordBoard/shellFrame/Calendar/RecordBoardCalendar.d.ts +0 -8
  452. package/lib/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarViewShared.d.ts +0 -26
  453. package/lib/components/pisellRecordBoard/shellFrame/Calendar/calendarI18n.d.ts +0 -4
  454. package/lib/components/pisellRecordBoard/shellFrame/Calendar/calendarPersistGuard.d.ts +0 -18
  455. package/lib/components/pisellRecordBoard/shellFrame/Calendar/const/bookingCalendarConstants.d.ts +0 -49
  456. package/lib/components/pisellRecordBoard/shellFrame/Calendar/index.d.ts +0 -7
  457. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/MoveConfirmModal.d.ts +0 -17
  458. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowListModal.d.ts +0 -17
  459. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowPopover.d.ts +0 -9
  460. package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/BookingCalendarStyle.d.ts +0 -10
  461. package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarDateUtils.d.ts +0 -232
  462. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDaySelectionBar.d.ts +0 -13
  463. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDayView.d.ts +0 -53
  464. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarGroupRowHeader.d.ts +0 -23
  465. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarMonthView.d.ts +0 -18
  466. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarWeekView.d.ts +0 -27
  467. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/bookingCalendarDayViewContext.d.ts +0 -12
  468. package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +0 -8
  469. package/lib/components/pisellRecordBoard/shellFrame/FloorMap.d.ts +0 -14
  470. package/lib/components/pisellRecordBoard/shellFrame/Pagination/index.d.ts +0 -14
  471. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/NoteTicker.d.ts +0 -14
  472. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.d.ts +0 -12
  473. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.d.ts +0 -8
  474. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanel.d.ts +0 -50
  475. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelColorTab.d.ts +0 -17
  476. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelLayoutTab.d.ts +0 -28
  477. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallViewportToolbar.d.ts +0 -18
  478. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.d.ts +0 -22
  479. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/resourceWallConstants.d.ts +0 -2
  480. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallCardPresentation.d.ts +0 -58
  481. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.d.ts +0 -64
  482. package/lib/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +0 -24
  483. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/index.d.ts +0 -12
  484. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarConstants.d.ts +0 -8
  485. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarI18n.d.ts +0 -13
  486. package/lib/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.d.ts +0 -17
  487. package/lib/components/pisellRecordBoard/shellFrame/index.d.ts +0 -30
  488. package/lib/components/pisellRecordBoard/types.d.ts +0 -802
  489. package/lib/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +0 -23
  490. package/lib/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +0 -52
  491. package/lib/components/pisellReservationSchedule/PisellReservationSchedule.d.ts +0 -10
  492. package/lib/components/pisellReservationSchedule/PisellReservationSchedule.stories.d.ts +0 -12
  493. package/lib/components/pisellReservationSchedule/index.d.ts +0 -2
  494. package/lib/components/pisellReservationSchedule/locales.d.ts +0 -43
  495. package/lib/components/pisellReservationSchedule/types.d.ts +0 -52
  496. package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.d.ts +0 -10
  497. package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.stories.d.ts +0 -16
  498. package/lib/components/pisellReservationScheduleBand/index.d.ts +0 -2
  499. package/lib/components/pisellReservationScheduleBand/types.d.ts +0 -61
  500. package/lib/components/pisellShellFrame/PisellShellFrame.d.ts +0 -13
  501. package/lib/components/pisellShellFrame/types.d.ts +0 -62
  502. package/lib/components/pisellText/components/Amount/index.d.ts +0 -20
  503. package/lib/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +0 -10
  504. package/lib/components/pisellTimeNavigator/PisellTimeNavigator.stories.d.ts +0 -79
  505. package/lib/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +0 -14
  506. package/lib/components/pisellTimeNavigator/components/CursorLayer.d.ts +0 -27
  507. package/lib/components/pisellTimeNavigator/components/GestureLayer.d.ts +0 -41
  508. package/lib/components/pisellTimeNavigator/components/NowButton.d.ts +0 -14
  509. package/lib/components/pisellTimeNavigator/components/ScaleLayer.d.ts +0 -22
  510. package/lib/components/pisellTimeNavigator/components/index.d.ts +0 -5
  511. package/lib/components/pisellTimeNavigator/hooks/index.d.ts +0 -5
  512. package/lib/components/pisellTimeNavigator/hooks/useDragInertia.d.ts +0 -14
  513. package/lib/components/pisellTimeNavigator/hooks/useRealtime.d.ts +0 -5
  514. package/lib/components/pisellTimeNavigator/hooks/useTimeAxis.d.ts +0 -27
  515. package/lib/components/pisellTimeNavigator/index.d.ts +0 -5
  516. package/lib/components/pisellTimeNavigator/locales.d.ts +0 -22
  517. package/lib/components/pisellTimeNavigator/timeNavigatorConstants.d.ts +0 -20
  518. package/lib/components/pisellTimeNavigator/types.d.ts +0 -160
  519. package/lib/components/pisellTimeNavigator/utils/index.d.ts +0 -41
  520. package/lib/components/pisellToast/index.d.ts +0 -17
  521. package/lib/components/pisellToast/squareToast/index.d.ts +0 -15
  522. package/lib/components/pisellToast/squareToast/methods.d.ts +0 -13
  523. package/lib/components/pisellToast/squareToast/renderImperatively.d.ts +0 -28
  524. package/lib/components/pisellToast/squareToast/toast.d.ts +0 -25
  525. package/lib/components/pisellWalletPassCard/index.d.ts +0 -146
  526. package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +0 -4
  527. package/lib/components/productCard/cartSkuCard/components/Gift/index.d.ts +0 -5
  528. package/lib/components/productCard/cartSkuCard/components/Gift/types.d.ts +0 -29
  529. package/lib/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -4
  530. package/lib/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +0 -14
  531. package/lib/components/productCard/cartSkuCard/components/Note/index.d.ts +0 -4
  532. package/lib/components/productCard/cartSkuCard/components/Promotion/index.d.ts +0 -7
  533. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +0 -36
  534. package/lib/components/productCard/cartSkuCard/components/discountReason/index.d.ts +0 -3
  535. package/lib/components/productCard/cartSkuCard/components/holders/index.d.ts +0 -4
  536. package/lib/components/productCard/cartSkuCard/components/packages/index.d.ts +0 -12
  537. package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +0 -20
  538. package/lib/components/productCard/cartSkuCard/components/resources/index.d.ts +0 -4
  539. package/lib/components/productCard/cartSkuCard/components/sales/index.d.ts +0 -13
  540. package/lib/components/productCard/cartSkuCard/components/specs/index.d.ts +0 -22
  541. package/lib/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +0 -46
  542. package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -9
  543. package/lib/components/productCard/cartSkuCard/components/weighing/index.d.ts +0 -19
  544. package/lib/components/productCard/cartSkuCard/index.d.ts +0 -11
  545. package/lib/components/productCard/cartSkuCard/locales.d.ts +0 -198
  546. package/lib/components/productCard/components/Action/index.d.ts +0 -4
  547. package/lib/components/productCard/components/Header/EditButton/index.d.ts +0 -4
  548. package/lib/components/productCard/components/Header/index.d.ts +0 -4
  549. package/lib/components/productCard/components/Sales/index.d.ts +0 -4
  550. package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts +0 -4
  551. package/lib/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +0 -14
  552. package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +0 -3
  553. package/lib/components/productCard/index.d.ts +0 -7
  554. package/lib/components/productCard/locales.d.ts +0 -138
  555. package/lib/components/productCard/status.d.ts +0 -32
  556. package/lib/components/productCard/types.d.ts +0 -95
  557. package/lib/components/productCard/utils.d.ts +0 -33
  558. package/lib/components/select-time/index.d.ts +0 -14
  559. package/lib/components/sort/index.d.ts +0 -5
  560. package/lib/components/table/Table/AddFieldModal/index.d.ts +0 -4
  561. package/lib/components/table/index.d.ts +0 -4
  562. package/lib/components/virtual-keyboard/Amount/index.d.ts +0 -6
  563. package/lib/components/virtual-keyboard/Amount/themeConfig.d.ts +0 -32
  564. package/lib/components/virtual-keyboard/Amount/types.d.ts +0 -44
  565. package/lib/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +0 -15
  566. package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -25
  567. package/lib/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
  568. package/lib/components/virtual-keyboard/Number/index.d.ts +0 -6
  569. package/lib/components/virtual-keyboard/Number/themeConfig.d.ts +0 -32
  570. package/lib/components/virtual-keyboard/Number/types.d.ts +0 -26
  571. package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -13
  572. package/lib/components/virtual-keyboard/index.d.ts +0 -25
  573. package/lib/index.d.ts +0 -265
  574. package/lib/locales/en-US.d.ts +0 -559
  575. package/lib/locales/ja.d.ts +0 -528
  576. package/lib/locales/pt.d.ts +0 -528
  577. package/lib/locales/zh-CN.d.ts +0 -554
  578. package/lib/locales/zh-TW.d.ts +0 -554
@@ -1,651 +0,0 @@
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.edit-panel.element-props': string;
38
- 'pisell-floor-map-layout.edit-panel.close-aria': string;
39
- 'pisell-floor-map-layout.edit-panel.hint-apply': string;
40
- 'pisell-floor-map-layout.edit-panel.hint-save': string;
41
- 'pisell-floor-map-layout.edit-panel.section-layout': string;
42
- 'pisell-floor-map-layout.edit-panel.lock-on': string;
43
- 'pisell-floor-map-layout.edit-panel.lock-off': string;
44
- 'pisell-floor-map-layout.edit-panel.label-x': string;
45
- 'pisell-floor-map-layout.edit-panel.label-y': string;
46
- 'pisell-floor-map-layout.edit-panel.label-z': string;
47
- 'pisell-floor-map-layout.edit-panel.label-width': string;
48
- 'pisell-floor-map-layout.edit-panel.label-height': string;
49
- 'pisell-floor-map-layout.edit-panel.label-name': string;
50
- 'pisell-floor-map-layout.edit-panel.label-name-stage': string;
51
- 'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
52
- 'pisell-floor-map-layout.edit-panel.ph-name': string;
53
- 'pisell-floor-map-layout.edit-panel.label-name-as-title': string;
54
- 'pisell-floor-map-layout.edit-panel.tip-name-as-title': string;
55
- 'pisell-floor-map-layout.edit-panel.label-image-url': string;
56
- 'pisell-floor-map-layout.edit-panel.extra-image-url': string;
57
- 'pisell-floor-map-layout.edit-panel.ph-https': string;
58
- 'pisell-floor-map-layout.edit-panel.label-canvas': string;
59
- 'pisell-floor-map-layout.edit-panel.label-element-kind': string;
60
- 'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
61
- 'pisell-floor-map-layout.edit-panel.apply': string;
62
- 'pisell-floor-map-layout.edit-panel.data-binding': string;
63
- 'pisell-floor-map-layout.edit-panel.data-binding-note': string;
64
- 'pisell-floor-map-layout.edit-panel.label-data-source': string;
65
- 'pisell-floor-map-layout.edit-panel.ph-data-source': string;
66
- 'pisell-floor-map-layout.edit-panel.label-pick-row': string;
67
- 'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
68
- 'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
69
- 'pisell-floor-map-layout.edit-panel.hint-unbound': string;
70
- 'pisell-floor-map-layout.edit-panel.record-title': string;
71
- 'pisell-floor-map-layout.edit-panel.pop-title': string;
72
- 'pisell-floor-map-layout.edit-panel.pop-desc': string;
73
- 'pisell-floor-map-layout.edit-panel.btn-delete': string;
74
- 'pisell-floor-map-layout.edit-panel.btn-cancel': string;
75
- 'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
76
- 'pisell-floor-map-layout.edit-quick.lock': string;
77
- 'pisell-floor-map-layout.edit-quick.unlock': string;
78
- 'pisell-floor-map-layout.edit-quick.duplicate': string;
79
- 'pisell-floor-map-layout.edit-quick.delete': string;
80
- 'pisell-floor-map-layout.edit-quick.status-locked': string;
81
- 'pisell-floor-map-layout.edit-quick.status-unlocked': string;
82
- 'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
83
- 'pisell-floor-map-layout.toolbar.category-fallback': string;
84
- 'pisell-floor-map-layout.toolbar.palette-card-title': string;
85
- 'pisell-floor-map-layout.toolbar.data-binding-optional': string;
86
- 'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
87
- 'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
88
- 'pisell-floor-map-layout.toolbar.ph-select-records': string;
89
- 'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
90
- 'pisell-floor-map-layout.toolbar.no-data-sources': string;
91
- 'pisell-floor-map-layout.toolbar.cancel-place': string;
92
- 'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
93
- 'pisell-floor-map-layout.toolbar.save': string;
94
- 'pisell-floor-map-layout.toolbar.saving': string;
95
- 'pisell-floor-map-layout.toolbar.collapse': string;
96
- 'pisell-floor-map-layout.toolbar.expand': string;
97
- 'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
98
- 'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
99
- 'pisell-floor-map-layout.view-controls.reset-aria': string;
100
- 'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
101
- 'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
102
- 'pisell-floor-map-layout.view-controls.grid-show-aria': string;
103
- 'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
104
- 'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
105
- 'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
106
- 'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
107
- 'pisell-floor-map-layout.view-controls.viewport-lock-aria': string;
108
- 'pisell-floor-map-layout.view-controls.viewport-unlock-aria': string;
109
- 'pisell-floor-map-layout.image-element.default-name': string;
110
- 'pisell-floor-map-layout.placement.fallback-image-name': string;
111
- 'pisell-floor-map-layout.image-element.hint-no-url': string;
112
- 'pisell-floor-map-layout.image-element.hint-load-fail': string;
113
- 'pisell-floor-map-layout.data-form.empty': string;
114
- 'pisell-floor-map-layout.data-form.save-record': string;
115
- 'pisell-floor-map-layout.binding-error.required-row': string;
116
- 'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
117
- 'pisell-floor-map-layout.binding-error.missing-field': string;
118
- 'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
119
- 'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
120
- 'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
121
- 'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
122
- 'pisell-floor-map-layout.figma-card.kind-round-table': string;
123
- 'pisell-floor-map-layout.figma-card.kind-square-table': string;
124
- 'pisell-floor-map-layout.figma-card.default-table': string;
125
- 'pisell-floor-map-layout.figma-card.capacity-seats': string;
126
- 'pisell-floor-map-layout.figma-card.guests-count': string;
127
- 'pisell-floor-map-layout.figma-card.status-available': string;
128
- 'pisell-floor-map-layout.figma-card.status-reserved': string;
129
- 'pisell-floor-map-layout.figma-card.status-waiting': string;
130
- 'pisell-floor-map-layout.figma-card.status-dining': string;
131
- 'pisell-floor-map-layout.figma-card.status-billed': string;
132
- 'pisell-floor-map-layout.figma-card.status-availableSoon': string;
133
- };
134
- 'zh-CN': {
135
- 'pisell-floor-map-layout.loading': string;
136
- 'pisell-floor-map-layout.read-canvas-tabs.aria': string;
137
- 'pisell-floor-map-layout.edit-top-bar.aria': string;
138
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
139
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
140
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
141
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
142
- 'pisell-floor-map-layout.edit-top-bar.unsaved': string;
143
- 'pisell-floor-map-layout.edit-top-bar.save': string;
144
- 'pisell-floor-map-layout.edit-top-bar.saving': string;
145
- 'pisell-floor-map-layout.edit-top-bar.undo': string;
146
- 'pisell-floor-map-layout.edit-top-bar.redo': string;
147
- 'pisell-floor-map-layout.edit-top-bar.cancel-edit': string;
148
- 'pisell-floor-map-layout.edit-top-bar.finish-edit': string;
149
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-title': string;
150
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-content': string;
151
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-ok': string;
152
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-cancel': string;
153
- 'pisell-floor-map-layout.canvas-tabs.empty': string;
154
- 'pisell-floor-map-layout.canvas-tabs.add': string;
155
- 'pisell-floor-map-layout.canvas-tabs.add-title': string;
156
- 'pisell-floor-map-layout.canvas-tabs.hint': string;
157
- 'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
158
- 'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
159
- 'pisell-floor-map-layout.canvas-tabs.rename-title': string;
160
- 'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
161
- 'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
162
- 'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
163
- 'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
164
- 'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
165
- 'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
166
- 'pisell-floor-map-layout.edit-panel.element-props': string;
167
- 'pisell-floor-map-layout.edit-panel.close-aria': string;
168
- 'pisell-floor-map-layout.edit-panel.hint-apply': string;
169
- 'pisell-floor-map-layout.edit-panel.hint-save': string;
170
- 'pisell-floor-map-layout.edit-panel.section-layout': string;
171
- 'pisell-floor-map-layout.edit-panel.lock-on': string;
172
- 'pisell-floor-map-layout.edit-panel.lock-off': string;
173
- 'pisell-floor-map-layout.edit-panel.label-x': string;
174
- 'pisell-floor-map-layout.edit-panel.label-y': string;
175
- 'pisell-floor-map-layout.edit-panel.label-z': string;
176
- 'pisell-floor-map-layout.edit-panel.label-width': string;
177
- 'pisell-floor-map-layout.edit-panel.label-height': string;
178
- 'pisell-floor-map-layout.edit-panel.label-name': string;
179
- 'pisell-floor-map-layout.edit-panel.label-name-stage': string;
180
- 'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
181
- 'pisell-floor-map-layout.edit-panel.ph-name': string;
182
- 'pisell-floor-map-layout.edit-panel.label-name-as-title': string;
183
- 'pisell-floor-map-layout.edit-panel.tip-name-as-title': string;
184
- 'pisell-floor-map-layout.edit-panel.label-image-url': string;
185
- 'pisell-floor-map-layout.edit-panel.extra-image-url': string;
186
- 'pisell-floor-map-layout.edit-panel.ph-https': string;
187
- 'pisell-floor-map-layout.edit-panel.label-canvas': string;
188
- 'pisell-floor-map-layout.edit-panel.label-element-kind': string;
189
- 'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
190
- 'pisell-floor-map-layout.edit-panel.apply': string;
191
- 'pisell-floor-map-layout.edit-panel.data-binding': string;
192
- 'pisell-floor-map-layout.edit-panel.data-binding-note': string;
193
- 'pisell-floor-map-layout.edit-panel.label-data-source': string;
194
- 'pisell-floor-map-layout.edit-panel.ph-data-source': string;
195
- 'pisell-floor-map-layout.edit-panel.label-pick-row': string;
196
- 'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
197
- 'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
198
- 'pisell-floor-map-layout.edit-panel.hint-unbound': string;
199
- 'pisell-floor-map-layout.edit-panel.record-title': string;
200
- 'pisell-floor-map-layout.edit-panel.pop-title': string;
201
- 'pisell-floor-map-layout.edit-panel.pop-desc': string;
202
- 'pisell-floor-map-layout.edit-panel.btn-delete': string;
203
- 'pisell-floor-map-layout.edit-panel.btn-cancel': string;
204
- 'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
205
- 'pisell-floor-map-layout.edit-quick.lock': string;
206
- 'pisell-floor-map-layout.edit-quick.unlock': string;
207
- 'pisell-floor-map-layout.edit-quick.duplicate': string;
208
- 'pisell-floor-map-layout.edit-quick.delete': string;
209
- 'pisell-floor-map-layout.edit-quick.status-locked': string;
210
- 'pisell-floor-map-layout.edit-quick.status-unlocked': string;
211
- 'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
212
- 'pisell-floor-map-layout.toolbar.category-fallback': string;
213
- 'pisell-floor-map-layout.toolbar.palette-card-title': string;
214
- 'pisell-floor-map-layout.toolbar.data-binding-optional': string;
215
- 'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
216
- 'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
217
- 'pisell-floor-map-layout.toolbar.ph-select-records': string;
218
- 'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
219
- 'pisell-floor-map-layout.toolbar.no-data-sources': string;
220
- 'pisell-floor-map-layout.toolbar.cancel-place': string;
221
- 'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
222
- 'pisell-floor-map-layout.toolbar.save': string;
223
- 'pisell-floor-map-layout.toolbar.saving': string;
224
- 'pisell-floor-map-layout.toolbar.collapse': string;
225
- 'pisell-floor-map-layout.toolbar.expand': string;
226
- 'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
227
- 'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
228
- 'pisell-floor-map-layout.view-controls.reset-aria': string;
229
- 'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
230
- 'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
231
- 'pisell-floor-map-layout.view-controls.grid-show-aria': string;
232
- 'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
233
- 'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
234
- 'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
235
- 'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
236
- 'pisell-floor-map-layout.view-controls.viewport-lock-aria': string;
237
- 'pisell-floor-map-layout.view-controls.viewport-unlock-aria': string;
238
- 'pisell-floor-map-layout.image-element.default-name': string;
239
- 'pisell-floor-map-layout.placement.fallback-image-name': string;
240
- 'pisell-floor-map-layout.image-element.hint-no-url': string;
241
- 'pisell-floor-map-layout.image-element.hint-load-fail': string;
242
- 'pisell-floor-map-layout.data-form.empty': string;
243
- 'pisell-floor-map-layout.data-form.save-record': string;
244
- 'pisell-floor-map-layout.binding-error.required-row': string;
245
- 'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
246
- 'pisell-floor-map-layout.binding-error.missing-field': string;
247
- 'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
248
- 'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
249
- 'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
250
- 'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
251
- 'pisell-floor-map-layout.figma-card.kind-round-table': string;
252
- 'pisell-floor-map-layout.figma-card.kind-square-table': string;
253
- 'pisell-floor-map-layout.figma-card.default-table': string;
254
- 'pisell-floor-map-layout.figma-card.capacity-seats': string;
255
- 'pisell-floor-map-layout.figma-card.guests-count': string;
256
- 'pisell-floor-map-layout.figma-card.status-available': string;
257
- 'pisell-floor-map-layout.figma-card.status-reserved': string;
258
- 'pisell-floor-map-layout.figma-card.status-waiting': string;
259
- 'pisell-floor-map-layout.figma-card.status-dining': string;
260
- 'pisell-floor-map-layout.figma-card.status-billed': string;
261
- 'pisell-floor-map-layout.figma-card.status-availableSoon': string;
262
- };
263
- 'zh-HK': {
264
- 'pisell-floor-map-layout.loading': string;
265
- 'pisell-floor-map-layout.read-canvas-tabs.aria': string;
266
- 'pisell-floor-map-layout.edit-top-bar.aria': string;
267
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
268
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
269
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
270
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
271
- 'pisell-floor-map-layout.edit-top-bar.unsaved': string;
272
- 'pisell-floor-map-layout.edit-top-bar.save': string;
273
- 'pisell-floor-map-layout.edit-top-bar.saving': string;
274
- 'pisell-floor-map-layout.edit-top-bar.undo': string;
275
- 'pisell-floor-map-layout.edit-top-bar.redo': string;
276
- 'pisell-floor-map-layout.edit-top-bar.cancel-edit': string;
277
- 'pisell-floor-map-layout.edit-top-bar.finish-edit': string;
278
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-title': string;
279
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-content': string;
280
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-ok': string;
281
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-cancel': string;
282
- 'pisell-floor-map-layout.canvas-tabs.empty': string;
283
- 'pisell-floor-map-layout.canvas-tabs.add': string;
284
- 'pisell-floor-map-layout.canvas-tabs.add-title': string;
285
- 'pisell-floor-map-layout.canvas-tabs.hint': string;
286
- 'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
287
- 'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
288
- 'pisell-floor-map-layout.canvas-tabs.rename-title': string;
289
- 'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
290
- 'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
291
- 'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
292
- 'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
293
- 'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
294
- 'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
295
- 'pisell-floor-map-layout.edit-panel.element-props': string;
296
- 'pisell-floor-map-layout.edit-panel.close-aria': string;
297
- 'pisell-floor-map-layout.edit-panel.hint-apply': string;
298
- 'pisell-floor-map-layout.edit-panel.hint-save': string;
299
- 'pisell-floor-map-layout.edit-panel.section-layout': string;
300
- 'pisell-floor-map-layout.edit-panel.lock-on': string;
301
- 'pisell-floor-map-layout.edit-panel.lock-off': string;
302
- 'pisell-floor-map-layout.edit-panel.label-x': string;
303
- 'pisell-floor-map-layout.edit-panel.label-y': string;
304
- 'pisell-floor-map-layout.edit-panel.label-z': string;
305
- 'pisell-floor-map-layout.edit-panel.label-width': string;
306
- 'pisell-floor-map-layout.edit-panel.label-height': string;
307
- 'pisell-floor-map-layout.edit-panel.label-name': string;
308
- 'pisell-floor-map-layout.edit-panel.label-name-stage': string;
309
- 'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
310
- 'pisell-floor-map-layout.edit-panel.ph-name': string;
311
- 'pisell-floor-map-layout.edit-panel.label-name-as-title': string;
312
- 'pisell-floor-map-layout.edit-panel.tip-name-as-title': string;
313
- 'pisell-floor-map-layout.edit-panel.label-image-url': string;
314
- 'pisell-floor-map-layout.edit-panel.extra-image-url': string;
315
- 'pisell-floor-map-layout.edit-panel.ph-https': string;
316
- 'pisell-floor-map-layout.edit-panel.label-canvas': string;
317
- 'pisell-floor-map-layout.edit-panel.label-element-kind': string;
318
- 'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
319
- 'pisell-floor-map-layout.edit-panel.apply': string;
320
- 'pisell-floor-map-layout.edit-panel.data-binding': string;
321
- 'pisell-floor-map-layout.edit-panel.data-binding-note': string;
322
- 'pisell-floor-map-layout.edit-panel.label-data-source': string;
323
- 'pisell-floor-map-layout.edit-panel.ph-data-source': string;
324
- 'pisell-floor-map-layout.edit-panel.label-pick-row': string;
325
- 'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
326
- 'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
327
- 'pisell-floor-map-layout.edit-panel.hint-unbound': string;
328
- 'pisell-floor-map-layout.edit-panel.record-title': string;
329
- 'pisell-floor-map-layout.edit-panel.pop-title': string;
330
- 'pisell-floor-map-layout.edit-panel.pop-desc': string;
331
- 'pisell-floor-map-layout.edit-panel.btn-delete': string;
332
- 'pisell-floor-map-layout.edit-panel.btn-cancel': string;
333
- 'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
334
- 'pisell-floor-map-layout.edit-quick.lock': string;
335
- 'pisell-floor-map-layout.edit-quick.unlock': string;
336
- 'pisell-floor-map-layout.edit-quick.duplicate': string;
337
- 'pisell-floor-map-layout.edit-quick.delete': string;
338
- 'pisell-floor-map-layout.edit-quick.status-locked': string;
339
- 'pisell-floor-map-layout.edit-quick.status-unlocked': string;
340
- 'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
341
- 'pisell-floor-map-layout.toolbar.category-fallback': string;
342
- 'pisell-floor-map-layout.toolbar.palette-card-title': string;
343
- 'pisell-floor-map-layout.toolbar.data-binding-optional': string;
344
- 'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
345
- 'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
346
- 'pisell-floor-map-layout.toolbar.ph-select-records': string;
347
- 'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
348
- 'pisell-floor-map-layout.toolbar.no-data-sources': string;
349
- 'pisell-floor-map-layout.toolbar.cancel-place': string;
350
- 'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
351
- 'pisell-floor-map-layout.toolbar.save': string;
352
- 'pisell-floor-map-layout.toolbar.saving': string;
353
- 'pisell-floor-map-layout.toolbar.collapse': string;
354
- 'pisell-floor-map-layout.toolbar.expand': string;
355
- 'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
356
- 'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
357
- 'pisell-floor-map-layout.view-controls.reset-aria': string;
358
- 'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
359
- 'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
360
- 'pisell-floor-map-layout.view-controls.grid-show-aria': string;
361
- 'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
362
- 'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
363
- 'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
364
- 'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
365
- 'pisell-floor-map-layout.view-controls.viewport-lock-aria': string;
366
- 'pisell-floor-map-layout.view-controls.viewport-unlock-aria': string;
367
- 'pisell-floor-map-layout.image-element.default-name': string;
368
- 'pisell-floor-map-layout.placement.fallback-image-name': string;
369
- 'pisell-floor-map-layout.image-element.hint-no-url': string;
370
- 'pisell-floor-map-layout.image-element.hint-load-fail': string;
371
- 'pisell-floor-map-layout.data-form.empty': string;
372
- 'pisell-floor-map-layout.data-form.save-record': string;
373
- 'pisell-floor-map-layout.binding-error.required-row': string;
374
- 'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
375
- 'pisell-floor-map-layout.binding-error.missing-field': string;
376
- 'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
377
- 'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
378
- 'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
379
- 'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
380
- 'pisell-floor-map-layout.figma-card.kind-round-table': string;
381
- 'pisell-floor-map-layout.figma-card.kind-square-table': string;
382
- 'pisell-floor-map-layout.figma-card.default-table': string;
383
- 'pisell-floor-map-layout.figma-card.capacity-seats': string;
384
- 'pisell-floor-map-layout.figma-card.guests-count': string;
385
- 'pisell-floor-map-layout.figma-card.status-available': string;
386
- 'pisell-floor-map-layout.figma-card.status-reserved': string;
387
- 'pisell-floor-map-layout.figma-card.status-waiting': string;
388
- 'pisell-floor-map-layout.figma-card.status-dining': string;
389
- 'pisell-floor-map-layout.figma-card.status-billed': string;
390
- 'pisell-floor-map-layout.figma-card.status-availableSoon': string;
391
- };
392
- ja: {
393
- 'pisell-floor-map-layout.loading': string;
394
- 'pisell-floor-map-layout.read-canvas-tabs.aria': string;
395
- 'pisell-floor-map-layout.edit-top-bar.aria': string;
396
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
397
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
398
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
399
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
400
- 'pisell-floor-map-layout.edit-top-bar.unsaved': string;
401
- 'pisell-floor-map-layout.edit-top-bar.save': string;
402
- 'pisell-floor-map-layout.edit-top-bar.saving': string;
403
- 'pisell-floor-map-layout.edit-top-bar.undo': string;
404
- 'pisell-floor-map-layout.edit-top-bar.redo': string;
405
- 'pisell-floor-map-layout.edit-top-bar.cancel-edit': string;
406
- 'pisell-floor-map-layout.edit-top-bar.finish-edit': string;
407
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-title': string;
408
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-content': string;
409
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-ok': string;
410
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-cancel': string;
411
- 'pisell-floor-map-layout.canvas-tabs.empty': string;
412
- 'pisell-floor-map-layout.canvas-tabs.add': string;
413
- 'pisell-floor-map-layout.canvas-tabs.add-title': string;
414
- 'pisell-floor-map-layout.canvas-tabs.hint': string;
415
- 'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
416
- 'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
417
- 'pisell-floor-map-layout.canvas-tabs.rename-title': string;
418
- 'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
419
- 'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
420
- 'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
421
- 'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
422
- 'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
423
- 'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
424
- 'pisell-floor-map-layout.edit-panel.element-props': string;
425
- 'pisell-floor-map-layout.edit-panel.close-aria': string;
426
- 'pisell-floor-map-layout.edit-panel.hint-apply': string;
427
- 'pisell-floor-map-layout.edit-panel.hint-save': string;
428
- 'pisell-floor-map-layout.edit-panel.section-layout': string;
429
- 'pisell-floor-map-layout.edit-panel.lock-on': string;
430
- 'pisell-floor-map-layout.edit-panel.lock-off': string;
431
- 'pisell-floor-map-layout.edit-panel.label-x': string;
432
- 'pisell-floor-map-layout.edit-panel.label-y': string;
433
- 'pisell-floor-map-layout.edit-panel.label-z': string;
434
- 'pisell-floor-map-layout.edit-panel.label-width': string;
435
- 'pisell-floor-map-layout.edit-panel.label-height': string;
436
- 'pisell-floor-map-layout.edit-panel.label-name': string;
437
- 'pisell-floor-map-layout.edit-panel.label-name-stage': string;
438
- 'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
439
- 'pisell-floor-map-layout.edit-panel.ph-name': string;
440
- 'pisell-floor-map-layout.edit-panel.label-name-as-title': string;
441
- 'pisell-floor-map-layout.edit-panel.tip-name-as-title': string;
442
- 'pisell-floor-map-layout.edit-panel.label-image-url': string;
443
- 'pisell-floor-map-layout.edit-panel.extra-image-url': string;
444
- 'pisell-floor-map-layout.edit-panel.ph-https': string;
445
- 'pisell-floor-map-layout.edit-panel.label-canvas': string;
446
- 'pisell-floor-map-layout.edit-panel.label-element-kind': string;
447
- 'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
448
- 'pisell-floor-map-layout.edit-panel.apply': string;
449
- 'pisell-floor-map-layout.edit-panel.data-binding': string;
450
- 'pisell-floor-map-layout.edit-panel.data-binding-note': string;
451
- 'pisell-floor-map-layout.edit-panel.label-data-source': string;
452
- 'pisell-floor-map-layout.edit-panel.ph-data-source': string;
453
- 'pisell-floor-map-layout.edit-panel.label-pick-row': string;
454
- 'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
455
- 'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
456
- 'pisell-floor-map-layout.edit-panel.hint-unbound': string;
457
- 'pisell-floor-map-layout.edit-panel.record-title': string;
458
- 'pisell-floor-map-layout.edit-panel.pop-title': string;
459
- 'pisell-floor-map-layout.edit-panel.pop-desc': string;
460
- 'pisell-floor-map-layout.edit-panel.btn-delete': string;
461
- 'pisell-floor-map-layout.edit-panel.btn-cancel': string;
462
- 'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
463
- 'pisell-floor-map-layout.edit-quick.lock': string;
464
- 'pisell-floor-map-layout.edit-quick.unlock': string;
465
- 'pisell-floor-map-layout.edit-quick.duplicate': string;
466
- 'pisell-floor-map-layout.edit-quick.delete': string;
467
- 'pisell-floor-map-layout.edit-quick.status-locked': string;
468
- 'pisell-floor-map-layout.edit-quick.status-unlocked': string;
469
- 'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
470
- 'pisell-floor-map-layout.toolbar.category-fallback': string;
471
- 'pisell-floor-map-layout.toolbar.palette-card-title': string;
472
- 'pisell-floor-map-layout.toolbar.data-binding-optional': string;
473
- 'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
474
- 'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
475
- 'pisell-floor-map-layout.toolbar.ph-select-records': string;
476
- 'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
477
- 'pisell-floor-map-layout.toolbar.no-data-sources': string;
478
- 'pisell-floor-map-layout.toolbar.cancel-place': string;
479
- 'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
480
- 'pisell-floor-map-layout.toolbar.save': string;
481
- 'pisell-floor-map-layout.toolbar.saving': string;
482
- 'pisell-floor-map-layout.toolbar.collapse': string;
483
- 'pisell-floor-map-layout.toolbar.expand': string;
484
- 'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
485
- 'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
486
- 'pisell-floor-map-layout.view-controls.reset-aria': string;
487
- 'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
488
- 'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
489
- 'pisell-floor-map-layout.view-controls.grid-show-aria': string;
490
- 'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
491
- 'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
492
- 'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
493
- 'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
494
- 'pisell-floor-map-layout.view-controls.viewport-lock-aria': string;
495
- 'pisell-floor-map-layout.view-controls.viewport-unlock-aria': string;
496
- 'pisell-floor-map-layout.image-element.default-name': string;
497
- 'pisell-floor-map-layout.placement.fallback-image-name': string;
498
- 'pisell-floor-map-layout.image-element.hint-no-url': string;
499
- 'pisell-floor-map-layout.image-element.hint-load-fail': string;
500
- 'pisell-floor-map-layout.data-form.empty': string;
501
- 'pisell-floor-map-layout.data-form.save-record': string;
502
- 'pisell-floor-map-layout.binding-error.required-row': string;
503
- 'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
504
- 'pisell-floor-map-layout.binding-error.missing-field': string;
505
- 'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
506
- 'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
507
- 'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
508
- 'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
509
- 'pisell-floor-map-layout.figma-card.kind-round-table': string;
510
- 'pisell-floor-map-layout.figma-card.kind-square-table': string;
511
- 'pisell-floor-map-layout.figma-card.default-table': string;
512
- 'pisell-floor-map-layout.figma-card.capacity-seats': string;
513
- 'pisell-floor-map-layout.figma-card.guests-count': string;
514
- 'pisell-floor-map-layout.figma-card.status-available': string;
515
- 'pisell-floor-map-layout.figma-card.status-reserved': string;
516
- 'pisell-floor-map-layout.figma-card.status-waiting': string;
517
- 'pisell-floor-map-layout.figma-card.status-dining': string;
518
- 'pisell-floor-map-layout.figma-card.status-billed': string;
519
- 'pisell-floor-map-layout.figma-card.status-availableSoon': string;
520
- };
521
- pt: {
522
- 'pisell-floor-map-layout.loading': string;
523
- 'pisell-floor-map-layout.read-canvas-tabs.aria': string;
524
- 'pisell-floor-map-layout.edit-top-bar.aria': string;
525
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
526
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
527
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
528
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
529
- 'pisell-floor-map-layout.edit-top-bar.unsaved': string;
530
- 'pisell-floor-map-layout.edit-top-bar.save': string;
531
- 'pisell-floor-map-layout.edit-top-bar.saving': string;
532
- 'pisell-floor-map-layout.edit-top-bar.undo': string;
533
- 'pisell-floor-map-layout.edit-top-bar.redo': string;
534
- 'pisell-floor-map-layout.edit-top-bar.cancel-edit': string;
535
- 'pisell-floor-map-layout.edit-top-bar.finish-edit': string;
536
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-title': string;
537
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-content': string;
538
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-ok': string;
539
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-cancel': string;
540
- 'pisell-floor-map-layout.canvas-tabs.empty': string;
541
- 'pisell-floor-map-layout.canvas-tabs.add': string;
542
- 'pisell-floor-map-layout.canvas-tabs.add-title': string;
543
- 'pisell-floor-map-layout.canvas-tabs.hint': string;
544
- 'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
545
- 'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
546
- 'pisell-floor-map-layout.canvas-tabs.rename-title': string;
547
- 'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
548
- 'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
549
- 'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
550
- 'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
551
- 'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
552
- 'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
553
- 'pisell-floor-map-layout.edit-panel.element-props': string;
554
- 'pisell-floor-map-layout.edit-panel.close-aria': string;
555
- 'pisell-floor-map-layout.edit-panel.hint-apply': string;
556
- 'pisell-floor-map-layout.edit-panel.hint-save': string;
557
- 'pisell-floor-map-layout.edit-panel.section-layout': string;
558
- 'pisell-floor-map-layout.edit-panel.lock-on': string;
559
- 'pisell-floor-map-layout.edit-panel.lock-off': string;
560
- 'pisell-floor-map-layout.edit-panel.label-x': string;
561
- 'pisell-floor-map-layout.edit-panel.label-y': string;
562
- 'pisell-floor-map-layout.edit-panel.label-z': string;
563
- 'pisell-floor-map-layout.edit-panel.label-width': string;
564
- 'pisell-floor-map-layout.edit-panel.label-height': string;
565
- 'pisell-floor-map-layout.edit-panel.label-name': string;
566
- 'pisell-floor-map-layout.edit-panel.label-name-stage': string;
567
- 'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
568
- 'pisell-floor-map-layout.edit-panel.ph-name': string;
569
- 'pisell-floor-map-layout.edit-panel.label-name-as-title': string;
570
- 'pisell-floor-map-layout.edit-panel.tip-name-as-title': string;
571
- 'pisell-floor-map-layout.edit-panel.label-image-url': string;
572
- 'pisell-floor-map-layout.edit-panel.extra-image-url': string;
573
- 'pisell-floor-map-layout.edit-panel.ph-https': string;
574
- 'pisell-floor-map-layout.edit-panel.label-canvas': string;
575
- 'pisell-floor-map-layout.edit-panel.label-element-kind': string;
576
- 'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
577
- 'pisell-floor-map-layout.edit-panel.apply': string;
578
- 'pisell-floor-map-layout.edit-panel.data-binding': string;
579
- 'pisell-floor-map-layout.edit-panel.data-binding-note': string;
580
- 'pisell-floor-map-layout.edit-panel.label-data-source': string;
581
- 'pisell-floor-map-layout.edit-panel.ph-data-source': string;
582
- 'pisell-floor-map-layout.edit-panel.label-pick-row': string;
583
- 'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
584
- 'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
585
- 'pisell-floor-map-layout.edit-panel.hint-unbound': string;
586
- 'pisell-floor-map-layout.edit-panel.record-title': string;
587
- 'pisell-floor-map-layout.edit-panel.pop-title': string;
588
- 'pisell-floor-map-layout.edit-panel.pop-desc': string;
589
- 'pisell-floor-map-layout.edit-panel.btn-delete': string;
590
- 'pisell-floor-map-layout.edit-panel.btn-cancel': string;
591
- 'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
592
- 'pisell-floor-map-layout.edit-quick.lock': string;
593
- 'pisell-floor-map-layout.edit-quick.unlock': string;
594
- 'pisell-floor-map-layout.edit-quick.duplicate': string;
595
- 'pisell-floor-map-layout.edit-quick.delete': string;
596
- 'pisell-floor-map-layout.edit-quick.status-locked': string;
597
- 'pisell-floor-map-layout.edit-quick.status-unlocked': string;
598
- 'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
599
- 'pisell-floor-map-layout.toolbar.category-fallback': string;
600
- 'pisell-floor-map-layout.toolbar.palette-card-title': string;
601
- 'pisell-floor-map-layout.toolbar.data-binding-optional': string;
602
- 'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
603
- 'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
604
- 'pisell-floor-map-layout.toolbar.ph-select-records': string;
605
- 'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
606
- 'pisell-floor-map-layout.toolbar.no-data-sources': string;
607
- 'pisell-floor-map-layout.toolbar.cancel-place': string;
608
- 'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
609
- 'pisell-floor-map-layout.toolbar.save': string;
610
- 'pisell-floor-map-layout.toolbar.saving': string;
611
- 'pisell-floor-map-layout.toolbar.collapse': string;
612
- 'pisell-floor-map-layout.toolbar.expand': string;
613
- 'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
614
- 'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
615
- 'pisell-floor-map-layout.view-controls.reset-aria': string;
616
- 'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
617
- 'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
618
- 'pisell-floor-map-layout.view-controls.grid-show-aria': string;
619
- 'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
620
- 'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
621
- 'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
622
- 'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
623
- 'pisell-floor-map-layout.view-controls.viewport-lock-aria': string;
624
- 'pisell-floor-map-layout.view-controls.viewport-unlock-aria': string;
625
- 'pisell-floor-map-layout.image-element.default-name': string;
626
- 'pisell-floor-map-layout.placement.fallback-image-name': string;
627
- 'pisell-floor-map-layout.image-element.hint-no-url': string;
628
- 'pisell-floor-map-layout.image-element.hint-load-fail': string;
629
- 'pisell-floor-map-layout.data-form.empty': string;
630
- 'pisell-floor-map-layout.data-form.save-record': string;
631
- 'pisell-floor-map-layout.binding-error.required-row': string;
632
- 'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
633
- 'pisell-floor-map-layout.binding-error.missing-field': string;
634
- 'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
635
- 'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
636
- 'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
637
- 'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
638
- 'pisell-floor-map-layout.figma-card.kind-round-table': string;
639
- 'pisell-floor-map-layout.figma-card.kind-square-table': string;
640
- 'pisell-floor-map-layout.figma-card.default-table': string;
641
- 'pisell-floor-map-layout.figma-card.capacity-seats': string;
642
- 'pisell-floor-map-layout.figma-card.guests-count': string;
643
- 'pisell-floor-map-layout.figma-card.status-available': string;
644
- 'pisell-floor-map-layout.figma-card.status-reserved': string;
645
- 'pisell-floor-map-layout.figma-card.status-waiting': string;
646
- 'pisell-floor-map-layout.figma-card.status-dining': string;
647
- 'pisell-floor-map-layout.figma-card.status-billed': string;
648
- 'pisell-floor-map-layout.figma-card.status-availableSoon': string;
649
- };
650
- };
651
- export default _default;