@pisell/materials 6.1.4 → 6.1.6

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 (383) 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 +150 -150
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +31 -42
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +31 -42
  11. package/es/components/appVersionControl/index.d.ts +1 -0
  12. package/es/components/auto-complete-number/index.d.ts +1 -0
  13. package/es/components/badge/index.d.ts +1 -0
  14. package/es/components/batch-editor/fields/index.d.ts +1 -0
  15. package/es/components/batch-editor/index.d.ts +1 -0
  16. package/es/components/calendar/index.d.ts +1 -0
  17. package/es/components/cardPro/index.d.ts +1 -0
  18. package/es/components/checkbox/index.d.ts +1 -0
  19. package/es/components/classicLayout/index.d.ts +1 -0
  20. package/es/components/colorPicker/index.d.ts +1 -0
  21. package/es/components/config-provider/index.d.ts +1 -0
  22. package/es/components/dataSourceComponents/dataSourceForm/formItem.d.ts +1 -0
  23. package/es/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +1 -0
  24. package/es/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +1 -0
  25. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +1 -0
  26. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +1 -0
  27. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +4 -4
  28. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +1 -0
  29. package/es/components/dataSourceComponents/dataSourceWrapper/index.d.ts +1 -0
  30. package/es/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +1 -0
  31. package/es/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +1 -0
  32. package/es/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +1 -0
  33. package/es/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +1 -0
  34. package/es/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +1 -0
  35. package/es/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +1 -0
  36. package/es/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +1 -0
  37. package/es/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +1 -0
  38. package/es/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  39. package/es/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +1 -0
  40. package/es/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +1 -0
  41. package/es/components/dataSourceComponents/fields/Select/index.d.ts +1 -0
  42. package/es/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +1 -0
  43. package/es/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +1 -0
  44. package/es/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +1 -0
  45. package/es/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
  46. package/es/components/dataSourceComponents/fields/index.d.ts +3 -3
  47. package/es/components/date-picker/datePickerCpt.d.ts +1 -0
  48. package/es/components/date-picker/index.d.ts +1 -0
  49. package/es/components/drag-sort-tree/TreeItem/index.d.ts +1 -0
  50. package/es/components/drag-sort-tree/index.d.ts +1 -0
  51. package/es/components/dropdown/index.d.ts +1 -0
  52. package/es/components/filter/components/items/index.d.ts +1 -0
  53. package/es/components/filter/components/items/text/Editor/index.d.ts +1 -0
  54. package/es/components/filter/components/items/text/Preview/index.d.ts +1 -0
  55. package/es/components/filter/components/items/text/index.d.ts +1 -0
  56. package/es/components/filter/index.d.ts +1 -0
  57. package/es/components/list/index.d.ts +1 -0
  58. package/es/components/lowCodePage/index.d.ts +1 -0
  59. package/es/components/page/index.d.ts +1 -0
  60. package/es/components/pisellAdjustPrice/index.d.ts +1 -0
  61. package/es/components/pisellCard/index.d.ts +1 -0
  62. package/es/components/pisellDatePicker/datePickerCpt.d.ts +1 -0
  63. package/es/components/pisellDatePicker/index.d.ts +1 -0
  64. package/es/components/pisellGoodPassCard/index.d.ts +1 -0
  65. package/es/components/pisellGoodPassCard/index.js +17 -5
  66. package/es/components/pisellInformationEntry/Scan/index.d.ts +1 -0
  67. package/es/components/pisellInput/components/BankCard/index.d.ts +1 -0
  68. package/es/components/pisellInput/components/Copy/index.d.ts +1 -0
  69. package/es/components/pisellInput/components/SecurityCode/index.d.ts +1 -0
  70. package/es/components/pisellInput/index.d.ts +1 -0
  71. package/es/components/pisellLoading/index.d.ts +1 -0
  72. package/es/components/pisellModal/components/IpadModal/index.d.ts +1 -0
  73. package/es/components/pisellModal/components/MobileModal/index.d.ts +1 -0
  74. package/es/components/pisellModal/components/index.d.ts +1 -0
  75. package/es/components/pisellTooltip/index.d.ts +1 -0
  76. package/es/components/pisellUpload/index.d.ts +1 -0
  77. package/es/components/productCard/cartSkuCard/components/basicInfo/index.js +17 -5
  78. package/es/components/productCard/cartSkuCard/components/basicInfo/index.less +15 -0
  79. package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +1 -1
  80. package/es/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +45 -0
  81. package/es/components/productCard/cartSkuCard/components/swipeAction/index.js +292 -0
  82. package/es/components/productCard/cartSkuCard/components/swipeAction/index.less +35 -0
  83. package/es/components/productCard/cartSkuCard/index.d.ts +3 -0
  84. package/es/components/productCard/cartSkuCard/index.js +30 -9
  85. package/es/components/productCard/cartSkuCard/index.less +1 -1
  86. package/es/components/productCard/components/Action/index.d.ts +1 -0
  87. package/es/components/productCard/components/AmountFooter/index.d.ts +1 -0
  88. package/es/components/productCard/components/Divider/index.d.ts +1 -0
  89. package/es/components/productCard/components/Header/DeleteButton/index.d.ts +1 -0
  90. package/es/components/productCard/components/Header/EditButton/index.d.ts +1 -0
  91. package/es/components/productCard/components/Header/index.d.ts +1 -0
  92. package/es/components/productCard/components/Header/index.js +17 -5
  93. package/es/components/productCard/components/Header/index.less +15 -0
  94. package/es/components/productCard/components/MultiDay/index.d.ts +1 -0
  95. package/es/components/productCard/components/Note/index.d.ts +1 -0
  96. package/es/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +1 -0
  97. package/es/components/productCard/components/Packages/components/options/index.d.ts +1 -0
  98. package/es/components/productCard/components/Packages/index.d.ts +1 -0
  99. package/es/components/productCard/components/Packages/utils.d.ts +1 -1
  100. package/es/components/productCard/components/Sales/index.d.ts +1 -0
  101. package/es/components/productCard/components/Time/components/Like/index.d.ts +1 -0
  102. package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts +1 -0
  103. package/es/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +1 -0
  104. package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +1 -0
  105. package/es/components/productCard/components/Time/components/SelectResource/index.d.ts +1 -0
  106. package/es/components/productCard/components/Time/index.d.ts +1 -0
  107. package/es/components/productCard/index.js +3 -2
  108. package/es/components/productCard/index.less +6 -0
  109. package/es/components/qrcode/index.d.ts +1 -0
  110. package/es/components/radio/index.d.ts +1 -0
  111. package/es/components/segmented/index.d.ts +1 -0
  112. package/es/components/select-time/RightPanel/index.d.ts +1 -0
  113. package/es/components/select-time/index.d.ts +1 -0
  114. package/es/components/skeleton/index.d.ts +1 -0
  115. package/es/components/slider/index.d.ts +1 -0
  116. package/es/components/sort/components/InlineMenu/index.d.ts +1 -0
  117. package/es/components/table/Actions/component/ColumnsSetting/index.d.ts +1 -0
  118. package/es/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +1 -0
  119. package/es/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +1 -0
  120. package/es/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +1 -0
  121. package/es/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +1 -0
  122. package/es/components/table/Actions/component/ExportImport/index.d.ts +1 -0
  123. package/es/components/table/Actions/component/GallerySetting/index.d.ts +1 -0
  124. package/es/components/table/Actions/component/Group/PopoverContent.d.ts +1 -0
  125. package/es/components/table/Actions/component/Group/index.d.ts +1 -0
  126. package/es/components/table/Actions/component/ViewMode/index.d.ts +1 -0
  127. package/es/components/table/Actions/index.d.ts +1 -0
  128. package/es/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +1 -0
  129. package/es/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +1 -0
  130. package/es/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +1 -0
  131. package/es/components/table/Summary/index.d.ts +1 -0
  132. package/es/components/table/Table/fields/date/Config/index.d.ts +1 -0
  133. package/es/components/table/Table/fields/date/Show/index.d.ts +1 -0
  134. package/es/components/table/Table/fields/date/Sort/index.d.ts +1 -0
  135. package/es/components/table/Table/fields/date/index.d.ts +1 -0
  136. package/es/components/table/Table/fields/image/Config/index.d.ts +1 -0
  137. package/es/components/table/Table/fields/image/Show/index.d.ts +1 -0
  138. package/es/components/table/Table/fields/image/Sort/index.d.ts +1 -0
  139. package/es/components/table/Table/fields/image/index.d.ts +1 -0
  140. package/es/components/table/Table/fields/index.d.ts +2 -2
  141. package/es/components/table/Table/fields/link/Config/index.d.ts +1 -0
  142. package/es/components/table/Table/fields/link/Show/index.d.ts +1 -0
  143. package/es/components/table/Table/fields/link/Sort/index.d.ts +1 -0
  144. package/es/components/table/Table/fields/link/index.d.ts +1 -0
  145. package/es/components/table/Table/fields/number/Config/index.d.ts +1 -0
  146. package/es/components/table/Table/fields/number/Show/index.d.ts +1 -0
  147. package/es/components/table/Table/fields/number/Sort/index.d.ts +1 -0
  148. package/es/components/table/Table/fields/number/index.d.ts +1 -0
  149. package/es/components/table/Table/fields/numberRange/Config/index.d.ts +1 -0
  150. package/es/components/table/Table/fields/numberRange/Show/index.d.ts +1 -0
  151. package/es/components/table/Table/fields/numberRange/Sort/index.d.ts +1 -0
  152. package/es/components/table/Table/fields/oldRangePicker/Config/index.d.ts +1 -0
  153. package/es/components/table/Table/fields/oldRangePicker/Show/index.d.ts +1 -0
  154. package/es/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +1 -0
  155. package/es/components/table/Table/fields/oldRangePicker/index.d.ts +1 -0
  156. package/es/components/table/Table/fields/pSwitch/Config/index.d.ts +1 -0
  157. package/es/components/table/Table/fields/pSwitch/Show/index.d.ts +1 -0
  158. package/es/components/table/Table/fields/pSwitch/Sort/index.d.ts +1 -0
  159. package/es/components/table/Table/fields/pSwitch/index.d.ts +1 -0
  160. package/es/components/table/Table/fields/rangePicker/Config/index.d.ts +1 -0
  161. package/es/components/table/Table/fields/rangePicker/Show/index.d.ts +1 -0
  162. package/es/components/table/Table/fields/rangePicker/Sort/index.d.ts +1 -0
  163. package/es/components/table/Table/fields/rangePicker/index.d.ts +1 -0
  164. package/es/components/table/Table/fields/search/Config/index.d.ts +1 -0
  165. package/es/components/table/Table/fields/search/Show/index.d.ts +1 -0
  166. package/es/components/table/Table/fields/search/Sort/index.d.ts +1 -0
  167. package/es/components/table/Table/fields/search/index.d.ts +1 -0
  168. package/es/components/table/Table/fields/select/Config/index.d.ts +1 -0
  169. package/es/components/table/Table/fields/select/Show/index.d.ts +1 -0
  170. package/es/components/table/Table/fields/select/Sort/index.d.ts +1 -0
  171. package/es/components/table/Table/fields/select/index.d.ts +1 -0
  172. package/es/components/table/Table/fields/text/Config/index.d.ts +1 -0
  173. package/es/components/table/Table/fields/text/Show/index.d.ts +1 -0
  174. package/es/components/table/Table/fields/text/Sort/index.d.ts +1 -0
  175. package/es/components/table/Table/fields/text/index.d.ts +1 -0
  176. package/es/components/table/Table/fields/treeSelect/Config/index.d.ts +1 -0
  177. package/es/components/table/Table/fields/treeSelect/Show/index.d.ts +1 -0
  178. package/es/components/table/Table/fields/treeSelect/Sort/index.d.ts +1 -0
  179. package/es/components/table/Table/fields/treeSelect/index.d.ts +1 -0
  180. package/es/components/table/Table/tableConfig/summary/index.d.ts +1 -0
  181. package/es/components/table/Table/utils.d.ts +1 -1
  182. package/es/components/table/TableFilter/SortIcon.d.ts +1 -0
  183. package/es/components/time-picker/index.d.ts +1 -0
  184. package/es/components/upload/index.d.ts +1 -0
  185. package/es/components/versionSelect/index.d.ts +1 -0
  186. package/es/components/virtual-keyboard/Amount/index.d.ts +1 -0
  187. package/es/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +1 -0
  188. package/es/components/virtual-keyboard/Number/index.d.ts +1 -0
  189. package/es/components/virtual-keyboard/Time/utils.d.ts +1 -0
  190. package/es/components/walletCard/Guest/index.d.ts +1 -0
  191. package/es/components/walletCard/Guide/index.d.ts +1 -0
  192. package/es/utils/platform.d.ts +1 -1
  193. package/lib/components/appVersionControl/index.d.ts +1 -0
  194. package/lib/components/auto-complete-number/index.d.ts +1 -0
  195. package/lib/components/badge/index.d.ts +1 -0
  196. package/lib/components/batch-editor/fields/index.d.ts +1 -0
  197. package/lib/components/batch-editor/index.d.ts +1 -0
  198. package/lib/components/calendar/index.d.ts +1 -0
  199. package/lib/components/cardPro/index.d.ts +1 -0
  200. package/lib/components/checkbox/index.d.ts +1 -0
  201. package/lib/components/classicLayout/index.d.ts +1 -0
  202. package/lib/components/colorPicker/index.d.ts +1 -0
  203. package/lib/components/config-provider/index.d.ts +1 -0
  204. package/lib/components/dataSourceComponents/dataSourceForm/formItem.d.ts +1 -0
  205. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +1 -0
  206. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +1 -0
  207. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +1 -0
  208. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +1 -0
  209. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +4 -4
  210. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +1 -0
  211. package/lib/components/dataSourceComponents/dataSourceWrapper/index.d.ts +1 -0
  212. package/lib/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +1 -0
  213. package/lib/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +1 -0
  214. package/lib/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +1 -0
  215. package/lib/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +1 -0
  216. package/lib/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +1 -0
  217. package/lib/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +1 -0
  218. package/lib/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +1 -0
  219. package/lib/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +1 -0
  220. package/lib/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  221. package/lib/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +1 -0
  222. package/lib/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +1 -0
  223. package/lib/components/dataSourceComponents/fields/Select/index.d.ts +1 -0
  224. package/lib/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +1 -0
  225. package/lib/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +1 -0
  226. package/lib/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +1 -0
  227. package/lib/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
  228. package/lib/components/dataSourceComponents/fields/index.d.ts +3 -3
  229. package/lib/components/date-picker/datePickerCpt.d.ts +1 -0
  230. package/lib/components/date-picker/index.d.ts +1 -0
  231. package/lib/components/drag-sort-tree/TreeItem/index.d.ts +1 -0
  232. package/lib/components/drag-sort-tree/index.d.ts +1 -0
  233. package/lib/components/dropdown/index.d.ts +1 -0
  234. package/lib/components/filter/components/items/index.d.ts +1 -0
  235. package/lib/components/filter/components/items/text/Editor/index.d.ts +1 -0
  236. package/lib/components/filter/components/items/text/Preview/index.d.ts +1 -0
  237. package/lib/components/filter/components/items/text/index.d.ts +1 -0
  238. package/lib/components/filter/index.d.ts +1 -0
  239. package/lib/components/list/index.d.ts +1 -0
  240. package/lib/components/lowCodePage/index.d.ts +1 -0
  241. package/lib/components/page/index.d.ts +1 -0
  242. package/lib/components/pisellAdjustPrice/index.d.ts +1 -0
  243. package/lib/components/pisellCard/index.d.ts +1 -0
  244. package/lib/components/pisellDatePicker/datePickerCpt.d.ts +1 -0
  245. package/lib/components/pisellDatePicker/index.d.ts +1 -0
  246. package/lib/components/pisellGoodPassCard/index.d.ts +1 -0
  247. package/lib/components/pisellGoodPassCard/index.js +31 -4
  248. package/lib/components/pisellInformationEntry/Scan/index.d.ts +1 -0
  249. package/lib/components/pisellInput/components/BankCard/index.d.ts +1 -0
  250. package/lib/components/pisellInput/components/Copy/index.d.ts +1 -0
  251. package/lib/components/pisellInput/components/SecurityCode/index.d.ts +1 -0
  252. package/lib/components/pisellInput/index.d.ts +1 -0
  253. package/lib/components/pisellLoading/index.d.ts +1 -0
  254. package/lib/components/pisellModal/components/IpadModal/index.d.ts +1 -0
  255. package/lib/components/pisellModal/components/MobileModal/index.d.ts +1 -0
  256. package/lib/components/pisellModal/components/index.d.ts +1 -0
  257. package/lib/components/pisellTooltip/index.d.ts +1 -0
  258. package/lib/components/pisellUpload/index.d.ts +1 -0
  259. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.js +10 -2
  260. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.less +15 -0
  261. package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +1 -1
  262. package/lib/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +45 -0
  263. package/lib/components/productCard/cartSkuCard/components/swipeAction/index.js +339 -0
  264. package/lib/components/productCard/cartSkuCard/components/swipeAction/index.less +35 -0
  265. package/lib/components/productCard/cartSkuCard/index.d.ts +3 -0
  266. package/lib/components/productCard/cartSkuCard/index.js +31 -13
  267. package/lib/components/productCard/cartSkuCard/index.less +1 -1
  268. package/lib/components/productCard/components/Action/index.d.ts +1 -0
  269. package/lib/components/productCard/components/AmountFooter/index.d.ts +1 -0
  270. package/lib/components/productCard/components/Divider/index.d.ts +1 -0
  271. package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +1 -0
  272. package/lib/components/productCard/components/Header/EditButton/index.d.ts +1 -0
  273. package/lib/components/productCard/components/Header/index.d.ts +1 -0
  274. package/lib/components/productCard/components/Header/index.js +16 -8
  275. package/lib/components/productCard/components/Header/index.less +15 -0
  276. package/lib/components/productCard/components/MultiDay/index.d.ts +1 -0
  277. package/lib/components/productCard/components/Note/index.d.ts +1 -0
  278. package/lib/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +1 -0
  279. package/lib/components/productCard/components/Packages/components/options/index.d.ts +1 -0
  280. package/lib/components/productCard/components/Packages/index.d.ts +1 -0
  281. package/lib/components/productCard/components/Packages/utils.d.ts +1 -1
  282. package/lib/components/productCard/components/Sales/index.d.ts +1 -0
  283. package/lib/components/productCard/components/Time/components/Like/index.d.ts +1 -0
  284. package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts +1 -0
  285. package/lib/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +1 -0
  286. package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +1 -0
  287. package/lib/components/productCard/components/Time/components/SelectResource/index.d.ts +1 -0
  288. package/lib/components/productCard/components/Time/index.d.ts +1 -0
  289. package/lib/components/productCard/index.js +4 -2
  290. package/lib/components/productCard/index.less +6 -0
  291. package/lib/components/qrcode/index.d.ts +1 -0
  292. package/lib/components/radio/index.d.ts +1 -0
  293. package/lib/components/segmented/index.d.ts +1 -0
  294. package/lib/components/select-time/RightPanel/index.d.ts +1 -0
  295. package/lib/components/select-time/index.d.ts +1 -0
  296. package/lib/components/skeleton/index.d.ts +1 -0
  297. package/lib/components/slider/index.d.ts +1 -0
  298. package/lib/components/sort/components/InlineMenu/index.d.ts +1 -0
  299. package/lib/components/table/Actions/component/ColumnsSetting/index.d.ts +1 -0
  300. package/lib/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +1 -0
  301. package/lib/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +1 -0
  302. package/lib/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +1 -0
  303. package/lib/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +1 -0
  304. package/lib/components/table/Actions/component/ExportImport/index.d.ts +1 -0
  305. package/lib/components/table/Actions/component/GallerySetting/index.d.ts +1 -0
  306. package/lib/components/table/Actions/component/Group/PopoverContent.d.ts +1 -0
  307. package/lib/components/table/Actions/component/Group/index.d.ts +1 -0
  308. package/lib/components/table/Actions/component/ViewMode/index.d.ts +1 -0
  309. package/lib/components/table/Actions/index.d.ts +1 -0
  310. package/lib/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +1 -0
  311. package/lib/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +1 -0
  312. package/lib/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +1 -0
  313. package/lib/components/table/Summary/index.d.ts +1 -0
  314. package/lib/components/table/Table/fields/date/Config/index.d.ts +1 -0
  315. package/lib/components/table/Table/fields/date/Show/index.d.ts +1 -0
  316. package/lib/components/table/Table/fields/date/Sort/index.d.ts +1 -0
  317. package/lib/components/table/Table/fields/date/index.d.ts +1 -0
  318. package/lib/components/table/Table/fields/image/Config/index.d.ts +1 -0
  319. package/lib/components/table/Table/fields/image/Show/index.d.ts +1 -0
  320. package/lib/components/table/Table/fields/image/Sort/index.d.ts +1 -0
  321. package/lib/components/table/Table/fields/image/index.d.ts +1 -0
  322. package/lib/components/table/Table/fields/index.d.ts +2 -2
  323. package/lib/components/table/Table/fields/link/Config/index.d.ts +1 -0
  324. package/lib/components/table/Table/fields/link/Show/index.d.ts +1 -0
  325. package/lib/components/table/Table/fields/link/Sort/index.d.ts +1 -0
  326. package/lib/components/table/Table/fields/link/index.d.ts +1 -0
  327. package/lib/components/table/Table/fields/number/Config/index.d.ts +1 -0
  328. package/lib/components/table/Table/fields/number/Show/index.d.ts +1 -0
  329. package/lib/components/table/Table/fields/number/Sort/index.d.ts +1 -0
  330. package/lib/components/table/Table/fields/number/index.d.ts +1 -0
  331. package/lib/components/table/Table/fields/numberRange/Config/index.d.ts +1 -0
  332. package/lib/components/table/Table/fields/numberRange/Show/index.d.ts +1 -0
  333. package/lib/components/table/Table/fields/numberRange/Sort/index.d.ts +1 -0
  334. package/lib/components/table/Table/fields/oldRangePicker/Config/index.d.ts +1 -0
  335. package/lib/components/table/Table/fields/oldRangePicker/Show/index.d.ts +1 -0
  336. package/lib/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +1 -0
  337. package/lib/components/table/Table/fields/oldRangePicker/index.d.ts +1 -0
  338. package/lib/components/table/Table/fields/pSwitch/Config/index.d.ts +1 -0
  339. package/lib/components/table/Table/fields/pSwitch/Show/index.d.ts +1 -0
  340. package/lib/components/table/Table/fields/pSwitch/Sort/index.d.ts +1 -0
  341. package/lib/components/table/Table/fields/pSwitch/index.d.ts +1 -0
  342. package/lib/components/table/Table/fields/rangePicker/Config/index.d.ts +1 -0
  343. package/lib/components/table/Table/fields/rangePicker/Show/index.d.ts +1 -0
  344. package/lib/components/table/Table/fields/rangePicker/Sort/index.d.ts +1 -0
  345. package/lib/components/table/Table/fields/rangePicker/index.d.ts +1 -0
  346. package/lib/components/table/Table/fields/search/Config/index.d.ts +1 -0
  347. package/lib/components/table/Table/fields/search/Show/index.d.ts +1 -0
  348. package/lib/components/table/Table/fields/search/Sort/index.d.ts +1 -0
  349. package/lib/components/table/Table/fields/search/index.d.ts +1 -0
  350. package/lib/components/table/Table/fields/select/Config/index.d.ts +1 -0
  351. package/lib/components/table/Table/fields/select/Show/index.d.ts +1 -0
  352. package/lib/components/table/Table/fields/select/Sort/index.d.ts +1 -0
  353. package/lib/components/table/Table/fields/select/index.d.ts +1 -0
  354. package/lib/components/table/Table/fields/text/Config/index.d.ts +1 -0
  355. package/lib/components/table/Table/fields/text/Show/index.d.ts +1 -0
  356. package/lib/components/table/Table/fields/text/Sort/index.d.ts +1 -0
  357. package/lib/components/table/Table/fields/text/index.d.ts +1 -0
  358. package/lib/components/table/Table/fields/treeSelect/Config/index.d.ts +1 -0
  359. package/lib/components/table/Table/fields/treeSelect/Show/index.d.ts +1 -0
  360. package/lib/components/table/Table/fields/treeSelect/Sort/index.d.ts +1 -0
  361. package/lib/components/table/Table/fields/treeSelect/index.d.ts +1 -0
  362. package/lib/components/table/Table/tableConfig/summary/index.d.ts +1 -0
  363. package/lib/components/table/Table/utils.d.ts +1 -1
  364. package/lib/components/table/TableFilter/SortIcon.d.ts +1 -0
  365. package/lib/components/time-picker/index.d.ts +1 -0
  366. package/lib/components/upload/index.d.ts +1 -0
  367. package/lib/components/versionSelect/index.d.ts +1 -0
  368. package/lib/components/virtual-keyboard/Amount/index.d.ts +1 -0
  369. package/lib/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +1 -0
  370. package/lib/components/virtual-keyboard/Number/index.d.ts +1 -0
  371. package/lib/components/virtual-keyboard/Time/utils.d.ts +1 -0
  372. package/lib/components/walletCard/Guest/index.d.ts +1 -0
  373. package/lib/components/walletCard/Guide/index.d.ts +1 -0
  374. package/lib/utils/platform.d.ts +1 -1
  375. package/package.json +4 -2
  376. package/dist/umd/materials.min.css +0 -1
  377. package/dist/umd/materials.min.js +0 -1
  378. package/dist/umd/static/DotsSix.57d66266.svg +0 -1
  379. package/dist/umd/static/arrow-left.e542294f.svg +0 -1
  380. package/dist/umd/static/arrow-right.763f03e0.svg +0 -1
  381. package/dist/umd/static/filter-lines.04a54ae9.svg +0 -1
  382. package/dist/umd/static/help-circle.31c9be40.svg +0 -1
  383. package/dist/umd/static/switch-vertical-01.7ebe3ba8.svg +0 -1
@@ -64,6 +64,7 @@ var ProductCard = (props) => {
64
64
  isShowDelete = import_status.defaultValue.isShowDelete,
65
65
  isShowPackageNote = import_status.defaultValue.isShowPackageNote,
66
66
  isShowEditProduct = import_status.defaultValue.isShowEditProduct,
67
+ scenario,
67
68
  onEditProduct,
68
69
  onAction,
69
70
  onDelete,
@@ -107,8 +108,9 @@ var ProductCard = (props) => {
107
108
  import_cardPro.default,
108
109
  {
109
110
  className: (0, import_classnames.default)("pisell-lowcode-product-card", {
110
- ["pisell-lowcode-product-card-image"]: !showImage,
111
- ["pisell-lowcode-normal-product-card"]: !showImage && isNormalProduct
111
+ ["pisell-lowcode-product-card-image"]: !showImage && scenario !== "booking2",
112
+ ["pisell-lowcode-normal-product-card"]: !showImage && isNormalProduct && scenario !== "booking2",
113
+ ["pisell-lowcode-product-card-image-booking2"]: scenario === "booking2"
112
114
  }),
113
115
  key: _id
114
116
  },
@@ -47,6 +47,12 @@
47
47
  }
48
48
  }
49
49
 
50
+ .pisell-lowcode-product-card-image-booking2 {
51
+ .pisell-cardPro-content {
52
+ padding: 4px;
53
+ }
54
+ }
55
+
50
56
  .pisell-lowcode-product-card-wrap {
51
57
  position: relative;
52
58
  }
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const QRCode: (props: any) => JSX.Element;
2
3
  export default QRCode;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Radio: (props: any) => JSX.Element;
2
3
  export default Radio;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { SegmentedProps } from "antd";
2
3
  import "./index.less";
3
4
  declare const Segmented: (props: SegmentedProps) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  interface RightPanelProps {
3
4
  value: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { VirtualKeyboardTimeProps } from "../virtual-keyboard/Time";
2
3
  import { PopoverProps, TimePickerProps } from "antd";
3
4
  import "./index.less";
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Skeleton: (props: any) => JSX.Element;
2
3
  export default Skeleton;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const SliderOuter: (props: any) => JSX.Element;
2
3
  export default SliderOuter;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { MenuProps } from "antd";
2
3
  import "./index.less";
3
4
  interface InlineMenuProps {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare type ColumnsSettingProps = {
2
3
  value?: Record<string, any>[];
3
4
  onChange?: (val: Record<string, any>[]) => void;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ExportImportType } from '../../../../../types';
2
3
  import './index.less';
3
4
  declare const ExportFile: (props: {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ExportImportType } from "../../../../../types";
2
3
  import "./index.less";
3
4
  declare const ExportTable: (props: {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ExportImportType } from '../../../../../types';
2
3
  import './index.less';
3
4
  declare const ImportLog: (props: {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ExportImportType } from '../../../../../types';
2
3
  import './index.less';
3
4
  declare type ImportTableProps = {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ExportImportType } from '../../../types';
2
3
  import './index.less';
3
4
  declare type ExportImportProps = {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { GallerySettingType, ModeType } from "../../../types";
2
3
  import "./index.less";
3
4
  declare type GallerySettingProps = {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './PopoverContent.less';
2
3
  declare type FieldType = string | number;
3
4
  export declare type GroupValue = {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { DataSourceGroupType } from "../../../types";
2
3
  declare type GroupProps = {
3
4
  setting: DataSourceGroupType;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { GridViewType, ModeType } from "../../../types";
2
3
  declare type ViewModeProps = {
3
4
  view: GridViewType;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { FilterType } from "../../filter/types";
2
3
  import { ColumnSettingType, DataSourceGroupType, ExportImportType, GallerySettingType, GridViewType, SortType } from "../types";
3
4
  import "./index.less";
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { GallerySettingType, GallerySettingValueType } from "../../../../../types";
2
3
  declare type CoverProps = {
3
4
  cover?: GallerySettingType["cover"];
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import "./index.less";
2
3
  declare type RenderFieldsProps = {
3
4
  fields: string[];
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { GallerySettingType } from "../../../../../types";
2
3
  import "./index.less";
3
4
  declare type TitleProps = GallerySettingType["title"] & {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import "./index.less";
2
3
  declare const Summary: ({ summary }: any) => JSX.Element | null;
3
4
  export default Summary;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Config: () => JSX.Element;
2
3
  export default Config;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { FieldPropsType } from "../../types";
2
3
  declare const Show: (props: FieldPropsType) => JSX.Element;
3
4
  export default Show;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Sort: () => JSX.Element;
2
3
  export default Sort;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import filter from "./filterUtil";
2
3
  declare const _default: {
3
4
  field: {
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Config: () => JSX.Element;
2
3
  export default Config;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { FieldPropsType } from "../../types";
2
3
  declare const Show: (props: FieldPropsType) => JSX.Element;
3
4
  export default Show;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Sort: () => JSX.Element;
2
3
  export default Sort;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const _default: {
2
3
  field: {
3
4
  field_icon: string;
@@ -158,7 +158,7 @@ export declare const fieldList: ({
158
158
  field_icon: string;
159
159
  field_name: string;
160
160
  field_type: string;
161
- default_value: string;
161
+ default_value: boolean;
162
162
  } | {
163
163
  field_icon: string;
164
164
  field_name: string;
@@ -203,7 +203,7 @@ export declare const fieldList: ({
203
203
  field_icon: string;
204
204
  field_name: string;
205
205
  field_type: string;
206
- default_value: boolean;
206
+ default_value: string;
207
207
  } | {
208
208
  field_icon: string;
209
209
  field_name: string;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Config: () => JSX.Element;
2
3
  export default Config;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { FieldPropsType } from "../../types";
2
3
  declare const Show: (props: FieldPropsType) => JSX.Element;
3
4
  export default Show;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Sort: () => JSX.Element;
2
3
  export default Sort;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const _default: {
2
3
  field: {
3
4
  field_icon: string;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Config: () => JSX.Element;
2
3
  export default Config;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { FieldPropsType } from "../../types";
2
3
  declare const Show: (props: FieldPropsType) => JSX.Element;
3
4
  export default Show;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Sort: () => JSX.Element;
2
3
  export default Sort;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import filter from "./filterUtil";
2
3
  declare const _default: {
3
4
  field: {
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Config: () => JSX.Element;
2
3
  export default Config;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { FieldPropsType } from "../../types";
2
3
  declare const Show: (props: FieldPropsType) => JSX.Element;
3
4
  export default Show;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Sort: () => JSX.Element;
2
3
  export default Sort;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Config: () => JSX.Element;
2
3
  export default Config;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { FieldPropsType } from "../../types";
2
3
  declare const Show: (props: FieldPropsType) => JSX.Element;
3
4
  export default Show;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Sort: () => JSX.Element;
2
3
  export default Sort;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import filter from "./filterUtil";
2
3
  declare const _default: {
3
4
  field: {
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Config: () => JSX.Element;
2
3
  export default Config;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { FieldPropsType } from "../../types";
2
3
  declare const Show: (props: FieldPropsType) => JSX.Element;
3
4
  export default Show;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Sort: () => JSX.Element;
2
3
  export default Sort;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const _default: {
2
3
  field: {
3
4
  field_icon: string;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Config: () => JSX.Element;
2
3
  export default Config;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { FieldPropsType } from "../../types";
2
3
  declare const Show: (props: FieldPropsType) => JSX.Element;
3
4
  export default Show;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Sort: () => JSX.Element;
2
3
  export default Sort;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import filter from "./filterUtil";
2
3
  declare const _default: {
3
4
  field: {
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Config: () => JSX.Element;
2
3
  export default Config;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { FieldPropsType } from "../../types";
2
3
  declare const Show: (props: FieldPropsType) => JSX.Element;
3
4
  export default Show;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Sort: () => JSX.Element;
2
3
  export default Sort;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import filter from "./filterUtil";
2
3
  declare const _default: {
3
4
  field: {
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Config: () => JSX.Element;
2
3
  export default Config;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { FieldPropsType } from "../../types";
2
3
  declare const Show: (props: FieldPropsType) => JSX.Element;
3
4
  export default Show;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Sort: () => JSX.Element;
2
3
  export default Sort;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import filter from "./filterUtil";
2
3
  declare const _default: {
3
4
  field: {
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Config: () => JSX.Element;
2
3
  export default Config;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { FieldPropsType } from "../../types";
2
3
  import "./index.less";
3
4
  declare const Show: (props: FieldPropsType) => JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Sort: () => JSX.Element;
2
3
  export default Sort;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import filter from "./filterUtil";
2
3
  declare const _default: {
3
4
  field: {
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Config: () => JSX.Element;
2
3
  export default Config;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { FieldPropsType } from "../../types";
2
3
  declare const Show: (props: FieldPropsType) => JSX.Element;
3
4
  export default Show;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Sort: () => JSX.Element;
2
3
  export default Sort;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import filter from "./filterUtil";
2
3
  declare const _default: {
3
4
  field: {
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const summary: (props: any) => JSX.Element;
2
3
  export default summary;
@@ -155,7 +155,7 @@ export declare const getSettingKeyArrByMode: ({ filter, columnSetting, dataSourc
155
155
  sort?: SortType | undefined;
156
156
  mode: "" | "localStorage" | "remote";
157
157
  currentViewMode: ModeType;
158
- }) => ("view_mode" | "column_setting" | "order_by" | "group_by" | "gallery_setting" | "filter_setting")[];
158
+ }) => ("filter_setting" | "view_mode" | "group_by" | "column_setting" | "order_by" | "gallery_setting")[];
159
159
  export declare const omit: (obj: Record<string, any>, keys: string[]) => Record<string, any>;
160
160
  export declare const stringify: (obj: Record<string, any>) => string;
161
161
  export {};
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  interface SortIconProps {
2
3
  sortOrder: null | "ascend" | "descend";
3
4
  }
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const TimePicker: (props: any) => JSX.Element;
2
3
  export default TimePicker;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Upload: (props: any) => JSX.Element;
2
3
  export default Upload;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { SelectProps } from 'antd';
2
3
  import './index.less';
3
4
  export interface Version {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { AmountProps, RightItemsStyleProps } from './types';
2
3
  import './index.less';
3
4
  export type { AmountProps, RightItemsStyleProps };
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import "./Presets.less";
2
3
  export declare type PresetsItem = {
3
4
  label: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { NumberProps } from './types';
2
3
  import './index.less';
3
4
  export type { NumberProps };
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const formatStringToTime: (value: string) => {
2
3
  valueArray: string[];
3
4
  valueString: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const Guest: (props: any) => JSX.Element;
3
4
  export default Guest;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const Guide: (props: any) => JSX.Element;
3
4
  export default Guide;
@@ -1 +1 @@
1
- export declare const isMobile: () => boolean;
1
+ export declare const isMobile: () => any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/materials",
3
- "version": "6.1.4",
3
+ "version": "6.1.6",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -55,6 +55,8 @@
55
55
  "@dnd-kit/modifiers": "^6.0.1",
56
56
  "@dnd-kit/sortable": "^7.0.2",
57
57
  "@dnd-kit/utilities": "^3.2.1",
58
+ "@react-spring/web": "^9.6.1",
59
+ "@use-gesture/react": "^10.3.1",
58
60
  "@zxing/library": "0.21.2",
59
61
  "ahooks": "^3.7.6",
60
62
  "antd": "^5.6.3",
@@ -63,13 +65,13 @@
63
65
  "crypto-js": "^4.2.0",
64
66
  "dayjs": "^1.11.8",
65
67
  "libphonenumber-js": "^1.11.17",
68
+ "react-barcode": "^1.5.3",
66
69
  "react-infinite-scroll-component": "^6.1.0",
67
70
  "react-resizable": "^3.0.5",
68
71
  "react-virtualized-auto-sizer": "^1.0.20",
69
72
  "react-window": "^1.8.10",
70
73
  "styled-components": "^6.0.0-rc.3",
71
74
  "swiper": "^8.4.7",
72
- "react-barcode": "^1.5.3",
73
75
  "vod-js-sdk-v6": "^1.4.11",
74
76
  "antd-mobile": "^5.38.1",
75
77
  "@pisell/date-picker": "3.0.4",
@@ -1 +0,0 @@
1
- .materials-grid{display:flex;flex-direction:column;height:100%;width:100%}.materials-grid-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.materials-grid-header .right-wrap{align-items:center;display:flex;gap:8px}.materials-grid-actions{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.materials-grid-actions .left-wrap{align-items:center;display:flex;flex:1 1}.materials-grid-actions .left-wrap .pisell-lowcode-form-item{margin-bottom:0}.materials-grid-actions .right-wrap{align-items:center;display:flex;gap:8px}.materials-grid-actions .right-wrap .icon{cursor:pointer;transition:.2s}.materials-grid-actions .right-wrap .icon:hover{color:var(--theme-color)}.materials-grid-actions .right-wrap .button{align-items:center;display:flex;font-size:12px;height:28px;justify-content:center}.filter-dropdown-wrap{display:flex;flex-direction:column;max-height:400px;max-width:calc(100vw - 24px);min-width:250px;padding:4px;width:400px}.filter-dropdown-wrap .filter-dropdown-wrap-content{flex:1 1;overflow:auto}.filter-dropdown-wrap .filter-dropdown-drag-item{align-items:center;background:#f9fafb;background:var(--gray-50,#f9fafb);border-radius:8px;display:flex;margin-bottom:12px;padding:8px 12px 12px}.filter-dropdown-wrap .filter-dropdown-drag-item .dots-six-icon{color:#98a2b3;cursor:pointer;font-size:24px}.filter-dropdown-wrap .filter-dropdown-drag-item .pisell-lowcode-form-item{margin-bottom:0}.filter-dropdown-wrap .filter-dropdown-drag-item .filter-dropdown-drag-item-right{flex:1 1;margin-left:16px}.filter-dropdown-wrap .filter-dropdown-drag-item .filter-dropdown-drag-item-right .filter-dropdown-drag-item-title{color:#777;color:var(--text-text-2,#777);font-size:14px;font-style:normal;font-weight:600;line-height:20px}.filter-dropdown-container-wrap{border-bottom:1px solid #e2e2e2;border-bottom:1px solid var(--surface-surface-4,#e2e2e2);margin-bottom:20px;min-height:70px}.filter-dropdown-container-wrap:last-child{border:none}.filter-dropdown-container-wrap .filter-dropdown-container-title-wrap{align-items:center;color:#919191;color:var(--text-text-3,#919191);display:flex;font-size:16px;font-style:normal;font-weight:600;line-height:22px;margin-bottom:12px}.filter-dropdown-container-wrap .filter-dropdown-container-title-wrap .filter-dropdown-container-title{color:#101828;color:var(--gray-900,#101828);font-size:16px;font-style:normal;font-weight:600;line-height:24px;margin-right:6px}.filter-dropdown-container-wrap .filter-dropdown-container-title-wrap .filter-dropdown-container-icon-help{color:#98a2b3;color:var(--gray-400,#98a2b3);font-size:20px}.filter-dropdown-container-wrap .filter-dropdown-container-filter-wrap{min-height:80px}.materials-sort-list-empty{color:#5a5a5a;display:block;padding-top:22px;text-align:center}.materials-grid-summary{margin-bottom:16px}.grid-view-table-wrap{position:relative}.materials-grid-paginator{align-items:center;background-color:#fff;border:1px solid #f0f0f0;border-radius:0 0 8px 8px;border-top:none;display:flex;height:50px;justify-content:center;margin:0!important;padding:0 20px;width:100%}.materials-grid-paginator .pisell-lowcode-pagination-total-text{color:#667085;color:var(--gray-500,#667085);font-size:14px;font-style:normal;font-weight:500;margin-right:auto}.materials-grid-paginator .pisell-lowcode-pagination-item{border:1px solid #d0d5dd;border-radius:0;border-right:0;margin:0;position:relative}.materials-grid-paginator .pisell-lowcode-pagination-jump-next,.materials-grid-paginator .pisell-lowcode-pagination-jump-prev{border:1px solid #d0d5dd;border-radius:0;border-right:none;margin:0}.materials-grid-paginator .pisell-lowcode-pagination-item-link:hover{color:rgba(0,0,0,.88)!important;font-weight:450!important}.materials-grid-paginator .pisell-lowcode-pagination-item-link:hover .pisell-lowcode-pagination-item-link-icon{color:rgba(0,0,0,.88)!important;font-weight:450!important}.materials-grid-paginator .pisell-lowcode-pagination-item-active:hover{border-color:#d0d5dd!important}.materials-grid-paginator .pisell-lowcode-pagination-item-active{background-color:rgba(0,0,0,.06)}.materials-grid-paginator .pisell-lowcode-pagination-item-active a{color:rgba(0,0,0,.88)!important;font-weight:450!important}.materials-grid-paginator .pisell-lowcode-pagination-prev{align-items:center;border:1px solid #d0d5dd;border-radius:8px 0 0 8px;border-right:none;display:flex;justify-content:center;margin:0;min-width:auto}.materials-grid-paginator .pisell-lowcode-pagination-next{align-items:center;border:1px solid #d0d5dd;border-radius:0 8px 8px 0;display:flex;justify-content:center;margin:0;min-width:auto}.paginator-page-btn{align-items:center;border-radius:4px 4px 4px 4px;color:#344054;color:var(--gray-700,#344054);cursor:pointer;display:flex;font-size:12px;font-weight:400;justify-content:center;padding:10px 16px;transition:.2s;-ms-user-select:none;user-select:none}.paginator-page-btn .paginator-page-btn-text{font-weight:600}.paginator-page-btn .paginator-page-btn-left-icon,.paginator-page-btn .paginator-page-btn-right-icon{font-size:20px}.paginator-page-btn .paginator-page-btn-left-icon{margin-right:8px}.paginator-page-btn .paginator-page-btn-right-icon{margin-left:8px}.paginator-page-btn.left{margin-right:auto}.paginator-page-btn.left .icon{font-size:18px;margin-right:8px}.paginator-page-btn.right{margin-left:auto}.paginator-page-btn.right .icon{font-size:18px;margin-left:8px;transform:rotate(180deg)}.materials-grid-paginator-mini{align-items:center;background-color:#fff;border:1px solid #f0f0f0;border-radius:0 0 8px 8px;border-top:none;display:flex;height:50px;justify-content:space-between;margin:0!important;overflow:hidden;padding:0 20px;width:100%}.materials-grid-paginator-mini .paginator-page-btn{padding:8px}.materials-grid-paginator-mini .materials-grid-paginator-center{align-items:center;display:flex;gap:4px;justify-content:center}.materials-grid-paginator-mini .materials-grid-paginator-center .materials-grid-paginator-center-text{color:#344054;color:var(--gray-700,#344054);font-size:14px;font-style:normal;font-weight:400}.materials-grid-paginator-mini .materials-grid-paginator-center .materials-grid-paginator-center-value{color:#344054;color:var(--gray-700,#344054);font-size:14px;font-style:normal;font-weight:500}.materials-grid-paginator-mini .pisell-lowcode-pagination-next,.materials-grid-paginator-mini .pisell-lowcode-pagination-prev{border:1px solid #d0d5dd;border-radius:8px;margin:0}.materials-grid-paginator-mini .pisell-lowcode-pagination-next .paginator-page-btn-left-icon,.materials-grid-paginator-mini .pisell-lowcode-pagination-prev .paginator-page-btn-left-icon{margin-right:0}.materials-grid-paginator-mini .pisell-lowcode-pagination-next .paginator-page-btn-right-icon,.materials-grid-paginator-mini .pisell-lowcode-pagination-prev .paginator-page-btn-right-icon{margin-left:0}.react-resizable{position:relative}.react-resizable-handle{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgd2lkdGg9IjYiIGhlaWdodD0iNiI+PHBhdGggZD0iTTYgNkgwVjQuMmg0LjJWMEg2djZaIiBvcGFjaXR5PSIuMzAyIi8+PC9zdmc+);background-origin:content-box;background-position:100% 100%;background-repeat:no-repeat;box-sizing:border-box;height:20px;padding:0 3px 3px 0;position:absolute;width:20px}.react-resizable-handle-sw{bottom:0;cursor:sw-resize;left:0;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;cursor:se-resize;right:0}.react-resizable-handle-nw{cursor:nw-resize;left:0;top:0;transform:rotate(180deg)}.react-resizable-handle-ne{cursor:ne-resize;right:0;top:0;transform:rotate(270deg)}.react-resizable-handle-e,.react-resizable-handle-w{cursor:ew-resize;margin-top:-10px;top:50%}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{cursor:ns-resize;left:50%;margin-left:-10px}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.materials-grid-table-header-cell{align-items:center;display:flex;height:44px;padding:0 14px}.materials-grid-table-header-cell .field-icon{color:#777;font-size:18px}.materials-grid-table-header-cell .materials-grid-table-header-cell-content{color:#1b1b1b;flex:auto;font-size:14px;font-weight:600;overflow:hidden;padding-right:10px;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.materials-grid-table-header-cell .actions{align-items:center;display:flex;gap:8px}.materials-grid-table-header-cell .actions .action{color:#ababab;cursor:pointer;font-size:14px}.editable-cell-value-wrap{height:100%;width:100%}.materials-grid-table-cell{height:1px;padding:0!important}.cell-provider{align-items:center;border-radius:4px;cursor:pointer;display:flex;height:100%;justify-content:center;padding:12px;position:relative;width:100%}.cell-provider.focus{box-shadow:var(--theme-color) 0 0 0 1px!important}