@pisell/materials 6.12.1 → 6.12.2

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 (283) 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 +1 -1
  6. package/build/lowcode/view.js +1 -1
  7. package/es/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +0 -1
  8. package/es/components/dataSourceComponents/dataSourceForm/utils.d.ts +1 -1
  9. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +2 -2
  10. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -1
  11. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +2 -2
  12. package/es/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  13. package/es/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +1 -1
  14. package/es/components/dataSourceComponents/fields/Select/index.d.ts +1 -1
  15. package/es/components/dataSourceComponents/fields/Tabs/index.d.ts +1 -1
  16. package/es/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
  17. package/es/components/dataSourceComponents/fields/index.d.ts +14 -14
  18. package/es/components/drag-sort-tree/TreeItem/index.d.ts +0 -1
  19. package/es/components/drag-sort-tree/index.d.ts +0 -1
  20. package/es/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +2 -2
  21. package/es/components/pisellDatePicker/datePickerCpt.d.ts +0 -1
  22. package/es/components/pisellInformationEntry/Scan/index.d.ts +0 -1
  23. package/es/components/pisellInput/components/BankCard/index.d.ts +0 -1
  24. package/es/components/pisellInput/components/SecurityCode/index.d.ts +0 -1
  25. package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.js +8 -1
  26. package/es/components/pisellSort/index.d.ts +0 -1
  27. package/es/components/pisellTooltip/index.d.ts +0 -1
  28. package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +2 -2
  29. package/es/components/productCard/components/Packages/utils.d.ts +2 -2
  30. package/es/components/productCard/lineItem/BookingLineItem.d.ts +1 -0
  31. package/es/components/productCard/lineItem/components/Holders/index.d.ts +1 -0
  32. package/es/components/productCard/lineItem/index.d.ts +1 -0
  33. package/es/components/table/Actions/component/ColumnsSetting/index.d.ts +0 -1
  34. package/es/components/table/Actions/component/Group/PopoverContent.d.ts +0 -1
  35. package/es/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
  36. package/es/components/table/Table/SelectField/index.d.ts +1 -0
  37. package/es/components/table/Table/fields/image/index.d.ts +0 -1
  38. package/es/components/table/Table/fields/index.d.ts +2 -2
  39. package/es/components/table/Table/fields/pSwitch/index.d.ts +0 -1
  40. package/es/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
  41. package/es/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
  42. package/es/components/table/Table/utils.d.ts +1 -1
  43. package/es/hooks/useResponsive.d.ts +1 -1
  44. package/es/utils/index.d.ts +1 -1
  45. package/es/utils/platform.d.ts +1 -1
  46. package/lib/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +0 -1
  47. package/lib/components/dataSourceComponents/dataSourceForm/utils.d.ts +1 -1
  48. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +2 -2
  49. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -1
  50. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +2 -2
  51. package/lib/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  52. package/lib/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +1 -1
  53. package/lib/components/dataSourceComponents/fields/Select/index.d.ts +1 -1
  54. package/lib/components/dataSourceComponents/fields/Tabs/index.d.ts +1 -1
  55. package/lib/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
  56. package/lib/components/dataSourceComponents/fields/index.d.ts +14 -14
  57. package/lib/components/drag-sort-tree/TreeItem/index.d.ts +0 -1
  58. package/lib/components/drag-sort-tree/index.d.ts +0 -1
  59. package/lib/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +2 -2
  60. package/lib/components/pisellDatePicker/datePickerCpt.d.ts +0 -1
  61. package/lib/components/pisellInformationEntry/Scan/index.d.ts +0 -1
  62. package/lib/components/pisellInput/components/BankCard/index.d.ts +0 -1
  63. package/lib/components/pisellInput/components/SecurityCode/index.d.ts +0 -1
  64. package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.js +2 -1
  65. package/lib/components/pisellSort/index.d.ts +0 -1
  66. package/lib/components/pisellTooltip/index.d.ts +0 -1
  67. package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +2 -2
  68. package/lib/components/productCard/components/Packages/utils.d.ts +2 -2
  69. package/lib/components/productCard/lineItem/BookingLineItem.d.ts +1 -0
  70. package/lib/components/productCard/lineItem/components/Holders/index.d.ts +1 -0
  71. package/lib/components/productCard/lineItem/index.d.ts +1 -0
  72. package/lib/components/table/Actions/component/ColumnsSetting/index.d.ts +0 -1
  73. package/lib/components/table/Actions/component/Group/PopoverContent.d.ts +0 -1
  74. package/lib/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
  75. package/lib/components/table/Table/SelectField/index.d.ts +1 -0
  76. package/lib/components/table/Table/fields/image/index.d.ts +0 -1
  77. package/lib/components/table/Table/fields/index.d.ts +2 -2
  78. package/lib/components/table/Table/fields/pSwitch/index.d.ts +0 -1
  79. package/lib/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
  80. package/lib/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
  81. package/lib/components/table/Table/utils.d.ts +1 -1
  82. package/lib/hooks/useResponsive.d.ts +1 -1
  83. package/lib/utils/index.d.ts +1 -1
  84. package/lib/utils/platform.d.ts +1 -1
  85. package/package.json +1 -1
  86. package/es/components/PisellCards/components/MultilevelCard/components/PanelWrapper.d.ts +0 -7
  87. package/es/components/PisellScrollView/PisellScrollView.d.ts +0 -5
  88. package/es/components/PisellScrollView/components/Actions/index.d.ts +0 -18
  89. package/es/components/PisellScrollView/hooks/useScrollState.d.ts +0 -13
  90. package/es/components/PisellScrollView/types.d.ts +0 -203
  91. package/es/components/PisellSteps/PisellSteps.d.ts +0 -14
  92. package/es/components/PisellSuperTabs/PisellSuperTabs.d.ts +0 -8
  93. package/es/components/PisellSuperTabs/hooks/useTabsState.d.ts +0 -7
  94. package/es/components/PisellSuperTabs/types.d.ts +0 -212
  95. package/es/components/PisellTabbar/constants.d.ts +0 -47
  96. package/es/components/PisellTabbar/hooks/useActiveKey.d.ts +0 -55
  97. package/es/components/PisellTabbar/hooks/useExpand.d.ts +0 -42
  98. package/es/components/PisellTabbar/template/Template1/constants.d.ts +0 -10
  99. package/es/components/PisellTabbar/types.d.ts +0 -92
  100. package/es/components/PisellTabbar/utils/index.d.ts +0 -69
  101. package/es/components/SafeAreaTop/index.d.ts +0 -5
  102. package/es/components/SafeAreaTop/types.d.ts +0 -9
  103. package/es/components/buttonGroupPreview/index.d.ts +0 -19
  104. package/es/components/cardPro/index.d.ts +0 -4
  105. package/es/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +0 -26
  106. package/es/components/dataSourceComponents/fields/Translation/BaseTranslation.d.ts +0 -5
  107. package/es/components/dataSourceComponents/fields/Translation/type.d.ts +0 -22
  108. package/es/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +0 -15
  109. package/es/components/filter/components/Dropdown/types.d.ts +0 -15
  110. package/es/components/filter/components/FilterButton/types.d.ts +0 -29
  111. package/es/components/filter/types.d.ts +0 -52
  112. package/es/components/keyboard/index.d.ts +0 -22
  113. package/es/components/pisell-config-provider/context.d.ts +0 -22
  114. package/es/components/pisell-config-provider/index.d.ts +0 -13
  115. package/es/components/pisellAdjustPrice/type.d.ts +0 -22
  116. package/es/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +0 -23
  117. package/es/components/pisellFloorMapLayout/components/HistoryIcons.d.ts +0 -39
  118. package/es/components/pisellFloorMapLayout/floorMapLayoutConstants.d.ts +0 -35
  119. package/es/components/pisellFloorMapLayout/hooks/floorMapViewportPersistence.d.ts +0 -25
  120. package/es/components/pisellFloorMapLayout/hooks/useDraftConfigHistory.d.ts +0 -18
  121. package/es/components/pisellFloorMapLayout/locales-ja.d.ts +0 -184
  122. package/es/components/pisellFloorMapLayout/locales-pt.d.ts +0 -184
  123. package/es/components/pisellFloorMapLayout/locales.d.ts +0 -969
  124. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanTypes.d.ts +0 -80
  125. package/es/components/pisellFloorMapLayout/utils/alignSnap.d.ts +0 -64
  126. package/es/components/pisellFloorMapLayout/utils/floorMapBuiltinShapes.d.ts +0 -59
  127. package/es/components/pisellFloorMapLayout/utils/floorMapDropUtils.d.ts +0 -33
  128. package/es/components/pisellFloorMapLayout/utils/floorMapElementNameAsTitle.d.ts +0 -50
  129. package/es/components/pisellFloorMapLayout/utils/floorMapResourcePickerDisplay.d.ts +0 -27
  130. package/es/components/pisellFloorMapLayout/utils/floorMapResourcePickerTypes.d.ts +0 -109
  131. package/es/components/pisellLookup/PisellLookup.d.ts +0 -4
  132. package/es/components/pisellLookup/components/LookupResultHost.d.ts +0 -7
  133. package/es/components/pisellLookup/components/LookupTrigger.d.ts +0 -3
  134. package/es/components/pisellLookup/components/SearchHistory.d.ts +0 -7
  135. package/es/components/pisellLookup/types.d.ts +0 -761
  136. package/es/components/pisellMobileDateRangePicker/PisellMobileDateRangePicker.d.ts +0 -8
  137. package/es/components/pisellMobileDateRangePicker/index.d.ts +0 -2
  138. package/es/components/pisellMobileDateRangePicker/types.d.ts +0 -28
  139. package/es/components/pisellRecordBoard/shellFrame/Calendar/calendarI18n.d.ts +0 -4
  140. package/es/components/pisellRecordBoard/shellFrame/Calendar/calendarPersistGuard.d.ts +0 -18
  141. package/es/components/pisellRecordBoard/shellFrame/Calendar/const/bookingCalendarConstants.d.ts +0 -102
  142. package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarAxis.d.ts +0 -32
  143. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/NoteTicker.d.ts +0 -14
  144. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallViewportToolbar.d.ts +0 -18
  145. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/resourceWallConstants.d.ts +0 -2
  146. package/es/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarConstants.d.ts +0 -8
  147. package/es/components/pisellReservationSchedule/locales.d.ts +0 -43
  148. package/es/components/pisellReservationSchedule/types.d.ts +0 -52
  149. package/es/components/pisellReservationScheduleBand/types.d.ts +0 -68
  150. package/es/components/pisellReservationScheduleBand/utils/formatScheduleAtLabel.d.ts +0 -9
  151. package/es/components/pisellShellFrame/PisellShellFrame.d.ts +0 -13
  152. package/es/components/pisellShellFrame/types.d.ts +0 -62
  153. package/es/components/pisellTimeNavigator/components/CursorLayer.d.ts +0 -29
  154. package/es/components/pisellTimeNavigator/components/GestureLayer.d.ts +0 -41
  155. package/es/components/pisellTimeNavigator/components/ScaleLayer.d.ts +0 -40
  156. package/es/components/pisellTimeNavigator/hooks/useTimeAxis.d.ts +0 -37
  157. package/es/components/pisellTimeNavigator/timeNavigatorConstants.d.ts +0 -20
  158. package/es/components/pisellTimeNavigator/types.d.ts +0 -175
  159. package/es/components/pisellTimeNavigator/utils/index.d.ts +0 -79
  160. package/es/components/pisellTimeRangeDisplay/types.d.ts +0 -145
  161. package/es/components/pisellToast/squareToast/index.d.ts +0 -15
  162. package/es/components/pisellToast/squareToast/methods.d.ts +0 -13
  163. package/es/components/pisellToast/squareToast/renderImperatively.d.ts +0 -28
  164. package/es/components/pisellToast/squareToast/toast.d.ts +0 -25
  165. package/es/components/productCard/cartSkuCard/components/Gift/types.d.ts +0 -29
  166. package/es/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +0 -14
  167. package/es/components/productCard/cartSkuCard/components/Promotion/index.d.ts +0 -7
  168. package/es/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +0 -46
  169. package/es/components/productCard/cartSkuCard/locales.d.ts +0 -203
  170. package/es/components/productCard/components/Action/index.d.ts +0 -4
  171. package/es/components/productCard/lineItem/components/Resources/index.d.ts +0 -7
  172. package/es/components/productCard/lineItem/locales.d.ts +0 -38
  173. package/es/components/productCard/lineItem/types.d.ts +0 -13
  174. package/es/components/productCard/locales.d.ts +0 -138
  175. package/es/components/productCard/status.d.ts +0 -32
  176. package/es/components/productCard/types.d.ts +0 -96
  177. package/es/components/select/index.d.ts +0 -9
  178. package/es/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +0 -15
  179. package/es/components/virtual-keyboard/Number/types.d.ts +0 -26
  180. package/es/locales/en-US.d.ts +0 -566
  181. package/es/locales/ja.d.ts +0 -534
  182. package/es/locales/pt.d.ts +0 -534
  183. package/es/locales/zh-CN.d.ts +0 -561
  184. package/es/locales/zh-TW.d.ts +0 -561
  185. package/lib/components/PisellCards/components/MultilevelCard/components/PanelWrapper.d.ts +0 -7
  186. package/lib/components/PisellScrollView/PisellScrollView.d.ts +0 -5
  187. package/lib/components/PisellScrollView/components/Actions/index.d.ts +0 -18
  188. package/lib/components/PisellScrollView/hooks/useScrollState.d.ts +0 -13
  189. package/lib/components/PisellScrollView/types.d.ts +0 -203
  190. package/lib/components/PisellSteps/PisellSteps.d.ts +0 -14
  191. package/lib/components/PisellSuperTabs/PisellSuperTabs.d.ts +0 -8
  192. package/lib/components/PisellSuperTabs/hooks/useTabsState.d.ts +0 -7
  193. package/lib/components/PisellSuperTabs/types.d.ts +0 -212
  194. package/lib/components/PisellTabbar/constants.d.ts +0 -47
  195. package/lib/components/PisellTabbar/hooks/useActiveKey.d.ts +0 -55
  196. package/lib/components/PisellTabbar/hooks/useExpand.d.ts +0 -42
  197. package/lib/components/PisellTabbar/template/Template1/constants.d.ts +0 -10
  198. package/lib/components/PisellTabbar/types.d.ts +0 -92
  199. package/lib/components/PisellTabbar/utils/index.d.ts +0 -69
  200. package/lib/components/SafeAreaTop/index.d.ts +0 -5
  201. package/lib/components/SafeAreaTop/types.d.ts +0 -9
  202. package/lib/components/buttonGroupPreview/index.d.ts +0 -19
  203. package/lib/components/cardPro/index.d.ts +0 -4
  204. package/lib/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +0 -26
  205. package/lib/components/dataSourceComponents/fields/Translation/BaseTranslation.d.ts +0 -5
  206. package/lib/components/dataSourceComponents/fields/Translation/type.d.ts +0 -22
  207. package/lib/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +0 -15
  208. package/lib/components/filter/components/Dropdown/types.d.ts +0 -15
  209. package/lib/components/filter/components/FilterButton/types.d.ts +0 -29
  210. package/lib/components/filter/types.d.ts +0 -52
  211. package/lib/components/keyboard/index.d.ts +0 -22
  212. package/lib/components/pisell-config-provider/context.d.ts +0 -22
  213. package/lib/components/pisell-config-provider/index.d.ts +0 -13
  214. package/lib/components/pisellAdjustPrice/type.d.ts +0 -22
  215. package/lib/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +0 -23
  216. package/lib/components/pisellFloorMapLayout/components/HistoryIcons.d.ts +0 -39
  217. package/lib/components/pisellFloorMapLayout/floorMapLayoutConstants.d.ts +0 -35
  218. package/lib/components/pisellFloorMapLayout/hooks/floorMapViewportPersistence.d.ts +0 -25
  219. package/lib/components/pisellFloorMapLayout/hooks/useDraftConfigHistory.d.ts +0 -18
  220. package/lib/components/pisellFloorMapLayout/locales-ja.d.ts +0 -184
  221. package/lib/components/pisellFloorMapLayout/locales-pt.d.ts +0 -184
  222. package/lib/components/pisellFloorMapLayout/locales.d.ts +0 -969
  223. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanTypes.d.ts +0 -80
  224. package/lib/components/pisellFloorMapLayout/utils/alignSnap.d.ts +0 -64
  225. package/lib/components/pisellFloorMapLayout/utils/floorMapBuiltinShapes.d.ts +0 -59
  226. package/lib/components/pisellFloorMapLayout/utils/floorMapDropUtils.d.ts +0 -33
  227. package/lib/components/pisellFloorMapLayout/utils/floorMapElementNameAsTitle.d.ts +0 -50
  228. package/lib/components/pisellFloorMapLayout/utils/floorMapResourcePickerDisplay.d.ts +0 -27
  229. package/lib/components/pisellFloorMapLayout/utils/floorMapResourcePickerTypes.d.ts +0 -109
  230. package/lib/components/pisellLookup/PisellLookup.d.ts +0 -4
  231. package/lib/components/pisellLookup/components/LookupResultHost.d.ts +0 -7
  232. package/lib/components/pisellLookup/components/LookupTrigger.d.ts +0 -3
  233. package/lib/components/pisellLookup/components/SearchHistory.d.ts +0 -7
  234. package/lib/components/pisellLookup/types.d.ts +0 -761
  235. package/lib/components/pisellMobileDateRangePicker/PisellMobileDateRangePicker.d.ts +0 -8
  236. package/lib/components/pisellMobileDateRangePicker/index.d.ts +0 -2
  237. package/lib/components/pisellMobileDateRangePicker/types.d.ts +0 -28
  238. package/lib/components/pisellRecordBoard/shellFrame/Calendar/calendarI18n.d.ts +0 -4
  239. package/lib/components/pisellRecordBoard/shellFrame/Calendar/calendarPersistGuard.d.ts +0 -18
  240. package/lib/components/pisellRecordBoard/shellFrame/Calendar/const/bookingCalendarConstants.d.ts +0 -102
  241. package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarAxis.d.ts +0 -32
  242. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/NoteTicker.d.ts +0 -14
  243. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallViewportToolbar.d.ts +0 -18
  244. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/resourceWallConstants.d.ts +0 -2
  245. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarConstants.d.ts +0 -8
  246. package/lib/components/pisellReservationSchedule/locales.d.ts +0 -43
  247. package/lib/components/pisellReservationSchedule/types.d.ts +0 -52
  248. package/lib/components/pisellReservationScheduleBand/types.d.ts +0 -68
  249. package/lib/components/pisellReservationScheduleBand/utils/formatScheduleAtLabel.d.ts +0 -9
  250. package/lib/components/pisellShellFrame/PisellShellFrame.d.ts +0 -13
  251. package/lib/components/pisellShellFrame/types.d.ts +0 -62
  252. package/lib/components/pisellTimeNavigator/components/CursorLayer.d.ts +0 -29
  253. package/lib/components/pisellTimeNavigator/components/GestureLayer.d.ts +0 -41
  254. package/lib/components/pisellTimeNavigator/components/ScaleLayer.d.ts +0 -40
  255. package/lib/components/pisellTimeNavigator/hooks/useTimeAxis.d.ts +0 -37
  256. package/lib/components/pisellTimeNavigator/timeNavigatorConstants.d.ts +0 -20
  257. package/lib/components/pisellTimeNavigator/types.d.ts +0 -175
  258. package/lib/components/pisellTimeNavigator/utils/index.d.ts +0 -79
  259. package/lib/components/pisellTimeRangeDisplay/types.d.ts +0 -145
  260. package/lib/components/pisellToast/squareToast/index.d.ts +0 -15
  261. package/lib/components/pisellToast/squareToast/methods.d.ts +0 -13
  262. package/lib/components/pisellToast/squareToast/renderImperatively.d.ts +0 -28
  263. package/lib/components/pisellToast/squareToast/toast.d.ts +0 -25
  264. package/lib/components/productCard/cartSkuCard/components/Gift/types.d.ts +0 -29
  265. package/lib/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +0 -14
  266. package/lib/components/productCard/cartSkuCard/components/Promotion/index.d.ts +0 -7
  267. package/lib/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +0 -46
  268. package/lib/components/productCard/cartSkuCard/locales.d.ts +0 -203
  269. package/lib/components/productCard/components/Action/index.d.ts +0 -4
  270. package/lib/components/productCard/lineItem/components/Resources/index.d.ts +0 -7
  271. package/lib/components/productCard/lineItem/locales.d.ts +0 -38
  272. package/lib/components/productCard/lineItem/types.d.ts +0 -13
  273. package/lib/components/productCard/locales.d.ts +0 -138
  274. package/lib/components/productCard/status.d.ts +0 -32
  275. package/lib/components/productCard/types.d.ts +0 -96
  276. package/lib/components/select/index.d.ts +0 -9
  277. package/lib/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +0 -15
  278. package/lib/components/virtual-keyboard/Number/types.d.ts +0 -26
  279. package/lib/locales/en-US.d.ts +0 -566
  280. package/lib/locales/ja.d.ts +0 -534
  281. package/lib/locales/pt.d.ts +0 -534
  282. package/lib/locales/zh-CN.d.ts +0 -561
  283. package/lib/locales/zh-TW.d.ts +0 -561
@@ -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;