@pisell/materials 6.11.24 → 6.11.25

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/meta.js +1 -1
  5. package/build/lowcode/render/default/view.css +1 -1
  6. package/build/lowcode/render/default/view.js +5 -5
  7. package/build/lowcode/view.css +1 -1
  8. package/build/lowcode/view.js +4 -4
  9. package/es/components/PisellLayouts/index.d.ts +1 -0
  10. package/es/components/dataSourceComponents/fields/Tabs/index.d.ts +0 -1
  11. package/es/components/dataSourceComponents/fields/index.d.ts +0 -1
  12. package/es/components/pisellFilter/index.js +4 -2
  13. package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.js +4 -1
  14. package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.less +6 -0
  15. package/es/components/pisellFloorMapLayout/components/FloorMapEditPanel.js +10 -1
  16. package/es/components/pisellFloorMapLayout/components/ViewControls.js +8 -4
  17. package/es/components/pisellFloorMapLayout/components/ViewControls.less +14 -0
  18. package/es/components/pisellFloorMapLayout/types.d.ts +12 -0
  19. package/es/components/pisellLookup/PisellLookup.less +13 -0
  20. package/es/components/pisellLookup/components/LookupTrigger.js +2 -1
  21. package/es/components/pisellRecordBoard/PisellRecordBoard.stories.js +1 -1
  22. package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.js +16 -5
  23. package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.less +13 -0
  24. package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/index.js +6 -5
  25. package/es/components/pisellRecordBoard/shellFrame/ToolBar/ToolBarFilter.less +71 -0
  26. package/es/components/pisellRecordBoard/shellFrame/ToolBar/index.js +16 -10
  27. package/es/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolbar.less +38 -0
  28. package/es/components/pisellRecordBoard/shellFrame/ToolBarReset/index.less +19 -0
  29. package/es/components/pisellRecordBoard/types.d.ts +5 -0
  30. package/es/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +11 -0
  31. package/es/components/pisellRecordBoard/utils/recordBoardColumns.js +59 -8
  32. package/es/components/pisellReservationSchedule/PisellReservationSchedule.js +13 -0
  33. package/es/components/pisellReservationSchedule/PisellReservationSchedule.less +17 -0
  34. package/es/components/pisellReservationSchedule/types.d.ts +5 -0
  35. package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.less +2 -1
  36. package/lib/components/PisellLayouts/index.d.ts +1 -0
  37. package/lib/components/dataSourceComponents/fields/Tabs/index.d.ts +0 -1
  38. package/lib/components/dataSourceComponents/fields/index.d.ts +0 -1
  39. package/lib/components/pisellFilter/index.js +4 -0
  40. package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.js +20 -6
  41. package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.less +6 -0
  42. package/lib/components/pisellFloorMapLayout/components/FloorMapEditPanel.js +1 -1
  43. package/lib/components/pisellFloorMapLayout/components/ViewControls.js +7 -3
  44. package/lib/components/pisellFloorMapLayout/components/ViewControls.less +14 -0
  45. package/lib/components/pisellFloorMapLayout/types.d.ts +12 -0
  46. package/lib/components/pisellLookup/PisellLookup.less +13 -0
  47. package/lib/components/pisellLookup/components/LookupTrigger.js +4 -1
  48. package/lib/components/pisellRecordBoard/PisellRecordBoard.stories.js +1 -1
  49. package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.js +10 -2
  50. package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.less +13 -0
  51. package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/index.js +6 -5
  52. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/ToolBarFilter.less +71 -0
  53. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/index.js +12 -8
  54. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolbar.less +38 -0
  55. package/lib/components/pisellRecordBoard/shellFrame/ToolBarReset/index.less +19 -0
  56. package/lib/components/pisellRecordBoard/types.d.ts +5 -0
  57. package/lib/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +11 -0
  58. package/lib/components/pisellRecordBoard/utils/recordBoardColumns.js +45 -8
  59. package/lib/components/pisellReservationSchedule/PisellReservationSchedule.js +22 -0
  60. package/lib/components/pisellReservationSchedule/PisellReservationSchedule.less +17 -0
  61. package/lib/components/pisellReservationSchedule/types.d.ts +5 -0
  62. package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.less +2 -1
  63. package/lowcode/render-figma-style-table-card/meta.ts +1 -1
  64. package/package.json +3 -3
  65. package/es/components/PisellCards/components/MultilevelCard/components/PanelWrapper.d.ts +0 -7
  66. package/es/components/PisellSteps/PisellSteps.d.ts +0 -14
  67. package/es/components/PisellSuperTabs/PisellSuperTabs.d.ts +0 -8
  68. package/es/components/PisellSuperTabs/hooks/useTabsState.d.ts +0 -7
  69. package/es/components/PisellSuperTabs/types.d.ts +0 -212
  70. package/es/components/PisellTabbar/constants.d.ts +0 -47
  71. package/es/components/PisellTabbar/hooks/useActiveKey.d.ts +0 -55
  72. package/es/components/PisellTabbar/hooks/useExpand.d.ts +0 -42
  73. package/es/components/PisellTabbar/template/Template1/constants.d.ts +0 -10
  74. package/es/components/PisellTabbar/types.d.ts +0 -90
  75. package/es/components/PisellTabbar/utils/index.d.ts +0 -69
  76. package/es/components/cardPro/index.d.ts +0 -4
  77. package/es/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +0 -39
  78. package/es/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +0 -26
  79. package/es/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +0 -15
  80. package/es/components/dataSourceComponents/provider/variables/VariablesProvider.d.ts +0 -4
  81. package/es/components/drag-sort-tree/TreeItem/index.d.ts +0 -19
  82. package/es/components/iconfont/index.d.ts +0 -8
  83. package/es/components/page/index.d.ts +0 -9
  84. package/es/components/pisell-config-provider/context.d.ts +0 -22
  85. package/es/components/pisell-config-provider/index.d.ts +0 -13
  86. package/es/components/pisellAdjustPrice/index.d.ts +0 -5
  87. package/es/components/pisellAdjustPrice/status.d.ts +0 -32
  88. package/es/components/pisellAdjustPrice/type.d.ts +0 -22
  89. package/es/components/pisellCheckboxGroup/index.d.ts +0 -40
  90. package/es/components/pisellDataSourceContainer/components/Pagination/index.d.ts +0 -6
  91. package/es/components/pisellFilter/type.d.ts +0 -7
  92. package/es/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +0 -24
  93. package/es/components/pisellFloorMapLayout/components/FloorMapImageElement.d.ts +0 -9
  94. package/es/components/pisellFloorMapLayout/hooks/useFloorMapPaletteTouchDrag.d.ts +0 -21
  95. package/es/components/pisellFloorMapLayout/locales-ja.d.ts +0 -113
  96. package/es/components/pisellFloorMapLayout/locales-pt.d.ts +0 -113
  97. package/es/components/pisellFloorMapLayout/locales.d.ts +0 -551
  98. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanTypes.d.ts +0 -72
  99. package/es/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.d.ts +0 -8
  100. package/es/components/pisellFloorMapLayout/utils/floorMapDropUtils.d.ts +0 -27
  101. package/es/components/pisellFloorMapLayout/utils/floorMapStageDefaults.d.ts +0 -8
  102. package/es/components/pisellFloorMapLayout/utils/snap.d.ts +0 -10
  103. package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +0 -6
  104. package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +0 -10
  105. package/es/components/pisellHierarchicalSummaryList/components/Row.d.ts +0 -35
  106. package/es/components/pisellHierarchicalSummaryList/components/index.d.ts +0 -1
  107. package/es/components/pisellHierarchicalSummaryList/hooks/index.d.ts +0 -2
  108. package/es/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +0 -15
  109. package/es/components/pisellHierarchicalSummaryList/index.d.ts +0 -5
  110. package/es/components/pisellHierarchicalSummaryList/types.d.ts +0 -248
  111. package/es/components/pisellModal/index.d.ts +0 -62
  112. package/es/components/pisellReservationSchedule/locales.d.ts +0 -25
  113. package/es/components/pisellText/components/Amount/index.d.ts +0 -20
  114. package/es/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +0 -10
  115. package/es/components/pisellTimeNavigator/PisellTimeNavigator.stories.d.ts +0 -79
  116. package/es/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +0 -14
  117. package/es/components/pisellTimeNavigator/components/CursorLayer.d.ts +0 -25
  118. package/es/components/pisellTimeNavigator/components/GestureLayer.d.ts +0 -33
  119. package/es/components/pisellTimeNavigator/components/NowButton.d.ts +0 -14
  120. package/es/components/pisellTimeNavigator/components/ScaleLayer.d.ts +0 -22
  121. package/es/components/pisellTimeNavigator/components/index.d.ts +0 -5
  122. package/es/components/pisellTimeNavigator/hooks/index.d.ts +0 -5
  123. package/es/components/pisellTimeNavigator/hooks/useDragInertia.d.ts +0 -14
  124. package/es/components/pisellTimeNavigator/hooks/useRealtime.d.ts +0 -5
  125. package/es/components/pisellTimeNavigator/hooks/useTimeAxis.d.ts +0 -27
  126. package/es/components/pisellTimeNavigator/index.d.ts +0 -5
  127. package/es/components/pisellTimeNavigator/locales.d.ts +0 -22
  128. package/es/components/pisellTimeNavigator/types.d.ts +0 -160
  129. package/es/components/pisellTimeNavigator/utils/index.d.ts +0 -30
  130. package/es/components/pisellToast/index.d.ts +0 -17
  131. package/es/components/pisellToast/squareToast/index.d.ts +0 -15
  132. package/es/components/pisellToast/squareToast/methods.d.ts +0 -13
  133. package/es/components/pisellToast/squareToast/renderImperatively.d.ts +0 -28
  134. package/es/components/pisellToast/squareToast/toast.d.ts +0 -25
  135. package/es/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +0 -4
  136. package/es/components/productCard/cartSkuCard/components/Gift/index.d.ts +0 -5
  137. package/es/components/productCard/cartSkuCard/components/Gift/types.d.ts +0 -29
  138. package/es/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -4
  139. package/es/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +0 -14
  140. package/es/components/productCard/cartSkuCard/components/Note/index.d.ts +0 -4
  141. package/es/components/productCard/cartSkuCard/components/Promotion/index.d.ts +0 -7
  142. package/es/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +0 -36
  143. package/es/components/productCard/cartSkuCard/components/discountReason/index.d.ts +0 -3
  144. package/es/components/productCard/cartSkuCard/components/holders/index.d.ts +0 -4
  145. package/es/components/productCard/cartSkuCard/components/packages/index.d.ts +0 -12
  146. package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +0 -20
  147. package/es/components/productCard/cartSkuCard/components/resources/index.d.ts +0 -4
  148. package/es/components/productCard/cartSkuCard/components/sales/index.d.ts +0 -13
  149. package/es/components/productCard/cartSkuCard/components/specs/index.d.ts +0 -22
  150. package/es/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +0 -46
  151. package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -9
  152. package/es/components/productCard/cartSkuCard/index.d.ts +0 -11
  153. package/es/components/productCard/cartSkuCard/locales.d.ts +0 -178
  154. package/es/components/productCard/components/Action/index.d.ts +0 -4
  155. package/es/components/productCard/components/Header/EditButton/index.d.ts +0 -4
  156. package/es/components/productCard/components/Header/index.d.ts +0 -4
  157. package/es/components/productCard/components/Sales/index.d.ts +0 -4
  158. package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts +0 -4
  159. package/es/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +0 -14
  160. package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +0 -3
  161. package/es/components/productCard/locales.d.ts +0 -138
  162. package/es/components/productCard/status.d.ts +0 -32
  163. package/es/components/productCard/types.d.ts +0 -95
  164. package/es/components/productCard/utils.d.ts +0 -33
  165. package/es/components/select-time/index.d.ts +0 -14
  166. package/es/components/sort/index.d.ts +0 -5
  167. package/es/components/table/Table/AddFieldModal/index.d.ts +0 -4
  168. package/es/components/table/index.d.ts +0 -4
  169. package/es/components/virtual-keyboard/Amount/index.d.ts +0 -6
  170. package/es/components/virtual-keyboard/Amount/themeConfig.d.ts +0 -32
  171. package/es/components/virtual-keyboard/Amount/types.d.ts +0 -44
  172. package/es/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +0 -15
  173. package/es/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -25
  174. package/es/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
  175. package/es/components/virtual-keyboard/Number/index.d.ts +0 -6
  176. package/es/components/virtual-keyboard/Number/themeConfig.d.ts +0 -32
  177. package/es/components/virtual-keyboard/Number/types.d.ts +0 -26
  178. package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -13
  179. package/es/components/virtual-keyboard/index.d.ts +0 -25
  180. package/es/locales/en-US.d.ts +0 -387
  181. package/es/locales/ja.d.ts +0 -356
  182. package/es/locales/pt.d.ts +0 -356
  183. package/es/locales/zh-CN.d.ts +0 -382
  184. package/es/locales/zh-TW.d.ts +0 -382
  185. package/lib/components/PisellCards/components/MultilevelCard/components/PanelWrapper.d.ts +0 -7
  186. package/lib/components/PisellSteps/PisellSteps.d.ts +0 -14
  187. package/lib/components/PisellSuperTabs/PisellSuperTabs.d.ts +0 -8
  188. package/lib/components/PisellSuperTabs/hooks/useTabsState.d.ts +0 -7
  189. package/lib/components/PisellSuperTabs/types.d.ts +0 -212
  190. package/lib/components/PisellTabbar/constants.d.ts +0 -47
  191. package/lib/components/PisellTabbar/hooks/useActiveKey.d.ts +0 -55
  192. package/lib/components/PisellTabbar/hooks/useExpand.d.ts +0 -42
  193. package/lib/components/PisellTabbar/template/Template1/constants.d.ts +0 -10
  194. package/lib/components/PisellTabbar/types.d.ts +0 -90
  195. package/lib/components/PisellTabbar/utils/index.d.ts +0 -69
  196. package/lib/components/cardPro/index.d.ts +0 -4
  197. package/lib/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +0 -39
  198. package/lib/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +0 -26
  199. package/lib/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +0 -15
  200. package/lib/components/dataSourceComponents/provider/variables/VariablesProvider.d.ts +0 -4
  201. package/lib/components/drag-sort-tree/TreeItem/index.d.ts +0 -19
  202. package/lib/components/iconfont/index.d.ts +0 -8
  203. package/lib/components/page/index.d.ts +0 -9
  204. package/lib/components/pisell-config-provider/context.d.ts +0 -22
  205. package/lib/components/pisell-config-provider/index.d.ts +0 -13
  206. package/lib/components/pisellAdjustPrice/index.d.ts +0 -5
  207. package/lib/components/pisellAdjustPrice/status.d.ts +0 -32
  208. package/lib/components/pisellAdjustPrice/type.d.ts +0 -22
  209. package/lib/components/pisellCheckboxGroup/index.d.ts +0 -40
  210. package/lib/components/pisellDataSourceContainer/components/Pagination/index.d.ts +0 -6
  211. package/lib/components/pisellFilter/type.d.ts +0 -7
  212. package/lib/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +0 -24
  213. package/lib/components/pisellFloorMapLayout/components/FloorMapImageElement.d.ts +0 -9
  214. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapPaletteTouchDrag.d.ts +0 -21
  215. package/lib/components/pisellFloorMapLayout/locales-ja.d.ts +0 -113
  216. package/lib/components/pisellFloorMapLayout/locales-pt.d.ts +0 -113
  217. package/lib/components/pisellFloorMapLayout/locales.d.ts +0 -551
  218. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanTypes.d.ts +0 -72
  219. package/lib/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.d.ts +0 -8
  220. package/lib/components/pisellFloorMapLayout/utils/floorMapDropUtils.d.ts +0 -27
  221. package/lib/components/pisellFloorMapLayout/utils/floorMapStageDefaults.d.ts +0 -8
  222. package/lib/components/pisellFloorMapLayout/utils/snap.d.ts +0 -10
  223. package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +0 -6
  224. package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +0 -10
  225. package/lib/components/pisellHierarchicalSummaryList/components/Row.d.ts +0 -35
  226. package/lib/components/pisellHierarchicalSummaryList/components/index.d.ts +0 -1
  227. package/lib/components/pisellHierarchicalSummaryList/hooks/index.d.ts +0 -2
  228. package/lib/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +0 -15
  229. package/lib/components/pisellHierarchicalSummaryList/index.d.ts +0 -5
  230. package/lib/components/pisellHierarchicalSummaryList/types.d.ts +0 -248
  231. package/lib/components/pisellModal/index.d.ts +0 -62
  232. package/lib/components/pisellReservationSchedule/locales.d.ts +0 -25
  233. package/lib/components/pisellText/components/Amount/index.d.ts +0 -20
  234. package/lib/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +0 -10
  235. package/lib/components/pisellTimeNavigator/PisellTimeNavigator.stories.d.ts +0 -79
  236. package/lib/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +0 -14
  237. package/lib/components/pisellTimeNavigator/components/CursorLayer.d.ts +0 -25
  238. package/lib/components/pisellTimeNavigator/components/GestureLayer.d.ts +0 -33
  239. package/lib/components/pisellTimeNavigator/components/NowButton.d.ts +0 -14
  240. package/lib/components/pisellTimeNavigator/components/ScaleLayer.d.ts +0 -22
  241. package/lib/components/pisellTimeNavigator/components/index.d.ts +0 -5
  242. package/lib/components/pisellTimeNavigator/hooks/index.d.ts +0 -5
  243. package/lib/components/pisellTimeNavigator/hooks/useDragInertia.d.ts +0 -14
  244. package/lib/components/pisellTimeNavigator/hooks/useRealtime.d.ts +0 -5
  245. package/lib/components/pisellTimeNavigator/hooks/useTimeAxis.d.ts +0 -27
  246. package/lib/components/pisellTimeNavigator/index.d.ts +0 -5
  247. package/lib/components/pisellTimeNavigator/locales.d.ts +0 -22
  248. package/lib/components/pisellTimeNavigator/types.d.ts +0 -160
  249. package/lib/components/pisellTimeNavigator/utils/index.d.ts +0 -30
  250. package/lib/components/pisellToast/index.d.ts +0 -17
  251. package/lib/components/pisellToast/squareToast/index.d.ts +0 -15
  252. package/lib/components/pisellToast/squareToast/methods.d.ts +0 -13
  253. package/lib/components/pisellToast/squareToast/renderImperatively.d.ts +0 -28
  254. package/lib/components/pisellToast/squareToast/toast.d.ts +0 -25
  255. package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +0 -4
  256. package/lib/components/productCard/cartSkuCard/components/Gift/index.d.ts +0 -5
  257. package/lib/components/productCard/cartSkuCard/components/Gift/types.d.ts +0 -29
  258. package/lib/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -4
  259. package/lib/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +0 -14
  260. package/lib/components/productCard/cartSkuCard/components/Note/index.d.ts +0 -4
  261. package/lib/components/productCard/cartSkuCard/components/Promotion/index.d.ts +0 -7
  262. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +0 -36
  263. package/lib/components/productCard/cartSkuCard/components/discountReason/index.d.ts +0 -3
  264. package/lib/components/productCard/cartSkuCard/components/holders/index.d.ts +0 -4
  265. package/lib/components/productCard/cartSkuCard/components/packages/index.d.ts +0 -12
  266. package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +0 -20
  267. package/lib/components/productCard/cartSkuCard/components/resources/index.d.ts +0 -4
  268. package/lib/components/productCard/cartSkuCard/components/sales/index.d.ts +0 -13
  269. package/lib/components/productCard/cartSkuCard/components/specs/index.d.ts +0 -22
  270. package/lib/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +0 -46
  271. package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -9
  272. package/lib/components/productCard/cartSkuCard/index.d.ts +0 -11
  273. package/lib/components/productCard/cartSkuCard/locales.d.ts +0 -178
  274. package/lib/components/productCard/components/Action/index.d.ts +0 -4
  275. package/lib/components/productCard/components/Header/EditButton/index.d.ts +0 -4
  276. package/lib/components/productCard/components/Header/index.d.ts +0 -4
  277. package/lib/components/productCard/components/Sales/index.d.ts +0 -4
  278. package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts +0 -4
  279. package/lib/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +0 -14
  280. package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +0 -3
  281. package/lib/components/productCard/locales.d.ts +0 -138
  282. package/lib/components/productCard/status.d.ts +0 -32
  283. package/lib/components/productCard/types.d.ts +0 -95
  284. package/lib/components/productCard/utils.d.ts +0 -33
  285. package/lib/components/select-time/index.d.ts +0 -14
  286. package/lib/components/sort/index.d.ts +0 -5
  287. package/lib/components/table/Table/AddFieldModal/index.d.ts +0 -4
  288. package/lib/components/table/index.d.ts +0 -4
  289. package/lib/components/virtual-keyboard/Amount/index.d.ts +0 -6
  290. package/lib/components/virtual-keyboard/Amount/themeConfig.d.ts +0 -32
  291. package/lib/components/virtual-keyboard/Amount/types.d.ts +0 -44
  292. package/lib/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +0 -15
  293. package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -25
  294. package/lib/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
  295. package/lib/components/virtual-keyboard/Number/index.d.ts +0 -6
  296. package/lib/components/virtual-keyboard/Number/themeConfig.d.ts +0 -32
  297. package/lib/components/virtual-keyboard/Number/types.d.ts +0 -26
  298. package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -13
  299. package/lib/components/virtual-keyboard/index.d.ts +0 -25
  300. package/lib/locales/en-US.d.ts +0 -387
  301. package/lib/locales/ja.d.ts +0 -356
  302. package/lib/locales/pt.d.ts +0 -356
  303. package/lib/locales/zh-CN.d.ts +0 -382
  304. package/lib/locales/zh-TW.d.ts +0 -382
@@ -1,356 +0,0 @@
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-clear': string;
7
- 'table-filter-filter': string;
8
- 'table-filter-min': string;
9
- 'table-filter-max': string;
10
- 'table-pagination-previous': string;
11
- 'table-pagination-next': string;
12
- 'table-pagination-total': (current: string, total: string) => string;
13
- 'select-dropdown-render-select-all': string;
14
- 'select-dropdown-render-search': string;
15
- 'sort-button-text': string;
16
- 'sort-oldest-to-newest': string;
17
- 'sort-newest-to-oldest': string;
18
- 'sort-a-z': string;
19
- 'sort-z-a': string;
20
- 'sort-from-morning-to-night': string;
21
- 'sort-from-evening-to-morning': string;
22
- 'sort-0-9': string;
23
- 'sort-9-0': string;
24
- 'table-action-filter-button': string;
25
- 'table-action-filter-quick-filter': string;
26
- 'table-action-filter-quick-filter-tip': (count: number) => string;
27
- 'table-action-filter-other-filter': string;
28
- 'table-action-filter-other-filter-tip': () => string;
29
- 'table-action-group-by-title': string;
30
- 'table-action-group-by-title-tip': string;
31
- 'table-action-column-title': string;
32
- 'table-column-group-records': string;
33
- 'table-column-group-lock-tip': string;
34
- 'record-board-uniform-summary-empty': string;
35
- 'record-board-uniform-summary-same': string;
36
- 'table-column-drag-sort-disabled-tip': string;
37
- 'table-action-filter-no-filter': string;
38
- 'table-action-range-picker-presets-today': string;
39
- 'table-action-range-picker-presets-yesterday': string;
40
- 'table-action-range-picker-presets-last-3-day': string;
41
- 'table-action-range-picker-presets-last-7-day': string;
42
- 'table-action-range-picker-presets-last-14-day': string;
43
- 'table-action-range-picker-presets-last-30-day': string;
44
- 'table-action-range-picker-presets-last-90-day': string;
45
- 'virtual-keyboard-time-now': string;
46
- 'virtual-keyboard-time-ok': string;
47
- 'batch-editor-batch-edit': string;
48
- 'batch-editor-actions': string;
49
- 'batch-editor-remove': string;
50
- 'batch-editor-price': string;
51
- 'batch-editor-cancel': string;
52
- 'batch-editor-search': string;
53
- 'batch-editor-confirm': string;
54
- 'batch-editor-batch-remove': string;
55
- 'batch-editor-quick-edit': string;
56
- 'batch-editor-what-price': string;
57
- 'batch-editor-quick-edit-title': (product: string, num: string) => string;
58
- 'batch-editor-quick-edit-title-2': (product: string) => string;
59
- 'table-action-export-import-export-success': string;
60
- 'table-action-export-import-button': string;
61
- 'table-action-export-import-export-range': string;
62
- 'table-action-export-import-current-page': string;
63
- 'table-action-export-import-all-records': string;
64
- 'table-action-export-import-selected-records': string;
65
- 'table-action-export-import-selected': string;
66
- 'table-action-export-import-item': (length: number) => string;
67
- 'table-action-export-import-product': string;
68
- 'table-action-export-import-table-text-input-title': string;
69
- 'table-action-export-import-table-text-input-describe': string;
70
- 'table-action-export-import-table-error-file': string;
71
- 'table-action-export-import-import-success': string;
72
- 'table-action-export-import-import-phone': string;
73
- 'table-action-export-import-table-success-download': string;
74
- 'table-action-export-import-table-textimport-product': string;
75
- 'table-action-export-import-table-text-product-template': string;
76
- 'table-action-export-import-table-text-click-download': string;
77
- 'table-action-export-import-table-text-edit-file': string;
78
- 'table-action-export-import-button-import': string;
79
- 'table-action-export-import-cancel': string;
80
- 'table-action-export-import-file-completed': string;
81
- 'table-action-export-import-file-processing': string;
82
- 'table-action-export-import-file-pending': string;
83
- 'table-action-export-import-file-refresh': string;
84
- 'table-action-export-import-export-title': string;
85
- 'table-action-export-import-file-hint': string;
86
- 'table-action-export-import-file-name': string;
87
- 'table-action-export-import-file-content': string;
88
- 'table-action-export-import-file-content-all': string;
89
- 'table-action-export-import-file-content-part': string;
90
- 'table-action-export-import-file-status': string;
91
- 'table-action-export-import-file-account': string;
92
- 'table-action-export-import-file-created': string;
93
- 'table-action-export-import-file-record': (length: number) => string;
94
- 'table-action-export-import-import-title': string;
95
- 'table-action-export-import-log-hint': string;
96
- 'table-action-export-import-log-name': string;
97
- 'table-action-export-import-log-result': string;
98
- 'table-action-export-import-log-ok': (num: number) => string;
99
- 'table-action-export-import-log-err': (num: number) => string;
100
- 'table-action-export-import-log-check': string;
101
- 'table-action-export-import-log-detail-title': string;
102
- 'table-action-export-import-log-err-log': string;
103
- 'table-action-export-import-log-copy': string;
104
- 'table-action-export-import-table-success-copy': string;
105
- 'drag-sort-tree-unavailable-today-tip': string;
106
- 'date-picker-today': string;
107
- 'date-picker-yesterday': string;
108
- 'date-picker-tomorrow': string;
109
- 'date-picker-next_monday': string;
110
- 'date-picker-last_friday': string;
111
- 'date-picker-first_day_of_this_month': string;
112
- 'date-picker-last_day_of_this_month': string;
113
- 'date-picker-first_day_of_next_month': string;
114
- 'date-picker-last_day_of_last_month': string;
115
- 'date-picker-invalid-date': string;
116
- 'date-picker-apply': string;
117
- 'date-picker-shortcut-custom': string;
118
- 'pisell-input-copy-success': string;
119
- 'pisell-input-copy': string;
120
- 'pisell-empty-description-no-data': string;
121
- 'pisell-information-entry-input-search': string;
122
- 'pisell-information-entry-input-confirm': string;
123
- 'pisell-information-entry-scan-exit': string;
124
- 'pisell-wallet-pass-card-detail': string;
125
- 'pisell-wallet-pass-card-edit': string;
126
- 'pisell-wallet-pass-card-name': string;
127
- 'pisell-wallet-pass-card-store-name': string;
128
- 'pisell-wallet-pass-card-balance': string;
129
- 'pisell-wallet-pass-card-redeem': string;
130
- 'pisell-wallet-pass-card-code': string;
131
- 'pisell-wallet-pass-card-valid-to': string;
132
- 'pisell-wallet-pass-card-valid': string;
133
- 'pisell-wallet-pass-card-confirm': string;
134
- 'pisell-wallet-pass-card-cancel': string;
135
- 'pisell-wallet-pass-card-required': string;
136
- 'pisell-wallet-pass-card-expireDate': string;
137
- 'pisell-adjust-price-price-override': string;
138
- 'pisell-adjust-price-discount': string;
139
- 'pisell-adjust-price-discount-amount': string;
140
- 'pisell-adjust-price-discount-percentage': string;
141
- 'pisell-adjust-price-total-after-discount': string;
142
- 'pisell-adjust-price-discount-can-be-maximum': string;
143
- 'pisell-discount-card-title': string;
144
- 'pisell-discount-card-unit': string;
145
- 'pisell-discount-card-fixed-amount-prefix': string;
146
- 'pisell-data-source-table-add': string;
147
- 'pisell-data-source-table-edit': string;
148
- 'pisell-data-source-table-detail': string;
149
- 'pisell-data-source-table-delete': string;
150
- 'pisell-record-view-available': string;
151
- 'pisell-record-view-unavailable': string;
152
- 'pisell-data-source-form-required-message': string;
153
- 'pisell-data-source-form-email-message': string;
154
- 'pisell-data-source-form-domain-message': string;
155
- 'pisell-data-source-form-url-message': string;
156
- 'pisell-data-source-form-phone-message': string;
157
- 'pisell-data-source-form-min-length-message': (minLength: number) => string;
158
- 'pisell-data-source-form-max-length-message': (maxLength: number) => string;
159
- 'pisell-data-source-form-min-value-message': (minValue: number) => string;
160
- 'pisell-data-source-form-max-value-message': (maxValue: number) => string;
161
- 'pisell-data-source-form-mobile-message': string;
162
- 'pisell-data-source-form-pattern-message': string;
163
- 'pisell-number-format-thousand': string;
164
- 'pisell-number-format-million': string;
165
- 'pisell-number-format-billion': string;
166
- 'walletCard-done': string;
167
- 'walletCard-qrcode': string;
168
- 'walletCard-barcode': string;
169
- 'walletCard-viewPin': string;
170
- 'pisell-upload-button': string;
171
- 'pisell-upload-setting-size-error': (maxSize: number) => string;
172
- 'pisell-upload-setting-type-error': (type: string) => string;
173
- 'pisell-upload-count-error': (count: number) => string;
174
- 'pisell-upload-error': (name: string) => string;
175
- 'pisell-upload-multilingual-title': string;
176
- 'pisell-upload-multilingual-item-title-original': string;
177
- 'pisell-upload-multilingual-item-title-en': string;
178
- 'pisell-upload-multilingual-item-title-zh-CN': string;
179
- 'pisell-upload-multilingual-item-title-zh-HK': string;
180
- 'pisell-color-picker-default': string;
181
- 'pisell-action-get-data': string;
182
- 'pisell-action-delete-success': string;
183
- 'pisell-action-delete-failed': string;
184
- 'walletCard-point': string;
185
- 'walletCard-rechargeable': string;
186
- 'walletCard-voucher': string;
187
- 'walletCard-discount': string;
188
- 'pisellQrcode-done': string;
189
- 'pisellQrcode-qrcode': string;
190
- 'pisell-delete-confirm-title': string;
191
- 'pisell-delete-confirm-content': string;
192
- 'pisell-delete-confirm-ok': string;
193
- 'pisell-delete-confirm-cancel': string;
194
- 'pisell-design-mode-action-disabled': string;
195
- 'pisell-translation-original': string;
196
- 'pisell-version-modal-title': string;
197
- 'pisell-version-modal-current-version': string;
198
- 'pisell-version-modal-version': string;
199
- 'pisell-version-modal-update-notes': string;
200
- 'pisell-version-modal-patch': string;
201
- 'pisell-version-modal-minor': string;
202
- 'pisell-version-modal-major': string;
203
- 'pisell-version-modal-custom': string;
204
- 'pisell-version-modal-cancel': string;
205
- 'pisell-version-modal-confirm': string;
206
- 'pisell-version-modal-describe-update-notes': string;
207
- 'pisell-version-modal-version-error': string;
208
- 'pisell-version-modal-version-required': string;
209
- 'pisell-version-modal-based-on-version': string;
210
- 'subdomain-error-too-short': string;
211
- 'subdomain-error-too-long': string;
212
- 'subdomain-error-pattern': string;
213
- 'subdomain-error-numbers-only': string;
214
- 'subdomain-error-hyphen-ends': string;
215
- 'subdomain-error-consecutive-hyphens': string;
216
- 'subdomain-error-required': string;
217
- 'pisell-icon-select-outlined': string;
218
- 'pisell-icon-select-filled': string;
219
- 'pisell-icon-select-two-tone': string;
220
- 'pisell-icon-select-iconfont': string;
221
- 'pisell-icon-select-search': string;
222
- 'pisell-icon-select-select': string;
223
- 'pisell-lowcode-app-version-control-live': string;
224
- 'pisell-lowcode-app-version-control-draft': string;
225
- 'pisell-lowcode-app-version-control-deprecated': string;
226
- 'pisell-lowcode-app-version-control-new-version': string;
227
- 'pisell-lowcode-app-version-control-promote-to-live': string;
228
- 'pisell-lowcode-app-version-control-promote-version': (version: string) => string;
229
- 'pisell-lowcode-app-version-control-promote-version-describe': string;
230
- 'pisell-lowcode-app-version-control-promote-version-ok': string;
231
- 'pisell-lowcode-app-version-control-promote-version-cancel': string;
232
- 'pisell-lowcode-app-version-control-version-exists': string;
233
- 'pisell-lowcode-drop-sort-add': string;
234
- 'pisell-lowcode-navigation-menu-add-sub-menu': string;
235
- 'pisell-lowcode-navigation-menu-add-page': string;
236
- 'pisell-lowcode-navigation-menu-add-page-tip': string;
237
- 'pisell-lowcode-navigation-menu-tag-base': string;
238
- 'pisell-lowcode-navigation-menu-tag-proCode': string;
239
- 'pisell-lowcode-navigation-menu-tag-pisell1': string;
240
- 'pisell-lowcode-navigation-menu-tag-group': string;
241
- 'pisell-lowcode-navigation-menu-tag-sub-menu': string;
242
- 'pisell-lowcode-navigation-menu-tag-custom': string;
243
- 'pisell-data-source-form-app-identifier-pattern': string;
244
- 'pisell-data-source-form-app-identifier-start-with-letter': string;
245
- 'pisell-group-permissions-rule-required': string;
246
- 'pisell-group-permissions-rule-limit': string;
247
- 'pisell-data-source-form-app-identifier-letters-only': string;
248
- 'pisell-data-source-form-app-identifier-alphanumeric': string;
249
- 'pisell-data-source-form-app-identifier-special-ends': string;
250
- 'pisell-data-source-form-app-identifier-consecutive-special': string;
251
- 'qrscanner-loading': string;
252
- 'qrscanner-success': string;
253
- 'qrscanner-success-qrcode': string;
254
- 'qrscanner-success-barcode': string;
255
- 'qrscanner-error-upload-image': string;
256
- 'qrscanner-error-load-failed': string;
257
- 'qrscanner-error-no-code': string;
258
- 'qrscanner-error-camera-init': string;
259
- 'qrscanner-error-process-image': string;
260
- 'pisell-login-and-register-title': string;
261
- 'pisell-login-and-register-subtitle': string;
262
- 'pisell-login-and-register-email-label': string;
263
- 'pisell-login-and-register-email-placeholder': string;
264
- 'pisell-login-and-register-password-label': string;
265
- 'pisell-login-and-register-password-placeholder': string;
266
- 'pisell-login-and-register-email-error': string;
267
- 'pisell-login-and-register-email-error-valid': string;
268
- 'pisell-login-and-register-password-error': string;
269
- 'pisell-login-and-register-login': string;
270
- 'pisell-login-and-register-google': string;
271
- 'pisell-login-and-register-facebook': string;
272
- 'pisell-login-and-register-apple': string;
273
- 'pisell-login-and-register-sign-up': string;
274
- 'pisell-login-and-register-login-tab': string;
275
- 'pisell-login-and-register-register-tab': string;
276
- 'pisell-login-and-register-register-email-placeholder': string;
277
- 'pisell-login-and-register-register-password-placeholder': string;
278
- 'pisell-login-and-register-register-button-text': string;
279
- 'pisell-login-and-register-remember-me': string;
280
- 'pisell-login-and-register-forgot-password': string;
281
- 'pisell2.text.goodpass.product-vouchers': string;
282
- 'pisell2.text.goodpass.last-settlement': string;
283
- 'pisell2.text.goodpass.view-more': string;
284
- 'pisell2.text.goodpass.save': string;
285
- 'pisell-wallet-pass-card-status-used': string;
286
- 'pisell-wallet-pass-card-status-expired': string;
287
- 'pisell-wallet-pass-card-status-disabled': string;
288
- 'pisell-wallet-pass-card-status-conflict': string;
289
- 'pisell-wallet-pass-card-status-lastPayment': string;
290
- 'pisell-wallet-pass-card-reset': string;
291
- 'pisell-wallet-pass-card-done': string;
292
- 'pisell2.wallet-card.add-holder-tip': string;
293
- 'pisell2.wallet-card.add-holder-button-text': string;
294
- 'pisell-camera-no-camera-accessible': string;
295
- 'pisell-camera-permission-denied': string;
296
- 'pisell-camera-switch-camera': string;
297
- 'pisell-camera-canvas': string;
298
- 'pisell-camera-checking': string;
299
- 'pisell-camera-no-camera-desc': string;
300
- 'pisell-upload-camera-local-files': string;
301
- 'pisell-upload-camera-capture': string;
302
- 'pisell-upload-camera-retake': string;
303
- 'pisell-upload-camera-use': string;
304
- 'pisell-list-tab-group-default': string;
305
- 'pisell-list-empty-text-default': string;
306
- 'pisell-list-load-more': string;
307
- 'pisell-list-view-less': string;
308
- 'pisell-list-pagination-total': (start: number, end: number, total: number) => string;
309
- 'pisell-list-scroll-down': string;
310
- 'pisell-list-scroll-right': string;
311
- 'pisell-list-pagination-page-of': (current: number, total: number) => string;
312
- 'pisell-list-pagination-previous': string;
313
- 'pisell-list-pagination-next': string;
314
- 'pisell-lookup-placeholder': string;
315
- 'pisell-lookup-button-text': string;
316
- 'pisell-lookup-confirm-button-text': string;
317
- 'pisell-lookup-clear': string;
318
- 'pisell-lookup-close': string;
319
- 'pisell-lookup-search-history': string;
320
- 'pisell-lookup-clear-history': string;
321
- 'pisell-lookup-suggestions': string;
322
- 'pisell-lookup-popular-search': string;
323
- 'pisell-lookup-loading': string;
324
- 'pisell-lookup-no-data': string;
325
- 'pisell-find-button-text': string;
326
- 'pisell-find-placeholder': string;
327
- 'batch-action-bar-select-all': string;
328
- 'batch-action-bar-invert': string;
329
- 'batch-action-bar-clear': string;
330
- 'batch-action-bar-delete': string;
331
- 'batch-action-bar-more': string;
332
- 'batch-action-bar-selected-count': (count: number) => string;
333
- 'batch-action-bar-confirm-title': string;
334
- 'batch-action-bar-delete-confirm-title': string;
335
- 'batch-action-bar-delete-confirm-content': (count: number) => string;
336
- 'batch-action-bar-delete-confirm-ok': string;
337
- 'batch-action-bar-delete-confirm-cancel': string;
338
- 'pisell-procedure-header-back-confirm-title': string;
339
- 'pisell-procedure-header-back-confirm-desc': string;
340
- 'pisell-procedure-header-back-confirm-no': string;
341
- 'pisell-procedure-header-back-confirm-yes': string;
342
- 'pisell-procedure-header-close-confirm-title': string;
343
- 'pisell-procedure-header-close-confirm-desc': string;
344
- 'pisell-procedure-header-close-confirm-no': string;
345
- 'pisell-procedure-header-close-confirm-yes': string;
346
- 'pisell-procedure-footer-more': string;
347
- 'pisell2.recordBoard.toolbar.find': string;
348
- 'pisell2.recordBoard.toolbar.findPlaceholder': string;
349
- 'pisell2.recordBoard.toolbar.sort': string;
350
- 'pisell2.recordBoard.toolbar.filter': string;
351
- 'pisell2.recordBoard.toolbar.reset': string;
352
- 'pisell2.recordBoard.toolbar.viewGrid': string;
353
- 'pisell2.recordBoard.toolbar.viewFloorMap': string;
354
- 'pisell2.recordBoard.filter.placeholderEnter': string;
355
- };
356
- export default _default;