linkmore-design 1.0.60 → 1.0.64

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 (389) hide show
  1. package/dist/AutoComplete/demos/basic.d.ts +3 -0
  2. package/dist/AutoComplete/index.d.ts +30 -0
  3. package/dist/AutoComplete/style/index.d.ts +1 -0
  4. package/dist/Avatar/demos/basic.d.ts +2 -0
  5. package/dist/Avatar/index.d.ts +3 -0
  6. package/dist/Avatar/style/index.d.ts +1 -0
  7. package/dist/Breadcrumb/demos/basic.d.ts +2 -0
  8. package/dist/Breadcrumb/demos/basic1.d.ts +2 -0
  9. package/dist/Breadcrumb/index.d.ts +4 -0
  10. package/dist/Breadcrumb/style/index.d.ts +1 -0
  11. package/dist/CardTable/utils.d.ts +1 -1
  12. package/dist/Col/demos/basic.d.ts +2 -0
  13. package/dist/Col/index.d.ts +3 -0
  14. package/dist/Col/style/index.d.ts +1 -0
  15. package/dist/Form/index.d.ts +1 -1
  16. package/dist/Grid/RowContext.d.ts +8 -0
  17. package/dist/Grid/col.d.ts +28 -0
  18. package/dist/Grid/demos/basic.d.ts +2 -0
  19. package/dist/Grid/hooks/useBreakpoint.d.ts +3 -0
  20. package/dist/Grid/index.d.ts +11 -0
  21. package/dist/Grid/row.d.ts +14 -0
  22. package/dist/Grid/style/index.d.ts +1 -0
  23. package/dist/Layout/demos/basic.d.ts +2 -0
  24. package/dist/Layout/index.d.ts +4 -0
  25. package/dist/Layout/style/index.d.ts +1 -0
  26. package/dist/LmEditTable/EditTable.d.ts +3 -1
  27. package/dist/LmEditTable/demos/colsort.d.ts +2 -0
  28. package/dist/LmEditTable/demos/size.d.ts +2 -0
  29. package/dist/LmEditTable/sortableBoxCol.d.ts +5 -0
  30. package/dist/LmEditTable/sortableItemCol.d.ts +1 -0
  31. package/dist/LmFilter/components/CustomSelectFilter.d.ts +4 -0
  32. package/dist/LmFilter/customFilter/drawer.d.ts +4 -0
  33. package/dist/LmFilter/customFilter/saveModal.d.ts +4 -0
  34. package/dist/LmFilter/customFilter/valueDrawer.d.ts +4 -0
  35. package/dist/LmFilter/filterFns/index.d.ts +30 -10
  36. package/dist/LmFilter/localization.d.ts +8 -2
  37. package/dist/LmFilter/utils.d.ts +2 -0
  38. package/dist/Mentions/demos/basic.d.ts +2 -0
  39. package/dist/Mentions/index.d.ts +3 -0
  40. package/dist/Mentions/style/index.d.ts +1 -0
  41. package/dist/PageHeader/demos/basic.d.ts +2 -0
  42. package/dist/PageHeader/index.d.ts +24 -0
  43. package/dist/PageHeader/style/index.d.ts +1 -0
  44. package/dist/Popover/demos/basic.d.ts +2 -0
  45. package/dist/Popover/demos/basic1.d.ts +2 -0
  46. package/dist/Popover/index.d.ts +11 -0
  47. package/dist/Popover/style/index.d.ts +1 -0
  48. package/dist/Rate/demos/basic.d.ts +2 -0
  49. package/dist/Rate/index.d.ts +3 -0
  50. package/dist/Rate/style/index.d.ts +1 -0
  51. package/dist/Row/demos/basic.d.ts +2 -0
  52. package/dist/Row/index.d.ts +3 -0
  53. package/dist/Row/style/index.d.ts +1 -0
  54. package/dist/Steps/demos/basic.d.ts +2 -0
  55. package/dist/Steps/index.d.ts +3 -0
  56. package/dist/Steps/style/index.d.ts +1 -0
  57. package/dist/Tooltip/index.d.ts +43 -1
  58. package/dist/Typography/Base/Ellipsis.d.ts +14 -0
  59. package/dist/Typography/Base/EllipsisTooltip.d.ts +13 -0
  60. package/dist/Typography/Base/index.d.ts +54 -0
  61. package/dist/Typography/Editable.d.ts +20 -0
  62. package/dist/Typography/Link.d.ts +7 -0
  63. package/dist/Typography/Paragraph.d.ts +7 -0
  64. package/dist/Typography/Text.d.ts +8 -0
  65. package/dist/Typography/Title.d.ts +9 -0
  66. package/dist/Typography/Typography.d.ts +11 -0
  67. package/dist/Typography/demos/basic.d.ts +2 -0
  68. package/dist/Typography/hooks/useMergedConfig.d.ts +1 -0
  69. package/dist/Typography/hooks/useUpdatedEffect.d.ts +3 -0
  70. package/dist/Typography/index.d.ts +15 -0
  71. package/dist/Typography/style/index.d.ts +1 -0
  72. package/dist/_util/colors.d.ts +5 -0
  73. package/dist/_util/getRenderPropValue.d.ts +3 -0
  74. package/dist/_util/hooks/useFlexGapSupport.d.ts +2 -0
  75. package/dist/_util/hooks/useForceUpdate.d.ts +2 -0
  76. package/dist/_util/placements.d.ts +16 -0
  77. package/dist/_util/responsiveObserve.d.ts +21 -0
  78. package/dist/_util/styleChecker.d.ts +4 -0
  79. package/dist/_util/transButton.d.ts +9 -0
  80. package/dist/index.d.ts +14 -0
  81. package/dist/index.umd.js +17384 -8941
  82. package/dist/index.umd.min.js +6 -6
  83. package/es/AutoComplete/index.d.ts +30 -0
  84. package/es/AutoComplete/index.js +101 -0
  85. package/es/AutoComplete/style/index.css +505 -0
  86. package/es/AutoComplete/style/index.d.ts +1 -0
  87. package/es/AutoComplete/style/index.js +1 -0
  88. package/es/Avatar/index.d.ts +3 -0
  89. package/es/Avatar/index.js +3 -0
  90. package/es/Avatar/style/index.css +505 -0
  91. package/es/Avatar/style/index.d.ts +1 -0
  92. package/es/Avatar/style/index.js +1 -0
  93. package/es/Breadcrumb/index.d.ts +4 -0
  94. package/es/Breadcrumb/index.js +3 -0
  95. package/es/Breadcrumb/style/index.css +505 -0
  96. package/es/Breadcrumb/style/index.d.ts +1 -0
  97. package/es/Breadcrumb/style/index.js +1 -0
  98. package/es/Col/README.md.old +22 -0
  99. package/es/Col/index.d.ts +3 -0
  100. package/es/Col/index.js +2 -0
  101. package/es/Col/style/index.css +505 -0
  102. package/es/Col/style/index.d.ts +1 -0
  103. package/es/Col/style/index.js +1 -0
  104. package/es/EditTable/README.md.old +66 -0
  105. package/es/Form/index.d.ts +1 -1
  106. package/es/Form/style/index.css +19 -15
  107. package/es/Grid/RowContext.d.ts +8 -0
  108. package/es/Grid/RowContext.js +3 -0
  109. package/es/Grid/col.d.ts +28 -0
  110. package/es/Grid/col.js +112 -0
  111. package/es/Grid/hooks/useBreakpoint.d.ts +3 -0
  112. package/es/Grid/hooks/useBreakpoint.js +24 -0
  113. package/es/Grid/index.d.ts +11 -0
  114. package/es/Grid/index.js +14 -0
  115. package/es/Grid/row.d.ts +14 -0
  116. package/es/Grid/row.js +142 -0
  117. package/es/Grid/style/index.css +505 -0
  118. package/es/Grid/style/index.d.ts +1 -0
  119. package/es/Grid/style/index.js +1 -0
  120. package/es/Layout/index.d.ts +4 -0
  121. package/es/Layout/index.js +3 -0
  122. package/es/Layout/style/index.css +505 -0
  123. package/es/Layout/style/index.d.ts +1 -0
  124. package/es/Layout/style/index.js +1 -0
  125. package/es/LmEditTable/EditTable.d.ts +3 -1
  126. package/es/LmEditTable/EditTable.js +192 -56
  127. package/es/LmEditTable/sortableBoxCol.d.ts +5 -0
  128. package/es/LmEditTable/sortableBoxCol.js +13 -0
  129. package/es/LmEditTable/sortableItemCol.d.ts +1 -0
  130. package/es/LmEditTable/sortableItemCol.js +48 -0
  131. package/es/LmFilter/LmFilter.js +21 -3
  132. package/es/LmFilter/{icon_placeholder.png → assets/empty.png} +0 -0
  133. package/es/LmFilter/baseFilter/fuzzySearch.js +6 -1
  134. package/es/LmFilter/baseFilter/index.js +1 -3
  135. package/es/LmFilter/clearFilter/index.js +3 -5
  136. package/es/LmFilter/complexFilter/drawer.js +34 -25
  137. package/es/LmFilter/components/CheckboxFilter.js +1 -1
  138. package/es/LmFilter/components/CustomSelectFilter.js +139 -0
  139. package/es/LmFilter/components/DropdownFIlter.js +1 -0
  140. package/es/LmFilter/components/EmptyFilter.js +2 -2
  141. package/es/LmFilter/components/SelectFilter.js +15 -6
  142. package/es/LmFilter/components/index.js +10 -3
  143. package/es/LmFilter/customFilter/drawer.js +427 -0
  144. package/es/LmFilter/customFilter/index.js +107 -2
  145. package/es/LmFilter/customFilter/saveModal.js +187 -0
  146. package/es/LmFilter/customFilter/valueDrawer.js +238 -0
  147. package/es/LmFilter/filterFns/index.js +415 -62
  148. package/es/LmFilter/localization.d.ts +8 -2
  149. package/es/LmFilter/localization.js +20 -2
  150. package/es/LmFilter/style/{style.css → index.css} +62 -9
  151. package/es/LmFilter/style/index.js +1 -1
  152. package/es/LmFilter/utils.js +34 -0
  153. package/es/LmFilter/wrapper/Filter.js +4 -0
  154. package/es/LmFilter/wrapper/FilterContainer.js +0 -4
  155. package/es/LmFilter/wrapper/FilterRoot.js +75 -64
  156. package/es/LmTable/Table.js +9 -3
  157. package/es/LmTable/style/index.css +5 -0
  158. package/es/Mentions/index.d.ts +3 -0
  159. package/es/Mentions/index.js +3 -0
  160. package/es/Mentions/style/index.css +505 -0
  161. package/es/Mentions/style/index.d.ts +1 -0
  162. package/es/Mentions/style/index.js +1 -0
  163. package/es/PageHeader/index.d.ts +24 -0
  164. package/es/PageHeader/index.js +169 -0
  165. package/es/PageHeader/style/index.css +505 -0
  166. package/es/PageHeader/style/index.d.ts +1 -0
  167. package/es/PageHeader/style/index.js +1 -0
  168. package/es/Popover/index.d.ts +11 -0
  169. package/es/Popover/index.js +63 -0
  170. package/es/Popover/style/index.css +505 -0
  171. package/es/Popover/style/index.d.ts +1 -0
  172. package/es/Popover/style/index.js +1 -0
  173. package/es/Rate/index.d.ts +3 -0
  174. package/es/Rate/index.js +3 -0
  175. package/es/Rate/style/index.css +505 -0
  176. package/es/Rate/style/index.d.ts +1 -0
  177. package/es/Rate/style/index.js +1 -0
  178. package/es/Row/README.md.old +22 -0
  179. package/es/Row/index.d.ts +3 -0
  180. package/es/Row/index.js +2 -0
  181. package/es/Row/style/index.css +505 -0
  182. package/es/Row/style/index.d.ts +1 -0
  183. package/es/Row/style/index.js +1 -0
  184. package/es/Steps/index.d.ts +3 -0
  185. package/es/Steps/index.js +3 -0
  186. package/es/Steps/style/index.css +505 -0
  187. package/es/Steps/style/index.d.ts +1 -0
  188. package/es/Steps/style/index.js +1 -0
  189. package/es/Tooltip/index.d.ts +43 -1
  190. package/es/Tooltip/index.js +236 -1
  191. package/es/Typography/Base/Ellipsis.d.ts +14 -0
  192. package/es/Typography/Base/Ellipsis.js +197 -0
  193. package/es/Typography/Base/EllipsisTooltip.d.ts +13 -0
  194. package/es/Typography/Base/EllipsisTooltip.js +23 -0
  195. package/es/Typography/Base/index.d.ts +54 -0
  196. package/es/Typography/Base/index.js +509 -0
  197. package/es/Typography/Editable.d.ts +20 -0
  198. package/es/Typography/Editable.js +117 -0
  199. package/es/Typography/Link.d.ts +7 -0
  200. package/es/Typography/Link.js +43 -0
  201. package/es/Typography/Paragraph.d.ts +7 -0
  202. package/es/Typography/Paragraph.js +12 -0
  203. package/es/Typography/Text.d.ts +8 -0
  204. package/es/Typography/Text.js +41 -0
  205. package/es/Typography/Title.d.ts +9 -0
  206. package/es/Typography/Title.js +41 -0
  207. package/es/Typography/Typography.d.ts +11 -0
  208. package/es/Typography/Typography.js +61 -0
  209. package/es/Typography/hooks/useMergedConfig.d.ts +1 -0
  210. package/es/Typography/hooks/useMergedConfig.js +8 -0
  211. package/es/Typography/hooks/useUpdatedEffect.d.ts +3 -0
  212. package/es/Typography/hooks/useUpdatedEffect.js +13 -0
  213. package/es/Typography/index.d.ts +15 -0
  214. package/es/Typography/index.js +14 -0
  215. package/es/Typography/style/index.css +505 -0
  216. package/es/Typography/style/index.d.ts +1 -0
  217. package/es/Typography/style/index.js +1 -0
  218. package/es/_util/colors.d.ts +5 -0
  219. package/es/_util/colors.js +4 -0
  220. package/es/_util/getRenderPropValue.d.ts +3 -0
  221. package/es/_util/getRenderPropValue.js +13 -0
  222. package/es/_util/hooks/useFlexGapSupport.d.ts +2 -0
  223. package/es/_util/hooks/useFlexGapSupport.js +14 -0
  224. package/es/_util/hooks/useForceUpdate.d.ts +2 -0
  225. package/es/_util/hooks/useForceUpdate.js +11 -0
  226. package/es/_util/placements.d.ts +16 -0
  227. package/es/_util/placements.js +87 -0
  228. package/es/_util/responsiveObserve.d.ts +21 -0
  229. package/es/_util/responsiveObserve.js +66 -0
  230. package/es/_util/styleChecker.d.ts +4 -0
  231. package/es/_util/styleChecker.js +31 -0
  232. package/es/_util/transButton.d.ts +9 -0
  233. package/es/_util/transButton.js +73 -0
  234. package/es/index.d.ts +14 -0
  235. package/es/index.js +8 -1
  236. package/lib/AutoComplete/index.d.ts +30 -0
  237. package/lib/AutoComplete/index.js +125 -0
  238. package/lib/AutoComplete/style/index.css +505 -0
  239. package/lib/AutoComplete/style/index.d.ts +1 -0
  240. package/lib/AutoComplete/style/index.js +3 -0
  241. package/lib/Avatar/index.d.ts +3 -0
  242. package/lib/Avatar/index.js +15 -0
  243. package/lib/Avatar/style/index.css +505 -0
  244. package/lib/Avatar/style/index.d.ts +1 -0
  245. package/lib/Avatar/style/index.js +3 -0
  246. package/lib/Breadcrumb/index.d.ts +4 -0
  247. package/lib/Breadcrumb/index.js +15 -0
  248. package/lib/Breadcrumb/style/index.css +505 -0
  249. package/lib/Breadcrumb/style/index.d.ts +1 -0
  250. package/lib/Breadcrumb/style/index.js +3 -0
  251. package/lib/Col/README.md.old +22 -0
  252. package/lib/Col/index.d.ts +3 -0
  253. package/lib/Col/index.js +11 -0
  254. package/lib/Col/style/index.css +505 -0
  255. package/lib/Col/style/index.d.ts +1 -0
  256. package/lib/Col/style/index.js +3 -0
  257. package/lib/EditTable/README.md.old +66 -0
  258. package/lib/Form/index.d.ts +1 -1
  259. package/lib/Form/style/index.css +19 -15
  260. package/lib/Grid/RowContext.d.ts +8 -0
  261. package/lib/Grid/RowContext.js +12 -0
  262. package/lib/Grid/col.d.ts +28 -0
  263. package/lib/Grid/col.js +128 -0
  264. package/lib/Grid/hooks/useBreakpoint.d.ts +3 -0
  265. package/lib/Grid/hooks/useBreakpoint.js +37 -0
  266. package/lib/Grid/index.d.ts +11 -0
  267. package/lib/Grid/index.js +45 -0
  268. package/lib/Grid/row.d.ts +14 -0
  269. package/lib/Grid/row.js +164 -0
  270. package/lib/Grid/style/index.css +505 -0
  271. package/lib/Grid/style/index.d.ts +1 -0
  272. package/lib/Grid/style/index.js +3 -0
  273. package/lib/Layout/index.d.ts +4 -0
  274. package/lib/Layout/index.js +15 -0
  275. package/lib/Layout/style/index.css +505 -0
  276. package/lib/Layout/style/index.d.ts +1 -0
  277. package/lib/Layout/style/index.js +3 -0
  278. package/lib/LmEditTable/EditTable.d.ts +3 -1
  279. package/lib/LmEditTable/EditTable.js +193 -57
  280. package/lib/LmEditTable/sortableBoxCol.d.ts +5 -0
  281. package/lib/LmEditTable/sortableBoxCol.js +24 -0
  282. package/lib/LmEditTable/sortableItemCol.d.ts +1 -0
  283. package/lib/LmEditTable/sortableItemCol.js +61 -0
  284. package/lib/LmFilter/LmFilter.js +21 -3
  285. package/lib/LmFilter/{icon_placeholder.png → assets/empty.png} +0 -0
  286. package/lib/LmFilter/baseFilter/fuzzySearch.js +6 -1
  287. package/lib/LmFilter/baseFilter/index.js +1 -3
  288. package/lib/LmFilter/clearFilter/index.js +3 -5
  289. package/lib/LmFilter/complexFilter/drawer.js +34 -25
  290. package/lib/LmFilter/components/CheckboxFilter.js +1 -1
  291. package/lib/LmFilter/components/CustomSelectFilter.js +139 -0
  292. package/lib/LmFilter/components/DropdownFIlter.js +1 -0
  293. package/lib/LmFilter/components/EmptyFilter.js +2 -2
  294. package/lib/LmFilter/components/SelectFilter.js +15 -6
  295. package/lib/LmFilter/components/index.js +10 -3
  296. package/lib/LmFilter/customFilter/drawer.js +427 -0
  297. package/lib/LmFilter/customFilter/index.js +107 -2
  298. package/lib/LmFilter/customFilter/saveModal.js +187 -0
  299. package/lib/LmFilter/customFilter/valueDrawer.js +238 -0
  300. package/lib/LmFilter/filterFns/index.js +415 -62
  301. package/lib/LmFilter/localization.d.ts +8 -2
  302. package/lib/LmFilter/localization.js +20 -2
  303. package/lib/LmFilter/style/{style.css → index.css} +62 -9
  304. package/lib/LmFilter/style/index.js +1 -1
  305. package/lib/LmFilter/utils.js +34 -0
  306. package/lib/LmFilter/wrapper/Filter.js +4 -0
  307. package/lib/LmFilter/wrapper/FilterContainer.js +0 -4
  308. package/lib/LmFilter/wrapper/FilterRoot.js +75 -64
  309. package/lib/LmTable/Table.js +9 -3
  310. package/lib/LmTable/style/index.css +5 -0
  311. package/lib/Mentions/index.d.ts +3 -0
  312. package/lib/Mentions/index.js +15 -0
  313. package/lib/Mentions/style/index.css +505 -0
  314. package/lib/Mentions/style/index.d.ts +1 -0
  315. package/lib/Mentions/style/index.js +3 -0
  316. package/lib/PageHeader/index.d.ts +24 -0
  317. package/lib/PageHeader/index.js +194 -0
  318. package/lib/PageHeader/style/index.css +505 -0
  319. package/lib/PageHeader/style/index.d.ts +1 -0
  320. package/lib/PageHeader/style/index.js +3 -0
  321. package/lib/Popover/index.d.ts +11 -0
  322. package/lib/Popover/index.js +81 -0
  323. package/lib/Popover/style/index.css +505 -0
  324. package/lib/Popover/style/index.d.ts +1 -0
  325. package/lib/Popover/style/index.js +3 -0
  326. package/lib/Rate/index.d.ts +3 -0
  327. package/lib/Rate/index.js +15 -0
  328. package/lib/Rate/style/index.css +505 -0
  329. package/lib/Rate/style/index.d.ts +1 -0
  330. package/lib/Rate/style/index.js +3 -0
  331. package/lib/Row/README.md.old +22 -0
  332. package/lib/Row/index.d.ts +3 -0
  333. package/lib/Row/index.js +11 -0
  334. package/lib/Row/style/index.css +505 -0
  335. package/lib/Row/style/index.d.ts +1 -0
  336. package/lib/Row/style/index.js +3 -0
  337. package/lib/Steps/index.d.ts +3 -0
  338. package/lib/Steps/index.js +15 -0
  339. package/lib/Steps/style/index.css +505 -0
  340. package/lib/Steps/style/index.d.ts +1 -0
  341. package/lib/Steps/style/index.js +3 -0
  342. package/lib/Tooltip/index.d.ts +43 -1
  343. package/lib/Tooltip/index.js +247 -1
  344. package/lib/Typography/Base/Ellipsis.d.ts +14 -0
  345. package/lib/Typography/Base/Ellipsis.js +212 -0
  346. package/lib/Typography/Base/EllipsisTooltip.d.ts +13 -0
  347. package/lib/Typography/Base/EllipsisTooltip.js +36 -0
  348. package/lib/Typography/Base/index.d.ts +54 -0
  349. package/lib/Typography/Base/index.js +545 -0
  350. package/lib/Typography/Editable.d.ts +20 -0
  351. package/lib/Typography/Editable.js +137 -0
  352. package/lib/Typography/Link.d.ts +7 -0
  353. package/lib/Typography/Link.js +58 -0
  354. package/lib/Typography/Paragraph.d.ts +7 -0
  355. package/lib/Typography/Paragraph.js +26 -0
  356. package/lib/Typography/Text.d.ts +8 -0
  357. package/lib/Typography/Text.js +57 -0
  358. package/lib/Typography/Title.d.ts +9 -0
  359. package/lib/Typography/Title.js +58 -0
  360. package/lib/Typography/Typography.d.ts +11 -0
  361. package/lib/Typography/Typography.js +77 -0
  362. package/lib/Typography/hooks/useMergedConfig.d.ts +1 -0
  363. package/lib/Typography/hooks/useMergedConfig.js +21 -0
  364. package/lib/Typography/hooks/useUpdatedEffect.d.ts +3 -0
  365. package/lib/Typography/hooks/useUpdatedEffect.js +24 -0
  366. package/lib/Typography/index.d.ts +15 -0
  367. package/lib/Typography/index.js +31 -0
  368. package/lib/Typography/style/index.css +505 -0
  369. package/lib/Typography/style/index.d.ts +1 -0
  370. package/lib/Typography/style/index.js +3 -0
  371. package/lib/_util/colors.d.ts +5 -0
  372. package/lib/_util/colors.js +14 -0
  373. package/lib/_util/getRenderPropValue.d.ts +3 -0
  374. package/lib/_util/getRenderPropValue.js +22 -0
  375. package/lib/_util/hooks/useFlexGapSupport.d.ts +2 -0
  376. package/lib/_util/hooks/useFlexGapSupport.js +30 -0
  377. package/lib/_util/hooks/useForceUpdate.d.ts +2 -0
  378. package/lib/_util/hooks/useForceUpdate.js +24 -0
  379. package/lib/_util/placements.d.ts +16 -0
  380. package/lib/_util/placements.js +98 -0
  381. package/lib/_util/responsiveObserve.d.ts +21 -0
  382. package/lib/_util/responsiveObserve.js +79 -0
  383. package/lib/_util/styleChecker.d.ts +4 -0
  384. package/lib/_util/styleChecker.js +52 -0
  385. package/lib/_util/transButton.d.ts +9 -0
  386. package/lib/_util/transButton.js +87 -0
  387. package/lib/index.d.ts +14 -0
  388. package/lib/index.js +57 -1
  389. package/package.json +3 -3
@@ -5,12 +5,16 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
7
7
  });
8
+ exports.getFilterShow = getFilterShow;
9
+ exports.getFilterShowQuery = getFilterShowQuery;
8
10
  exports.getFlatItem = getFlatItem;
9
11
  exports.getIsHas = getIsHas;
10
12
  exports.getRanges = getRanges;
11
13
  exports.getValueForType = getValueForType;
12
14
  exports.uniqueFunc = uniqueFunc;
13
15
 
16
+ var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray"));
17
+
14
18
  var _typeof2 = _interopRequireDefault(require("@babel/runtime/helpers/typeof"));
15
19
 
16
20
  var _dayjs = _interopRequireDefault(require("dayjs"));
@@ -117,4 +121,34 @@ function getFlatItem(filterValues, originArr) {
117
121
  }
118
122
  });
119
123
  return nArr;
124
+ } // 返回过滤掉隐藏字段后的查询结构 () => {...}
125
+
126
+
127
+ function getFilterShow(basicFilter, dataSource) {
128
+ return Object.keys(basicFilter).reduce(function (pre, cur) {
129
+ var value = basicFilter[cur];
130
+
131
+ if (dataSource.some(function (v) {
132
+ return v.field === cur && (v.show || typeof v.show !== 'boolean');
133
+ })) {
134
+ pre[cur] = value;
135
+ }
136
+
137
+ return pre;
138
+ }, {});
139
+ } // 返回过滤掉隐藏字段后的查询结构 () => [...]
140
+
141
+
142
+ function getFilterShowQuery(basicQuery, dataSource) {
143
+ return Object.keys(basicQuery).reduce(function (pre, cur) {
144
+ var value = basicQuery[cur];
145
+
146
+ if (dataSource.some(function (v) {
147
+ return v.field === cur && v.show || typeof v.show !== 'boolean';
148
+ })) {
149
+ return [].concat((0, _toConsumableArray2.default)(pre), [value]);
150
+ }
151
+
152
+ return pre;
153
+ }, []);
120
154
  }
@@ -15,6 +15,8 @@ var _customFilter = _interopRequireDefault(require("../customFilter"));
15
15
 
16
16
  var _complexFilter = _interopRequireDefault(require("../complexFilter"));
17
17
 
18
+ var _clearFilter = _interopRequireDefault(require("../clearFilter"));
19
+
18
20
  // 筛选组合
19
21
  var LmFilter = /*#__PURE__*/_react.default.memo(function (_ref) {
20
22
  var instance = _ref.instance;
@@ -29,6 +31,8 @@ var LmFilter = /*#__PURE__*/_react.default.memo(function (_ref) {
29
31
  instance: instance
30
32
  }), enableComplex && /*#__PURE__*/_react.default.createElement(_complexFilter.default, {
31
33
  instance: instance
34
+ }), /*#__PURE__*/_react.default.createElement(_clearFilter.default, {
35
+ instance: instance
32
36
  }));
33
37
  });
34
38
 
@@ -11,8 +11,6 @@ var _react = _interopRequireDefault(require("react"));
11
11
 
12
12
  var _Filter = _interopRequireDefault(require("./Filter"));
13
13
 
14
- var _clearFilter = _interopRequireDefault(require("../clearFilter"));
15
-
16
14
  // 过滤组件主体区域
17
15
  var LmFilterContainer = /*#__PURE__*/_react.default.memo(function (_ref) {
18
16
  var instance = _ref.instance;
@@ -20,8 +18,6 @@ var LmFilterContainer = /*#__PURE__*/_react.default.memo(function (_ref) {
20
18
  className: "lm_filter_container"
21
19
  }, /*#__PURE__*/_react.default.createElement(_Filter.default, {
22
20
  instance: instance
23
- }), /*#__PURE__*/_react.default.createElement(_clearFilter.default, {
24
- instance: instance
25
21
  }));
26
22
  });
27
23
 
@@ -9,8 +9,6 @@ Object.defineProperty(exports, "__esModule", {
9
9
  });
10
10
  exports.default = void 0;
11
11
 
12
- var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
13
-
14
12
  var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
15
13
 
16
14
  var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
@@ -19,18 +17,23 @@ var _react = _interopRequireWildcard(require("react"));
19
17
 
20
18
  var _FilterWrapper = _interopRequireDefault(require("./FilterWrapper"));
21
19
 
22
- var _filterFns = _interopRequireDefault(require("../filterFns"));
20
+ var _filterFns = _interopRequireWildcard(require("../filterFns"));
23
21
 
24
22
  var _utils = require("../utils");
25
23
 
26
24
  // 根文件 => 参数聚合
27
25
  var reducer = function reducer(state, action) {
28
26
  var basicFilter = action.basicFilter,
27
+ basicQuery = action.basicQuery,
28
+ customFilter = action.customFilter,
29
+ customQuery = action.customQuery,
29
30
  resize = action.resize,
30
31
  rows = action.rows,
31
32
  complexDrawer = action.complexDrawer,
32
33
  valueDrawer = action.valueDrawer,
33
- complexFilter = action.complexFilter;
34
+ complexFilter = action.complexFilter,
35
+ customDrawer = action.customDrawer,
36
+ saveModal = action.saveModal;
34
37
 
35
38
  switch (action.type) {
36
39
  case 'changeBasicFilter':
@@ -39,6 +42,24 @@ var reducer = function reducer(state, action) {
39
42
  basicFilter: basicFilter
40
43
  });
41
44
 
45
+ case 'changeBasicQuery':
46
+ // 基础筛选数据改变
47
+ return (0, _objectSpread2.default)((0, _objectSpread2.default)({}, state), {}, {
48
+ basicQuery: basicQuery
49
+ });
50
+
51
+ case 'changeCustomFilter':
52
+ // 自定义筛选数据改变
53
+ return (0, _objectSpread2.default)((0, _objectSpread2.default)({}, state), {}, {
54
+ customFilter: (0, _objectSpread2.default)((0, _objectSpread2.default)({}, state.customFilter), customFilter)
55
+ });
56
+
57
+ case 'changeCustomQuery':
58
+ // 自定义筛选数据改变
59
+ return (0, _objectSpread2.default)((0, _objectSpread2.default)({}, state), {}, {
60
+ customQuery: customQuery
61
+ });
62
+
42
63
  case 'changeRows':
43
64
  return (0, _objectSpread2.default)((0, _objectSpread2.default)({}, state), {}, {
44
65
  rows: rows
@@ -64,11 +85,23 @@ var reducer = function reducer(state, action) {
64
85
  return (0, _objectSpread2.default)((0, _objectSpread2.default)({}, state), {}, {
65
86
  valueDrawer: valueDrawer
66
87
  });
88
+ // 自定义筛选
89
+
90
+ case 'changeCustomDrawer':
91
+ return (0, _objectSpread2.default)((0, _objectSpread2.default)({}, state), {}, {
92
+ customDrawer: customDrawer
93
+ });
94
+
95
+ case 'changeSaveModal':
96
+ return (0, _objectSpread2.default)((0, _objectSpread2.default)({}, state), {}, {
97
+ saveModal: saveModal
98
+ });
67
99
 
68
100
  case 'reset':
69
101
  // 一键清空
70
102
  return (0, _objectSpread2.default)((0, _objectSpread2.default)({}, state), {}, {
71
103
  basicFilter: {},
104
+ basicQuery: {},
72
105
  complexFilter: {}
73
106
  });
74
107
 
@@ -78,41 +111,39 @@ var reducer = function reducer(state, action) {
78
111
  }; // 仅在初始化时触发一次
79
112
 
80
113
 
81
- var getInitialState = function getInitialState(_ref) {
82
- var localization = _ref.localization,
83
- dataSource = _ref.dataSource;
84
- var globalQuery = localization.globalQuery,
85
- filterQuery = localization.filterQuery;
86
- var basicFilter = {}; // 初始化基础查询缓存
87
-
88
- if (filterQuery === null || filterQuery === void 0 ? void 0 : filterQuery.filter) {
89
- basicFilter = filterQuery === null || filterQuery === void 0 ? void 0 : filterQuery.filter.reduce(function (pre, cur) {
90
- // 查找改数据是否展示
91
- var someData = dataSource.some(function (v) {
92
- if (cur.fieldName === v.field) {
93
- var isHidden = !v.show && typeof v.show === 'boolean';
94
- return !isHidden;
95
- }
96
-
97
- return false;
98
- });
99
-
100
- if ((0, _utils.getIsHas)(cur.value) && someData) {
101
- pre[cur.fieldName] = cur.value;
102
- }
103
-
104
- return pre;
105
- }, {});
106
- }
114
+ var getInitialState = function getInitialState(props) {
115
+ var _initLocalization = (0, _filterFns.initLocalization)(props),
116
+ basicFilter = _initLocalization.basicFilter,
117
+ basicQuery = _initLocalization.basicQuery,
118
+ customQuery = _initLocalization.customQuery,
119
+ customFilter = _initLocalization.customFilter;
107
120
 
108
121
  return {
109
122
  basicFilter: basicFilter,
123
+ basicQuery: basicQuery,
124
+ customFilter: (0, _objectSpread2.default)({
125
+ value: '',
126
+ label: '不限',
127
+ data: {}
128
+ }, customFilter),
129
+ // 选中的自定义筛选项
130
+ customQuery: customQuery,
110
131
  complexFilter: {},
111
132
  complexDrawer: {
112
133
  visible: false,
113
134
  data: {}
114
135
  },
115
136
  valueDrawer: {
137
+ visible: false,
138
+ type: 'complex',
139
+ data: {}
140
+ },
141
+ customDrawer: {
142
+ visible: false,
143
+ type: 'edit',
144
+ data: {}
145
+ },
146
+ saveModal: {
116
147
  visible: false,
117
148
  data: {}
118
149
  }
@@ -127,45 +158,25 @@ var LmFilterRoot = function LmFilterRoot(props, ref) {
127
158
  var _useReducer = (0, _react.useReducer)(reducer, initialState),
128
159
  _useReducer2 = (0, _slicedToArray2.default)(_useReducer, 2),
129
160
  state = _useReducer2[0],
130
- dispatch = _useReducer2[1]; // 初始化配置
131
-
132
-
133
- var configProps = (0, _react.useMemo)(function () {
134
- var resetProps = (0, _extends2.default)({}, props);
135
- return (0, _objectSpread2.default)({
136
- dataSource: [],
137
- // 数据源
138
- enableSearch: true,
139
- // 是否启用模糊查询
140
- enableBaisc: true,
141
- // 是否启用基础筛选
142
- enableComplex: false,
143
- // 是否启用高级筛选
144
- enableCustom: false,
145
- // 是否启用自定义筛选
146
- size: 'middle',
147
- // 尺寸
148
- searchKey: 'search',
149
- // 搜索的key值
150
- placeholder: '请输入'
151
- }, resetProps);
152
- }, [props]); // 事件集合
153
-
154
- var eventProps = (0, _react.useMemo)(function () {
155
- return (0, _filterFns.default)({
156
- state: state,
157
- dispatch: dispatch,
158
- props: props
159
- });
160
- }, [state, dispatch, props]); // 组件示例
161
-
162
- var instance = (0, _objectSpread2.default)((0, _objectSpread2.default)((0, _objectSpread2.default)({}, configProps), eventProps), {}, {
161
+ dispatch = _useReducer2[1]; // 获取核心Methods
162
+
163
+
164
+ var _useCoreOptions = (0, _filterFns.default)({
165
+ state: state,
166
+ dispatch: dispatch,
167
+ props: props
168
+ }),
169
+ CoreMethods = _useCoreOptions.CoreMethods,
170
+ RefMethods = _useCoreOptions.RefMethods; // 组件示例
171
+
172
+
173
+ var instance = (0, _objectSpread2.default)((0, _objectSpread2.default)((0, _objectSpread2.default)((0, _objectSpread2.default)({}, props), CoreMethods), RefMethods), {}, {
163
174
  state: state,
164
175
  dispatch: dispatch
165
176
  }); // 向外暴露出的方法
166
177
 
167
178
  (0, _react.useImperativeHandle)(ref, function () {
168
- return (0, _objectSpread2.default)({}, eventProps);
179
+ return (0, _objectSpread2.default)({}, RefMethods);
169
180
  });
170
181
  return /*#__PURE__*/_react.default.createElement(_FilterWrapper.default, {
171
182
  instance: instance
@@ -428,8 +428,12 @@ var ResetTable = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
428
428
  var customizeRenderEmpty = function customizeRenderEmpty() {
429
429
  return /*#__PURE__*/_react.default.createElement("div", {
430
430
  className: "lm_table_empty"
431
- }, /*#__PURE__*/_react.default.createElement("img", {
432
- src: _empty.default
431
+ }, /*#__PURE__*/_react.default.createElement("div", {
432
+ className: "empty_img",
433
+ style: {
434
+ width: '130px',
435
+ height: '80px'
436
+ }
433
437
  }), /*#__PURE__*/_react.default.createElement("span", null, "\u6682\u65E0\u6570\u636E"));
434
438
  };
435
439
 
@@ -513,7 +517,9 @@ var ResetTable = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
513
517
  width: '100%'
514
518
  }
515
519
  }, /*#__PURE__*/_react.default.createElement(_configProvider.default, {
516
- renderEmpty: emptyProps ? function () {
520
+ renderEmpty: loading ? function () {
521
+ return null;
522
+ } : emptyProps ? function () {
517
523
  return /*#__PURE__*/_react.default.createElement(_linkmoreDesign.Empty, emptyProps, (emptyProps === null || emptyProps === void 0 ? void 0 : emptyProps.footer) || null);
518
524
  } : customizeRenderEmpty
519
525
  }, /*#__PURE__*/_react.default.createElement(_proTable.default, (0, _extends2.default)({}, config, {
@@ -1098,6 +1098,11 @@ html {
1098
1098
  height: 80px;
1099
1099
  margin-bottom: 8px;
1100
1100
  }
1101
+ #lm_protable_warp .lm_protable .lm_table_empty .empty_img {
1102
+ background-size: cover;
1103
+ margin-bottom: 8px;
1104
+ background-image: url('data:image/png;base64,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');
1105
+ }
1101
1106
  #lm_protable_warp .lm_protable .lm_table_empty > span {
1102
1107
  color: var(--font-color);
1103
1108
  }
@@ -0,0 +1,3 @@
1
+ import { Mentions } from 'antd';
2
+ export type { MentionProps } from 'antd';
3
+ export default Mentions;
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.default = void 0;
9
+
10
+ require("antd/es/mentions/style");
11
+
12
+ var _mentions = _interopRequireDefault(require("antd/es/mentions"));
13
+
14
+ var _default = _mentions.default;
15
+ exports.default = _default;