@pisell/materials 6.11.240 → 6.11.241

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 (194) 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/preview.js +4 -4
  6. package/build/lowcode/render/default/view.js +16 -16
  7. package/build/lowcode/view.js +15 -15
  8. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +1 -1
  9. package/es/components/dataSourceComponents/fields/index.d.ts +8 -8
  10. package/es/components/pisellFind/index.d.ts +2 -0
  11. package/es/components/pisellFind/index.js +11 -0
  12. package/es/components/pisellLookup/PisellLookup.js +22 -6
  13. package/es/components/pisellLookup/components/LookupResultHost.js +56 -38
  14. package/es/components/pisellLookup/components/LookupTrigger.js +2 -0
  15. package/es/components/pisellLookup/types.d.ts +36 -0
  16. package/es/index.d.ts +1 -1
  17. package/es/index.js +1 -1
  18. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +1 -1
  19. package/lib/components/dataSourceComponents/fields/index.d.ts +8 -8
  20. package/lib/components/pisellFind/index.d.ts +2 -0
  21. package/lib/components/pisellFind/index.js +19 -0
  22. package/lib/components/pisellLookup/PisellLookup.js +18 -4
  23. package/lib/components/pisellLookup/components/LookupResultHost.js +50 -35
  24. package/lib/components/pisellLookup/components/LookupTrigger.js +2 -0
  25. package/lib/components/pisellLookup/types.d.ts +36 -0
  26. package/lib/index.d.ts +1 -1
  27. package/lib/index.js +2 -0
  28. package/package.json +3 -3
  29. package/es/components/PisellGroupView/PisellGroupView.d.ts +0 -9
  30. package/es/components/PisellGroupView/PisellGroupView.stories.d.ts +0 -27
  31. package/es/components/PisellGroupView/index.d.ts +0 -6
  32. package/es/components/PisellGroupView/types.d.ts +0 -124
  33. package/es/components/PisellGroupView/utils/index.d.ts +0 -20
  34. package/es/components/PisellProcedure/PisellProcedure.stories.d.ts +0 -163
  35. package/es/components/PisellScrollView/PisellScrollView.d.ts +0 -5
  36. package/es/components/PisellScrollView/PisellScrollView.stories.d.ts +0 -87
  37. package/es/components/PisellScrollView/hooks/useScrollState.d.ts +0 -13
  38. package/es/components/PisellSteps/PisellSteps.stories.d.ts +0 -155
  39. package/es/components/PisellSuperTabs/PisellSuperTabs.d.ts +0 -8
  40. package/es/components/PisellTabbar/constants.d.ts +0 -47
  41. package/es/components/PisellTabbar/types.d.ts +0 -123
  42. package/es/components/buttonGroupPreview/index.d.ts +0 -19
  43. package/es/components/dataSourceComponents/fields/Translation/BaseTranslation.d.ts +0 -5
  44. package/es/components/dataSourceComponents/fields/Translation/type.d.ts +0 -22
  45. package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +0 -13
  46. package/es/components/pisellFloorMapLayout/components/CanvasTabs.d.ts +0 -27
  47. package/es/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +0 -89
  48. package/es/components/pisellFloorMapLayout/components/FloorMapEditPanel.d.ts +0 -14
  49. package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +0 -64
  50. package/es/components/pisellFloorMapLayout/components/FloorMapOverview.d.ts +0 -49
  51. package/es/components/pisellFloorMapLayout/components/FloorMapSelectionZoneElement.d.ts +0 -13
  52. package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.d.ts +0 -84
  53. package/es/components/pisellFloorMapLayout/components/FloorMapToolbarViewAllModal.d.ts +0 -20
  54. package/es/components/pisellFloorMapLayout/hooks/useFloorMapEditState.d.ts +0 -94
  55. package/es/components/pisellFloorMapLayout/index.d.ts +0 -39
  56. package/es/components/pisellFloorMapLayout/locales-ja.d.ts +0 -184
  57. package/es/components/pisellFloorMapLayout/locales-pt.d.ts +0 -184
  58. package/es/components/pisellFloorMapLayout/locales.d.ts +0 -969
  59. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.d.ts +0 -10
  60. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanPure.d.ts +0 -22
  61. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanTypes.d.ts +0 -80
  62. package/es/components/pisellFloorMapLayout/types.d.ts +0 -769
  63. package/es/components/pisellFloorMapLayout/utils/floorMapCanvasDisplay.d.ts +0 -27
  64. package/es/components/pisellFloorMapLayout/utils/floorMapConfigMerge.d.ts +0 -8
  65. package/es/components/pisellFloorMapLayout/utils/floorMapFallbackRender.d.ts +0 -11
  66. package/es/components/pisellFloorMapLayout/utils/floorMapResourcePickerDisplay.d.ts +0 -27
  67. package/es/components/pisellFloorMapLayout/utils/floorMapResourcePickerTypes.d.ts +0 -109
  68. package/es/components/pisellFloorMapLayout/utils/floorMapSelectionZone.d.ts +0 -24
  69. package/es/components/pisellRecordBoard/PisellRecordBoard.d.ts +0 -9
  70. package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +0 -14
  71. package/es/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.d.ts +0 -9
  72. package/es/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarInternalTypes.d.ts +0 -43
  73. package/es/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarViewShared.d.ts +0 -34
  74. package/es/components/pisellRecordBoard/shellFrame/Calendar/const/bookingCalendarConstants.d.ts +0 -102
  75. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarOverflowListLayer.d.ts +0 -18
  76. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowListModal.d.ts +0 -30
  77. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowPopover.d.ts +0 -9
  78. package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarAxis.d.ts +0 -32
  79. package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarDateUtils.d.ts +0 -330
  80. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDayView.d.ts +0 -52
  81. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarMonthView.d.ts +0 -22
  82. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarResourceView.d.ts +0 -57
  83. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarWeekView.d.ts +0 -26
  84. package/es/components/pisellRecordBoard/shellFrame/Pagination/index.d.ts +0 -14
  85. package/es/components/pisellRecordBoard/types.d.ts +0 -899
  86. package/es/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.d.ts +0 -32
  87. package/es/components/pisellTimeRangeDisplay/components/TimeRangeBlock.d.ts +0 -36
  88. package/es/components/pisellTimeRangeDisplay/types.d.ts +0 -145
  89. package/es/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +0 -4
  90. package/es/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +0 -36
  91. package/es/components/productCard/cartSkuCard/components/inlineActions/index.d.ts +0 -15
  92. package/es/components/productCard/cartSkuCard/components/specs/index.d.ts +0 -22
  93. package/es/components/productCard/cartSkuCard/components/weighing/index.d.ts +0 -23
  94. package/es/components/productCard/cartSkuCard/index.d.ts +0 -15
  95. package/es/components/productCard/lineItem/BookingLineItem.d.ts +0 -23
  96. package/es/components/productCard/lineItem/components/Holders/index.d.ts +0 -10
  97. package/es/components/productCard/lineItem/components/Resources/index.d.ts +0 -7
  98. package/es/components/productCard/lineItem/index.d.ts +0 -72
  99. package/es/components/productCard/lineItem/locales.d.ts +0 -38
  100. package/es/components/productCard/types.d.ts +0 -98
  101. package/es/components/select-time/RightPanel/index.d.ts +0 -10
  102. package/es/components/select-time/index.d.ts +0 -16
  103. package/es/components/table/hooks/useTableSetting.d.ts +0 -21
  104. package/es/components/virtual-keyboard/Time/index.d.ts +0 -14
  105. package/es/components/virtual-keyboard/index.d.ts +0 -25
  106. package/es/hooks/useTranslationOriginal.d.ts +0 -4
  107. package/es/locales/en-US.d.ts +0 -566
  108. package/es/locales/ja.d.ts +0 -534
  109. package/es/locales/pt.d.ts +0 -534
  110. package/es/locales/zh-CN.d.ts +0 -561
  111. package/es/locales/zh-TW.d.ts +0 -561
  112. package/lib/components/PisellGroupView/PisellGroupView.d.ts +0 -9
  113. package/lib/components/PisellGroupView/PisellGroupView.stories.d.ts +0 -27
  114. package/lib/components/PisellGroupView/index.d.ts +0 -6
  115. package/lib/components/PisellGroupView/types.d.ts +0 -124
  116. package/lib/components/PisellGroupView/utils/index.d.ts +0 -20
  117. package/lib/components/PisellProcedure/PisellProcedure.stories.d.ts +0 -163
  118. package/lib/components/PisellScrollView/PisellScrollView.d.ts +0 -5
  119. package/lib/components/PisellScrollView/PisellScrollView.stories.d.ts +0 -87
  120. package/lib/components/PisellScrollView/hooks/useScrollState.d.ts +0 -13
  121. package/lib/components/PisellSteps/PisellSteps.stories.d.ts +0 -155
  122. package/lib/components/PisellSuperTabs/PisellSuperTabs.d.ts +0 -8
  123. package/lib/components/PisellTabbar/constants.d.ts +0 -47
  124. package/lib/components/PisellTabbar/types.d.ts +0 -123
  125. package/lib/components/buttonGroupPreview/index.d.ts +0 -19
  126. package/lib/components/dataSourceComponents/fields/Translation/BaseTranslation.d.ts +0 -5
  127. package/lib/components/dataSourceComponents/fields/Translation/type.d.ts +0 -22
  128. package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +0 -13
  129. package/lib/components/pisellFloorMapLayout/components/CanvasTabs.d.ts +0 -27
  130. package/lib/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +0 -89
  131. package/lib/components/pisellFloorMapLayout/components/FloorMapEditPanel.d.ts +0 -14
  132. package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +0 -64
  133. package/lib/components/pisellFloorMapLayout/components/FloorMapOverview.d.ts +0 -49
  134. package/lib/components/pisellFloorMapLayout/components/FloorMapSelectionZoneElement.d.ts +0 -13
  135. package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.d.ts +0 -84
  136. package/lib/components/pisellFloorMapLayout/components/FloorMapToolbarViewAllModal.d.ts +0 -20
  137. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEditState.d.ts +0 -94
  138. package/lib/components/pisellFloorMapLayout/index.d.ts +0 -39
  139. package/lib/components/pisellFloorMapLayout/locales-ja.d.ts +0 -184
  140. package/lib/components/pisellFloorMapLayout/locales-pt.d.ts +0 -184
  141. package/lib/components/pisellFloorMapLayout/locales.d.ts +0 -969
  142. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.d.ts +0 -10
  143. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanPure.d.ts +0 -22
  144. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanTypes.d.ts +0 -80
  145. package/lib/components/pisellFloorMapLayout/types.d.ts +0 -769
  146. package/lib/components/pisellFloorMapLayout/utils/floorMapCanvasDisplay.d.ts +0 -27
  147. package/lib/components/pisellFloorMapLayout/utils/floorMapConfigMerge.d.ts +0 -8
  148. package/lib/components/pisellFloorMapLayout/utils/floorMapFallbackRender.d.ts +0 -11
  149. package/lib/components/pisellFloorMapLayout/utils/floorMapResourcePickerDisplay.d.ts +0 -27
  150. package/lib/components/pisellFloorMapLayout/utils/floorMapResourcePickerTypes.d.ts +0 -109
  151. package/lib/components/pisellFloorMapLayout/utils/floorMapSelectionZone.d.ts +0 -24
  152. package/lib/components/pisellRecordBoard/PisellRecordBoard.d.ts +0 -9
  153. package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +0 -14
  154. package/lib/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.d.ts +0 -9
  155. package/lib/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarInternalTypes.d.ts +0 -43
  156. package/lib/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarViewShared.d.ts +0 -34
  157. package/lib/components/pisellRecordBoard/shellFrame/Calendar/const/bookingCalendarConstants.d.ts +0 -102
  158. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarOverflowListLayer.d.ts +0 -18
  159. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowListModal.d.ts +0 -30
  160. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowPopover.d.ts +0 -9
  161. package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarAxis.d.ts +0 -32
  162. package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarDateUtils.d.ts +0 -330
  163. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDayView.d.ts +0 -52
  164. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarMonthView.d.ts +0 -22
  165. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarResourceView.d.ts +0 -57
  166. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarWeekView.d.ts +0 -26
  167. package/lib/components/pisellRecordBoard/shellFrame/Pagination/index.d.ts +0 -14
  168. package/lib/components/pisellRecordBoard/types.d.ts +0 -899
  169. package/lib/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.d.ts +0 -32
  170. package/lib/components/pisellTimeRangeDisplay/components/TimeRangeBlock.d.ts +0 -36
  171. package/lib/components/pisellTimeRangeDisplay/types.d.ts +0 -145
  172. package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +0 -4
  173. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +0 -36
  174. package/lib/components/productCard/cartSkuCard/components/inlineActions/index.d.ts +0 -15
  175. package/lib/components/productCard/cartSkuCard/components/specs/index.d.ts +0 -22
  176. package/lib/components/productCard/cartSkuCard/components/weighing/index.d.ts +0 -23
  177. package/lib/components/productCard/cartSkuCard/index.d.ts +0 -15
  178. package/lib/components/productCard/lineItem/BookingLineItem.d.ts +0 -23
  179. package/lib/components/productCard/lineItem/components/Holders/index.d.ts +0 -10
  180. package/lib/components/productCard/lineItem/components/Resources/index.d.ts +0 -7
  181. package/lib/components/productCard/lineItem/index.d.ts +0 -72
  182. package/lib/components/productCard/lineItem/locales.d.ts +0 -38
  183. package/lib/components/productCard/types.d.ts +0 -98
  184. package/lib/components/select-time/RightPanel/index.d.ts +0 -10
  185. package/lib/components/select-time/index.d.ts +0 -16
  186. package/lib/components/table/hooks/useTableSetting.d.ts +0 -21
  187. package/lib/components/virtual-keyboard/Time/index.d.ts +0 -14
  188. package/lib/components/virtual-keyboard/index.d.ts +0 -25
  189. package/lib/hooks/useTranslationOriginal.d.ts +0 -4
  190. package/lib/locales/en-US.d.ts +0 -566
  191. package/lib/locales/ja.d.ts +0 -534
  192. package/lib/locales/pt.d.ts +0 -534
  193. package/lib/locales/zh-CN.d.ts +0 -561
  194. package/lib/locales/zh-TW.d.ts +0 -561
@@ -1,39 +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_SELECTION_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 { getFloorMapDisplayLocale, 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 { FloorMapSelectionZoneElement } from './components/FloorMapSelectionZoneElement';
36
- export { isSelectionZoneItem, rectFullyContains, computeSelectionZoneMemberIds, } from './utils/floorMapSelectionZone';
37
- export type { SelectionZoneRect } from './utils/floorMapSelectionZone';
38
- export { getFigmaTableCardFromMerged, renderFigmaStyleTableCard, renderFigmaStyleRoundTableCard, getRenderItemByKindTable, getRenderItemByKindRoundTable, } from './components/FigmaTableCard';
39
- 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.selection-zone.title-badge': string;
160
- 'pisell-floor-map-layout.selection-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.selection-zone.title-badge': string;
160
- 'pisell-floor-map-layout.selection-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;