@pisell/materials 1.0.963 → 1.0.964

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 (309) 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 +2 -2
  6. package/build/lowcode/preview.js +14 -14
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +18 -19
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +24 -25
  11. package/es/components/appVersionControl/index.d.ts +0 -1
  12. package/es/components/auto-complete-number/index.d.ts +0 -1
  13. package/es/components/badge/index.d.ts +0 -1
  14. package/es/components/batch-editor/fields/index.d.ts +0 -1
  15. package/es/components/batch-editor/index.d.ts +0 -1
  16. package/es/components/calendar/index.d.ts +0 -1
  17. package/es/components/cardPro/index.d.ts +0 -1
  18. package/es/components/checkbox/index.d.ts +0 -1
  19. package/es/components/classicLayout/index.d.ts +0 -1
  20. package/es/components/config-provider/index.d.ts +0 -1
  21. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +2 -2
  22. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +3 -3
  23. package/es/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +0 -1
  24. package/es/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +0 -1
  25. package/es/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +0 -1
  26. package/es/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +0 -1
  27. package/es/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +0 -1
  28. package/es/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +0 -1
  29. package/es/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  30. package/es/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +0 -1
  31. package/es/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +0 -1
  32. package/es/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +0 -1
  33. package/es/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +0 -1
  34. package/es/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +0 -1
  35. package/es/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
  36. package/es/components/dataSourceComponents/fields/index.d.ts +8 -8
  37. package/es/components/date-picker/index.d.ts +0 -1
  38. package/es/components/drag-sort-tree/TreeItem/index.d.ts +0 -1
  39. package/es/components/drag-sort-tree/index.d.ts +0 -1
  40. package/es/components/dropdown/index.d.ts +0 -1
  41. package/es/components/hardwareErrorTip/errorCard/index.d.ts +0 -1
  42. package/es/components/hardwareErrorTip/errorTipStatistics/index.d.ts +0 -1
  43. package/es/components/hardwareErrorTip/logCard/index.d.ts +0 -1
  44. package/es/components/page/index.d.ts +0 -1
  45. package/es/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +0 -1
  46. package/es/components/pisellCard/index.d.ts +0 -1
  47. package/es/components/pisellDatePicker/datePickerCpt.d.ts +0 -1
  48. package/es/components/pisellDatePicker/index.d.ts +0 -1
  49. package/es/components/pisellInformationEntry/Scan/index.d.ts +0 -1
  50. package/es/components/pisellInput/components/BankCard/index.d.ts +0 -1
  51. package/es/components/pisellInput/components/SecurityCode/index.d.ts +0 -1
  52. package/es/components/pisellInput/index.d.ts +0 -1
  53. package/es/components/pisellLoading/index.d.ts +0 -1
  54. package/es/components/pisellModal/components/IpadModal/index.d.ts +0 -1
  55. package/es/components/pisellModal/components/MobileModal/index.d.ts +0 -1
  56. package/es/components/pisellModal/components/index.d.ts +0 -1
  57. package/es/components/pisellTooltip/index.d.ts +0 -1
  58. package/es/components/pisellUpload/index.d.ts +0 -1
  59. package/es/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -1
  60. package/es/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +1 -0
  61. package/es/components/productCard/cartSkuCard/components/basicInfo/index.js +3 -2
  62. package/es/components/productCard/cartSkuCard/components/holders/index.d.ts +0 -1
  63. package/es/components/productCard/cartSkuCard/components/holders/index.js +13 -1
  64. package/es/components/productCard/cartSkuCard/components/holders/index.less +15 -0
  65. package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +1 -1
  66. package/es/components/productCard/cartSkuCard/components/resources/index.d.ts +0 -1
  67. package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -1
  68. package/es/components/productCard/cartSkuCard/index.js +5 -3
  69. package/es/components/productCard/cartSkuCard/locales.d.ts +3 -0
  70. package/es/components/productCard/cartSkuCard/locales.js +6 -3
  71. package/es/components/productCard/components/Action/index.d.ts +0 -1
  72. package/es/components/productCard/components/Divider/index.d.ts +0 -1
  73. package/es/components/productCard/components/Header/Actions/index.d.ts +0 -1
  74. package/es/components/productCard/components/Header/DeleteButton/index.d.ts +0 -1
  75. package/es/components/productCard/components/MultiDay/index.d.ts +0 -1
  76. package/es/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +0 -1
  77. package/es/components/productCard/components/Packages/components/options/index.d.ts +0 -1
  78. package/es/components/productCard/components/Packages/utils.d.ts +1 -1
  79. package/es/components/productCard/components/Time/components/Like/index.d.ts +0 -1
  80. package/es/components/productCard/components/Time/index.d.ts +0 -1
  81. package/es/components/productCard/index.js +3 -1
  82. package/es/components/productCard/status.js +1 -0
  83. package/es/components/productCard/types.d.ts +1 -0
  84. package/es/components/radio/index.d.ts +0 -1
  85. package/es/components/segmented/index.d.ts +0 -1
  86. package/es/components/select-time/RightPanel/index.d.ts +0 -1
  87. package/es/components/select-time/index.d.ts +0 -1
  88. package/es/components/skeleton/index.d.ts +0 -1
  89. package/es/components/slider/index.d.ts +0 -1
  90. package/es/components/sort/components/InlineMenu/index.d.ts +0 -1
  91. package/es/components/table/Actions/component/ColumnsSetting/index.d.ts +0 -1
  92. package/es/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +0 -1
  93. package/es/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +0 -1
  94. package/es/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +0 -1
  95. package/es/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +0 -1
  96. package/es/components/table/Actions/component/Group/PopoverContent.d.ts +0 -1
  97. package/es/components/table/Actions/component/ViewMode/index.d.ts +0 -1
  98. package/es/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +0 -1
  99. package/es/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +0 -1
  100. package/es/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
  101. package/es/components/table/Summary/index.d.ts +0 -1
  102. package/es/components/table/Table/fields/date/Config/index.d.ts +0 -1
  103. package/es/components/table/Table/fields/date/Sort/index.d.ts +0 -1
  104. package/es/components/table/Table/fields/date/index.d.ts +0 -1
  105. package/es/components/table/Table/fields/image/Config/index.d.ts +0 -1
  106. package/es/components/table/Table/fields/image/Show/index.d.ts +0 -1
  107. package/es/components/table/Table/fields/image/Sort/index.d.ts +0 -1
  108. package/es/components/table/Table/fields/image/index.d.ts +0 -1
  109. package/es/components/table/Table/fields/index.d.ts +2 -2
  110. package/es/components/table/Table/fields/link/Config/index.d.ts +0 -1
  111. package/es/components/table/Table/fields/link/Sort/index.d.ts +0 -1
  112. package/es/components/table/Table/fields/link/index.d.ts +0 -1
  113. package/es/components/table/Table/fields/number/Config/index.d.ts +0 -1
  114. package/es/components/table/Table/fields/number/Show/index.d.ts +0 -1
  115. package/es/components/table/Table/fields/number/Sort/index.d.ts +0 -1
  116. package/es/components/table/Table/fields/number/index.d.ts +0 -1
  117. package/es/components/table/Table/fields/numberRange/Config/index.d.ts +0 -1
  118. package/es/components/table/Table/fields/numberRange/Show/index.d.ts +0 -1
  119. package/es/components/table/Table/fields/numberRange/Sort/index.d.ts +0 -1
  120. package/es/components/table/Table/fields/numberRange/index.d.ts +0 -1
  121. package/es/components/table/Table/fields/oldRangePicker/Config/index.d.ts +0 -1
  122. package/es/components/table/Table/fields/oldRangePicker/Show/index.d.ts +0 -1
  123. package/es/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +0 -1
  124. package/es/components/table/Table/fields/oldRangePicker/index.d.ts +0 -1
  125. package/es/components/table/Table/fields/pSwitch/Config/index.d.ts +0 -1
  126. package/es/components/table/Table/fields/pSwitch/Show/index.d.ts +0 -1
  127. package/es/components/table/Table/fields/pSwitch/Sort/index.d.ts +0 -1
  128. package/es/components/table/Table/fields/pSwitch/index.d.ts +0 -1
  129. package/es/components/table/Table/fields/rangePicker/Config/index.d.ts +0 -1
  130. package/es/components/table/Table/fields/rangePicker/Show/index.d.ts +0 -1
  131. package/es/components/table/Table/fields/rangePicker/Sort/index.d.ts +0 -1
  132. package/es/components/table/Table/fields/rangePicker/index.d.ts +0 -1
  133. package/es/components/table/Table/fields/search/Config/index.d.ts +0 -1
  134. package/es/components/table/Table/fields/search/Show/index.d.ts +0 -1
  135. package/es/components/table/Table/fields/search/Sort/index.d.ts +0 -1
  136. package/es/components/table/Table/fields/search/index.d.ts +0 -1
  137. package/es/components/table/Table/fields/select/Config/index.d.ts +0 -1
  138. package/es/components/table/Table/fields/select/Show/index.d.ts +0 -1
  139. package/es/components/table/Table/fields/select/Sort/index.d.ts +0 -1
  140. package/es/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
  141. package/es/components/table/Table/fields/select/index.d.ts +0 -1
  142. package/es/components/table/Table/fields/text/Config/index.d.ts +0 -1
  143. package/es/components/table/Table/fields/text/Sort/index.d.ts +0 -1
  144. package/es/components/table/Table/fields/treeSelect/Config/index.d.ts +0 -1
  145. package/es/components/table/Table/fields/treeSelect/Show/index.d.ts +0 -1
  146. package/es/components/table/Table/fields/treeSelect/Sort/index.d.ts +0 -1
  147. package/es/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
  148. package/es/components/table/Table/fields/treeSelect/index.d.ts +0 -1
  149. package/es/components/table/Table/utils.d.ts +1 -1
  150. package/es/components/table/TableFilter/SortIcon.d.ts +0 -1
  151. package/es/components/time-picker/index.d.ts +0 -1
  152. package/es/components/upload/index.d.ts +0 -1
  153. package/es/components/versionSelect/index.d.ts +0 -1
  154. package/es/components/virtual-keyboard/Time/utils.d.ts +0 -1
  155. package/es/components/walletCard/Guest/index.d.ts +0 -1
  156. package/es/components/walletCard/Guide/index.d.ts +0 -1
  157. package/es/utils/index.d.ts +1 -1
  158. package/es/utils/platform.d.ts +1 -1
  159. package/lib/components/appVersionControl/index.d.ts +0 -1
  160. package/lib/components/auto-complete-number/index.d.ts +0 -1
  161. package/lib/components/badge/index.d.ts +0 -1
  162. package/lib/components/batch-editor/fields/index.d.ts +0 -1
  163. package/lib/components/batch-editor/index.d.ts +0 -1
  164. package/lib/components/calendar/index.d.ts +0 -1
  165. package/lib/components/cardPro/index.d.ts +0 -1
  166. package/lib/components/checkbox/index.d.ts +0 -1
  167. package/lib/components/classicLayout/index.d.ts +0 -1
  168. package/lib/components/config-provider/index.d.ts +0 -1
  169. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +2 -2
  170. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +3 -3
  171. package/lib/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +0 -1
  172. package/lib/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +0 -1
  173. package/lib/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +0 -1
  174. package/lib/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +0 -1
  175. package/lib/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +0 -1
  176. package/lib/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +0 -1
  177. package/lib/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  178. package/lib/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +0 -1
  179. package/lib/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +0 -1
  180. package/lib/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +0 -1
  181. package/lib/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +0 -1
  182. package/lib/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +0 -1
  183. package/lib/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
  184. package/lib/components/dataSourceComponents/fields/index.d.ts +8 -8
  185. package/lib/components/date-picker/index.d.ts +0 -1
  186. package/lib/components/drag-sort-tree/TreeItem/index.d.ts +0 -1
  187. package/lib/components/drag-sort-tree/index.d.ts +0 -1
  188. package/lib/components/dropdown/index.d.ts +0 -1
  189. package/lib/components/hardwareErrorTip/errorCard/index.d.ts +0 -1
  190. package/lib/components/hardwareErrorTip/errorTipStatistics/index.d.ts +0 -1
  191. package/lib/components/hardwareErrorTip/logCard/index.d.ts +0 -1
  192. package/lib/components/page/index.d.ts +0 -1
  193. package/lib/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +0 -1
  194. package/lib/components/pisellCard/index.d.ts +0 -1
  195. package/lib/components/pisellDatePicker/datePickerCpt.d.ts +0 -1
  196. package/lib/components/pisellDatePicker/index.d.ts +0 -1
  197. package/lib/components/pisellInformationEntry/Scan/index.d.ts +0 -1
  198. package/lib/components/pisellInput/components/BankCard/index.d.ts +0 -1
  199. package/lib/components/pisellInput/components/SecurityCode/index.d.ts +0 -1
  200. package/lib/components/pisellInput/index.d.ts +0 -1
  201. package/lib/components/pisellLoading/index.d.ts +0 -1
  202. package/lib/components/pisellModal/components/IpadModal/index.d.ts +0 -1
  203. package/lib/components/pisellModal/components/MobileModal/index.d.ts +0 -1
  204. package/lib/components/pisellModal/components/index.d.ts +0 -1
  205. package/lib/components/pisellTooltip/index.d.ts +0 -1
  206. package/lib/components/pisellUpload/index.d.ts +0 -1
  207. package/lib/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -1
  208. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +1 -0
  209. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.js +3 -2
  210. package/lib/components/productCard/cartSkuCard/components/holders/index.d.ts +0 -1
  211. package/lib/components/productCard/cartSkuCard/components/holders/index.js +8 -1
  212. package/lib/components/productCard/cartSkuCard/components/holders/index.less +15 -0
  213. package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +1 -1
  214. package/lib/components/productCard/cartSkuCard/components/resources/index.d.ts +0 -1
  215. package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -1
  216. package/lib/components/productCard/cartSkuCard/index.js +3 -2
  217. package/lib/components/productCard/cartSkuCard/locales.d.ts +3 -0
  218. package/lib/components/productCard/cartSkuCard/locales.js +6 -3
  219. package/lib/components/productCard/components/Action/index.d.ts +0 -1
  220. package/lib/components/productCard/components/Divider/index.d.ts +0 -1
  221. package/lib/components/productCard/components/Header/Actions/index.d.ts +0 -1
  222. package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +0 -1
  223. package/lib/components/productCard/components/MultiDay/index.d.ts +0 -1
  224. package/lib/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +0 -1
  225. package/lib/components/productCard/components/Packages/components/options/index.d.ts +0 -1
  226. package/lib/components/productCard/components/Packages/utils.d.ts +1 -1
  227. package/lib/components/productCard/components/Time/components/Like/index.d.ts +0 -1
  228. package/lib/components/productCard/components/Time/index.d.ts +0 -1
  229. package/lib/components/productCard/index.js +1 -0
  230. package/lib/components/productCard/status.js +1 -0
  231. package/lib/components/productCard/types.d.ts +1 -0
  232. package/lib/components/radio/index.d.ts +0 -1
  233. package/lib/components/segmented/index.d.ts +0 -1
  234. package/lib/components/select-time/RightPanel/index.d.ts +0 -1
  235. package/lib/components/select-time/index.d.ts +0 -1
  236. package/lib/components/skeleton/index.d.ts +0 -1
  237. package/lib/components/slider/index.d.ts +0 -1
  238. package/lib/components/sort/components/InlineMenu/index.d.ts +0 -1
  239. package/lib/components/table/Actions/component/ColumnsSetting/index.d.ts +0 -1
  240. package/lib/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +0 -1
  241. package/lib/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +0 -1
  242. package/lib/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +0 -1
  243. package/lib/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +0 -1
  244. package/lib/components/table/Actions/component/Group/PopoverContent.d.ts +0 -1
  245. package/lib/components/table/Actions/component/ViewMode/index.d.ts +0 -1
  246. package/lib/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +0 -1
  247. package/lib/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +0 -1
  248. package/lib/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
  249. package/lib/components/table/Summary/index.d.ts +0 -1
  250. package/lib/components/table/Table/fields/date/Config/index.d.ts +0 -1
  251. package/lib/components/table/Table/fields/date/Sort/index.d.ts +0 -1
  252. package/lib/components/table/Table/fields/date/index.d.ts +0 -1
  253. package/lib/components/table/Table/fields/image/Config/index.d.ts +0 -1
  254. package/lib/components/table/Table/fields/image/Show/index.d.ts +0 -1
  255. package/lib/components/table/Table/fields/image/Sort/index.d.ts +0 -1
  256. package/lib/components/table/Table/fields/image/index.d.ts +0 -1
  257. package/lib/components/table/Table/fields/index.d.ts +2 -2
  258. package/lib/components/table/Table/fields/link/Config/index.d.ts +0 -1
  259. package/lib/components/table/Table/fields/link/Sort/index.d.ts +0 -1
  260. package/lib/components/table/Table/fields/link/index.d.ts +0 -1
  261. package/lib/components/table/Table/fields/number/Config/index.d.ts +0 -1
  262. package/lib/components/table/Table/fields/number/Show/index.d.ts +0 -1
  263. package/lib/components/table/Table/fields/number/Sort/index.d.ts +0 -1
  264. package/lib/components/table/Table/fields/number/index.d.ts +0 -1
  265. package/lib/components/table/Table/fields/numberRange/Config/index.d.ts +0 -1
  266. package/lib/components/table/Table/fields/numberRange/Show/index.d.ts +0 -1
  267. package/lib/components/table/Table/fields/numberRange/Sort/index.d.ts +0 -1
  268. package/lib/components/table/Table/fields/numberRange/index.d.ts +0 -1
  269. package/lib/components/table/Table/fields/oldRangePicker/Config/index.d.ts +0 -1
  270. package/lib/components/table/Table/fields/oldRangePicker/Show/index.d.ts +0 -1
  271. package/lib/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +0 -1
  272. package/lib/components/table/Table/fields/oldRangePicker/index.d.ts +0 -1
  273. package/lib/components/table/Table/fields/pSwitch/Config/index.d.ts +0 -1
  274. package/lib/components/table/Table/fields/pSwitch/Show/index.d.ts +0 -1
  275. package/lib/components/table/Table/fields/pSwitch/Sort/index.d.ts +0 -1
  276. package/lib/components/table/Table/fields/pSwitch/index.d.ts +0 -1
  277. package/lib/components/table/Table/fields/rangePicker/Config/index.d.ts +0 -1
  278. package/lib/components/table/Table/fields/rangePicker/Show/index.d.ts +0 -1
  279. package/lib/components/table/Table/fields/rangePicker/Sort/index.d.ts +0 -1
  280. package/lib/components/table/Table/fields/rangePicker/index.d.ts +0 -1
  281. package/lib/components/table/Table/fields/search/Config/index.d.ts +0 -1
  282. package/lib/components/table/Table/fields/search/Show/index.d.ts +0 -1
  283. package/lib/components/table/Table/fields/search/Sort/index.d.ts +0 -1
  284. package/lib/components/table/Table/fields/search/index.d.ts +0 -1
  285. package/lib/components/table/Table/fields/select/Config/index.d.ts +0 -1
  286. package/lib/components/table/Table/fields/select/Show/index.d.ts +0 -1
  287. package/lib/components/table/Table/fields/select/Sort/index.d.ts +0 -1
  288. package/lib/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
  289. package/lib/components/table/Table/fields/select/index.d.ts +0 -1
  290. package/lib/components/table/Table/fields/text/Config/index.d.ts +0 -1
  291. package/lib/components/table/Table/fields/text/Sort/index.d.ts +0 -1
  292. package/lib/components/table/Table/fields/treeSelect/Config/index.d.ts +0 -1
  293. package/lib/components/table/Table/fields/treeSelect/Show/index.d.ts +0 -1
  294. package/lib/components/table/Table/fields/treeSelect/Sort/index.d.ts +0 -1
  295. package/lib/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
  296. package/lib/components/table/Table/fields/treeSelect/index.d.ts +0 -1
  297. package/lib/components/table/Table/utils.d.ts +1 -1
  298. package/lib/components/table/TableFilter/SortIcon.d.ts +0 -1
  299. package/lib/components/time-picker/index.d.ts +0 -1
  300. package/lib/components/upload/index.d.ts +0 -1
  301. package/lib/components/versionSelect/index.d.ts +0 -1
  302. package/lib/components/virtual-keyboard/Time/utils.d.ts +0 -1
  303. package/lib/components/walletCard/Guest/index.d.ts +0 -1
  304. package/lib/components/walletCard/Guide/index.d.ts +0 -1
  305. package/lib/utils/index.d.ts +1 -1
  306. package/lib/utils/platform.d.ts +1 -1
  307. package/lowcode/product-card/meta.ts +7 -0
  308. package/lowcode/product-card/snippets.ts +1 -0
  309. package/package.json +1 -1
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const renderBundles: (item: any, hidePrice?: boolean, isShowPackageNote?: boolean) => JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Options: ({ options, amountSymbol }: any) => JSX.Element | null;
4
3
  export default Options;
@@ -17,4 +17,4 @@ export declare const minusSign: (item: any, type?: string) => "" | "-";
17
17
  * @Author: WangHan
18
18
  * @Date: 2024-11-22 10:58
19
19
  */
20
- export declare const _formatAmount: (price?: number, amountSymbol?: string, digit?: number) => string | number;
20
+ export declare const _formatAmount: (price?: number, amountSymbol?: string, digit?: number) => any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Like: ({ status, onLike, className, style, isShowChangeResource, }: {
4
3
  style?: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Time: ({ item, isShowHolder, onLike, isShowChangeResource, changeResource, changeHolder, isShowChangeHolder, holderMode, onAddHolder, isShowAddHolderButton, onClearHolder, onClearResource, }: any) => JSX.Element | null;
4
3
  export default Time;
@@ -1,5 +1,5 @@
1
1
  function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
- var _excluded = ["dataSource", "isShowImage", "isShowHolder", "isShowNote", "isShowDelete", "isShowPackageNote", "isShowEditProduct", "scenario", "onEditProduct", "onAction", "onDelete", "onNote", "onLike", "onCard", "onChangeResource", "onChangeHolder"];
2
+ var _excluded = ["dataSource", "isShowImage", "isShowHolder", "isShowNote", "isShowDelete", "isShowAmountFooter", "isShowPackageNote", "isShowEditProduct", "scenario", "onEditProduct", "onAction", "onDelete", "onNote", "onLike", "onCard", "onChangeResource", "onChangeHolder"];
3
3
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
4
4
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
5
5
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
@@ -42,6 +42,8 @@ var ProductCard = function ProductCard(props) {
42
42
  isShowNote = _props$isShowNote === void 0 ? defaultValue.isShowNote : _props$isShowNote,
43
43
  _props$isShowDelete = props.isShowDelete,
44
44
  isShowDelete = _props$isShowDelete === void 0 ? defaultValue.isShowDelete : _props$isShowDelete,
45
+ _props$isShowAmountFo = props.isShowAmountFooter,
46
+ isShowAmountFooter = _props$isShowAmountFo === void 0 ? defaultValue.isShowAmountFooter : _props$isShowAmountFo,
45
47
  _props$isShowPackageN = props.isShowPackageNote,
46
48
  isShowPackageNote = _props$isShowPackageN === void 0 ? defaultValue.isShowPackageNote : _props$isShowPackageN,
47
49
  _props$isShowEditProd = props.isShowEditProduct,
@@ -61,6 +61,7 @@ export var defaultValue = {
61
61
  isShowHolder: true,
62
62
  isShowNote: true,
63
63
  isShowDelete: true,
64
+ isShowAmountFooter: true,
64
65
  isShowPackageNote: true,
65
66
  isShowEditProduct: false,
66
67
  locale: 'en-US',
@@ -67,6 +67,7 @@ export declare type ProductCardTypes = {
67
67
  isShowNote?: boolean;
68
68
  isShowPackageNote?: boolean;
69
69
  isShowDelete?: boolean;
70
+ isShowAmountFooter?: boolean;
70
71
  disabledEdit?: boolean;
71
72
  locale?: string;
72
73
  symbol?: string;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Radio: (props: any) => JSX.Element;
3
2
  export default Radio;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { SegmentedProps } from "antd";
3
2
  import "./index.less";
4
3
  declare const Segmented: (props: SegmentedProps) => JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  interface RightPanelProps {
4
3
  value: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { VirtualKeyboardTimeProps } from "../virtual-keyboard/Time";
3
2
  import { PopoverProps, TimePickerProps } from "antd";
4
3
  import "./index.less";
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Skeleton: (props: any) => JSX.Element;
3
2
  export default Skeleton;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const SliderOuter: (props: any) => JSX.Element;
3
2
  export default SliderOuter;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { MenuProps } from "antd";
3
2
  import "./index.less";
4
3
  interface InlineMenuProps {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare type ColumnsSettingProps = {
3
2
  value?: Record<string, any>[];
4
3
  onChange?: (val: Record<string, any>[]) => void;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ExportImportType } from '../../../../../types';
3
2
  import './index.less';
4
3
  declare const ExportFile: (props: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ExportImportType } from "../../../../../types";
3
2
  import "./index.less";
4
3
  declare const ExportTable: (props: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ExportImportType } from '../../../../../types';
3
2
  import './index.less';
4
3
  declare const ImportLog: (props: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ExportImportType } from '../../../../../types';
3
2
  import './index.less';
4
3
  declare type ImportTableProps = {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './PopoverContent.less';
3
2
  declare type FieldType = string | number;
4
3
  export declare type GroupValue = {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { GridViewType, ModeType } from "../../../types";
3
2
  declare type ViewModeProps = {
4
3
  view: GridViewType;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { GallerySettingType, GallerySettingValueType } from "../../../../../types";
3
2
  declare type CoverProps = {
4
3
  cover?: GallerySettingType["cover"];
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { GallerySettingType } from "../../../../../types";
3
2
  import "./index.less";
4
3
  declare type TitleProps = GallerySettingType["title"] & {
@@ -1,5 +1,5 @@
1
1
  declare const useGapSize: (gap: number | number[]) => {
2
- horizontal: number;
3
- vertical: number;
2
+ horizontal: any;
3
+ vertical: any;
4
4
  };
5
5
  export default useGapSize;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "./index.less";
3
2
  declare const Summary: ({ summary }: any) => JSX.Element | null;
4
3
  export default Summary;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Config: () => JSX.Element;
3
2
  export default Config;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Sort: () => JSX.Element;
3
2
  export default Sort;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import filter from "./filterUtil";
3
2
  declare const _default: {
4
3
  field: {
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Config: () => JSX.Element;
3
2
  export default Config;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { FieldPropsType } from "../../types";
3
2
  declare const Show: (props: FieldPropsType) => JSX.Element;
4
3
  export default Show;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Sort: () => JSX.Element;
3
2
  export default Sort;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const _default: {
3
2
  field: {
4
3
  field_icon: string;
@@ -197,12 +197,12 @@ export declare const fieldList: ({
197
197
  field_icon: string;
198
198
  field_name: string;
199
199
  field_type: string;
200
- default_value: boolean;
200
+ default_value: string;
201
201
  } | {
202
202
  field_icon: string;
203
203
  field_name: string;
204
204
  field_type: string;
205
- default_value: string;
205
+ default_value: boolean;
206
206
  } | {
207
207
  field_icon: string;
208
208
  field_name: string;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Config: () => JSX.Element;
3
2
  export default Config;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Sort: () => JSX.Element;
3
2
  export default Sort;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const _default: {
3
2
  field: {
4
3
  field_icon: string;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Config: () => JSX.Element;
3
2
  export default Config;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { FieldPropsType } from "../../types";
3
2
  declare const Show: (props: FieldPropsType) => JSX.Element;
4
3
  export default Show;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Sort: () => JSX.Element;
3
2
  export default Sort;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import filter from "./filterUtil";
3
2
  declare const _default: {
4
3
  field: {
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Config: () => JSX.Element;
3
2
  export default Config;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { FieldPropsType } from "../../types";
3
2
  declare const Show: (props: FieldPropsType) => JSX.Element;
4
3
  export default Show;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Sort: () => JSX.Element;
3
2
  export default Sort;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import filter from "./filterUtil";
3
2
  declare const _default: {
4
3
  field: {
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Config: () => JSX.Element;
3
2
  export default Config;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { FieldPropsType } from "../../types";
3
2
  declare const Show: (props: FieldPropsType) => JSX.Element;
4
3
  export default Show;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Sort: () => JSX.Element;
3
2
  export default Sort;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import filter from "./filterUtil";
3
2
  declare const _default: {
4
3
  field: {
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Config: () => JSX.Element;
3
2
  export default Config;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { FieldPropsType } from "../../types";
3
2
  declare const Show: (props: FieldPropsType) => JSX.Element;
4
3
  export default Show;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Sort: () => JSX.Element;
3
2
  export default Sort;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const _default: {
3
2
  field: {
4
3
  field_icon: string;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Config: () => JSX.Element;
3
2
  export default Config;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { FieldPropsType } from "../../types";
3
2
  declare const Show: (props: FieldPropsType) => JSX.Element;
4
3
  export default Show;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Sort: () => JSX.Element;
3
2
  export default Sort;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import filter from "./filterUtil";
3
2
  declare const _default: {
4
3
  field: {
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Config: () => JSX.Element;
3
2
  export default Config;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { FieldPropsType } from "../../types";
3
2
  declare const Show: (props: FieldPropsType) => JSX.Element;
4
3
  export default Show;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Sort: () => JSX.Element;
3
2
  export default Sort;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import filter from "./filterUtil";
3
2
  declare const _default: {
4
3
  field: {
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Config: () => JSX.Element;
3
2
  export default Config;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { FieldPropsType } from "../../types";
3
2
  declare const Show: (props: FieldPropsType) => JSX.Element;
4
3
  export default Show;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Sort: () => JSX.Element;
3
2
  export default Sort;
@@ -2,4 +2,4 @@ export default function ({ value, key, item, }: {
2
2
  value: string | string[];
3
3
  key: string | string[];
4
4
  item: Record<string, any>;
5
- }): boolean;
5
+ }): any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import filter from "./filterUtil";
3
2
  declare const _default: {
4
3
  field: {
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Config: () => JSX.Element;
3
2
  export default Config;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Sort: () => JSX.Element;
3
2
  export default Sort;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Config: () => JSX.Element;
3
2
  export default Config;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { FieldPropsType } from "../../types";
3
2
  declare const Show: (props: FieldPropsType) => JSX.Element;
4
3
  export default Show;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Sort: () => JSX.Element;
3
2
  export default Sort;
@@ -2,4 +2,4 @@ export default function ({ value, key, item, }: {
2
2
  value: string | string[] | Record<string, any>[];
3
3
  key: string | string[];
4
4
  item: Record<string, any>;
5
- }): boolean;
5
+ }): any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import filter from "./filterUtil";
3
2
  declare const _default: {
4
3
  field: {
@@ -161,7 +161,7 @@ export declare const getSettingKeyArrByMode: ({ filter, columnSetting, dataSourc
161
161
  sort?: SortType | undefined;
162
162
  mode: "" | "localStorage" | "remote";
163
163
  currentViewMode: ModeType;
164
- }) => ("filters" | "column_setting" | "gallery_setting" | "order_by" | "group_by" | "view_mode" | "filter_setting")[];
164
+ }) => ("filters" | "filter_setting" | "column_setting" | "gallery_setting" | "view_mode" | "group_by" | "order_by")[];
165
165
  export declare const omit: (obj: Record<string, any>, keys: string[]) => Record<string, any>;
166
166
  export declare const stringify: (obj: Record<string, any>) => string;
167
167
  export {};
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface SortIconProps {
3
2
  sortOrder: null | "ascend" | "descend";
4
3
  }
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const TimePicker: (props: any) => JSX.Element;
3
2
  export default TimePicker;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Upload: (props: any) => JSX.Element;
3
2
  export default Upload;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { SelectProps } from 'antd';
3
2
  import './index.less';
4
3
  export interface Version {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const formatStringToTime: (value: string) => {
3
2
  valueArray: string[];
4
3
  valueString: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Guest: (props: any) => JSX.Element;
4
3
  export default Guest;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Guide: (props: any) => JSX.Element;
4
3
  export default Guide;
@@ -1,4 +1,4 @@
1
1
  export declare const isBrowser: boolean;
2
- export declare const getCssNumber: (val: string | number) => string;
2
+ export declare const getCssNumber: (val: string | number) => string | number;
3
3
  export declare function uuid(): string;
4
4
  export * from './mergeWith';
@@ -1 +1 @@
1
- export declare const isMobile: () => boolean;
1
+ export declare const isMobile: () => any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { AppVersionControlProps } from './types';
3
2
  import './index.less';
4
3
  declare const AppVersionControl: (props: AppVersionControlProps) => JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { AutoCompleteProps, InputNumberProps } from "antd";
3
2
  interface AutoCompleteNumberProps {
4
3
  autoCompleteProps: AutoCompleteProps;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { BadgeProps as OriginalBadgeprops } from 'antd';
3
2
  import './index.less';
4
3
  export interface Badgeprops extends OriginalBadgeprops {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const _default: {
3
2
  price: import("react").FC<import("./Price").PriceProps>;
4
3
  image: (props: import("./Image").ImageProps) => JSX.Element | null;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "./index.less";
3
2
  interface BatchEditorProps {
4
3
  columns: any[];
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Calendar: (props: any) => JSX.Element;
3
2
  export default Calendar;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const _default: (props: any) => JSX.Element;
4
3
  export default _default;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Checkbox: (props: any) => JSX.Element;
3
2
  export default Checkbox;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "./index.less";
3
2
  declare const ClassicLayout: (props: any) => JSX.Element;
4
3
  export default ClassicLayout;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ConfigProviderProps as OriginalConfigProviderProps } from "antd/es/config-provider";
3
2
  import "dayjs/locale/zh-cn";
4
3
  export interface ConfigProviderProps extends OriginalConfigProviderProps {
@@ -1,5 +1,5 @@
1
1
  declare const useDataSourceKey: () => {
2
- dataSourceKey: string | undefined;
3
- dataSourceKeyRef: import("react").MutableRefObject<string | undefined>;
2
+ dataSourceKey: string | import("../../provider/dataSource/DataSourceContext").DataSourceType | undefined;
3
+ dataSourceKeyRef: import("react").MutableRefObject<string | import("../../provider/dataSource/DataSourceContext").DataSourceType | undefined>;
4
4
  };
5
5
  export default useDataSourceKey;