@pisell/materials 6.11.11 → 6.11.13

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 (569) hide show
  1. package/build/lowcode/assets-daily.json +11 -11
  2. package/build/lowcode/assets-dev.json +2 -2
  3. package/build/lowcode/assets-prod.json +11 -11
  4. package/build/lowcode/index.js +1 -1
  5. package/build/lowcode/meta.js +1 -1
  6. package/build/lowcode/preview.js +8 -8
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +14 -14
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +14 -14
  11. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +1 -1
  12. package/es/components/dataSourceComponents/fields/index.d.ts +2 -2
  13. package/es/components/pisellDatePicker/index.d.ts +0 -1
  14. package/es/components/pisellDateTimeDisplay/formats/dateTimeDisplayFormats.js +5 -5
  15. package/es/components/pisellLookup/components/LookupTrigger.js +16 -13
  16. package/es/components/pisellMultipleSelect/PisellMultipleSelect.less +15 -7
  17. package/es/components/pisellRecordBoard/PisellRecordBoard.js +20 -11
  18. package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.js +2 -3
  19. package/es/components/pisellRecordBoard/shellFrame/ToolBar/index.js +9 -3
  20. package/es/components/pisellRecordBoard/shellFrame/ToolBarReset/index.js +6 -2
  21. package/es/components/pisellSingleSelect/PisellSingleSelect.less +15 -0
  22. package/es/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.js +2 -2
  23. package/es/components/productCard/cartSkuCard/components/Gift/index.d.ts +5 -0
  24. package/es/components/productCard/cartSkuCard/components/Gift/index.js +60 -0
  25. package/es/components/productCard/cartSkuCard/components/Gift/index.less +84 -0
  26. package/es/components/productCard/cartSkuCard/components/Gift/types.js +1 -0
  27. package/es/components/productCard/cartSkuCard/components/Promotion/index.js +24 -0
  28. package/es/components/productCard/cartSkuCard/components/Promotion/index.less +16 -0
  29. package/es/components/productCard/cartSkuCard/components/basicInfo/index.js +46 -9
  30. package/es/components/productCard/cartSkuCard/components/basicInfo/index.less +66 -1
  31. package/es/components/productCard/cartSkuCard/components/packages/index.js +1 -0
  32. package/es/components/productCard/cartSkuCard/components/timeRange/index.js +1 -0
  33. package/es/components/productCard/cartSkuCard/index.js +49 -8
  34. package/es/components/productCard/cartSkuCard/locales.js +30 -5
  35. package/es/components/productCard/components/Header/EditButton/index.d.ts +1 -1
  36. package/es/components/productCard/components/Header/EditButton/index.js +3 -1
  37. package/es/components/productCard/status.js +3 -0
  38. package/es/components/select/index.less +18 -2
  39. package/es/components/virtualInput/BaseVirtualInput/index.less +2 -2
  40. package/es/components/virtualInput/index.js +6 -2
  41. package/es/hooks/useThemeTokens.js +20 -0
  42. package/es/index.d.ts +1 -0
  43. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +1 -1
  44. package/lib/components/dataSourceComponents/fields/index.d.ts +2 -2
  45. package/lib/components/pisellDatePicker/index.d.ts +0 -1
  46. package/lib/components/pisellDateTimeDisplay/formats/dateTimeDisplayFormats.js +3 -3
  47. package/lib/components/pisellLookup/components/LookupTrigger.js +8 -8
  48. package/lib/components/pisellMultipleSelect/PisellMultipleSelect.less +15 -7
  49. package/lib/components/pisellRecordBoard/PisellRecordBoard.js +9 -3
  50. package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.js +1 -2
  51. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/index.js +9 -1
  52. package/lib/components/pisellRecordBoard/shellFrame/ToolBarReset/index.js +3 -2
  53. package/lib/components/pisellSingleSelect/PisellSingleSelect.less +15 -0
  54. package/lib/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.js +1 -1
  55. package/lib/components/productCard/cartSkuCard/components/Gift/index.d.ts +5 -0
  56. package/lib/components/productCard/cartSkuCard/components/Gift/index.js +62 -0
  57. package/lib/components/productCard/cartSkuCard/components/Gift/index.less +84 -0
  58. package/lib/components/productCard/cartSkuCard/components/Gift/types.js +17 -0
  59. package/lib/components/productCard/cartSkuCard/components/Promotion/index.js +63 -0
  60. package/lib/components/productCard/cartSkuCard/components/Promotion/index.less +16 -0
  61. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.js +27 -4
  62. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.less +66 -1
  63. package/lib/components/productCard/cartSkuCard/components/packages/index.js +1 -1
  64. package/lib/components/productCard/cartSkuCard/components/timeRange/index.js +1 -0
  65. package/lib/components/productCard/cartSkuCard/index.js +47 -7
  66. package/lib/components/productCard/cartSkuCard/locales.js +20 -5
  67. package/lib/components/productCard/components/Header/EditButton/index.d.ts +1 -1
  68. package/lib/components/productCard/components/Header/EditButton/index.js +2 -1
  69. package/lib/components/productCard/status.js +3 -0
  70. package/lib/components/select/index.less +18 -2
  71. package/lib/components/virtualInput/BaseVirtualInput/index.less +2 -2
  72. package/lib/components/virtualInput/index.js +7 -1
  73. package/lib/hooks/useThemeTokens.js +40 -0
  74. package/lib/index.d.ts +1 -0
  75. package/package.json +1 -1
  76. package/es/components/PisellBasicGrid/PisellBasicGrid.d.ts +0 -10
  77. package/es/components/PisellBasicGrid/hooks/index.d.ts +0 -1
  78. package/es/components/PisellBasicGrid/hooks/useGridStyle.d.ts +0 -37
  79. package/es/components/PisellBasicGrid/index.d.ts +0 -6
  80. package/es/components/PisellBasicGrid/types.d.ts +0 -221
  81. package/es/components/PisellBasicGrid/utils/index.d.ts +0 -63
  82. package/es/components/PisellCards/PisellCards.d.ts +0 -8
  83. package/es/components/PisellCards/components/GraphicTextCard/components/BadgeWrapper.d.ts +0 -5
  84. package/es/components/PisellCards/components/GraphicTextCard/components/TextContent.d.ts +0 -27
  85. package/es/components/PisellCards/components/GraphicTextCard/hooks/index.d.ts +0 -5
  86. package/es/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardClick.d.ts +0 -15
  87. package/es/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardStyle.d.ts +0 -18
  88. package/es/components/PisellCards/components/GraphicTextCard/types.d.ts +0 -290
  89. package/es/components/PisellCards/components/GraphicTextCard/utils/index.d.ts +0 -19
  90. package/es/components/PisellCards/components/MultilevelCard/MultilevelCard.d.ts +0 -19
  91. package/es/components/PisellCards/components/MultilevelCard/components/CardWrapper.d.ts +0 -7
  92. package/es/components/PisellCards/components/MultilevelCard/components/PanelWrapper.d.ts +0 -7
  93. package/es/components/PisellCards/components/MultilevelCard/components/index.d.ts +0 -2
  94. package/es/components/PisellCards/components/MultilevelCard/hooks/index.d.ts +0 -2
  95. package/es/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +0 -31
  96. package/es/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardHover.d.ts +0 -28
  97. package/es/components/PisellCards/components/MultilevelCard/index.d.ts +0 -2
  98. package/es/components/PisellCards/components/MultilevelCard/types.d.ts +0 -202
  99. package/es/components/PisellCards/components/MultilevelCard/utils/index.d.ts +0 -6
  100. package/es/components/PisellCards/components/PisellImageCard/components/index.d.ts +0 -0
  101. package/es/components/PisellCards/components/PisellImageCard/hooks/index.d.ts +0 -5
  102. package/es/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +0 -11
  103. package/es/components/PisellCards/components/PisellImageCard/hooks/usePisellImageCardStyle.d.ts +0 -10
  104. package/es/components/PisellCards/components/PisellImageCard/types.d.ts +0 -74
  105. package/es/components/PisellCards/components/PisellImageCard/utils/getImageObjectFit.d.ts +0 -7
  106. package/es/components/PisellCards/components/PisellImageCard/utils/getTruncatedText.d.ts +0 -7
  107. package/es/components/PisellCards/components/PisellImageCard/utils/index.d.ts +0 -5
  108. package/es/components/PisellCards/components/TabCard/TabCard.d.ts +0 -4
  109. package/es/components/PisellCards/components/TabCard/index.d.ts +0 -5
  110. package/es/components/PisellCards/components/TabCard/types.d.ts +0 -70
  111. package/es/components/PisellCards/components/TextCard/TextCard.d.ts +0 -8
  112. package/es/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +0 -26
  113. package/es/components/PisellCards/components/TextCard/components/IconWrapper.d.ts +0 -17
  114. package/es/components/PisellCards/components/TextCard/components/TextContent.d.ts +0 -21
  115. package/es/components/PisellCards/components/TextCard/components/index.d.ts +0 -6
  116. package/es/components/PisellCards/components/TextCard/hooks/index.d.ts +0 -0
  117. package/es/components/PisellCards/components/TextCard/index.d.ts +0 -5
  118. package/es/components/PisellCards/components/TextCard/types.d.ts +0 -270
  119. package/es/components/PisellCards/components/TextCard/utils/index.d.ts +0 -0
  120. package/es/components/PisellCards/hooks/index.d.ts +0 -0
  121. package/es/components/PisellCards/types.d.ts +0 -48
  122. package/es/components/PisellCards/utils/index.d.ts +0 -0
  123. package/es/components/PisellProcedure/components/FooterActions.d.ts +0 -24
  124. package/es/components/PisellProcedure/components/ProcedureContent.d.ts +0 -23
  125. package/es/components/PisellProcedure/components/ProcedureSidebar.d.ts +0 -38
  126. package/es/components/PisellProcedure/hooks/index.d.ts +0 -8
  127. package/es/components/PisellProcedure/hooks/useElementSize.d.ts +0 -38
  128. package/es/components/PisellProcedure/hooks/useOverflowActions.d.ts +0 -43
  129. package/es/components/PisellProcedure/hooks/useResponsiveClass.d.ts +0 -6
  130. package/es/components/PisellProcedure/hooks/useSidebarHeight.d.ts +0 -16
  131. package/es/components/PisellProcedure/hooks/useStepManager.d.ts +0 -50
  132. package/es/components/PisellProcedure/types.d.ts +0 -363
  133. package/es/components/PisellProcedure/utils/classNames.d.ts +0 -33
  134. package/es/components/PisellProcedure/utils/extractText.d.ts +0 -20
  135. package/es/components/PisellProcedure/utils/footerPosition.d.ts +0 -41
  136. package/es/components/PisellProcedure/utils/index.d.ts +0 -8
  137. package/es/components/PisellProcedure/utils/layoutRatio.d.ts +0 -42
  138. package/es/components/PisellProcedure/utils/slotHelper.d.ts +0 -27
  139. package/es/components/PisellScrollView/PisellScrollView.d.ts +0 -5
  140. package/es/components/PisellScrollView/PisellScrollView.stories.d.ts +0 -87
  141. package/es/components/PisellScrollView/components/Actions/index.d.ts +0 -12
  142. package/es/components/PisellScrollView/hooks/index.d.ts +0 -3
  143. package/es/components/PisellScrollView/hooks/useIntersection.d.ts +0 -8
  144. package/es/components/PisellScrollView/hooks/useScrollEvents.d.ts +0 -20
  145. package/es/components/PisellScrollView/hooks/useScrollState.d.ts +0 -13
  146. package/es/components/PisellScrollView/index.d.ts +0 -3
  147. package/es/components/PisellScrollView/types.d.ts +0 -203
  148. package/es/components/PisellScrollView/utils/index.d.ts +0 -0
  149. package/es/components/PisellSteps/PisellSteps.d.ts +0 -14
  150. package/es/components/PisellSteps/PisellSteps.stories.d.ts +0 -155
  151. package/es/components/PisellSteps/hooks/index.d.ts +0 -4
  152. package/es/components/PisellSteps/hooks/useAnchor.d.ts +0 -9
  153. package/es/components/PisellSteps/hooks/useResponsive.d.ts +0 -8
  154. package/es/components/PisellSteps/hooks/useStepClick.d.ts +0 -11
  155. package/es/components/PisellSteps/hooks/useStepsState.d.ts +0 -9
  156. package/es/components/PisellSteps/index.d.ts +0 -3
  157. package/es/components/PisellSteps/types.d.ts +0 -257
  158. package/es/components/PisellSteps/utils/index.d.ts +0 -54
  159. package/es/components/PisellSuperTabs/PisellSuperTabs.d.ts +0 -8
  160. package/es/components/PisellSuperTabs/components/index.d.ts +0 -0
  161. package/es/components/PisellSuperTabs/hooks/index.d.ts +0 -1
  162. package/es/components/PisellSuperTabs/hooks/useTabsState.d.ts +0 -7
  163. package/es/components/PisellSuperTabs/index.d.ts +0 -3
  164. package/es/components/PisellSuperTabs/types.d.ts +0 -212
  165. package/es/components/PisellSuperTabs/utils/getRowKey.d.ts +0 -8
  166. package/es/components/PisellSuperTabs/utils/index.d.ts +0 -1
  167. package/es/components/PisellTabbar/constants.d.ts +0 -47
  168. package/es/components/PisellTabbar/hooks/index.d.ts +0 -2
  169. package/es/components/PisellTabbar/hooks/useActiveKey.d.ts +0 -55
  170. package/es/components/PisellTabbar/hooks/useExpand.d.ts +0 -42
  171. package/es/components/PisellTabbar/locales.d.ts +0 -23
  172. package/es/components/PisellTabbar/mock.d.ts +0 -47
  173. package/es/components/PisellTabbar/template/Template1/constants.d.ts +0 -10
  174. package/es/components/PisellTabbar/template/Template1/utils/index.d.ts +0 -35
  175. package/es/components/PisellTabbar/template/index.d.ts +0 -0
  176. package/es/components/PisellTabbar/types.d.ts +0 -90
  177. package/es/components/PisellTabbar/utils/index.d.ts +0 -69
  178. package/es/components/PisellTabbar2/constants.d.ts +0 -46
  179. package/es/components/PisellTabbar2/hooks/index.d.ts +0 -2
  180. package/es/components/PisellTabbar2/hooks/useActiveKey.d.ts +0 -50
  181. package/es/components/PisellTabbar2/hooks/useExpand.d.ts +0 -41
  182. package/es/components/PisellTabbar2/locales.d.ts +0 -23
  183. package/es/components/PisellTabbar2/mock.d.ts +0 -205
  184. package/es/components/PisellTabbar2/types.d.ts +0 -117
  185. package/es/components/PisellTabbar2/utils/index.d.ts +0 -35
  186. package/es/components/PisellTabbar3/locales.d.ts +0 -23
  187. package/es/components/PisellTabbar3/mock.d.ts +0 -47
  188. package/es/components/PisellTabbar3/types.d.ts +0 -111
  189. package/es/components/Template/PisellSteps.d.ts +0 -0
  190. package/es/components/Template/components/index.d.ts +0 -0
  191. package/es/components/Template/hooks/index.d.ts +0 -0
  192. package/es/components/Template/index.d.ts +0 -0
  193. package/es/components/Template/types.d.ts +0 -0
  194. package/es/components/Template/utils/index.d.ts +0 -0
  195. package/es/components/cardPro/index.d.ts +0 -4
  196. package/es/components/config-provider/index.d.ts +0 -10
  197. package/es/components/dataSourceComponents/dataSourceForm/urlUtils.d.ts +0 -24
  198. package/es/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +0 -26
  199. package/es/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +0 -27
  200. package/es/components/dataSourceComponents/fields/Upload/constants.d.ts +0 -9
  201. package/es/components/dataSourceComponents/hooks/useFormSettingParams.d.ts +0 -7
  202. package/es/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +0 -15
  203. package/es/components/drag-sort-tree/TreeItem/index.d.ts +0 -19
  204. package/es/components/drag-sort-tree/index.d.ts +0 -5
  205. package/es/components/filter/components/Dropdown/types.d.ts +0 -13
  206. package/es/components/filter/components/FilterButton/types.d.ts +0 -24
  207. package/es/components/filter/types.d.ts +0 -48
  208. package/es/components/iconfont/index.d.ts +0 -8
  209. package/es/components/keyboard/index.d.ts +0 -22
  210. package/es/components/login-and-register/index.d.ts +0 -82
  211. package/es/components/pisell-config-provider/context.d.ts +0 -22
  212. package/es/components/pisellAdjustPrice/status.d.ts +0 -32
  213. package/es/components/pisellAdjustPrice/type.d.ts +0 -22
  214. package/es/components/pisellBatchActionBar/types.d.ts +0 -237
  215. package/es/components/pisellDataSourceContainer/utils/formatData.d.ts +0 -9
  216. package/es/components/pisellDateTimeDisplay/formats/dateTimeDisplayFormats.d.ts +0 -7
  217. package/es/components/pisellDateTimeDisplay/formats/index.d.ts +0 -1
  218. package/es/components/pisellDateTimeDisplay/types.d.ts +0 -352
  219. package/es/components/pisellDateTimeDisplay/utils/formatTime.d.ts +0 -19
  220. package/es/components/pisellDateTimeDisplay/utils/getRefreshInterval.d.ts +0 -18
  221. package/es/components/pisellEmail/constants/emailDomains.d.ts +0 -5
  222. package/es/components/pisellEmail/constants/emailRegex.d.ts +0 -13
  223. package/es/components/pisellEmail/utils/domainSuggestions.d.ts +0 -15
  224. package/es/components/pisellEmpty/index.d.ts +0 -19
  225. package/es/components/pisellFilter/type.d.ts +0 -5
  226. package/es/components/pisellGridPro/GridPro.d.ts +0 -9
  227. package/es/components/pisellGridPro/GridView/index.d.ts +0 -6
  228. package/es/components/pisellGridPro/GridView/type.d.ts +0 -3
  229. package/es/components/pisellGridPro/ToolBar/index.d.ts +0 -6
  230. package/es/components/pisellGridPro/ToolBar/type.d.ts +0 -10
  231. package/es/components/pisellGridPro/components/DataCard/components/StatCard/index.d.ts +0 -10
  232. package/es/components/pisellGridPro/components/DataCard/index.d.ts +0 -6
  233. package/es/components/pisellGridPro/components/DataCard/types.d.ts +0 -70
  234. package/es/components/pisellGridPro/components/Footer/index.d.ts +0 -9
  235. package/es/components/pisellGridPro/components/Header/index.d.ts +0 -12
  236. package/es/components/pisellGridPro/index.d.ts +0 -4
  237. package/es/components/pisellLayout/index.d.ts +0 -14
  238. package/es/components/pisellLookup/PisellLookup.d.ts +0 -4
  239. package/es/components/pisellLookup/PisellLookup.stories.d.ts +0 -129
  240. package/es/components/pisellLookup/components/HotWords.d.ts +0 -7
  241. package/es/components/pisellLookup/components/LookupAuxiliary.d.ts +0 -7
  242. package/es/components/pisellLookup/components/LookupResultHost.d.ts +0 -7
  243. package/es/components/pisellLookup/components/LookupTrigger.d.ts +0 -3
  244. package/es/components/pisellLookup/components/SearchHistory.d.ts +0 -7
  245. package/es/components/pisellLookup/components/SuggestWords.d.ts +0 -7
  246. package/es/components/pisellLookup/components/index.d.ts +0 -9
  247. package/es/components/pisellLookup/hooks/index.d.ts +0 -6
  248. package/es/components/pisellLookup/hooks/useDebounceSearch.d.ts +0 -40
  249. package/es/components/pisellLookup/hooks/useSearchHistory.d.ts +0 -48
  250. package/es/components/pisellLookup/hooks/useSearchState.d.ts +0 -80
  251. package/es/components/pisellLookup/index.d.ts +0 -6
  252. package/es/components/pisellLookup/types.d.ts +0 -667
  253. package/es/components/pisellLookup/utils/index.d.ts +0 -5
  254. package/es/components/pisellLookup/utils/storage.d.ts +0 -42
  255. package/es/components/pisellLookup/utils/trigger.d.ts +0 -42
  256. package/es/components/pisellMetricCard/components/MetricTitle.d.ts +0 -12
  257. package/es/components/pisellMetricCard/components/MetricValue.d.ts +0 -12
  258. package/es/components/pisellMetricCard/components/TrendIcon.d.ts +0 -14
  259. package/es/components/pisellMetricCard/types.d.ts +0 -201
  260. package/es/components/pisellMetricCard/utils/calculateTrend.d.ts +0 -14
  261. package/es/components/pisellPercent/utils/rangeConverter.d.ts +0 -36
  262. package/es/components/pisellPhone/utils/phoneFormatter.d.ts +0 -39
  263. package/es/components/pisellQuickFilter/type.d.ts +0 -12
  264. package/es/components/pisellRecordBoard/context/RecordBoardContext.d.ts +0 -3
  265. package/es/components/pisellRecordBoard/context/RecordBoardProvider.d.ts +0 -11
  266. package/es/components/pisellRecordBoard/hooks/useRecordBoardContext.d.ts +0 -16
  267. package/es/components/pisellRecordBoard/layouts/CardLayout/CardList.d.ts +0 -12
  268. package/es/components/pisellRecordBoard/layouts/CardLayout/index.d.ts +0 -13
  269. package/es/components/pisellRecordBoard/types.d.ts +0 -311
  270. package/es/components/pisellRecordBoard/utils/withRecordBoard.d.ts +0 -9
  271. package/es/components/pisellShellFrame/PisellShellFrame.d.ts +0 -13
  272. package/es/components/pisellShellFrame/PisellShellFrame.stories.d.ts +0 -15
  273. package/es/components/pisellShellFrame/index.d.ts +0 -2
  274. package/es/components/pisellShellFrame/types.d.ts +0 -56
  275. package/es/components/pisellSort/type.d.ts +0 -7
  276. package/es/components/pisellStatisticList/index.d.ts +0 -22
  277. package/es/components/pisellTimeRangeDisplay/types.d.ts +0 -137
  278. package/es/components/pisellTimeRangeDisplay/utils/formatDuration.d.ts +0 -14
  279. package/es/components/pisellTimeRangeDisplay/utils/parseTimeRange.d.ts +0 -23
  280. package/es/components/pisellToast/squareToast/index.d.ts +0 -15
  281. package/es/components/pisellToast/squareToast/methods.d.ts +0 -13
  282. package/es/components/pisellToast/squareToast/renderImperatively.d.ts +0 -28
  283. package/es/components/pisellToast/squareToast/toast.d.ts +0 -25
  284. package/es/components/pisellUrl/utils/index.d.ts +0 -6
  285. package/es/components/pisellUrl/utils/urlFormatter.d.ts +0 -38
  286. package/es/components/pisellUrl/utils/urlHelper.d.ts +0 -63
  287. package/es/components/pisellUrl/utils/urlValidator.d.ts +0 -46
  288. package/es/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +0 -14
  289. package/es/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +0 -32
  290. package/es/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +0 -46
  291. package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -9
  292. package/es/components/productCard/cartSkuCard/index.d.ts +0 -11
  293. package/es/components/productCard/cartSkuCard/locales.d.ts +0 -163
  294. package/es/components/productCard/components/Action/index.d.ts +0 -4
  295. package/es/components/productCard/components/Header/DeleteButton/index.d.ts +0 -4
  296. package/es/components/productCard/locales.d.ts +0 -138
  297. package/es/components/productCard/status.d.ts +0 -32
  298. package/es/components/productCard/types.d.ts +0 -85
  299. package/es/components/select/index.d.ts +0 -9
  300. package/es/components/sort/types.d.ts +0 -39
  301. package/es/components/table/Actions/component/ViewMode/index.d.ts +0 -9
  302. package/es/components/table/Table/fields/select/Edit/index.d.ts +0 -4
  303. package/es/components/table/Table/fields/types/index.d.ts +0 -33
  304. package/es/components/table/types.d.ts +0 -268
  305. package/es/components/translation/utils.d.ts +0 -9
  306. package/es/components/virtual-keyboard/Amount/themeConfig.d.ts +0 -32
  307. package/es/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +0 -15
  308. package/es/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
  309. package/es/components/virtual-keyboard/Number/themeConfig.d.ts +0 -32
  310. package/es/components/virtual-keyboard/Number/types.d.ts +0 -26
  311. package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -13
  312. package/es/components/virtualInput/BaseVirtualInput/index.d.ts +0 -44
  313. package/es/components/virtualInput/index.d.ts +0 -24
  314. package/es/hooks/useMobile.d.ts +0 -8
  315. package/es/locales/en-US.d.ts +0 -384
  316. package/es/locales/index.d.ts +0 -1
  317. package/es/locales/ja.d.ts +0 -348
  318. package/es/locales/pt.d.ts +0 -348
  319. package/es/locales/zh-CN.d.ts +0 -379
  320. package/es/locales/zh-TW.d.ts +0 -379
  321. package/es/theme/tokens.d.ts +0 -22
  322. package/es/utils/tagColor.d.ts +0 -7
  323. package/lib/components/PisellBasicGrid/PisellBasicGrid.d.ts +0 -10
  324. package/lib/components/PisellBasicGrid/hooks/index.d.ts +0 -1
  325. package/lib/components/PisellBasicGrid/hooks/useGridStyle.d.ts +0 -37
  326. package/lib/components/PisellBasicGrid/index.d.ts +0 -6
  327. package/lib/components/PisellBasicGrid/types.d.ts +0 -221
  328. package/lib/components/PisellBasicGrid/utils/index.d.ts +0 -63
  329. package/lib/components/PisellCards/PisellCards.d.ts +0 -8
  330. package/lib/components/PisellCards/components/GraphicTextCard/components/BadgeWrapper.d.ts +0 -5
  331. package/lib/components/PisellCards/components/GraphicTextCard/components/TextContent.d.ts +0 -27
  332. package/lib/components/PisellCards/components/GraphicTextCard/hooks/index.d.ts +0 -5
  333. package/lib/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardClick.d.ts +0 -15
  334. package/lib/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardStyle.d.ts +0 -18
  335. package/lib/components/PisellCards/components/GraphicTextCard/types.d.ts +0 -290
  336. package/lib/components/PisellCards/components/GraphicTextCard/utils/index.d.ts +0 -19
  337. package/lib/components/PisellCards/components/MultilevelCard/MultilevelCard.d.ts +0 -19
  338. package/lib/components/PisellCards/components/MultilevelCard/components/CardWrapper.d.ts +0 -7
  339. package/lib/components/PisellCards/components/MultilevelCard/components/PanelWrapper.d.ts +0 -7
  340. package/lib/components/PisellCards/components/MultilevelCard/components/index.d.ts +0 -2
  341. package/lib/components/PisellCards/components/MultilevelCard/hooks/index.d.ts +0 -2
  342. package/lib/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +0 -31
  343. package/lib/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardHover.d.ts +0 -28
  344. package/lib/components/PisellCards/components/MultilevelCard/index.d.ts +0 -2
  345. package/lib/components/PisellCards/components/MultilevelCard/types.d.ts +0 -202
  346. package/lib/components/PisellCards/components/MultilevelCard/utils/index.d.ts +0 -6
  347. package/lib/components/PisellCards/components/PisellImageCard/components/index.d.ts +0 -0
  348. package/lib/components/PisellCards/components/PisellImageCard/hooks/index.d.ts +0 -5
  349. package/lib/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +0 -11
  350. package/lib/components/PisellCards/components/PisellImageCard/hooks/usePisellImageCardStyle.d.ts +0 -10
  351. package/lib/components/PisellCards/components/PisellImageCard/types.d.ts +0 -74
  352. package/lib/components/PisellCards/components/PisellImageCard/utils/getImageObjectFit.d.ts +0 -7
  353. package/lib/components/PisellCards/components/PisellImageCard/utils/getTruncatedText.d.ts +0 -7
  354. package/lib/components/PisellCards/components/PisellImageCard/utils/index.d.ts +0 -5
  355. package/lib/components/PisellCards/components/TabCard/TabCard.d.ts +0 -4
  356. package/lib/components/PisellCards/components/TabCard/index.d.ts +0 -5
  357. package/lib/components/PisellCards/components/TabCard/types.d.ts +0 -70
  358. package/lib/components/PisellCards/components/TextCard/TextCard.d.ts +0 -8
  359. package/lib/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +0 -26
  360. package/lib/components/PisellCards/components/TextCard/components/IconWrapper.d.ts +0 -17
  361. package/lib/components/PisellCards/components/TextCard/components/TextContent.d.ts +0 -21
  362. package/lib/components/PisellCards/components/TextCard/components/index.d.ts +0 -6
  363. package/lib/components/PisellCards/components/TextCard/hooks/index.d.ts +0 -0
  364. package/lib/components/PisellCards/components/TextCard/index.d.ts +0 -5
  365. package/lib/components/PisellCards/components/TextCard/types.d.ts +0 -270
  366. package/lib/components/PisellCards/components/TextCard/utils/index.d.ts +0 -0
  367. package/lib/components/PisellCards/hooks/index.d.ts +0 -0
  368. package/lib/components/PisellCards/types.d.ts +0 -48
  369. package/lib/components/PisellCards/utils/index.d.ts +0 -0
  370. package/lib/components/PisellProcedure/components/FooterActions.d.ts +0 -24
  371. package/lib/components/PisellProcedure/components/ProcedureContent.d.ts +0 -23
  372. package/lib/components/PisellProcedure/components/ProcedureSidebar.d.ts +0 -38
  373. package/lib/components/PisellProcedure/hooks/index.d.ts +0 -8
  374. package/lib/components/PisellProcedure/hooks/useElementSize.d.ts +0 -38
  375. package/lib/components/PisellProcedure/hooks/useOverflowActions.d.ts +0 -43
  376. package/lib/components/PisellProcedure/hooks/useResponsiveClass.d.ts +0 -6
  377. package/lib/components/PisellProcedure/hooks/useSidebarHeight.d.ts +0 -16
  378. package/lib/components/PisellProcedure/hooks/useStepManager.d.ts +0 -50
  379. package/lib/components/PisellProcedure/types.d.ts +0 -363
  380. package/lib/components/PisellProcedure/utils/classNames.d.ts +0 -33
  381. package/lib/components/PisellProcedure/utils/extractText.d.ts +0 -20
  382. package/lib/components/PisellProcedure/utils/footerPosition.d.ts +0 -41
  383. package/lib/components/PisellProcedure/utils/index.d.ts +0 -8
  384. package/lib/components/PisellProcedure/utils/layoutRatio.d.ts +0 -42
  385. package/lib/components/PisellProcedure/utils/slotHelper.d.ts +0 -27
  386. package/lib/components/PisellScrollView/PisellScrollView.d.ts +0 -5
  387. package/lib/components/PisellScrollView/PisellScrollView.stories.d.ts +0 -87
  388. package/lib/components/PisellScrollView/components/Actions/index.d.ts +0 -12
  389. package/lib/components/PisellScrollView/hooks/index.d.ts +0 -3
  390. package/lib/components/PisellScrollView/hooks/useIntersection.d.ts +0 -8
  391. package/lib/components/PisellScrollView/hooks/useScrollEvents.d.ts +0 -20
  392. package/lib/components/PisellScrollView/hooks/useScrollState.d.ts +0 -13
  393. package/lib/components/PisellScrollView/index.d.ts +0 -3
  394. package/lib/components/PisellScrollView/types.d.ts +0 -203
  395. package/lib/components/PisellScrollView/utils/index.d.ts +0 -0
  396. package/lib/components/PisellSteps/PisellSteps.d.ts +0 -14
  397. package/lib/components/PisellSteps/PisellSteps.stories.d.ts +0 -155
  398. package/lib/components/PisellSteps/hooks/index.d.ts +0 -4
  399. package/lib/components/PisellSteps/hooks/useAnchor.d.ts +0 -9
  400. package/lib/components/PisellSteps/hooks/useResponsive.d.ts +0 -8
  401. package/lib/components/PisellSteps/hooks/useStepClick.d.ts +0 -11
  402. package/lib/components/PisellSteps/hooks/useStepsState.d.ts +0 -9
  403. package/lib/components/PisellSteps/index.d.ts +0 -3
  404. package/lib/components/PisellSteps/types.d.ts +0 -257
  405. package/lib/components/PisellSteps/utils/index.d.ts +0 -54
  406. package/lib/components/PisellSuperTabs/PisellSuperTabs.d.ts +0 -8
  407. package/lib/components/PisellSuperTabs/components/index.d.ts +0 -0
  408. package/lib/components/PisellSuperTabs/hooks/index.d.ts +0 -1
  409. package/lib/components/PisellSuperTabs/hooks/useTabsState.d.ts +0 -7
  410. package/lib/components/PisellSuperTabs/index.d.ts +0 -3
  411. package/lib/components/PisellSuperTabs/types.d.ts +0 -212
  412. package/lib/components/PisellSuperTabs/utils/getRowKey.d.ts +0 -8
  413. package/lib/components/PisellSuperTabs/utils/index.d.ts +0 -1
  414. package/lib/components/PisellTabbar/constants.d.ts +0 -47
  415. package/lib/components/PisellTabbar/hooks/index.d.ts +0 -2
  416. package/lib/components/PisellTabbar/hooks/useActiveKey.d.ts +0 -55
  417. package/lib/components/PisellTabbar/hooks/useExpand.d.ts +0 -42
  418. package/lib/components/PisellTabbar/locales.d.ts +0 -23
  419. package/lib/components/PisellTabbar/mock.d.ts +0 -47
  420. package/lib/components/PisellTabbar/template/Template1/constants.d.ts +0 -10
  421. package/lib/components/PisellTabbar/template/Template1/utils/index.d.ts +0 -35
  422. package/lib/components/PisellTabbar/template/index.d.ts +0 -0
  423. package/lib/components/PisellTabbar/types.d.ts +0 -90
  424. package/lib/components/PisellTabbar/utils/index.d.ts +0 -69
  425. package/lib/components/PisellTabbar2/constants.d.ts +0 -46
  426. package/lib/components/PisellTabbar2/hooks/index.d.ts +0 -2
  427. package/lib/components/PisellTabbar2/hooks/useActiveKey.d.ts +0 -50
  428. package/lib/components/PisellTabbar2/hooks/useExpand.d.ts +0 -41
  429. package/lib/components/PisellTabbar2/locales.d.ts +0 -23
  430. package/lib/components/PisellTabbar2/mock.d.ts +0 -205
  431. package/lib/components/PisellTabbar2/types.d.ts +0 -117
  432. package/lib/components/PisellTabbar2/utils/index.d.ts +0 -35
  433. package/lib/components/PisellTabbar3/locales.d.ts +0 -23
  434. package/lib/components/PisellTabbar3/mock.d.ts +0 -47
  435. package/lib/components/PisellTabbar3/types.d.ts +0 -111
  436. package/lib/components/Template/PisellSteps.d.ts +0 -0
  437. package/lib/components/Template/components/index.d.ts +0 -0
  438. package/lib/components/Template/hooks/index.d.ts +0 -0
  439. package/lib/components/Template/index.d.ts +0 -0
  440. package/lib/components/Template/types.d.ts +0 -0
  441. package/lib/components/Template/utils/index.d.ts +0 -0
  442. package/lib/components/cardPro/index.d.ts +0 -4
  443. package/lib/components/config-provider/index.d.ts +0 -10
  444. package/lib/components/dataSourceComponents/dataSourceForm/urlUtils.d.ts +0 -24
  445. package/lib/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +0 -26
  446. package/lib/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +0 -27
  447. package/lib/components/dataSourceComponents/fields/Upload/constants.d.ts +0 -9
  448. package/lib/components/dataSourceComponents/hooks/useFormSettingParams.d.ts +0 -7
  449. package/lib/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +0 -15
  450. package/lib/components/drag-sort-tree/TreeItem/index.d.ts +0 -19
  451. package/lib/components/drag-sort-tree/index.d.ts +0 -5
  452. package/lib/components/filter/components/Dropdown/types.d.ts +0 -13
  453. package/lib/components/filter/components/FilterButton/types.d.ts +0 -24
  454. package/lib/components/filter/types.d.ts +0 -48
  455. package/lib/components/iconfont/index.d.ts +0 -8
  456. package/lib/components/keyboard/index.d.ts +0 -22
  457. package/lib/components/login-and-register/index.d.ts +0 -82
  458. package/lib/components/pisell-config-provider/context.d.ts +0 -22
  459. package/lib/components/pisellAdjustPrice/status.d.ts +0 -32
  460. package/lib/components/pisellAdjustPrice/type.d.ts +0 -22
  461. package/lib/components/pisellBatchActionBar/types.d.ts +0 -237
  462. package/lib/components/pisellDataSourceContainer/utils/formatData.d.ts +0 -9
  463. package/lib/components/pisellDateTimeDisplay/formats/dateTimeDisplayFormats.d.ts +0 -7
  464. package/lib/components/pisellDateTimeDisplay/formats/index.d.ts +0 -1
  465. package/lib/components/pisellDateTimeDisplay/types.d.ts +0 -352
  466. package/lib/components/pisellDateTimeDisplay/utils/formatTime.d.ts +0 -19
  467. package/lib/components/pisellDateTimeDisplay/utils/getRefreshInterval.d.ts +0 -18
  468. package/lib/components/pisellEmail/constants/emailDomains.d.ts +0 -5
  469. package/lib/components/pisellEmail/constants/emailRegex.d.ts +0 -13
  470. package/lib/components/pisellEmail/utils/domainSuggestions.d.ts +0 -15
  471. package/lib/components/pisellEmpty/index.d.ts +0 -19
  472. package/lib/components/pisellFilter/type.d.ts +0 -5
  473. package/lib/components/pisellGridPro/GridPro.d.ts +0 -9
  474. package/lib/components/pisellGridPro/GridView/index.d.ts +0 -6
  475. package/lib/components/pisellGridPro/GridView/type.d.ts +0 -3
  476. package/lib/components/pisellGridPro/ToolBar/index.d.ts +0 -6
  477. package/lib/components/pisellGridPro/ToolBar/type.d.ts +0 -10
  478. package/lib/components/pisellGridPro/components/DataCard/components/StatCard/index.d.ts +0 -10
  479. package/lib/components/pisellGridPro/components/DataCard/index.d.ts +0 -6
  480. package/lib/components/pisellGridPro/components/DataCard/types.d.ts +0 -70
  481. package/lib/components/pisellGridPro/components/Footer/index.d.ts +0 -9
  482. package/lib/components/pisellGridPro/components/Header/index.d.ts +0 -12
  483. package/lib/components/pisellGridPro/index.d.ts +0 -4
  484. package/lib/components/pisellLayout/index.d.ts +0 -14
  485. package/lib/components/pisellLookup/PisellLookup.d.ts +0 -4
  486. package/lib/components/pisellLookup/PisellLookup.stories.d.ts +0 -129
  487. package/lib/components/pisellLookup/components/HotWords.d.ts +0 -7
  488. package/lib/components/pisellLookup/components/LookupAuxiliary.d.ts +0 -7
  489. package/lib/components/pisellLookup/components/LookupResultHost.d.ts +0 -7
  490. package/lib/components/pisellLookup/components/LookupTrigger.d.ts +0 -3
  491. package/lib/components/pisellLookup/components/SearchHistory.d.ts +0 -7
  492. package/lib/components/pisellLookup/components/SuggestWords.d.ts +0 -7
  493. package/lib/components/pisellLookup/components/index.d.ts +0 -9
  494. package/lib/components/pisellLookup/hooks/index.d.ts +0 -6
  495. package/lib/components/pisellLookup/hooks/useDebounceSearch.d.ts +0 -40
  496. package/lib/components/pisellLookup/hooks/useSearchHistory.d.ts +0 -48
  497. package/lib/components/pisellLookup/hooks/useSearchState.d.ts +0 -80
  498. package/lib/components/pisellLookup/index.d.ts +0 -6
  499. package/lib/components/pisellLookup/types.d.ts +0 -667
  500. package/lib/components/pisellLookup/utils/index.d.ts +0 -5
  501. package/lib/components/pisellLookup/utils/storage.d.ts +0 -42
  502. package/lib/components/pisellLookup/utils/trigger.d.ts +0 -42
  503. package/lib/components/pisellMetricCard/components/MetricTitle.d.ts +0 -12
  504. package/lib/components/pisellMetricCard/components/MetricValue.d.ts +0 -12
  505. package/lib/components/pisellMetricCard/components/TrendIcon.d.ts +0 -14
  506. package/lib/components/pisellMetricCard/types.d.ts +0 -201
  507. package/lib/components/pisellMetricCard/utils/calculateTrend.d.ts +0 -14
  508. package/lib/components/pisellPercent/utils/rangeConverter.d.ts +0 -36
  509. package/lib/components/pisellPhone/utils/phoneFormatter.d.ts +0 -39
  510. package/lib/components/pisellQuickFilter/type.d.ts +0 -12
  511. package/lib/components/pisellRecordBoard/context/RecordBoardContext.d.ts +0 -3
  512. package/lib/components/pisellRecordBoard/context/RecordBoardProvider.d.ts +0 -11
  513. package/lib/components/pisellRecordBoard/hooks/useRecordBoardContext.d.ts +0 -16
  514. package/lib/components/pisellRecordBoard/layouts/CardLayout/CardList.d.ts +0 -12
  515. package/lib/components/pisellRecordBoard/layouts/CardLayout/index.d.ts +0 -13
  516. package/lib/components/pisellRecordBoard/types.d.ts +0 -311
  517. package/lib/components/pisellRecordBoard/utils/withRecordBoard.d.ts +0 -9
  518. package/lib/components/pisellShellFrame/PisellShellFrame.d.ts +0 -13
  519. package/lib/components/pisellShellFrame/PisellShellFrame.stories.d.ts +0 -15
  520. package/lib/components/pisellShellFrame/index.d.ts +0 -2
  521. package/lib/components/pisellShellFrame/types.d.ts +0 -56
  522. package/lib/components/pisellSort/type.d.ts +0 -7
  523. package/lib/components/pisellStatisticList/index.d.ts +0 -22
  524. package/lib/components/pisellTimeRangeDisplay/types.d.ts +0 -137
  525. package/lib/components/pisellTimeRangeDisplay/utils/formatDuration.d.ts +0 -14
  526. package/lib/components/pisellTimeRangeDisplay/utils/parseTimeRange.d.ts +0 -23
  527. package/lib/components/pisellToast/squareToast/index.d.ts +0 -15
  528. package/lib/components/pisellToast/squareToast/methods.d.ts +0 -13
  529. package/lib/components/pisellToast/squareToast/renderImperatively.d.ts +0 -28
  530. package/lib/components/pisellToast/squareToast/toast.d.ts +0 -25
  531. package/lib/components/pisellUrl/utils/index.d.ts +0 -6
  532. package/lib/components/pisellUrl/utils/urlFormatter.d.ts +0 -38
  533. package/lib/components/pisellUrl/utils/urlHelper.d.ts +0 -63
  534. package/lib/components/pisellUrl/utils/urlValidator.d.ts +0 -46
  535. package/lib/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +0 -14
  536. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +0 -32
  537. package/lib/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +0 -46
  538. package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -9
  539. package/lib/components/productCard/cartSkuCard/index.d.ts +0 -11
  540. package/lib/components/productCard/cartSkuCard/locales.d.ts +0 -163
  541. package/lib/components/productCard/components/Action/index.d.ts +0 -4
  542. package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +0 -4
  543. package/lib/components/productCard/locales.d.ts +0 -138
  544. package/lib/components/productCard/status.d.ts +0 -32
  545. package/lib/components/productCard/types.d.ts +0 -85
  546. package/lib/components/select/index.d.ts +0 -9
  547. package/lib/components/sort/types.d.ts +0 -39
  548. package/lib/components/table/Actions/component/ViewMode/index.d.ts +0 -9
  549. package/lib/components/table/Table/fields/select/Edit/index.d.ts +0 -4
  550. package/lib/components/table/Table/fields/types/index.d.ts +0 -33
  551. package/lib/components/table/types.d.ts +0 -268
  552. package/lib/components/translation/utils.d.ts +0 -9
  553. package/lib/components/virtual-keyboard/Amount/themeConfig.d.ts +0 -32
  554. package/lib/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +0 -15
  555. package/lib/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
  556. package/lib/components/virtual-keyboard/Number/themeConfig.d.ts +0 -32
  557. package/lib/components/virtual-keyboard/Number/types.d.ts +0 -26
  558. package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -13
  559. package/lib/components/virtualInput/BaseVirtualInput/index.d.ts +0 -44
  560. package/lib/components/virtualInput/index.d.ts +0 -24
  561. package/lib/hooks/useMobile.d.ts +0 -8
  562. package/lib/locales/en-US.d.ts +0 -384
  563. package/lib/locales/index.d.ts +0 -1
  564. package/lib/locales/ja.d.ts +0 -348
  565. package/lib/locales/pt.d.ts +0 -348
  566. package/lib/locales/zh-CN.d.ts +0 -379
  567. package/lib/locales/zh-TW.d.ts +0 -379
  568. package/lib/theme/tokens.d.ts +0 -22
  569. package/lib/utils/tagColor.d.ts +0 -7
@@ -1,379 +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-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
- 'pisell2.recordBoard.toolbar.find': string;
97
- 'pisell2.recordBoard.toolbar.findPlaceholder': string;
98
- 'pisell2.recordBoard.toolbar.sort': string;
99
- 'pisell2.recordBoard.toolbar.filter': string;
100
- 'pisell2.recordBoard.toolbar.reset': string;
101
- 'pisell2.salesManagement.pagination.previous': string;
102
- 'pisell2.salesManagement.pagination.next': string;
103
- 'pisell2.salesManagement.pagination.showTotal': (start: number, end: number) => string;
104
- 'pisell2.salesManagement.pagination.total': (current: number, max: number) => string;
105
- 'pisell2.salesManagement.batchActionBar.selectedCount': (count: number) => string;
106
- 'pisell2.salesManagement.batchActionBar.more': string;
107
- 'pisell2.salesManagement.batchActionBar.selectAll': string;
108
- 'pisell2.salesManagement.batchActionBar.invert': string;
109
- 'pisell2.salesManagement.batchActionBar.clear': string;
110
- 'pisell2.salesManagement.batchActionBar.delete': string;
111
- 'pisell2.salesManagement.batchActionBar.confirmTitle': string;
112
- 'pisell2.salesManagement.batchActionBar.deleteConfirmTitle': string;
113
- 'pisell2.salesManagement.batchActionBar.deleteConfirmContent': (count: number) => string;
114
- 'pisell2.salesManagement.batchActionBar.deleteConfirmOk': string;
115
- 'pisell2.salesManagement.batchActionBar.deleteConfirmCancel': string;
116
- 'shell-frame-statistic-expand': string;
117
- 'shell-frame-statistic-collapse': string;
118
- 'table-action-export-import-export-success': string;
119
- 'table-action-export-import-button': string;
120
- 'table-action-export-import-export-range': string;
121
- 'table-action-export-import-current-page': string;
122
- 'table-action-export-import-all-records': string;
123
- 'table-action-export-import-selected-records': string;
124
- 'table-action-export-import-selected': string;
125
- 'table-action-export-import-item': (length: number) => string;
126
- 'table-action-export-import-product': string;
127
- 'table-action-export-import-table-text-input-title': string;
128
- 'table-action-export-import-table-text-input-describe': string;
129
- 'table-action-export-import-table-error-file': string;
130
- 'table-action-export-import-import-success': string;
131
- 'table-action-export-import-import-phone': string;
132
- 'table-action-export-import-table-success-download': string;
133
- 'table-action-export-import-table-textimport-product': string;
134
- 'table-action-export-import-table-text-product-template': string;
135
- 'table-action-export-import-table-text-click-download': string;
136
- 'table-action-export-import-table-text-edit-file': string;
137
- 'table-action-export-import-button-import': string;
138
- 'table-action-export-import-cancel': string;
139
- 'table-action-export-import-file-completed': string;
140
- 'table-action-export-import-file-processing': string;
141
- 'table-action-export-import-file-pending': string;
142
- 'table-action-export-import-file-refresh': string;
143
- 'table-action-export-import-export-title': string;
144
- 'table-action-export-import-file-hint': string;
145
- 'table-action-export-import-file-name': string;
146
- 'table-action-export-import-file-content': string;
147
- 'table-action-export-import-file-content-all': string;
148
- 'table-action-export-import-file-content-part': string;
149
- 'table-action-export-import-file-status': string;
150
- 'table-action-export-import-file-account': string;
151
- 'table-action-export-import-file-created': string;
152
- 'table-action-export-import-file-record': (length: number) => string;
153
- 'table-action-export-import-import-title': string;
154
- 'table-action-export-import-log-hint': string;
155
- 'table-action-export-import-log-name': string;
156
- 'table-action-export-import-log-result': string;
157
- 'table-action-export-import-log-ok': (num: number) => string;
158
- 'table-action-export-import-log-err': (num: number) => string;
159
- 'table-action-export-import-log-check': string;
160
- 'table-action-export-import-log-detail-title': string;
161
- 'table-action-export-import-log-err-log': string;
162
- 'table-action-export-import-log-copy': string;
163
- 'table-action-export-import-table-success-copy': string;
164
- 'drag-sort-tree-unavailable-today-tip': string;
165
- 'date-picker-today': string;
166
- 'date-picker-yesterday': string;
167
- 'date-picker-tomorrow': string;
168
- 'date-picker-next_monday': string;
169
- 'date-picker-last_friday': string;
170
- 'date-picker-first_day_of_this_month': string;
171
- 'date-picker-last_day_of_this_month': string;
172
- 'date-picker-first_day_of_next_month': string;
173
- 'date-picker-last_day_of_last_month': string;
174
- 'date-picker-invalid-date': string;
175
- 'date-picker-apply': string;
176
- 'date-picker-shortcut-custom': string;
177
- 'pisell-input-copy-success': string;
178
- 'pisell-input-copy': string;
179
- 'pisell-empty-description-no-data': string;
180
- 'pisell-information-entry-input-search': string;
181
- 'pisell-information-entry-input-confirm': string;
182
- 'pisell-information-entry-scan-exit': string;
183
- 'pisell-wallet-pass-card-detail': string;
184
- 'pisell-wallet-pass-card-edit': string;
185
- 'pisell-wallet-pass-card-name': string;
186
- 'pisell-wallet-pass-card-store-name': string;
187
- 'pisell-wallet-pass-card-balance': string;
188
- 'pisell-wallet-pass-card-redeem': string;
189
- 'pisell-wallet-pass-card-code': string;
190
- 'pisell-wallet-pass-card-valid-to': string;
191
- 'pisell-wallet-pass-card-valid': string;
192
- 'pisell-wallet-pass-card-confirm': string;
193
- 'pisell-wallet-pass-card-cancel': string;
194
- 'pisell-wallet-pass-card-required': string;
195
- 'pisell-wallet-pass-card-expireDate': string;
196
- 'pisell-adjust-price-price-override': string;
197
- 'pisell-adjust-price-discount': string;
198
- 'pisell-adjust-price-discount-amount': string;
199
- 'pisell-adjust-price-discount-percentage': string;
200
- 'pisell-adjust-price-total-after-discount': string;
201
- 'pisell-adjust-price-discount-can-be-maximum': string;
202
- 'pisell-discount-card-title': string;
203
- 'pisell-discount-card-unit': string;
204
- 'pisell-discount-card-fixed-amount-prefix': string;
205
- 'pisell-data-source-table-add': string;
206
- 'pisell-data-source-table-edit': string;
207
- 'pisell-data-source-table-detail': string;
208
- 'pisell-data-source-table-delete': string;
209
- 'pisell-record-view-available': string;
210
- 'pisell-record-view-unavailable': string;
211
- 'pisell-data-source-form-required-message': string;
212
- 'pisell-data-source-form-scope-message': string;
213
- 'pisell-data-source-form-email-message': string;
214
- 'pisell-data-source-form-domain-message': string;
215
- 'pisell-data-source-form-url-message': string;
216
- 'pisell-data-source-form-phone-message': string;
217
- 'pisell-data-source-form-min-length-message': (minLength: number) => string;
218
- 'pisell-data-source-form-max-length-message': (maxLength: number) => string;
219
- 'pisell-data-source-form-min-value-message': (minValue: number) => string;
220
- 'pisell-data-source-form-max-value-message': (maxValue: number) => string;
221
- 'pisell-data-source-form-mobile-message': string;
222
- 'pisell-data-source-form-pattern-message': string;
223
- 'pisell-number-format-thousand': string;
224
- 'pisell-number-format-million': string;
225
- 'pisell-number-format-billion': string;
226
- 'walletCard-done': string;
227
- 'walletCard-qrcode': string;
228
- 'walletCard-barcode': string;
229
- 'walletCard-viewPin': string;
230
- 'pisell-upload-button': string;
231
- 'pisell-upload-setting-size-error': (maxSize: number) => string;
232
- 'pisell-upload-setting-type-error': (type: string) => string;
233
- 'pisell-upload-count-error': (count: number) => string;
234
- 'pisell-upload-error': (name: string) => string;
235
- 'pisell-upload-multilingual-title': string;
236
- 'pisell-upload-multilingual-item-title-original': string;
237
- 'pisell-upload-multilingual-item-title-en': string;
238
- 'pisell-upload-multilingual-item-title-zh-CN': string;
239
- 'pisell-upload-multilingual-item-title-zh-HK': string;
240
- 'pisell-color-picker-default': string;
241
- 'pisell-action-get-data': string;
242
- 'pisell-action-delete-success': string;
243
- 'pisell-action-delete-failed': string;
244
- 'walletCard-point': string;
245
- 'walletCard-rechargeable': string;
246
- 'walletCard-voucher': string;
247
- 'walletCard-discount': string;
248
- 'pisellQrcode-done': string;
249
- 'pisellQrcode-qrcode': string;
250
- 'pisell-delete-confirm-title': string;
251
- 'pisell-delete-confirm-content': string;
252
- 'pisell-delete-confirm-ok': string;
253
- 'pisell-delete-confirm-cancel': string;
254
- 'pisell-design-mode-action-disabled': string;
255
- 'pisell-translation-original': string;
256
- 'pisell-version-modal-title': string;
257
- 'pisell-version-modal-current-version': string;
258
- 'pisell-version-modal-version': string;
259
- 'pisell-version-modal-update-notes': string;
260
- 'pisell-version-modal-patch': string;
261
- 'pisell-version-modal-minor': string;
262
- 'pisell-version-modal-major': string;
263
- 'pisell-version-modal-custom': string;
264
- 'pisell-version-modal-cancel': string;
265
- 'pisell-version-modal-confirm': string;
266
- 'pisell-version-modal-describe-update-notes': string;
267
- 'pisell-version-modal-version-error': string;
268
- 'pisell-version-modal-version-required': string;
269
- 'pisell-version-modal-based-on-version': string;
270
- 'subdomain-error-too-short': string;
271
- 'subdomain-error-too-long': string;
272
- 'subdomain-error-pattern': string;
273
- 'subdomain-error-numbers-only': string;
274
- 'subdomain-error-hyphen-ends': string;
275
- 'subdomain-error-consecutive-hyphens': string;
276
- 'pisell-icon-select-outlined': string;
277
- 'pisell-icon-select-filled': string;
278
- 'pisell-icon-select-two-tone': string;
279
- 'pisell-icon-select-iconfont': string;
280
- 'pisell-icon-select-search': string;
281
- 'pisell-icon-select-select': string;
282
- 'pisell-lowcode-app-version-control-live': string;
283
- 'pisell-lowcode-app-version-control-draft': string;
284
- 'pisell-lowcode-app-version-control-deprecated': string;
285
- 'pisell-lowcode-app-version-control-new-version': string;
286
- 'pisell-lowcode-app-version-control-promote-to-live': string;
287
- 'pisell-lowcode-app-version-control-promote-version': (version: string) => string;
288
- 'pisell-lowcode-app-version-control-promote-version-describe': string;
289
- 'pisell-lowcode-app-version-control-promote-version-ok': string;
290
- 'pisell-lowcode-app-version-control-promote-version-cancel': string;
291
- 'pisell-lowcode-app-version-control-version-exists': string;
292
- 'pisell-lowcode-drop-sort-add': string;
293
- 'pisell-lowcode-navigation-menu-add-sub-menu': string;
294
- 'pisell-lowcode-navigation-menu-add-page': string;
295
- 'pisell-lowcode-navigation-menu-add-page-tip': string;
296
- 'pisell-lowcode-navigation-menu-tag-base': string;
297
- 'pisell-lowcode-navigation-menu-tag-proCode': string;
298
- 'pisell-lowcode-navigation-menu-tag-pisell1': string;
299
- 'pisell-lowcode-navigation-menu-tag-group': string;
300
- 'pisell-lowcode-navigation-menu-tag-sub-menu': string;
301
- 'pisell-lowcode-navigation-menu-tag-custom': string;
302
- 'pisell-data-source-form-app-identifier-pattern': string;
303
- 'pisell-data-source-form-app-identifier-start-with-letter': string;
304
- 'pisell-data-source-form-app-identifier-special-ends': string;
305
- 'pisell-data-source-form-app-identifier-consecutive-special': string;
306
- 'qrscanner-loading': string;
307
- 'qrscanner-success': string;
308
- 'qrscanner-success-qrcode': string;
309
- 'qrscanner-success-barcode': string;
310
- 'qrscanner-error-upload-image': string;
311
- 'qrscanner-error-load-failed': string;
312
- 'qrscanner-error-no-code': string;
313
- 'qrscanner-error-camera-init': string;
314
- 'qrscanner-error-process-image': string;
315
- 'pisell-login-and-register-title': string;
316
- 'pisell-login-and-register-subtitle': string;
317
- 'pisell-login-and-register-email-label': string;
318
- 'pisell-login-and-register-email-placeholder': string;
319
- 'pisell-login-and-register-password-label': string;
320
- 'pisell-login-and-register-password-placeholder': string;
321
- 'pisell-login-and-register-email-error': string;
322
- 'pisell-login-and-register-email-error-valid': string;
323
- 'pisell-login-and-register-password-error': string;
324
- 'pisell-login-and-register-login': string;
325
- 'pisell-login-and-register-google': string;
326
- 'pisell-login-and-register-facebook': string;
327
- 'pisell-login-and-register-apple': string;
328
- 'pisell-login-and-register-sign-up': string;
329
- 'pisell-login-and-register-login-tab': string;
330
- 'pisell-login-and-register-register-tab': string;
331
- 'pisell-login-and-register-register-email-placeholder': string;
332
- 'pisell-login-and-register-register-password-placeholder': string;
333
- 'pisell-login-and-register-register-button-text': string;
334
- 'pisell-login-and-register-remember-me': string;
335
- 'pisell-login-and-register-forgot-password': string;
336
- 'pisell2.text.goodpass.product-vouchers': string;
337
- 'pisell2.text.goodpass.last-settlement': string;
338
- 'pisell2.text.goodpass.view-more': string;
339
- 'pisell2.text.goodpass.save': string;
340
- 'pisell-wallet-pass-card-status-used': string;
341
- 'pisell-wallet-pass-card-status-expired': string;
342
- 'pisell-wallet-pass-card-status-disabled': string;
343
- 'pisell-wallet-pass-card-status-conflict': string;
344
- 'pisell-wallet-pass-card-status-lastPayment': string;
345
- 'pisell-wallet-pass-card-reset': string;
346
- 'pisell-wallet-pass-card-done': string;
347
- 'pisell2.wallet-card.add-holder-tip': string;
348
- 'pisell2.wallet-card.add-holder-button-text': string;
349
- 'pisell-camera-no-camera-accessible': string;
350
- 'pisell-camera-permission-denied': string;
351
- 'pisell-camera-switch-camera': string;
352
- 'pisell-camera-canvas': string;
353
- 'pisell-camera-checking': string;
354
- 'pisell-camera-no-camera-desc': string;
355
- 'pisell-upload-camera-local-files': string;
356
- 'pisell-upload-camera-capture': string;
357
- 'pisell-upload-camera-retake': string;
358
- 'pisell-upload-camera-use': string;
359
- 'pisell-list-tab-group-default': string;
360
- 'pisell-list-empty-text-default': string;
361
- 'pisell-list-load-more': string;
362
- 'pisell-list-view-less': string;
363
- 'pisell-list-pagination-total': (start: number, end: number, total: number) => string;
364
- 'pisell-list-scroll-down': string;
365
- 'pisell-list-scroll-right': string;
366
- 'pisell-list-pagination-page-of': (current: number, total: number) => string;
367
- 'pisell-list-pagination-previous': string;
368
- 'pisell-list-pagination-next': string;
369
- 'pisell-procedure-header-back-confirm-title': string;
370
- 'pisell-procedure-header-back-confirm-desc': string;
371
- 'pisell-procedure-header-back-confirm-no': string;
372
- 'pisell-procedure-header-back-confirm-yes': string;
373
- 'pisell-procedure-header-close-confirm-title': string;
374
- 'pisell-procedure-header-close-confirm-desc': string;
375
- 'pisell-procedure-header-close-confirm-no': string;
376
- 'pisell-procedure-header-close-confirm-yes': string;
377
- 'pisell-procedure-footer-more': string;
378
- };
379
- export default _default;