@pisell/materials 3.3.98 → 3.3.100

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 (827) hide show
  1. package/build/lowcode/assets-daily.json +11 -11
  2. package/build/lowcode/assets-dev.json +2 -2
  3. package/build/lowcode/assets-prod.json +11 -11
  4. package/build/lowcode/index.js +1 -1
  5. package/build/lowcode/meta.js +1 -1
  6. package/build/lowcode/preview.js +6 -6
  7. package/build/lowcode/render/default/view.js +3 -3
  8. package/build/lowcode/view.js +3 -3
  9. package/es/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +1 -0
  10. package/es/components/PisellCards/index.d.ts +1 -0
  11. package/es/components/PisellFields/index.d.ts +1 -0
  12. package/es/components/PisellLayouts/index.d.ts +1 -0
  13. package/es/components/appVersionControl/index.d.ts +0 -1
  14. package/es/components/batch-editor/index.d.ts +0 -1
  15. package/es/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +0 -1
  16. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +2 -2
  17. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +2 -2
  18. package/es/components/dataSourceComponents/dataSourceWrapper/index.d.ts +1 -0
  19. package/es/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +0 -1
  20. package/es/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +0 -1
  21. package/es/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +0 -1
  22. package/es/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +0 -1
  23. package/es/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +0 -1
  24. package/es/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +0 -1
  25. package/es/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +0 -1
  26. package/es/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +0 -1
  27. package/es/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +1 -0
  28. package/es/components/dataSourceComponents/fields/Select/index.d.ts +1 -0
  29. package/es/components/dataSourceComponents/fields/Tabs/index.d.ts +1 -0
  30. package/es/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +0 -1
  31. package/es/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +0 -1
  32. package/es/components/dataSourceComponents/fields/index.d.ts +6 -5
  33. package/es/components/drag-sort-tree/index.d.ts +0 -1
  34. package/es/components/filter/index.d.ts +0 -1
  35. package/es/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +0 -1
  36. package/es/components/pisellDataSourceContainer/PisellDataSourceContainer.d.ts +1 -0
  37. package/es/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +2 -2
  38. package/es/components/pisellDatePicker/index.d.ts +0 -1
  39. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.js +39 -32
  40. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanPure.js +2 -0
  41. package/es/components/pisellInformationEntry/Scan/index.d.ts +0 -1
  42. package/es/components/pisellRecordBoard/index.d.ts +2 -0
  43. package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/BookingCalendarStyle.d.ts +1 -1
  44. package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +0 -1
  45. package/es/components/select-time/index.d.ts +0 -1
  46. package/es/components/table/Actions/component/ColumnsSetting/index.d.ts +0 -1
  47. package/es/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +0 -1
  48. package/es/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +0 -1
  49. package/es/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +0 -1
  50. package/es/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +0 -1
  51. package/es/components/table/Actions/component/ExportImport/index.d.ts +0 -1
  52. package/es/components/table/Actions/component/Group/PopoverContent.d.ts +0 -1
  53. package/es/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
  54. package/es/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
  55. package/es/components/table/Table/fields/select/index.d.ts +0 -1
  56. package/es/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
  57. package/es/components/table/Table/utils.d.ts +1 -1
  58. package/es/components/table/TableFilter/SortIcon.d.ts +0 -1
  59. package/es/components/table/View/index.d.ts +1 -0
  60. package/es/index.d.ts +3 -2
  61. package/es/index.js +1 -1
  62. package/es/utils/index.d.ts +1 -1
  63. package/es/utils/platform.d.ts +1 -1
  64. package/lib/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +1 -0
  65. package/lib/components/PisellCards/index.d.ts +1 -0
  66. package/lib/components/PisellFields/index.d.ts +1 -0
  67. package/lib/components/PisellLayouts/index.d.ts +1 -0
  68. package/lib/components/appVersionControl/index.d.ts +0 -1
  69. package/lib/components/batch-editor/index.d.ts +0 -1
  70. package/lib/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +0 -1
  71. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +2 -2
  72. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +2 -2
  73. package/lib/components/dataSourceComponents/dataSourceWrapper/index.d.ts +1 -0
  74. package/lib/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +0 -1
  75. package/lib/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +0 -1
  76. package/lib/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +0 -1
  77. package/lib/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +0 -1
  78. package/lib/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +0 -1
  79. package/lib/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +0 -1
  80. package/lib/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +0 -1
  81. package/lib/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +0 -1
  82. package/lib/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +1 -0
  83. package/lib/components/dataSourceComponents/fields/Select/index.d.ts +1 -0
  84. package/lib/components/dataSourceComponents/fields/Tabs/index.d.ts +1 -0
  85. package/lib/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +0 -1
  86. package/lib/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +0 -1
  87. package/lib/components/dataSourceComponents/fields/index.d.ts +6 -5
  88. package/lib/components/drag-sort-tree/index.d.ts +0 -1
  89. package/lib/components/filter/index.d.ts +0 -1
  90. package/lib/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +0 -1
  91. package/lib/components/pisellDataSourceContainer/PisellDataSourceContainer.d.ts +1 -0
  92. package/lib/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +2 -2
  93. package/lib/components/pisellDatePicker/index.d.ts +0 -1
  94. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.js +16 -9
  95. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanPure.js +1 -0
  96. package/lib/components/pisellInformationEntry/Scan/index.d.ts +0 -1
  97. package/lib/components/pisellRecordBoard/index.d.ts +2 -0
  98. package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/BookingCalendarStyle.d.ts +1 -1
  99. package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +0 -1
  100. package/lib/components/select-time/index.d.ts +0 -1
  101. package/lib/components/table/Actions/component/ColumnsSetting/index.d.ts +0 -1
  102. package/lib/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +0 -1
  103. package/lib/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +0 -1
  104. package/lib/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +0 -1
  105. package/lib/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +0 -1
  106. package/lib/components/table/Actions/component/ExportImport/index.d.ts +0 -1
  107. package/lib/components/table/Actions/component/Group/PopoverContent.d.ts +0 -1
  108. package/lib/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
  109. package/lib/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
  110. package/lib/components/table/Table/fields/select/index.d.ts +0 -1
  111. package/lib/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
  112. package/lib/components/table/Table/utils.d.ts +1 -1
  113. package/lib/components/table/TableFilter/SortIcon.d.ts +0 -1
  114. package/lib/components/table/View/index.d.ts +1 -0
  115. package/lib/index.d.ts +3 -2
  116. package/lib/index.js +4 -0
  117. package/lib/utils/index.d.ts +1 -1
  118. package/lib/utils/platform.d.ts +1 -1
  119. package/lowcode/render-figma-style-round-table-card/meta.ts +1 -1
  120. package/lowcode/render-figma-style-table-card/meta.ts +1 -1
  121. package/package.json +3 -3
  122. package/es/components/PisellBasicGrid/PisellBasicGrid.d.ts +0 -9
  123. package/es/components/PisellBasicGrid/hooks/index.d.ts +0 -1
  124. package/es/components/PisellBasicGrid/hooks/useGridStyle.d.ts +0 -37
  125. package/es/components/PisellBasicGrid/index.d.ts +0 -6
  126. package/es/components/PisellBasicGrid/types.d.ts +0 -221
  127. package/es/components/PisellBasicGrid/utils/index.d.ts +0 -63
  128. package/es/components/PisellCards/PisellCards.d.ts +0 -8
  129. package/es/components/PisellCards/components/GraphicTextCard/components/BadgeWrapper.d.ts +0 -5
  130. package/es/components/PisellCards/components/GraphicTextCard/components/TextContent.d.ts +0 -27
  131. package/es/components/PisellCards/components/GraphicTextCard/hooks/index.d.ts +0 -5
  132. package/es/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardClick.d.ts +0 -15
  133. package/es/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardStyle.d.ts +0 -18
  134. package/es/components/PisellCards/components/GraphicTextCard/types.d.ts +0 -290
  135. package/es/components/PisellCards/components/GraphicTextCard/utils/index.d.ts +0 -19
  136. package/es/components/PisellCards/components/MultilevelCard/MultilevelCard.d.ts +0 -19
  137. package/es/components/PisellCards/components/MultilevelCard/components/CardWrapper.d.ts +0 -7
  138. package/es/components/PisellCards/components/MultilevelCard/components/PanelWrapper.d.ts +0 -7
  139. package/es/components/PisellCards/components/MultilevelCard/components/index.d.ts +0 -2
  140. package/es/components/PisellCards/components/MultilevelCard/hooks/index.d.ts +0 -2
  141. package/es/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +0 -31
  142. package/es/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardHover.d.ts +0 -28
  143. package/es/components/PisellCards/components/MultilevelCard/index.d.ts +0 -2
  144. package/es/components/PisellCards/components/MultilevelCard/types.d.ts +0 -202
  145. package/es/components/PisellCards/components/MultilevelCard/utils/index.d.ts +0 -6
  146. package/es/components/PisellCards/components/PisellImageCard/components/index.d.ts +0 -0
  147. package/es/components/PisellCards/components/PisellImageCard/hooks/index.d.ts +0 -5
  148. package/es/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +0 -11
  149. package/es/components/PisellCards/components/PisellImageCard/hooks/usePisellImageCardStyle.d.ts +0 -10
  150. package/es/components/PisellCards/components/PisellImageCard/types.d.ts +0 -74
  151. package/es/components/PisellCards/components/PisellImageCard/utils/getImageObjectFit.d.ts +0 -7
  152. package/es/components/PisellCards/components/PisellImageCard/utils/getTruncatedText.d.ts +0 -7
  153. package/es/components/PisellCards/components/PisellImageCard/utils/index.d.ts +0 -5
  154. package/es/components/PisellCards/components/TabCard/TabCard.d.ts +0 -3
  155. package/es/components/PisellCards/components/TabCard/index.d.ts +0 -5
  156. package/es/components/PisellCards/components/TabCard/types.d.ts +0 -70
  157. package/es/components/PisellCards/components/TextCard/TextCard.d.ts +0 -7
  158. package/es/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +0 -26
  159. package/es/components/PisellCards/components/TextCard/components/IconWrapper.d.ts +0 -17
  160. package/es/components/PisellCards/components/TextCard/components/TextContent.d.ts +0 -21
  161. package/es/components/PisellCards/components/TextCard/components/index.d.ts +0 -6
  162. package/es/components/PisellCards/components/TextCard/hooks/index.d.ts +0 -0
  163. package/es/components/PisellCards/components/TextCard/index.d.ts +0 -5
  164. package/es/components/PisellCards/components/TextCard/types.d.ts +0 -270
  165. package/es/components/PisellCards/components/TextCard/utils/index.d.ts +0 -0
  166. package/es/components/PisellCards/hooks/index.d.ts +0 -0
  167. package/es/components/PisellCards/types.d.ts +0 -48
  168. package/es/components/PisellCards/utils/index.d.ts +0 -0
  169. package/es/components/PisellProcedure/hooks/useElementSize.d.ts +0 -38
  170. package/es/components/PisellProcedure/hooks/useOverflowActions.d.ts +0 -43
  171. package/es/components/PisellProcedure/hooks/useResponsiveClass.d.ts +0 -6
  172. package/es/components/PisellProcedure/hooks/useSidebarHeight.d.ts +0 -16
  173. package/es/components/PisellProcedure/utils/classNames.d.ts +0 -33
  174. package/es/components/PisellProcedure/utils/extractText.d.ts +0 -20
  175. package/es/components/PisellProcedure/utils/slotHelper.d.ts +0 -27
  176. package/es/components/PisellScrollView/components/Actions/index.d.ts +0 -18
  177. package/es/components/PisellScrollView/types.d.ts +0 -203
  178. package/es/components/PisellScrollView/utils/index.d.ts +0 -0
  179. package/es/components/PisellSteps/hooks/useAnchor.d.ts +0 -9
  180. package/es/components/PisellSteps/hooks/useResponsive.d.ts +0 -8
  181. package/es/components/PisellSteps/hooks/useStepsState.d.ts +0 -9
  182. package/es/components/PisellSuperTabs/components/index.d.ts +0 -0
  183. package/es/components/PisellSuperTabs/utils/getRowKey.d.ts +0 -8
  184. package/es/components/PisellSuperTabs/utils/index.d.ts +0 -1
  185. package/es/components/PisellTabbar/locales.d.ts +0 -23
  186. package/es/components/PisellTabbar/mock.d.ts +0 -47
  187. package/es/components/PisellTabbar/template/index.d.ts +0 -0
  188. package/es/components/PisellTabbar2/hooks/index.d.ts +0 -2
  189. package/es/components/PisellTabbar2/hooks/useActiveKey.d.ts +0 -50
  190. package/es/components/PisellTabbar2/hooks/useExpand.d.ts +0 -41
  191. package/es/components/PisellTabbar2/locales.d.ts +0 -23
  192. package/es/components/PisellTabbar2/mock.d.ts +0 -205
  193. package/es/components/PisellTabbar2/types.d.ts +0 -117
  194. package/es/components/PisellTabbar3/locales.d.ts +0 -23
  195. package/es/components/PisellTabbar3/mock.d.ts +0 -47
  196. package/es/components/PisellTabbar3/types.d.ts +0 -111
  197. package/es/components/Template/PisellSteps.d.ts +0 -0
  198. package/es/components/Template/components/index.d.ts +0 -0
  199. package/es/components/Template/hooks/index.d.ts +0 -0
  200. package/es/components/Template/index.d.ts +0 -0
  201. package/es/components/Template/types.d.ts +0 -0
  202. package/es/components/Template/utils/index.d.ts +0 -0
  203. package/es/components/appVersionControl/types.d.ts +0 -24
  204. package/es/components/appVersionControl/utils.d.ts +0 -13
  205. package/es/components/auto-complete/index.d.ts +0 -2
  206. package/es/components/auto-complete-number/index.d.ts +0 -10
  207. package/es/components/auto-resize-text/auto-text-size-standalone.d.ts +0 -20
  208. package/es/components/auto-resize-text/index.d.ts +0 -6
  209. package/es/components/badge/index.d.ts +0 -8
  210. package/es/components/batch-editor/fields/Image/index.d.ts +0 -7
  211. package/es/components/batch-editor/fields/Price/index.d.ts +0 -7
  212. package/es/components/batch-editor/fields/Text/index.d.ts +0 -6
  213. package/es/components/batch-editor/fields/index.d.ts +0 -7
  214. package/es/components/browserSelect/index.d.ts +0 -21
  215. package/es/components/button/index.d.ts +0 -9
  216. package/es/components/calendar/index.d.ts +0 -3
  217. package/es/components/cascader/index.d.ts +0 -2
  218. package/es/components/checkbox/index.d.ts +0 -3
  219. package/es/components/classicLayout/index.d.ts +0 -4
  220. package/es/components/collapse/index.d.ts +0 -15
  221. package/es/components/colorPicker/index.d.ts +0 -4
  222. package/es/components/component/index.d.ts +0 -11
  223. package/es/components/config-provider/index.d.ts +0 -10
  224. package/es/components/cropPhoto/index.d.ts +0 -3
  225. package/es/components/dataSourceComponents/dataSourceForm/provider/hooks/useJsonPrefixPath.d.ts +0 -5
  226. package/es/components/dataSourceComponents/dataSourceForm/provider/jsonWrapper/JsonWrapperContext.d.ts +0 -6
  227. package/es/components/dataSourceComponents/dataSourceForm/urlUtils.d.ts +0 -24
  228. package/es/components/dataSourceComponents/dataSourceMenu/Basic.d.ts +0 -8
  229. package/es/components/dataSourceComponents/dataSourceTable/hooks/usePagination.d.ts +0 -16
  230. package/es/components/dataSourceComponents/dataSourceTable/provider/tableSetting/TableSettingContext.d.ts +0 -7
  231. package/es/components/dataSourceComponents/dataSourceTable/provider/tableSetting/TableSettingProvider.d.ts +0 -8
  232. package/es/components/dataSourceComponents/fields/Input.Subdomain/serve.d.ts +0 -11
  233. package/es/components/dataSourceComponents/fields/Switch/ReadPretty.d.ts +0 -5
  234. package/es/components/dataSourceComponents/fields/Switch/type.d.ts +0 -16
  235. package/es/components/dataSourceComponents/fields/Upload/constants.d.ts +0 -9
  236. package/es/components/dataSourceComponents/fields/Upload/type.d.ts +0 -38
  237. package/es/components/dataSourceComponents/fields/Upload/types.d.ts +0 -48
  238. package/es/components/dataSourceComponents/hooks/useComponentId.d.ts +0 -2
  239. package/es/components/dataSourceComponents/hooks/useCtxActions.d.ts +0 -8
  240. package/es/components/dataSourceComponents/hooks/useFormSettingParams.d.ts +0 -7
  241. package/es/components/dataSourceComponents/hooks/usePlatform.d.ts +0 -5
  242. package/es/components/dataSourceComponents/provider/actions/ActionsContext.d.ts +0 -11
  243. package/es/components/dataSourceComponents/provider/actions/ActionsProvider.d.ts +0 -12
  244. package/es/components/dataSourceComponents/provider/variables/utils.d.ts +0 -12
  245. package/es/components/dataSourceComponents/utils/index.d.ts +0 -0
  246. package/es/components/date-picker/hooks/useMediaQuery.d.ts +0 -2
  247. package/es/components/div/index.d.ts +0 -19
  248. package/es/components/drag-sort-tree/types.d.ts +0 -24
  249. package/es/components/dropdown/index.d.ts +0 -3
  250. package/es/components/filter/components/items/index.d.ts +0 -42
  251. package/es/components/filter/components/items/text/Editor/index.d.ts +0 -3
  252. package/es/components/filter/components/items/text/Preview/index.d.ts +0 -3
  253. package/es/components/filter/components/items/text/index.d.ts +0 -12
  254. package/es/components/icon/index.d.ts +0 -12
  255. package/es/components/iconSelect/utils.d.ts +0 -14
  256. package/es/components/iconfont/index.d.ts +0 -8
  257. package/es/components/image/index.d.ts +0 -10
  258. package/es/components/input/index.d.ts +0 -11
  259. package/es/components/input-number-range/index.d.ts +0 -15
  260. package/es/components/modal/index.d.ts +0 -2
  261. package/es/components/page-header/index.d.ts +0 -14
  262. package/es/components/pisellAlert/index.d.ts +0 -22
  263. package/es/components/pisellAppCard/PisellAppCard.d.ts +0 -5
  264. package/es/components/pisellAppCard/index.d.ts +0 -3
  265. package/es/components/pisellAppCard/types.d.ts +0 -34
  266. package/es/components/pisellAvatar/index.d.ts +0 -19
  267. package/es/components/pisellBatchActionBar/types.d.ts +0 -237
  268. package/es/components/pisellCard/index.d.ts +0 -20
  269. package/es/components/pisellCheckboxGroup/mock.d.ts +0 -4
  270. package/es/components/pisellCountdown/utils.d.ts +0 -7
  271. package/es/components/pisellDataSourceContainer/utils/formatData.d.ts +0 -9
  272. package/es/components/pisellDateTimeDisplay/formats/dateTimeDisplayFormats.d.ts +0 -7
  273. package/es/components/pisellDateTimeDisplay/formats/index.d.ts +0 -1
  274. package/es/components/pisellDateTimeDisplay/types.d.ts +0 -352
  275. package/es/components/pisellDateTimeDisplay/utils/formatTime.d.ts +0 -19
  276. package/es/components/pisellDateTimeDisplay/utils/getRefreshInterval.d.ts +0 -18
  277. package/es/components/pisellDraggable/components/Action/Action.d.ts +0 -10
  278. package/es/components/pisellDraggable/components/Action/index.d.ts +0 -2
  279. package/es/components/pisellDraggable/components/Handle/Handle.d.ts +0 -3
  280. package/es/components/pisellDraggable/components/Handle/index.d.ts +0 -1
  281. package/es/components/pisellDraggable/components/Remove/Remove.d.ts +0 -3
  282. package/es/components/pisellDraggable/components/Remove/index.d.ts +0 -1
  283. package/es/components/pisellDraggable/components/TreeItem/SortableTreeItem.d.ts +0 -9
  284. package/es/components/pisellDraggable/components/TreeItem/TreeItem.d.ts +0 -24
  285. package/es/components/pisellDraggable/components/TreeItem/index.d.ts +0 -2
  286. package/es/components/pisellDraggable/components/index.d.ts +0 -4
  287. package/es/components/pisellDraggable/index.d.ts +0 -35
  288. package/es/components/pisellDraggable/types.d.ts +0 -19
  289. package/es/components/pisellDraggable/utilities.d.ts +0 -17
  290. package/es/components/pisellDropSort/types.d.ts +0 -58
  291. package/es/components/pisellDropdown/index.d.ts +0 -20
  292. package/es/components/pisellEmail/constants/emailDomains.d.ts +0 -5
  293. package/es/components/pisellEmail/constants/emailRegex.d.ts +0 -13
  294. package/es/components/pisellEmail/utils/domainSuggestions.d.ts +0 -15
  295. package/es/components/pisellFloatingPanel/index.d.ts +0 -17
  296. package/es/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +0 -23
  297. package/es/components/pisellFloorMapLayout/components/HistoryIcons.d.ts +0 -39
  298. package/es/components/pisellFloorMapLayout/floorMapLayoutConstants.d.ts +0 -35
  299. package/es/components/pisellFloorMapLayout/hooks/floorMapViewportPersistence.d.ts +0 -25
  300. package/es/components/pisellFloorMapLayout/hooks/useDraftConfigHistory.d.ts +0 -18
  301. package/es/components/pisellFloorMapLayout/hooks/useFloorMapPaletteTouchDrag.d.ts +0 -21
  302. package/es/components/pisellFloorMapLayout/locales-ja.d.ts +0 -184
  303. package/es/components/pisellFloorMapLayout/locales-pt.d.ts +0 -184
  304. package/es/components/pisellFloorMapLayout/locales.d.ts +0 -969
  305. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanTypes.d.ts +0 -72
  306. package/es/components/pisellFloorMapLayout/utils/alignSnap.d.ts +0 -64
  307. package/es/components/pisellFloorMapLayout/utils/floorMapBuiltinShapes.d.ts +0 -59
  308. package/es/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.d.ts +0 -8
  309. package/es/components/pisellFloorMapLayout/utils/floorMapDropUtils.d.ts +0 -33
  310. package/es/components/pisellFloorMapLayout/utils/floorMapElementNameAsTitle.d.ts +0 -50
  311. package/es/components/pisellFloorMapLayout/utils/floorMapResourcePickerDisplay.d.ts +0 -27
  312. package/es/components/pisellFloorMapLayout/utils/floorMapResourcePickerTypes.d.ts +0 -109
  313. package/es/components/pisellFloorMapLayout/utils/floorMapStageDefaults.d.ts +0 -8
  314. package/es/components/pisellFloorMapLayout/utils/snap.d.ts +0 -10
  315. package/es/components/pisellGridPro/GridPro.d.ts +0 -9
  316. package/es/components/pisellGridPro/ToolBar/index.d.ts +0 -6
  317. package/es/components/pisellGridPro/ToolBar/type.d.ts +0 -10
  318. package/es/components/pisellGridPro/components/DataCard/components/StatCard/index.d.ts +0 -10
  319. package/es/components/pisellGridPro/components/DataCard/index.d.ts +0 -5
  320. package/es/components/pisellGridPro/components/DataCard/types.d.ts +0 -70
  321. package/es/components/pisellGridPro/components/Footer/index.d.ts +0 -9
  322. package/es/components/pisellGridPro/components/Header/index.d.ts +0 -12
  323. package/es/components/pisellGridPro/index.d.ts +0 -4
  324. package/es/components/pisellHeaderProgressBar/index.d.ts +0 -29
  325. package/es/components/pisellImageCarousels/index.d.ts +0 -18
  326. package/es/components/pisellInformationEntry/hooks/useNativeScanner.d.ts +0 -4
  327. package/es/components/pisellInformationEntry/hooks/useTerminalPeripherals.d.ts +0 -8
  328. package/es/components/pisellInformationEntry/utils.d.ts +0 -4
  329. package/es/components/pisellInput/components/BankCard/utils.d.ts +0 -11
  330. package/es/components/pisellLayout/content.d.ts +0 -10
  331. package/es/components/pisellLayout/footer.d.ts +0 -8
  332. package/es/components/pisellLayout/header.d.ts +0 -10
  333. package/es/components/pisellLayout/index.d.ts +0 -14
  334. package/es/components/pisellLayout/sider.d.ts +0 -8
  335. package/es/components/pisellLookup/hooks/useDebounceSearch.d.ts +0 -40
  336. package/es/components/pisellLookup/hooks/useSearchState.d.ts +0 -80
  337. package/es/components/pisellLookup/utils/storage.d.ts +0 -42
  338. package/es/components/pisellMenu/PisellMenu.d.ts +0 -11
  339. package/es/components/pisellMenu/index.d.ts +0 -3
  340. package/es/components/pisellMenu/types.d.ts +0 -27
  341. package/es/components/pisellMessage/index.d.ts +0 -4
  342. package/es/components/pisellMetricCard/components/MetricTitle.d.ts +0 -12
  343. package/es/components/pisellMetricCard/components/MetricValue.d.ts +0 -12
  344. package/es/components/pisellMetricCard/components/TrendIcon.d.ts +0 -14
  345. package/es/components/pisellMetricCard/types.d.ts +0 -201
  346. package/es/components/pisellMetricCard/utils/calculateTrend.d.ts +0 -14
  347. package/es/components/pisellMobileDateRangePicker/index.d.ts +0 -2
  348. package/es/components/pisellMobileDateRangePicker/types.d.ts +0 -28
  349. package/es/components/pisellModal/constants.d.ts +0 -6
  350. package/es/components/pisellNavigationMenu/types.d.ts +0 -85
  351. package/es/components/pisellNavigationMenu/utils.d.ts +0 -15
  352. package/es/components/pisellPercent/utils/rangeConverter.d.ts +0 -36
  353. package/es/components/pisellPhone/utils/phoneFormatter.d.ts +0 -39
  354. package/es/components/pisellRecordBoard/shellFrame/Calendar/calendarPersistGuard.d.ts +0 -18
  355. package/es/components/pisellRecordBoard/shellFrame/Calendar/const/bookingCalendarConstants.d.ts +0 -73
  356. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/NoteTicker.d.ts +0 -14
  357. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/resourceWallConstants.d.ts +0 -2
  358. package/es/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarConstants.d.ts +0 -8
  359. package/es/components/pisellReservationSchedule/locales.d.ts +0 -43
  360. package/es/components/pisellReservationSchedule/types.d.ts +0 -52
  361. package/es/components/pisellReservationScheduleBand/types.d.ts +0 -68
  362. package/es/components/pisellReservationScheduleBand/utils/formatScheduleAtLabel.d.ts +0 -9
  363. package/es/components/pisellScan/index.d.ts +0 -23
  364. package/es/components/pisellSectionHeaders/index.d.ts +0 -21
  365. package/es/components/pisellSort/type.d.ts +0 -7
  366. package/es/components/pisellTags/index.d.ts +0 -13
  367. package/es/components/pisellTags/utils.d.ts +0 -1
  368. package/es/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +0 -14
  369. package/es/components/pisellTimeNavigator/components/CursorLayer.d.ts +0 -29
  370. package/es/components/pisellTimeNavigator/components/GestureLayer.d.ts +0 -41
  371. package/es/components/pisellTimeNavigator/components/ScaleLayer.d.ts +0 -40
  372. package/es/components/pisellTimeNavigator/hooks/index.d.ts +0 -5
  373. package/es/components/pisellTimeNavigator/hooks/useDragInertia.d.ts +0 -14
  374. package/es/components/pisellTimeNavigator/hooks/useRealtime.d.ts +0 -5
  375. package/es/components/pisellTimeNavigator/hooks/useTimeAxis.d.ts +0 -37
  376. package/es/components/pisellTimeNavigator/locales.d.ts +0 -22
  377. package/es/components/pisellTimeNavigator/timeNavigatorConstants.d.ts +0 -20
  378. package/es/components/pisellTimeNavigator/types.d.ts +0 -175
  379. package/es/components/pisellTimeNavigator/utils/index.d.ts +0 -79
  380. package/es/components/pisellTimeRangeDisplay/types.d.ts +0 -137
  381. package/es/components/pisellTimeRangeDisplay/utils/formatDuration.d.ts +0 -14
  382. package/es/components/pisellTimeRangeDisplay/utils/parseTimeRange.d.ts +0 -23
  383. package/es/components/pisellUpload/index.d.ts +0 -11
  384. package/es/components/pisellUrl/utils/index.d.ts +0 -6
  385. package/es/components/pisellUrl/utils/urlFormatter.d.ts +0 -38
  386. package/es/components/pisellUrl/utils/urlHelper.d.ts +0 -63
  387. package/es/components/pisellUrl/utils/urlValidator.d.ts +0 -46
  388. package/es/components/productCard/components/Divider/index.d.ts +0 -4
  389. package/es/components/productCard/components/Header/DeleteButton/index.d.ts +0 -4
  390. package/es/components/productCard/components/MultiDay/utils.d.ts +0 -14
  391. package/es/components/productCard/components/Time/components/Like/index.d.ts +0 -10
  392. package/es/components/profileMenu/index.d.ts +0 -26
  393. package/es/components/radio/index.d.ts +0 -3
  394. package/es/components/section-footers/index.d.ts +0 -9
  395. package/es/components/segmented/index.d.ts +0 -5
  396. package/es/components/select-time/RightPanel/index.d.ts +0 -9
  397. package/es/components/select-time/utils.d.ts +0 -9
  398. package/es/components/skeleton/index.d.ts +0 -3
  399. package/es/components/slider/index.d.ts +0 -3
  400. package/es/components/sort/components/InlineMenu/index.d.ts +0 -15
  401. package/es/components/sort/types.d.ts +0 -39
  402. package/es/components/table/Actions/component/ButtonIcon/index.d.ts +0 -8
  403. package/es/components/table/Actions/component/ColumnsSetting/utils.d.ts +0 -1
  404. package/es/components/table/Actions/component/ExportImport/utils/download.d.ts +0 -3
  405. package/es/components/table/Actions/component/ExportImport/utils/index.d.ts +0 -9
  406. package/es/components/table/Gallery/components/VirtualGrid/useGenGridProps.d.ts +0 -14
  407. package/es/components/table/Gallery/constant.d.ts +0 -4
  408. package/es/components/table/Header/Buttons/index.d.ts +0 -3
  409. package/es/components/table/Summary/index.d.ts +0 -4
  410. package/es/components/table/Table/fields/date/Config/index.d.ts +0 -3
  411. package/es/components/table/Table/fields/date/Sort/index.d.ts +0 -3
  412. package/es/components/table/Table/fields/image/Config/index.d.ts +0 -3
  413. package/es/components/table/Table/fields/image/Edit/index.d.ts +0 -4
  414. package/es/components/table/Table/fields/image/Sort/index.d.ts +0 -3
  415. package/es/components/table/Table/fields/link/Config/index.d.ts +0 -3
  416. package/es/components/table/Table/fields/link/Edit/index.d.ts +0 -4
  417. package/es/components/table/Table/fields/link/Sort/index.d.ts +0 -3
  418. package/es/components/table/Table/fields/number/Config/index.d.ts +0 -3
  419. package/es/components/table/Table/fields/number/Edit/index.d.ts +0 -4
  420. package/es/components/table/Table/fields/number/Sort/index.d.ts +0 -3
  421. package/es/components/table/Table/fields/numberRange/Config/index.d.ts +0 -3
  422. package/es/components/table/Table/fields/numberRange/Edit/index.d.ts +0 -4
  423. package/es/components/table/Table/fields/numberRange/Sort/index.d.ts +0 -3
  424. package/es/components/table/Table/fields/oldRangePicker/Config/index.d.ts +0 -3
  425. package/es/components/table/Table/fields/oldRangePicker/Show/index.d.ts +0 -3
  426. package/es/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +0 -3
  427. package/es/components/table/Table/fields/pSwitch/Config/index.d.ts +0 -3
  428. package/es/components/table/Table/fields/pSwitch/Edit/index.d.ts +0 -4
  429. package/es/components/table/Table/fields/pSwitch/Sort/index.d.ts +0 -3
  430. package/es/components/table/Table/fields/rangePicker/Config/index.d.ts +0 -3
  431. package/es/components/table/Table/fields/rangePicker/Show/index.d.ts +0 -3
  432. package/es/components/table/Table/fields/rangePicker/Sort/index.d.ts +0 -3
  433. package/es/components/table/Table/fields/search/Config/index.d.ts +0 -3
  434. package/es/components/table/Table/fields/search/Edit/index.d.ts +0 -4
  435. package/es/components/table/Table/fields/search/Sort/index.d.ts +0 -3
  436. package/es/components/table/Table/fields/select/Config/index.d.ts +0 -3
  437. package/es/components/table/Table/fields/select/Show/index.d.ts +0 -3
  438. package/es/components/table/Table/fields/select/Sort/index.d.ts +0 -3
  439. package/es/components/table/Table/fields/text/Config/index.d.ts +0 -3
  440. package/es/components/table/Table/fields/text/Edit/index.d.ts +0 -4
  441. package/es/components/table/Table/fields/text/Sort/index.d.ts +0 -3
  442. package/es/components/table/Table/fields/treeSelect/Config/index.d.ts +0 -3
  443. package/es/components/table/Table/fields/treeSelect/Edit/index.d.ts +0 -4
  444. package/es/components/table/Table/fields/treeSelect/Show/index.d.ts +0 -3
  445. package/es/components/table/Table/fields/treeSelect/Sort/index.d.ts +0 -3
  446. package/es/components/table/Table/fields/types/index.d.ts +0 -33
  447. package/es/components/table/Table/tableConfig/body/CellContent/index.d.ts +0 -4
  448. package/es/components/table/Table/tableConfig/summary/index.d.ts +0 -3
  449. package/es/components/table/Tabs/index.d.ts +0 -14
  450. package/es/components/table/hooks/useGenScroll.d.ts +0 -22
  451. package/es/components/table/serve.d.ts +0 -13
  452. package/es/components/table/utils.d.ts +0 -14
  453. package/es/components/tabs/index.d.ts +0 -17
  454. package/es/components/time-picker/index.d.ts +0 -3
  455. package/es/components/translation/utils.d.ts +0 -9
  456. package/es/components/tree-select/index.d.ts +0 -2
  457. package/es/components/upload/index.d.ts +0 -3
  458. package/es/components/virtual-keyboard/Time/utils.d.ts +0 -10
  459. package/es/components/virtualInput/BaseVirtualInput/index.d.ts +0 -44
  460. package/es/components/virtualInput/index.d.ts +0 -29
  461. package/es/components/walletCard/Guest/index.d.ts +0 -4
  462. package/es/components/walletCard/Guide/index.d.ts +0 -4
  463. package/es/hooks/useCssVariables.d.ts +0 -8
  464. package/es/hooks/useEngineContext.d.ts +0 -9
  465. package/es/hooks/useMobile.d.ts +0 -8
  466. package/es/hooks/useSetRequest.d.ts +0 -2
  467. package/es/hooks/useSharedState.d.ts +0 -11
  468. package/es/hooks/useThemeTokens.d.ts +0 -7
  469. package/es/theme/tokens.d.ts +0 -22
  470. package/es/utils/hoc.d.ts +0 -17
  471. package/es/utils/mergeWith.d.ts +0 -1
  472. package/es/utils/miniRedux.d.ts +0 -17
  473. package/es/utils/tagColor.d.ts +0 -7
  474. package/es/utils/warning.d.ts +0 -1
  475. package/lib/components/PisellBasicGrid/PisellBasicGrid.d.ts +0 -9
  476. package/lib/components/PisellBasicGrid/hooks/index.d.ts +0 -1
  477. package/lib/components/PisellBasicGrid/hooks/useGridStyle.d.ts +0 -37
  478. package/lib/components/PisellBasicGrid/index.d.ts +0 -6
  479. package/lib/components/PisellBasicGrid/types.d.ts +0 -221
  480. package/lib/components/PisellBasicGrid/utils/index.d.ts +0 -63
  481. package/lib/components/PisellCards/PisellCards.d.ts +0 -8
  482. package/lib/components/PisellCards/components/GraphicTextCard/components/BadgeWrapper.d.ts +0 -5
  483. package/lib/components/PisellCards/components/GraphicTextCard/components/TextContent.d.ts +0 -27
  484. package/lib/components/PisellCards/components/GraphicTextCard/hooks/index.d.ts +0 -5
  485. package/lib/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardClick.d.ts +0 -15
  486. package/lib/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardStyle.d.ts +0 -18
  487. package/lib/components/PisellCards/components/GraphicTextCard/types.d.ts +0 -290
  488. package/lib/components/PisellCards/components/GraphicTextCard/utils/index.d.ts +0 -19
  489. package/lib/components/PisellCards/components/MultilevelCard/MultilevelCard.d.ts +0 -19
  490. package/lib/components/PisellCards/components/MultilevelCard/components/CardWrapper.d.ts +0 -7
  491. package/lib/components/PisellCards/components/MultilevelCard/components/PanelWrapper.d.ts +0 -7
  492. package/lib/components/PisellCards/components/MultilevelCard/components/index.d.ts +0 -2
  493. package/lib/components/PisellCards/components/MultilevelCard/hooks/index.d.ts +0 -2
  494. package/lib/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +0 -31
  495. package/lib/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardHover.d.ts +0 -28
  496. package/lib/components/PisellCards/components/MultilevelCard/index.d.ts +0 -2
  497. package/lib/components/PisellCards/components/MultilevelCard/types.d.ts +0 -202
  498. package/lib/components/PisellCards/components/MultilevelCard/utils/index.d.ts +0 -6
  499. package/lib/components/PisellCards/components/PisellImageCard/components/index.d.ts +0 -0
  500. package/lib/components/PisellCards/components/PisellImageCard/hooks/index.d.ts +0 -5
  501. package/lib/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +0 -11
  502. package/lib/components/PisellCards/components/PisellImageCard/hooks/usePisellImageCardStyle.d.ts +0 -10
  503. package/lib/components/PisellCards/components/PisellImageCard/types.d.ts +0 -74
  504. package/lib/components/PisellCards/components/PisellImageCard/utils/getImageObjectFit.d.ts +0 -7
  505. package/lib/components/PisellCards/components/PisellImageCard/utils/getTruncatedText.d.ts +0 -7
  506. package/lib/components/PisellCards/components/PisellImageCard/utils/index.d.ts +0 -5
  507. package/lib/components/PisellCards/components/TabCard/TabCard.d.ts +0 -3
  508. package/lib/components/PisellCards/components/TabCard/index.d.ts +0 -5
  509. package/lib/components/PisellCards/components/TabCard/types.d.ts +0 -70
  510. package/lib/components/PisellCards/components/TextCard/TextCard.d.ts +0 -7
  511. package/lib/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +0 -26
  512. package/lib/components/PisellCards/components/TextCard/components/IconWrapper.d.ts +0 -17
  513. package/lib/components/PisellCards/components/TextCard/components/TextContent.d.ts +0 -21
  514. package/lib/components/PisellCards/components/TextCard/components/index.d.ts +0 -6
  515. package/lib/components/PisellCards/components/TextCard/hooks/index.d.ts +0 -0
  516. package/lib/components/PisellCards/components/TextCard/index.d.ts +0 -5
  517. package/lib/components/PisellCards/components/TextCard/types.d.ts +0 -270
  518. package/lib/components/PisellCards/components/TextCard/utils/index.d.ts +0 -0
  519. package/lib/components/PisellCards/hooks/index.d.ts +0 -0
  520. package/lib/components/PisellCards/types.d.ts +0 -48
  521. package/lib/components/PisellCards/utils/index.d.ts +0 -0
  522. package/lib/components/PisellProcedure/hooks/useElementSize.d.ts +0 -38
  523. package/lib/components/PisellProcedure/hooks/useOverflowActions.d.ts +0 -43
  524. package/lib/components/PisellProcedure/hooks/useResponsiveClass.d.ts +0 -6
  525. package/lib/components/PisellProcedure/hooks/useSidebarHeight.d.ts +0 -16
  526. package/lib/components/PisellProcedure/utils/classNames.d.ts +0 -33
  527. package/lib/components/PisellProcedure/utils/extractText.d.ts +0 -20
  528. package/lib/components/PisellProcedure/utils/slotHelper.d.ts +0 -27
  529. package/lib/components/PisellScrollView/components/Actions/index.d.ts +0 -18
  530. package/lib/components/PisellScrollView/types.d.ts +0 -203
  531. package/lib/components/PisellScrollView/utils/index.d.ts +0 -0
  532. package/lib/components/PisellSteps/hooks/useAnchor.d.ts +0 -9
  533. package/lib/components/PisellSteps/hooks/useResponsive.d.ts +0 -8
  534. package/lib/components/PisellSteps/hooks/useStepsState.d.ts +0 -9
  535. package/lib/components/PisellSuperTabs/components/index.d.ts +0 -0
  536. package/lib/components/PisellSuperTabs/utils/getRowKey.d.ts +0 -8
  537. package/lib/components/PisellSuperTabs/utils/index.d.ts +0 -1
  538. package/lib/components/PisellTabbar/locales.d.ts +0 -23
  539. package/lib/components/PisellTabbar/mock.d.ts +0 -47
  540. package/lib/components/PisellTabbar/template/index.d.ts +0 -0
  541. package/lib/components/PisellTabbar2/hooks/index.d.ts +0 -2
  542. package/lib/components/PisellTabbar2/hooks/useActiveKey.d.ts +0 -50
  543. package/lib/components/PisellTabbar2/hooks/useExpand.d.ts +0 -41
  544. package/lib/components/PisellTabbar2/locales.d.ts +0 -23
  545. package/lib/components/PisellTabbar2/mock.d.ts +0 -205
  546. package/lib/components/PisellTabbar2/types.d.ts +0 -117
  547. package/lib/components/PisellTabbar3/locales.d.ts +0 -23
  548. package/lib/components/PisellTabbar3/mock.d.ts +0 -47
  549. package/lib/components/PisellTabbar3/types.d.ts +0 -111
  550. package/lib/components/Template/PisellSteps.d.ts +0 -0
  551. package/lib/components/Template/components/index.d.ts +0 -0
  552. package/lib/components/Template/hooks/index.d.ts +0 -0
  553. package/lib/components/Template/index.d.ts +0 -0
  554. package/lib/components/Template/types.d.ts +0 -0
  555. package/lib/components/Template/utils/index.d.ts +0 -0
  556. package/lib/components/appVersionControl/types.d.ts +0 -24
  557. package/lib/components/appVersionControl/utils.d.ts +0 -13
  558. package/lib/components/auto-complete/index.d.ts +0 -2
  559. package/lib/components/auto-complete-number/index.d.ts +0 -10
  560. package/lib/components/auto-resize-text/auto-text-size-standalone.d.ts +0 -20
  561. package/lib/components/auto-resize-text/index.d.ts +0 -6
  562. package/lib/components/badge/index.d.ts +0 -8
  563. package/lib/components/batch-editor/fields/Image/index.d.ts +0 -7
  564. package/lib/components/batch-editor/fields/Price/index.d.ts +0 -7
  565. package/lib/components/batch-editor/fields/Text/index.d.ts +0 -6
  566. package/lib/components/batch-editor/fields/index.d.ts +0 -7
  567. package/lib/components/browserSelect/index.d.ts +0 -21
  568. package/lib/components/button/index.d.ts +0 -9
  569. package/lib/components/calendar/index.d.ts +0 -3
  570. package/lib/components/cascader/index.d.ts +0 -2
  571. package/lib/components/checkbox/index.d.ts +0 -3
  572. package/lib/components/classicLayout/index.d.ts +0 -4
  573. package/lib/components/collapse/index.d.ts +0 -15
  574. package/lib/components/colorPicker/index.d.ts +0 -4
  575. package/lib/components/component/index.d.ts +0 -11
  576. package/lib/components/config-provider/index.d.ts +0 -10
  577. package/lib/components/cropPhoto/index.d.ts +0 -3
  578. package/lib/components/dataSourceComponents/dataSourceForm/provider/hooks/useJsonPrefixPath.d.ts +0 -5
  579. package/lib/components/dataSourceComponents/dataSourceForm/provider/jsonWrapper/JsonWrapperContext.d.ts +0 -6
  580. package/lib/components/dataSourceComponents/dataSourceForm/urlUtils.d.ts +0 -24
  581. package/lib/components/dataSourceComponents/dataSourceMenu/Basic.d.ts +0 -8
  582. package/lib/components/dataSourceComponents/dataSourceTable/hooks/usePagination.d.ts +0 -16
  583. package/lib/components/dataSourceComponents/dataSourceTable/provider/tableSetting/TableSettingContext.d.ts +0 -7
  584. package/lib/components/dataSourceComponents/dataSourceTable/provider/tableSetting/TableSettingProvider.d.ts +0 -8
  585. package/lib/components/dataSourceComponents/fields/Input.Subdomain/serve.d.ts +0 -11
  586. package/lib/components/dataSourceComponents/fields/Switch/ReadPretty.d.ts +0 -5
  587. package/lib/components/dataSourceComponents/fields/Switch/type.d.ts +0 -16
  588. package/lib/components/dataSourceComponents/fields/Upload/constants.d.ts +0 -9
  589. package/lib/components/dataSourceComponents/fields/Upload/type.d.ts +0 -38
  590. package/lib/components/dataSourceComponents/fields/Upload/types.d.ts +0 -48
  591. package/lib/components/dataSourceComponents/hooks/useComponentId.d.ts +0 -2
  592. package/lib/components/dataSourceComponents/hooks/useCtxActions.d.ts +0 -8
  593. package/lib/components/dataSourceComponents/hooks/useFormSettingParams.d.ts +0 -7
  594. package/lib/components/dataSourceComponents/hooks/usePlatform.d.ts +0 -5
  595. package/lib/components/dataSourceComponents/provider/actions/ActionsContext.d.ts +0 -11
  596. package/lib/components/dataSourceComponents/provider/actions/ActionsProvider.d.ts +0 -12
  597. package/lib/components/dataSourceComponents/provider/variables/utils.d.ts +0 -12
  598. package/lib/components/dataSourceComponents/utils/index.d.ts +0 -0
  599. package/lib/components/date-picker/hooks/useMediaQuery.d.ts +0 -2
  600. package/lib/components/div/index.d.ts +0 -19
  601. package/lib/components/drag-sort-tree/types.d.ts +0 -24
  602. package/lib/components/dropdown/index.d.ts +0 -3
  603. package/lib/components/filter/components/items/index.d.ts +0 -42
  604. package/lib/components/filter/components/items/text/Editor/index.d.ts +0 -3
  605. package/lib/components/filter/components/items/text/Preview/index.d.ts +0 -3
  606. package/lib/components/filter/components/items/text/index.d.ts +0 -12
  607. package/lib/components/icon/index.d.ts +0 -12
  608. package/lib/components/iconSelect/utils.d.ts +0 -14
  609. package/lib/components/iconfont/index.d.ts +0 -8
  610. package/lib/components/image/index.d.ts +0 -10
  611. package/lib/components/input/index.d.ts +0 -11
  612. package/lib/components/input-number-range/index.d.ts +0 -15
  613. package/lib/components/modal/index.d.ts +0 -2
  614. package/lib/components/page-header/index.d.ts +0 -14
  615. package/lib/components/pisellAlert/index.d.ts +0 -22
  616. package/lib/components/pisellAppCard/PisellAppCard.d.ts +0 -5
  617. package/lib/components/pisellAppCard/index.d.ts +0 -3
  618. package/lib/components/pisellAppCard/types.d.ts +0 -34
  619. package/lib/components/pisellAvatar/index.d.ts +0 -19
  620. package/lib/components/pisellBatchActionBar/types.d.ts +0 -237
  621. package/lib/components/pisellCard/index.d.ts +0 -20
  622. package/lib/components/pisellCheckboxGroup/mock.d.ts +0 -4
  623. package/lib/components/pisellCountdown/utils.d.ts +0 -7
  624. package/lib/components/pisellDataSourceContainer/utils/formatData.d.ts +0 -9
  625. package/lib/components/pisellDateTimeDisplay/formats/dateTimeDisplayFormats.d.ts +0 -7
  626. package/lib/components/pisellDateTimeDisplay/formats/index.d.ts +0 -1
  627. package/lib/components/pisellDateTimeDisplay/types.d.ts +0 -352
  628. package/lib/components/pisellDateTimeDisplay/utils/formatTime.d.ts +0 -19
  629. package/lib/components/pisellDateTimeDisplay/utils/getRefreshInterval.d.ts +0 -18
  630. package/lib/components/pisellDraggable/components/Action/Action.d.ts +0 -10
  631. package/lib/components/pisellDraggable/components/Action/index.d.ts +0 -2
  632. package/lib/components/pisellDraggable/components/Handle/Handle.d.ts +0 -3
  633. package/lib/components/pisellDraggable/components/Handle/index.d.ts +0 -1
  634. package/lib/components/pisellDraggable/components/Remove/Remove.d.ts +0 -3
  635. package/lib/components/pisellDraggable/components/Remove/index.d.ts +0 -1
  636. package/lib/components/pisellDraggable/components/TreeItem/SortableTreeItem.d.ts +0 -9
  637. package/lib/components/pisellDraggable/components/TreeItem/TreeItem.d.ts +0 -24
  638. package/lib/components/pisellDraggable/components/TreeItem/index.d.ts +0 -2
  639. package/lib/components/pisellDraggable/components/index.d.ts +0 -4
  640. package/lib/components/pisellDraggable/index.d.ts +0 -35
  641. package/lib/components/pisellDraggable/types.d.ts +0 -19
  642. package/lib/components/pisellDraggable/utilities.d.ts +0 -17
  643. package/lib/components/pisellDropSort/types.d.ts +0 -58
  644. package/lib/components/pisellDropdown/index.d.ts +0 -20
  645. package/lib/components/pisellEmail/constants/emailDomains.d.ts +0 -5
  646. package/lib/components/pisellEmail/constants/emailRegex.d.ts +0 -13
  647. package/lib/components/pisellEmail/utils/domainSuggestions.d.ts +0 -15
  648. package/lib/components/pisellFloatingPanel/index.d.ts +0 -17
  649. package/lib/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +0 -23
  650. package/lib/components/pisellFloorMapLayout/components/HistoryIcons.d.ts +0 -39
  651. package/lib/components/pisellFloorMapLayout/floorMapLayoutConstants.d.ts +0 -35
  652. package/lib/components/pisellFloorMapLayout/hooks/floorMapViewportPersistence.d.ts +0 -25
  653. package/lib/components/pisellFloorMapLayout/hooks/useDraftConfigHistory.d.ts +0 -18
  654. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapPaletteTouchDrag.d.ts +0 -21
  655. package/lib/components/pisellFloorMapLayout/locales-ja.d.ts +0 -184
  656. package/lib/components/pisellFloorMapLayout/locales-pt.d.ts +0 -184
  657. package/lib/components/pisellFloorMapLayout/locales.d.ts +0 -969
  658. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanTypes.d.ts +0 -72
  659. package/lib/components/pisellFloorMapLayout/utils/alignSnap.d.ts +0 -64
  660. package/lib/components/pisellFloorMapLayout/utils/floorMapBuiltinShapes.d.ts +0 -59
  661. package/lib/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.d.ts +0 -8
  662. package/lib/components/pisellFloorMapLayout/utils/floorMapDropUtils.d.ts +0 -33
  663. package/lib/components/pisellFloorMapLayout/utils/floorMapElementNameAsTitle.d.ts +0 -50
  664. package/lib/components/pisellFloorMapLayout/utils/floorMapResourcePickerDisplay.d.ts +0 -27
  665. package/lib/components/pisellFloorMapLayout/utils/floorMapResourcePickerTypes.d.ts +0 -109
  666. package/lib/components/pisellFloorMapLayout/utils/floorMapStageDefaults.d.ts +0 -8
  667. package/lib/components/pisellFloorMapLayout/utils/snap.d.ts +0 -10
  668. package/lib/components/pisellGridPro/GridPro.d.ts +0 -9
  669. package/lib/components/pisellGridPro/ToolBar/index.d.ts +0 -6
  670. package/lib/components/pisellGridPro/ToolBar/type.d.ts +0 -10
  671. package/lib/components/pisellGridPro/components/DataCard/components/StatCard/index.d.ts +0 -10
  672. package/lib/components/pisellGridPro/components/DataCard/index.d.ts +0 -5
  673. package/lib/components/pisellGridPro/components/DataCard/types.d.ts +0 -70
  674. package/lib/components/pisellGridPro/components/Footer/index.d.ts +0 -9
  675. package/lib/components/pisellGridPro/components/Header/index.d.ts +0 -12
  676. package/lib/components/pisellGridPro/index.d.ts +0 -4
  677. package/lib/components/pisellHeaderProgressBar/index.d.ts +0 -29
  678. package/lib/components/pisellImageCarousels/index.d.ts +0 -18
  679. package/lib/components/pisellInformationEntry/hooks/useNativeScanner.d.ts +0 -4
  680. package/lib/components/pisellInformationEntry/hooks/useTerminalPeripherals.d.ts +0 -8
  681. package/lib/components/pisellInformationEntry/utils.d.ts +0 -4
  682. package/lib/components/pisellInput/components/BankCard/utils.d.ts +0 -11
  683. package/lib/components/pisellLayout/content.d.ts +0 -10
  684. package/lib/components/pisellLayout/footer.d.ts +0 -8
  685. package/lib/components/pisellLayout/header.d.ts +0 -10
  686. package/lib/components/pisellLayout/index.d.ts +0 -14
  687. package/lib/components/pisellLayout/sider.d.ts +0 -8
  688. package/lib/components/pisellLookup/hooks/useDebounceSearch.d.ts +0 -40
  689. package/lib/components/pisellLookup/hooks/useSearchState.d.ts +0 -80
  690. package/lib/components/pisellLookup/utils/storage.d.ts +0 -42
  691. package/lib/components/pisellMenu/PisellMenu.d.ts +0 -11
  692. package/lib/components/pisellMenu/index.d.ts +0 -3
  693. package/lib/components/pisellMenu/types.d.ts +0 -27
  694. package/lib/components/pisellMessage/index.d.ts +0 -4
  695. package/lib/components/pisellMetricCard/components/MetricTitle.d.ts +0 -12
  696. package/lib/components/pisellMetricCard/components/MetricValue.d.ts +0 -12
  697. package/lib/components/pisellMetricCard/components/TrendIcon.d.ts +0 -14
  698. package/lib/components/pisellMetricCard/types.d.ts +0 -201
  699. package/lib/components/pisellMetricCard/utils/calculateTrend.d.ts +0 -14
  700. package/lib/components/pisellMobileDateRangePicker/index.d.ts +0 -2
  701. package/lib/components/pisellMobileDateRangePicker/types.d.ts +0 -28
  702. package/lib/components/pisellModal/constants.d.ts +0 -6
  703. package/lib/components/pisellNavigationMenu/types.d.ts +0 -85
  704. package/lib/components/pisellNavigationMenu/utils.d.ts +0 -15
  705. package/lib/components/pisellPercent/utils/rangeConverter.d.ts +0 -36
  706. package/lib/components/pisellPhone/utils/phoneFormatter.d.ts +0 -39
  707. package/lib/components/pisellRecordBoard/shellFrame/Calendar/calendarPersistGuard.d.ts +0 -18
  708. package/lib/components/pisellRecordBoard/shellFrame/Calendar/const/bookingCalendarConstants.d.ts +0 -73
  709. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/NoteTicker.d.ts +0 -14
  710. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/resourceWallConstants.d.ts +0 -2
  711. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarConstants.d.ts +0 -8
  712. package/lib/components/pisellReservationSchedule/locales.d.ts +0 -43
  713. package/lib/components/pisellReservationSchedule/types.d.ts +0 -52
  714. package/lib/components/pisellReservationScheduleBand/types.d.ts +0 -68
  715. package/lib/components/pisellReservationScheduleBand/utils/formatScheduleAtLabel.d.ts +0 -9
  716. package/lib/components/pisellScan/index.d.ts +0 -23
  717. package/lib/components/pisellSectionHeaders/index.d.ts +0 -21
  718. package/lib/components/pisellSort/type.d.ts +0 -7
  719. package/lib/components/pisellTags/index.d.ts +0 -13
  720. package/lib/components/pisellTags/utils.d.ts +0 -1
  721. package/lib/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +0 -14
  722. package/lib/components/pisellTimeNavigator/components/CursorLayer.d.ts +0 -29
  723. package/lib/components/pisellTimeNavigator/components/GestureLayer.d.ts +0 -41
  724. package/lib/components/pisellTimeNavigator/components/ScaleLayer.d.ts +0 -40
  725. package/lib/components/pisellTimeNavigator/hooks/index.d.ts +0 -5
  726. package/lib/components/pisellTimeNavigator/hooks/useDragInertia.d.ts +0 -14
  727. package/lib/components/pisellTimeNavigator/hooks/useRealtime.d.ts +0 -5
  728. package/lib/components/pisellTimeNavigator/hooks/useTimeAxis.d.ts +0 -37
  729. package/lib/components/pisellTimeNavigator/locales.d.ts +0 -22
  730. package/lib/components/pisellTimeNavigator/timeNavigatorConstants.d.ts +0 -20
  731. package/lib/components/pisellTimeNavigator/types.d.ts +0 -175
  732. package/lib/components/pisellTimeNavigator/utils/index.d.ts +0 -79
  733. package/lib/components/pisellTimeRangeDisplay/types.d.ts +0 -137
  734. package/lib/components/pisellTimeRangeDisplay/utils/formatDuration.d.ts +0 -14
  735. package/lib/components/pisellTimeRangeDisplay/utils/parseTimeRange.d.ts +0 -23
  736. package/lib/components/pisellUpload/index.d.ts +0 -11
  737. package/lib/components/pisellUrl/utils/index.d.ts +0 -6
  738. package/lib/components/pisellUrl/utils/urlFormatter.d.ts +0 -38
  739. package/lib/components/pisellUrl/utils/urlHelper.d.ts +0 -63
  740. package/lib/components/pisellUrl/utils/urlValidator.d.ts +0 -46
  741. package/lib/components/productCard/components/Divider/index.d.ts +0 -4
  742. package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +0 -4
  743. package/lib/components/productCard/components/MultiDay/utils.d.ts +0 -14
  744. package/lib/components/productCard/components/Time/components/Like/index.d.ts +0 -10
  745. package/lib/components/profileMenu/index.d.ts +0 -26
  746. package/lib/components/radio/index.d.ts +0 -3
  747. package/lib/components/section-footers/index.d.ts +0 -9
  748. package/lib/components/segmented/index.d.ts +0 -5
  749. package/lib/components/select-time/RightPanel/index.d.ts +0 -9
  750. package/lib/components/select-time/utils.d.ts +0 -9
  751. package/lib/components/skeleton/index.d.ts +0 -3
  752. package/lib/components/slider/index.d.ts +0 -3
  753. package/lib/components/sort/components/InlineMenu/index.d.ts +0 -15
  754. package/lib/components/sort/types.d.ts +0 -39
  755. package/lib/components/table/Actions/component/ButtonIcon/index.d.ts +0 -8
  756. package/lib/components/table/Actions/component/ColumnsSetting/utils.d.ts +0 -1
  757. package/lib/components/table/Actions/component/ExportImport/utils/download.d.ts +0 -3
  758. package/lib/components/table/Actions/component/ExportImport/utils/index.d.ts +0 -9
  759. package/lib/components/table/Gallery/components/VirtualGrid/useGenGridProps.d.ts +0 -14
  760. package/lib/components/table/Gallery/constant.d.ts +0 -4
  761. package/lib/components/table/Header/Buttons/index.d.ts +0 -3
  762. package/lib/components/table/Summary/index.d.ts +0 -4
  763. package/lib/components/table/Table/fields/date/Config/index.d.ts +0 -3
  764. package/lib/components/table/Table/fields/date/Sort/index.d.ts +0 -3
  765. package/lib/components/table/Table/fields/image/Config/index.d.ts +0 -3
  766. package/lib/components/table/Table/fields/image/Edit/index.d.ts +0 -4
  767. package/lib/components/table/Table/fields/image/Sort/index.d.ts +0 -3
  768. package/lib/components/table/Table/fields/link/Config/index.d.ts +0 -3
  769. package/lib/components/table/Table/fields/link/Edit/index.d.ts +0 -4
  770. package/lib/components/table/Table/fields/link/Sort/index.d.ts +0 -3
  771. package/lib/components/table/Table/fields/number/Config/index.d.ts +0 -3
  772. package/lib/components/table/Table/fields/number/Edit/index.d.ts +0 -4
  773. package/lib/components/table/Table/fields/number/Sort/index.d.ts +0 -3
  774. package/lib/components/table/Table/fields/numberRange/Config/index.d.ts +0 -3
  775. package/lib/components/table/Table/fields/numberRange/Edit/index.d.ts +0 -4
  776. package/lib/components/table/Table/fields/numberRange/Sort/index.d.ts +0 -3
  777. package/lib/components/table/Table/fields/oldRangePicker/Config/index.d.ts +0 -3
  778. package/lib/components/table/Table/fields/oldRangePicker/Show/index.d.ts +0 -3
  779. package/lib/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +0 -3
  780. package/lib/components/table/Table/fields/pSwitch/Config/index.d.ts +0 -3
  781. package/lib/components/table/Table/fields/pSwitch/Edit/index.d.ts +0 -4
  782. package/lib/components/table/Table/fields/pSwitch/Sort/index.d.ts +0 -3
  783. package/lib/components/table/Table/fields/rangePicker/Config/index.d.ts +0 -3
  784. package/lib/components/table/Table/fields/rangePicker/Show/index.d.ts +0 -3
  785. package/lib/components/table/Table/fields/rangePicker/Sort/index.d.ts +0 -3
  786. package/lib/components/table/Table/fields/search/Config/index.d.ts +0 -3
  787. package/lib/components/table/Table/fields/search/Edit/index.d.ts +0 -4
  788. package/lib/components/table/Table/fields/search/Sort/index.d.ts +0 -3
  789. package/lib/components/table/Table/fields/select/Config/index.d.ts +0 -3
  790. package/lib/components/table/Table/fields/select/Show/index.d.ts +0 -3
  791. package/lib/components/table/Table/fields/select/Sort/index.d.ts +0 -3
  792. package/lib/components/table/Table/fields/text/Config/index.d.ts +0 -3
  793. package/lib/components/table/Table/fields/text/Edit/index.d.ts +0 -4
  794. package/lib/components/table/Table/fields/text/Sort/index.d.ts +0 -3
  795. package/lib/components/table/Table/fields/treeSelect/Config/index.d.ts +0 -3
  796. package/lib/components/table/Table/fields/treeSelect/Edit/index.d.ts +0 -4
  797. package/lib/components/table/Table/fields/treeSelect/Show/index.d.ts +0 -3
  798. package/lib/components/table/Table/fields/treeSelect/Sort/index.d.ts +0 -3
  799. package/lib/components/table/Table/fields/types/index.d.ts +0 -33
  800. package/lib/components/table/Table/tableConfig/body/CellContent/index.d.ts +0 -4
  801. package/lib/components/table/Table/tableConfig/summary/index.d.ts +0 -3
  802. package/lib/components/table/Tabs/index.d.ts +0 -14
  803. package/lib/components/table/hooks/useGenScroll.d.ts +0 -22
  804. package/lib/components/table/serve.d.ts +0 -13
  805. package/lib/components/table/utils.d.ts +0 -14
  806. package/lib/components/tabs/index.d.ts +0 -17
  807. package/lib/components/time-picker/index.d.ts +0 -3
  808. package/lib/components/translation/utils.d.ts +0 -9
  809. package/lib/components/tree-select/index.d.ts +0 -2
  810. package/lib/components/upload/index.d.ts +0 -3
  811. package/lib/components/virtual-keyboard/Time/utils.d.ts +0 -10
  812. package/lib/components/virtualInput/BaseVirtualInput/index.d.ts +0 -44
  813. package/lib/components/virtualInput/index.d.ts +0 -29
  814. package/lib/components/walletCard/Guest/index.d.ts +0 -4
  815. package/lib/components/walletCard/Guide/index.d.ts +0 -4
  816. package/lib/hooks/useCssVariables.d.ts +0 -8
  817. package/lib/hooks/useEngineContext.d.ts +0 -9
  818. package/lib/hooks/useMobile.d.ts +0 -8
  819. package/lib/hooks/useSetRequest.d.ts +0 -2
  820. package/lib/hooks/useSharedState.d.ts +0 -11
  821. package/lib/hooks/useThemeTokens.d.ts +0 -7
  822. package/lib/theme/tokens.d.ts +0 -22
  823. package/lib/utils/hoc.d.ts +0 -17
  824. package/lib/utils/mergeWith.d.ts +0 -1
  825. package/lib/utils/miniRedux.d.ts +0 -17
  826. package/lib/utils/tagColor.d.ts +0 -7
  827. package/lib/utils/warning.d.ts +0 -1
@@ -1,969 +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.canvas-tabs.overview': string;
38
- 'pisell-floor-map-layout.canvas-tabs.overview-aria': string;
39
- 'pisell-floor-map-layout.overview.empty': string;
40
- 'pisell-floor-map-layout.overview.area-title-badge': string;
41
- 'pisell-floor-map-layout.overview.canvas-card-aria': string;
42
- 'pisell-floor-map-layout.edge-panel.title': string;
43
- 'pisell-floor-map-layout.edge-panel.dirty-hint': string;
44
- 'pisell-floor-map-layout.edge-panel.source-node': string;
45
- 'pisell-floor-map-layout.edge-panel.target-node': string;
46
- 'pisell-floor-map-layout.edge-panel.source-anchor': string;
47
- 'pisell-floor-map-layout.edge-panel.target-anchor': string;
48
- 'pisell-floor-map-layout.edge-panel.source-label': string;
49
- 'pisell-floor-map-layout.edge-panel.target-label': string;
50
- 'pisell-floor-map-layout.edge-panel.center-label': string;
51
- 'pisell-floor-map-layout.edge-panel.status': string;
52
- 'pisell-floor-map-layout.edge-panel.status-online': string;
53
- 'pisell-floor-map-layout.edge-panel.status-offline': string;
54
- 'pisell-floor-map-layout.edge-panel.status-warning': string;
55
- 'pisell-floor-map-layout.edge-panel.status-unknown': string;
56
- 'pisell-floor-map-layout.edge-panel.color': string;
57
- 'pisell-floor-map-layout.edge-panel.stroke-width': string;
58
- 'pisell-floor-map-layout.edge-panel.dashed': string;
59
- 'pisell-floor-map-layout.edge-panel.dashed-no': string;
60
- 'pisell-floor-map-layout.edge-panel.dashed-yes': string;
61
- 'pisell-floor-map-layout.edge-panel.delete': string;
62
- 'pisell-floor-map-layout.edge-panel.delete-confirm': string;
63
- 'pisell-floor-map-layout.edit-panel.element-props': string;
64
- 'pisell-floor-map-layout.edit-panel.close-aria': string;
65
- 'pisell-floor-map-layout.edit-panel.hint-apply': string;
66
- 'pisell-floor-map-layout.edit-panel.hint-save': string;
67
- 'pisell-floor-map-layout.edit-panel.section-layout': string;
68
- 'pisell-floor-map-layout.edit-panel.lock-on': string;
69
- 'pisell-floor-map-layout.edit-panel.lock-off': string;
70
- 'pisell-floor-map-layout.edit-panel.label-x': string;
71
- 'pisell-floor-map-layout.edit-panel.label-y': string;
72
- 'pisell-floor-map-layout.edit-panel.label-z': string;
73
- 'pisell-floor-map-layout.edit-panel.label-width': string;
74
- 'pisell-floor-map-layout.edit-panel.label-height': string;
75
- 'pisell-floor-map-layout.edit-panel.label-name': string;
76
- 'pisell-floor-map-layout.edit-panel.label-name-stage': string;
77
- 'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
78
- 'pisell-floor-map-layout.edit-panel.ph-name': string;
79
- 'pisell-floor-map-layout.edit-panel.label-name-as-title': string;
80
- 'pisell-floor-map-layout.edit-panel.tip-name-as-title': string;
81
- 'pisell-floor-map-layout.edit-panel.label-image-url': string;
82
- 'pisell-floor-map-layout.edit-panel.extra-image-url': string;
83
- 'pisell-floor-map-layout.edit-panel.ph-https': string;
84
- 'pisell-floor-map-layout.edit-panel.label-builtin-shape': string;
85
- 'pisell-floor-map-layout.edit-panel.extra-builtin-shape': string;
86
- 'pisell-floor-map-layout.edit-panel.ph-builtin-shape': string;
87
- 'pisell-floor-map-layout.edit-panel.label-canvas': string;
88
- 'pisell-floor-map-layout.edit-panel.label-element-kind': string;
89
- 'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
90
- 'pisell-floor-map-layout.edit-panel.apply': string;
91
- 'pisell-floor-map-layout.edit-panel.data-binding': string;
92
- 'pisell-floor-map-layout.edit-panel.data-binding-note': string;
93
- 'pisell-floor-map-layout.edit-panel.label-data-source': string;
94
- 'pisell-floor-map-layout.edit-panel.ph-data-source': string;
95
- 'pisell-floor-map-layout.edit-panel.label-pick-row': string;
96
- 'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
97
- 'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
98
- 'pisell-floor-map-layout.edit-panel.hint-unbound': string;
99
- 'pisell-floor-map-layout.edit-panel.record-title': string;
100
- 'pisell-floor-map-layout.edit-panel.pop-title': string;
101
- 'pisell-floor-map-layout.edit-panel.pop-desc': string;
102
- 'pisell-floor-map-layout.edit-panel.btn-delete': string;
103
- 'pisell-floor-map-layout.edit-panel.btn-cancel': string;
104
- 'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
105
- 'pisell-floor-map-layout.edit-quick.lock': string;
106
- 'pisell-floor-map-layout.edit-quick.unlock': string;
107
- 'pisell-floor-map-layout.edit-quick.duplicate': string;
108
- 'pisell-floor-map-layout.edit-quick.delete': string;
109
- 'pisell-floor-map-layout.edit-quick.status-locked': string;
110
- 'pisell-floor-map-layout.edit-quick.status-unlocked': string;
111
- 'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
112
- 'pisell-floor-map-layout.toolbar.category-fallback': string;
113
- 'pisell-floor-map-layout.toolbar.palette-card-title': string;
114
- 'pisell-floor-map-layout.toolbar.data-binding-optional': string;
115
- 'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
116
- 'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
117
- 'pisell-floor-map-layout.toolbar.ph-select-records': string;
118
- 'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
119
- 'pisell-floor-map-layout.toolbar.open-resource-picker': string;
120
- 'pisell-floor-map-layout.toolbar.select-with-label': string;
121
- 'pisell-floor-map-layout.toolbar.resource-picker-none-selected': string;
122
- 'pisell-floor-map-layout.toolbar.resource-picker-summary': string;
123
- 'pisell-floor-map-layout.toolbar.resource-picker-summary-empty': string;
124
- 'pisell-floor-map-layout.resource-picker.title': string;
125
- 'pisell-floor-map-layout.resource-picker.search-ph': string;
126
- 'pisell-floor-map-layout.resource-picker.select-all': string;
127
- 'pisell-floor-map-layout.resource-picker.deselect-all': string;
128
- 'pisell-floor-map-layout.resource-picker.selected-count': string;
129
- 'pisell-floor-map-layout.resource-picker.filter-all': string;
130
- 'pisell-floor-map-layout.resource-picker.empty': string;
131
- 'pisell-floor-map-layout.resource-picker.confirm': string;
132
- 'pisell-floor-map-layout.resource-picker.cancel': string;
133
- 'pisell-floor-map-layout.resource-picker.single-hint': string;
134
- 'pisell-floor-map-layout.resource-picker.level-area': string;
135
- 'pisell-floor-map-layout.resource-picker.level-1': string;
136
- 'pisell-floor-map-layout.resource-picker.level-2': string;
137
- 'pisell-floor-map-layout.resource-picker.level-3': string;
138
- 'pisell-floor-map-layout.toolbar.no-data-sources': string;
139
- 'pisell-floor-map-layout.toolbar.cancel-place': string;
140
- 'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
141
- 'pisell-floor-map-layout.toolbar.save': string;
142
- 'pisell-floor-map-layout.toolbar.saving': string;
143
- 'pisell-floor-map-layout.toolbar.collapse': string;
144
- 'pisell-floor-map-layout.toolbar.expand': string;
145
- 'pisell-floor-map-layout.toolbar.add-to-canvas': string;
146
- 'pisell-floor-map-layout.toolbar.view-all': string;
147
- 'pisell-floor-map-layout.toolbar.view-all-modal-title': string;
148
- 'pisell-floor-map-layout.toolbar.view-all-modal-hint': string;
149
- 'pisell-floor-map-layout.toolbar.view-all-modal-add': string;
150
- 'pisell-floor-map-layout.toolbar.view-all-modal-cancel': string;
151
- 'pisell-floor-map-layout.toolbar.view-all-modal-qty-decrease': string;
152
- 'pisell-floor-map-layout.toolbar.view-all-modal-qty-increase': string;
153
- 'pisell-floor-map-layout.toolbar.view-all-modal-category-image': string;
154
- 'pisell-floor-map-layout.toolbar.view-all-modal-category-icon': string;
155
- 'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
156
- 'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
157
- 'pisell-floor-map-layout.view-controls.reset-aria': string;
158
- 'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
159
- 'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
160
- 'pisell-floor-map-layout.view-controls.grid-show-aria': string;
161
- 'pisell-floor-map-layout.view-controls.edges-hide-aria': string;
162
- 'pisell-floor-map-layout.view-controls.edges-show-aria': string;
163
- 'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
164
- 'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
165
- 'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
166
- 'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
167
- 'pisell-floor-map-layout.view-controls.viewport-lock-aria': string;
168
- 'pisell-floor-map-layout.view-controls.viewport-unlock-aria': string;
169
- 'pisell-floor-map-layout.image-element.default-name': string;
170
- 'pisell-floor-map-layout.placement.fallback-image-name': string;
171
- 'pisell-floor-map-layout.selection-zone.title-badge': string;
172
- 'pisell-floor-map-layout.selection-zone.unnamed': string;
173
- 'pisell-floor-map-layout.image-element.hint-no-url': string;
174
- 'pisell-floor-map-layout.image-element.hint-load-fail': string;
175
- 'pisell-floor-map-layout.builtin-shape.default-name': string;
176
- 'pisell-floor-map-layout.builtin-shape.hint-no-key': string;
177
- 'pisell-floor-map-layout.builtin-shape.toilet': string;
178
- 'pisell-floor-map-layout.builtin-shape.divider': string;
179
- 'pisell-floor-map-layout.builtin-shape.column': string;
180
- 'pisell-floor-map-layout.builtin-shape.sofa': string;
181
- 'pisell-floor-map-layout.builtin-shape.door': string;
182
- 'pisell-floor-map-layout.builtin-shape.flower-pot': string;
183
- 'pisell-floor-map-layout.builtin-shape.palette-pick-label': string;
184
- 'pisell-floor-map-layout.palette.builtin-shape': string;
185
- 'pisell-floor-map-layout.data-form.empty': string;
186
- 'pisell-floor-map-layout.data-form.save-record': string;
187
- 'pisell-floor-map-layout.binding-error.required-row': string;
188
- 'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
189
- 'pisell-floor-map-layout.binding-error.missing-field': string;
190
- 'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
191
- 'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
192
- 'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
193
- 'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
194
- 'pisell-floor-map-layout.figma-card.kind-round-table': string;
195
- 'pisell-floor-map-layout.figma-card.kind-square-table': string;
196
- 'pisell-floor-map-layout.figma-card.default-table': string;
197
- 'pisell-floor-map-layout.figma-card.capacity-seats': string;
198
- 'pisell-floor-map-layout.figma-card.guests-count': string;
199
- 'pisell-floor-map-layout.figma-card.status-available': string;
200
- 'pisell-floor-map-layout.figma-card.status-reserved': string;
201
- 'pisell-floor-map-layout.figma-card.status-waiting': string;
202
- 'pisell-floor-map-layout.figma-card.status-dining': string;
203
- 'pisell-floor-map-layout.figma-card.status-billed': string;
204
- 'pisell-floor-map-layout.figma-card.status-availableSoon': string;
205
- };
206
- 'zh-CN': {
207
- 'pisell-floor-map-layout.loading': string;
208
- 'pisell-floor-map-layout.read-canvas-tabs.aria': string;
209
- 'pisell-floor-map-layout.edit-top-bar.aria': string;
210
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
211
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
212
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
213
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
214
- 'pisell-floor-map-layout.edit-top-bar.unsaved': string;
215
- 'pisell-floor-map-layout.edit-top-bar.save': string;
216
- 'pisell-floor-map-layout.edit-top-bar.saving': string;
217
- 'pisell-floor-map-layout.edit-top-bar.undo': string;
218
- 'pisell-floor-map-layout.edit-top-bar.redo': string;
219
- 'pisell-floor-map-layout.edit-top-bar.cancel-edit': string;
220
- 'pisell-floor-map-layout.edit-top-bar.finish-edit': string;
221
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-title': string;
222
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-content': string;
223
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-ok': string;
224
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-cancel': string;
225
- 'pisell-floor-map-layout.canvas-tabs.empty': string;
226
- 'pisell-floor-map-layout.canvas-tabs.add': string;
227
- 'pisell-floor-map-layout.canvas-tabs.add-title': string;
228
- 'pisell-floor-map-layout.canvas-tabs.hint': string;
229
- 'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
230
- 'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
231
- 'pisell-floor-map-layout.canvas-tabs.rename-title': string;
232
- 'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
233
- 'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
234
- 'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
235
- 'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
236
- 'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
237
- 'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
238
- 'pisell-floor-map-layout.canvas-tabs.overview': string;
239
- 'pisell-floor-map-layout.canvas-tabs.overview-aria': string;
240
- 'pisell-floor-map-layout.overview.empty': string;
241
- 'pisell-floor-map-layout.overview.area-title-badge': string;
242
- 'pisell-floor-map-layout.overview.canvas-card-aria': string;
243
- 'pisell-floor-map-layout.edge-panel.title': string;
244
- 'pisell-floor-map-layout.edge-panel.dirty-hint': string;
245
- 'pisell-floor-map-layout.edge-panel.source-node': string;
246
- 'pisell-floor-map-layout.edge-panel.target-node': string;
247
- 'pisell-floor-map-layout.edge-panel.source-anchor': string;
248
- 'pisell-floor-map-layout.edge-panel.target-anchor': string;
249
- 'pisell-floor-map-layout.edge-panel.source-label': string;
250
- 'pisell-floor-map-layout.edge-panel.target-label': string;
251
- 'pisell-floor-map-layout.edge-panel.center-label': string;
252
- 'pisell-floor-map-layout.edge-panel.status': string;
253
- 'pisell-floor-map-layout.edge-panel.status-online': string;
254
- 'pisell-floor-map-layout.edge-panel.status-offline': string;
255
- 'pisell-floor-map-layout.edge-panel.status-warning': string;
256
- 'pisell-floor-map-layout.edge-panel.status-unknown': string;
257
- 'pisell-floor-map-layout.edge-panel.color': string;
258
- 'pisell-floor-map-layout.edge-panel.stroke-width': string;
259
- 'pisell-floor-map-layout.edge-panel.dashed': string;
260
- 'pisell-floor-map-layout.edge-panel.dashed-no': string;
261
- 'pisell-floor-map-layout.edge-panel.dashed-yes': string;
262
- 'pisell-floor-map-layout.edge-panel.delete': string;
263
- 'pisell-floor-map-layout.edge-panel.delete-confirm': string;
264
- 'pisell-floor-map-layout.edit-panel.element-props': string;
265
- 'pisell-floor-map-layout.edit-panel.close-aria': string;
266
- 'pisell-floor-map-layout.edit-panel.hint-apply': string;
267
- 'pisell-floor-map-layout.edit-panel.hint-save': string;
268
- 'pisell-floor-map-layout.edit-panel.section-layout': string;
269
- 'pisell-floor-map-layout.edit-panel.lock-on': string;
270
- 'pisell-floor-map-layout.edit-panel.lock-off': string;
271
- 'pisell-floor-map-layout.edit-panel.label-x': string;
272
- 'pisell-floor-map-layout.edit-panel.label-y': string;
273
- 'pisell-floor-map-layout.edit-panel.label-z': string;
274
- 'pisell-floor-map-layout.edit-panel.label-width': string;
275
- 'pisell-floor-map-layout.edit-panel.label-height': string;
276
- 'pisell-floor-map-layout.edit-panel.label-name': string;
277
- 'pisell-floor-map-layout.edit-panel.label-name-stage': string;
278
- 'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
279
- 'pisell-floor-map-layout.edit-panel.ph-name': string;
280
- 'pisell-floor-map-layout.edit-panel.label-name-as-title': string;
281
- 'pisell-floor-map-layout.edit-panel.tip-name-as-title': string;
282
- 'pisell-floor-map-layout.edit-panel.label-image-url': string;
283
- 'pisell-floor-map-layout.edit-panel.extra-image-url': string;
284
- 'pisell-floor-map-layout.edit-panel.ph-https': string;
285
- 'pisell-floor-map-layout.edit-panel.label-builtin-shape': string;
286
- 'pisell-floor-map-layout.edit-panel.extra-builtin-shape': string;
287
- 'pisell-floor-map-layout.edit-panel.ph-builtin-shape': string;
288
- 'pisell-floor-map-layout.edit-panel.label-canvas': string;
289
- 'pisell-floor-map-layout.edit-panel.label-element-kind': string;
290
- 'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
291
- 'pisell-floor-map-layout.edit-panel.apply': string;
292
- 'pisell-floor-map-layout.edit-panel.data-binding': string;
293
- 'pisell-floor-map-layout.edit-panel.data-binding-note': string;
294
- 'pisell-floor-map-layout.edit-panel.label-data-source': string;
295
- 'pisell-floor-map-layout.edit-panel.ph-data-source': string;
296
- 'pisell-floor-map-layout.edit-panel.label-pick-row': string;
297
- 'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
298
- 'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
299
- 'pisell-floor-map-layout.edit-panel.hint-unbound': string;
300
- 'pisell-floor-map-layout.edit-panel.record-title': string;
301
- 'pisell-floor-map-layout.edit-panel.pop-title': string;
302
- 'pisell-floor-map-layout.edit-panel.pop-desc': string;
303
- 'pisell-floor-map-layout.edit-panel.btn-delete': string;
304
- 'pisell-floor-map-layout.edit-panel.btn-cancel': string;
305
- 'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
306
- 'pisell-floor-map-layout.edit-quick.lock': string;
307
- 'pisell-floor-map-layout.edit-quick.unlock': string;
308
- 'pisell-floor-map-layout.edit-quick.duplicate': string;
309
- 'pisell-floor-map-layout.edit-quick.delete': string;
310
- 'pisell-floor-map-layout.edit-quick.status-locked': string;
311
- 'pisell-floor-map-layout.edit-quick.status-unlocked': string;
312
- 'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
313
- 'pisell-floor-map-layout.toolbar.category-fallback': string;
314
- 'pisell-floor-map-layout.toolbar.palette-card-title': string;
315
- 'pisell-floor-map-layout.toolbar.data-binding-optional': string;
316
- 'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
317
- 'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
318
- 'pisell-floor-map-layout.toolbar.ph-select-records': string;
319
- 'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
320
- 'pisell-floor-map-layout.toolbar.open-resource-picker': string;
321
- 'pisell-floor-map-layout.toolbar.select-with-label': string;
322
- 'pisell-floor-map-layout.toolbar.resource-picker-none-selected': string;
323
- 'pisell-floor-map-layout.toolbar.resource-picker-summary': string;
324
- 'pisell-floor-map-layout.toolbar.resource-picker-summary-empty': string;
325
- 'pisell-floor-map-layout.resource-picker.title': string;
326
- 'pisell-floor-map-layout.resource-picker.search-ph': string;
327
- 'pisell-floor-map-layout.resource-picker.select-all': string;
328
- 'pisell-floor-map-layout.resource-picker.deselect-all': string;
329
- 'pisell-floor-map-layout.resource-picker.selected-count': string;
330
- 'pisell-floor-map-layout.resource-picker.filter-all': string;
331
- 'pisell-floor-map-layout.resource-picker.empty': string;
332
- 'pisell-floor-map-layout.resource-picker.confirm': string;
333
- 'pisell-floor-map-layout.resource-picker.cancel': string;
334
- 'pisell-floor-map-layout.resource-picker.single-hint': string;
335
- 'pisell-floor-map-layout.resource-picker.level-area': string;
336
- 'pisell-floor-map-layout.resource-picker.level-1': string;
337
- 'pisell-floor-map-layout.resource-picker.level-2': string;
338
- 'pisell-floor-map-layout.resource-picker.level-3': string;
339
- 'pisell-floor-map-layout.toolbar.no-data-sources': string;
340
- 'pisell-floor-map-layout.toolbar.cancel-place': string;
341
- 'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
342
- 'pisell-floor-map-layout.toolbar.save': string;
343
- 'pisell-floor-map-layout.toolbar.saving': string;
344
- 'pisell-floor-map-layout.toolbar.collapse': string;
345
- 'pisell-floor-map-layout.toolbar.expand': string;
346
- 'pisell-floor-map-layout.toolbar.add-to-canvas': string;
347
- 'pisell-floor-map-layout.toolbar.view-all': string;
348
- 'pisell-floor-map-layout.toolbar.view-all-modal-title': string;
349
- 'pisell-floor-map-layout.toolbar.view-all-modal-hint': string;
350
- 'pisell-floor-map-layout.toolbar.view-all-modal-add': string;
351
- 'pisell-floor-map-layout.toolbar.view-all-modal-cancel': string;
352
- 'pisell-floor-map-layout.toolbar.view-all-modal-qty-decrease': string;
353
- 'pisell-floor-map-layout.toolbar.view-all-modal-qty-increase': string;
354
- 'pisell-floor-map-layout.toolbar.view-all-modal-category-image': string;
355
- 'pisell-floor-map-layout.toolbar.view-all-modal-category-icon': string;
356
- 'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
357
- 'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
358
- 'pisell-floor-map-layout.view-controls.reset-aria': string;
359
- 'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
360
- 'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
361
- 'pisell-floor-map-layout.view-controls.grid-show-aria': string;
362
- 'pisell-floor-map-layout.view-controls.edges-hide-aria': string;
363
- 'pisell-floor-map-layout.view-controls.edges-show-aria': string;
364
- 'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
365
- 'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
366
- 'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
367
- 'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
368
- 'pisell-floor-map-layout.view-controls.viewport-lock-aria': string;
369
- 'pisell-floor-map-layout.view-controls.viewport-unlock-aria': string;
370
- 'pisell-floor-map-layout.image-element.default-name': string;
371
- 'pisell-floor-map-layout.placement.fallback-image-name': string;
372
- 'pisell-floor-map-layout.selection-zone.title-badge': string;
373
- 'pisell-floor-map-layout.selection-zone.unnamed': string;
374
- 'pisell-floor-map-layout.image-element.hint-no-url': string;
375
- 'pisell-floor-map-layout.image-element.hint-load-fail': string;
376
- 'pisell-floor-map-layout.builtin-shape.default-name': string;
377
- 'pisell-floor-map-layout.builtin-shape.hint-no-key': string;
378
- 'pisell-floor-map-layout.builtin-shape.toilet': string;
379
- 'pisell-floor-map-layout.builtin-shape.divider': string;
380
- 'pisell-floor-map-layout.builtin-shape.column': string;
381
- 'pisell-floor-map-layout.builtin-shape.sofa': string;
382
- 'pisell-floor-map-layout.builtin-shape.door': string;
383
- 'pisell-floor-map-layout.builtin-shape.flower-pot': string;
384
- 'pisell-floor-map-layout.builtin-shape.palette-pick-label': string;
385
- 'pisell-floor-map-layout.palette.builtin-shape': string;
386
- 'pisell-floor-map-layout.data-form.empty': string;
387
- 'pisell-floor-map-layout.data-form.save-record': string;
388
- 'pisell-floor-map-layout.binding-error.required-row': string;
389
- 'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
390
- 'pisell-floor-map-layout.binding-error.missing-field': string;
391
- 'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
392
- 'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
393
- 'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
394
- 'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
395
- 'pisell-floor-map-layout.figma-card.kind-round-table': string;
396
- 'pisell-floor-map-layout.figma-card.kind-square-table': string;
397
- 'pisell-floor-map-layout.figma-card.default-table': string;
398
- 'pisell-floor-map-layout.figma-card.capacity-seats': string;
399
- 'pisell-floor-map-layout.figma-card.guests-count': string;
400
- 'pisell-floor-map-layout.figma-card.status-available': string;
401
- 'pisell-floor-map-layout.figma-card.status-reserved': string;
402
- 'pisell-floor-map-layout.figma-card.status-waiting': string;
403
- 'pisell-floor-map-layout.figma-card.status-dining': string;
404
- 'pisell-floor-map-layout.figma-card.status-billed': string;
405
- 'pisell-floor-map-layout.figma-card.status-availableSoon': string;
406
- };
407
- 'zh-HK': {
408
- 'pisell-floor-map-layout.loading': string;
409
- 'pisell-floor-map-layout.read-canvas-tabs.aria': string;
410
- 'pisell-floor-map-layout.edit-top-bar.aria': string;
411
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
412
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
413
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
414
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
415
- 'pisell-floor-map-layout.edit-top-bar.unsaved': string;
416
- 'pisell-floor-map-layout.edit-top-bar.save': string;
417
- 'pisell-floor-map-layout.edit-top-bar.saving': string;
418
- 'pisell-floor-map-layout.edit-top-bar.undo': string;
419
- 'pisell-floor-map-layout.edit-top-bar.redo': string;
420
- 'pisell-floor-map-layout.edit-top-bar.cancel-edit': string;
421
- 'pisell-floor-map-layout.edit-top-bar.finish-edit': string;
422
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-title': string;
423
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-content': string;
424
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-ok': string;
425
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-cancel': string;
426
- 'pisell-floor-map-layout.canvas-tabs.empty': string;
427
- 'pisell-floor-map-layout.canvas-tabs.add': string;
428
- 'pisell-floor-map-layout.canvas-tabs.add-title': string;
429
- 'pisell-floor-map-layout.canvas-tabs.hint': string;
430
- 'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
431
- 'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
432
- 'pisell-floor-map-layout.canvas-tabs.rename-title': string;
433
- 'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
434
- 'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
435
- 'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
436
- 'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
437
- 'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
438
- 'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
439
- 'pisell-floor-map-layout.canvas-tabs.overview': string;
440
- 'pisell-floor-map-layout.canvas-tabs.overview-aria': string;
441
- 'pisell-floor-map-layout.overview.empty': string;
442
- 'pisell-floor-map-layout.overview.area-title-badge': string;
443
- 'pisell-floor-map-layout.overview.canvas-card-aria': string;
444
- 'pisell-floor-map-layout.edge-panel.title': string;
445
- 'pisell-floor-map-layout.edge-panel.dirty-hint': string;
446
- 'pisell-floor-map-layout.edge-panel.source-node': string;
447
- 'pisell-floor-map-layout.edge-panel.target-node': string;
448
- 'pisell-floor-map-layout.edge-panel.source-anchor': string;
449
- 'pisell-floor-map-layout.edge-panel.target-anchor': string;
450
- 'pisell-floor-map-layout.edge-panel.source-label': string;
451
- 'pisell-floor-map-layout.edge-panel.target-label': string;
452
- 'pisell-floor-map-layout.edge-panel.center-label': string;
453
- 'pisell-floor-map-layout.edge-panel.status': string;
454
- 'pisell-floor-map-layout.edge-panel.status-online': string;
455
- 'pisell-floor-map-layout.edge-panel.status-offline': string;
456
- 'pisell-floor-map-layout.edge-panel.status-warning': string;
457
- 'pisell-floor-map-layout.edge-panel.status-unknown': string;
458
- 'pisell-floor-map-layout.edge-panel.color': string;
459
- 'pisell-floor-map-layout.edge-panel.stroke-width': string;
460
- 'pisell-floor-map-layout.edge-panel.dashed': string;
461
- 'pisell-floor-map-layout.edge-panel.dashed-no': string;
462
- 'pisell-floor-map-layout.edge-panel.dashed-yes': string;
463
- 'pisell-floor-map-layout.edge-panel.delete': string;
464
- 'pisell-floor-map-layout.edge-panel.delete-confirm': string;
465
- 'pisell-floor-map-layout.edit-panel.element-props': string;
466
- 'pisell-floor-map-layout.edit-panel.close-aria': string;
467
- 'pisell-floor-map-layout.edit-panel.hint-apply': string;
468
- 'pisell-floor-map-layout.edit-panel.hint-save': string;
469
- 'pisell-floor-map-layout.edit-panel.section-layout': string;
470
- 'pisell-floor-map-layout.edit-panel.lock-on': string;
471
- 'pisell-floor-map-layout.edit-panel.lock-off': string;
472
- 'pisell-floor-map-layout.edit-panel.label-x': string;
473
- 'pisell-floor-map-layout.edit-panel.label-y': string;
474
- 'pisell-floor-map-layout.edit-panel.label-z': string;
475
- 'pisell-floor-map-layout.edit-panel.label-width': string;
476
- 'pisell-floor-map-layout.edit-panel.label-height': string;
477
- 'pisell-floor-map-layout.edit-panel.label-name': string;
478
- 'pisell-floor-map-layout.edit-panel.label-name-stage': string;
479
- 'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
480
- 'pisell-floor-map-layout.edit-panel.ph-name': string;
481
- 'pisell-floor-map-layout.edit-panel.label-name-as-title': string;
482
- 'pisell-floor-map-layout.edit-panel.tip-name-as-title': string;
483
- 'pisell-floor-map-layout.edit-panel.label-image-url': string;
484
- 'pisell-floor-map-layout.edit-panel.extra-image-url': string;
485
- 'pisell-floor-map-layout.edit-panel.ph-https': string;
486
- 'pisell-floor-map-layout.edit-panel.label-builtin-shape': string;
487
- 'pisell-floor-map-layout.edit-panel.extra-builtin-shape': string;
488
- 'pisell-floor-map-layout.edit-panel.ph-builtin-shape': string;
489
- 'pisell-floor-map-layout.edit-panel.label-canvas': string;
490
- 'pisell-floor-map-layout.edit-panel.label-element-kind': string;
491
- 'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
492
- 'pisell-floor-map-layout.edit-panel.apply': string;
493
- 'pisell-floor-map-layout.edit-panel.data-binding': string;
494
- 'pisell-floor-map-layout.edit-panel.data-binding-note': string;
495
- 'pisell-floor-map-layout.edit-panel.label-data-source': string;
496
- 'pisell-floor-map-layout.edit-panel.ph-data-source': string;
497
- 'pisell-floor-map-layout.edit-panel.label-pick-row': string;
498
- 'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
499
- 'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
500
- 'pisell-floor-map-layout.edit-panel.hint-unbound': string;
501
- 'pisell-floor-map-layout.edit-panel.record-title': string;
502
- 'pisell-floor-map-layout.edit-panel.pop-title': string;
503
- 'pisell-floor-map-layout.edit-panel.pop-desc': string;
504
- 'pisell-floor-map-layout.edit-panel.btn-delete': string;
505
- 'pisell-floor-map-layout.edit-panel.btn-cancel': string;
506
- 'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
507
- 'pisell-floor-map-layout.edit-quick.lock': string;
508
- 'pisell-floor-map-layout.edit-quick.unlock': string;
509
- 'pisell-floor-map-layout.edit-quick.duplicate': string;
510
- 'pisell-floor-map-layout.edit-quick.delete': string;
511
- 'pisell-floor-map-layout.edit-quick.status-locked': string;
512
- 'pisell-floor-map-layout.edit-quick.status-unlocked': string;
513
- 'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
514
- 'pisell-floor-map-layout.toolbar.category-fallback': string;
515
- 'pisell-floor-map-layout.toolbar.palette-card-title': string;
516
- 'pisell-floor-map-layout.toolbar.data-binding-optional': string;
517
- 'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
518
- 'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
519
- 'pisell-floor-map-layout.toolbar.ph-select-records': string;
520
- 'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
521
- 'pisell-floor-map-layout.toolbar.open-resource-picker': string;
522
- 'pisell-floor-map-layout.toolbar.select-with-label': string;
523
- 'pisell-floor-map-layout.toolbar.resource-picker-none-selected': string;
524
- 'pisell-floor-map-layout.toolbar.resource-picker-summary': string;
525
- 'pisell-floor-map-layout.toolbar.resource-picker-summary-empty': string;
526
- 'pisell-floor-map-layout.resource-picker.title': string;
527
- 'pisell-floor-map-layout.resource-picker.search-ph': string;
528
- 'pisell-floor-map-layout.resource-picker.select-all': string;
529
- 'pisell-floor-map-layout.resource-picker.deselect-all': string;
530
- 'pisell-floor-map-layout.resource-picker.selected-count': string;
531
- 'pisell-floor-map-layout.resource-picker.filter-all': string;
532
- 'pisell-floor-map-layout.resource-picker.empty': string;
533
- 'pisell-floor-map-layout.resource-picker.confirm': string;
534
- 'pisell-floor-map-layout.resource-picker.cancel': string;
535
- 'pisell-floor-map-layout.resource-picker.single-hint': string;
536
- 'pisell-floor-map-layout.resource-picker.level-area': string;
537
- 'pisell-floor-map-layout.resource-picker.level-1': string;
538
- 'pisell-floor-map-layout.resource-picker.level-2': string;
539
- 'pisell-floor-map-layout.resource-picker.level-3': string;
540
- 'pisell-floor-map-layout.toolbar.no-data-sources': string;
541
- 'pisell-floor-map-layout.toolbar.cancel-place': string;
542
- 'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
543
- 'pisell-floor-map-layout.toolbar.save': string;
544
- 'pisell-floor-map-layout.toolbar.saving': string;
545
- 'pisell-floor-map-layout.toolbar.collapse': string;
546
- 'pisell-floor-map-layout.toolbar.expand': string;
547
- 'pisell-floor-map-layout.toolbar.add-to-canvas': string;
548
- 'pisell-floor-map-layout.toolbar.view-all': string;
549
- 'pisell-floor-map-layout.toolbar.view-all-modal-title': string;
550
- 'pisell-floor-map-layout.toolbar.view-all-modal-hint': string;
551
- 'pisell-floor-map-layout.toolbar.view-all-modal-add': string;
552
- 'pisell-floor-map-layout.toolbar.view-all-modal-cancel': string;
553
- 'pisell-floor-map-layout.toolbar.view-all-modal-qty-decrease': string;
554
- 'pisell-floor-map-layout.toolbar.view-all-modal-qty-increase': string;
555
- 'pisell-floor-map-layout.toolbar.view-all-modal-category-image': string;
556
- 'pisell-floor-map-layout.toolbar.view-all-modal-category-icon': string;
557
- 'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
558
- 'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
559
- 'pisell-floor-map-layout.view-controls.reset-aria': string;
560
- 'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
561
- 'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
562
- 'pisell-floor-map-layout.view-controls.grid-show-aria': string;
563
- 'pisell-floor-map-layout.view-controls.edges-hide-aria': string;
564
- 'pisell-floor-map-layout.view-controls.edges-show-aria': string;
565
- 'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
566
- 'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
567
- 'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
568
- 'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
569
- 'pisell-floor-map-layout.view-controls.viewport-lock-aria': string;
570
- 'pisell-floor-map-layout.view-controls.viewport-unlock-aria': string;
571
- 'pisell-floor-map-layout.image-element.default-name': string;
572
- 'pisell-floor-map-layout.placement.fallback-image-name': string;
573
- 'pisell-floor-map-layout.selection-zone.title-badge': string;
574
- 'pisell-floor-map-layout.selection-zone.unnamed': string;
575
- 'pisell-floor-map-layout.image-element.hint-no-url': string;
576
- 'pisell-floor-map-layout.image-element.hint-load-fail': string;
577
- 'pisell-floor-map-layout.builtin-shape.default-name': string;
578
- 'pisell-floor-map-layout.builtin-shape.hint-no-key': string;
579
- 'pisell-floor-map-layout.builtin-shape.toilet': string;
580
- 'pisell-floor-map-layout.builtin-shape.divider': string;
581
- 'pisell-floor-map-layout.builtin-shape.column': string;
582
- 'pisell-floor-map-layout.builtin-shape.sofa': string;
583
- 'pisell-floor-map-layout.builtin-shape.door': string;
584
- 'pisell-floor-map-layout.builtin-shape.flower-pot': string;
585
- 'pisell-floor-map-layout.builtin-shape.palette-pick-label': string;
586
- 'pisell-floor-map-layout.palette.builtin-shape': string;
587
- 'pisell-floor-map-layout.data-form.empty': string;
588
- 'pisell-floor-map-layout.data-form.save-record': string;
589
- 'pisell-floor-map-layout.binding-error.required-row': string;
590
- 'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
591
- 'pisell-floor-map-layout.binding-error.missing-field': string;
592
- 'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
593
- 'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
594
- 'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
595
- 'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
596
- 'pisell-floor-map-layout.figma-card.kind-round-table': string;
597
- 'pisell-floor-map-layout.figma-card.kind-square-table': string;
598
- 'pisell-floor-map-layout.figma-card.default-table': string;
599
- 'pisell-floor-map-layout.figma-card.capacity-seats': string;
600
- 'pisell-floor-map-layout.figma-card.guests-count': string;
601
- 'pisell-floor-map-layout.figma-card.status-available': string;
602
- 'pisell-floor-map-layout.figma-card.status-reserved': string;
603
- 'pisell-floor-map-layout.figma-card.status-waiting': string;
604
- 'pisell-floor-map-layout.figma-card.status-dining': string;
605
- 'pisell-floor-map-layout.figma-card.status-billed': string;
606
- 'pisell-floor-map-layout.figma-card.status-availableSoon': string;
607
- };
608
- ja: {
609
- 'pisell-floor-map-layout.loading': string;
610
- 'pisell-floor-map-layout.read-canvas-tabs.aria': string;
611
- 'pisell-floor-map-layout.edit-top-bar.aria': string;
612
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
613
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
614
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
615
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
616
- 'pisell-floor-map-layout.edit-top-bar.unsaved': string;
617
- 'pisell-floor-map-layout.edit-top-bar.save': string;
618
- 'pisell-floor-map-layout.edit-top-bar.saving': string;
619
- 'pisell-floor-map-layout.edit-top-bar.undo': string;
620
- 'pisell-floor-map-layout.edit-top-bar.redo': string;
621
- 'pisell-floor-map-layout.edit-top-bar.cancel-edit': string;
622
- 'pisell-floor-map-layout.edit-top-bar.finish-edit': string;
623
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-title': string;
624
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-content': string;
625
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-ok': string;
626
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-cancel': string;
627
- 'pisell-floor-map-layout.canvas-tabs.empty': string;
628
- 'pisell-floor-map-layout.canvas-tabs.add': string;
629
- 'pisell-floor-map-layout.canvas-tabs.add-title': string;
630
- 'pisell-floor-map-layout.canvas-tabs.hint': string;
631
- 'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
632
- 'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
633
- 'pisell-floor-map-layout.canvas-tabs.rename-title': string;
634
- 'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
635
- 'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
636
- 'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
637
- 'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
638
- 'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
639
- 'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
640
- 'pisell-floor-map-layout.canvas-tabs.overview': string;
641
- 'pisell-floor-map-layout.canvas-tabs.overview-aria': string;
642
- 'pisell-floor-map-layout.overview.empty': string;
643
- 'pisell-floor-map-layout.overview.area-title-badge': string;
644
- 'pisell-floor-map-layout.overview.canvas-card-aria': string;
645
- 'pisell-floor-map-layout.edit-panel.element-props': string;
646
- 'pisell-floor-map-layout.edit-panel.close-aria': string;
647
- 'pisell-floor-map-layout.edit-panel.hint-apply': string;
648
- 'pisell-floor-map-layout.edit-panel.hint-save': string;
649
- 'pisell-floor-map-layout.edit-panel.section-layout': string;
650
- 'pisell-floor-map-layout.edit-panel.lock-on': string;
651
- 'pisell-floor-map-layout.edit-panel.lock-off': string;
652
- 'pisell-floor-map-layout.edit-panel.label-x': string;
653
- 'pisell-floor-map-layout.edit-panel.label-y': string;
654
- 'pisell-floor-map-layout.edit-panel.label-z': string;
655
- 'pisell-floor-map-layout.edit-panel.label-width': string;
656
- 'pisell-floor-map-layout.edit-panel.label-height': string;
657
- 'pisell-floor-map-layout.edit-panel.label-name': string;
658
- 'pisell-floor-map-layout.edit-panel.label-name-stage': string;
659
- 'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
660
- 'pisell-floor-map-layout.edit-panel.ph-name': string;
661
- 'pisell-floor-map-layout.edit-panel.label-name-as-title': string;
662
- 'pisell-floor-map-layout.edit-panel.tip-name-as-title': string;
663
- 'pisell-floor-map-layout.edit-panel.label-builtin-shape': string;
664
- 'pisell-floor-map-layout.edit-panel.extra-builtin-shape': string;
665
- 'pisell-floor-map-layout.edit-panel.ph-builtin-shape': string;
666
- 'pisell-floor-map-layout.edit-panel.label-image-url': string;
667
- 'pisell-floor-map-layout.edit-panel.extra-image-url': string;
668
- 'pisell-floor-map-layout.edit-panel.ph-https': string;
669
- 'pisell-floor-map-layout.edit-panel.label-canvas': string;
670
- 'pisell-floor-map-layout.edit-panel.label-element-kind': string;
671
- 'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
672
- 'pisell-floor-map-layout.edit-panel.apply': string;
673
- 'pisell-floor-map-layout.edit-panel.data-binding': string;
674
- 'pisell-floor-map-layout.edit-panel.data-binding-note': string;
675
- 'pisell-floor-map-layout.edit-panel.label-data-source': string;
676
- 'pisell-floor-map-layout.edit-panel.ph-data-source': string;
677
- 'pisell-floor-map-layout.edit-panel.label-pick-row': string;
678
- 'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
679
- 'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
680
- 'pisell-floor-map-layout.edit-panel.hint-unbound': string;
681
- 'pisell-floor-map-layout.edit-panel.record-title': string;
682
- 'pisell-floor-map-layout.edit-panel.pop-title': string;
683
- 'pisell-floor-map-layout.edit-panel.pop-desc': string;
684
- 'pisell-floor-map-layout.edit-panel.btn-delete': string;
685
- 'pisell-floor-map-layout.edit-panel.btn-cancel': string;
686
- 'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
687
- 'pisell-floor-map-layout.edit-quick.lock': string;
688
- 'pisell-floor-map-layout.edit-quick.unlock': string;
689
- 'pisell-floor-map-layout.edit-quick.duplicate': string;
690
- 'pisell-floor-map-layout.edit-quick.delete': string;
691
- 'pisell-floor-map-layout.edit-quick.status-locked': string;
692
- 'pisell-floor-map-layout.edit-quick.status-unlocked': string;
693
- 'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
694
- 'pisell-floor-map-layout.toolbar.category-fallback': string;
695
- 'pisell-floor-map-layout.toolbar.palette-card-title': string;
696
- 'pisell-floor-map-layout.toolbar.data-binding-optional': string;
697
- 'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
698
- 'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
699
- 'pisell-floor-map-layout.toolbar.ph-select-records': string;
700
- 'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
701
- 'pisell-floor-map-layout.toolbar.open-resource-picker': string;
702
- 'pisell-floor-map-layout.toolbar.select-with-label': string;
703
- 'pisell-floor-map-layout.toolbar.resource-picker-none-selected': string;
704
- 'pisell-floor-map-layout.toolbar.resource-picker-summary': string;
705
- 'pisell-floor-map-layout.toolbar.resource-picker-summary-empty': string;
706
- 'pisell-floor-map-layout.resource-picker.title': string;
707
- 'pisell-floor-map-layout.resource-picker.search-ph': string;
708
- 'pisell-floor-map-layout.resource-picker.select-all': string;
709
- 'pisell-floor-map-layout.resource-picker.deselect-all': string;
710
- 'pisell-floor-map-layout.resource-picker.selected-count': string;
711
- 'pisell-floor-map-layout.resource-picker.filter-all': string;
712
- 'pisell-floor-map-layout.resource-picker.empty': string;
713
- 'pisell-floor-map-layout.resource-picker.confirm': string;
714
- 'pisell-floor-map-layout.resource-picker.cancel': string;
715
- 'pisell-floor-map-layout.resource-picker.single-hint': string;
716
- 'pisell-floor-map-layout.resource-picker.level-area': string;
717
- 'pisell-floor-map-layout.resource-picker.level-1': string;
718
- 'pisell-floor-map-layout.resource-picker.level-2': string;
719
- 'pisell-floor-map-layout.resource-picker.level-3': string;
720
- 'pisell-floor-map-layout.toolbar.no-data-sources': string;
721
- 'pisell-floor-map-layout.toolbar.cancel-place': string;
722
- 'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
723
- 'pisell-floor-map-layout.toolbar.save': string;
724
- 'pisell-floor-map-layout.toolbar.saving': string;
725
- 'pisell-floor-map-layout.toolbar.collapse': string;
726
- 'pisell-floor-map-layout.toolbar.expand': string;
727
- 'pisell-floor-map-layout.toolbar.add-to-canvas': string;
728
- 'pisell-floor-map-layout.toolbar.view-all': string;
729
- 'pisell-floor-map-layout.toolbar.view-all-modal-title': string;
730
- 'pisell-floor-map-layout.toolbar.view-all-modal-hint': string;
731
- 'pisell-floor-map-layout.toolbar.view-all-modal-add': string;
732
- 'pisell-floor-map-layout.toolbar.view-all-modal-cancel': string;
733
- 'pisell-floor-map-layout.toolbar.view-all-modal-qty-decrease': string;
734
- 'pisell-floor-map-layout.toolbar.view-all-modal-qty-increase': string;
735
- 'pisell-floor-map-layout.toolbar.view-all-modal-category-image': string;
736
- 'pisell-floor-map-layout.toolbar.view-all-modal-category-icon': string;
737
- 'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
738
- 'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
739
- 'pisell-floor-map-layout.view-controls.reset-aria': string;
740
- 'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
741
- 'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
742
- 'pisell-floor-map-layout.view-controls.grid-show-aria': string;
743
- 'pisell-floor-map-layout.view-controls.edges-hide-aria': string;
744
- 'pisell-floor-map-layout.view-controls.edges-show-aria': string;
745
- 'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
746
- 'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
747
- 'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
748
- 'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
749
- 'pisell-floor-map-layout.view-controls.viewport-lock-aria': string;
750
- 'pisell-floor-map-layout.view-controls.viewport-unlock-aria': string;
751
- 'pisell-floor-map-layout.builtin-shape.default-name': string;
752
- 'pisell-floor-map-layout.builtin-shape.hint-no-key': string;
753
- 'pisell-floor-map-layout.builtin-shape.toilet': string;
754
- 'pisell-floor-map-layout.builtin-shape.divider': string;
755
- 'pisell-floor-map-layout.builtin-shape.column': string;
756
- 'pisell-floor-map-layout.builtin-shape.sofa': string;
757
- 'pisell-floor-map-layout.builtin-shape.door': string;
758
- 'pisell-floor-map-layout.builtin-shape.flower-pot': string;
759
- 'pisell-floor-map-layout.builtin-shape.palette-pick-label': string;
760
- 'pisell-floor-map-layout.palette.builtin-shape': string;
761
- 'pisell-floor-map-layout.image-element.default-name': string;
762
- 'pisell-floor-map-layout.placement.fallback-image-name': string;
763
- 'pisell-floor-map-layout.selection-zone.title-badge': string;
764
- 'pisell-floor-map-layout.selection-zone.unnamed': string;
765
- 'pisell-floor-map-layout.image-element.hint-no-url': string;
766
- 'pisell-floor-map-layout.image-element.hint-load-fail': string;
767
- 'pisell-floor-map-layout.data-form.empty': string;
768
- 'pisell-floor-map-layout.data-form.save-record': string;
769
- 'pisell-floor-map-layout.binding-error.required-row': string;
770
- 'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
771
- 'pisell-floor-map-layout.binding-error.missing-field': string;
772
- 'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
773
- 'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
774
- 'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
775
- 'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
776
- 'pisell-floor-map-layout.figma-card.kind-round-table': string;
777
- 'pisell-floor-map-layout.figma-card.kind-square-table': string;
778
- 'pisell-floor-map-layout.figma-card.default-table': string;
779
- 'pisell-floor-map-layout.figma-card.capacity-seats': string;
780
- 'pisell-floor-map-layout.figma-card.guests-count': string;
781
- 'pisell-floor-map-layout.figma-card.status-available': string;
782
- 'pisell-floor-map-layout.figma-card.status-reserved': string;
783
- 'pisell-floor-map-layout.figma-card.status-waiting': string;
784
- 'pisell-floor-map-layout.figma-card.status-dining': string;
785
- 'pisell-floor-map-layout.figma-card.status-billed': string;
786
- 'pisell-floor-map-layout.figma-card.status-availableSoon': string;
787
- };
788
- pt: {
789
- 'pisell-floor-map-layout.loading': string;
790
- 'pisell-floor-map-layout.read-canvas-tabs.aria': string;
791
- 'pisell-floor-map-layout.edit-top-bar.aria': string;
792
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
793
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
794
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
795
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
796
- 'pisell-floor-map-layout.edit-top-bar.unsaved': string;
797
- 'pisell-floor-map-layout.edit-top-bar.save': string;
798
- 'pisell-floor-map-layout.edit-top-bar.saving': string;
799
- 'pisell-floor-map-layout.edit-top-bar.undo': string;
800
- 'pisell-floor-map-layout.edit-top-bar.redo': string;
801
- 'pisell-floor-map-layout.edit-top-bar.cancel-edit': string;
802
- 'pisell-floor-map-layout.edit-top-bar.finish-edit': string;
803
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-title': string;
804
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-content': string;
805
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-ok': string;
806
- 'pisell-floor-map-layout.edit-top-bar.cancel-confirm-cancel': string;
807
- 'pisell-floor-map-layout.canvas-tabs.empty': string;
808
- 'pisell-floor-map-layout.canvas-tabs.add': string;
809
- 'pisell-floor-map-layout.canvas-tabs.add-title': string;
810
- 'pisell-floor-map-layout.canvas-tabs.hint': string;
811
- 'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
812
- 'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
813
- 'pisell-floor-map-layout.canvas-tabs.rename-title': string;
814
- 'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
815
- 'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
816
- 'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
817
- 'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
818
- 'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
819
- 'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
820
- 'pisell-floor-map-layout.canvas-tabs.overview': string;
821
- 'pisell-floor-map-layout.canvas-tabs.overview-aria': string;
822
- 'pisell-floor-map-layout.overview.empty': string;
823
- 'pisell-floor-map-layout.overview.area-title-badge': string;
824
- 'pisell-floor-map-layout.overview.canvas-card-aria': string;
825
- 'pisell-floor-map-layout.edit-panel.element-props': string;
826
- 'pisell-floor-map-layout.edit-panel.close-aria': string;
827
- 'pisell-floor-map-layout.edit-panel.hint-apply': string;
828
- 'pisell-floor-map-layout.edit-panel.hint-save': string;
829
- 'pisell-floor-map-layout.edit-panel.section-layout': string;
830
- 'pisell-floor-map-layout.edit-panel.lock-on': string;
831
- 'pisell-floor-map-layout.edit-panel.lock-off': string;
832
- 'pisell-floor-map-layout.edit-panel.label-x': string;
833
- 'pisell-floor-map-layout.edit-panel.label-y': string;
834
- 'pisell-floor-map-layout.edit-panel.label-z': string;
835
- 'pisell-floor-map-layout.edit-panel.label-width': string;
836
- 'pisell-floor-map-layout.edit-panel.label-height': string;
837
- 'pisell-floor-map-layout.edit-panel.label-name': string;
838
- 'pisell-floor-map-layout.edit-panel.label-name-stage': string;
839
- 'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
840
- 'pisell-floor-map-layout.edit-panel.ph-name': string;
841
- 'pisell-floor-map-layout.edit-panel.label-name-as-title': string;
842
- 'pisell-floor-map-layout.edit-panel.tip-name-as-title': string;
843
- 'pisell-floor-map-layout.edit-panel.label-builtin-shape': string;
844
- 'pisell-floor-map-layout.edit-panel.extra-builtin-shape': string;
845
- 'pisell-floor-map-layout.edit-panel.ph-builtin-shape': string;
846
- 'pisell-floor-map-layout.edit-panel.label-image-url': string;
847
- 'pisell-floor-map-layout.edit-panel.extra-image-url': string;
848
- 'pisell-floor-map-layout.edit-panel.ph-https': string;
849
- 'pisell-floor-map-layout.edit-panel.label-canvas': string;
850
- 'pisell-floor-map-layout.edit-panel.label-element-kind': string;
851
- 'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
852
- 'pisell-floor-map-layout.edit-panel.apply': string;
853
- 'pisell-floor-map-layout.edit-panel.data-binding': string;
854
- 'pisell-floor-map-layout.edit-panel.data-binding-note': string;
855
- 'pisell-floor-map-layout.edit-panel.label-data-source': string;
856
- 'pisell-floor-map-layout.edit-panel.ph-data-source': string;
857
- 'pisell-floor-map-layout.edit-panel.label-pick-row': string;
858
- 'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
859
- 'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
860
- 'pisell-floor-map-layout.edit-panel.hint-unbound': string;
861
- 'pisell-floor-map-layout.edit-panel.record-title': string;
862
- 'pisell-floor-map-layout.edit-panel.pop-title': string;
863
- 'pisell-floor-map-layout.edit-panel.pop-desc': string;
864
- 'pisell-floor-map-layout.edit-panel.btn-delete': string;
865
- 'pisell-floor-map-layout.edit-panel.btn-cancel': string;
866
- 'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
867
- 'pisell-floor-map-layout.edit-quick.lock': string;
868
- 'pisell-floor-map-layout.edit-quick.unlock': string;
869
- 'pisell-floor-map-layout.edit-quick.duplicate': string;
870
- 'pisell-floor-map-layout.edit-quick.delete': string;
871
- 'pisell-floor-map-layout.edit-quick.status-locked': string;
872
- 'pisell-floor-map-layout.edit-quick.status-unlocked': string;
873
- 'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
874
- 'pisell-floor-map-layout.toolbar.category-fallback': string;
875
- 'pisell-floor-map-layout.toolbar.palette-card-title': string;
876
- 'pisell-floor-map-layout.toolbar.data-binding-optional': string;
877
- 'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
878
- 'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
879
- 'pisell-floor-map-layout.toolbar.ph-select-records': string;
880
- 'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
881
- 'pisell-floor-map-layout.toolbar.open-resource-picker': string;
882
- 'pisell-floor-map-layout.toolbar.select-with-label': string;
883
- 'pisell-floor-map-layout.toolbar.resource-picker-none-selected': string;
884
- 'pisell-floor-map-layout.toolbar.resource-picker-summary': string;
885
- 'pisell-floor-map-layout.toolbar.resource-picker-summary-empty': string;
886
- 'pisell-floor-map-layout.resource-picker.title': string;
887
- 'pisell-floor-map-layout.resource-picker.search-ph': string;
888
- 'pisell-floor-map-layout.resource-picker.select-all': string;
889
- 'pisell-floor-map-layout.resource-picker.deselect-all': string;
890
- 'pisell-floor-map-layout.resource-picker.selected-count': string;
891
- 'pisell-floor-map-layout.resource-picker.filter-all': string;
892
- 'pisell-floor-map-layout.resource-picker.empty': string;
893
- 'pisell-floor-map-layout.resource-picker.confirm': string;
894
- 'pisell-floor-map-layout.resource-picker.cancel': string;
895
- 'pisell-floor-map-layout.resource-picker.single-hint': string;
896
- 'pisell-floor-map-layout.resource-picker.level-area': string;
897
- 'pisell-floor-map-layout.resource-picker.level-1': string;
898
- 'pisell-floor-map-layout.resource-picker.level-2': string;
899
- 'pisell-floor-map-layout.resource-picker.level-3': string;
900
- 'pisell-floor-map-layout.toolbar.no-data-sources': string;
901
- 'pisell-floor-map-layout.toolbar.cancel-place': string;
902
- 'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
903
- 'pisell-floor-map-layout.toolbar.save': string;
904
- 'pisell-floor-map-layout.toolbar.saving': string;
905
- 'pisell-floor-map-layout.toolbar.collapse': string;
906
- 'pisell-floor-map-layout.toolbar.expand': string;
907
- 'pisell-floor-map-layout.toolbar.add-to-canvas': string;
908
- 'pisell-floor-map-layout.toolbar.view-all': string;
909
- 'pisell-floor-map-layout.toolbar.view-all-modal-title': string;
910
- 'pisell-floor-map-layout.toolbar.view-all-modal-hint': string;
911
- 'pisell-floor-map-layout.toolbar.view-all-modal-add': string;
912
- 'pisell-floor-map-layout.toolbar.view-all-modal-cancel': string;
913
- 'pisell-floor-map-layout.toolbar.view-all-modal-qty-decrease': string;
914
- 'pisell-floor-map-layout.toolbar.view-all-modal-qty-increase': string;
915
- 'pisell-floor-map-layout.toolbar.view-all-modal-category-image': string;
916
- 'pisell-floor-map-layout.toolbar.view-all-modal-category-icon': string;
917
- 'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
918
- 'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
919
- 'pisell-floor-map-layout.view-controls.reset-aria': string;
920
- 'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
921
- 'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
922
- 'pisell-floor-map-layout.view-controls.grid-show-aria': string;
923
- 'pisell-floor-map-layout.view-controls.edges-hide-aria': string;
924
- 'pisell-floor-map-layout.view-controls.edges-show-aria': string;
925
- 'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
926
- 'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
927
- 'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
928
- 'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
929
- 'pisell-floor-map-layout.view-controls.viewport-lock-aria': string;
930
- 'pisell-floor-map-layout.view-controls.viewport-unlock-aria': string;
931
- 'pisell-floor-map-layout.builtin-shape.default-name': string;
932
- 'pisell-floor-map-layout.builtin-shape.hint-no-key': string;
933
- 'pisell-floor-map-layout.builtin-shape.toilet': string;
934
- 'pisell-floor-map-layout.builtin-shape.divider': string;
935
- 'pisell-floor-map-layout.builtin-shape.column': string;
936
- 'pisell-floor-map-layout.builtin-shape.sofa': string;
937
- 'pisell-floor-map-layout.builtin-shape.door': string;
938
- 'pisell-floor-map-layout.builtin-shape.flower-pot': string;
939
- 'pisell-floor-map-layout.builtin-shape.palette-pick-label': string;
940
- 'pisell-floor-map-layout.palette.builtin-shape': string;
941
- 'pisell-floor-map-layout.image-element.default-name': string;
942
- 'pisell-floor-map-layout.placement.fallback-image-name': string;
943
- 'pisell-floor-map-layout.selection-zone.title-badge': string;
944
- 'pisell-floor-map-layout.selection-zone.unnamed': string;
945
- 'pisell-floor-map-layout.image-element.hint-no-url': string;
946
- 'pisell-floor-map-layout.image-element.hint-load-fail': string;
947
- 'pisell-floor-map-layout.data-form.empty': string;
948
- 'pisell-floor-map-layout.data-form.save-record': string;
949
- 'pisell-floor-map-layout.binding-error.required-row': string;
950
- 'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
951
- 'pisell-floor-map-layout.binding-error.missing-field': string;
952
- 'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
953
- 'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
954
- 'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
955
- 'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
956
- 'pisell-floor-map-layout.figma-card.kind-round-table': string;
957
- 'pisell-floor-map-layout.figma-card.kind-square-table': string;
958
- 'pisell-floor-map-layout.figma-card.default-table': string;
959
- 'pisell-floor-map-layout.figma-card.capacity-seats': string;
960
- 'pisell-floor-map-layout.figma-card.guests-count': string;
961
- 'pisell-floor-map-layout.figma-card.status-available': string;
962
- 'pisell-floor-map-layout.figma-card.status-reserved': string;
963
- 'pisell-floor-map-layout.figma-card.status-waiting': string;
964
- 'pisell-floor-map-layout.figma-card.status-dining': string;
965
- 'pisell-floor-map-layout.figma-card.status-billed': string;
966
- 'pisell-floor-map-layout.figma-card.status-availableSoon': string;
967
- };
968
- };
969
- export default _default;