@pisell/materials 1.0.1084 → 1.0.1086

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 (887) 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 +8 -8
  7. package/build/lowcode/render/default/view.js +27 -13
  8. package/build/lowcode/view.js +30 -16
  9. package/es/components/Pagination/index.d.ts +1 -0
  10. package/es/components/PisellBasicGrid/PisellBasicGrid.d.ts +1 -0
  11. package/es/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +1 -0
  12. package/es/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +1 -0
  13. package/es/components/PisellCards/components/PisellImageCard/PisellImageCard.d.ts +1 -0
  14. package/es/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +1 -0
  15. package/es/components/PisellCards/components/TabCard/TabCard.d.ts +1 -0
  16. package/es/components/PisellFields/index.d.ts +1 -0
  17. package/es/components/PisellMetrics/index.d.ts +1 -0
  18. package/es/components/auto-complete-number/index.d.ts +1 -0
  19. package/es/components/badge/index.d.ts +1 -0
  20. package/es/components/batch-editor/fields/index.d.ts +1 -0
  21. package/es/components/calendar/index.d.ts +1 -0
  22. package/es/components/checkbox/index.d.ts +1 -0
  23. package/es/components/classicLayout/index.d.ts +1 -0
  24. package/es/components/colorPicker/index.d.ts +1 -0
  25. package/es/components/config-provider/index.d.ts +1 -0
  26. package/es/components/dataSourceComponents/dataSourceForm/utils.d.ts +1 -1
  27. package/es/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +1 -0
  28. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +3 -2
  29. package/es/components/dataSourceComponents/dataSourceTable/hooks/useFormat.js +19 -4
  30. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +1 -0
  31. package/es/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +1 -0
  32. package/es/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +1 -0
  33. package/es/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +1 -0
  34. package/es/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +1 -0
  35. package/es/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +1 -0
  36. package/es/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +1 -0
  37. package/es/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +1 -0
  38. package/es/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +1 -0
  39. package/es/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +1 -0
  40. package/es/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +1 -0
  41. package/es/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +1 -1
  42. package/es/components/dataSourceComponents/fields/Select/index.d.ts +1 -1
  43. package/es/components/dataSourceComponents/fields/Tabs/index.d.ts +1 -1
  44. package/es/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +1 -0
  45. package/es/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +1 -0
  46. package/es/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +1 -0
  47. package/es/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +1 -0
  48. package/es/components/dataSourceComponents/fields/index.d.ts +12 -12
  49. package/es/components/date-picker/datePickerCpt.d.ts +1 -0
  50. package/es/components/date-picker/index.d.ts +1 -0
  51. package/es/components/dropdown/index.d.ts +1 -0
  52. package/es/components/filter/components/items/index.d.ts +1 -0
  53. package/es/components/filter/components/items/text/Editor/index.d.ts +1 -0
  54. package/es/components/filter/components/items/text/Preview/index.d.ts +1 -0
  55. package/es/components/filter/components/items/text/index.d.ts +1 -0
  56. package/es/components/filter/index.d.ts +1 -0
  57. package/es/components/list/index.d.ts +1 -0
  58. package/es/components/lowCodePage/index.d.ts +1 -0
  59. package/es/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +1 -0
  60. package/es/components/pisellCard/index.d.ts +1 -0
  61. package/es/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +3 -2
  62. package/es/components/pisellDatePicker/datePickerCpt.d.ts +1 -0
  63. package/es/components/pisellDatePicker/index.d.ts +1 -0
  64. package/es/components/pisellGridPro/GridView/index.d.ts +1 -0
  65. package/es/components/pisellGridPro/components/DataCard/index.d.ts +1 -0
  66. package/es/components/pisellInformationEntry/Scan/index.d.ts +1 -0
  67. package/es/components/pisellInput/components/BankCard/index.d.ts +1 -0
  68. package/es/components/pisellInput/components/Copy/index.d.ts +1 -0
  69. package/es/components/pisellInput/components/SecurityCode/index.d.ts +1 -0
  70. package/es/components/pisellInput/index.d.ts +1 -0
  71. package/es/components/pisellLoading/index.d.ts +1 -0
  72. package/es/components/pisellModal/components/IpadModal/index.d.ts +1 -0
  73. package/es/components/pisellModal/components/MobileModal/index.d.ts +1 -0
  74. package/es/components/pisellModal/components/index.d.ts +1 -0
  75. package/es/components/pisellSort/index.d.ts +1 -0
  76. package/es/components/pisellTooltip/index.d.ts +1 -0
  77. package/es/components/pisellUpload/index.d.ts +1 -0
  78. package/es/components/productCard/components/AmountFooter/index.d.ts +1 -0
  79. package/es/components/productCard/components/Divider/index.d.ts +1 -0
  80. package/es/components/productCard/components/Header/EditButton/index.d.ts +1 -0
  81. package/es/components/productCard/components/MultiDay/index.d.ts +1 -0
  82. package/es/components/productCard/components/Note/index.d.ts +1 -0
  83. package/es/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +1 -0
  84. package/es/components/productCard/components/Packages/components/options/index.d.ts +1 -0
  85. package/es/components/productCard/components/Packages/index.d.ts +1 -0
  86. package/es/components/productCard/components/Packages/utils.d.ts +1 -1
  87. package/es/components/productCard/components/Time/components/Like/index.d.ts +1 -0
  88. package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +1 -0
  89. package/es/components/qrcode/index.d.ts +1 -0
  90. package/es/components/radio/index.d.ts +1 -0
  91. package/es/components/segmented/index.d.ts +1 -0
  92. package/es/components/select-time/RightPanel/index.d.ts +1 -0
  93. package/es/components/select-time/index.d.ts +1 -0
  94. package/es/components/skeleton/index.d.ts +1 -0
  95. package/es/components/slider/index.d.ts +1 -0
  96. package/es/components/sort/components/InlineMenu/index.d.ts +1 -0
  97. package/es/components/table/Actions/component/ColumnsSetting/index.d.ts +1 -0
  98. package/es/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +1 -0
  99. package/es/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +1 -0
  100. package/es/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +1 -0
  101. package/es/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +1 -0
  102. package/es/components/table/Actions/component/Group/PopoverContent.d.ts +1 -0
  103. package/es/components/table/Actions/component/Group/index.d.ts +1 -0
  104. package/es/components/table/Actions/index.d.ts +1 -0
  105. package/es/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +1 -0
  106. package/es/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +1 -0
  107. package/es/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +1 -0
  108. package/es/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
  109. package/es/components/table/Summary/index.d.ts +1 -0
  110. package/es/components/table/Table/SelectField/index.d.ts +1 -0
  111. package/es/components/table/Table/fields/date/Config/index.d.ts +1 -0
  112. package/es/components/table/Table/fields/date/Show/index.d.ts +1 -0
  113. package/es/components/table/Table/fields/date/Sort/index.d.ts +1 -0
  114. package/es/components/table/Table/fields/date/index.d.ts +1 -0
  115. package/es/components/table/Table/fields/image/Config/index.d.ts +1 -0
  116. package/es/components/table/Table/fields/image/Show/index.d.ts +1 -0
  117. package/es/components/table/Table/fields/image/Sort/index.d.ts +1 -0
  118. package/es/components/table/Table/fields/image/index.d.ts +1 -0
  119. package/es/components/table/Table/fields/index.d.ts +1 -0
  120. package/es/components/table/Table/fields/link/Config/index.d.ts +1 -0
  121. package/es/components/table/Table/fields/link/Show/index.d.ts +1 -0
  122. package/es/components/table/Table/fields/link/Sort/index.d.ts +1 -0
  123. package/es/components/table/Table/fields/link/index.d.ts +1 -0
  124. package/es/components/table/Table/fields/number/Config/index.d.ts +1 -0
  125. package/es/components/table/Table/fields/number/Show/index.d.ts +1 -0
  126. package/es/components/table/Table/fields/number/Sort/index.d.ts +1 -0
  127. package/es/components/table/Table/fields/number/index.d.ts +1 -0
  128. package/es/components/table/Table/fields/numberRange/Config/index.d.ts +1 -0
  129. package/es/components/table/Table/fields/numberRange/Show/index.d.ts +1 -0
  130. package/es/components/table/Table/fields/numberRange/Sort/index.d.ts +1 -0
  131. package/es/components/table/Table/fields/numberRange/index.d.ts +1 -0
  132. package/es/components/table/Table/fields/oldRangePicker/Config/index.d.ts +1 -0
  133. package/es/components/table/Table/fields/oldRangePicker/Show/index.d.ts +1 -0
  134. package/es/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +1 -0
  135. package/es/components/table/Table/fields/oldRangePicker/index.d.ts +1 -0
  136. package/es/components/table/Table/fields/pSwitch/Config/index.d.ts +1 -0
  137. package/es/components/table/Table/fields/pSwitch/Show/index.d.ts +1 -0
  138. package/es/components/table/Table/fields/pSwitch/Sort/index.d.ts +1 -0
  139. package/es/components/table/Table/fields/pSwitch/index.d.ts +1 -0
  140. package/es/components/table/Table/fields/rangePicker/Config/index.d.ts +1 -0
  141. package/es/components/table/Table/fields/rangePicker/Show/index.d.ts +1 -0
  142. package/es/components/table/Table/fields/rangePicker/Sort/index.d.ts +1 -0
  143. package/es/components/table/Table/fields/rangePicker/index.d.ts +1 -0
  144. package/es/components/table/Table/fields/search/Config/index.d.ts +1 -0
  145. package/es/components/table/Table/fields/search/Show/index.d.ts +1 -0
  146. package/es/components/table/Table/fields/search/Sort/index.d.ts +1 -0
  147. package/es/components/table/Table/fields/search/index.d.ts +1 -0
  148. package/es/components/table/Table/fields/select/Config/index.d.ts +1 -0
  149. package/es/components/table/Table/fields/select/Show/index.d.ts +1 -0
  150. package/es/components/table/Table/fields/select/Sort/index.d.ts +1 -0
  151. package/es/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
  152. package/es/components/table/Table/fields/select/index.d.ts +1 -0
  153. package/es/components/table/Table/fields/text/Config/index.d.ts +1 -0
  154. package/es/components/table/Table/fields/text/Show/index.d.ts +1 -0
  155. package/es/components/table/Table/fields/text/Sort/index.d.ts +1 -0
  156. package/es/components/table/Table/fields/text/index.d.ts +1 -0
  157. package/es/components/table/Table/fields/treeSelect/Config/index.d.ts +1 -0
  158. package/es/components/table/Table/fields/treeSelect/Show/index.d.ts +1 -0
  159. package/es/components/table/Table/fields/treeSelect/Sort/index.d.ts +1 -0
  160. package/es/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
  161. package/es/components/table/Table/fields/treeSelect/index.d.ts +1 -0
  162. package/es/components/table/Table/tableConfig/SortRow/index.d.ts +1 -0
  163. package/es/components/table/Table/tableConfig/summary/index.d.ts +1 -0
  164. package/es/components/table/TableFilter/SortIcon.d.ts +1 -0
  165. package/es/components/table/View/index.d.ts +1 -0
  166. package/es/components/table/hooks/useTableSetting.js +38 -2
  167. package/es/components/time-picker/index.d.ts +1 -0
  168. package/es/components/upload/index.d.ts +1 -0
  169. package/es/components/versionSelect/index.d.ts +1 -0
  170. package/es/components/virtual-keyboard/Time/utils.d.ts +1 -0
  171. package/es/components/walletCard/Guest/index.d.ts +1 -0
  172. package/es/components/walletCard/Guide/index.d.ts +1 -0
  173. package/es/hooks/useResponsive.d.ts +1 -1
  174. package/es/utils/index.d.ts +1 -1
  175. package/es/utils/platform.d.ts +1 -1
  176. package/lib/components/Pagination/index.d.ts +1 -0
  177. package/lib/components/PisellBasicGrid/PisellBasicGrid.d.ts +1 -0
  178. package/lib/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +1 -0
  179. package/lib/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +1 -0
  180. package/lib/components/PisellCards/components/PisellImageCard/PisellImageCard.d.ts +1 -0
  181. package/lib/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +1 -0
  182. package/lib/components/PisellCards/components/TabCard/TabCard.d.ts +1 -0
  183. package/lib/components/PisellFields/index.d.ts +1 -0
  184. package/lib/components/PisellMetrics/index.d.ts +1 -0
  185. package/lib/components/auto-complete-number/index.d.ts +1 -0
  186. package/lib/components/badge/index.d.ts +1 -0
  187. package/lib/components/batch-editor/fields/index.d.ts +1 -0
  188. package/lib/components/calendar/index.d.ts +1 -0
  189. package/lib/components/checkbox/index.d.ts +1 -0
  190. package/lib/components/classicLayout/index.d.ts +1 -0
  191. package/lib/components/colorPicker/index.d.ts +1 -0
  192. package/lib/components/config-provider/index.d.ts +1 -0
  193. package/lib/components/dataSourceComponents/dataSourceForm/utils.d.ts +1 -1
  194. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +1 -0
  195. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +3 -2
  196. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useFormat.js +10 -0
  197. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +1 -0
  198. package/lib/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +1 -0
  199. package/lib/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +1 -0
  200. package/lib/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +1 -0
  201. package/lib/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +1 -0
  202. package/lib/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +1 -0
  203. package/lib/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +1 -0
  204. package/lib/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +1 -0
  205. package/lib/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +1 -0
  206. package/lib/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +1 -0
  207. package/lib/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +1 -0
  208. package/lib/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +1 -1
  209. package/lib/components/dataSourceComponents/fields/Select/index.d.ts +1 -1
  210. package/lib/components/dataSourceComponents/fields/Tabs/index.d.ts +1 -1
  211. package/lib/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +1 -0
  212. package/lib/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +1 -0
  213. package/lib/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +1 -0
  214. package/lib/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +1 -0
  215. package/lib/components/dataSourceComponents/fields/index.d.ts +12 -12
  216. package/lib/components/date-picker/datePickerCpt.d.ts +1 -0
  217. package/lib/components/date-picker/index.d.ts +1 -0
  218. package/lib/components/dropdown/index.d.ts +1 -0
  219. package/lib/components/filter/components/items/index.d.ts +1 -0
  220. package/lib/components/filter/components/items/text/Editor/index.d.ts +1 -0
  221. package/lib/components/filter/components/items/text/Preview/index.d.ts +1 -0
  222. package/lib/components/filter/components/items/text/index.d.ts +1 -0
  223. package/lib/components/filter/index.d.ts +1 -0
  224. package/lib/components/list/index.d.ts +1 -0
  225. package/lib/components/lowCodePage/index.d.ts +1 -0
  226. package/lib/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +1 -0
  227. package/lib/components/pisellCard/index.d.ts +1 -0
  228. package/lib/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +3 -2
  229. package/lib/components/pisellDatePicker/datePickerCpt.d.ts +1 -0
  230. package/lib/components/pisellDatePicker/index.d.ts +1 -0
  231. package/lib/components/pisellGridPro/GridView/index.d.ts +1 -0
  232. package/lib/components/pisellGridPro/components/DataCard/index.d.ts +1 -0
  233. package/lib/components/pisellInformationEntry/Scan/index.d.ts +1 -0
  234. package/lib/components/pisellInput/components/BankCard/index.d.ts +1 -0
  235. package/lib/components/pisellInput/components/Copy/index.d.ts +1 -0
  236. package/lib/components/pisellInput/components/SecurityCode/index.d.ts +1 -0
  237. package/lib/components/pisellInput/index.d.ts +1 -0
  238. package/lib/components/pisellLoading/index.d.ts +1 -0
  239. package/lib/components/pisellModal/components/IpadModal/index.d.ts +1 -0
  240. package/lib/components/pisellModal/components/MobileModal/index.d.ts +1 -0
  241. package/lib/components/pisellModal/components/index.d.ts +1 -0
  242. package/lib/components/pisellSort/index.d.ts +1 -0
  243. package/lib/components/pisellTooltip/index.d.ts +1 -0
  244. package/lib/components/pisellUpload/index.d.ts +1 -0
  245. package/lib/components/productCard/components/AmountFooter/index.d.ts +1 -0
  246. package/lib/components/productCard/components/Divider/index.d.ts +1 -0
  247. package/lib/components/productCard/components/Header/EditButton/index.d.ts +1 -0
  248. package/lib/components/productCard/components/MultiDay/index.d.ts +1 -0
  249. package/lib/components/productCard/components/Note/index.d.ts +1 -0
  250. package/lib/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +1 -0
  251. package/lib/components/productCard/components/Packages/components/options/index.d.ts +1 -0
  252. package/lib/components/productCard/components/Packages/index.d.ts +1 -0
  253. package/lib/components/productCard/components/Packages/utils.d.ts +1 -1
  254. package/lib/components/productCard/components/Time/components/Like/index.d.ts +1 -0
  255. package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +1 -0
  256. package/lib/components/qrcode/index.d.ts +1 -0
  257. package/lib/components/radio/index.d.ts +1 -0
  258. package/lib/components/segmented/index.d.ts +1 -0
  259. package/lib/components/select-time/RightPanel/index.d.ts +1 -0
  260. package/lib/components/select-time/index.d.ts +1 -0
  261. package/lib/components/skeleton/index.d.ts +1 -0
  262. package/lib/components/slider/index.d.ts +1 -0
  263. package/lib/components/sort/components/InlineMenu/index.d.ts +1 -0
  264. package/lib/components/table/Actions/component/ColumnsSetting/index.d.ts +1 -0
  265. package/lib/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +1 -0
  266. package/lib/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +1 -0
  267. package/lib/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +1 -0
  268. package/lib/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +1 -0
  269. package/lib/components/table/Actions/component/Group/PopoverContent.d.ts +1 -0
  270. package/lib/components/table/Actions/component/Group/index.d.ts +1 -0
  271. package/lib/components/table/Actions/index.d.ts +1 -0
  272. package/lib/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +1 -0
  273. package/lib/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +1 -0
  274. package/lib/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +1 -0
  275. package/lib/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
  276. package/lib/components/table/Summary/index.d.ts +1 -0
  277. package/lib/components/table/Table/SelectField/index.d.ts +1 -0
  278. package/lib/components/table/Table/fields/date/Config/index.d.ts +1 -0
  279. package/lib/components/table/Table/fields/date/Show/index.d.ts +1 -0
  280. package/lib/components/table/Table/fields/date/Sort/index.d.ts +1 -0
  281. package/lib/components/table/Table/fields/date/index.d.ts +1 -0
  282. package/lib/components/table/Table/fields/image/Config/index.d.ts +1 -0
  283. package/lib/components/table/Table/fields/image/Show/index.d.ts +1 -0
  284. package/lib/components/table/Table/fields/image/Sort/index.d.ts +1 -0
  285. package/lib/components/table/Table/fields/image/index.d.ts +1 -0
  286. package/lib/components/table/Table/fields/index.d.ts +1 -0
  287. package/lib/components/table/Table/fields/link/Config/index.d.ts +1 -0
  288. package/lib/components/table/Table/fields/link/Show/index.d.ts +1 -0
  289. package/lib/components/table/Table/fields/link/Sort/index.d.ts +1 -0
  290. package/lib/components/table/Table/fields/link/index.d.ts +1 -0
  291. package/lib/components/table/Table/fields/number/Config/index.d.ts +1 -0
  292. package/lib/components/table/Table/fields/number/Show/index.d.ts +1 -0
  293. package/lib/components/table/Table/fields/number/Sort/index.d.ts +1 -0
  294. package/lib/components/table/Table/fields/number/index.d.ts +1 -0
  295. package/lib/components/table/Table/fields/numberRange/Config/index.d.ts +1 -0
  296. package/lib/components/table/Table/fields/numberRange/Show/index.d.ts +1 -0
  297. package/lib/components/table/Table/fields/numberRange/Sort/index.d.ts +1 -0
  298. package/lib/components/table/Table/fields/numberRange/index.d.ts +1 -0
  299. package/lib/components/table/Table/fields/oldRangePicker/Config/index.d.ts +1 -0
  300. package/lib/components/table/Table/fields/oldRangePicker/Show/index.d.ts +1 -0
  301. package/lib/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +1 -0
  302. package/lib/components/table/Table/fields/oldRangePicker/index.d.ts +1 -0
  303. package/lib/components/table/Table/fields/pSwitch/Config/index.d.ts +1 -0
  304. package/lib/components/table/Table/fields/pSwitch/Show/index.d.ts +1 -0
  305. package/lib/components/table/Table/fields/pSwitch/Sort/index.d.ts +1 -0
  306. package/lib/components/table/Table/fields/pSwitch/index.d.ts +1 -0
  307. package/lib/components/table/Table/fields/rangePicker/Config/index.d.ts +1 -0
  308. package/lib/components/table/Table/fields/rangePicker/Show/index.d.ts +1 -0
  309. package/lib/components/table/Table/fields/rangePicker/Sort/index.d.ts +1 -0
  310. package/lib/components/table/Table/fields/rangePicker/index.d.ts +1 -0
  311. package/lib/components/table/Table/fields/search/Config/index.d.ts +1 -0
  312. package/lib/components/table/Table/fields/search/Show/index.d.ts +1 -0
  313. package/lib/components/table/Table/fields/search/Sort/index.d.ts +1 -0
  314. package/lib/components/table/Table/fields/search/index.d.ts +1 -0
  315. package/lib/components/table/Table/fields/select/Config/index.d.ts +1 -0
  316. package/lib/components/table/Table/fields/select/Show/index.d.ts +1 -0
  317. package/lib/components/table/Table/fields/select/Sort/index.d.ts +1 -0
  318. package/lib/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
  319. package/lib/components/table/Table/fields/select/index.d.ts +1 -0
  320. package/lib/components/table/Table/fields/text/Config/index.d.ts +1 -0
  321. package/lib/components/table/Table/fields/text/Show/index.d.ts +1 -0
  322. package/lib/components/table/Table/fields/text/Sort/index.d.ts +1 -0
  323. package/lib/components/table/Table/fields/text/index.d.ts +1 -0
  324. package/lib/components/table/Table/fields/treeSelect/Config/index.d.ts +1 -0
  325. package/lib/components/table/Table/fields/treeSelect/Show/index.d.ts +1 -0
  326. package/lib/components/table/Table/fields/treeSelect/Sort/index.d.ts +1 -0
  327. package/lib/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
  328. package/lib/components/table/Table/fields/treeSelect/index.d.ts +1 -0
  329. package/lib/components/table/Table/tableConfig/SortRow/index.d.ts +1 -0
  330. package/lib/components/table/Table/tableConfig/summary/index.d.ts +1 -0
  331. package/lib/components/table/TableFilter/SortIcon.d.ts +1 -0
  332. package/lib/components/table/View/index.d.ts +1 -0
  333. package/lib/components/table/hooks/useTableSetting.js +21 -2
  334. package/lib/components/time-picker/index.d.ts +1 -0
  335. package/lib/components/upload/index.d.ts +1 -0
  336. package/lib/components/versionSelect/index.d.ts +1 -0
  337. package/lib/components/virtual-keyboard/Time/utils.d.ts +1 -0
  338. package/lib/components/walletCard/Guest/index.d.ts +1 -0
  339. package/lib/components/walletCard/Guide/index.d.ts +1 -0
  340. package/lib/hooks/useResponsive.d.ts +1 -1
  341. package/lib/utils/index.d.ts +1 -1
  342. package/lib/utils/platform.d.ts +1 -1
  343. package/package.json +1 -1
  344. package/es/components/PisellCards/components/GraphicTextCard/GraphicTextCard.stories.d.ts +0 -163
  345. package/es/components/PisellCards/components/GraphicTextCard/types.d.ts +0 -301
  346. package/es/components/PisellCards/components/MultilevelCard/components/PanelWrapper.d.ts +0 -7
  347. package/es/components/PisellCards/components/TextCard/TextCard.d.ts +0 -7
  348. package/es/components/PisellCards/components/TextCard/TextCard.stories.d.ts +0 -183
  349. package/es/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +0 -27
  350. package/es/components/PisellCards/components/TextCard/components/TextContent.d.ts +0 -21
  351. package/es/components/PisellCards/components/TextCard/types.d.ts +0 -277
  352. package/es/components/PisellCards/index.d.ts +0 -17
  353. package/es/components/PisellContactBrief/PisellContactBrief.d.ts +0 -13
  354. package/es/components/PisellContactBrief/PisellContactBrief.stories.d.ts +0 -31
  355. package/es/components/PisellContactBrief/components/ContactFormModal.d.ts +0 -23
  356. package/es/components/PisellContactBrief/components/index.d.ts +0 -5
  357. package/es/components/PisellContactBrief/index.d.ts +0 -6
  358. package/es/components/PisellContactBrief/locales.d.ts +0 -55
  359. package/es/components/PisellContactBrief/types.d.ts +0 -82
  360. package/es/components/PisellLayouts/index.d.ts +0 -37
  361. package/es/components/PisellSuperTabs/PisellSuperTabs.d.ts +0 -8
  362. package/es/components/PisellSuperTabs/hooks/useTabsState.d.ts +0 -7
  363. package/es/components/PisellSuperTabs/types.d.ts +0 -212
  364. package/es/components/PisellTabbar/PisellTabbar.d.ts +0 -20
  365. package/es/components/PisellTabbar/constants.d.ts +0 -47
  366. package/es/components/PisellTabbar/hooks/useActiveKey.d.ts +0 -55
  367. package/es/components/PisellTabbar/hooks/useExpand.d.ts +0 -42
  368. package/es/components/PisellTabbar/template/Template1/PisellTabbar.d.ts +0 -5
  369. package/es/components/PisellTabbar/template/Template1/constants.d.ts +0 -10
  370. package/es/components/PisellTabbar/types.d.ts +0 -90
  371. package/es/components/PisellTabbar/utils/index.d.ts +0 -69
  372. package/es/components/Template/[ComponentName].d.ts +0 -0
  373. package/es/components/appVersionControl/index.d.ts +0 -4
  374. package/es/components/cardPro/index.d.ts +0 -3
  375. package/es/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +0 -39
  376. package/es/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +0 -8
  377. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -5
  378. package/es/components/dataSourceComponents/dataSourceTable/hooks/useFormat.d.ts +0 -48
  379. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +0 -101
  380. package/es/components/dataSourceComponents/dataSourceTable/type.d.ts +0 -85
  381. package/es/components/dataSourceComponents/fields/DatePicker/WithMode.d.ts +0 -7
  382. package/es/components/dataSourceComponents/fields/DatePicker/index.d.ts +0 -11
  383. package/es/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +0 -26
  384. package/es/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +0 -15
  385. package/es/components/dataSourceComponents/provider/variables/VariablesProvider.d.ts +0 -4
  386. package/es/components/drag-sort-tree/TreeItem/index.d.ts +0 -18
  387. package/es/components/drag-sort-tree/index.d.ts +0 -3
  388. package/es/components/hardwareErrorTip/demo.d.ts +0 -3
  389. package/es/components/hardwareErrorTip/errorCard/index.d.ts +0 -28
  390. package/es/components/hardwareErrorTip/errorTipStatistics/index.d.ts +0 -12
  391. package/es/components/hardwareErrorTip/index.d.ts +0 -19
  392. package/es/components/hardwareErrorTip/logCard/index.d.ts +0 -27
  393. package/es/components/hardwareErrorTip/types.d.ts +0 -28
  394. package/es/components/iconfont/index.d.ts +0 -8
  395. package/es/components/login-and-register/index.d.ts +0 -82
  396. package/es/components/media/index.d.ts +0 -18
  397. package/es/components/media/index.js +0 -340
  398. package/es/components/media/index.less +0 -100
  399. package/es/components/page/index.d.ts +0 -8
  400. package/es/components/pisell-config-provider/context.d.ts +0 -22
  401. package/es/components/pisell-config-provider/index.d.ts +0 -13
  402. package/es/components/pisellActionPanel/PisellActionPanel.d.ts +0 -13
  403. package/es/components/pisellActionPanel/PisellActionPanel.stories.d.ts +0 -19
  404. package/es/components/pisellActionPanel/index.d.ts +0 -6
  405. package/es/components/pisellActionPanel/types.d.ts +0 -83
  406. package/es/components/pisellAdjustPrice/index.d.ts +0 -4
  407. package/es/components/pisellAdjustPrice/status.d.ts +0 -32
  408. package/es/components/pisellAdjustPrice/type.d.ts +0 -22
  409. package/es/components/pisellBaseCard/PisellBaseCard.d.ts +0 -8
  410. package/es/components/pisellBaseCard/PisellBaseCard.stories.d.ts +0 -19
  411. package/es/components/pisellBaseCard/index.d.ts +0 -5
  412. package/es/components/pisellBaseCard/types.d.ts +0 -45
  413. package/es/components/pisellCheckboxGroup/index.d.ts +0 -40
  414. package/es/components/pisellCurrency/PisellCurrency.d.ts +0 -39
  415. package/es/components/pisellCustomerBrief/PisellCustomerBrief.d.ts +0 -15
  416. package/es/components/pisellCustomerBrief/PisellCustomerBrief.stories.d.ts +0 -23
  417. package/es/components/pisellCustomerBrief/index.d.ts +0 -6
  418. package/es/components/pisellCustomerBrief/types.d.ts +0 -82
  419. package/es/components/pisellEmail/PisellEmail.d.ts +0 -37
  420. package/es/components/pisellEmpty/index.d.ts +0 -19
  421. package/es/components/pisellEntityCard/PisellEntityCard.d.ts +0 -8
  422. package/es/components/pisellEntityCard/PisellEntityCard.stories.d.ts +0 -47
  423. package/es/components/pisellEntityCard/index.d.ts +0 -5
  424. package/es/components/pisellEntityCard/types.d.ts +0 -144
  425. package/es/components/pisellExport/PisellExport.d.ts +0 -9
  426. package/es/components/pisellExport/PisellExport.stories.d.ts +0 -45
  427. package/es/components/pisellExport/index.d.ts +0 -2
  428. package/es/components/pisellExport/types.d.ts +0 -63
  429. package/es/components/pisellFilter/index.d.ts +0 -3
  430. package/es/components/pisellFilter/type.d.ts +0 -7
  431. package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +0 -12
  432. package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.stories.d.ts +0 -55
  433. package/es/components/pisellFloorMapLayout/components/CanvasTabs.d.ts +0 -22
  434. package/es/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +0 -46
  435. package/es/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +0 -39
  436. package/es/components/pisellFloorMapLayout/components/FloorMapDataForm.d.ts +0 -17
  437. package/es/components/pisellFloorMapLayout/components/FloorMapEditPanel.d.ts +0 -11
  438. package/es/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +0 -21
  439. package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +0 -38
  440. package/es/components/pisellFloorMapLayout/components/FloorMapImageElement.d.ts +0 -6
  441. package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.d.ts +0 -35
  442. package/es/components/pisellFloorMapLayout/components/ItemLayer.d.ts +0 -53
  443. package/es/components/pisellFloorMapLayout/components/MapLayer.d.ts +0 -27
  444. package/es/components/pisellFloorMapLayout/components/ViewControls.d.ts +0 -46
  445. package/es/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +0 -19
  446. package/es/components/pisellFloorMapLayout/components/index.d.ts +0 -21
  447. package/es/components/pisellFloorMapLayout/context/FloorMapLayoutContext.d.ts +0 -16
  448. package/es/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +0 -5
  449. package/es/components/pisellFloorMapLayout/hooks/useFloorMapEditState.d.ts +0 -66
  450. package/es/components/pisellFloorMapLayout/hooks/useFloorMapPaletteTouchDrag.d.ts +0 -21
  451. package/es/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +0 -67
  452. package/es/components/pisellFloorMapLayout/hooks/useShopFloorPlanSubscription.d.ts +0 -19
  453. package/es/components/pisellFloorMapLayout/index.d.ts +0 -25
  454. package/es/components/pisellFloorMapLayout/locales-ja.d.ts +0 -113
  455. package/es/components/pisellFloorMapLayout/locales-pt.d.ts +0 -113
  456. package/es/components/pisellFloorMapLayout/locales.d.ts +0 -551
  457. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.d.ts +0 -10
  458. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanMapping.d.ts +0 -18
  459. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanPure.d.ts +0 -22
  460. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanTypes.d.ts +0 -72
  461. package/es/components/pisellFloorMapLayout/types.d.ts +0 -604
  462. package/es/components/pisellFloorMapLayout/utils/floorMapCanvasDisplay.d.ts +0 -20
  463. package/es/components/pisellFloorMapLayout/utils/floorMapConfigMerge.d.ts +0 -8
  464. package/es/components/pisellFloorMapLayout/utils/floorMapDataBindingUtils.d.ts +0 -21
  465. package/es/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.d.ts +0 -8
  466. package/es/components/pisellFloorMapLayout/utils/floorMapDropUtils.d.ts +0 -27
  467. package/es/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.d.ts +0 -22
  468. package/es/components/pisellFloorMapLayout/utils/floorMapFallbackRender.d.ts +0 -11
  469. package/es/components/pisellFloorMapLayout/utils/floorMapRemotePersist.d.ts +0 -17
  470. package/es/components/pisellFloorMapLayout/utils/floorMapStageDefaults.d.ts +0 -8
  471. package/es/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +0 -8
  472. package/es/components/pisellFloorMapLayout/utils/layoutMeasurements.d.ts +0 -30
  473. package/es/components/pisellFloorMapLayout/utils/mergeCanvasesForTabs.d.ts +0 -7
  474. package/es/components/pisellFloorMapLayout/utils/snap.d.ts +0 -10
  475. package/es/components/pisellGridPro/index.d.ts +0 -4
  476. package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +0 -6
  477. package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +0 -10
  478. package/es/components/pisellHierarchicalSummaryList/components/Row.d.ts +0 -35
  479. package/es/components/pisellHierarchicalSummaryList/components/index.d.ts +0 -1
  480. package/es/components/pisellHierarchicalSummaryList/hooks/index.d.ts +0 -2
  481. package/es/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +0 -15
  482. package/es/components/pisellHierarchicalSummaryList/index.d.ts +0 -5
  483. package/es/components/pisellHierarchicalSummaryList/types.d.ts +0 -248
  484. package/es/components/pisellImport/PisellImport.d.ts +0 -9
  485. package/es/components/pisellImport/PisellImport.stories.d.ts +0 -49
  486. package/es/components/pisellImport/index.d.ts +0 -2
  487. package/es/components/pisellImport/types.d.ts +0 -85
  488. package/es/components/pisellLongText/PisellLongText.d.ts +0 -39
  489. package/es/components/pisellLookup/components/LookupTrigger.d.ts +0 -3
  490. package/es/components/pisellModal/index.d.ts +0 -62
  491. package/es/components/pisellMultipleSelect/PisellMultipleSelect.d.ts +0 -9
  492. package/es/components/pisellMultipleSelect/components/EditView.d.ts +0 -8
  493. package/es/components/pisellNavigationMenu/PisellNavigationMenu.d.ts +0 -5
  494. package/es/components/pisellNumber/PisellNumber.d.ts +0 -42
  495. package/es/components/pisellPhone/PisellPhone.d.ts +0 -36
  496. package/es/components/pisellPhone/components/EditView.d.ts +0 -19
  497. package/es/components/pisellPhone/constants/countryCodes.d.ts +0 -21
  498. package/es/components/pisellPhone/types.d.ts +0 -209
  499. package/es/components/pisellPhone/utils/countryCodeHelper.d.ts +0 -35
  500. package/es/components/pisellRating/PisellRating.d.ts +0 -31
  501. package/es/components/pisellRecordBoard/PisellRecordBoard.d.ts +0 -9
  502. package/es/components/pisellRecordBoard/PisellRecordBoard.stories.d.ts +0 -89
  503. package/es/components/pisellRecordBoard/index.d.ts +0 -45
  504. package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +0 -14
  505. package/es/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendarDemo.d.ts +0 -3
  506. package/es/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.d.ts +0 -7
  507. package/es/components/pisellRecordBoard/shellFrame/Calendar/RecordBoardCalendar.d.ts +0 -8
  508. package/es/components/pisellRecordBoard/shellFrame/Calendar/calendarPersistGuard.d.ts +0 -18
  509. package/es/components/pisellRecordBoard/shellFrame/Calendar/index.d.ts +0 -4
  510. package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +0 -8
  511. package/es/components/pisellRecordBoard/shellFrame/FloorMap.d.ts +0 -14
  512. package/es/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +0 -21
  513. package/es/components/pisellRecordBoard/shellFrame/ToolBar/index.d.ts +0 -12
  514. package/es/components/pisellRecordBoard/shellFrame/index.d.ts +0 -23
  515. package/es/components/pisellRecordBoard/types.d.ts +0 -468
  516. package/es/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +0 -20
  517. package/es/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +0 -52
  518. package/es/components/pisellReservationSchedule/PisellReservationSchedule.d.ts +0 -10
  519. package/es/components/pisellReservationSchedule/PisellReservationSchedule.stories.d.ts +0 -12
  520. package/es/components/pisellReservationSchedule/index.d.ts +0 -2
  521. package/es/components/pisellReservationSchedule/locales.d.ts +0 -25
  522. package/es/components/pisellReservationSchedule/types.d.ts +0 -47
  523. package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.d.ts +0 -10
  524. package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.stories.d.ts +0 -16
  525. package/es/components/pisellReservationScheduleBand/index.d.ts +0 -2
  526. package/es/components/pisellReservationScheduleBand/types.d.ts +0 -57
  527. package/es/components/pisellSingleLineText/PisellSingleLineText.d.ts +0 -40
  528. package/es/components/pisellSingleSelect/PisellSingleSelect.d.ts +0 -9
  529. package/es/components/pisellStatisticList/index.d.ts +0 -22
  530. package/es/components/pisellText/components/Amount/index.d.ts +0 -20
  531. package/es/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +0 -10
  532. package/es/components/pisellTimeNavigator/PisellTimeNavigator.stories.d.ts +0 -79
  533. package/es/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +0 -14
  534. package/es/components/pisellTimeNavigator/components/CursorLayer.d.ts +0 -25
  535. package/es/components/pisellTimeNavigator/components/GestureLayer.d.ts +0 -33
  536. package/es/components/pisellTimeNavigator/components/NowButton.d.ts +0 -14
  537. package/es/components/pisellTimeNavigator/components/ScaleLayer.d.ts +0 -22
  538. package/es/components/pisellTimeNavigator/components/index.d.ts +0 -5
  539. package/es/components/pisellTimeNavigator/hooks/index.d.ts +0 -5
  540. package/es/components/pisellTimeNavigator/hooks/useDragInertia.d.ts +0 -14
  541. package/es/components/pisellTimeNavigator/hooks/useRealtime.d.ts +0 -5
  542. package/es/components/pisellTimeNavigator/hooks/useTimeAxis.d.ts +0 -27
  543. package/es/components/pisellTimeNavigator/index.d.ts +0 -5
  544. package/es/components/pisellTimeNavigator/locales.d.ts +0 -22
  545. package/es/components/pisellTimeNavigator/types.d.ts +0 -160
  546. package/es/components/pisellTimeNavigator/utils/index.d.ts +0 -35
  547. package/es/components/pisellToast/index.d.ts +0 -17
  548. package/es/components/pisellToast/squareToast/index.d.ts +0 -15
  549. package/es/components/pisellToast/squareToast/methods.d.ts +0 -13
  550. package/es/components/pisellToast/squareToast/renderImperatively.d.ts +0 -28
  551. package/es/components/pisellToast/squareToast/toast.d.ts +0 -25
  552. package/es/components/pisellUrl/PisellUrl.d.ts +0 -37
  553. package/es/components/pisellVHFix/index.d.ts +0 -13
  554. package/es/components/pisellVHFix/index.js +0 -36
  555. package/es/components/pisellVHFix/index.less +0 -10
  556. package/es/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +0 -3
  557. package/es/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -3
  558. package/es/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +0 -14
  559. package/es/components/productCard/cartSkuCard/components/Note/index.d.ts +0 -3
  560. package/es/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +0 -29
  561. package/es/components/productCard/cartSkuCard/components/discountReason/index.d.ts +0 -2
  562. package/es/components/productCard/cartSkuCard/components/holders/index.d.ts +0 -3
  563. package/es/components/productCard/cartSkuCard/components/packages/index.d.ts +0 -10
  564. package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +0 -20
  565. package/es/components/productCard/cartSkuCard/components/resources/index.d.ts +0 -3
  566. package/es/components/productCard/cartSkuCard/components/sales/index.d.ts +0 -12
  567. package/es/components/productCard/cartSkuCard/components/specs/index.d.ts +0 -3
  568. package/es/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +0 -46
  569. package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -8
  570. package/es/components/productCard/cartSkuCard/index.d.ts +0 -10
  571. package/es/components/productCard/cartSkuCard/locales.d.ts +0 -163
  572. package/es/components/productCard/components/Action/index.d.ts +0 -3
  573. package/es/components/productCard/components/Header/Actions/index.d.ts +0 -3
  574. package/es/components/productCard/components/Header/DeleteButton/index.d.ts +0 -3
  575. package/es/components/productCard/components/Header/index.d.ts +0 -3
  576. package/es/components/productCard/components/Sales/index.d.ts +0 -3
  577. package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts +0 -3
  578. package/es/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +0 -13
  579. package/es/components/productCard/components/Time/components/SelectResource/index.d.ts +0 -18
  580. package/es/components/productCard/components/Time/index.d.ts +0 -3
  581. package/es/components/productCard/locales.d.ts +0 -138
  582. package/es/components/productCard/status.d.ts +0 -32
  583. package/es/components/productCard/types.d.ts +0 -85
  584. package/es/components/productCard/utils.d.ts +0 -33
  585. package/es/components/sort/index.d.ts +0 -5
  586. package/es/components/table/Actions/component/ExportImport/index.d.ts +0 -7
  587. package/es/components/table/Actions/component/GallerySetting/index.d.ts +0 -8
  588. package/es/components/table/Actions/component/ViewMode/index.d.ts +0 -8
  589. package/es/components/table/BasicTable/index.d.ts +0 -3
  590. package/es/components/table/Gallery/components/GalleryItem/index.d.ts +0 -14
  591. package/es/components/table/Gallery/index.d.ts +0 -5
  592. package/es/components/table/Table/AddFieldModal/index.d.ts +0 -4
  593. package/es/components/table/Table/index.d.ts +0 -4
  594. package/es/components/table/Table/utils.d.ts +0 -167
  595. package/es/components/table/hooks/useTransDataSource.d.ts +0 -12
  596. package/es/components/table/types.d.ts +0 -270
  597. package/es/components/translation/index.d.ts +0 -18
  598. package/es/components/versionModal/index.d.ts +0 -24
  599. package/es/components/virtual-keyboard/Amount/index.d.ts +0 -5
  600. package/es/components/virtual-keyboard/Amount/themeConfig.d.ts +0 -32
  601. package/es/components/virtual-keyboard/Amount/types.d.ts +0 -45
  602. package/es/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +0 -15
  603. package/es/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -25
  604. package/es/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
  605. package/es/components/virtual-keyboard/Number/index.d.ts +0 -5
  606. package/es/components/virtual-keyboard/Number/themeConfig.d.ts +0 -32
  607. package/es/components/virtual-keyboard/Number/types.d.ts +0 -26
  608. package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -13
  609. package/es/components/virtual-keyboard/index.d.ts +0 -25
  610. package/es/locales/en-US.d.ts +0 -439
  611. package/es/locales/ja.d.ts +0 -360
  612. package/es/locales/pt.d.ts +0 -360
  613. package/es/locales/zh-CN.d.ts +0 -434
  614. package/es/locales/zh-TW.d.ts +0 -434
  615. package/es/theme/pisell-components.d.ts +0 -14
  616. package/lib/components/PisellCards/components/GraphicTextCard/GraphicTextCard.stories.d.ts +0 -163
  617. package/lib/components/PisellCards/components/GraphicTextCard/types.d.ts +0 -301
  618. package/lib/components/PisellCards/components/MultilevelCard/components/PanelWrapper.d.ts +0 -7
  619. package/lib/components/PisellCards/components/TextCard/TextCard.d.ts +0 -7
  620. package/lib/components/PisellCards/components/TextCard/TextCard.stories.d.ts +0 -183
  621. package/lib/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +0 -27
  622. package/lib/components/PisellCards/components/TextCard/components/TextContent.d.ts +0 -21
  623. package/lib/components/PisellCards/components/TextCard/types.d.ts +0 -277
  624. package/lib/components/PisellCards/index.d.ts +0 -17
  625. package/lib/components/PisellContactBrief/PisellContactBrief.d.ts +0 -13
  626. package/lib/components/PisellContactBrief/PisellContactBrief.stories.d.ts +0 -31
  627. package/lib/components/PisellContactBrief/components/ContactFormModal.d.ts +0 -23
  628. package/lib/components/PisellContactBrief/components/index.d.ts +0 -5
  629. package/lib/components/PisellContactBrief/index.d.ts +0 -6
  630. package/lib/components/PisellContactBrief/locales.d.ts +0 -55
  631. package/lib/components/PisellContactBrief/types.d.ts +0 -82
  632. package/lib/components/PisellLayouts/index.d.ts +0 -37
  633. package/lib/components/PisellSuperTabs/PisellSuperTabs.d.ts +0 -8
  634. package/lib/components/PisellSuperTabs/hooks/useTabsState.d.ts +0 -7
  635. package/lib/components/PisellSuperTabs/types.d.ts +0 -212
  636. package/lib/components/PisellTabbar/PisellTabbar.d.ts +0 -20
  637. package/lib/components/PisellTabbar/constants.d.ts +0 -47
  638. package/lib/components/PisellTabbar/hooks/useActiveKey.d.ts +0 -55
  639. package/lib/components/PisellTabbar/hooks/useExpand.d.ts +0 -42
  640. package/lib/components/PisellTabbar/template/Template1/PisellTabbar.d.ts +0 -5
  641. package/lib/components/PisellTabbar/template/Template1/constants.d.ts +0 -10
  642. package/lib/components/PisellTabbar/types.d.ts +0 -90
  643. package/lib/components/PisellTabbar/utils/index.d.ts +0 -69
  644. package/lib/components/Template/[ComponentName].d.ts +0 -0
  645. package/lib/components/appVersionControl/index.d.ts +0 -4
  646. package/lib/components/cardPro/index.d.ts +0 -3
  647. package/lib/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +0 -39
  648. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +0 -8
  649. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -5
  650. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useFormat.d.ts +0 -48
  651. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +0 -101
  652. package/lib/components/dataSourceComponents/dataSourceTable/type.d.ts +0 -85
  653. package/lib/components/dataSourceComponents/fields/DatePicker/WithMode.d.ts +0 -7
  654. package/lib/components/dataSourceComponents/fields/DatePicker/index.d.ts +0 -11
  655. package/lib/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +0 -26
  656. package/lib/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +0 -15
  657. package/lib/components/dataSourceComponents/provider/variables/VariablesProvider.d.ts +0 -4
  658. package/lib/components/drag-sort-tree/TreeItem/index.d.ts +0 -18
  659. package/lib/components/drag-sort-tree/index.d.ts +0 -3
  660. package/lib/components/hardwareErrorTip/demo.d.ts +0 -3
  661. package/lib/components/hardwareErrorTip/errorCard/index.d.ts +0 -28
  662. package/lib/components/hardwareErrorTip/errorTipStatistics/index.d.ts +0 -12
  663. package/lib/components/hardwareErrorTip/index.d.ts +0 -19
  664. package/lib/components/hardwareErrorTip/logCard/index.d.ts +0 -27
  665. package/lib/components/hardwareErrorTip/types.d.ts +0 -28
  666. package/lib/components/iconfont/index.d.ts +0 -8
  667. package/lib/components/login-and-register/index.d.ts +0 -82
  668. package/lib/components/media/index.d.ts +0 -18
  669. package/lib/components/media/index.js +0 -265
  670. package/lib/components/media/index.less +0 -100
  671. package/lib/components/page/index.d.ts +0 -8
  672. package/lib/components/pisell-config-provider/context.d.ts +0 -22
  673. package/lib/components/pisell-config-provider/index.d.ts +0 -13
  674. package/lib/components/pisellActionPanel/PisellActionPanel.d.ts +0 -13
  675. package/lib/components/pisellActionPanel/PisellActionPanel.stories.d.ts +0 -19
  676. package/lib/components/pisellActionPanel/index.d.ts +0 -6
  677. package/lib/components/pisellActionPanel/types.d.ts +0 -83
  678. package/lib/components/pisellAdjustPrice/index.d.ts +0 -4
  679. package/lib/components/pisellAdjustPrice/status.d.ts +0 -32
  680. package/lib/components/pisellAdjustPrice/type.d.ts +0 -22
  681. package/lib/components/pisellBaseCard/PisellBaseCard.d.ts +0 -8
  682. package/lib/components/pisellBaseCard/PisellBaseCard.stories.d.ts +0 -19
  683. package/lib/components/pisellBaseCard/index.d.ts +0 -5
  684. package/lib/components/pisellBaseCard/types.d.ts +0 -45
  685. package/lib/components/pisellCheckboxGroup/index.d.ts +0 -40
  686. package/lib/components/pisellCurrency/PisellCurrency.d.ts +0 -39
  687. package/lib/components/pisellCustomerBrief/PisellCustomerBrief.d.ts +0 -15
  688. package/lib/components/pisellCustomerBrief/PisellCustomerBrief.stories.d.ts +0 -23
  689. package/lib/components/pisellCustomerBrief/index.d.ts +0 -6
  690. package/lib/components/pisellCustomerBrief/types.d.ts +0 -82
  691. package/lib/components/pisellEmail/PisellEmail.d.ts +0 -37
  692. package/lib/components/pisellEmpty/index.d.ts +0 -19
  693. package/lib/components/pisellEntityCard/PisellEntityCard.d.ts +0 -8
  694. package/lib/components/pisellEntityCard/PisellEntityCard.stories.d.ts +0 -47
  695. package/lib/components/pisellEntityCard/index.d.ts +0 -5
  696. package/lib/components/pisellEntityCard/types.d.ts +0 -144
  697. package/lib/components/pisellExport/PisellExport.d.ts +0 -9
  698. package/lib/components/pisellExport/PisellExport.stories.d.ts +0 -45
  699. package/lib/components/pisellExport/index.d.ts +0 -2
  700. package/lib/components/pisellExport/types.d.ts +0 -63
  701. package/lib/components/pisellFilter/index.d.ts +0 -3
  702. package/lib/components/pisellFilter/type.d.ts +0 -7
  703. package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +0 -12
  704. package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.stories.d.ts +0 -55
  705. package/lib/components/pisellFloorMapLayout/components/CanvasTabs.d.ts +0 -22
  706. package/lib/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +0 -46
  707. package/lib/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +0 -39
  708. package/lib/components/pisellFloorMapLayout/components/FloorMapDataForm.d.ts +0 -17
  709. package/lib/components/pisellFloorMapLayout/components/FloorMapEditPanel.d.ts +0 -11
  710. package/lib/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +0 -21
  711. package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +0 -38
  712. package/lib/components/pisellFloorMapLayout/components/FloorMapImageElement.d.ts +0 -6
  713. package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.d.ts +0 -35
  714. package/lib/components/pisellFloorMapLayout/components/ItemLayer.d.ts +0 -53
  715. package/lib/components/pisellFloorMapLayout/components/MapLayer.d.ts +0 -27
  716. package/lib/components/pisellFloorMapLayout/components/ViewControls.d.ts +0 -46
  717. package/lib/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +0 -19
  718. package/lib/components/pisellFloorMapLayout/components/index.d.ts +0 -21
  719. package/lib/components/pisellFloorMapLayout/context/FloorMapLayoutContext.d.ts +0 -16
  720. package/lib/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +0 -5
  721. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEditState.d.ts +0 -66
  722. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapPaletteTouchDrag.d.ts +0 -21
  723. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +0 -67
  724. package/lib/components/pisellFloorMapLayout/hooks/useShopFloorPlanSubscription.d.ts +0 -19
  725. package/lib/components/pisellFloorMapLayout/index.d.ts +0 -25
  726. package/lib/components/pisellFloorMapLayout/locales-ja.d.ts +0 -113
  727. package/lib/components/pisellFloorMapLayout/locales-pt.d.ts +0 -113
  728. package/lib/components/pisellFloorMapLayout/locales.d.ts +0 -551
  729. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.d.ts +0 -10
  730. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanMapping.d.ts +0 -18
  731. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanPure.d.ts +0 -22
  732. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanTypes.d.ts +0 -72
  733. package/lib/components/pisellFloorMapLayout/types.d.ts +0 -604
  734. package/lib/components/pisellFloorMapLayout/utils/floorMapCanvasDisplay.d.ts +0 -20
  735. package/lib/components/pisellFloorMapLayout/utils/floorMapConfigMerge.d.ts +0 -8
  736. package/lib/components/pisellFloorMapLayout/utils/floorMapDataBindingUtils.d.ts +0 -21
  737. package/lib/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.d.ts +0 -8
  738. package/lib/components/pisellFloorMapLayout/utils/floorMapDropUtils.d.ts +0 -27
  739. package/lib/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.d.ts +0 -22
  740. package/lib/components/pisellFloorMapLayout/utils/floorMapFallbackRender.d.ts +0 -11
  741. package/lib/components/pisellFloorMapLayout/utils/floorMapRemotePersist.d.ts +0 -17
  742. package/lib/components/pisellFloorMapLayout/utils/floorMapStageDefaults.d.ts +0 -8
  743. package/lib/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +0 -8
  744. package/lib/components/pisellFloorMapLayout/utils/layoutMeasurements.d.ts +0 -30
  745. package/lib/components/pisellFloorMapLayout/utils/mergeCanvasesForTabs.d.ts +0 -7
  746. package/lib/components/pisellFloorMapLayout/utils/snap.d.ts +0 -10
  747. package/lib/components/pisellGridPro/index.d.ts +0 -4
  748. package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +0 -6
  749. package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +0 -10
  750. package/lib/components/pisellHierarchicalSummaryList/components/Row.d.ts +0 -35
  751. package/lib/components/pisellHierarchicalSummaryList/components/index.d.ts +0 -1
  752. package/lib/components/pisellHierarchicalSummaryList/hooks/index.d.ts +0 -2
  753. package/lib/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +0 -15
  754. package/lib/components/pisellHierarchicalSummaryList/index.d.ts +0 -5
  755. package/lib/components/pisellHierarchicalSummaryList/types.d.ts +0 -248
  756. package/lib/components/pisellImport/PisellImport.d.ts +0 -9
  757. package/lib/components/pisellImport/PisellImport.stories.d.ts +0 -49
  758. package/lib/components/pisellImport/index.d.ts +0 -2
  759. package/lib/components/pisellImport/types.d.ts +0 -85
  760. package/lib/components/pisellLongText/PisellLongText.d.ts +0 -39
  761. package/lib/components/pisellLookup/components/LookupTrigger.d.ts +0 -3
  762. package/lib/components/pisellModal/index.d.ts +0 -62
  763. package/lib/components/pisellMultipleSelect/PisellMultipleSelect.d.ts +0 -9
  764. package/lib/components/pisellMultipleSelect/components/EditView.d.ts +0 -8
  765. package/lib/components/pisellNavigationMenu/PisellNavigationMenu.d.ts +0 -5
  766. package/lib/components/pisellNumber/PisellNumber.d.ts +0 -42
  767. package/lib/components/pisellPhone/PisellPhone.d.ts +0 -36
  768. package/lib/components/pisellPhone/components/EditView.d.ts +0 -19
  769. package/lib/components/pisellPhone/constants/countryCodes.d.ts +0 -21
  770. package/lib/components/pisellPhone/types.d.ts +0 -209
  771. package/lib/components/pisellPhone/utils/countryCodeHelper.d.ts +0 -35
  772. package/lib/components/pisellRating/PisellRating.d.ts +0 -31
  773. package/lib/components/pisellRecordBoard/PisellRecordBoard.d.ts +0 -9
  774. package/lib/components/pisellRecordBoard/PisellRecordBoard.stories.d.ts +0 -89
  775. package/lib/components/pisellRecordBoard/index.d.ts +0 -45
  776. package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +0 -14
  777. package/lib/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendarDemo.d.ts +0 -3
  778. package/lib/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.d.ts +0 -7
  779. package/lib/components/pisellRecordBoard/shellFrame/Calendar/RecordBoardCalendar.d.ts +0 -8
  780. package/lib/components/pisellRecordBoard/shellFrame/Calendar/calendarPersistGuard.d.ts +0 -18
  781. package/lib/components/pisellRecordBoard/shellFrame/Calendar/index.d.ts +0 -4
  782. package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +0 -8
  783. package/lib/components/pisellRecordBoard/shellFrame/FloorMap.d.ts +0 -14
  784. package/lib/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +0 -21
  785. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/index.d.ts +0 -12
  786. package/lib/components/pisellRecordBoard/shellFrame/index.d.ts +0 -23
  787. package/lib/components/pisellRecordBoard/types.d.ts +0 -468
  788. package/lib/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +0 -20
  789. package/lib/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +0 -52
  790. package/lib/components/pisellReservationSchedule/PisellReservationSchedule.d.ts +0 -10
  791. package/lib/components/pisellReservationSchedule/PisellReservationSchedule.stories.d.ts +0 -12
  792. package/lib/components/pisellReservationSchedule/index.d.ts +0 -2
  793. package/lib/components/pisellReservationSchedule/locales.d.ts +0 -25
  794. package/lib/components/pisellReservationSchedule/types.d.ts +0 -47
  795. package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.d.ts +0 -10
  796. package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.stories.d.ts +0 -16
  797. package/lib/components/pisellReservationScheduleBand/index.d.ts +0 -2
  798. package/lib/components/pisellReservationScheduleBand/types.d.ts +0 -57
  799. package/lib/components/pisellSingleLineText/PisellSingleLineText.d.ts +0 -40
  800. package/lib/components/pisellSingleSelect/PisellSingleSelect.d.ts +0 -9
  801. package/lib/components/pisellStatisticList/index.d.ts +0 -22
  802. package/lib/components/pisellText/components/Amount/index.d.ts +0 -20
  803. package/lib/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +0 -10
  804. package/lib/components/pisellTimeNavigator/PisellTimeNavigator.stories.d.ts +0 -79
  805. package/lib/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +0 -14
  806. package/lib/components/pisellTimeNavigator/components/CursorLayer.d.ts +0 -25
  807. package/lib/components/pisellTimeNavigator/components/GestureLayer.d.ts +0 -33
  808. package/lib/components/pisellTimeNavigator/components/NowButton.d.ts +0 -14
  809. package/lib/components/pisellTimeNavigator/components/ScaleLayer.d.ts +0 -22
  810. package/lib/components/pisellTimeNavigator/components/index.d.ts +0 -5
  811. package/lib/components/pisellTimeNavigator/hooks/index.d.ts +0 -5
  812. package/lib/components/pisellTimeNavigator/hooks/useDragInertia.d.ts +0 -14
  813. package/lib/components/pisellTimeNavigator/hooks/useRealtime.d.ts +0 -5
  814. package/lib/components/pisellTimeNavigator/hooks/useTimeAxis.d.ts +0 -27
  815. package/lib/components/pisellTimeNavigator/index.d.ts +0 -5
  816. package/lib/components/pisellTimeNavigator/locales.d.ts +0 -22
  817. package/lib/components/pisellTimeNavigator/types.d.ts +0 -160
  818. package/lib/components/pisellTimeNavigator/utils/index.d.ts +0 -35
  819. package/lib/components/pisellToast/index.d.ts +0 -17
  820. package/lib/components/pisellToast/squareToast/index.d.ts +0 -15
  821. package/lib/components/pisellToast/squareToast/methods.d.ts +0 -13
  822. package/lib/components/pisellToast/squareToast/renderImperatively.d.ts +0 -28
  823. package/lib/components/pisellToast/squareToast/toast.d.ts +0 -25
  824. package/lib/components/pisellUrl/PisellUrl.d.ts +0 -37
  825. package/lib/components/pisellVHFix/index.d.ts +0 -13
  826. package/lib/components/pisellVHFix/index.js +0 -56
  827. package/lib/components/pisellVHFix/index.less +0 -10
  828. package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +0 -3
  829. package/lib/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -3
  830. package/lib/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +0 -14
  831. package/lib/components/productCard/cartSkuCard/components/Note/index.d.ts +0 -3
  832. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +0 -29
  833. package/lib/components/productCard/cartSkuCard/components/discountReason/index.d.ts +0 -2
  834. package/lib/components/productCard/cartSkuCard/components/holders/index.d.ts +0 -3
  835. package/lib/components/productCard/cartSkuCard/components/packages/index.d.ts +0 -10
  836. package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +0 -20
  837. package/lib/components/productCard/cartSkuCard/components/resources/index.d.ts +0 -3
  838. package/lib/components/productCard/cartSkuCard/components/sales/index.d.ts +0 -12
  839. package/lib/components/productCard/cartSkuCard/components/specs/index.d.ts +0 -3
  840. package/lib/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +0 -46
  841. package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -8
  842. package/lib/components/productCard/cartSkuCard/index.d.ts +0 -10
  843. package/lib/components/productCard/cartSkuCard/locales.d.ts +0 -163
  844. package/lib/components/productCard/components/Action/index.d.ts +0 -3
  845. package/lib/components/productCard/components/Header/Actions/index.d.ts +0 -3
  846. package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +0 -3
  847. package/lib/components/productCard/components/Header/index.d.ts +0 -3
  848. package/lib/components/productCard/components/Sales/index.d.ts +0 -3
  849. package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts +0 -3
  850. package/lib/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +0 -13
  851. package/lib/components/productCard/components/Time/components/SelectResource/index.d.ts +0 -18
  852. package/lib/components/productCard/components/Time/index.d.ts +0 -3
  853. package/lib/components/productCard/locales.d.ts +0 -138
  854. package/lib/components/productCard/status.d.ts +0 -32
  855. package/lib/components/productCard/types.d.ts +0 -85
  856. package/lib/components/productCard/utils.d.ts +0 -33
  857. package/lib/components/sort/index.d.ts +0 -5
  858. package/lib/components/table/Actions/component/ExportImport/index.d.ts +0 -7
  859. package/lib/components/table/Actions/component/GallerySetting/index.d.ts +0 -8
  860. package/lib/components/table/Actions/component/ViewMode/index.d.ts +0 -8
  861. package/lib/components/table/BasicTable/index.d.ts +0 -3
  862. package/lib/components/table/Gallery/components/GalleryItem/index.d.ts +0 -14
  863. package/lib/components/table/Gallery/index.d.ts +0 -5
  864. package/lib/components/table/Table/AddFieldModal/index.d.ts +0 -4
  865. package/lib/components/table/Table/index.d.ts +0 -4
  866. package/lib/components/table/Table/utils.d.ts +0 -167
  867. package/lib/components/table/hooks/useTransDataSource.d.ts +0 -12
  868. package/lib/components/table/types.d.ts +0 -270
  869. package/lib/components/translation/index.d.ts +0 -18
  870. package/lib/components/versionModal/index.d.ts +0 -24
  871. package/lib/components/virtual-keyboard/Amount/index.d.ts +0 -5
  872. package/lib/components/virtual-keyboard/Amount/themeConfig.d.ts +0 -32
  873. package/lib/components/virtual-keyboard/Amount/types.d.ts +0 -45
  874. package/lib/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +0 -15
  875. package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -25
  876. package/lib/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
  877. package/lib/components/virtual-keyboard/Number/index.d.ts +0 -5
  878. package/lib/components/virtual-keyboard/Number/themeConfig.d.ts +0 -32
  879. package/lib/components/virtual-keyboard/Number/types.d.ts +0 -26
  880. package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -13
  881. package/lib/components/virtual-keyboard/index.d.ts +0 -25
  882. package/lib/locales/en-US.d.ts +0 -439
  883. package/lib/locales/ja.d.ts +0 -360
  884. package/lib/locales/pt.d.ts +0 -360
  885. package/lib/locales/zh-CN.d.ts +0 -434
  886. package/lib/locales/zh-TW.d.ts +0 -434
  887. package/lib/theme/pisell-components.d.ts +0 -14
@@ -1,21 +0,0 @@
1
- import type { MutableRefObject, PointerEvent as ReactPointerEvent } from 'react';
2
- import type { FloorMapPaletteDragPayload } from '../utils/floorMapDropUtils';
3
- export interface UseFloorMapPaletteTouchDragParams {
4
- enabled: boolean;
5
- mapDropLayerRef: MutableRefObject<HTMLDivElement | null>;
6
- contentWidth: number;
7
- contentHeight: number;
8
- contentOffsetRef: MutableRefObject<{
9
- x: number;
10
- y: number;
11
- }>;
12
- setMapPaletteDragActive: (v: boolean) => void;
13
- onDropInScene: (payload: FloorMapPaletteDragPayload, sceneX: number, sceneY: number) => void;
14
- }
15
- export interface UseFloorMapPaletteTouchDragResult {
16
- /** 挂在图元预览按钮上;mouse 不处理,交给 HTML5 DnD */
17
- handlePaletteCardPointerDown: (payload: FloorMapPaletteDragPayload, e: ReactPointerEvent<HTMLElement>) => void;
18
- /** 图元按钮 onClick 前检查:触摸拖放过则吞掉本次点击 */
19
- consumeToolbarClickIfTouchDrag: () => boolean;
20
- }
21
- export declare function useFloorMapPaletteTouchDrag(params: UseFloorMapPaletteTouchDragParams): UseFloorMapPaletteTouchDragResult;
@@ -1,67 +0,0 @@
1
- import type { MutableRefObject } from 'react';
2
- import type { FloorMapItemBase, FloorMapItemUnit, FloorMapZoomConfig } from '../types';
3
- /** react-zoom-pan-pinch TransformWrapper render 注入的上下文 */
4
- export declare type FloorMapTransformContext = {
5
- zoomIn: () => void;
6
- zoomOut: () => void;
7
- resetTransform: () => void;
8
- setTransform: (x: number, y: number, scale: number) => void;
9
- } | null;
10
- export interface UseFloorMapTransformMetricsParams<T extends FloorMapItemBase> {
11
- items: T[];
12
- cellSize: number;
13
- itemGap: number;
14
- effectiveItemUnit: FloorMapItemUnit;
15
- isFloorMapView: boolean;
16
- mode: 'read' | 'edit';
17
- zoom: FloorMapZoomConfig;
18
- transformRef: MutableRefObject<FloorMapTransformContext>;
19
- /** 由父组件创建并传入 useFloorMapEditState,本 hook 每帧写入内容区偏移 */
20
- contentOffsetRef: MutableRefObject<{
21
- x: number;
22
- y: number;
23
- }>;
24
- /** 与 mapLayer.boundingPadding 一致;未传用 DEFAULT_BOUNDING_PADDING */
25
- boundingPadding?: number;
26
- /**
27
- * 平面图:当前画布 id(或其它在切换画布时应重置平移/对齐会话的 key)。
28
- * 不传则不跑「异步加载图元后的首次左上对齐」逻辑。
29
- */
30
- frameResetKey?: string;
31
- }
32
- export declare function useFloorMapTransformMetrics<T extends FloorMapItemBase>(params: UseFloorMapTransformMetricsParams<T>): {
33
- containerRef: import("react").RefObject<HTMLDivElement>;
34
- mapAreaRef: import("react").RefObject<HTMLDivElement>;
35
- viewportSize: {
36
- width: number;
37
- height: number;
38
- };
39
- mapAreaSize: {
40
- width: number;
41
- height: number;
42
- };
43
- contentWidth: number;
44
- contentHeight: number;
45
- contentOffsetX: number;
46
- contentOffsetY: number;
47
- initialPositionX: number;
48
- initialPositionY: number;
49
- zoomConfig: {
50
- initialScale: number;
51
- minScale: number;
52
- maxScale: number;
53
- step: number;
54
- };
55
- scale: number;
56
- setScale: import("react").Dispatch<import("react").SetStateAction<number>>;
57
- isFullscreen: boolean;
58
- toggleFullscreen: () => void;
59
- fitBounds: () => boolean;
60
- lastTransformRef: MutableRefObject<{
61
- x: number;
62
- y: number;
63
- scale: number;
64
- }>;
65
- isInteractingWithElement: boolean;
66
- setIsInteractingWithElement: import("react").Dispatch<import("react").SetStateAction<boolean>>;
67
- };
@@ -1,19 +0,0 @@
1
- import type { ShopFloorPlanDetail } from '../shopFloorPlan/shopFloorPlanTypes';
2
- import type { ShopFloorPlanByCodeRequestOptions } from '../shopFloorPlan/shopFloorPlanTypes';
3
- export declare type UseShopFloorPlanSubscriptionParams = {
4
- /** `null` 时不发起请求(与预约页 `resolvedFloorPlanId` 一致);清空状态由调用方处理 */
5
- enabled: boolean;
6
- code: string;
7
- subscriberId: string;
8
- ensureByCode: (code: string, opts?: ShopFloorPlanByCodeRequestOptions) => Promise<ShopFloorPlanDetail | null>;
9
- unsubscribeQuery: (subscriberId: string) => Promise<void>;
10
- onDetail: (detail: ShopFloorPlanDetail) => void;
11
- onLoadError?: (err: unknown) => void;
12
- /** 与预约一致:默认 true */
13
- osServer?: boolean;
14
- };
15
- /**
16
- * 按 code 订阅店铺平面图:首包 Promise + WebSocket callback 均归一为 `onDetail`。
17
- * 不包含与业务默认 {@link FloorMapViewConfig} 的合并(由调用方在 `onDetail` 或后续 useMemo 完成)。
18
- */
19
- export declare function useShopFloorPlanSubscription(params: UseShopFloorPlanSubscriptionParams): void;
@@ -1,25 +0,0 @@
1
- /**
2
- * PisellFloorMapLayout 组件入口
3
- * 空间布局视图:在二维平面按坐标渲染资源,支持缩放/平移/复位;支持 floorMapConfig + mode 平面图视图
4
- */
5
- export { PisellFloorMapLayout } from './PisellFloorMapLayout';
6
- export type { PisellFloorMapLayoutProps, PisellFloorMapLayoutRef, FloorMapItemBase, FloorMapItemUnit, FloorMapLayerConfig, FloorMapZoomConfig, FloorMapPanConfig, FloorMapControlsConfig, FloorMapItemShape, FloorMapBackgroundType, FloorMapPanBoundary, FloorMapLayoutMode, FloorMapGridLayoutConfig, FloorMapCanvas, FloorMapCanvasNameI18n, FloorMapElement, FloorMapData, FloorMapViewConfig, FloorMapCanvasUiConfig, FloorMapSceneElement, FloorMapSceneElementDataBinding, FloorMapPlaceMode, FloorMapElementKindCategory, FloorMapElementDataBindingPolicy, FloorMapElementDefaultPresentation, FloorMapEdge, FloorMapElementKindConfig, FloorMapElementType, FloorMapTextSlot, FloorMapDataSources, FloorMapRenderOptions, FloorMapEditPanelParams, DataSourceFormColumn, FloorMapMergedItem, FloorMapRecordFormRenderContext, FloorMapDataSourceRecordFormContent, FloorMapFullscreenMode, FloorMapLayoutContextValue, FloorMapViewportOverlayRenderArgs, } from './types';
7
- export { FLOOR_MAP_STAGE_ELEMENT_KIND, FLOOR_MAP_IMAGE_ELEMENT_KIND, } from './types';
8
- export { renderFloorMapFallbackPlaceholder } from './utils/floorMapFallbackRender';
9
- export { isFloorMapImageElementKind } from './utils/floorMapElementKindUtils';
10
- export { findFloorMapRowByDataBinding, getFloorMapBindingPlaceholderReason, } from './utils/floorMapDataBindingUtils';
11
- export type { FloorMapDataSourceRow, FloorMapBindingPlaceholderReason, } from './utils/floorMapDataBindingUtils';
12
- export { createShopFloorPlanClient, SHOP_FLOOR_PLAN_DUPLICATE_CODE, } from './shopFloorPlan/shopFloorPlanClient';
13
- export type { ShopFloorPlanDetail, ShopFloorPlanLayoutItem, PostShopFloorPlanBody, PutShopFloorPlanBody, ShopFloorPlanByCodeRequestOptions, ShopFloorPlanHttpAdapter, CreateShopFloorPlanClientOptions, EnsureShopFloorPlanByCodeOptions, } from './shopFloorPlan/shopFloorPlanTypes';
14
- export type { UseShopFloorPlanSubscriptionParams } from './hooks/useShopFloorPlanSubscription';
15
- export { pickFloorPlanDetail, parseLayoutFieldToViewConfigPatch, mergeFloorPlanViewRemote, floorMapSavedConfigToRemotePatch, viewConfigToLayoutPayload, inferCanvasSizeFromScene, buildFloorPlanPutBody, isShopFloorPlanNotFoundResponse, isHttpNotFoundError, isFloorPlanDuplicateCodeError, } from './shopFloorPlan/shopFloorPlanPure';
16
- export { sceneElementsToShopLayout, shopLayoutToSceneElements, } from './shopFloorPlan/shopFloorPlanMapping';
17
- export { useShopFloorPlanSubscription } from './hooks/useShopFloorPlanSubscription';
18
- export { wrapFloorMapOnSaveWithRemotePersist } from './utils/floorMapRemotePersist';
19
- export type { WrapFloorMapOnSaveWithRemotePersistParams } from './utils/floorMapRemotePersist';
20
- export { FloorMapLayoutProvider, useFloorMapLayoutContext, EMPTY_FLOOR_MAP_LAYOUT_CONTEXT, } from './context/FloorMapLayoutContext';
21
- export type { FloorMapLayoutProviderProps } from './context/FloorMapLayoutContext';
22
- export { mergeFloorMapLayoutPropsFromContext } from './context/mergeFloorMapLayoutContext';
23
- export { FloorMapImageElement } from './components/FloorMapImageElement';
24
- export { getFigmaTableCardFromMerged, renderFigmaStyleTableCard, renderFigmaStyleRoundTableCard, getRenderItemByKindTable, getRenderItemByKindRoundTable, } from './components/FigmaTableCard';
25
- export type { FigmaTableCardItem, FigmaTableStatus, } from './components/FigmaTableCard';
@@ -1,113 +0,0 @@
1
- /**
2
- * PisellFloorMapLayout — 日本語
3
- */
4
- declare const _default: {
5
- 'pisell-floor-map-layout.loading': string;
6
- 'pisell-floor-map-layout.read-canvas-tabs.aria': string;
7
- 'pisell-floor-map-layout.edit-top-bar.aria': string;
8
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
9
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
10
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
11
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
12
- 'pisell-floor-map-layout.edit-top-bar.unsaved': string;
13
- 'pisell-floor-map-layout.edit-top-bar.save': string;
14
- 'pisell-floor-map-layout.edit-top-bar.saving': string;
15
- 'pisell-floor-map-layout.canvas-tabs.empty': string;
16
- 'pisell-floor-map-layout.canvas-tabs.add': string;
17
- 'pisell-floor-map-layout.canvas-tabs.add-title': string;
18
- 'pisell-floor-map-layout.canvas-tabs.hint': string;
19
- 'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
20
- 'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
21
- 'pisell-floor-map-layout.canvas-tabs.rename-title': string;
22
- 'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
23
- 'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
24
- 'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
25
- 'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
26
- 'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
27
- 'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
28
- 'pisell-floor-map-layout.edit-panel.element-props': string;
29
- 'pisell-floor-map-layout.edit-panel.close-aria': string;
30
- 'pisell-floor-map-layout.edit-panel.hint-apply': string;
31
- 'pisell-floor-map-layout.edit-panel.hint-save': string;
32
- 'pisell-floor-map-layout.edit-panel.section-layout': string;
33
- 'pisell-floor-map-layout.edit-panel.lock-on': string;
34
- 'pisell-floor-map-layout.edit-panel.lock-off': string;
35
- 'pisell-floor-map-layout.edit-panel.label-x': string;
36
- 'pisell-floor-map-layout.edit-panel.label-y': string;
37
- 'pisell-floor-map-layout.edit-panel.label-z': string;
38
- 'pisell-floor-map-layout.edit-panel.label-width': string;
39
- 'pisell-floor-map-layout.edit-panel.label-height': string;
40
- 'pisell-floor-map-layout.edit-panel.label-name': string;
41
- 'pisell-floor-map-layout.edit-panel.label-name-stage': string;
42
- 'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
43
- 'pisell-floor-map-layout.edit-panel.ph-name': string;
44
- 'pisell-floor-map-layout.edit-panel.label-image-url': string;
45
- 'pisell-floor-map-layout.edit-panel.extra-image-url': string;
46
- 'pisell-floor-map-layout.edit-panel.ph-https': string;
47
- 'pisell-floor-map-layout.edit-panel.label-canvas': string;
48
- 'pisell-floor-map-layout.edit-panel.label-element-kind': string;
49
- 'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
50
- 'pisell-floor-map-layout.edit-panel.apply': string;
51
- 'pisell-floor-map-layout.edit-panel.data-binding': string;
52
- 'pisell-floor-map-layout.edit-panel.data-binding-note': string;
53
- 'pisell-floor-map-layout.edit-panel.label-data-source': string;
54
- 'pisell-floor-map-layout.edit-panel.ph-data-source': string;
55
- 'pisell-floor-map-layout.edit-panel.label-pick-row': string;
56
- 'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
57
- 'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
58
- 'pisell-floor-map-layout.edit-panel.hint-unbound': string;
59
- 'pisell-floor-map-layout.edit-panel.record-title': string;
60
- 'pisell-floor-map-layout.edit-panel.pop-title': string;
61
- 'pisell-floor-map-layout.edit-panel.pop-desc': string;
62
- 'pisell-floor-map-layout.edit-panel.btn-delete': string;
63
- 'pisell-floor-map-layout.edit-panel.btn-cancel': string;
64
- 'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
65
- 'pisell-floor-map-layout.edit-quick.lock': string;
66
- 'pisell-floor-map-layout.edit-quick.unlock': string;
67
- 'pisell-floor-map-layout.edit-quick.duplicate': string;
68
- 'pisell-floor-map-layout.edit-quick.delete': string;
69
- 'pisell-floor-map-layout.edit-quick.status-locked': string;
70
- 'pisell-floor-map-layout.edit-quick.status-unlocked': string;
71
- 'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
72
- 'pisell-floor-map-layout.toolbar.category-fallback': string;
73
- 'pisell-floor-map-layout.toolbar.palette-card-title': string;
74
- 'pisell-floor-map-layout.toolbar.data-binding-optional': string;
75
- 'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
76
- 'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
77
- 'pisell-floor-map-layout.toolbar.ph-select-records': string;
78
- 'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
79
- 'pisell-floor-map-layout.toolbar.no-data-sources': string;
80
- 'pisell-floor-map-layout.toolbar.cancel-place': string;
81
- 'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
82
- 'pisell-floor-map-layout.toolbar.save': string;
83
- 'pisell-floor-map-layout.toolbar.saving': string;
84
- 'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
85
- 'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
86
- 'pisell-floor-map-layout.view-controls.reset-aria': string;
87
- 'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
88
- 'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
89
- 'pisell-floor-map-layout.view-controls.grid-show-aria': string;
90
- 'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
91
- 'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
92
- 'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
93
- 'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
94
- 'pisell-floor-map-layout.image-element.default-name': string;
95
- 'pisell-floor-map-layout.placement.fallback-image-name': string;
96
- 'pisell-floor-map-layout.image-element.hint-no-url': string;
97
- 'pisell-floor-map-layout.image-element.hint-load-fail': string;
98
- 'pisell-floor-map-layout.data-form.empty': string;
99
- 'pisell-floor-map-layout.data-form.save-record': string;
100
- 'pisell-floor-map-layout.binding-error.required-row': string;
101
- 'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
102
- 'pisell-floor-map-layout.binding-error.missing-field': string;
103
- 'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
104
- 'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
105
- 'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
106
- 'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
107
- 'pisell-floor-map-layout.figma-card.kind-round-table': string;
108
- 'pisell-floor-map-layout.figma-card.kind-square-table': string;
109
- 'pisell-floor-map-layout.figma-card.default-table': string;
110
- 'pisell-floor-map-layout.figma-card.capacity-seats': string;
111
- 'pisell-floor-map-layout.figma-card.guests-count': string;
112
- };
113
- export default _default;
@@ -1,113 +0,0 @@
1
- /**
2
- * PisellFloorMapLayout — Português
3
- */
4
- declare const _default: {
5
- 'pisell-floor-map-layout.loading': string;
6
- 'pisell-floor-map-layout.read-canvas-tabs.aria': string;
7
- 'pisell-floor-map-layout.edit-top-bar.aria': string;
8
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
9
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
10
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
11
- 'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
12
- 'pisell-floor-map-layout.edit-top-bar.unsaved': string;
13
- 'pisell-floor-map-layout.edit-top-bar.save': string;
14
- 'pisell-floor-map-layout.edit-top-bar.saving': string;
15
- 'pisell-floor-map-layout.canvas-tabs.empty': string;
16
- 'pisell-floor-map-layout.canvas-tabs.add': string;
17
- 'pisell-floor-map-layout.canvas-tabs.add-title': string;
18
- 'pisell-floor-map-layout.canvas-tabs.hint': string;
19
- 'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
20
- 'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
21
- 'pisell-floor-map-layout.canvas-tabs.rename-title': string;
22
- 'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
23
- 'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
24
- 'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
25
- 'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
26
- 'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
27
- 'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
28
- 'pisell-floor-map-layout.edit-panel.element-props': string;
29
- 'pisell-floor-map-layout.edit-panel.close-aria': string;
30
- 'pisell-floor-map-layout.edit-panel.hint-apply': string;
31
- 'pisell-floor-map-layout.edit-panel.hint-save': string;
32
- 'pisell-floor-map-layout.edit-panel.section-layout': string;
33
- 'pisell-floor-map-layout.edit-panel.lock-on': string;
34
- 'pisell-floor-map-layout.edit-panel.lock-off': string;
35
- 'pisell-floor-map-layout.edit-panel.label-x': string;
36
- 'pisell-floor-map-layout.edit-panel.label-y': string;
37
- 'pisell-floor-map-layout.edit-panel.label-z': string;
38
- 'pisell-floor-map-layout.edit-panel.label-width': string;
39
- 'pisell-floor-map-layout.edit-panel.label-height': string;
40
- 'pisell-floor-map-layout.edit-panel.label-name': string;
41
- 'pisell-floor-map-layout.edit-panel.label-name-stage': string;
42
- 'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
43
- 'pisell-floor-map-layout.edit-panel.ph-name': string;
44
- 'pisell-floor-map-layout.edit-panel.label-image-url': string;
45
- 'pisell-floor-map-layout.edit-panel.extra-image-url': string;
46
- 'pisell-floor-map-layout.edit-panel.ph-https': string;
47
- 'pisell-floor-map-layout.edit-panel.label-canvas': string;
48
- 'pisell-floor-map-layout.edit-panel.label-element-kind': string;
49
- 'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
50
- 'pisell-floor-map-layout.edit-panel.apply': string;
51
- 'pisell-floor-map-layout.edit-panel.data-binding': string;
52
- 'pisell-floor-map-layout.edit-panel.data-binding-note': string;
53
- 'pisell-floor-map-layout.edit-panel.label-data-source': string;
54
- 'pisell-floor-map-layout.edit-panel.ph-data-source': string;
55
- 'pisell-floor-map-layout.edit-panel.label-pick-row': string;
56
- 'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
57
- 'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
58
- 'pisell-floor-map-layout.edit-panel.hint-unbound': string;
59
- 'pisell-floor-map-layout.edit-panel.record-title': string;
60
- 'pisell-floor-map-layout.edit-panel.pop-title': string;
61
- 'pisell-floor-map-layout.edit-panel.pop-desc': string;
62
- 'pisell-floor-map-layout.edit-panel.btn-delete': string;
63
- 'pisell-floor-map-layout.edit-panel.btn-cancel': string;
64
- 'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
65
- 'pisell-floor-map-layout.edit-quick.lock': string;
66
- 'pisell-floor-map-layout.edit-quick.unlock': string;
67
- 'pisell-floor-map-layout.edit-quick.duplicate': string;
68
- 'pisell-floor-map-layout.edit-quick.delete': string;
69
- 'pisell-floor-map-layout.edit-quick.status-locked': string;
70
- 'pisell-floor-map-layout.edit-quick.status-unlocked': string;
71
- 'pisell-floor-map-layout.edit-quick.aria-toolbar': string;
72
- 'pisell-floor-map-layout.toolbar.category-fallback': string;
73
- 'pisell-floor-map-layout.toolbar.palette-card-title': string;
74
- 'pisell-floor-map-layout.toolbar.data-binding-optional': string;
75
- 'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
76
- 'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
77
- 'pisell-floor-map-layout.toolbar.ph-select-records': string;
78
- 'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
79
- 'pisell-floor-map-layout.toolbar.no-data-sources': string;
80
- 'pisell-floor-map-layout.toolbar.cancel-place': string;
81
- 'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
82
- 'pisell-floor-map-layout.toolbar.save': string;
83
- 'pisell-floor-map-layout.toolbar.saving': string;
84
- 'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
85
- 'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
86
- 'pisell-floor-map-layout.view-controls.reset-aria': string;
87
- 'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
88
- 'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
89
- 'pisell-floor-map-layout.view-controls.grid-show-aria': string;
90
- 'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
91
- 'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
92
- 'pisell-floor-map-layout.view-controls.expand-tools-aria': string;
93
- 'pisell-floor-map-layout.view-controls.collapse-tools-aria': string;
94
- 'pisell-floor-map-layout.image-element.default-name': string;
95
- 'pisell-floor-map-layout.placement.fallback-image-name': string;
96
- 'pisell-floor-map-layout.image-element.hint-no-url': string;
97
- 'pisell-floor-map-layout.image-element.hint-load-fail': string;
98
- 'pisell-floor-map-layout.data-form.empty': string;
99
- 'pisell-floor-map-layout.data-form.save-record': string;
100
- 'pisell-floor-map-layout.binding-error.required-row': string;
101
- 'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
102
- 'pisell-floor-map-layout.binding-error.missing-field': string;
103
- 'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
104
- 'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
105
- 'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
106
- 'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
107
- 'pisell-floor-map-layout.figma-card.kind-round-table': string;
108
- 'pisell-floor-map-layout.figma-card.kind-square-table': string;
109
- 'pisell-floor-map-layout.figma-card.default-table': string;
110
- 'pisell-floor-map-layout.figma-card.capacity-seats': string;
111
- 'pisell-floor-map-layout.figma-card.guests-count': string;
112
- };
113
- export default _default;