@aloudata/aloudata-design 0.4.0-beta.9 → 0.4.0

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 (1112) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +22 -220
  3. package/dist/Alert/index.d.ts +4 -0
  4. package/dist/Alert/index.js +2 -0
  5. package/dist/Alert/style/index.js +2 -0
  6. package/dist/Avatar/component/Avatar/index.js +44 -0
  7. package/dist/Avatar/index.js +4 -0
  8. package/dist/Avatar/style/index.js +2 -0
  9. package/dist/Breadcrumb/index.js +47 -0
  10. package/dist/Breadcrumb/style/index.js +2 -0
  11. package/dist/Button/index.d.ts +58 -0
  12. package/dist/Button/index.js +116 -0
  13. package/dist/Button/style/index.js +2 -0
  14. package/dist/Card/index.js +3 -0
  15. package/dist/Card/style/index.js +2 -0
  16. package/dist/Checkbox/component/CheckboxGroup/index.js +28 -0
  17. package/dist/Checkbox/index.js +24 -0
  18. package/dist/Checkbox/style/index.js +2 -0
  19. package/dist/Col/index.js +4 -0
  20. package/dist/Col/style/index.js +2 -0
  21. package/dist/ConfigProvider/defaultRenderEmpty.d.ts +4 -0
  22. package/dist/ConfigProvider/defaultRenderEmpty.js +37 -0
  23. package/dist/ConfigProvider/index.js +3 -0
  24. package/dist/ConfigProvider/sizeContext.d.ts +9 -0
  25. package/dist/ConfigProvider/style/index.js +2 -0
  26. package/dist/DatePicker/index.js +2 -0
  27. package/dist/DatePicker/style/index.js +2 -0
  28. package/dist/Divider/index.js +13 -0
  29. package/dist/Divider/style/index.js +2 -0
  30. package/dist/DoubleCircleIcon/index.d.ts +9 -0
  31. package/dist/DoubleCircleIcon/index.js +33 -0
  32. package/dist/DoubleCircleIcon/style/index.less +23 -0
  33. package/dist/Drawer/index.js +4 -0
  34. package/dist/Drawer/style/index.js +2 -0
  35. package/dist/Dropdown/Button.js +32 -0
  36. package/dist/Dropdown/index.js +24 -0
  37. package/dist/Dropdown/style/index.js +2 -0
  38. package/dist/Empty/image/Data.d.ts +3 -0
  39. package/dist/Empty/image/Data.js +222 -0
  40. package/dist/Empty/image/Search.d.ts +3 -0
  41. package/dist/Empty/image/Search.js +212 -0
  42. package/dist/Empty/image/SearchSmall.d.ts +3 -0
  43. package/dist/Empty/image/SearchSmall.js +20 -0
  44. package/dist/Empty/image/User.d.ts +3 -0
  45. package/dist/Empty/image/User.js +199 -0
  46. package/dist/Empty/image/WorkBook.d.ts +3 -0
  47. package/dist/Empty/image/WorkBook.js +205 -0
  48. package/dist/Empty/index.d.ts +23 -0
  49. package/dist/Empty/index.js +81 -0
  50. package/dist/Empty/style/index.js +1 -0
  51. package/dist/Empty/style/index.less +57 -0
  52. package/dist/Form/index.js +8 -0
  53. package/dist/Form/style/index.js +2 -0
  54. package/dist/Icon/components/Icon.js +29 -0
  55. package/dist/Icon/icons.js +1443 -0
  56. package/dist/Icon/index.js +2 -0
  57. package/dist/Icon/style/index.less +0 -0
  58. package/dist/Input/components/Group/index.js +24 -0
  59. package/dist/Input/components/Input/index.js +32 -0
  60. package/dist/Input/components/Password/index.js +40 -0
  61. package/dist/Input/components/TextArea/index.js +27 -0
  62. package/dist/Input/index.js +9 -0
  63. package/dist/Input/style/index.js +2 -0
  64. package/dist/InputNumber/index.js +33 -0
  65. package/dist/InputNumber/style/index.js +2 -0
  66. package/dist/InputNumber/type.d.ts +161 -0
  67. package/dist/Layout/index.js +2 -0
  68. package/dist/Layout/style/index.js +2 -0
  69. package/dist/Menu/Divider.js +6 -0
  70. package/dist/Menu/MenuItem.js +6 -0
  71. package/dist/Menu/SubMenu.js +23 -0
  72. package/dist/Menu/index.d.ts +23 -0
  73. package/dist/Menu/index.js +34 -0
  74. package/dist/Menu/style/index.js +2 -0
  75. package/dist/Menu/style/index.less +53 -0
  76. package/dist/Modal/index.d.ts +37 -0
  77. package/dist/Modal/index.js +212 -0
  78. package/dist/Modal/locale.js +20 -0
  79. package/dist/Modal/style/index.js +2 -0
  80. package/dist/Modal/style/index.less +88 -0
  81. package/dist/Navigator/components/Menu/index.js +53 -0
  82. package/dist/Navigator/index.js +35 -0
  83. package/dist/Navigator/style/index.js +2 -0
  84. package/dist/Popconfirm/index.d.ts +10 -0
  85. package/dist/Popconfirm/index.js +58 -0
  86. package/dist/Popconfirm/style/index.js +2 -0
  87. package/dist/Popconfirm/style/index.less +28 -0
  88. package/dist/Popover/index.js +23 -0
  89. package/dist/Popover/style/index.js +2 -0
  90. package/dist/Progress/index.js +3 -0
  91. package/dist/Progress/style/index.js +2 -0
  92. package/dist/Radio/components/Group/index.d.ts +6 -0
  93. package/dist/Radio/components/Radio/index.js +95 -0
  94. package/dist/Radio/index.js +5 -0
  95. package/dist/Radio/style/index.js +2 -0
  96. package/dist/Row/index.js +2 -0
  97. package/dist/Row/style/index.js +2 -0
  98. package/dist/Select/components/MultipleOption.d.ts +10 -0
  99. package/dist/Select/components/MultipleOption.js +23 -0
  100. package/dist/Select/components/SingleOption.d.ts +10 -0
  101. package/dist/Select/components/SingleOption.js +27 -0
  102. package/dist/Select/index.d.ts +9 -0
  103. package/dist/Select/index.js +222 -0
  104. package/dist/Select/style/index.js +2 -0
  105. package/dist/Select/style/index.less +109 -0
  106. package/dist/Select/style/multiple.less +43 -0
  107. package/dist/Select/style/single.less +28 -0
  108. package/dist/Select/style/size.less +159 -0
  109. package/dist/Select/style/status.less +33 -0
  110. package/dist/Select/style/variables.less +35 -0
  111. package/dist/Skeleton/index.js +3 -0
  112. package/dist/Skeleton/style/index.js +2 -0
  113. package/dist/Space/index.js +2 -0
  114. package/dist/Space/style/index.js +2 -0
  115. package/dist/Spin/CustomIcon/index.d.ts +8 -0
  116. package/dist/Spin/CustomIcon/index.js +26 -0
  117. package/dist/Spin/CustomIcon/index.less +125 -0
  118. package/dist/Spin/Icon/index.d.ts +4 -0
  119. package/dist/Spin/Icon/index.js +7 -0
  120. package/dist/Spin/Icon/index.less +41 -0
  121. package/dist/Spin/index.d.ts +7 -0
  122. package/dist/Spin/index.js +32 -0
  123. package/dist/Spin/style/index.js +2 -0
  124. package/dist/Spin/style/index.less +1 -0
  125. package/dist/Steps/components/CustomDot/index.d.ts +2 -0
  126. package/dist/Steps/components/CustomDot/index.js +8 -0
  127. package/dist/Steps/components/ProcessIcon/index.d.ts +6 -0
  128. package/dist/Steps/components/ProcessIcon/index.js +22 -0
  129. package/dist/Steps/components/Step/index.js +47 -0
  130. package/dist/Steps/index.d.ts +46 -0
  131. package/dist/Steps/index.js +34 -0
  132. package/dist/Steps/matchMedia.mock.d.ts +0 -0
  133. package/dist/Steps/matchMedia.mock.js +17 -0
  134. package/dist/Steps/style/index.js +2 -0
  135. package/dist/Steps/style/index.less +337 -0
  136. package/dist/Switch/index.js +70 -0
  137. package/dist/Switch/style/index.js +2 -0
  138. package/dist/Table/Table.js +401 -0
  139. package/dist/Table/components/Empty/index.js +16 -0
  140. package/dist/Table/components/Loading/index.js +14 -0
  141. package/dist/Table/components/TableBodyRowList/index.js +95 -0
  142. package/dist/Table/components/TableHead/index.js +262 -0
  143. package/dist/Table/constant.d.ts +0 -0
  144. package/dist/Table/constant.js +0 -0
  145. package/dist/Table/hooks/useFrame.js +90 -0
  146. package/dist/Table/index.js +2 -0
  147. package/dist/Table/style/index.js +2 -0
  148. package/dist/Table/style/index.less +243 -0
  149. package/dist/Table/style/variable.less +5 -0
  150. package/dist/Table/utils.d.ts +15 -0
  151. package/dist/Table/utils.js +139 -0
  152. package/dist/Tabs/TabPane.js +6 -0
  153. package/dist/Tabs/index.js +48 -0
  154. package/dist/Tabs/style/index.js +2 -0
  155. package/dist/Tabs/style/index.less +168 -0
  156. package/dist/Tooltip/style/index.js +2 -0
  157. package/dist/Tooltip/style/index.less +17 -0
  158. package/dist/Tree/demo/basic/index.d.ts +3 -0
  159. package/dist/Tree/demo/basic/index.js +34 -0
  160. package/dist/Tree/index.d.ts +8 -0
  161. package/dist/Tree/index.js +18 -0
  162. package/dist/Tree/style/index.js +2 -0
  163. package/dist/Tree/style/index.less +45 -0
  164. package/dist/Typography/index.js +2 -0
  165. package/dist/Typography/style/index.js +2 -0
  166. package/dist/Upload/index.js +2 -0
  167. package/dist/Upload/style/index.js +2 -0
  168. package/dist/_utils/hooks/useControlledState.d.ts +2 -0
  169. package/dist/_utils/hooks/usePrefixCls.d.ts +2 -0
  170. package/dist/_utils/hooks/usePrefixCls.js +13 -0
  171. package/dist/index.d.ts +78 -0
  172. package/dist/index.js +43 -0
  173. package/dist/locale/default.js +2 -0
  174. package/dist/locale-provider/context.d.ts +7 -0
  175. package/dist/locale-provider/default.js +2 -0
  176. package/dist/locale-provider/en_US.js +2 -0
  177. package/dist/locale-provider/index.d.ts +65 -0
  178. package/dist/locale-provider/index.js +105 -0
  179. package/dist/locale-provider/style/index.js +1 -0
  180. package/dist/locale-provider/zh_CN.js +2 -0
  181. package/dist/message/index.d.ts +14 -0
  182. package/dist/message/index.js +137 -0
  183. package/dist/message/style/color.less +55 -0
  184. package/dist/message/style/index.js +2 -0
  185. package/dist/message/style/index.less +32 -0
  186. package/dist/notification/index.d.ts +3 -0
  187. package/dist/notification/index.js +3 -0
  188. package/dist/notification/style/index.js +2 -0
  189. package/dist/style/index.js +1 -0
  190. package/dist/style/index.less +4 -0
  191. package/dist/style/themes/default/themeColor.module.less +439 -0
  192. package/package.json +74 -99
  193. package/es/Alert/index.d.ts +0 -4
  194. package/es/Alert/index.js +0 -3
  195. package/es/Alert/style/index.js +0 -2
  196. package/es/Avatar/component/Avatar/index.js +0 -42
  197. package/es/Avatar/index.js +0 -4
  198. package/es/Avatar/style/index.js +0 -2
  199. package/es/Breadcrumb/index.js +0 -46
  200. package/es/Breadcrumb/style/index.js +0 -2
  201. package/es/Button/index.d.ts +0 -49
  202. package/es/Button/index.js +0 -123
  203. package/es/Button/style/index.js +0 -2
  204. package/es/Card/index.js +0 -3
  205. package/es/Card/style/index.js +0 -2
  206. package/es/Checkbox/component/CheckboxGroup/index.js +0 -27
  207. package/es/Checkbox/index.js +0 -23
  208. package/es/Checkbox/style/index.js +0 -2
  209. package/es/Col/index.js +0 -3
  210. package/es/Col/style/index.js +0 -2
  211. package/es/ConfigProvider/defaultRenderEmpty.d.ts +0 -4
  212. package/es/ConfigProvider/defaultRenderEmpty.js +0 -37
  213. package/es/ConfigProvider/index.js +0 -4
  214. package/es/ConfigProvider/sizeContext.d.ts +0 -9
  215. package/es/ConfigProvider/style/index.js +0 -2
  216. package/es/DatePicker/index.js +0 -3
  217. package/es/DatePicker/style/index.js +0 -2
  218. package/es/Divider/index.js +0 -12
  219. package/es/Divider/style/index.js +0 -2
  220. package/es/Drawer/index.js +0 -3
  221. package/es/Drawer/style/index.js +0 -2
  222. package/es/Dropdown/Button.js +0 -34
  223. package/es/Dropdown/index.js +0 -26
  224. package/es/Dropdown/style/index.d.ts +0 -3
  225. package/es/Dropdown/style/index.js +0 -3
  226. package/es/Empty/image/Authority.d.ts +0 -3
  227. package/es/Empty/image/Authority.js +0 -360
  228. package/es/Empty/image/Dataspace.d.ts +0 -3
  229. package/es/Empty/image/Dataspace.js +0 -271
  230. package/es/Empty/image/Search.d.ts +0 -3
  231. package/es/Empty/image/Search.js +0 -156
  232. package/es/Empty/image/Simple.d.ts +0 -3
  233. package/es/Empty/image/Simple.js +0 -20
  234. package/es/Empty/image/Worksheet.d.ts +0 -3
  235. package/es/Empty/image/Worksheet.js +0 -270
  236. package/es/Empty/image/empty.d.ts +0 -3
  237. package/es/Empty/image/empty.js +0 -139
  238. package/es/Empty/index.d.ts +0 -23
  239. package/es/Empty/index.js +0 -86
  240. package/es/Empty/style/index.js +0 -1
  241. package/es/Empty/style/index.less +0 -69
  242. package/es/Form/index.js +0 -3
  243. package/es/Form/style/index.js +0 -2
  244. package/es/Icon/components/Icon.js +0 -27
  245. package/es/Icon/icons/AddLine.d.ts +0 -13
  246. package/es/Icon/icons/AddLine.js +0 -66
  247. package/es/Icon/icons/AlertFill.d.ts +0 -13
  248. package/es/Icon/icons/AlertFill.js +0 -73
  249. package/es/Icon/icons/ArrowsDownLine.d.ts +0 -13
  250. package/es/Icon/icons/ArrowsDownLine.js +0 -66
  251. package/es/Icon/icons/CancelFill.d.ts +0 -13
  252. package/es/Icon/icons/CancelFill.js +0 -73
  253. package/es/Icon/icons/CheckFill.d.ts +0 -13
  254. package/es/Icon/icons/CheckFill.js +0 -73
  255. package/es/Icon/icons/CheckLine.d.ts +0 -13
  256. package/es/Icon/icons/CheckLine.js +0 -73
  257. package/es/Icon/icons/CloseLine.d.ts +0 -13
  258. package/es/Icon/icons/CloseLine.js +0 -66
  259. package/es/Icon/icons/DatabaseLine.d.ts +0 -13
  260. package/es/Icon/icons/DatabaseLine.js +0 -66
  261. package/es/Icon/icons/Deleteline.d.ts +0 -13
  262. package/es/Icon/icons/Deleteline.js +0 -66
  263. package/es/Icon/icons/DownloadLine.d.ts +0 -13
  264. package/es/Icon/icons/DownloadLine.js +0 -73
  265. package/es/Icon/icons/ErrorFill.d.ts +0 -13
  266. package/es/Icon/icons/ErrorFill.js +0 -73
  267. package/es/Icon/icons/EyeOffLine.d.ts +0 -13
  268. package/es/Icon/icons/EyeOffLine.js +0 -73
  269. package/es/Icon/icons/EyeOnLine.d.ts +0 -13
  270. package/es/Icon/icons/EyeOnLine.js +0 -66
  271. package/es/Icon/icons/FileLine.d.ts +0 -13
  272. package/es/Icon/icons/FileLine.js +0 -73
  273. package/es/Icon/icons/HomeFill.d.ts +0 -13
  274. package/es/Icon/icons/HomeFill.js +0 -73
  275. package/es/Icon/icons/IconBase.withSpan.tpl +0 -58
  276. package/es/Icon/icons/LightningLine.d.ts +0 -13
  277. package/es/Icon/icons/LightningLine.js +0 -66
  278. package/es/Icon/icons/Loading.d.ts +0 -13
  279. package/es/Icon/icons/Loading.js +0 -66
  280. package/es/Icon/icons/More.d.ts +0 -13
  281. package/es/Icon/icons/More.js +0 -66
  282. package/es/Icon/icons/NewWindowsLine.d.ts +0 -13
  283. package/es/Icon/icons/NewWindowsLine.js +0 -74
  284. package/es/Icon/icons/SearchLine.d.ts +0 -13
  285. package/es/Icon/icons/SearchLine.js +0 -73
  286. package/es/Icon/icons/SortAscendingLine.d.ts +0 -13
  287. package/es/Icon/icons/SortAscendingLine.js +0 -66
  288. package/es/Icon/icons/SortDescendingLine.d.ts +0 -13
  289. package/es/Icon/icons/SortDescendingLine.js +0 -66
  290. package/es/Icon/icons/TextLine.d.ts +0 -13
  291. package/es/Icon/icons/TextLine.js +0 -73
  292. package/es/Icon/icons/UserLine.d.ts +0 -13
  293. package/es/Icon/icons/UserLine.js +0 -73
  294. package/es/Icon/icons/style.css +0 -9
  295. package/es/Icon/icons/style.css.d.ts +0 -10
  296. package/es/Icon/icons.js +0 -1590
  297. package/es/Icon/index.js +0 -2
  298. package/es/Icon/style/index.d.ts +0 -1
  299. package/es/Icon/style/index.js +0 -1
  300. package/es/Input/components/Group/index.js +0 -22
  301. package/es/Input/components/Input/index.js +0 -30
  302. package/es/Input/components/Password/index.js +0 -41
  303. package/es/Input/components/TextArea/index.js +0 -25
  304. package/es/Input/index.js +0 -9
  305. package/es/Input/style/index.d.ts +0 -3
  306. package/es/Input/style/index.js +0 -3
  307. package/es/InputNumber/index.js +0 -32
  308. package/es/InputNumber/style/index.js +0 -2
  309. package/es/InputNumber/type.d.ts +0 -161
  310. package/es/Layout/index.js +0 -3
  311. package/es/Layout/style/index.js +0 -2
  312. package/es/Menu/Divider.js +0 -7
  313. package/es/Menu/MenuItem.js +0 -7
  314. package/es/Menu/SubMenu.js +0 -22
  315. package/es/Menu/index.d.ts +0 -23
  316. package/es/Menu/index.js +0 -24
  317. package/es/Menu/style/index.d.ts +0 -3
  318. package/es/Menu/style/index.js +0 -3
  319. package/es/Menu/style/index.less +0 -41
  320. package/es/Modal/index.d.ts +0 -21
  321. package/es/Modal/index.js +0 -99
  322. package/es/Modal/locale.js +0 -20
  323. package/es/Modal/style/index.js +0 -2
  324. package/es/Modal/style/index.less +0 -209
  325. package/es/Navigator/components/Menu/index.js +0 -51
  326. package/es/Navigator/index.js +0 -35
  327. package/es/Navigator/style/index.js +0 -2
  328. package/es/PageHeader/index.d.ts +0 -3
  329. package/es/PageHeader/index.js +0 -3
  330. package/es/PageHeader/style/index.js +0 -2
  331. package/es/Popconfirm/index.d.ts +0 -3
  332. package/es/Popconfirm/index.js +0 -2
  333. package/es/Popconfirm/style/index.js +0 -2
  334. package/es/Popover/index.js +0 -22
  335. package/es/Popover/style/index.js +0 -2
  336. package/es/Progress/index.js +0 -2
  337. package/es/Progress/style/index.js +0 -2
  338. package/es/Radio/components/Group/index.d.ts +0 -6
  339. package/es/Radio/components/Radio/index.js +0 -95
  340. package/es/Radio/index.js +0 -5
  341. package/es/Radio/style/index.js +0 -2
  342. package/es/Row/index.js +0 -3
  343. package/es/Row/style/index.js +0 -2
  344. package/es/Select/index.d.ts +0 -39
  345. package/es/Select/index.js +0 -156
  346. package/es/Select/rc-select/BaseSelect.d.ts +0 -116
  347. package/es/Select/rc-select/BaseSelect.js +0 -641
  348. package/es/Select/rc-select/OptGroup.d.ts +0 -12
  349. package/es/Select/rc-select/OptGroup.js +0 -7
  350. package/es/Select/rc-select/Option.d.ts +0 -14
  351. package/es/Select/rc-select/Option.js +0 -7
  352. package/es/Select/rc-select/OptionList.d.ts +0 -10
  353. package/es/Select/rc-select/OptionList.js +0 -401
  354. package/es/Select/rc-select/Select.d.ts +0 -109
  355. package/es/Select/rc-select/Select.js +0 -547
  356. package/es/Select/rc-select/SelectContext.d.ts +0 -20
  357. package/es/Select/rc-select/SelectContext.js +0 -4
  358. package/es/Select/rc-select/SelectTrigger.d.ts +0 -30
  359. package/es/Select/rc-select/SelectTrigger.js +0 -136
  360. package/es/Select/rc-select/Selector/Input.d.ts +0 -26
  361. package/es/Select/rc-select/Selector/Input.js +0 -114
  362. package/es/Select/rc-select/Selector/MultipleSelector.d.ts +0 -16
  363. package/es/Select/rc-select/Selector/MultipleSelector.js +0 -246
  364. package/es/Select/rc-select/Selector/SingleSelector.d.ts +0 -8
  365. package/es/Select/rc-select/Selector/SingleSelector.js +0 -112
  366. package/es/Select/rc-select/Selector/index.d.ts +0 -80
  367. package/es/Select/rc-select/Selector/index.js +0 -194
  368. package/es/Select/rc-select/TransBtn.d.ts +0 -12
  369. package/es/Select/rc-select/TransBtn.js +0 -42
  370. package/es/Select/rc-select/hooks/useBaseProps.d.ts +0 -13
  371. package/es/Select/rc-select/hooks/useBaseProps.js +0 -11
  372. package/es/Select/rc-select/hooks/useCache.d.ts +0 -7
  373. package/es/Select/rc-select/hooks/useCache.js +0 -49
  374. package/es/Select/rc-select/hooks/useDelayReset.d.ts +0 -5
  375. package/es/Select/rc-select/hooks/useDelayReset.js +0 -50
  376. package/es/Select/rc-select/hooks/useFilterOptions.d.ts +0 -3
  377. package/es/Select/rc-select/hooks/useFilterOptions.js +0 -75
  378. package/es/Select/rc-select/hooks/useId.d.ts +0 -5
  379. package/es/Select/rc-select/hooks/useId.js +0 -47
  380. package/es/Select/rc-select/hooks/useLayoutEffect.d.ts +0 -5
  381. package/es/Select/rc-select/hooks/useLayoutEffect.js +0 -17
  382. package/es/Select/rc-select/hooks/useLock.d.ts +0 -7
  383. package/es/Select/rc-select/hooks/useLock.js +0 -35
  384. package/es/Select/rc-select/hooks/useOptions.d.ts +0 -11
  385. package/es/Select/rc-select/hooks/useOptions.js +0 -53
  386. package/es/Select/rc-select/hooks/useRefFunc.d.ts +0 -5
  387. package/es/Select/rc-select/hooks/useRefFunc.js +0 -15
  388. package/es/Select/rc-select/hooks/useSelectTriggerControl.d.ts +0 -1
  389. package/es/Select/rc-select/hooks/useSelectTriggerControl.js +0 -40
  390. package/es/Select/rc-select/index.d.ts +0 -10
  391. package/es/Select/rc-select/index.js +0 -7
  392. package/es/Select/rc-select/interface.d.ts +0 -10
  393. package/es/Select/rc-select/utils/commonUtil.d.ts +0 -4
  394. package/es/Select/rc-select/utils/commonUtil.js +0 -12
  395. package/es/Select/rc-select/utils/keyUtil.d.ts +0 -2
  396. package/es/Select/rc-select/utils/keyUtil.js +0 -8
  397. package/es/Select/rc-select/utils/legacyUtil.d.ts +0 -3
  398. package/es/Select/rc-select/utils/legacyUtil.js +0 -58
  399. package/es/Select/rc-select/utils/platformUtil.d.ts +0 -1
  400. package/es/Select/rc-select/utils/platformUtil.js +0 -4
  401. package/es/Select/rc-select/utils/valueUtil.d.ts +0 -22
  402. package/es/Select/rc-select/utils/valueUtil.js +0 -157
  403. package/es/Select/rc-select/utils/warningPropsUtil.d.ts +0 -3
  404. package/es/Select/rc-select/utils/warningPropsUtil.js +0 -114
  405. package/es/Select/style/index.d.ts +0 -3
  406. package/es/Select/style/index.js +0 -4
  407. package/es/Select/style/index.less +0 -340
  408. package/es/Select/style/multiple.less +0 -222
  409. package/es/Select/style/rtl.less +0 -168
  410. package/es/Select/style/select.less +0 -337
  411. package/es/Select/style/single.less +0 -179
  412. package/es/Select/style/status.less +0 -48
  413. package/es/Select/style/variables.less +0 -67
  414. package/es/Select/style/variables.less.d.ts +0 -190
  415. package/es/Select/utils/iconUtil.d.ts +0 -24
  416. package/es/Select/utils/iconUtil.js +0 -86
  417. package/es/Skeleton/index.js +0 -2
  418. package/es/Skeleton/style/index.js +0 -2
  419. package/es/Space/index.js +0 -2
  420. package/es/Space/style/index.js +0 -2
  421. package/es/Spin/index.d.ts +0 -4
  422. package/es/Spin/index.js +0 -2
  423. package/es/Spin/style/index.js +0 -2
  424. package/es/Steps/components/ProcessIcon/index.d.ts +0 -6
  425. package/es/Steps/components/ProcessIcon/index.js +0 -8
  426. package/es/Steps/components/Step/index.js +0 -45
  427. package/es/Steps/index.d.ts +0 -37
  428. package/es/Steps/index.js +0 -31
  429. package/es/Steps/matchMedia.mock.d.ts +0 -1
  430. package/es/Steps/matchMedia.mock.js +0 -17
  431. package/es/Steps/style/index.js +0 -2
  432. package/es/Steps/style/index.less +0 -258
  433. package/es/Switch/index.js +0 -72
  434. package/es/Switch/style/index.js +0 -2
  435. package/es/Table/Table.js +0 -388
  436. package/es/Table/components/Empty/index.js +0 -16
  437. package/es/Table/components/Loading/index.js +0 -18
  438. package/es/Table/components/TableBodyRowList/index.js +0 -91
  439. package/es/Table/components/TableHead/index.js +0 -261
  440. package/es/Table/constant.d.ts +0 -1
  441. package/es/Table/constant.js +0 -1
  442. package/es/Table/hooks/useFrame.js +0 -90
  443. package/es/Table/index.js +0 -2
  444. package/es/Table/interface.js +0 -1
  445. package/es/Table/style/index.js +0 -2
  446. package/es/Table/style/index.less +0 -238
  447. package/es/Table/style/variable.less +0 -5
  448. package/es/Table/style/variable.less.d.ts +0 -7
  449. package/es/Table/utils.d.ts +0 -15
  450. package/es/Table/utils.js +0 -138
  451. package/es/Tabs/TabPane.js +0 -6
  452. package/es/Tabs/index.js +0 -48
  453. package/es/Tabs/style/index.d.ts +0 -3
  454. package/es/Tabs/style/index.js +0 -3
  455. package/es/Tabs/style/index.less +0 -166
  456. package/es/Tooltip/style/index.js +0 -2
  457. package/es/Tooltip/style/index.less +0 -15
  458. package/es/Tree/index.d.ts +0 -5
  459. package/es/Tree/index.js +0 -2
  460. package/es/Tree/style/index.js +0 -2
  461. package/es/Tree/style/index.less +0 -1
  462. package/es/Typography/index.js +0 -3
  463. package/es/Typography/style/index.js +0 -2
  464. package/es/Typography/style/index.less +0 -1
  465. package/es/Upload/index.js +0 -3
  466. package/es/Upload/style/index.js +0 -2
  467. package/es/Upload/style/index.less +0 -1
  468. package/es/_utils/hooks/useControlledState.d.ts +0 -2
  469. package/es/_utils/hooks/usePrefixCls.d.ts +0 -2
  470. package/es/_utils/hooks/usePrefixCls.js +0 -14
  471. package/es/index.d.ts +0 -81
  472. package/es/index.js +0 -42
  473. package/es/locale/default.js +0 -2
  474. package/es/locale-provider/context.d.ts +0 -7
  475. package/es/locale-provider/default.js +0 -2
  476. package/es/locale-provider/en_US.js +0 -2
  477. package/es/locale-provider/index.d.ts +0 -65
  478. package/es/locale-provider/index.js +0 -102
  479. package/es/locale-provider/style/index.js +0 -1
  480. package/es/locale-provider/zh_CN.js +0 -2
  481. package/es/message/index.d.ts +0 -5
  482. package/es/message/index.js +0 -3
  483. package/es/message/style/index.js +0 -2
  484. package/es/message/style/index.less +0 -1
  485. package/es/notification/index.d.ts +0 -4
  486. package/es/notification/index.js +0 -3
  487. package/es/notification/style/index.js +0 -2
  488. package/es/notification/style/index.less +0 -1
  489. package/es/style/index.js +0 -1
  490. package/es/style/index.less +0 -5
  491. package/es/style/themes/default/themeColor.module.less +0 -445
  492. package/lib/Alert/index.d.ts +0 -4
  493. package/lib/Alert/index.js +0 -15
  494. package/lib/Alert/style/index.js +0 -5
  495. package/lib/Alert/style/index.less +0 -1
  496. package/lib/Avatar/component/Avatar/index.d.ts +0 -84
  497. package/lib/Avatar/component/Avatar/index.js +0 -61
  498. package/lib/Avatar/index.d.ts +0 -3
  499. package/lib/Avatar/index.js +0 -16
  500. package/lib/Avatar/style/index.js +0 -5
  501. package/lib/Avatar/style/index.less +0 -34
  502. package/lib/Breadcrumb/index.d.ts +0 -11
  503. package/lib/Breadcrumb/index.js +0 -59
  504. package/lib/Breadcrumb/style/index.js +0 -5
  505. package/lib/Breadcrumb/style/index.less +0 -36
  506. package/lib/Button/index.d.ts +0 -49
  507. package/lib/Button/index.js +0 -139
  508. package/lib/Button/style/index.js +0 -5
  509. package/lib/Button/style/index.less +0 -355
  510. package/lib/Button/style/variables.less +0 -67
  511. package/lib/Card/index.d.ts +0 -3
  512. package/lib/Card/index.js +0 -15
  513. package/lib/Card/style/index.d.ts +0 -2
  514. package/lib/Card/style/index.js +0 -5
  515. package/lib/Card/style/index.less +0 -1
  516. package/lib/Checkbox/component/CheckboxGroup/index.d.ts +0 -4
  517. package/lib/Checkbox/component/CheckboxGroup/index.js +0 -42
  518. package/lib/Checkbox/index.d.ts +0 -10
  519. package/lib/Checkbox/index.js +0 -37
  520. package/lib/Checkbox/style/index.d.ts +0 -2
  521. package/lib/Checkbox/style/index.js +0 -5
  522. package/lib/Checkbox/style/index.less +0 -133
  523. package/lib/Checkbox/type.d.ts +0 -94
  524. package/lib/Checkbox/type.js +0 -13
  525. package/lib/Col/index.d.ts +0 -4
  526. package/lib/Col/index.js +0 -15
  527. package/lib/Col/style/index.d.ts +0 -2
  528. package/lib/Col/style/index.js +0 -5
  529. package/lib/Col/style/index.less +0 -1
  530. package/lib/ConfigProvider/defaultRenderEmpty.d.ts +0 -4
  531. package/lib/ConfigProvider/defaultRenderEmpty.js +0 -55
  532. package/lib/ConfigProvider/index.d.ts +0 -4
  533. package/lib/ConfigProvider/index.js +0 -41
  534. package/lib/ConfigProvider/sizeContext.d.ts +0 -9
  535. package/lib/ConfigProvider/sizeContext.js +0 -30
  536. package/lib/ConfigProvider/style/index.d.ts +0 -2
  537. package/lib/ConfigProvider/style/index.js +0 -5
  538. package/lib/ConfigProvider/style/index.less +0 -1
  539. package/lib/DatePicker/index.d.ts +0 -4
  540. package/lib/DatePicker/index.js +0 -15
  541. package/lib/DatePicker/style/index.d.ts +0 -2
  542. package/lib/DatePicker/style/index.js +0 -5
  543. package/lib/DatePicker/style/index.less +0 -1
  544. package/lib/Divider/index.d.ts +0 -41
  545. package/lib/Divider/index.js +0 -25
  546. package/lib/Divider/style/index.d.ts +0 -2
  547. package/lib/Divider/style/index.js +0 -5
  548. package/lib/Divider/style/index.less +0 -5
  549. package/lib/Divider/style/index.less.d.ts +0 -183
  550. package/lib/Drawer/index.d.ts +0 -4
  551. package/lib/Drawer/index.js +0 -15
  552. package/lib/Drawer/style/index.d.ts +0 -2
  553. package/lib/Drawer/style/index.js +0 -5
  554. package/lib/Drawer/style/index.less +0 -1
  555. package/lib/Dropdown/Button.d.ts +0 -69
  556. package/lib/Dropdown/Button.js +0 -48
  557. package/lib/Dropdown/index.d.ts +0 -86
  558. package/lib/Dropdown/index.js +0 -39
  559. package/lib/Dropdown/style/index.d.ts +0 -3
  560. package/lib/Dropdown/style/index.js +0 -7
  561. package/lib/Dropdown/style/index.less +0 -73
  562. package/lib/Empty/image/Authority.d.ts +0 -3
  563. package/lib/Empty/image/Authority.js +0 -374
  564. package/lib/Empty/image/Dataspace.d.ts +0 -3
  565. package/lib/Empty/image/Dataspace.js +0 -285
  566. package/lib/Empty/image/Search.d.ts +0 -3
  567. package/lib/Empty/image/Search.js +0 -170
  568. package/lib/Empty/image/Simple.d.ts +0 -3
  569. package/lib/Empty/image/Simple.js +0 -34
  570. package/lib/Empty/image/Worksheet.d.ts +0 -3
  571. package/lib/Empty/image/Worksheet.js +0 -284
  572. package/lib/Empty/image/empty.d.ts +0 -3
  573. package/lib/Empty/image/empty.js +0 -153
  574. package/lib/Empty/index.d.ts +0 -23
  575. package/lib/Empty/index.js +0 -110
  576. package/lib/Empty/style/index.d.ts +0 -1
  577. package/lib/Empty/style/index.js +0 -3
  578. package/lib/Empty/style/index.less +0 -69
  579. package/lib/Form/index.d.ts +0 -8
  580. package/lib/Form/index.js +0 -15
  581. package/lib/Form/style/index.d.ts +0 -2
  582. package/lib/Form/style/index.js +0 -5
  583. package/lib/Form/style/index.less +0 -9
  584. package/lib/Icon/antdIconfont.d.ts +0 -4
  585. package/lib/Icon/antdIconfont.js +0 -13
  586. package/lib/Icon/components/Icon.d.ts +0 -32
  587. package/lib/Icon/components/Icon.js +0 -38
  588. package/lib/Icon/components/createFromScripts.d.ts +0 -1
  589. package/lib/Icon/components/createFromScripts.js +0 -41
  590. package/lib/Icon/iconSvgs/arrows_right_sm.svg +0 -3
  591. package/lib/Icon/icons/AddLine.d.ts +0 -13
  592. package/lib/Icon/icons/AddLine.js +0 -83
  593. package/lib/Icon/icons/AlertFill.d.ts +0 -13
  594. package/lib/Icon/icons/AlertFill.js +0 -90
  595. package/lib/Icon/icons/ArrowsDownLine.d.ts +0 -13
  596. package/lib/Icon/icons/ArrowsDownLine.js +0 -83
  597. package/lib/Icon/icons/CancelFill.d.ts +0 -13
  598. package/lib/Icon/icons/CancelFill.js +0 -90
  599. package/lib/Icon/icons/CheckFill.d.ts +0 -13
  600. package/lib/Icon/icons/CheckFill.js +0 -90
  601. package/lib/Icon/icons/CheckLine.d.ts +0 -13
  602. package/lib/Icon/icons/CheckLine.js +0 -90
  603. package/lib/Icon/icons/CloseLine.d.ts +0 -13
  604. package/lib/Icon/icons/CloseLine.js +0 -83
  605. package/lib/Icon/icons/DatabaseLine.d.ts +0 -13
  606. package/lib/Icon/icons/DatabaseLine.js +0 -83
  607. package/lib/Icon/icons/Deleteline.d.ts +0 -13
  608. package/lib/Icon/icons/Deleteline.js +0 -83
  609. package/lib/Icon/icons/DownloadLine.d.ts +0 -13
  610. package/lib/Icon/icons/DownloadLine.js +0 -90
  611. package/lib/Icon/icons/ErrorFill.d.ts +0 -13
  612. package/lib/Icon/icons/ErrorFill.js +0 -90
  613. package/lib/Icon/icons/EyeOffLine.d.ts +0 -13
  614. package/lib/Icon/icons/EyeOffLine.js +0 -90
  615. package/lib/Icon/icons/EyeOnLine.d.ts +0 -13
  616. package/lib/Icon/icons/EyeOnLine.js +0 -83
  617. package/lib/Icon/icons/FileLine.d.ts +0 -13
  618. package/lib/Icon/icons/FileLine.js +0 -90
  619. package/lib/Icon/icons/HomeFill.d.ts +0 -13
  620. package/lib/Icon/icons/HomeFill.js +0 -90
  621. package/lib/Icon/icons/IconBase.withSpan.tpl +0 -58
  622. package/lib/Icon/icons/LightningLine.d.ts +0 -13
  623. package/lib/Icon/icons/LightningLine.js +0 -83
  624. package/lib/Icon/icons/Loading.d.ts +0 -13
  625. package/lib/Icon/icons/Loading.js +0 -83
  626. package/lib/Icon/icons/More.d.ts +0 -13
  627. package/lib/Icon/icons/More.js +0 -83
  628. package/lib/Icon/icons/NewWindowsLine.d.ts +0 -13
  629. package/lib/Icon/icons/NewWindowsLine.js +0 -91
  630. package/lib/Icon/icons/SearchLine.d.ts +0 -13
  631. package/lib/Icon/icons/SearchLine.js +0 -90
  632. package/lib/Icon/icons/SortAscendingLine.d.ts +0 -13
  633. package/lib/Icon/icons/SortAscendingLine.js +0 -83
  634. package/lib/Icon/icons/SortDescendingLine.d.ts +0 -13
  635. package/lib/Icon/icons/SortDescendingLine.js +0 -83
  636. package/lib/Icon/icons/TextLine.d.ts +0 -13
  637. package/lib/Icon/icons/TextLine.js +0 -90
  638. package/lib/Icon/icons/UserLine.d.ts +0 -13
  639. package/lib/Icon/icons/UserLine.js +0 -90
  640. package/lib/Icon/icons/style.css +0 -9
  641. package/lib/Icon/icons/style.css.d.ts +0 -10
  642. package/lib/Icon/icons.d.ts +0 -9
  643. package/lib/Icon/icons.js +0 -1597
  644. package/lib/Icon/index.d.ts +0 -3
  645. package/lib/Icon/index.js +0 -13
  646. package/lib/Icon/index.less +0 -24
  647. package/lib/Icon/style/index.d.ts +0 -1
  648. package/lib/Icon/style/index.js +0 -1
  649. package/lib/Input/components/Group/index.d.ts +0 -18
  650. package/lib/Input/components/Group/index.js +0 -36
  651. package/lib/Input/components/Input/index.d.ts +0 -80
  652. package/lib/Input/components/Input/index.js +0 -46
  653. package/lib/Input/components/Password/index.d.ts +0 -22
  654. package/lib/Input/components/Password/index.js +0 -60
  655. package/lib/Input/components/TextArea/index.d.ts +0 -65
  656. package/lib/Input/components/TextArea/index.js +0 -40
  657. package/lib/Input/index.d.ts +0 -16
  658. package/lib/Input/index.js +0 -23
  659. package/lib/Input/style/index.d.ts +0 -3
  660. package/lib/Input/style/index.js +0 -7
  661. package/lib/Input/style/index.less +0 -490
  662. package/lib/InputNumber/index.d.ts +0 -4
  663. package/lib/InputNumber/index.js +0 -45
  664. package/lib/InputNumber/style/index.d.ts +0 -2
  665. package/lib/InputNumber/style/index.js +0 -5
  666. package/lib/InputNumber/style/index.less +0 -264
  667. package/lib/InputNumber/type.d.ts +0 -161
  668. package/lib/InputNumber/type.js +0 -5
  669. package/lib/Layout/index.d.ts +0 -4
  670. package/lib/Layout/index.js +0 -15
  671. package/lib/Layout/style/index.d.ts +0 -2
  672. package/lib/Layout/style/index.js +0 -5
  673. package/lib/Layout/style/index.less +0 -1
  674. package/lib/Menu/Divider.d.ts +0 -5
  675. package/lib/Menu/Divider.js +0 -20
  676. package/lib/Menu/MenuItem.d.ts +0 -30
  677. package/lib/Menu/MenuItem.js +0 -20
  678. package/lib/Menu/SubMenu.d.ts +0 -26
  679. package/lib/Menu/SubMenu.js +0 -36
  680. package/lib/Menu/index.d.ts +0 -23
  681. package/lib/Menu/index.js +0 -41
  682. package/lib/Menu/style/index.d.ts +0 -3
  683. package/lib/Menu/style/index.js +0 -7
  684. package/lib/Menu/style/index.less +0 -41
  685. package/lib/Modal/index.d.ts +0 -21
  686. package/lib/Modal/index.js +0 -128
  687. package/lib/Modal/locale.d.ts +0 -7
  688. package/lib/Modal/locale.js +0 -31
  689. package/lib/Modal/style/index.d.ts +0 -2
  690. package/lib/Modal/style/index.js +0 -5
  691. package/lib/Modal/style/index.less +0 -209
  692. package/lib/Navigator/components/Header/index.d.ts +0 -9
  693. package/lib/Navigator/components/Header/index.js +0 -28
  694. package/lib/Navigator/components/Menu/index.d.ts +0 -13
  695. package/lib/Navigator/components/Menu/index.js +0 -68
  696. package/lib/Navigator/components/MenuItem/index.d.ts +0 -21
  697. package/lib/Navigator/components/MenuItem/index.js +0 -56
  698. package/lib/Navigator/index.d.ts +0 -51
  699. package/lib/Navigator/index.js +0 -54
  700. package/lib/Navigator/style/bg.png +0 -0
  701. package/lib/Navigator/style/index.d.ts +0 -2
  702. package/lib/Navigator/style/index.js +0 -5
  703. package/lib/Navigator/style/index.less +0 -159
  704. package/lib/PageHeader/index.d.ts +0 -3
  705. package/lib/PageHeader/index.js +0 -15
  706. package/lib/PageHeader/style/index.d.ts +0 -2
  707. package/lib/PageHeader/style/index.js +0 -5
  708. package/lib/PageHeader/style/index.less +0 -1
  709. package/lib/Popconfirm/index.d.ts +0 -3
  710. package/lib/Popconfirm/index.js +0 -13
  711. package/lib/Popconfirm/style/index.d.ts +0 -2
  712. package/lib/Popconfirm/style/index.js +0 -5
  713. package/lib/Popconfirm/style/index.less +0 -1
  714. package/lib/Popover/index.d.ts +0 -5
  715. package/lib/Popover/index.js +0 -35
  716. package/lib/Popover/style/index.d.ts +0 -2
  717. package/lib/Popover/style/index.js +0 -5
  718. package/lib/Popover/style/index.less +0 -37
  719. package/lib/Progress/index.d.ts +0 -3
  720. package/lib/Progress/index.js +0 -13
  721. package/lib/Progress/style/index.d.ts +0 -2
  722. package/lib/Progress/style/index.js +0 -5
  723. package/lib/Progress/style/index.less +0 -1
  724. package/lib/Radio/components/Group/index.d.ts +0 -6
  725. package/lib/Radio/components/Group/index.js +0 -95
  726. package/lib/Radio/components/Radio/index.d.ts +0 -3
  727. package/lib/Radio/components/Radio/index.js +0 -115
  728. package/lib/Radio/index.d.ts +0 -10
  729. package/lib/Radio/index.js +0 -17
  730. package/lib/Radio/interface/radio.d.ts +0 -24
  731. package/lib/Radio/interface/radio.js +0 -5
  732. package/lib/Radio/interface/radioGroup.d.ts +0 -42
  733. package/lib/Radio/interface/radioGroup.js +0 -5
  734. package/lib/Radio/style/index.d.ts +0 -2
  735. package/lib/Radio/style/index.js +0 -5
  736. package/lib/Radio/style/index.less +0 -349
  737. package/lib/Row/index.d.ts +0 -3
  738. package/lib/Row/index.js +0 -15
  739. package/lib/Row/style/index.d.ts +0 -2
  740. package/lib/Row/style/index.js +0 -5
  741. package/lib/Row/style/index.less +0 -1
  742. package/lib/Select/index.d.ts +0 -39
  743. package/lib/Select/index.js +0 -181
  744. package/lib/Select/rc-select/BaseSelect.d.ts +0 -116
  745. package/lib/Select/rc-select/BaseSelect.js +0 -672
  746. package/lib/Select/rc-select/OptGroup.d.ts +0 -12
  747. package/lib/Select/rc-select/OptGroup.js +0 -15
  748. package/lib/Select/rc-select/Option.d.ts +0 -14
  749. package/lib/Select/rc-select/Option.js +0 -15
  750. package/lib/Select/rc-select/OptionList.d.ts +0 -10
  751. package/lib/Select/rc-select/OptionList.js +0 -428
  752. package/lib/Select/rc-select/Select.d.ts +0 -109
  753. package/lib/Select/rc-select/Select.js +0 -545
  754. package/lib/Select/rc-select/SelectContext.d.ts +0 -20
  755. package/lib/Select/rc-select/SelectContext.js +0 -19
  756. package/lib/Select/rc-select/SelectTrigger.d.ts +0 -30
  757. package/lib/Select/rc-select/SelectTrigger.js +0 -153
  758. package/lib/Select/rc-select/Selector/Input.d.ts +0 -26
  759. package/lib/Select/rc-select/Selector/Input.js +0 -132
  760. package/lib/Select/rc-select/Selector/MultipleSelector.d.ts +0 -16
  761. package/lib/Select/rc-select/Selector/MultipleSelector.js +0 -267
  762. package/lib/Select/rc-select/Selector/SingleSelector.d.ts +0 -8
  763. package/lib/Select/rc-select/Selector/SingleSelector.js +0 -129
  764. package/lib/Select/rc-select/Selector/index.d.ts +0 -80
  765. package/lib/Select/rc-select/Selector/index.js +0 -203
  766. package/lib/Select/rc-select/TransBtn.d.ts +0 -12
  767. package/lib/Select/rc-select/TransBtn.js +0 -59
  768. package/lib/Select/rc-select/hooks/useBaseProps.d.ts +0 -13
  769. package/lib/Select/rc-select/hooks/useBaseProps.js +0 -28
  770. package/lib/Select/rc-select/hooks/useCache.d.ts +0 -7
  771. package/lib/Select/rc-select/hooks/useCache.js +0 -63
  772. package/lib/Select/rc-select/hooks/useDelayReset.d.ts +0 -5
  773. package/lib/Select/rc-select/hooks/useDelayReset.js +0 -62
  774. package/lib/Select/rc-select/hooks/useFilterOptions.d.ts +0 -3
  775. package/lib/Select/rc-select/hooks/useFilterOptions.js +0 -91
  776. package/lib/Select/rc-select/hooks/useId.d.ts +0 -5
  777. package/lib/Select/rc-select/hooks/useId.js +0 -68
  778. package/lib/Select/rc-select/hooks/useLayoutEffect.d.ts +0 -5
  779. package/lib/Select/rc-select/hooks/useLayoutEffect.js +0 -32
  780. package/lib/Select/rc-select/hooks/useLock.d.ts +0 -7
  781. package/lib/Select/rc-select/hooks/useLock.js +0 -49
  782. package/lib/Select/rc-select/hooks/useOptions.d.ts +0 -11
  783. package/lib/Select/rc-select/hooks/useOptions.js +0 -68
  784. package/lib/Select/rc-select/hooks/useRefFunc.d.ts +0 -5
  785. package/lib/Select/rc-select/hooks/useRefFunc.js +0 -29
  786. package/lib/Select/rc-select/hooks/useSelectTriggerControl.d.ts +0 -1
  787. package/lib/Select/rc-select/hooks/useSelectTriggerControl.js +0 -54
  788. package/lib/Select/rc-select/index.d.ts +0 -10
  789. package/lib/Select/rc-select/index.js +0 -45
  790. package/lib/Select/rc-select/interface.d.ts +0 -10
  791. package/lib/Select/rc-select/interface.js +0 -5
  792. package/lib/Select/rc-select/utils/commonUtil.d.ts +0 -4
  793. package/lib/Select/rc-select/utils/commonUtil.js +0 -23
  794. package/lib/Select/rc-select/utils/keyUtil.d.ts +0 -2
  795. package/lib/Select/rc-select/utils/keyUtil.js +0 -17
  796. package/lib/Select/rc-select/utils/legacyUtil.d.ts +0 -3
  797. package/lib/Select/rc-select/utils/legacyUtil.js +0 -73
  798. package/lib/Select/rc-select/utils/platformUtil.d.ts +0 -1
  799. package/lib/Select/rc-select/utils/platformUtil.js +0 -11
  800. package/lib/Select/rc-select/utils/valueUtil.d.ts +0 -22
  801. package/lib/Select/rc-select/utils/valueUtil.js +0 -172
  802. package/lib/Select/rc-select/utils/warningPropsUtil.d.ts +0 -3
  803. package/lib/Select/rc-select/utils/warningPropsUtil.js +0 -132
  804. package/lib/Select/style/index.d.ts +0 -3
  805. package/lib/Select/style/index.js +0 -7
  806. package/lib/Select/style/index.less +0 -340
  807. package/lib/Select/style/multiple.less +0 -222
  808. package/lib/Select/style/rtl.less +0 -168
  809. package/lib/Select/style/select.less +0 -337
  810. package/lib/Select/style/single.less +0 -179
  811. package/lib/Select/style/status.less +0 -48
  812. package/lib/Select/style/variables.less +0 -67
  813. package/lib/Select/style/variables.less.d.ts +0 -190
  814. package/lib/Select/utils/iconUtil.d.ts +0 -24
  815. package/lib/Select/utils/iconUtil.js +0 -108
  816. package/lib/Skeleton/index.d.ts +0 -3
  817. package/lib/Skeleton/index.js +0 -13
  818. package/lib/Skeleton/style/index.d.ts +0 -2
  819. package/lib/Skeleton/style/index.js +0 -5
  820. package/lib/Skeleton/style/index.less +0 -1
  821. package/lib/Space/index.d.ts +0 -4
  822. package/lib/Space/index.js +0 -17
  823. package/lib/Space/style/index.d.ts +0 -2
  824. package/lib/Space/style/index.js +0 -5
  825. package/lib/Space/style/index.less +0 -1
  826. package/lib/Spin/index.d.ts +0 -4
  827. package/lib/Spin/index.js +0 -13
  828. package/lib/Spin/style/index.d.ts +0 -2
  829. package/lib/Spin/style/index.js +0 -5
  830. package/lib/Spin/style/index.less +0 -1
  831. package/lib/Steps/components/ProcessIcon/index.d.ts +0 -6
  832. package/lib/Steps/components/ProcessIcon/index.js +0 -19
  833. package/lib/Steps/components/Step/index.d.ts +0 -20
  834. package/lib/Steps/components/Step/index.js +0 -61
  835. package/lib/Steps/index.d.ts +0 -37
  836. package/lib/Steps/index.js +0 -46
  837. package/lib/Steps/matchMedia.mock.d.ts +0 -1
  838. package/lib/Steps/matchMedia.mock.js +0 -17
  839. package/lib/Steps/style/index.d.ts +0 -2
  840. package/lib/Steps/style/index.js +0 -5
  841. package/lib/Steps/style/index.less +0 -258
  842. package/lib/Switch/index.d.ts +0 -48
  843. package/lib/Switch/index.js +0 -90
  844. package/lib/Switch/style/index.d.ts +0 -2
  845. package/lib/Switch/style/index.js +0 -5
  846. package/lib/Switch/style/index.less +0 -130
  847. package/lib/Table/Table.d.ts +0 -6
  848. package/lib/Table/Table.js +0 -419
  849. package/lib/Table/components/Empty/index.d.ts +0 -3
  850. package/lib/Table/components/Empty/index.js +0 -28
  851. package/lib/Table/components/Loading/index.d.ts +0 -3
  852. package/lib/Table/components/Loading/index.js +0 -31
  853. package/lib/Table/components/TableBodyRowList/index.d.ts +0 -13
  854. package/lib/Table/components/TableBodyRowList/index.js +0 -110
  855. package/lib/Table/components/TableHead/index.d.ts +0 -22
  856. package/lib/Table/components/TableHead/index.js +0 -285
  857. package/lib/Table/constant.d.ts +0 -1
  858. package/lib/Table/constant.js +0 -1
  859. package/lib/Table/hooks/useFrame.d.ts +0 -7
  860. package/lib/Table/hooks/useFrame.js +0 -98
  861. package/lib/Table/index.d.ts +0 -2
  862. package/lib/Table/index.js +0 -13
  863. package/lib/Table/interface.d.ts +0 -41
  864. package/lib/Table/interface.js +0 -5
  865. package/lib/Table/react-table-config.d.ts +0 -122
  866. package/lib/Table/style/index.d.ts +0 -2
  867. package/lib/Table/style/index.js +0 -5
  868. package/lib/Table/style/index.less +0 -238
  869. package/lib/Table/style/variable.less +0 -5
  870. package/lib/Table/style/variable.less.d.ts +0 -7
  871. package/lib/Table/utils.d.ts +0 -15
  872. package/lib/Table/utils.js +0 -154
  873. package/lib/Tabs/TabPane.d.ts +0 -21
  874. package/lib/Tabs/TabPane.js +0 -18
  875. package/lib/Tabs/index.d.ts +0 -47
  876. package/lib/Tabs/index.js +0 -64
  877. package/lib/Tabs/style/index.d.ts +0 -3
  878. package/lib/Tabs/style/index.js +0 -7
  879. package/lib/Tabs/style/index.less +0 -166
  880. package/lib/Tooltip/index.d.ts +0 -63
  881. package/lib/Tooltip/index.js +0 -44
  882. package/lib/Tooltip/style/index.d.ts +0 -2
  883. package/lib/Tooltip/style/index.js +0 -5
  884. package/lib/Tooltip/style/index.less +0 -15
  885. package/lib/Tree/index.d.ts +0 -5
  886. package/lib/Tree/index.js +0 -13
  887. package/lib/Tree/style/index.d.ts +0 -2
  888. package/lib/Tree/style/index.js +0 -5
  889. package/lib/Tree/style/index.less +0 -1
  890. package/lib/Typography/index.d.ts +0 -3
  891. package/lib/Typography/index.js +0 -15
  892. package/lib/Typography/style/index.d.ts +0 -2
  893. package/lib/Typography/style/index.js +0 -5
  894. package/lib/Typography/style/index.less +0 -1
  895. package/lib/Upload/index.d.ts +0 -4
  896. package/lib/Upload/index.js +0 -15
  897. package/lib/Upload/style/index.d.ts +0 -2
  898. package/lib/Upload/style/index.js +0 -5
  899. package/lib/Upload/style/index.less +0 -1
  900. package/lib/_utils/hooks/useControlledState.d.ts +0 -2
  901. package/lib/_utils/hooks/useControlledState.js +0 -63
  902. package/lib/_utils/hooks/useId.d.ts +0 -4
  903. package/lib/_utils/hooks/useId.js +0 -36
  904. package/lib/_utils/hooks/usePrefixCls.d.ts +0 -2
  905. package/lib/_utils/hooks/usePrefixCls.js +0 -27
  906. package/lib/index.d.ts +0 -81
  907. package/lib/index.js +0 -335
  908. package/lib/locale/default.d.ts +0 -2
  909. package/lib/locale/default.js +0 -13
  910. package/lib/locale/en_US.d.ts +0 -3
  911. package/lib/locale/en_US.js +0 -146
  912. package/lib/locale/zh_CN.d.ts +0 -3
  913. package/lib/locale/zh_CN.js +0 -145
  914. package/lib/locale-provider/LocaleReceiver.d.ts +0 -4
  915. package/lib/locale-provider/LocaleReceiver.js +0 -23
  916. package/lib/locale-provider/context.d.ts +0 -7
  917. package/lib/locale-provider/context.js +0 -12
  918. package/lib/locale-provider/default.d.ts +0 -2
  919. package/lib/locale-provider/default.js +0 -13
  920. package/lib/locale-provider/en_US.d.ts +0 -2
  921. package/lib/locale-provider/en_US.js +0 -13
  922. package/lib/locale-provider/index.d.ts +0 -65
  923. package/lib/locale-provider/index.js +0 -116
  924. package/lib/locale-provider/style/index.d.ts +0 -1
  925. package/lib/locale-provider/style/index.js +0 -3
  926. package/lib/locale-provider/style/index.less +0 -2
  927. package/lib/locale-provider/zh_CN.d.ts +0 -2
  928. package/lib/locale-provider/zh_CN.js +0 -13
  929. package/lib/message/index.d.ts +0 -5
  930. package/lib/message/index.js +0 -15
  931. package/lib/message/style/index.d.ts +0 -2
  932. package/lib/message/style/index.js +0 -5
  933. package/lib/message/style/index.less +0 -1
  934. package/lib/notification/index.d.ts +0 -4
  935. package/lib/notification/index.js +0 -15
  936. package/lib/notification/style/index.d.ts +0 -2
  937. package/lib/notification/style/index.js +0 -5
  938. package/lib/notification/style/index.less +0 -1
  939. package/lib/style/index.d.ts +0 -1
  940. package/lib/style/index.js +0 -3
  941. package/lib/style/index.less +0 -5
  942. package/lib/style/mixins/index.less +0 -8
  943. package/lib/style/themes/default/index.less +0 -36
  944. package/lib/style/themes/default/scrollBar.less +0 -16
  945. package/lib/style/themes/default/themeColor.module.less +0 -445
  946. package/lib/style/themes/default/themeColor.module.less.d.ts +0 -182
  947. /package/{es → dist}/Alert/style/index.d.ts +0 -0
  948. /package/{es → dist}/Alert/style/index.less +0 -0
  949. /package/{es → dist}/Avatar/component/Avatar/index.d.ts +0 -0
  950. /package/{es → dist}/Avatar/index.d.ts +0 -0
  951. /package/{es → dist}/Avatar/style/index.d.ts +0 -0
  952. /package/{es → dist}/Avatar/style/index.less +0 -0
  953. /package/{es → dist}/Breadcrumb/index.d.ts +0 -0
  954. /package/{es → dist}/Breadcrumb/style/index.d.ts +0 -0
  955. /package/{es → dist}/Breadcrumb/style/index.less +0 -0
  956. /package/{es → dist}/Button/style/index.d.ts +0 -0
  957. /package/{es → dist}/Button/style/index.less +0 -0
  958. /package/{es → dist}/Button/style/variables.less +0 -0
  959. /package/{es → dist}/Card/index.d.ts +0 -0
  960. /package/{es → dist}/Card/style/index.d.ts +0 -0
  961. /package/{es → dist}/Card/style/index.less +0 -0
  962. /package/{es → dist}/Checkbox/component/CheckboxGroup/index.d.ts +0 -0
  963. /package/{es → dist}/Checkbox/index.d.ts +0 -0
  964. /package/{es → dist}/Checkbox/style/index.d.ts +0 -0
  965. /package/{es → dist}/Checkbox/style/index.less +0 -0
  966. /package/{es → dist}/Checkbox/type.d.ts +0 -0
  967. /package/{es → dist}/Checkbox/type.js +0 -0
  968. /package/{es → dist}/Col/index.d.ts +0 -0
  969. /package/{es → dist}/Col/style/index.d.ts +0 -0
  970. /package/{es → dist}/Col/style/index.less +0 -0
  971. /package/{es → dist}/ConfigProvider/index.d.ts +0 -0
  972. /package/{es → dist}/ConfigProvider/sizeContext.js +0 -0
  973. /package/{es → dist}/ConfigProvider/style/index.d.ts +0 -0
  974. /package/{es → dist}/ConfigProvider/style/index.less +0 -0
  975. /package/{es → dist}/DatePicker/index.d.ts +0 -0
  976. /package/{es → dist}/DatePicker/style/index.d.ts +0 -0
  977. /package/{es → dist}/DatePicker/style/index.less +0 -0
  978. /package/{es → dist}/Divider/index.d.ts +0 -0
  979. /package/{es → dist}/Divider/style/index.d.ts +0 -0
  980. /package/{es → dist}/Divider/style/index.less +0 -0
  981. /package/{es → dist}/Divider/style/index.less.d.ts +0 -0
  982. /package/{es → dist}/Drawer/index.d.ts +0 -0
  983. /package/{es → dist}/Drawer/style/index.d.ts +0 -0
  984. /package/{es → dist}/Drawer/style/index.less +0 -0
  985. /package/{es → dist}/Dropdown/Button.d.ts +0 -0
  986. /package/{es → dist}/Dropdown/index.d.ts +0 -0
  987. /package/{es/Form → dist/Dropdown}/style/index.d.ts +0 -0
  988. /package/{es → dist}/Dropdown/style/index.less +0 -0
  989. /package/{es → dist}/Empty/style/index.d.ts +0 -0
  990. /package/{es → dist}/Form/index.d.ts +0 -0
  991. /package/{es/InputNumber → dist/Form}/style/index.d.ts +0 -0
  992. /package/{es → dist}/Form/style/index.less +0 -0
  993. /package/{es → dist}/Icon/antdIconfont.d.ts +0 -0
  994. /package/{es → dist}/Icon/antdIconfont.js +0 -0
  995. /package/{es → dist}/Icon/components/Icon.d.ts +0 -0
  996. /package/{es → dist}/Icon/components/createFromScripts.d.ts +0 -0
  997. /package/{es → dist}/Icon/components/createFromScripts.js +0 -0
  998. /package/{es → dist}/Icon/iconSvgs/arrows_right_sm.svg +0 -0
  999. /package/{es → dist}/Icon/icons.d.ts +0 -0
  1000. /package/{es → dist}/Icon/index.d.ts +0 -0
  1001. /package/{es → dist}/Icon/index.less +0 -0
  1002. /package/{es/Icon/style/index.less → dist/Icon/style/index.d.ts} +0 -0
  1003. /package/{lib/Icon/style/index.less → dist/Icon/style/index.js} +0 -0
  1004. /package/{es → dist}/Input/components/Group/index.d.ts +0 -0
  1005. /package/{es → dist}/Input/components/Input/index.d.ts +0 -0
  1006. /package/{es → dist}/Input/components/Password/index.d.ts +0 -0
  1007. /package/{es → dist}/Input/components/TextArea/index.d.ts +0 -0
  1008. /package/{es → dist}/Input/index.d.ts +0 -0
  1009. /package/{es/Layout → dist/Input}/style/index.d.ts +0 -0
  1010. /package/{es → dist}/Input/style/index.less +0 -0
  1011. /package/{es → dist}/InputNumber/index.d.ts +0 -0
  1012. /package/{es/Modal → dist/InputNumber}/style/index.d.ts +0 -0
  1013. /package/{es → dist}/InputNumber/style/index.less +0 -0
  1014. /package/{es → dist}/InputNumber/type.js +0 -0
  1015. /package/{es → dist}/Layout/index.d.ts +0 -0
  1016. /package/{es/Navigator → dist/Layout}/style/index.d.ts +0 -0
  1017. /package/{es → dist}/Layout/style/index.less +0 -0
  1018. /package/{es → dist}/Menu/Divider.d.ts +0 -0
  1019. /package/{es → dist}/Menu/MenuItem.d.ts +0 -0
  1020. /package/{es → dist}/Menu/SubMenu.d.ts +0 -0
  1021. /package/{es/PageHeader → dist/Menu}/style/index.d.ts +0 -0
  1022. /package/{es → dist}/Modal/locale.d.ts +0 -0
  1023. /package/{es/Popconfirm → dist/Modal}/style/index.d.ts +0 -0
  1024. /package/{es → dist}/Navigator/components/Header/index.d.ts +0 -0
  1025. /package/{es → dist}/Navigator/components/Header/index.js +0 -0
  1026. /package/{es → dist}/Navigator/components/Menu/index.d.ts +0 -0
  1027. /package/{es → dist}/Navigator/components/MenuItem/index.d.ts +0 -0
  1028. /package/{es → dist}/Navigator/components/MenuItem/index.js +0 -0
  1029. /package/{es → dist}/Navigator/index.d.ts +0 -0
  1030. /package/{es → dist}/Navigator/style/bg.png +0 -0
  1031. /package/{es/Popover → dist/Navigator}/style/index.d.ts +0 -0
  1032. /package/{es → dist}/Navigator/style/index.less +0 -0
  1033. /package/{es/Progress → dist/Popconfirm}/style/index.d.ts +0 -0
  1034. /package/{es → dist}/Popover/index.d.ts +0 -0
  1035. /package/{es/Radio → dist/Popover}/style/index.d.ts +0 -0
  1036. /package/{es → dist}/Popover/style/index.less +0 -0
  1037. /package/{es → dist}/Progress/index.d.ts +0 -0
  1038. /package/{es/Row → dist/Progress}/style/index.d.ts +0 -0
  1039. /package/{es/PageHeader → dist/Progress}/style/index.less +0 -0
  1040. /package/{es → dist}/Radio/components/Group/index.js +0 -0
  1041. /package/{es → dist}/Radio/components/Radio/index.d.ts +0 -0
  1042. /package/{es → dist}/Radio/index.d.ts +0 -0
  1043. /package/{es → dist}/Radio/interface/radio.d.ts +0 -0
  1044. /package/{es → dist}/Radio/interface/radio.js +0 -0
  1045. /package/{es → dist}/Radio/interface/radioGroup.d.ts +0 -0
  1046. /package/{es → dist}/Radio/interface/radioGroup.js +0 -0
  1047. /package/{es/Skeleton → dist/Radio}/style/index.d.ts +0 -0
  1048. /package/{es → dist}/Radio/style/index.less +0 -0
  1049. /package/{es → dist}/Row/index.d.ts +0 -0
  1050. /package/{es/Space → dist/Row}/style/index.d.ts +0 -0
  1051. /package/{es/Popconfirm → dist/Row}/style/index.less +0 -0
  1052. /package/{es/Spin → dist/Select}/style/index.d.ts +0 -0
  1053. /package/{es → dist}/Skeleton/index.d.ts +0 -0
  1054. /package/{es/Steps → dist/Skeleton}/style/index.d.ts +0 -0
  1055. /package/{es/Progress → dist/Skeleton}/style/index.less +0 -0
  1056. /package/{es → dist}/Space/index.d.ts +0 -0
  1057. /package/{es/Switch → dist/Space}/style/index.d.ts +0 -0
  1058. /package/{es/Row → dist/Space}/style/index.less +0 -0
  1059. /package/{es/Table → dist/Spin}/style/index.d.ts +0 -0
  1060. /package/{es → dist}/Steps/components/Step/index.d.ts +0 -0
  1061. /package/{es/Tooltip → dist/Steps}/style/index.d.ts +0 -0
  1062. /package/{es → dist}/Switch/index.d.ts +0 -0
  1063. /package/{es/Tree → dist/Switch}/style/index.d.ts +0 -0
  1064. /package/{es → dist}/Switch/style/index.less +0 -0
  1065. /package/{es → dist}/Table/Table.d.ts +0 -0
  1066. /package/{es → dist}/Table/components/Empty/index.d.ts +0 -0
  1067. /package/{es → dist}/Table/components/Loading/index.d.ts +0 -0
  1068. /package/{es → dist}/Table/components/TableBodyRowList/index.d.ts +0 -0
  1069. /package/{es → dist}/Table/components/TableHead/index.d.ts +0 -0
  1070. /package/{es → dist}/Table/hooks/useFrame.d.ts +0 -0
  1071. /package/{es → dist}/Table/index.d.ts +0 -0
  1072. /package/{es → dist}/Table/interface.d.ts +0 -0
  1073. /package/{es/Select/rc-select → dist/Table}/interface.js +0 -0
  1074. /package/{es → dist}/Table/react-table-config.d.ts +0 -0
  1075. /package/{es/Typography → dist/Table}/style/index.d.ts +0 -0
  1076. /package/{es → dist}/Tabs/TabPane.d.ts +0 -0
  1077. /package/{es → dist}/Tabs/index.d.ts +0 -0
  1078. /package/{es/Upload → dist/Tabs}/style/index.d.ts +0 -0
  1079. /package/{es → dist}/Tooltip/index.d.ts +0 -0
  1080. /package/{es → dist}/Tooltip/index.js +0 -0
  1081. /package/{es/message → dist/Tooltip}/style/index.d.ts +0 -0
  1082. /package/{es/notification → dist/Tree}/style/index.d.ts +0 -0
  1083. /package/{es → dist}/Typography/index.d.ts +0 -0
  1084. /package/{lib/Alert → dist/Typography}/style/index.d.ts +0 -0
  1085. /package/{es/Skeleton → dist/Typography}/style/index.less +0 -0
  1086. /package/{es → dist}/Upload/index.d.ts +0 -0
  1087. /package/{lib/Avatar → dist/Upload}/style/index.d.ts +0 -0
  1088. /package/{es/Space → dist/Upload}/style/index.less +0 -0
  1089. /package/{es → dist}/_utils/hooks/useControlledState.js +0 -0
  1090. /package/{es → dist}/_utils/hooks/useId.d.ts +0 -0
  1091. /package/{es → dist}/_utils/hooks/useId.js +0 -0
  1092. /package/{es → dist}/locale/default.d.ts +0 -0
  1093. /package/{es → dist}/locale/en_US.d.ts +0 -0
  1094. /package/{es → dist}/locale/en_US.js +0 -0
  1095. /package/{es → dist}/locale/zh_CN.d.ts +0 -0
  1096. /package/{es → dist}/locale/zh_CN.js +0 -0
  1097. /package/{es → dist}/locale-provider/LocaleReceiver.d.ts +0 -0
  1098. /package/{es → dist}/locale-provider/LocaleReceiver.js +0 -0
  1099. /package/{es → dist}/locale-provider/context.js +0 -0
  1100. /package/{es → dist}/locale-provider/default.d.ts +0 -0
  1101. /package/{es → dist}/locale-provider/en_US.d.ts +0 -0
  1102. /package/{es → dist}/locale-provider/style/index.d.ts +0 -0
  1103. /package/{es → dist}/locale-provider/style/index.less +0 -0
  1104. /package/{es → dist}/locale-provider/zh_CN.d.ts +0 -0
  1105. /package/{lib/Breadcrumb → dist/message}/style/index.d.ts +0 -0
  1106. /package/{lib/Button → dist/notification}/style/index.d.ts +0 -0
  1107. /package/{es/Spin → dist/notification}/style/index.less +0 -0
  1108. /package/{es → dist}/style/index.d.ts +0 -0
  1109. /package/{es → dist}/style/mixins/index.less +0 -0
  1110. /package/{es → dist}/style/themes/default/index.less +0 -0
  1111. /package/{es → dist}/style/themes/default/scrollBar.less +0 -0
  1112. /package/{es → dist}/style/themes/default/themeColor.module.less.d.ts +0 -0
@@ -0,0 +1,1443 @@
1
+ export default [{
2
+ "id": 0,
3
+ "title": "新窗口-线性",
4
+ "name": "new-windows-line",
5
+ "category": "Line",
6
+ "categoryCN": "线性",
7
+ "author": "阿广"
8
+ }, {
9
+ "id": 1,
10
+ "title": "勾选-线性",
11
+ "name": "check-line",
12
+ "category": "Line",
13
+ "categoryCN": "线性",
14
+ "author": "阿广"
15
+ }, {
16
+ "id": 2,
17
+ "title": "圆点-填充",
18
+ "name": "dot-fill",
19
+ "category": "Fill",
20
+ "categoryCN": "填充",
21
+ "author": "阿广"
22
+ }, {
23
+ "id": 3,
24
+ "title": "错误-圆形-线性",
25
+ "name": "error-circle-line",
26
+ "category": "Line",
27
+ "categoryCN": "线性",
28
+ "author": "阿广"
29
+ }, {
30
+ "id": 4,
31
+ "title": "勾选-圆形-线性",
32
+ "name": "check-circle-line",
33
+ "category": "Line",
34
+ "categoryCN": "线性",
35
+ "author": "阿广"
36
+ }, {
37
+ "id": 5,
38
+ "title": "列表-线性",
39
+ "name": "lists-line",
40
+ "category": "Line",
41
+ "categoryCN": "线性",
42
+ "author": "阿广"
43
+ }, {
44
+ "id": 6,
45
+ "title": "最小化-线性",
46
+ "name": "minimize-line",
47
+ "category": "Line",
48
+ "categoryCN": "线性",
49
+ "author": "阿广"
50
+ }, {
51
+ "id": 7,
52
+ "title": "最大化-线性",
53
+ "name": "maximize-line",
54
+ "category": "Line",
55
+ "categoryCN": "线性",
56
+ "author": "阿广"
57
+ }, {
58
+ "id": 8,
59
+ "title": "标签-线",
60
+ "name": "hashtag-line",
61
+ "category": "Line",
62
+ "categoryCN": "线性",
63
+ "author": "阿广"
64
+ }, {
65
+ "id": 9,
66
+ "title": "闪电-填充",
67
+ "name": "lightning-fill",
68
+ "category": "Fill",
69
+ "categoryCN": "填充",
70
+ "author": "阿广"
71
+ }, {
72
+ "id": 10,
73
+ "title": "闪电-线性",
74
+ "name": "lightning-line",
75
+ "category": "Line",
76
+ "categoryCN": "线性",
77
+ "author": "阿广"
78
+ }, {
79
+ "id": 11,
80
+ "title": "面板-底部-线性",
81
+ "name": "panel-bottom-line",
82
+ "category": "Line",
83
+ "categoryCN": "线性",
84
+ "author": "阿广"
85
+ }, {
86
+ "id": 12,
87
+ "title": "加载中-线性",
88
+ "name": "loading-line",
89
+ "category": "Line",
90
+ "categoryCN": "线性",
91
+ "author": "阿广"
92
+ }, {
93
+ "id": 13,
94
+ "title": "眼睛-关闭-线性",
95
+ "name": "eye-off-line",
96
+ "category": "Line",
97
+ "categoryCN": "线性",
98
+ "author": "阿广"
99
+ }, {
100
+ "id": 14,
101
+ "title": "眼睛-打开-线性",
102
+ "name": "eye-on-line",
103
+ "category": "Line",
104
+ "categoryCN": "线性",
105
+ "author": "阿广"
106
+ }, {
107
+ "id": 15,
108
+ "title": "下载-线性",
109
+ "name": "download-line",
110
+ "category": "Line",
111
+ "categoryCN": "线性",
112
+ "author": "阿广"
113
+ }, {
114
+ "id": 16,
115
+ "title": "V形箭头-向下-线性",
116
+ "name": "chevron-down-line",
117
+ "category": "Line",
118
+ "categoryCN": "线性",
119
+ "author": "阿广"
120
+ }, {
121
+ "id": 17,
122
+ "title": "删除-线性",
123
+ "name": "delete-line",
124
+ "category": "Line",
125
+ "categoryCN": "线性",
126
+ "author": "阿广"
127
+ }, {
128
+ "id": 18,
129
+ "title": "搜索-线性",
130
+ "name": "search-line",
131
+ "category": "Line",
132
+ "categoryCN": "线性",
133
+ "author": "阿广"
134
+ }, {
135
+ "id": 19,
136
+ "title": "文件-线性",
137
+ "name": "file-line",
138
+ "category": "Line",
139
+ "categoryCN": "线性",
140
+ "author": "阿广"
141
+ }, {
142
+ "id": 20,
143
+ "title": "表-线性",
144
+ "name": "table-line",
145
+ "category": "Line",
146
+ "categoryCN": "线性",
147
+ "author": "阿广"
148
+ }, {
149
+ "id": 21,
150
+ "title": "模型-线性",
151
+ "name": "model-line",
152
+ "category": "Line",
153
+ "categoryCN": "线性",
154
+ "author": "阿广"
155
+ }, {
156
+ "id": 22,
157
+ "title": "数据集-线性",
158
+ "name": "dataset-line",
159
+ "category": "Line",
160
+ "categoryCN": "线性",
161
+ "author": "阿广"
162
+ }, {
163
+ "id": 23,
164
+ "title": "数据库-线性",
165
+ "name": "database-line",
166
+ "category": "Line",
167
+ "categoryCN": "线性",
168
+ "author": "阿广"
169
+ }, {
170
+ "id": 24,
171
+ "title": "hive-数据源",
172
+ "name": "hive-source",
173
+ "category": "DataSource",
174
+ "categoryCN": "数据源",
175
+ "author": "阿广"
176
+ }, {
177
+ "id": 25,
178
+ "title": "MySQL-数据源",
179
+ "name": "mysql-source",
180
+ "category": "DataSource",
181
+ "categoryCN": "数据源",
182
+ "author": "阿广"
183
+ }, {
184
+ "id": 26,
185
+ "title": "postgreSQL-数据源",
186
+ "name": "postgresql-source",
187
+ "category": "DataSource",
188
+ "categoryCN": "数据源",
189
+ "author": "阿广"
190
+ }, {
191
+ "id": 27,
192
+ "title": "个人空间-填充",
193
+ "name": "space-user-nav-fill",
194
+ "category": "Nav",
195
+ "categoryCN": "导航",
196
+ "author": "阿广"
197
+ }, {
198
+ "id": 28,
199
+ "title": "团队空间-线性",
200
+ "name": "space-team-nav-line",
201
+ "category": "Nav",
202
+ "categoryCN": "导航",
203
+ "author": "阿广"
204
+ }, {
205
+ "id": 29,
206
+ "title": "分享-线性",
207
+ "name": "forward-line",
208
+ "category": "Nav",
209
+ "categoryCN": "导航",
210
+ "author": "阿广"
211
+ }, {
212
+ "id": 30,
213
+ "title": "成员管理-填充",
214
+ "name": "member-management-nav-fill",
215
+ "category": "Nav",
216
+ "categoryCN": "导航",
217
+ "author": "阿广"
218
+ }, {
219
+ "id": 31,
220
+ "title": "数据源-线性",
221
+ "name": "datasource-nav-line",
222
+ "category": "Nav",
223
+ "categoryCN": "导航",
224
+ "author": "阿广"
225
+ }, {
226
+ "id": 32,
227
+ "title": "邀请-线性",
228
+ "name": "invite-nav-line",
229
+ "category": "Nav",
230
+ "categoryCN": "导航",
231
+ "author": "阿广"
232
+ }, {
233
+ "id": 33,
234
+ "title": "分享-填充",
235
+ "name": "forward-fill",
236
+ "category": "Nav",
237
+ "categoryCN": "导航",
238
+ "author": "阿广"
239
+ }, {
240
+ "id": 34,
241
+ "title": "模板-线性",
242
+ "name": "template-line",
243
+ "category": "Nav",
244
+ "categoryCN": "导航",
245
+ "author": "阿广"
246
+ }, {
247
+ "id": 35,
248
+ "title": "成员管理-线性",
249
+ "name": "member-management-nav-line",
250
+ "category": "Nav",
251
+ "categoryCN": "导航",
252
+ "author": "阿广"
253
+ }, {
254
+ "id": 36,
255
+ "title": "首页-填充",
256
+ "name": "home-nav-fill",
257
+ "category": "Nav",
258
+ "categoryCN": "导航",
259
+ "author": "阿广"
260
+ }, {
261
+ "id": 37,
262
+ "title": "首页-线性",
263
+ "name": "home-nav-line",
264
+ "category": "Nav",
265
+ "categoryCN": "导航",
266
+ "author": "阿广"
267
+ }, {
268
+ "id": 38,
269
+ "title": "组织管理-填充",
270
+ "name": "organization-settings-nav-fill",
271
+ "category": "Nav",
272
+ "categoryCN": "导航",
273
+ "author": "阿广"
274
+ }, {
275
+ "id": 39,
276
+ "title": "勾选-圆形-双色",
277
+ "name": "check-circle-duotone",
278
+ "category": "Duotone",
279
+ "categoryCN": "双色",
280
+ "author": "阿广"
281
+ }, {
282
+ "id": 40,
283
+ "title": "转发-线性",
284
+ "name": "repost-line",
285
+ "category": "Line",
286
+ "categoryCN": "线性",
287
+ "author": "阿广"
288
+ }, {
289
+ "id": 41,
290
+ "title": "斜杠-分割线-线性",
291
+ "name": "slash-divider-line",
292
+ "category": "Line",
293
+ "categoryCN": "线性",
294
+ "author": "阿广"
295
+ }, {
296
+ "id": 42,
297
+ "title": "移动到-线性",
298
+ "name": "move-line",
299
+ "category": "Line",
300
+ "categoryCN": "线性",
301
+ "author": "阿广"
302
+ }, {
303
+ "id": 43,
304
+ "title": "连接-线性",
305
+ "name": "link-line",
306
+ "category": "Line",
307
+ "categoryCN": "线性",
308
+ "author": "阿广"
309
+ }, {
310
+ "id": 44,
311
+ "title": "关闭-大号-线性",
312
+ "name": "close-l-line",
313
+ "category": "Line",
314
+ "categoryCN": "线性",
315
+ "author": "阿广"
316
+ }, {
317
+ "id": 45,
318
+ "title": "角色-线性",
319
+ "name": "role-line",
320
+ "category": "Line",
321
+ "categoryCN": "线性",
322
+ "author": "阿广"
323
+ }, {
324
+ "id": 46,
325
+ "title": "密码-修改-线性",
326
+ "name": "password-revise-line",
327
+ "category": "Line",
328
+ "categoryCN": "线性",
329
+ "author": "阿广"
330
+ }, {
331
+ "id": 47,
332
+ "title": "警告-三角形-线性",
333
+ "name": "alert-triangle-line",
334
+ "category": "Line",
335
+ "categoryCN": "线性",
336
+ "author": "阿广"
337
+ }, {
338
+ "id": 48,
339
+ "title": "编辑-线性",
340
+ "name": "edit-line",
341
+ "category": "Line",
342
+ "categoryCN": "线性",
343
+ "author": "阿广"
344
+ }, {
345
+ "id": 49,
346
+ "title": "信息-圆形-线性",
347
+ "name": "info-circle-line",
348
+ "category": "Line",
349
+ "categoryCN": "线性",
350
+ "author": "阿广"
351
+ }, {
352
+ "id": 50,
353
+ "title": "复制-线性",
354
+ "name": "copy-line",
355
+ "category": "Line",
356
+ "categoryCN": "线性",
357
+ "author": "阿广"
358
+ }, {
359
+ "id": 51,
360
+ "title": "权限-线性",
361
+ "name": "permission-line",
362
+ "category": "Line",
363
+ "categoryCN": "线性",
364
+ "author": "阿广"
365
+ }, {
366
+ "id": 52,
367
+ "title": "文件夹-线性",
368
+ "name": "folder-line",
369
+ "category": "Line",
370
+ "categoryCN": "线性",
371
+ "author": "阿广"
372
+ }, {
373
+ "id": 53,
374
+ "title": "函数-线",
375
+ "name": "fx-line",
376
+ "category": "Line",
377
+ "categoryCN": "线性",
378
+ "author": "阿广"
379
+ }, {
380
+ "id": 54,
381
+ "title": "重命名-线性",
382
+ "name": "rename-line",
383
+ "category": "Line",
384
+ "categoryCN": "线性",
385
+ "author": "阿广"
386
+ }, {
387
+ "id": 55,
388
+ "title": "用户-线性",
389
+ "name": "user-line",
390
+ "category": "Line",
391
+ "categoryCN": "线性",
392
+ "author": "阿广"
393
+ }, {
394
+ "id": 56,
395
+ "title": "格式化-线性",
396
+ "name": "format-line",
397
+ "category": "Line",
398
+ "categoryCN": "线性",
399
+ "author": "阿广"
400
+ }, {
401
+ "id": 57,
402
+ "title": "添加-中号-线性",
403
+ "name": "add-m-line",
404
+ "category": "Line",
405
+ "categoryCN": "线性",
406
+ "author": "阿广"
407
+ }, {
408
+ "id": 58,
409
+ "title": "播放-填充",
410
+ "name": "play-fill",
411
+ "category": "Fill",
412
+ "categoryCN": "填充",
413
+ "author": "阿广"
414
+ }, {
415
+ "id": 59,
416
+ "title": "文档-线性",
417
+ "name": "document-line",
418
+ "category": "Line",
419
+ "categoryCN": "线性",
420
+ "author": "阿广"
421
+ }, {
422
+ "id": 60,
423
+ "title": "折叠-向右-填充",
424
+ "name": "fold-right-fill",
425
+ "category": "Fill",
426
+ "categoryCN": "填充",
427
+ "author": "阿广"
428
+ }, {
429
+ "id": 61,
430
+ "title": "帮助-圆形-线性",
431
+ "name": "help-circle-line",
432
+ "category": "Line",
433
+ "categoryCN": "线性",
434
+ "author": "阿广"
435
+ }, {
436
+ "id": 62,
437
+ "title": "同步-线性",
438
+ "name": "sync-line",
439
+ "category": "Line",
440
+ "categoryCN": "线性",
441
+ "author": "阿广"
442
+ }, {
443
+ "id": 63,
444
+ "title": "保存-线性",
445
+ "name": "save-line",
446
+ "category": "Line",
447
+ "categoryCN": "线性",
448
+ "author": "阿广"
449
+ }, {
450
+ "id": 64,
451
+ "title": "上传-线性",
452
+ "name": "upload-line",
453
+ "category": "Line",
454
+ "categoryCN": "线性",
455
+ "author": "阿广"
456
+ }, {
457
+ "id": 65,
458
+ "title": "V形箭头-向左-线性",
459
+ "name": "chevron-left-line",
460
+ "category": "Line",
461
+ "categoryCN": "线性",
462
+ "author": "阿广"
463
+ }, {
464
+ "id": 66,
465
+ "title": "锁-线性",
466
+ "name": "lock-line",
467
+ "category": "Line",
468
+ "categoryCN": "线性",
469
+ "author": "阿广"
470
+ }, {
471
+ "id": 67,
472
+ "title": "关闭-中号-线性",
473
+ "name": "close-m-line",
474
+ "category": "Line",
475
+ "categoryCN": "线性",
476
+ "author": "阿广"
477
+ }, {
478
+ "id": 68,
479
+ "title": "V形箭头-向右-线性",
480
+ "name": "chevron-right-line",
481
+ "category": "Line",
482
+ "categoryCN": "线性",
483
+ "author": "阿广"
484
+ }, {
485
+ "id": 69,
486
+ "title": "设置-线性",
487
+ "name": "setting-line",
488
+ "category": "Line",
489
+ "categoryCN": "线性",
490
+ "author": "阿广"
491
+ }, {
492
+ "id": 70,
493
+ "title": "V形箭头-向上-线性",
494
+ "name": "chevron-up-line",
495
+ "category": "Line",
496
+ "categoryCN": "线性",
497
+ "author": "阿广"
498
+ }, {
499
+ "id": 71,
500
+ "title": "五角星-线性",
501
+ "name": "star-line",
502
+ "category": "Line",
503
+ "categoryCN": "线性",
504
+ "author": "阿广"
505
+ }, {
506
+ "id": 72,
507
+ "title": "折叠-向下-填充",
508
+ "name": "fold-down-fill",
509
+ "category": "Fill",
510
+ "categoryCN": "填充",
511
+ "author": "阿广"
512
+ }, {
513
+ "id": 73,
514
+ "title": "添加-大号-线性",
515
+ "name": "add-l-line",
516
+ "category": "Line",
517
+ "categoryCN": "线性",
518
+ "author": "阿广"
519
+ }, {
520
+ "id": 74,
521
+ "title": "刷新-线性",
522
+ "name": "refresh-line",
523
+ "category": "Line",
524
+ "categoryCN": "线性",
525
+ "author": "阿广"
526
+ }, {
527
+ "id": 75,
528
+ "title": "团队-线性",
529
+ "name": "team-line",
530
+ "category": "Line",
531
+ "categoryCN": "线性",
532
+ "author": "阿广"
533
+ }, {
534
+ "id": 76,
535
+ "title": "数值-线性",
536
+ "name": "numbers-line",
537
+ "category": "Line",
538
+ "categoryCN": "线性",
539
+ "author": "阿广"
540
+ }, {
541
+ "id": 77,
542
+ "title": "字段-字符-线性",
543
+ "name": "field-text-line",
544
+ "category": "Line",
545
+ "categoryCN": "线性",
546
+ "author": "阿广"
547
+ }, {
548
+ "id": 78,
549
+ "title": "日期时间-线性",
550
+ "name": "datetime-line",
551
+ "category": "Line",
552
+ "categoryCN": "线性",
553
+ "author": "阿广"
554
+ }, {
555
+ "id": 79,
556
+ "title": "分析簿-线性",
557
+ "name": "workbook-line",
558
+ "category": "Line",
559
+ "categoryCN": "线性",
560
+ "author": "阿广"
561
+ }, {
562
+ "id": 80,
563
+ "title": "更多-竖排-线性",
564
+ "name": "more-vertical-line",
565
+ "category": "Line",
566
+ "categoryCN": "线性",
567
+ "author": "阿广"
568
+ }, {
569
+ "id": 81,
570
+ "title": "退出-线性",
571
+ "name": "log-out-line",
572
+ "category": "Line",
573
+ "categoryCN": "线性",
574
+ "author": "阿广"
575
+ }, {
576
+ "id": 82,
577
+ "title": "移除-圆形-线性",
578
+ "name": "remove-circle-line",
579
+ "category": "Line",
580
+ "categoryCN": "线性",
581
+ "author": "阿广"
582
+ }, {
583
+ "id": 83,
584
+ "title": "取消-圆形-双色",
585
+ "name": "cancel-circle-duotone",
586
+ "category": "Duotone",
587
+ "categoryCN": "双色",
588
+ "author": "阿广"
589
+ }, {
590
+ "id": 84,
591
+ "title": "添加-圆形-双色",
592
+ "name": "add-circle-duotone",
593
+ "category": "Duotone",
594
+ "categoryCN": "双色",
595
+ "author": "阿广"
596
+ }, {
597
+ "id": 85,
598
+ "title": "新建分析-fill",
599
+ "name": "add-nav-fill",
600
+ "category": "Nav",
601
+ "categoryCN": "导航",
602
+ "author": "阿广"
603
+ }, {
604
+ "id": 86,
605
+ "title": "模版-填充",
606
+ "name": "template-fill",
607
+ "category": "Nav",
608
+ "categoryCN": "导航",
609
+ "author": "阿广"
610
+ }, {
611
+ "id": 87,
612
+ "title": "组织管理-线性",
613
+ "name": "organization-settings-nav-line",
614
+ "category": "Nav",
615
+ "categoryCN": "导航",
616
+ "author": "阿广"
617
+ }, {
618
+ "id": 88,
619
+ "title": "概览-填充",
620
+ "name": "overview-nav-fill",
621
+ "category": "Nav",
622
+ "categoryCN": "导航",
623
+ "author": "阿广"
624
+ }, {
625
+ "id": 89,
626
+ "title": "个人空间-线性",
627
+ "name": "space-user-nav-line",
628
+ "category": "Nav",
629
+ "categoryCN": "导航",
630
+ "author": "阿广"
631
+ }, {
632
+ "id": 90,
633
+ "title": "百分比柱状图",
634
+ "name": "percentage-bar-vertical-chart-duotone",
635
+ "category": "Chart",
636
+ "categoryCN": "图表",
637
+ "author": "阿广"
638
+ }, {
639
+ "id": 91,
640
+ "title": "环形图",
641
+ "name": "donut-chart-duotone",
642
+ "category": "Chart",
643
+ "categoryCN": "图表",
644
+ "author": "阿广"
645
+ }, {
646
+ "id": 92,
647
+ "title": "百分比条形图",
648
+ "name": "percentage-bar-horizontal-chart-duotone",
649
+ "category": "Chart",
650
+ "categoryCN": "图表",
651
+ "author": "阿广"
652
+ }, {
653
+ "id": 93,
654
+ "title": "堆叠条形图",
655
+ "name": "stacked-bar-horizontal-chart-duotone",
656
+ "category": "Chart",
657
+ "categoryCN": "图表",
658
+ "author": "阿广"
659
+ }, {
660
+ "id": 94,
661
+ "title": "分组条形图",
662
+ "name": "grouped-bar-horizontal-chart-duotone",
663
+ "category": "Chart",
664
+ "categoryCN": "图表",
665
+ "author": "阿广"
666
+ }, {
667
+ "id": 95,
668
+ "title": "表格",
669
+ "name": "table-sheet-duotone",
670
+ "category": "Chart",
671
+ "categoryCN": "图表",
672
+ "author": "阿广"
673
+ }, {
674
+ "id": 96,
675
+ "title": "透视图",
676
+ "name": "pivot-table-duotone",
677
+ "category": "Chart",
678
+ "categoryCN": "图表",
679
+ "author": "阿广"
680
+ }, {
681
+ "id": 97,
682
+ "title": "堆叠柱状图",
683
+ "name": "stacked-bar-vertical-chart-duotone",
684
+ "category": "Chart",
685
+ "categoryCN": "图表",
686
+ "author": "阿广"
687
+ }, {
688
+ "id": 98,
689
+ "title": "组合图",
690
+ "name": "combo-chart-duotone",
691
+ "category": "Chart",
692
+ "categoryCN": "图表",
693
+ "author": "阿广"
694
+ }, {
695
+ "id": 99,
696
+ "title": "饼图",
697
+ "name": "pie-chart-duotone",
698
+ "category": "Chart",
699
+ "categoryCN": "图表",
700
+ "author": "阿广"
701
+ }, {
702
+ "id": 100,
703
+ "title": "分组柱状图",
704
+ "name": "grouped-bar-vertical-chart-duotone",
705
+ "category": "Chart",
706
+ "categoryCN": "图表",
707
+ "author": "阿广"
708
+ }, {
709
+ "id": 101,
710
+ "title": "折线图",
711
+ "name": "line-chart-duotone",
712
+ "category": "Chart",
713
+ "categoryCN": "图表",
714
+ "author": "阿广"
715
+ }, {
716
+ "id": 102,
717
+ "title": "撤销-线性",
718
+ "name": "undo-line",
719
+ "category": "Line",
720
+ "categoryCN": "线性",
721
+ "author": "阿广"
722
+ }, {
723
+ "id": 103,
724
+ "title": "重做-线性",
725
+ "name": "redo-line",
726
+ "category": "Line",
727
+ "categoryCN": "线性",
728
+ "author": "阿广"
729
+ }, {
730
+ "id": 104,
731
+ "title": "人民币-线性",
732
+ "name": "cny-line",
733
+ "category": "Line",
734
+ "categoryCN": "线性",
735
+ "author": "阿广"
736
+ }, {
737
+ "id": 105,
738
+ "title": "日期-裁剪-双色",
739
+ "name": "data-crop-duotone",
740
+ "category": "Duotone",
741
+ "categoryCN": "双色",
742
+ "author": "阿广"
743
+ }, {
744
+ "id": 106,
745
+ "title": "日期-转换-双色",
746
+ "name": "date-convert-duotone",
747
+ "category": "Duotone",
748
+ "categoryCN": "双色",
749
+ "author": "阿广"
750
+ }, {
751
+ "id": 107,
752
+ "title": "图片-线性",
753
+ "name": "image-line",
754
+ "category": "Line",
755
+ "categoryCN": "线性",
756
+ "author": "阿广"
757
+ }, {
758
+ "id": 108,
759
+ "title": "总计-线性",
760
+ "name": "total-line",
761
+ "category": "Line",
762
+ "categoryCN": "线性",
763
+ "author": "阿广"
764
+ }, {
765
+ "id": 109,
766
+ "title": "详情-线性",
767
+ "name": "details-line",
768
+ "category": "Line",
769
+ "categoryCN": "线性",
770
+ "author": "阿广"
771
+ }, {
772
+ "id": 110,
773
+ "title": "宫格-线性",
774
+ "name": "grid-line",
775
+ "category": "Line",
776
+ "categoryCN": "线性",
777
+ "author": "阿广"
778
+ }, {
779
+ "id": 111,
780
+ "title": "移除-线性",
781
+ "name": "remove-line",
782
+ "category": "Line",
783
+ "categoryCN": "线性",
784
+ "author": "阿广"
785
+ }, {
786
+ "id": 112,
787
+ "title": "上钻-线性",
788
+ "name": "drill-up-line",
789
+ "category": "Line",
790
+ "categoryCN": "线性",
791
+ "author": "阿广"
792
+ }, {
793
+ "id": 113,
794
+ "title": "下钻-线性",
795
+ "name": "drill-down-line",
796
+ "category": "Line",
797
+ "categoryCN": "线性",
798
+ "author": "阿广"
799
+ }, {
800
+ "id": 114,
801
+ "title": "累计-线性",
802
+ "name": "accumulate-line",
803
+ "category": "Line",
804
+ "categoryCN": "线性",
805
+ "author": "阿广"
806
+ }, {
807
+ "id": 115,
808
+ "title": "百分比-线性",
809
+ "name": "percent-line",
810
+ "category": "Line",
811
+ "categoryCN": "线性",
812
+ "author": "阿广"
813
+ }, {
814
+ "id": 116,
815
+ "title": "拖拽-线性",
816
+ "name": "drag-line",
817
+ "category": "Line",
818
+ "categoryCN": "线性",
819
+ "author": "阿广"
820
+ }, {
821
+ "id": 117,
822
+ "title": "聚合-线性",
823
+ "name": "aggregation-line",
824
+ "category": "Line",
825
+ "categoryCN": "线性",
826
+ "author": "阿广"
827
+ }, {
828
+ "id": 118,
829
+ "title": "过滤-线性",
830
+ "name": "filter-line",
831
+ "category": "Line",
832
+ "categoryCN": "线性",
833
+ "author": "阿广"
834
+ }, {
835
+ "id": 119,
836
+ "title": "转置-线性",
837
+ "name": "transpose-line",
838
+ "category": "Line",
839
+ "categoryCN": "线性",
840
+ "author": "阿广"
841
+ }, {
842
+ "id": 120,
843
+ "title": "切换-线性",
844
+ "name": "toggle-line",
845
+ "category": "Line",
846
+ "categoryCN": "线性",
847
+ "author": "阿广"
848
+ }, {
849
+ "id": 121,
850
+ "title": "连接-圆形-线性",
851
+ "name": "union-line",
852
+ "category": "Line",
853
+ "categoryCN": "线性",
854
+ "author": "阿广"
855
+ }, {
856
+ "id": 122,
857
+ "title": "分组-线性",
858
+ "name": "grouping-line",
859
+ "category": "Line",
860
+ "categoryCN": "线性",
861
+ "author": "阿广"
862
+ }, {
863
+ "id": 123,
864
+ "title": "排序-线性",
865
+ "name": "sort-line",
866
+ "category": "Line",
867
+ "categoryCN": "线性",
868
+ "author": "阿广"
869
+ }, {
870
+ "id": 124,
871
+ "title": "排序-升序-双色",
872
+ "name": "sort-amount-up-duotone",
873
+ "category": "Duotone",
874
+ "categoryCN": "双色",
875
+ "author": "阿广"
876
+ }, {
877
+ "id": 125,
878
+ "title": "排序-降序-双色",
879
+ "name": "sort-amount-down-duotone",
880
+ "category": "Duotone",
881
+ "categoryCN": "双色",
882
+ "author": "阿广"
883
+ }, {
884
+ "id": 126,
885
+ "title": "添加到sql-线性",
886
+ "name": "sql-addto-line",
887
+ "category": "Line",
888
+ "categoryCN": "线性",
889
+ "author": "阿广"
890
+ }, {
891
+ "id": 127,
892
+ "title": "替换-线性",
893
+ "name": "replace-line",
894
+ "category": "Line",
895
+ "categoryCN": "线性",
896
+ "author": "阿广"
897
+ }, {
898
+ "id": 128,
899
+ "title": "合并-线性",
900
+ "name": "merge-ine",
901
+ "category": "Line",
902
+ "categoryCN": "线性",
903
+ "author": "阿广"
904
+ }, {
905
+ "id": 129,
906
+ "title": "vlookup-线性",
907
+ "name": "vlookup-line",
908
+ "category": "Line",
909
+ "categoryCN": "线性",
910
+ "author": "阿广"
911
+ }, {
912
+ "id": 130,
913
+ "title": "结构-列-线性",
914
+ "name": "structure-column-line",
915
+ "category": "Line",
916
+ "categoryCN": "线性",
917
+ "author": "阿广"
918
+ }, {
919
+ "id": 131,
920
+ "title": "结构-树-线性",
921
+ "name": "structure-tree-line",
922
+ "category": "Line",
923
+ "categoryCN": "线性",
924
+ "author": "阿广"
925
+ }, {
926
+ "id": 132,
927
+ "title": "保留-线性",
928
+ "name": "keeponly-line",
929
+ "category": "Line",
930
+ "categoryCN": "线性",
931
+ "author": "阿广"
932
+ }, {
933
+ "id": 133,
934
+ "title": "排除-线性",
935
+ "name": "exclude-line",
936
+ "category": "Line",
937
+ "categoryCN": "线性",
938
+ "author": "阿广"
939
+ }, {
940
+ "id": 134,
941
+ "title": "来源数据为空-双色",
942
+ "name": "source-data-empty-duotone",
943
+ "category": "Empty",
944
+ "categoryCN": "空",
945
+ "author": "阿广"
946
+ }, {
947
+ "id": 135,
948
+ "title": "折线图为空-双色",
949
+ "name": "line-chart-empty-duotone",
950
+ "category": "Empty",
951
+ "categoryCN": "空",
952
+ "author": "阿广"
953
+ }, {
954
+ "id": 136,
955
+ "title": "堆叠柱状图为空-双色",
956
+ "name": "stacked-bar-vertical-chart-empty-duotone",
957
+ "category": "Empty",
958
+ "categoryCN": "空",
959
+ "author": "阿广"
960
+ }, {
961
+ "id": 137,
962
+ "title": "分组条形图为空-双色",
963
+ "name": "grouped-bar-horizontal-chart-empty-duotone",
964
+ "category": "Empty",
965
+ "categoryCN": "空",
966
+ "author": "阿广"
967
+ }, {
968
+ "id": 138,
969
+ "title": "饼图为空-双色",
970
+ "name": "pie-chart-empty-duotone",
971
+ "category": "Empty",
972
+ "categoryCN": "空",
973
+ "author": "阿广"
974
+ }, {
975
+ "id": 139,
976
+ "title": "百分比柱状图为空-双色",
977
+ "name": "percentage-bar-vertical-chart-empty-duotone",
978
+ "category": "Empty",
979
+ "categoryCN": "空",
980
+ "author": "阿广"
981
+ }, {
982
+ "id": 140,
983
+ "title": "表格为空-双色",
984
+ "name": "table-empty-duotone",
985
+ "category": "Empty",
986
+ "categoryCN": "空",
987
+ "author": "阿广"
988
+ }, {
989
+ "id": 141,
990
+ "title": "百分比条形图为空-双色",
991
+ "name": "percentage-bar-horizontal-chart-empty-duotone",
992
+ "category": "Empty",
993
+ "categoryCN": "空",
994
+ "author": "阿广"
995
+ }, {
996
+ "id": 142,
997
+ "title": "堆叠条形图为空-双色",
998
+ "name": "stacked-bar-horizontal-chart-empty-duotone",
999
+ "category": "Empty",
1000
+ "categoryCN": "空",
1001
+ "author": "阿广"
1002
+ }, {
1003
+ "id": 143,
1004
+ "title": "组合图为空-双色",
1005
+ "name": "combo-chart-empty-duotone",
1006
+ "category": "Empty",
1007
+ "categoryCN": "空",
1008
+ "author": "阿广"
1009
+ }, {
1010
+ "id": 144,
1011
+ "title": "透视图为空-双色",
1012
+ "name": "pivot-table-empty-duotone",
1013
+ "category": "Empty",
1014
+ "categoryCN": "空",
1015
+ "author": "阿广"
1016
+ }, {
1017
+ "id": 145,
1018
+ "title": "环形图为空-双色",
1019
+ "name": "donut-chart-empty-duotone",
1020
+ "category": "Empty",
1021
+ "categoryCN": "空",
1022
+ "author": "阿广"
1023
+ }, {
1024
+ "id": 146,
1025
+ "title": "指标卡为空-双色",
1026
+ "name": "statistic-card-empty-duotone",
1027
+ "category": "Empty",
1028
+ "categoryCN": "空",
1029
+ "author": "阿广"
1030
+ }, {
1031
+ "id": 147,
1032
+ "title": "分组柱状图为空-双色",
1033
+ "name": "grouped-bar-vertical-chart-empty-duotone",
1034
+ "category": "Empty",
1035
+ "categoryCN": "空",
1036
+ "author": "阿广"
1037
+ }, {
1038
+ "id": 148,
1039
+ "title": "空态-双色",
1040
+ "name": "empty-duotone",
1041
+ "category": "Empty",
1042
+ "categoryCN": "空",
1043
+ "author": "阿广"
1044
+ }, {
1045
+ "id": 149,
1046
+ "title": "手机-线性",
1047
+ "name": "phone-line",
1048
+ "category": "Line",
1049
+ "categoryCN": "线性",
1050
+ "author": "阿广"
1051
+ }, {
1052
+ "id": 150,
1053
+ "title": "密码-线性",
1054
+ "name": "passcode-line",
1055
+ "category": "Line",
1056
+ "categoryCN": "线性",
1057
+ "author": "阿广"
1058
+ }, {
1059
+ "id": 151,
1060
+ "title": "警告-三角形-双色",
1061
+ "name": "alert-triangle-duotone",
1062
+ "category": "Duotone",
1063
+ "categoryCN": "双色",
1064
+ "author": "阿广"
1065
+ }, {
1066
+ "id": 152,
1067
+ "title": "抽取-线性",
1068
+ "name": "extraction-line",
1069
+ "category": "Line",
1070
+ "categoryCN": "线性",
1071
+ "author": "阿广"
1072
+ }, {
1073
+ "id": 153,
1074
+ "title": "数据源-线性",
1075
+ "name": "datasource-line",
1076
+ "category": "Line",
1077
+ "categoryCN": "线性",
1078
+ "author": "阿广"
1079
+ }, {
1080
+ "id": 154,
1081
+ "title": "页面-首页-线性",
1082
+ "name": "page-first-line",
1083
+ "category": "Line",
1084
+ "categoryCN": "线性",
1085
+ "author": "阿广"
1086
+ }, {
1087
+ "id": 155,
1088
+ "title": "布尔-线性",
1089
+ "name": "boolean-line",
1090
+ "category": "Line",
1091
+ "categoryCN": "线性",
1092
+ "author": "阿广"
1093
+ }, {
1094
+ "id": 156,
1095
+ "title": "页面-尾页-线性",
1096
+ "name": "page-last-line",
1097
+ "category": "Line",
1098
+ "categoryCN": "线性",
1099
+ "author": "阿广"
1100
+ }, {
1101
+ "id": 157,
1102
+ "title": "Y-左侧-双色",
1103
+ "name": "y-left-duotone",
1104
+ "category": "Duotone",
1105
+ "categoryCN": "双色",
1106
+ "author": "阿广"
1107
+ }, {
1108
+ "id": 158,
1109
+ "title": "Y-右侧-双色",
1110
+ "name": "y-right-duotone",
1111
+ "category": "Duotone",
1112
+ "categoryCN": "双色",
1113
+ "author": "阿广"
1114
+ }, {
1115
+ "id": 159,
1116
+ "title": "勾选-列表-线性",
1117
+ "name": "check-lists-line",
1118
+ "category": "Line",
1119
+ "categoryCN": "线性",
1120
+ "author": "阿广"
1121
+ }, {
1122
+ "id": 160,
1123
+ "title": "X-下方-双色",
1124
+ "name": "x-below-duotone",
1125
+ "category": "Duotone",
1126
+ "categoryCN": "双色",
1127
+ "author": "阿广"
1128
+ }, {
1129
+ "id": 161,
1130
+ "title": "X-上方-双色",
1131
+ "name": "x-top-duotone",
1132
+ "category": "Duotone",
1133
+ "categoryCN": "双色",
1134
+ "author": "阿广"
1135
+ }, {
1136
+ "id": 162,
1137
+ "title": "N-线",
1138
+ "name": "n-line",
1139
+ "category": "Line",
1140
+ "categoryCN": "线性",
1141
+ "author": "阿广"
1142
+ }, {
1143
+ "id": 163,
1144
+ "title": "1-线",
1145
+ "name": "one-line",
1146
+ "category": "Line",
1147
+ "categoryCN": "线性",
1148
+ "author": "阿广"
1149
+ }, {
1150
+ "id": 164,
1151
+ "title": "右传递-线",
1152
+ "name": "transfer-right-line",
1153
+ "category": "Line",
1154
+ "categoryCN": "线性",
1155
+ "author": "阿广"
1156
+ }, {
1157
+ "id": 165,
1158
+ "title": "左传递-线",
1159
+ "name": "transfer-left-line",
1160
+ "category": "Line",
1161
+ "categoryCN": "线性",
1162
+ "author": "阿广"
1163
+ }, {
1164
+ "id": 166,
1165
+ "title": "双向传递-线",
1166
+ "name": "transfer-two-way-line",
1167
+ "category": "Line",
1168
+ "categoryCN": "线性",
1169
+ "author": "阿广"
1170
+ }, {
1171
+ "id": 167,
1172
+ "title": "指标-线性",
1173
+ "name": "index-line",
1174
+ "category": "Line",
1175
+ "categoryCN": "线性",
1176
+ "author": "阿广"
1177
+ }, {
1178
+ "id": 168,
1179
+ "title": "折叠-向上-填充",
1180
+ "name": "fold-up-fill",
1181
+ "category": "Fill",
1182
+ "categoryCN": "填充",
1183
+ "author": "阿广"
1184
+ }, {
1185
+ "id": 169,
1186
+ "title": "折叠-向左-填充",
1187
+ "name": "fold-left-fill",
1188
+ "category": "Fill",
1189
+ "categoryCN": "填充",
1190
+ "author": "阿广"
1191
+ }, {
1192
+ "id": 170,
1193
+ "title": "历史-线性",
1194
+ "name": "history-line",
1195
+ "category": "Line",
1196
+ "categoryCN": "线性",
1197
+ "author": "阿广"
1198
+ }, {
1199
+ "id": 171,
1200
+ "title": "面板-左侧-线性",
1201
+ "name": "panel-left-line",
1202
+ "category": "Line",
1203
+ "categoryCN": "线性",
1204
+ "author": "阿广"
1205
+ }, {
1206
+ "id": 172,
1207
+ "title": "表和模型-线性",
1208
+ "name": "tables-and-models-line",
1209
+ "category": "Line",
1210
+ "categoryCN": "线性",
1211
+ "author": "阿广"
1212
+ }, {
1213
+ "id": 173,
1214
+ "title": "箭头-右上-线性",
1215
+ "name": "arrows-up-right-line",
1216
+ "category": "Line",
1217
+ "categoryCN": "线性",
1218
+ "author": "阿广"
1219
+ }, {
1220
+ "id": 174,
1221
+ "title": "箭头-向右-线性",
1222
+ "name": "arrows-right-line",
1223
+ "category": "Line",
1224
+ "categoryCN": "线性",
1225
+ "author": "阿广"
1226
+ }, {
1227
+ "id": 175,
1228
+ "title": "箭头-向左-线性",
1229
+ "name": "arrows-left-line",
1230
+ "category": "Line",
1231
+ "categoryCN": "线性",
1232
+ "author": "阿广"
1233
+ }, {
1234
+ "id": 176,
1235
+ "title": "云端-上传-线性",
1236
+ "name": "cloud-upload-line",
1237
+ "category": "Line",
1238
+ "categoryCN": "线性",
1239
+ "author": "阿广"
1240
+ }, {
1241
+ "id": 177,
1242
+ "title": "目录-线性",
1243
+ "name": "catalog-line",
1244
+ "category": "Line",
1245
+ "categoryCN": "线性",
1246
+ "author": "阿广"
1247
+ }, {
1248
+ "id": 178,
1249
+ "title": "通知-新消息-双色",
1250
+ "name": "notification-new-duotone",
1251
+ "category": "Duotone",
1252
+ "categoryCN": "双色",
1253
+ "author": "阿广"
1254
+ }, {
1255
+ "id": 179,
1256
+ "title": "通知-线性",
1257
+ "name": "notification-line",
1258
+ "category": "Line",
1259
+ "categoryCN": "线性",
1260
+ "author": "阿广"
1261
+ }, {
1262
+ "id": 180,
1263
+ "title": "组-展开-线性",
1264
+ "name": "group-expand-line",
1265
+ "category": "Line",
1266
+ "categoryCN": "线性",
1267
+ "author": "阿广"
1268
+ }, {
1269
+ "id": 181,
1270
+ "title": "组-折叠-线性",
1271
+ "name": "group-fold-line",
1272
+ "category": "Line",
1273
+ "categoryCN": "线性",
1274
+ "author": "阿广"
1275
+ }, {
1276
+ "id": 182,
1277
+ "title": "添加-图表-线性",
1278
+ "name": "add-charts-line",
1279
+ "category": "Line",
1280
+ "categoryCN": "线性",
1281
+ "author": "阿广"
1282
+ }, {
1283
+ "id": 183,
1284
+ "title": "减少小数位-线性",
1285
+ "name": "reduce-decimal-places-line",
1286
+ "category": "Line",
1287
+ "categoryCN": "线性",
1288
+ "author": "阿广"
1289
+ }, {
1290
+ "id": 184,
1291
+ "title": "增加小数位-线性",
1292
+ "name": "increase-the-scale-line",
1293
+ "category": "Line",
1294
+ "categoryCN": "线性",
1295
+ "author": "阿广"
1296
+ }, {
1297
+ "id": 185,
1298
+ "title": "添加-表-线性",
1299
+ "name": "add-table-line",
1300
+ "category": "Line",
1301
+ "categoryCN": "线性",
1302
+ "author": "阿广"
1303
+ }, {
1304
+ "id": 186,
1305
+ "title": "添加-关系-线性",
1306
+ "name": "add-relation-line",
1307
+ "category": "Line",
1308
+ "categoryCN": "线性",
1309
+ "author": "阿广"
1310
+ }, {
1311
+ "id": 187,
1312
+ "title": "添加-字段-线性",
1313
+ "name": "add-field-line",
1314
+ "category": "Line",
1315
+ "categoryCN": "线性",
1316
+ "author": "阿广"
1317
+ }, {
1318
+ "id": 188,
1319
+ "title": "同期群-线性",
1320
+ "name": "cohort-line",
1321
+ "category": "Line",
1322
+ "categoryCN": "线性",
1323
+ "author": "阿广"
1324
+ }, {
1325
+ "id": 189,
1326
+ "title": "移动平均-线性",
1327
+ "name": "moving-average-line",
1328
+ "category": "Line",
1329
+ "categoryCN": "线性",
1330
+ "author": "阿广"
1331
+ }, {
1332
+ "id": 190,
1333
+ "title": "全关联-线性",
1334
+ "name": "union-full-line",
1335
+ "category": "Line",
1336
+ "categoryCN": "线性",
1337
+ "author": "阿广"
1338
+ }, {
1339
+ "id": 191,
1340
+ "title": "内关联-线性",
1341
+ "name": "union-inner-line",
1342
+ "category": "Line",
1343
+ "categoryCN": "线性",
1344
+ "author": "阿广"
1345
+ }, {
1346
+ "id": 192,
1347
+ "title": "左外关联-线性",
1348
+ "name": "union-left-line",
1349
+ "category": "Line",
1350
+ "categoryCN": "线性",
1351
+ "author": "阿广"
1352
+ }, {
1353
+ "id": 193,
1354
+ "title": "右外关联-线性",
1355
+ "name": "union-right-line",
1356
+ "category": "Line",
1357
+ "categoryCN": "线性",
1358
+ "author": "阿广"
1359
+ }, {
1360
+ "id": 194,
1361
+ "title": "时间差-线性",
1362
+ "name": "time-difference-line",
1363
+ "category": "Line",
1364
+ "categoryCN": "线性",
1365
+ "author": "阿广"
1366
+ }, {
1367
+ "id": 195,
1368
+ "title": "json提取-线性",
1369
+ "name": "json-extract-line",
1370
+ "category": "Line",
1371
+ "categoryCN": "线性",
1372
+ "author": "阿广"
1373
+ }, {
1374
+ "id": 196,
1375
+ "title": "添加-指标-线性",
1376
+ "name": "add-index-line",
1377
+ "category": "Line",
1378
+ "categoryCN": "线性",
1379
+ "author": "阿广"
1380
+ }, {
1381
+ "id": 197,
1382
+ "title": "表-双色",
1383
+ "name": "table-duotone",
1384
+ "category": "Duotone",
1385
+ "categoryCN": "双色",
1386
+ "author": "阿广"
1387
+ }, {
1388
+ "id": 198,
1389
+ "title": "分析簿-双色",
1390
+ "name": "workbook-duotone",
1391
+ "category": "Duotone",
1392
+ "categoryCN": "双色",
1393
+ "author": "阿广"
1394
+ }, {
1395
+ "id": 199,
1396
+ "title": "模型-双色",
1397
+ "name": "model-duotone",
1398
+ "category": "Duotone",
1399
+ "categoryCN": "双色",
1400
+ "author": "阿广"
1401
+ }, {
1402
+ "id": 200,
1403
+ "title": "上传文件-双色",
1404
+ "name": "upload-files-duotone",
1405
+ "category": "Duotone",
1406
+ "categoryCN": "双色",
1407
+ "author": "阿广"
1408
+ }, {
1409
+ "id": 201,
1410
+ "title": "五角星-填充",
1411
+ "name": "star-fill",
1412
+ "category": "Fill",
1413
+ "categoryCN": "填充",
1414
+ "author": "阿广"
1415
+ }, {
1416
+ "id": 202,
1417
+ "title": "服务支持-线性",
1418
+ "name": "service-support-line",
1419
+ "category": "Line",
1420
+ "categoryCN": "线性",
1421
+ "author": "阿广"
1422
+ }, {
1423
+ "id": 203,
1424
+ "title": "日期-线性",
1425
+ "name": "date-line",
1426
+ "category": "Line",
1427
+ "categoryCN": "线性",
1428
+ "author": "阿广"
1429
+ }, {
1430
+ "id": 204,
1431
+ "title": "高精度小数-线性",
1432
+ "name": "double-line",
1433
+ "category": "Line",
1434
+ "categoryCN": "线性",
1435
+ "author": "阿广"
1436
+ }, {
1437
+ "id": 205,
1438
+ "title": "小数-线性",
1439
+ "name": "decimal-line",
1440
+ "category": "Line",
1441
+ "categoryCN": "线性",
1442
+ "author": "阿广"
1443
+ }];