@pisell/materials 6.11.107 → 6.11.109

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 (304) 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 +7 -7
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +7 -7
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +7 -7
  11. package/es/components/Pagination/index.d.ts +0 -1
  12. package/es/components/PisellTabbar/constants.d.ts +47 -0
  13. package/es/components/PisellTabbar/hooks/useActiveKey.d.ts +55 -0
  14. package/es/components/PisellTabbar/hooks/useExpand.d.ts +42 -0
  15. package/es/components/PisellTabbar/template/Template1/constants.d.ts +10 -0
  16. package/es/components/PisellTabbar/types.d.ts +90 -0
  17. package/es/components/PisellTabbar/utils/index.d.ts +69 -0
  18. package/es/components/SafeAreaTop/index.d.ts +5 -0
  19. package/es/components/SafeAreaTop/types.d.ts +9 -0
  20. package/es/components/appVersionControl/index.d.ts +0 -1
  21. package/es/components/buttonGroupPreview/index.js +2 -1
  22. package/es/components/cardPro/index.d.ts +3 -0
  23. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -1
  24. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +3 -3
  25. package/es/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +1 -0
  26. package/es/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +1 -0
  27. package/es/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +1 -0
  28. package/es/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +1 -0
  29. package/es/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +1 -0
  30. package/es/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +1 -0
  31. package/es/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  32. package/es/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +1 -0
  33. package/es/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +1 -0
  34. package/es/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +1 -0
  35. package/es/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +1 -0
  36. package/es/components/dataSourceComponents/fields/index.d.ts +8 -8
  37. package/es/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +15 -0
  38. package/es/components/drag-sort-tree/TreeItem/index.d.ts +18 -0
  39. package/es/components/filter/components/Dropdown/types.d.ts +15 -0
  40. package/es/components/filter/components/FilterButton/types.d.ts +29 -0
  41. package/es/components/filter/types.d.ts +52 -0
  42. package/es/components/iconfont/index.d.ts +8 -0
  43. package/es/components/page/index.d.ts +0 -1
  44. package/es/components/pisell-config-provider/context.d.ts +22 -0
  45. package/es/components/pisellAdjustPrice/index.d.ts +0 -1
  46. package/es/components/pisellAdjustPrice/status.d.ts +32 -0
  47. package/es/components/pisellAdjustPrice/type.d.ts +22 -0
  48. package/es/components/pisellFilter/index.d.ts +0 -1
  49. package/es/components/pisellFilter/type.d.ts +7 -0
  50. package/es/components/pisellFind/index.d.ts +34 -12
  51. package/es/components/pisellFind/index.js +114 -18
  52. package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.js +6 -1
  53. package/es/components/pisellFloorMapLayout/hooks/useFloorMapEditState.d.ts +6 -0
  54. package/es/components/pisellFloorMapLayout/hooks/useFloorMapEditState.js +24 -18
  55. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.js +4 -6
  56. package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +6 -0
  57. package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +10 -0
  58. package/es/components/pisellHierarchicalSummaryList/components/Row.d.ts +35 -0
  59. package/es/components/pisellHierarchicalSummaryList/components/index.d.ts +1 -0
  60. package/es/components/pisellHierarchicalSummaryList/hooks/index.d.ts +2 -0
  61. package/es/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +15 -0
  62. package/es/components/pisellHierarchicalSummaryList/index.d.ts +5 -0
  63. package/es/components/pisellHierarchicalSummaryList/types.d.ts +248 -0
  64. package/es/components/pisellInput/components/Copy/index.d.ts +0 -1
  65. package/es/components/pisellInput/index.d.ts +0 -1
  66. package/es/components/pisellLookup/PisellLookup.d.ts +4 -0
  67. package/es/components/pisellLookup/components/LookupResultHost.d.ts +7 -0
  68. package/es/components/pisellLookup/components/LookupTrigger.d.ts +3 -0
  69. package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.js +4 -2
  70. package/es/components/pisellShellFrame/PisellShellFrame.d.ts +13 -0
  71. package/es/components/pisellShellFrame/types.d.ts +62 -0
  72. package/es/components/pisellToast/squareToast/index.d.ts +15 -0
  73. package/es/components/pisellToast/squareToast/methods.d.ts +13 -0
  74. package/es/components/pisellToast/squareToast/renderImperatively.d.ts +28 -0
  75. package/es/components/pisellToast/squareToast/toast.d.ts +25 -0
  76. package/es/components/productCard/cartSkuCard/components/AmountFooter/index.js +3 -14
  77. package/es/components/productCard/cartSkuCard/components/AmountFooter/index.less +2 -3
  78. package/es/components/productCard/cartSkuCard/components/Gift/index.d.ts +0 -1
  79. package/es/components/productCard/cartSkuCard/components/Gift/types.d.ts +29 -0
  80. package/es/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -1
  81. package/es/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +14 -0
  82. package/es/components/productCard/cartSkuCard/components/Note/index.d.ts +0 -1
  83. package/es/components/productCard/cartSkuCard/components/Promotion/index.d.ts +6 -0
  84. package/es/components/productCard/cartSkuCard/components/basicInfo/index.js +4 -11
  85. package/es/components/productCard/cartSkuCard/components/basicInfo/index.less +0 -8
  86. package/es/components/productCard/cartSkuCard/components/discountReason/index.d.ts +0 -1
  87. package/es/components/productCard/cartSkuCard/components/holders/index.d.ts +0 -1
  88. package/es/components/productCard/cartSkuCard/components/packages/index.d.ts +0 -1
  89. package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +1 -1
  90. package/es/components/productCard/cartSkuCard/components/resources/index.d.ts +0 -1
  91. package/es/components/productCard/cartSkuCard/components/resources/index.less +4 -0
  92. package/es/components/productCard/cartSkuCard/components/sales/index.d.ts +0 -1
  93. package/es/components/productCard/cartSkuCard/components/specs/index.js +5 -1
  94. package/es/components/productCard/cartSkuCard/components/specs/index.less +0 -24
  95. package/es/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +46 -0
  96. package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -1
  97. package/es/components/productCard/cartSkuCard/components/weighing/index.js +1 -4
  98. package/es/components/productCard/cartSkuCard/components/weighing/index.less +2 -10
  99. package/es/components/productCard/cartSkuCard/index.less +0 -2
  100. package/es/components/productCard/cartSkuCard/locales.d.ts +203 -0
  101. package/es/components/productCard/components/Action/index.d.ts +3 -0
  102. package/es/components/productCard/components/Header/EditButton/index.d.ts +0 -1
  103. package/es/components/productCard/components/Header/index.d.ts +0 -1
  104. package/es/components/productCard/components/Packages/utils.d.ts +1 -1
  105. package/es/components/productCard/components/Sales/index.d.ts +0 -1
  106. package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts +0 -1
  107. package/es/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +0 -1
  108. package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +0 -1
  109. package/es/components/productCard/lineItem/BookingLineItem.d.ts +3 -1
  110. package/es/components/productCard/lineItem/BookingLineItem.js +39 -21
  111. package/es/components/productCard/lineItem/components/Holders/index.d.ts +9 -0
  112. package/es/components/productCard/lineItem/components/Holders/index.js +74 -0
  113. package/es/components/productCard/lineItem/components/Holders/index.less +39 -0
  114. package/es/components/productCard/lineItem/components/TimeRange/index.d.ts +0 -1
  115. package/es/components/productCard/lineItem/index.d.ts +11 -7
  116. package/es/components/productCard/lineItem/index.js +89 -27
  117. package/es/components/productCard/lineItem/index.less +40 -3
  118. package/es/components/productCard/lineItem/locales.d.ts +23 -0
  119. package/es/components/productCard/lineItem/types.d.ts +4 -0
  120. package/es/components/productCard/locales.d.ts +138 -0
  121. package/es/components/productCard/types.d.ts +1 -0
  122. package/es/components/select/index.d.ts +9 -0
  123. package/es/components/select-time/index.d.ts +0 -1
  124. package/es/components/table/BasicTable/index.d.ts +0 -1
  125. package/es/components/table/Table/utils.d.ts +1 -1
  126. package/es/components/virtual-keyboard/Amount/index.d.ts +0 -1
  127. package/es/components/virtual-keyboard/Amount/themeConfig.d.ts +32 -0
  128. package/es/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +15 -0
  129. package/es/components/virtual-keyboard/Keyboard/index.d.ts +21 -0
  130. package/es/components/virtual-keyboard/Number/index.d.ts +0 -1
  131. package/es/components/virtual-keyboard/Number/themeConfig.d.ts +32 -0
  132. package/es/components/virtual-keyboard/Number/types.d.ts +26 -0
  133. package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +13 -0
  134. package/es/hooks/useResponsive.d.ts +1 -1
  135. package/es/locales/en-US.d.ts +565 -0
  136. package/es/locales/ja.d.ts +533 -0
  137. package/es/locales/pt.d.ts +533 -0
  138. package/es/locales/zh-CN.d.ts +560 -0
  139. package/es/locales/zh-TW.d.ts +560 -0
  140. package/lib/components/Pagination/index.d.ts +0 -1
  141. package/lib/components/PisellTabbar/constants.d.ts +47 -0
  142. package/lib/components/PisellTabbar/hooks/useActiveKey.d.ts +55 -0
  143. package/lib/components/PisellTabbar/hooks/useExpand.d.ts +42 -0
  144. package/lib/components/PisellTabbar/template/Template1/constants.d.ts +10 -0
  145. package/lib/components/PisellTabbar/types.d.ts +90 -0
  146. package/lib/components/PisellTabbar/utils/index.d.ts +69 -0
  147. package/lib/components/SafeAreaTop/index.d.ts +5 -0
  148. package/lib/components/SafeAreaTop/types.d.ts +9 -0
  149. package/lib/components/appVersionControl/index.d.ts +0 -1
  150. package/lib/components/buttonGroupPreview/index.js +2 -1
  151. package/lib/components/cardPro/index.d.ts +3 -0
  152. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -1
  153. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +3 -3
  154. package/lib/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +1 -0
  155. package/lib/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +1 -0
  156. package/lib/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +1 -0
  157. package/lib/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +1 -0
  158. package/lib/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +1 -0
  159. package/lib/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +1 -0
  160. package/lib/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  161. package/lib/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +1 -0
  162. package/lib/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +1 -0
  163. package/lib/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +1 -0
  164. package/lib/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +1 -0
  165. package/lib/components/dataSourceComponents/fields/index.d.ts +8 -8
  166. package/lib/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +15 -0
  167. package/lib/components/drag-sort-tree/TreeItem/index.d.ts +18 -0
  168. package/lib/components/filter/components/Dropdown/types.d.ts +15 -0
  169. package/lib/components/filter/components/FilterButton/types.d.ts +29 -0
  170. package/lib/components/filter/types.d.ts +52 -0
  171. package/lib/components/iconfont/index.d.ts +8 -0
  172. package/lib/components/page/index.d.ts +0 -1
  173. package/lib/components/pisell-config-provider/context.d.ts +22 -0
  174. package/lib/components/pisellAdjustPrice/index.d.ts +0 -1
  175. package/lib/components/pisellAdjustPrice/status.d.ts +32 -0
  176. package/lib/components/pisellAdjustPrice/type.d.ts +22 -0
  177. package/lib/components/pisellFilter/index.d.ts +0 -1
  178. package/lib/components/pisellFilter/type.d.ts +7 -0
  179. package/lib/components/pisellFind/index.d.ts +34 -12
  180. package/lib/components/pisellFind/index.js +80 -5
  181. package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.js +6 -1
  182. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEditState.d.ts +6 -0
  183. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEditState.js +36 -17
  184. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.js +3 -5
  185. package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +6 -0
  186. package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +10 -0
  187. package/lib/components/pisellHierarchicalSummaryList/components/Row.d.ts +35 -0
  188. package/lib/components/pisellHierarchicalSummaryList/components/index.d.ts +1 -0
  189. package/lib/components/pisellHierarchicalSummaryList/hooks/index.d.ts +2 -0
  190. package/lib/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +15 -0
  191. package/lib/components/pisellHierarchicalSummaryList/index.d.ts +5 -0
  192. package/lib/components/pisellHierarchicalSummaryList/types.d.ts +248 -0
  193. package/lib/components/pisellInput/components/Copy/index.d.ts +0 -1
  194. package/lib/components/pisellInput/index.d.ts +0 -1
  195. package/lib/components/pisellLookup/PisellLookup.d.ts +4 -0
  196. package/lib/components/pisellLookup/components/LookupResultHost.d.ts +7 -0
  197. package/lib/components/pisellLookup/components/LookupTrigger.d.ts +3 -0
  198. package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.js +1 -1
  199. package/lib/components/pisellShellFrame/PisellShellFrame.d.ts +13 -0
  200. package/lib/components/pisellShellFrame/types.d.ts +62 -0
  201. package/lib/components/pisellToast/squareToast/index.d.ts +15 -0
  202. package/lib/components/pisellToast/squareToast/methods.d.ts +13 -0
  203. package/lib/components/pisellToast/squareToast/renderImperatively.d.ts +28 -0
  204. package/lib/components/pisellToast/squareToast/toast.d.ts +25 -0
  205. package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.js +2 -11
  206. package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.less +2 -3
  207. package/lib/components/productCard/cartSkuCard/components/Gift/index.d.ts +0 -1
  208. package/lib/components/productCard/cartSkuCard/components/Gift/types.d.ts +29 -0
  209. package/lib/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -1
  210. package/lib/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +14 -0
  211. package/lib/components/productCard/cartSkuCard/components/Note/index.d.ts +0 -1
  212. package/lib/components/productCard/cartSkuCard/components/Promotion/index.d.ts +6 -0
  213. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.js +10 -22
  214. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.less +0 -8
  215. package/lib/components/productCard/cartSkuCard/components/discountReason/index.d.ts +0 -1
  216. package/lib/components/productCard/cartSkuCard/components/holders/index.d.ts +0 -1
  217. package/lib/components/productCard/cartSkuCard/components/packages/index.d.ts +0 -1
  218. package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +1 -1
  219. package/lib/components/productCard/cartSkuCard/components/resources/index.d.ts +0 -1
  220. package/lib/components/productCard/cartSkuCard/components/resources/index.less +4 -0
  221. package/lib/components/productCard/cartSkuCard/components/sales/index.d.ts +0 -1
  222. package/lib/components/productCard/cartSkuCard/components/specs/index.js +11 -1
  223. package/lib/components/productCard/cartSkuCard/components/specs/index.less +0 -24
  224. package/lib/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +46 -0
  225. package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -1
  226. package/lib/components/productCard/cartSkuCard/components/weighing/index.js +4 -6
  227. package/lib/components/productCard/cartSkuCard/components/weighing/index.less +2 -10
  228. package/lib/components/productCard/cartSkuCard/index.less +0 -2
  229. package/lib/components/productCard/cartSkuCard/locales.d.ts +203 -0
  230. package/lib/components/productCard/components/Action/index.d.ts +3 -0
  231. package/lib/components/productCard/components/Header/EditButton/index.d.ts +0 -1
  232. package/lib/components/productCard/components/Header/index.d.ts +0 -1
  233. package/lib/components/productCard/components/Packages/utils.d.ts +1 -1
  234. package/lib/components/productCard/components/Sales/index.d.ts +0 -1
  235. package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts +0 -1
  236. package/lib/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +0 -1
  237. package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +0 -1
  238. package/lib/components/productCard/lineItem/BookingLineItem.d.ts +3 -1
  239. package/lib/components/productCard/lineItem/BookingLineItem.js +40 -48
  240. package/lib/components/productCard/lineItem/components/Holders/index.d.ts +9 -0
  241. package/lib/components/productCard/lineItem/components/Holders/index.js +83 -0
  242. package/lib/components/productCard/lineItem/components/Holders/index.less +39 -0
  243. package/lib/components/productCard/lineItem/components/TimeRange/index.d.ts +0 -1
  244. package/lib/components/productCard/lineItem/index.d.ts +11 -7
  245. package/lib/components/productCard/lineItem/index.js +63 -21
  246. package/lib/components/productCard/lineItem/index.less +40 -3
  247. package/lib/components/productCard/lineItem/locales.d.ts +23 -0
  248. package/lib/components/productCard/lineItem/types.d.ts +4 -0
  249. package/lib/components/productCard/locales.d.ts +138 -0
  250. package/lib/components/productCard/types.d.ts +1 -0
  251. package/lib/components/select/index.d.ts +9 -0
  252. package/lib/components/select-time/index.d.ts +0 -1
  253. package/lib/components/table/BasicTable/index.d.ts +0 -1
  254. package/lib/components/table/Table/utils.d.ts +1 -1
  255. package/lib/components/virtual-keyboard/Amount/index.d.ts +0 -1
  256. package/lib/components/virtual-keyboard/Amount/themeConfig.d.ts +32 -0
  257. package/lib/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +15 -0
  258. package/lib/components/virtual-keyboard/Keyboard/index.d.ts +21 -0
  259. package/lib/components/virtual-keyboard/Number/index.d.ts +0 -1
  260. package/lib/components/virtual-keyboard/Number/themeConfig.d.ts +32 -0
  261. package/lib/components/virtual-keyboard/Number/types.d.ts +26 -0
  262. package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +13 -0
  263. package/lib/hooks/useResponsive.d.ts +1 -1
  264. package/lib/locales/en-US.d.ts +565 -0
  265. package/lib/locales/ja.d.ts +533 -0
  266. package/lib/locales/pt.d.ts +533 -0
  267. package/lib/locales/zh-CN.d.ts +560 -0
  268. package/lib/locales/zh-TW.d.ts +560 -0
  269. package/lowcode/pisell-find/meta.ts +19 -0
  270. package/package.json +1 -1
  271. package/es/components/PisellCards/components/GraphicTextCard/types.d.ts +0 -290
  272. package/es/components/PisellCards/components/TextCard/TextCard.d.ts +0 -7
  273. package/es/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +0 -26
  274. package/es/components/PisellCards/components/TextCard/components/TextContent.d.ts +0 -21
  275. package/es/components/PisellCards/components/TextCard/types.d.ts +0 -270
  276. package/es/components/PisellScrollView/PisellScrollView.d.ts +0 -5
  277. package/es/components/PisellScrollView/components/Actions/index.d.ts +0 -18
  278. package/es/components/PisellScrollView/types.d.ts +0 -203
  279. package/es/components/drag-sort-tree/index.d.ts +0 -4
  280. package/es/components/login-and-register/index.d.ts +0 -82
  281. package/es/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +0 -23
  282. package/es/components/pisellFloorMapLayout/floorMapLayoutConstants.d.ts +0 -35
  283. package/es/components/pisellFloorMapLayout/utils/alignSnap.d.ts +0 -64
  284. package/es/components/pisellFloorMapLayout/utils/floorMapResourcePickerDisplay.d.ts +0 -27
  285. package/es/components/pisellFloorMapLayout/utils/floorMapResourcePickerTypes.d.ts +0 -109
  286. package/es/components/pisellGridPro/index.d.ts +0 -4
  287. package/es/components/productCard/components/Header/DeleteButton/index.d.ts +0 -3
  288. package/lib/components/PisellCards/components/GraphicTextCard/types.d.ts +0 -290
  289. package/lib/components/PisellCards/components/TextCard/TextCard.d.ts +0 -7
  290. package/lib/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +0 -26
  291. package/lib/components/PisellCards/components/TextCard/components/TextContent.d.ts +0 -21
  292. package/lib/components/PisellCards/components/TextCard/types.d.ts +0 -270
  293. package/lib/components/PisellScrollView/PisellScrollView.d.ts +0 -5
  294. package/lib/components/PisellScrollView/components/Actions/index.d.ts +0 -18
  295. package/lib/components/PisellScrollView/types.d.ts +0 -203
  296. package/lib/components/drag-sort-tree/index.d.ts +0 -4
  297. package/lib/components/login-and-register/index.d.ts +0 -82
  298. package/lib/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +0 -23
  299. package/lib/components/pisellFloorMapLayout/floorMapLayoutConstants.d.ts +0 -35
  300. package/lib/components/pisellFloorMapLayout/utils/alignSnap.d.ts +0 -64
  301. package/lib/components/pisellFloorMapLayout/utils/floorMapResourcePickerDisplay.d.ts +0 -27
  302. package/lib/components/pisellFloorMapLayout/utils/floorMapResourcePickerTypes.d.ts +0 -109
  303. package/lib/components/pisellGridPro/index.d.ts +0 -4
  304. package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +0 -3
@@ -0,0 +1,565 @@
1
+ declare const _default: {
2
+ 'pisell-tabbar-expand': string;
3
+ 'pisell-tabbar-minimize': string;
4
+ 'pisell-tabbar-all': string;
5
+ 'table-filter-search': string;
6
+ 'table-filter-find': string;
7
+ 'table-filter-clear': string;
8
+ 'table-filter-filter': string;
9
+ 'table-filter-min': string;
10
+ 'table-filter-max': string;
11
+ 'table-pagination-previous': string;
12
+ 'table-pagination-next': string;
13
+ 'table-pagination-total': (current: string, total: string) => string;
14
+ 'select-dropdown-render-select-all': string;
15
+ 'select-dropdown-render-search': string;
16
+ 'sort-button-text': string;
17
+ 'sort-oldest-to-newest': string;
18
+ 'sort-newest-to-oldest': string;
19
+ 'sort-a-z': string;
20
+ 'sort-z-a': string;
21
+ 'sort-from-morning-to-night': string;
22
+ 'sort-from-evening-to-morning': string;
23
+ 'sort-0-9': string;
24
+ 'sort-9-0': string;
25
+ 'sort-first-last': string;
26
+ 'sort-last-first': string;
27
+ 'table-action-filter-button': string;
28
+ 'table-action-filter-quick-filter': string;
29
+ 'table-action-filter-quick-filter-tip': (count: number) => string;
30
+ 'table-action-filter-other-filter': string;
31
+ 'table-action-filter-other-filter-tip': () => string;
32
+ 'table-action-group-by-title': string;
33
+ 'table-action-group-by-title-tip': string;
34
+ 'table-action-column-title': string;
35
+ 'table-column-group-records': string;
36
+ 'table-column-group-lock-tip': string;
37
+ 'record-board-uniform-summary-empty': string;
38
+ 'record-board-uniform-summary-same': string;
39
+ 'table-column-drag-sort-disabled-tip': string;
40
+ 'table-action-filter-no-filter': string;
41
+ 'table-action-range-picker-placeholder-start': string;
42
+ 'table-action-range-picker-placeholder-end': string;
43
+ 'table-action-range-picker-presets-today': string;
44
+ 'table-action-range-picker-presets-yesterday': string;
45
+ 'table-action-range-picker-presets-last-3-day': string;
46
+ 'table-action-range-picker-presets-last-7-day': string;
47
+ 'table-action-range-picker-presets-last-14-day': string;
48
+ 'table-action-range-picker-presets-last-30-day': string;
49
+ 'table-action-range-picker-presets-last-90-day': string;
50
+ 'virtual-keyboard-time-now': string;
51
+ 'virtual-keyboard-time-ok': string;
52
+ 'batch-editor-batch-edit': string;
53
+ 'pisell-lookup-placeholder': string;
54
+ 'pisell-lookup-button-text': string;
55
+ 'pisell-lookup-confirm-button-text': string;
56
+ 'pisell-lookup-clear': string;
57
+ 'pisell-lookup-close': string;
58
+ 'pisell-lookup-search-history': string;
59
+ 'pisell-lookup-clear-history': string;
60
+ 'pisell-lookup-suggestions': string;
61
+ 'pisell-lookup-popular-search': string;
62
+ 'pisell-lookup-loading': string;
63
+ 'pisell-lookup-no-data': string;
64
+ 'pisell-find-button-text': string;
65
+ 'pisell-find-placeholder': string;
66
+ 'pisell-export-button-text': string;
67
+ 'batch-editor-actions': string;
68
+ 'batch-editor-remove': string;
69
+ 'batch-editor-price': string;
70
+ 'batch-editor-cancel': string;
71
+ 'batch-editor-search': string;
72
+ 'batch-editor-confirm': string;
73
+ 'batch-editor-batch-remove': string;
74
+ 'batch-editor-quick-edit': string;
75
+ 'batch-editor-what-price': string;
76
+ 'batch-editor-quick-edit-title': (product: string, num: string) => string;
77
+ 'batch-editor-quick-edit-title-2': (product: string) => string;
78
+ 'batch-action-bar-select-all': string;
79
+ 'batch-action-bar-invert': string;
80
+ 'batch-action-bar-clear': string;
81
+ 'batch-action-bar-delete': string;
82
+ 'batch-action-bar-more': string;
83
+ 'batch-action-bar-selected-count': (count: number) => string;
84
+ 'batch-action-bar-confirm-title': string;
85
+ 'batch-action-bar-delete-confirm-title': string;
86
+ 'batch-action-bar-delete-confirm-content': (count: number) => string;
87
+ 'batch-action-bar-delete-confirm-ok': string;
88
+ 'batch-action-bar-delete-confirm-cancel': string;
89
+ 'record-board-toolbar-reset': string;
90
+ 'record-board-toolbar-default-filter-status': string;
91
+ 'record-board-toolbar-default-filter-all': string;
92
+ 'record-board-toolbar-default-filter-enabled': string;
93
+ 'record-board-toolbar-default-filter-disabled': string;
94
+ 'record-board-toolbar-default-filter-keyword': string;
95
+ 'record-board-toolbar-default-placeholder': string;
96
+ 'record-board-infinite-scroll-loading-more': string;
97
+ 'record-board-infinite-scroll-all-loaded': string;
98
+ 'record-board-infinite-scroll-pull-hint': string;
99
+ 'pisell-resource-wall-appearance-light': string;
100
+ 'pisell-resource-wall-appearance-dark': string;
101
+ 'pisell-resource-wall-control-open': string;
102
+ 'pisell-resource-wall-page-indicator': string;
103
+ 'pisell-resource-wall-layout-custom': string;
104
+ 'pisell-resource-wall-control-title': string;
105
+ 'pisell-resource-wall-control-cancel': string;
106
+ 'pisell-resource-wall-control-apply': string;
107
+ 'pisell-resource-wall-control-close': string;
108
+ 'pisell-resource-wall-control-eyebrow': string;
109
+ 'pisell-resource-wall-control-subtitle': string;
110
+ 'pisell-resource-wall-display-mode': string;
111
+ 'pisell-resource-wall-carousel-paging-mode': string;
112
+ 'pisell-resource-wall-summary-pagination': string;
113
+ 'pisell-resource-wall-summary-page-sec': string;
114
+ 'pisell-resource-wall-modal-select-all': string;
115
+ 'pisell-resource-wall-modal-clear-all': string;
116
+ 'pisell-resource-wall-modal-resource-hint': string;
117
+ 'pisell-resource-wall-status-table-title': string;
118
+ 'pisell-resource-wall-tab-layout': string;
119
+ 'pisell-resource-wall-tab-colors': string;
120
+ 'pisell-resource-wall-tab-status': string;
121
+ 'pisell-resource-wall-resources-section': string;
122
+ 'pisell-resource-wall-select-all': string;
123
+ 'pisell-resource-wall-clear-selection': string;
124
+ 'pisell-resource-wall-max-selection': string;
125
+ 'pisell-resource-wall-layout-preset': string;
126
+ 'pisell-resource-wall-page-duration': string;
127
+ 'pisell-resource-wall-custom-cols': string;
128
+ 'pisell-resource-wall-custom-rows': string;
129
+ 'pisell-resource-wall-occupied-color': string;
130
+ 'pisell-resource-wall-available-color': string;
131
+ 'pisell-resource-wall-boarding-soon-min': string;
132
+ 'pisell-resource-wall-status-col-key': string;
133
+ 'pisell-resource-wall-status-col-label': string;
134
+ 'pisell-resource-wall-status-col-note': string;
135
+ 'pisell-resource-wall-status-col-color': string;
136
+ 'pisell-resource-wall-status-col-notebg': string;
137
+ 'pisell-resource-wall-carousel-dwell-sec-label': string;
138
+ 'pisell-resource-wall-layout-placeholder': string;
139
+ 'pisell-resource-wall-layout-field-label': string;
140
+ 'pisell-resource-wall-panel-custom-cols': string;
141
+ 'pisell-resource-wall-panel-custom-rows': string;
142
+ 'pisell-resource-wall-hero-width-ratio': string;
143
+ 'pisell-resource-wall-hero-width-hint': string;
144
+ 'pisell-resource-wall-hero-benchmark-placeholder': string;
145
+ 'pisell-resource-wall-hero-benchmark-sample': string;
146
+ 'pisell-resource-wall-resources-select-with-count': string;
147
+ 'pisell-resource-wall-resources-capacity-carousel-hint': string;
148
+ 'pisell-resource-wall-occupied-card-color-label': string;
149
+ 'pisell-resource-wall-available-card-color-label': string;
150
+ 'pisell-resource-wall-status-col-explain': string;
151
+ 'pisell-resource-wall-carousel-countdown-line': string;
152
+ 'pisell-resource-wall-countdown-overtime': string;
153
+ 'pisell-resource-wall-countdown-ending-now': string;
154
+ 'pisell-resource-wall-countdown-left': string;
155
+ 'pisell-resource-wall-countdown-zero-overtime': string;
156
+ 'pisell-resource-wall-fullscreen-enter': string;
157
+ 'pisell-resource-wall-fullscreen-exit': string;
158
+ 'pisell-resource-wall-card-hero-available': string;
159
+ 'pisell-resource-wall-card-label-current': string;
160
+ 'pisell-resource-wall-card-label-next': string;
161
+ 'pisell-resource-wall-card-next-line': string;
162
+ 'pisell-resource-wall-card-starts-in': string;
163
+ 'pisell-resource-wall-card-late': string;
164
+ 'pisell-resource-wall-card-current-not-in-use': string;
165
+ 'pisell-resource-wall-floor-status-empty': string;
166
+ 'pisell-resource-wall-floor-status-reserved': string;
167
+ 'pisell-resource-wall-floor-status-late': string;
168
+ 'pisell-resource-wall-floor-status-occupied': string;
169
+ 'pisell-resource-wall-floor-status-expired': string;
170
+ 'pisell-resource-wall-marquee-ending-soon': string;
171
+ 'pisell-resource-wall-card-session-complete': string;
172
+ 'pisell-resource-wall-card-check-in-prompt': string;
173
+ 'pisell-resource-wall-status-id-inUse': string;
174
+ 'pisell-resource-wall-status-id-endingSoon': string;
175
+ 'pisell-resource-wall-status-id-expired': string;
176
+ 'pisell-resource-wall-status-id-available': string;
177
+ 'pisell-resource-wall-status-id-boardingSoon': string;
178
+ 'pisell-resource-wall-status-id-late': string;
179
+ 'pisell-resource-wall-tone-inUse-label': string;
180
+ 'pisell-resource-wall-tone-inUse-note': string;
181
+ 'pisell-resource-wall-tone-endingSoon-label': string;
182
+ 'pisell-resource-wall-tone-endingSoon-note': string;
183
+ 'pisell-resource-wall-tone-expired-label': string;
184
+ 'pisell-resource-wall-tone-expired-note': string;
185
+ 'pisell-resource-wall-tone-available-label': string;
186
+ 'pisell-resource-wall-tone-available-note': string;
187
+ 'pisell-resource-wall-tone-boardingSoon-label': string;
188
+ 'pisell-resource-wall-tone-boardingSoon-note': string;
189
+ 'pisell-resource-wall-tone-late-label': string;
190
+ 'pisell-resource-wall-tone-late-note': string;
191
+ 'pisell2.recordBoard.toolbar.find': string;
192
+ 'pisell2.recordBoard.toolbar.findPlaceholder': string;
193
+ 'pisell2.recordBoard.toolbar.sort': string;
194
+ 'pisell2.recordBoard.toolbar.sortStatus': string;
195
+ 'pisell2.recordBoard.toolbar.sortStatusFreeFirst': string;
196
+ 'pisell2.recordBoard.toolbar.sortStatusOccupiedFirst': string;
197
+ 'pisell2.recordBoard.toolbar.filter': string;
198
+ 'pisell2.recordBoard.toolbar.reset': string;
199
+ 'pisell2.recordBoard.toolbar.viewGrid': string;
200
+ 'pisell2.recordBoard.toolbar.viewFloorMap': string;
201
+ 'pisell2.recordBoard.toolbar.viewCalendar': string;
202
+ 'pisell2.recordBoard.toolbar.viewResourceWall': string;
203
+ 'pisell2.recordBoard.toolbar.columnSetting': string;
204
+ 'pisell2.recordBoard.toolbar.moreSettings': string;
205
+ 'pisell2.recordBoard.filter.placeholderEnter': string;
206
+ 'pisell2.recordBoard.calendar.common.close': string;
207
+ 'pisell2.recordBoard.calendar.common.cancel': string;
208
+ 'pisell2.recordBoard.calendar.common.save': string;
209
+ 'pisell2.recordBoard.calendar.common.saving': string;
210
+ 'pisell2.recordBoard.calendar.common.resourceFallback': string;
211
+ 'pisell2.recordBoard.calendar.common.newBookingName': string;
212
+ 'pisell2.recordBoard.calendar.weekday.mon': string;
213
+ 'pisell2.recordBoard.calendar.weekday.tue': string;
214
+ 'pisell2.recordBoard.calendar.weekday.wed': string;
215
+ 'pisell2.recordBoard.calendar.weekday.thu': string;
216
+ 'pisell2.recordBoard.calendar.weekday.fri': string;
217
+ 'pisell2.recordBoard.calendar.weekday.sat': string;
218
+ 'pisell2.recordBoard.calendar.weekday.sun': string;
219
+ 'pisell2.recordBoard.calendar.resource.monthUnit': string;
220
+ 'pisell2.recordBoard.calendar.block.panelTitle': string;
221
+ 'pisell2.recordBoard.calendar.block.defaultTitle': string;
222
+ 'pisell2.recordBoard.calendar.block.fieldTitle': string;
223
+ 'pisell2.recordBoard.calendar.block.fieldNote': string;
224
+ 'pisell2.recordBoard.calendar.block.fieldResource': string;
225
+ 'pisell2.recordBoard.calendar.block.fieldTimeRange': string;
226
+ 'pisell2.recordBoard.calendar.block.placeholderTitle': string;
227
+ 'pisell2.recordBoard.calendar.block.placeholderNote': string;
228
+ 'pisell2.recordBoard.calendar.block.noResource': string;
229
+ 'pisell2.recordBoard.calendar.block.closeAria': string;
230
+ 'pisell2.recordBoard.calendar.block.warnSelectTime': string;
231
+ 'pisell2.recordBoard.calendar.block.warnEndAfterStart': string;
232
+ 'pisell2.recordBoard.calendar.block.warnSelectResource': string;
233
+ 'pisell2.recordBoard.calendar.overflow.bookingsForDay': string;
234
+ 'pisell2.recordBoard.calendar.overflow.listTitleBookings': string;
235
+ 'pisell2.recordBoard.calendar.overflow.listTitleAllBookings': string;
236
+ 'pisell2.recordBoard.calendar.overflow.moreCount': string;
237
+ 'pisell2.recordBoard.calendar.move.title': string;
238
+ 'pisell2.recordBoard.calendar.move.subtitle': string;
239
+ 'pisell2.recordBoard.calendar.move.customer': string;
240
+ 'pisell2.recordBoard.calendar.move.court': string;
241
+ 'pisell2.recordBoard.calendar.move.newDate': string;
242
+ 'pisell2.recordBoard.calendar.move.newStartTime': string;
243
+ 'pisell2.recordBoard.calendar.move.newEndTime': string;
244
+ 'pisell2.recordBoard.calendar.move.previousInfo': string;
245
+ 'pisell2.recordBoard.calendar.move.original': string;
246
+ 'pisell2.recordBoard.calendar.move.dropTarget': string;
247
+ 'pisell2.recordBoard.calendar.move.updated': string;
248
+ 'pisell2.recordBoard.calendar.move.confirm': string;
249
+ 'pisell2.recordBoard.calendar.move.noPhone': string;
250
+ 'pisell2.recordBoard.calendar.move.noEmail': string;
251
+ 'pisell2.recordBoard.calendar.move.courtFallback': string;
252
+ 'pisell2.recordBoard.calendar.move.slotDisabled': string;
253
+ 'pisell2.recordBoard.calendar.week.headerCourtDate': string;
254
+ 'pisell2.recordBoard.calendar.week.fullyBooked': string;
255
+ 'pisell2.recordBoard.calendar.week.available': string;
256
+ 'pisell2.recordBoard.calendar.day.outsideHours': string;
257
+ 'pisell2.recordBoard.calendar.day.selectedBlock': string;
258
+ 'pisell2.recordBoard.calendar.day.selected': string;
259
+ 'pisell2.recordBoard.calendar.day.deselectAll': string;
260
+ 'pisell2.recordBoard.calendar.day.openSlot': string;
261
+ 'pisell2.recordBoard.calendar.day.block': string;
262
+ 'pisell2.recordBoard.calendar.day.createBooking': string;
263
+ 'pisell2.recordBoard.calendar.day.freeRatio': string;
264
+ 'pisell2.recordBoard.calendar.card.continuesNext': string;
265
+ 'pisell2.recordBoard.calendar.card.blockBy': string;
266
+ 'pisell2.recordBoard.calendar.card.lateMinutesBadge': string;
267
+ 'pisell2.recordBoard.calendar.card.lateMinutesDetail': string;
268
+ 'pisell2.recordBoard.calendar.status.cancel': string;
269
+ 'pisell2.recordBoard.calendar.status.change': string;
270
+ 'pisell2.recordBoard.calendar.status.checkedIn': string;
271
+ 'pisell2.recordBoard.calendar.status.pending': string;
272
+ 'pisell2.recordBoard.calendar.status.new': string;
273
+ 'pisell2.recordBoard.calendar.status.late': string;
274
+ 'pisell2.recordBoard.calendar.status.noShow': string;
275
+ 'pisell2.recordBoard.calendar.detail.staff': string;
276
+ 'pisell2.recordBoard.calendar.detail.orderNote': string;
277
+ 'pisell2.salesManagement.pagination.previous': string;
278
+ 'pisell2.salesManagement.pagination.next': string;
279
+ 'pisell2.salesManagement.pagination.showTotal': (currentPage: number, totalPages: number) => string;
280
+ 'pisell2.salesManagement.pagination.total': (current: number, max: number) => string;
281
+ 'pisell2.salesManagement.batchActionBar.selectedCount': (count: number) => string;
282
+ 'pisell2.salesManagement.batchActionBar.more': string;
283
+ 'pisell2.salesManagement.batchActionBar.selectAll': string;
284
+ 'pisell2.salesManagement.batchActionBar.invert': string;
285
+ 'pisell2.salesManagement.batchActionBar.clear': string;
286
+ 'pisell2.salesManagement.batchActionBar.delete': string;
287
+ 'pisell2.salesManagement.batchActionBar.confirmTitle': string;
288
+ 'pisell2.salesManagement.batchActionBar.deleteConfirmTitle': string;
289
+ 'pisell2.salesManagement.batchActionBar.deleteConfirmContent': (count: number) => string;
290
+ 'pisell2.salesManagement.batchActionBar.deleteConfirmOk': string;
291
+ 'pisell2.salesManagement.batchActionBar.deleteConfirmCancel': string;
292
+ 'shell-frame-statistic-expand': string;
293
+ 'shell-frame-statistic-collapse': string;
294
+ 'table-action-export-import-export-success': string;
295
+ 'table-action-export-import-button': string;
296
+ 'table-action-export-import-export-range': string;
297
+ 'table-action-export-import-current-page': string;
298
+ 'table-action-export-import-all-records': string;
299
+ 'table-action-export-import-selected-records': string;
300
+ 'table-action-export-import-selected': string;
301
+ 'table-action-export-import-item': (length: number) => string;
302
+ 'table-action-export-import-product': string;
303
+ 'table-action-export-import-table-text-input-title': string;
304
+ 'table-action-export-import-table-text-input-describe': string;
305
+ 'table-action-export-import-table-error-file': string;
306
+ 'table-action-export-import-import-success': string;
307
+ 'table-action-export-import-import-phone': string;
308
+ 'table-action-export-import-table-success-download': string;
309
+ 'table-action-export-import-table-textimport-product': string;
310
+ 'table-action-export-import-table-text-product-template': string;
311
+ 'table-action-export-import-table-text-click-download': string;
312
+ 'table-action-export-import-table-text-edit-file': string;
313
+ 'table-action-export-import-button-import': string;
314
+ 'table-action-export-import-cancel': string;
315
+ 'table-action-export-import-file-completed': string;
316
+ 'table-action-export-import-file-processing': string;
317
+ 'table-action-export-import-file-pending': string;
318
+ 'table-action-export-import-file-refresh': string;
319
+ 'table-action-export-import-export-title': string;
320
+ 'table-action-export-import-file-hint': string;
321
+ 'table-action-export-import-file-name': string;
322
+ 'table-action-export-import-file-content': string;
323
+ 'table-action-export-import-file-content-all': string;
324
+ 'table-action-export-import-file-content-part': string;
325
+ 'table-action-export-import-file-status': string;
326
+ 'table-action-export-import-file-account': string;
327
+ 'table-action-export-import-file-created': string;
328
+ 'table-action-export-import-file-record': (length: number) => string;
329
+ 'table-action-export-import-import-title': string;
330
+ 'table-action-export-import-log-hint': string;
331
+ 'table-action-export-import-log-name': string;
332
+ 'table-action-export-import-log-result': string;
333
+ 'table-action-export-import-log-ok': (num: number) => string;
334
+ 'table-action-export-import-log-err': (num: number) => string;
335
+ 'table-action-export-import-log-check': string;
336
+ 'table-action-export-import-log-detail-title': string;
337
+ 'table-action-export-import-log-err-log': string;
338
+ 'table-action-export-import-log-copy': string;
339
+ 'table-action-export-import-table-success-copy': string;
340
+ 'drag-sort-tree-unavailable-today-tip': string;
341
+ 'date-picker-today': string;
342
+ 'date-picker-yesterday': string;
343
+ 'date-picker-tomorrow': string;
344
+ 'date-picker-next_monday': string;
345
+ 'date-picker-last_friday': string;
346
+ 'date-picker-first_day_of_this_month': string;
347
+ 'date-picker-last_day_of_this_month': string;
348
+ 'date-picker-first_day_of_next_month': string;
349
+ 'date-picker-last_day_of_last_month': string;
350
+ 'date-picker-invalid-date': string;
351
+ 'date-picker-apply': string;
352
+ 'date-picker-shortcut-custom': string;
353
+ 'pisell-input-copy-success': string;
354
+ 'pisell-input-copy': string;
355
+ 'pisell-empty-description-no-data': string;
356
+ 'pisell-information-entry-input-search': string;
357
+ 'pisell-information-entry-input-confirm': string;
358
+ 'pisell-information-entry-scan-exit': string;
359
+ 'pisell-wallet-pass-card-detail': string;
360
+ 'pisell-wallet-pass-card-edit': string;
361
+ 'pisell-wallet-pass-card-name': string;
362
+ 'pisell-wallet-pass-card-store-name': string;
363
+ 'pisell-wallet-pass-card-balance': string;
364
+ 'pisell-wallet-pass-card-redeem': string;
365
+ 'pisell-wallet-pass-card-code': string;
366
+ 'pisell-wallet-pass-card-valid-to': string;
367
+ 'pisell-wallet-pass-card-valid': string;
368
+ 'pisell-wallet-pass-card-confirm': string;
369
+ 'pisell-wallet-pass-card-cancel': string;
370
+ 'pisell-wallet-pass-card-required': string;
371
+ 'pisell-wallet-pass-card-expireDate': string;
372
+ 'pisell-adjust-price-price-override': string;
373
+ 'pisell-adjust-price-discount': string;
374
+ 'pisell-adjust-price-discount-amount': string;
375
+ 'pisell-adjust-price-discount-percentage': string;
376
+ 'pisell-adjust-price-total-after-discount': string;
377
+ 'pisell-adjust-price-discount-can-be-maximum': string;
378
+ 'pisell-discount-card-title': string;
379
+ 'pisell-discount-card-unit': string;
380
+ 'pisell-discount-card-fixed-amount-prefix': string;
381
+ 'pisell-data-source-table-add': string;
382
+ 'pisell-data-source-table-edit': string;
383
+ 'pisell-data-source-table-detail': string;
384
+ 'pisell-data-source-table-delete': string;
385
+ 'pisell-record-view-available': string;
386
+ 'pisell-record-view-unavailable': string;
387
+ 'pisell-data-source-form-required-message': string;
388
+ 'pisell-data-source-form-scope-message': string;
389
+ 'pisell-data-source-form-scene-request-id-message': string;
390
+ 'pisell-data-source-form-email-message': string;
391
+ 'pisell-data-source-form-domain-message': string;
392
+ 'pisell-data-source-form-url-message': string;
393
+ 'pisell-data-source-form-phone-message': string;
394
+ 'pisell-data-source-form-min-length-message': (minLength: number) => string;
395
+ 'pisell-data-source-form-max-length-message': (maxLength: number) => string;
396
+ 'pisell-data-source-form-min-value-message': (minValue: number) => string;
397
+ 'pisell-data-source-form-max-value-message': (maxValue: number) => string;
398
+ 'pisell-data-source-form-mobile-message': string;
399
+ 'pisell-data-source-form-pattern-message': string;
400
+ 'pisell-number-format-thousand': string;
401
+ 'pisell-number-format-million': string;
402
+ 'pisell-number-format-billion': string;
403
+ 'walletCard-done': string;
404
+ 'walletCard-qrcode': string;
405
+ 'walletCard-barcode': string;
406
+ 'walletCard-viewPin': string;
407
+ 'pisell-upload-button': string;
408
+ 'pisell-upload-setting-size-error': (maxSize: number) => string;
409
+ 'pisell-upload-setting-type-error': (type: string) => string;
410
+ 'pisell-upload-count-error': (count: number) => string;
411
+ 'pisell-upload-error': (name: string) => string;
412
+ 'pisell-upload-multilingual-title': string;
413
+ 'pisell-upload-multilingual-item-title-original': string;
414
+ 'pisell-upload-multilingual-item-title-en': string;
415
+ 'pisell-upload-multilingual-item-title-zh-CN': string;
416
+ 'pisell-upload-multilingual-item-title-zh-HK': string;
417
+ 'pisell-color-picker-default': string;
418
+ 'pisell-action-get-data': string;
419
+ 'pisell-action-delete-success': string;
420
+ 'pisell-action-delete-failed': string;
421
+ 'walletCard-point': string;
422
+ 'walletCard-rechargeable': string;
423
+ 'walletCard-voucher': string;
424
+ 'walletCard-discount': string;
425
+ 'pisellQrcode-done': string;
426
+ 'pisellQrcode-qrcode': string;
427
+ 'pisell-delete-confirm-title': string;
428
+ 'pisell-delete-confirm-content': string;
429
+ 'pisell-delete-confirm-ok': string;
430
+ 'pisell-delete-confirm-cancel': string;
431
+ 'pisell-design-mode-action-disabled': string;
432
+ 'pisell-translation-original': string;
433
+ 'pisell-version-modal-title': string;
434
+ 'pisell-version-modal-current-version': string;
435
+ 'pisell-version-modal-version': string;
436
+ 'pisell-version-modal-update-notes': string;
437
+ 'pisell-version-modal-patch': string;
438
+ 'pisell-version-modal-minor': string;
439
+ 'pisell-version-modal-major': string;
440
+ 'pisell-version-modal-custom': string;
441
+ 'pisell-version-modal-cancel': string;
442
+ 'pisell-version-modal-confirm': string;
443
+ 'pisell-version-modal-describe-update-notes': string;
444
+ 'pisell-version-modal-version-error': string;
445
+ 'pisell-version-modal-version-required': string;
446
+ 'pisell-version-modal-based-on-version': string;
447
+ 'subdomain-error-too-short': string;
448
+ 'subdomain-error-too-long': string;
449
+ 'subdomain-error-pattern': string;
450
+ 'subdomain-error-numbers-only': string;
451
+ 'subdomain-error-hyphen-ends': string;
452
+ 'subdomain-error-consecutive-hyphens': string;
453
+ 'subdomain-error-required': string;
454
+ 'pisell-icon-select-outlined': string;
455
+ 'pisell-icon-select-filled': string;
456
+ 'pisell-icon-select-two-tone': string;
457
+ 'pisell-icon-select-iconfont': string;
458
+ 'pisell-icon-select-search': string;
459
+ 'pisell-icon-select-select': string;
460
+ 'pisell-lowcode-app-version-control-live': string;
461
+ 'pisell-lowcode-app-version-control-draft': string;
462
+ 'pisell-lowcode-app-version-control-deprecated': string;
463
+ 'pisell-lowcode-app-version-control-new-version': string;
464
+ 'pisell-lowcode-app-version-control-promote-to-live': string;
465
+ 'pisell-lowcode-app-version-control-promote-version': (version: string) => string;
466
+ 'pisell-lowcode-app-version-control-promote-version-describe': string;
467
+ 'pisell-lowcode-app-version-control-promote-version-ok': string;
468
+ 'pisell-lowcode-app-version-control-promote-version-cancel': string;
469
+ 'pisell-lowcode-app-version-control-version-exists': string;
470
+ 'pisell-lowcode-drop-sort-add': string;
471
+ 'pisell-lowcode-navigation-menu-add-sub-menu': string;
472
+ 'pisell-lowcode-navigation-menu-add-page': string;
473
+ 'pisell-lowcode-navigation-menu-add-page-tip': string;
474
+ 'pisell-lowcode-navigation-menu-tag-base': string;
475
+ 'pisell-lowcode-navigation-menu-tag-proCode': string;
476
+ 'pisell-lowcode-navigation-menu-tag-pisell1': string;
477
+ 'pisell-lowcode-navigation-menu-tag-group': string;
478
+ 'pisell-lowcode-navigation-menu-tag-sub-menu': string;
479
+ 'pisell-lowcode-navigation-menu-tag-custom': string;
480
+ 'pisell-data-source-form-app-identifier-pattern': string;
481
+ 'pisell-data-source-form-app-identifier-start-with-letter': string;
482
+ 'pisell-group-permissions-rule-required': string;
483
+ 'pisell-group-permissions-rule-limit': string;
484
+ 'pisell-data-source-form-app-identifier-letters-only': string;
485
+ 'pisell-data-source-form-app-identifier-alphanumeric': string;
486
+ 'pisell-data-source-form-app-identifier-special-ends': string;
487
+ 'pisell-data-source-form-app-identifier-consecutive-special': string;
488
+ 'qrscanner-loading': string;
489
+ 'qrscanner-success': string;
490
+ 'qrscanner-success-qrcode': string;
491
+ 'qrscanner-success-barcode': string;
492
+ 'qrscanner-error-upload-image': string;
493
+ 'qrscanner-error-load-failed': string;
494
+ 'qrscanner-error-no-code': string;
495
+ 'qrscanner-error-camera-init': string;
496
+ 'qrscanner-error-process-image': string;
497
+ 'pisell-login-and-register-title': string;
498
+ 'pisell-login-and-register-subtitle': string;
499
+ 'pisell-login-and-register-email-label': string;
500
+ 'pisell-login-and-register-email-placeholder': string;
501
+ 'pisell-login-and-register-password-label': string;
502
+ 'pisell-login-and-register-password-placeholder': string;
503
+ 'pisell-login-and-register-email-error': string;
504
+ 'pisell-login-and-register-email-error-valid': string;
505
+ 'pisell-login-and-register-password-error': string;
506
+ 'pisell-login-and-register-login': string;
507
+ 'pisell-login-and-register-google': string;
508
+ 'pisell-login-and-register-facebook': string;
509
+ 'pisell-login-and-register-apple': string;
510
+ 'pisell-login-and-register-sign-up': string;
511
+ 'pisell-login-and-register-login-tab': string;
512
+ 'pisell-login-and-register-register-tab': string;
513
+ 'pisell-login-and-register-register-email-placeholder': string;
514
+ 'pisell-login-and-register-register-password-placeholder': string;
515
+ 'pisell-login-and-register-register-button-text': string;
516
+ 'pisell-login-and-register-remember-me': string;
517
+ 'pisell-login-and-register-forgot-password': string;
518
+ 'pisell2.text.goodpass.product-vouchers': string;
519
+ 'pisell2.text.goodpass.last-settlement': string;
520
+ 'pisell2.text.goodpass.view-more': string;
521
+ 'pisell2.text.goodpass.save': string;
522
+ 'pisell-wallet-pass-card-status-used': string;
523
+ 'pisell-wallet-pass-card-status-expired': string;
524
+ 'pisell-wallet-pass-card-status-disabled': string;
525
+ 'pisell-wallet-pass-card-status-conflict': string;
526
+ 'pisell-wallet-pass-card-status-lastPayment': string;
527
+ 'pisell-wallet-pass-card-reset': string;
528
+ 'pisell-wallet-pass-card-done': string;
529
+ 'pisell2.wallet-card.add-holder-tip': string;
530
+ 'pisell2.wallet-card.add-holder-button-text': string;
531
+ 'pisell-camera-no-camera-accessible': string;
532
+ 'pisell-camera-permission-denied': string;
533
+ 'pisell-camera-switch-camera': string;
534
+ 'pisell-camera-canvas': string;
535
+ 'pisell-camera-checking': string;
536
+ 'pisell-camera-no-camera-desc': string;
537
+ 'pisell-upload-camera-local-files': string;
538
+ 'pisell-upload-camera-capture': string;
539
+ 'pisell-upload-camera-retake': string;
540
+ 'pisell-upload-camera-use': string;
541
+ 'pisell-list-tab-group-default': string;
542
+ 'pisell-list-empty-text-default': string;
543
+ 'pisell-list-load-more': string;
544
+ 'pisell-list-view-less': string;
545
+ 'pisell-list-pagination-total': (start: number, end: number, total: number) => string;
546
+ 'pisell-list-scroll-down': string;
547
+ 'pisell-list-scroll-right': string;
548
+ 'pisell-list-pagination-page-of': (current: number, total: number) => string;
549
+ 'pisell-list-pagination-previous': string;
550
+ 'pisell-list-pagination-next': string;
551
+ 'pisell-procedure-header-back-confirm-title': string;
552
+ 'pisell-procedure-header-back-confirm-desc': string;
553
+ 'pisell-procedure-header-back-confirm-no': string;
554
+ 'pisell-procedure-header-back-confirm-yes': string;
555
+ 'pisell-procedure-header-close-confirm-title': string;
556
+ 'pisell-procedure-header-close-confirm-desc': string;
557
+ 'pisell-procedure-header-close-confirm-no': string;
558
+ 'pisell-procedure-header-close-confirm-yes': string;
559
+ 'pisell-procedure-footer-more': string;
560
+ /** PisellMobileDateRangePicker */
561
+ 'pisell-mobile-date-range-picker-placeholder': string;
562
+ 'pisell-mobile-date-range-picker-title': string;
563
+ 'pisell-mobile-date-range-picker-confirm': string;
564
+ };
565
+ export default _default;