linkmore-design 1.1.20 → 1.1.21

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 (3809) hide show
  1. package/dist/40b22ad7b4ea2a7e.jpg +0 -0
  2. package/dist/566891e3103ae07a.png +0 -0
  3. package/dist/9f788f660abc173c.png +0 -0
  4. package/dist/Affix/demos/basic.d.ts +2 -0
  5. package/dist/Affix/index.d.ts +54 -0
  6. package/dist/Affix/style/index.d.ts +1 -0
  7. package/dist/Affix/style/variables.d.ts +1 -0
  8. package/dist/Affix/utils.d.ts +15 -0
  9. package/dist/Alert/ErrorBoundary.d.ts +22 -0
  10. package/dist/Alert/demos/basic.d.ts +2 -0
  11. package/dist/Alert/demos/visible.d.ts +2 -0
  12. package/dist/Alert/index.d.ts +41 -0
  13. package/dist/Alert/style/index.d.ts +1 -0
  14. package/dist/Alert/style/variables.d.ts +1 -0
  15. package/dist/Approval/demos/basic.d.ts +3 -0
  16. package/dist/Approval/handle.d.ts +11 -0
  17. package/dist/Approval/index.d.ts +5 -0
  18. package/dist/Approval/style/index.d.ts +1 -0
  19. package/dist/Approval/style/variables.d.ts +1 -0
  20. package/dist/Approval/type.d.ts +56 -0
  21. package/dist/Approval/util.d.ts +26 -0
  22. package/dist/AutoComplete/demos/basic.d.ts +3 -0
  23. package/dist/AutoComplete/index.d.ts +30 -0
  24. package/dist/AutoComplete/style/index.d.ts +1 -0
  25. package/dist/AutoComplete/style/variables.d.ts +1 -0
  26. package/dist/Avatar/demos/basic.d.ts +2 -0
  27. package/dist/Avatar/index.d.ts +3 -0
  28. package/dist/Avatar/style/index.d.ts +1 -0
  29. package/dist/Avatar/style/variables.d.ts +1 -0
  30. package/dist/Badge/Ribbon.d.ts +15 -0
  31. package/dist/Badge/ScrollNumber.d.ts +18 -0
  32. package/dist/Badge/SingleNumber.d.ts +12 -0
  33. package/dist/Badge/demos/basic.d.ts +2 -0
  34. package/dist/Badge/demos/basic1.d.ts +3 -0
  35. package/dist/Badge/demos/basic2.d.ts +3 -0
  36. package/dist/Badge/index.d.ts +30 -0
  37. package/dist/Badge/style/index.d.ts +1 -0
  38. package/dist/Badge/style/variables.d.ts +1 -0
  39. package/dist/Badge/utils.d.ts +1 -0
  40. package/dist/Box/LmBox.d.ts +12 -0
  41. package/dist/Box/body/Item.d.ts +10 -0
  42. package/dist/Box/body/List.d.ts +6 -0
  43. package/dist/Box/body/OverflowList.d.ts +6 -0
  44. package/dist/Box/demos/basic.d.ts +2 -0
  45. package/dist/Box/index.d.ts +3 -0
  46. package/dist/Box/style/index.d.ts +1 -0
  47. package/dist/Box/style/variables.d.ts +1 -0
  48. package/dist/Box/wrapper/BoxContainer.d.ts +6 -0
  49. package/dist/Box/wrapper/BoxRoot.d.ts +4 -0
  50. package/dist/Box/wrapper/BoxWrapper.d.ts +6 -0
  51. package/dist/Box/wrapper/reducer.d.ts +8 -0
  52. package/dist/Breadcrumb/demos/basic.d.ts +2 -0
  53. package/dist/Breadcrumb/demos/basic1.d.ts +2 -0
  54. package/dist/Breadcrumb/index.d.ts +4 -0
  55. package/dist/Breadcrumb/style/index.d.ts +1 -0
  56. package/dist/Breadcrumb/style/variables.d.ts +1 -0
  57. package/dist/Button/demos/basic.d.ts +2 -0
  58. package/dist/Button/demos/disabled.d.ts +2 -0
  59. package/dist/Button/demos/ghost.d.ts +2 -0
  60. package/dist/Button/demos/icon.d.ts +2 -0
  61. package/dist/Button/demos/type.d.ts +2 -0
  62. package/dist/Button/index.d.ts +11 -0
  63. package/dist/Button/style/index.d.ts +1 -0
  64. package/dist/ButtonTags/ButtonTags.d.ts +2 -0
  65. package/dist/ButtonTags/demos/basic.d.ts +2 -0
  66. package/dist/ButtonTags/demos/basicRaido.d.ts +2 -0
  67. package/dist/ButtonTags/index.d.ts +2 -0
  68. package/dist/ButtonTags/style/index.d.ts +1 -0
  69. package/dist/ButtonTags/style/variables.d.ts +1 -0
  70. package/dist/Calendar/demos/basic.d.ts +2 -0
  71. package/dist/Calendar/index.d.ts +4 -0
  72. package/dist/Calendar/style/index.d.ts +1 -0
  73. package/dist/Calendar/style/variables.d.ts +1 -0
  74. package/dist/Card/demos/basic.d.ts +2 -0
  75. package/dist/Card/index.d.ts +2 -0
  76. package/dist/Card/style/index.d.ts +1 -0
  77. package/dist/Card/style/variables.d.ts +1 -0
  78. package/dist/CardTable/LmCardTable.d.ts +14 -0
  79. package/dist/CardTable/body/TableBody.d.ts +3 -0
  80. package/dist/CardTable/body/TableBodyCell.d.ts +6 -0
  81. package/dist/CardTable/body/TableBodyRow.d.ts +4 -0
  82. package/dist/CardTable/card/PictureTextColumn.d.ts +7 -0
  83. package/dist/CardTable/card/PictureTextRow.d.ts +7 -0
  84. package/dist/CardTable/card/PictureTextRowOperate.d.ts +7 -0
  85. package/dist/CardTable/context.d.ts +4 -0
  86. package/dist/CardTable/demos/basic.d.ts +2 -0
  87. package/dist/CardTable/empty.d.ts +2 -0
  88. package/dist/CardTable/fns/index.d.ts +10 -0
  89. package/dist/CardTable/footer.d.ts +2 -0
  90. package/dist/CardTable/hooks/usePagination.d.ts +19 -0
  91. package/dist/CardTable/index.d.ts +2 -0
  92. package/dist/CardTable/pager/TablePagination.d.ts +4 -0
  93. package/dist/CardTable/pager/index.d.ts +3 -0
  94. package/dist/CardTable/style/index.d.ts +1 -0
  95. package/dist/CardTable/style/variables.d.ts +1 -0
  96. package/dist/CardTable/table/Table.d.ts +3 -0
  97. package/dist/CardTable/table/TableContainer.d.ts +3 -0
  98. package/dist/CardTable/table/TableRoot.d.ts +3 -0
  99. package/dist/CardTable/table/TableWrapper.d.ts +3 -0
  100. package/dist/CardTable/toolbar/ToolBarBottom.d.ts +3 -0
  101. package/dist/CardTable/utils.d.ts +3 -0
  102. package/dist/Carousel/demos/basic.d.ts +2 -0
  103. package/dist/Carousel/index.d.ts +3 -0
  104. package/dist/Carousel/style/index.d.ts +1 -0
  105. package/dist/Carousel/style/variables.d.ts +1 -0
  106. package/dist/Cascader/demos/basic.d.ts +2 -0
  107. package/dist/Cascader/demos/formItem.d.ts +2 -0
  108. package/dist/Cascader/index.d.ts +4 -0
  109. package/dist/Cascader/style/index.d.ts +1 -0
  110. package/dist/Cascader/style/variables.d.ts +1 -0
  111. package/dist/Checkbox/demos/basic.d.ts +2 -0
  112. package/dist/Checkbox/demos/checkAll.d.ts +2 -0
  113. package/dist/Checkbox/demos/direction.d.ts +2 -0
  114. package/dist/Checkbox/demos/disable.d.ts +2 -0
  115. package/dist/Checkbox/demos/group.d.ts +2 -0
  116. package/dist/Checkbox/index.d.ts +5 -0
  117. package/dist/Checkbox/style/index.d.ts +1 -0
  118. package/dist/Checkbox/style/variables.d.ts +1 -0
  119. package/dist/Col/demos/basic.d.ts +2 -0
  120. package/dist/Col/index.d.ts +3 -0
  121. package/dist/Col/style/index.d.ts +1 -0
  122. package/dist/Col/style/variables.d.ts +1 -0
  123. package/dist/Collapse/demos/basic.d.ts +2 -0
  124. package/dist/Collapse/index.d.ts +3 -0
  125. package/dist/Collapse/style/index.d.ts +1 -0
  126. package/dist/Collapse/style/variables.d.ts +1 -0
  127. package/dist/Comment/demos/basic.d.ts +2 -0
  128. package/dist/Comment/index.d.ts +3 -0
  129. package/dist/Comment/style/index.d.ts +1 -0
  130. package/dist/Comment/style/variables.d.ts +1 -0
  131. package/dist/ConfigProvider/DisabledContext.d.ts +9 -0
  132. package/dist/ConfigProvider/SizeContext.d.ts +9 -0
  133. package/dist/ConfigProvider/context.d.ts +60 -0
  134. package/dist/ConfigProvider/cssVariables.d.ts +3 -0
  135. package/dist/ConfigProvider/defaultRenderEmpty.d.ts +4 -0
  136. package/dist/ConfigProvider/demos/basic.d.ts +2 -0
  137. package/dist/ConfigProvider/demos/componentSize.d.ts +2 -0
  138. package/dist/ConfigProvider/demos/style.d.ts +2 -0
  139. package/dist/ConfigProvider/demos/table.d.ts +2 -0
  140. package/dist/ConfigProvider/index.d.ts +62 -0
  141. package/dist/ConfigProvider/style/index.d.ts +1 -0
  142. package/dist/ConfigProvider/style/variables.d.ts +1 -0
  143. package/dist/CropImg/LmCropImg.d.ts +11 -0
  144. package/dist/CropImg/body/Operate.d.ts +5 -0
  145. package/dist/CropImg/body/index.d.ts +5 -0
  146. package/dist/CropImg/demos/basic.d.ts +2 -0
  147. package/dist/CropImg/fns/index.d.ts +14 -0
  148. package/dist/CropImg/index.d.ts +4 -0
  149. package/dist/CropImg/style/index.d.ts +1 -0
  150. package/dist/CropImg/style/variables.d.ts +1 -0
  151. package/dist/CropImg/utils.d.ts +18 -0
  152. package/dist/CropImg/wrapper/Container.d.ts +5 -0
  153. package/dist/CropImg/wrapper/Root.d.ts +3 -0
  154. package/dist/CropImg/wrapper/Wrapper.d.ts +5 -0
  155. package/dist/CropImg/wrapper/reducer.d.ts +13 -0
  156. package/dist/CustomTableOption/cardSort.d.ts +4 -0
  157. package/dist/CustomTableOption/columnsSort.d.ts +4 -0
  158. package/dist/CustomTableOption/demos/basic.d.ts +151 -0
  159. package/dist/CustomTableOption/filterSort.d.ts +4 -0
  160. package/dist/CustomTableOption/index.d.ts +15 -0
  161. package/dist/CustomTableOption/locale/en_US.d.ts +19 -0
  162. package/dist/CustomTableOption/locale/zh_CN.d.ts +19 -0
  163. package/dist/CustomTableOption/style/index.d.ts +1 -0
  164. package/dist/CustomTableOption/style/variables.d.ts +1 -0
  165. package/dist/CustomerService/components/question.d.ts +4 -0
  166. package/dist/CustomerService/demos/basic.d.ts +2 -0
  167. package/dist/CustomerService/index.d.ts +2 -0
  168. package/dist/CustomerService/style/index.d.ts +1 -0
  169. package/dist/CustomerService/style/variables.d.ts +1 -0
  170. package/dist/DatePicker/PickerButton.d.ts +2 -0
  171. package/dist/DatePicker/PickerTag.d.ts +2 -0
  172. package/dist/DatePicker/demos/basic.d.ts +2 -0
  173. package/dist/DatePicker/generatePicker/generateRangePicker.d.ts +4 -0
  174. package/dist/DatePicker/generatePicker/generateSinglePicker.d.ts +14 -0
  175. package/dist/DatePicker/generatePicker/index.d.ts +106 -0
  176. package/dist/DatePicker/generatePicker/interface.d.ts +12 -0
  177. package/dist/DatePicker/index.d.ts +17 -0
  178. package/dist/DatePicker/style/index.d.ts +1 -0
  179. package/dist/DatePicker/style/variables.d.ts +1 -0
  180. package/dist/DatePicker/util.d.ts +14 -0
  181. package/dist/Descriptions/Cell.d.ts +17 -0
  182. package/dist/Descriptions/Item.d.ts +14 -0
  183. package/dist/Descriptions/Row.d.ts +13 -0
  184. package/dist/Descriptions/demos/basic.d.ts +2 -0
  185. package/dist/Descriptions/index.d.ts +28 -0
  186. package/dist/Descriptions/style/index.d.ts +1 -0
  187. package/dist/Descriptions/style/variables.d.ts +1 -0
  188. package/dist/Divider/demos/basic.d.ts +3 -0
  189. package/dist/Divider/demos/plain.d.ts +3 -0
  190. package/dist/Divider/demos/vertical.d.ts +3 -0
  191. package/dist/Divider/index.d.ts +14 -0
  192. package/dist/Divider/style/index.d.ts +1 -0
  193. package/dist/Divider/style/variables.d.ts +1 -0
  194. package/dist/Drawer/demos/basic.d.ts +2 -0
  195. package/dist/Drawer/demos/button.d.ts +2 -0
  196. package/dist/Drawer/demos/nested.d.ts +2 -0
  197. package/dist/Drawer/index.d.ts +10 -0
  198. package/dist/Drawer/style/index.d.ts +1 -0
  199. package/dist/Drawer/style/variables.d.ts +1 -0
  200. package/dist/Dropdown/demos/basic.d.ts +2 -0
  201. package/dist/Dropdown/demos/button.d.ts +2 -0
  202. package/dist/Dropdown/demos/icon.d.ts +2 -0
  203. package/dist/Dropdown/demos/local.d.ts +2 -0
  204. package/dist/Dropdown/demos/target.d.ts +2 -0
  205. package/dist/Dropdown/index.d.ts +14 -0
  206. package/dist/Dropdown/style/index.d.ts +1 -0
  207. package/dist/Dropdown/style/variables.d.ts +1 -0
  208. package/dist/EditTable/EditTable.d.ts +3 -0
  209. package/dist/EditTable/demos/Editbasic.d.ts +2 -0
  210. package/dist/EditTable/demos/basic.d.ts +2 -0
  211. package/dist/EditTable/demos/formEditTable.d.ts +2 -0
  212. package/dist/EditTable/demos/hoverEdit.d.ts +2 -0
  213. package/dist/EditTable/index.d.ts +2 -0
  214. package/dist/EditTable/style/index.d.ts +1 -0
  215. package/dist/EditTable/style/variables.d.ts +1 -0
  216. package/dist/Empty/demos/basic.d.ts +2 -0
  217. package/dist/Empty/demos/custom.d.ts +2 -0
  218. package/dist/Empty/empty.d.ts +2 -0
  219. package/dist/Empty/index.d.ts +22 -0
  220. package/dist/Empty/simple.d.ts +2 -0
  221. package/dist/Empty/style/index.d.ts +1 -0
  222. package/dist/Empty/style/variables.d.ts +1 -0
  223. package/dist/EnlargeImg/demos/basic.d.ts +2 -0
  224. package/dist/EnlargeImg/index.d.ts +2 -0
  225. package/dist/EnlargeImg/style/index.d.ts +1 -0
  226. package/dist/EnlargeImg/style/variables.d.ts +1 -0
  227. package/dist/Filter/Popover.d.ts +3 -0
  228. package/dist/Filter/baseFilter/Popover.d.ts +2 -0
  229. package/dist/Filter/baseFilter/ToggleFilter.d.ts +5 -0
  230. package/dist/Filter/baseFilter/index.d.ts +2 -0
  231. package/dist/Filter/complex/ComplexFilter.d.ts +2 -0
  232. package/dist/Filter/complex/ComplexItem.d.ts +2 -0
  233. package/dist/Filter/components/Checkbox.d.ts +3 -0
  234. package/dist/Filter/components/Date.d.ts +2 -0
  235. package/dist/Filter/components/Input.d.ts +2 -0
  236. package/dist/Filter/components/Select.d.ts +2 -0
  237. package/dist/Filter/components/Tree.d.ts +2 -0
  238. package/dist/Filter/components/header.d.ts +2 -0
  239. package/dist/Filter/components/index.d.ts +6 -0
  240. package/dist/Filter/context.d.ts +3 -0
  241. package/dist/Filter/demos/basic.d.ts +2 -0
  242. package/dist/Filter/edit/editFilter.d.ts +2 -0
  243. package/dist/Filter/index.d.ts +3 -0
  244. package/dist/Filter/popContext.d.ts +3 -0
  245. package/dist/Filter/remember.d.ts +2 -0
  246. package/dist/Filter/style/index.d.ts +1 -0
  247. package/dist/Filter/style/variables.d.ts +1 -0
  248. package/dist/Form/ErrorList.d.ts +11 -0
  249. package/dist/Form/Form.d.ts +36 -0
  250. package/dist/Form/FormItem/ItemHolder.d.ts +17 -0
  251. package/dist/Form/FormItem/index.d.ts +43 -0
  252. package/dist/Form/FormItemInput.d.ts +28 -0
  253. package/dist/Form/FormItemLabel.d.ts +23 -0
  254. package/dist/Form/FormList.d.ts +25 -0
  255. package/dist/Form/FormWrapper.d.ts +3 -0
  256. package/dist/Form/WrapperItem.d.ts +4 -0
  257. package/dist/Form/container.d.ts +9 -0
  258. package/dist/Form/context.d.ts +48 -0
  259. package/dist/Form/demos/disabled.d.ts +2 -0
  260. package/dist/Form/demos/drawer1152-triple.d.ts +3 -0
  261. package/dist/Form/demos/drawer440-double.d.ts +3 -0
  262. package/dist/Form/demos/drawer440.d.ts +3 -0
  263. package/dist/Form/demos/drawer720-double.d.ts +3 -0
  264. package/dist/Form/demos/error-tip.d.ts +2 -0
  265. package/dist/Form/demos/formlist.d.ts +2 -0
  266. package/dist/Form/demos/horizontal.d.ts +2 -0
  267. package/dist/Form/demos/inline.d.ts +2 -0
  268. package/dist/Form/demos/modal416.d.ts +3 -0
  269. package/dist/Form/demos/modal552-double.d.ts +3 -0
  270. package/dist/Form/demos/responsive.d.ts +2 -0
  271. package/dist/Form/demos/ruleTime.d.ts +2 -0
  272. package/dist/Form/demos/vertical.d.ts +2 -0
  273. package/dist/Form/hooks/useDebounce.d.ts +1 -0
  274. package/dist/Form/hooks/useForm.d.ts +15 -0
  275. package/dist/Form/hooks/useFormInstance.d.ts +2 -0
  276. package/dist/Form/hooks/useFormItemStatus.d.ts +6 -0
  277. package/dist/Form/hooks/useFrameState.d.ts +3 -0
  278. package/dist/Form/hooks/useItemRef.d.ts +3 -0
  279. package/dist/Form/index.d.ts +28 -0
  280. package/dist/Form/interface.d.ts +15 -0
  281. package/dist/Form/style/index.d.ts +1 -0
  282. package/dist/Form/style/variables.d.ts +1 -0
  283. package/dist/Form/util.d.ts +4 -0
  284. package/dist/FullScreen/demos/basic.d.ts +2 -0
  285. package/dist/FullScreen/demos/useInModal.d.ts +2 -0
  286. package/dist/FullScreen/index.d.ts +10 -0
  287. package/dist/FullScreen/style/index.d.ts +1 -0
  288. package/dist/FullScreen/style/variables.d.ts +1 -0
  289. package/dist/Grid/RowContext.d.ts +8 -0
  290. package/dist/Grid/col.d.ts +28 -0
  291. package/dist/Grid/demos/basic.d.ts +2 -0
  292. package/dist/Grid/hooks/useBreakpoint.d.ts +3 -0
  293. package/dist/Grid/index.d.ts +11 -0
  294. package/dist/Grid/row.d.ts +14 -0
  295. package/dist/Grid/style/index.d.ts +1 -0
  296. package/dist/Grid/style/variables.d.ts +1 -0
  297. package/dist/Icon/index.d.ts +2 -0
  298. package/dist/Icon/style/index.d.ts +1 -0
  299. package/dist/Icon/style/variables.d.ts +1 -0
  300. package/dist/IconFont/demos/ConfigProvider.d.ts +2 -0
  301. package/dist/IconFont/demos/basic.d.ts +2 -0
  302. package/dist/IconFont/font/iconfont.d.ts +0 -0
  303. package/dist/IconFont/index.d.ts +2 -0
  304. package/dist/IconFont/style/index.d.ts +1 -0
  305. package/dist/IconFont/style/variables.d.ts +1 -0
  306. package/dist/IconSelect/demos/basic.d.ts +2 -0
  307. package/dist/IconSelect/index.d.ts +7 -0
  308. package/dist/IconSelect/style/index.d.ts +1 -0
  309. package/dist/IconSelect/style/variables.d.ts +1 -0
  310. package/dist/Image/demos/basic.d.ts +2 -0
  311. package/dist/Image/index.d.ts +2 -0
  312. package/dist/Image/style/index.d.ts +1 -0
  313. package/dist/Image/style/variables.d.ts +1 -0
  314. package/dist/ImageViewer/LmImageViewer.d.ts +13 -0
  315. package/dist/ImageViewer/components/Arrows.d.ts +4 -0
  316. package/dist/ImageViewer/components/Carousel.d.ts +4 -0
  317. package/dist/ImageViewer/components/Operate.d.ts +4 -0
  318. package/dist/ImageViewer/components/Thumb.d.ts +4 -0
  319. package/dist/ImageViewer/demos/basic.d.ts +2 -0
  320. package/dist/ImageViewer/fns/index.d.ts +22 -0
  321. package/dist/ImageViewer/index.d.ts +3 -0
  322. package/dist/ImageViewer/style/index.d.ts +1 -0
  323. package/dist/ImageViewer/style/variables.d.ts +1 -0
  324. package/dist/ImageViewer/wrapeer/Container.d.ts +5 -0
  325. package/dist/ImageViewer/wrapeer/Root.d.ts +3 -0
  326. package/dist/ImageViewer/wrapeer/Wrapper.d.ts +5 -0
  327. package/dist/ImageViewer/wrapeer/reducer.d.ts +10 -0
  328. package/dist/Input/demos/after.d.ts +2 -0
  329. package/dist/Input/demos/base.d.ts +2 -0
  330. package/dist/Input/demos/basic.d.ts +2 -0
  331. package/dist/Input/demos/color.d.ts +2 -0
  332. package/dist/Input/demos/combination.d.ts +2 -0
  333. package/dist/Input/demos/import.d.ts +2 -0
  334. package/dist/Input/demos/line.d.ts +2 -0
  335. package/dist/Input/demos/password.d.ts +2 -0
  336. package/dist/Input/demos/size.d.ts +2 -0
  337. package/dist/Input/index.d.ts +11 -0
  338. package/dist/Input/style/index.d.ts +1 -0
  339. package/dist/Input/style/variables.d.ts +1 -0
  340. package/dist/InputNumber/demos/basic.d.ts +2 -0
  341. package/dist/InputNumber/demos/format.d.ts +2 -0
  342. package/dist/InputNumber/demos/price.d.ts +2 -0
  343. package/dist/InputNumber/demos/status.d.ts +2 -0
  344. package/dist/InputNumber/demos/suffix.d.ts +2 -0
  345. package/dist/InputNumber/index.d.ts +11 -0
  346. package/dist/InputNumber/style/index.d.ts +1 -0
  347. package/dist/InputNumber/style/variables.d.ts +1 -0
  348. package/dist/Layout/demos/basic.d.ts +2 -0
  349. package/dist/Layout/index.d.ts +4 -0
  350. package/dist/Layout/style/index.d.ts +1 -0
  351. package/dist/Layout/style/variables.d.ts +1 -0
  352. package/dist/LeftTable/demos/basic.d.ts +2 -0
  353. package/dist/LeftTable/demos/edit.d.ts +2 -0
  354. package/dist/LeftTable/demos/readonly.d.ts +2 -0
  355. package/dist/LeftTable/index.d.ts +2 -0
  356. package/dist/LeftTable/style/index.d.ts +1 -0
  357. package/dist/LeftTable/style/variables.d.ts +1 -0
  358. package/dist/List/demos/basic.d.ts +2 -0
  359. package/dist/List/index.d.ts +2 -0
  360. package/dist/List/style/index.d.ts +1 -0
  361. package/dist/List/style/variables.d.ts +1 -0
  362. package/dist/LmDrag/LmDrag.d.ts +5 -0
  363. package/dist/LmDrag/components/DndContainer.d.ts +3 -0
  364. package/dist/LmDrag/components/sortableBox.d.ts +5 -0
  365. package/dist/LmDrag/components/sortableItem.d.ts +7 -0
  366. package/dist/LmDrag/demos/basic.d.ts +2 -0
  367. package/dist/LmDrag/index.d.ts +10 -0
  368. package/dist/LmDrag/style/index.d.ts +1 -0
  369. package/dist/LmDrag/style/variables.d.ts +1 -0
  370. package/dist/LmDrag/wrapper/Root.d.ts +3 -0
  371. package/dist/LmEditTable/DndContainer.d.ts +5 -0
  372. package/dist/LmEditTable/DragHandle.d.ts +4 -0
  373. package/dist/LmEditTable/EditTable.d.ts +44 -0
  374. package/dist/LmEditTable/demos/Editbasic.d.ts +2 -0
  375. package/dist/LmEditTable/demos/basic.d.ts +2 -0
  376. package/dist/LmEditTable/demos/colsort.d.ts +2 -0
  377. package/dist/LmEditTable/demos/formEditTable.d.ts +2 -0
  378. package/dist/LmEditTable/demos/group.d.ts +2 -0
  379. package/dist/LmEditTable/demos/hoverEdit.d.ts +2 -0
  380. package/dist/LmEditTable/demos/priceTable.d.ts +2 -0
  381. package/dist/LmEditTable/demos/sinleEdit.d.ts +2 -0
  382. package/dist/LmEditTable/demos/size.d.ts +2 -0
  383. package/dist/LmEditTable/index.d.ts +2 -0
  384. package/dist/LmEditTable/sortableBox.d.ts +5 -0
  385. package/dist/LmEditTable/sortableBoxCol.d.ts +5 -0
  386. package/dist/LmEditTable/sortableItem.d.ts +2 -0
  387. package/dist/LmEditTable/sortableItemCol.d.ts +1 -0
  388. package/dist/LmEditTable/style/index.d.ts +1 -0
  389. package/dist/LmEditTable/style/variables.d.ts +1 -0
  390. package/dist/LmEditTable/util.d.ts +8 -0
  391. package/dist/LmFilter/Controls/CheckboxTags.d.ts +6 -0
  392. package/dist/LmFilter/Controls/index.d.ts +2 -0
  393. package/dist/LmFilter/LmFilter.d.ts +3 -0
  394. package/dist/LmFilter/baseFilter/fuzzySearch.d.ts +4 -0
  395. package/dist/LmFilter/baseFilter/index.d.ts +3 -0
  396. package/dist/LmFilter/clearFilter/index.d.ts +3 -0
  397. package/dist/LmFilter/complexFilter/drawer.d.ts +4 -0
  398. package/dist/LmFilter/complexFilter/index.d.ts +4 -0
  399. package/dist/LmFilter/complexFilter/valueDrawer.d.ts +4 -0
  400. package/dist/LmFilter/components/CascaderFilter.d.ts +5 -0
  401. package/dist/LmFilter/components/CheckboxFilter.d.ts +5 -0
  402. package/dist/LmFilter/components/CustomSelectFilter.d.ts +4 -0
  403. package/dist/LmFilter/components/DateFilter.d.ts +5 -0
  404. package/dist/LmFilter/components/DropdownFIlter.d.ts +3 -0
  405. package/dist/LmFilter/components/EmptyFilter.d.ts +2 -0
  406. package/dist/LmFilter/components/InputFilter.d.ts +4 -0
  407. package/dist/LmFilter/components/InputSearchClose.d.ts +3 -0
  408. package/dist/LmFilter/components/SelectFilter.d.ts +5 -0
  409. package/dist/LmFilter/components/index.d.ts +3 -0
  410. package/dist/LmFilter/customFilter/drawer.d.ts +4 -0
  411. package/dist/LmFilter/customFilter/index.d.ts +4 -0
  412. package/dist/LmFilter/customFilter/saveModal.d.ts +4 -0
  413. package/dist/LmFilter/customFilter/valueDrawer.d.ts +4 -0
  414. package/dist/LmFilter/demos/basic.d.ts +2 -0
  415. package/dist/LmFilter/demos/custom.d.ts +2 -0
  416. package/dist/LmFilter/demos/filterControl.d.ts +2 -0
  417. package/dist/LmFilter/filterFns/index.d.ts +61 -0
  418. package/dist/LmFilter/hooks/index.d.ts +1 -0
  419. package/dist/LmFilter/hooks/useDelayedFn.d.ts +2 -0
  420. package/dist/LmFilter/index.d.ts +2 -0
  421. package/dist/LmFilter/localization.d.ts +15 -0
  422. package/dist/LmFilter/style/index.d.ts +1 -0
  423. package/dist/LmFilter/style/variables.d.ts +1 -0
  424. package/dist/LmFilter/utils.d.ts +12 -0
  425. package/dist/LmFilter/wrapper/Filter.d.ts +3 -0
  426. package/dist/LmFilter/wrapper/FilterContainer.d.ts +3 -0
  427. package/dist/LmFilter/wrapper/FilterRoot.d.ts +3 -0
  428. package/dist/LmFilter/wrapper/FilterWrapper.d.ts +3 -0
  429. package/dist/LmImgList/LmImgList.d.ts +4 -0
  430. package/dist/LmImgList/body/Banner.d.ts +5 -0
  431. package/dist/LmImgList/body/Thumb.d.ts +5 -0
  432. package/dist/LmImgList/demos/basic.d.ts +2 -0
  433. package/dist/LmImgList/fns/index.d.ts +20 -0
  434. package/dist/LmImgList/index.d.ts +3 -0
  435. package/dist/LmImgList/interface.d.ts +14 -0
  436. package/dist/LmImgList/style/index.d.ts +1 -0
  437. package/dist/LmImgList/style/variables.d.ts +1 -0
  438. package/dist/LmImgList/wrapper/Container.d.ts +4 -0
  439. package/dist/LmImgList/wrapper/Root.d.ts +4 -0
  440. package/dist/LmImgList/wrapper/Wrapper.d.ts +4 -0
  441. package/dist/LmImgList/wrapper/reducer.d.ts +14 -0
  442. package/dist/LmSelect/GhostSelect.d.ts +2 -0
  443. package/dist/LmSelect/NormalSelect.d.ts +11 -0
  444. package/dist/LmSelect/demos/basic.d.ts +2 -0
  445. package/dist/LmSelect/demos/checkbox.d.ts +2 -0
  446. package/dist/LmSelect/demos/ghost.d.ts +2 -0
  447. package/dist/LmSelect/index.d.ts +14 -0
  448. package/dist/LmSelect/style/index.d.ts +1 -0
  449. package/dist/LmSelect/style/variables.d.ts +1 -0
  450. package/dist/LmSelect/useCheckboxOptions.d.ts +5 -0
  451. package/dist/LmSelect/utils.d.ts +10 -0
  452. package/dist/LmTable/Table.d.ts +4 -0
  453. package/dist/LmTable/VList.d.ts +13 -0
  454. package/dist/LmTable/autosize.d.ts +25 -0
  455. package/dist/LmTable/chartUtil.d.ts +46 -0
  456. package/dist/LmTable/components/DndContainer.d.ts +5 -0
  457. package/dist/LmTable/components/customRenderEmpty.d.ts +2 -0
  458. package/dist/LmTable/components/inputDataEdit.d.ts +8 -0
  459. package/dist/LmTable/components/sheelTableCell.d.ts +11 -0
  460. package/dist/LmTable/components/sortableBoxCol.d.ts +5 -0
  461. package/dist/LmTable/components/sortableItemCol.d.ts +1 -0
  462. package/dist/LmTable/components/tableChartsModal.d.ts +24 -0
  463. package/dist/LmTable/context.d.ts +2 -0
  464. package/dist/LmTable/demos/basic.d.ts +2 -0
  465. package/dist/LmTable/demos/changeSize.d.ts +2 -0
  466. package/dist/LmTable/demos/colGroup.d.ts +2 -0
  467. package/dist/LmTable/demos/custom.d.ts +2 -0
  468. package/dist/LmTable/demos/demo.d.ts +2 -0
  469. package/dist/LmTable/demos/empty.d.ts +2 -0
  470. package/dist/LmTable/demos/excel.d.ts +2 -0
  471. package/dist/LmTable/demos/excelGroup.d.ts +2 -0
  472. package/dist/LmTable/demos/fixed.d.ts +2 -0
  473. package/dist/LmTable/demos/getData.d.ts +2 -0
  474. package/dist/LmTable/demos/img-basic.d.ts +2 -0
  475. package/dist/LmTable/demos/more.d.ts +2 -0
  476. package/dist/LmTable/demos/musort.d.ts +2 -0
  477. package/dist/LmTable/demos/nested.d.ts +2 -0
  478. package/dist/LmTable/demos/radio.d.ts +2 -0
  479. package/dist/LmTable/demos/selectType.d.ts +2 -0
  480. package/dist/LmTable/demos/summuy.d.ts +2 -0
  481. package/dist/LmTable/demos/tableColSort.d.ts +2 -0
  482. package/dist/LmTable/demos/tableSort.d.ts +2 -0
  483. package/dist/LmTable/demos/virtual.d.ts +2 -0
  484. package/dist/LmTable/detectElementResize.d.ts +16 -0
  485. package/dist/LmTable/expression.d.ts +1 -0
  486. package/dist/LmTable/hooks/useGroupDataSource.d.ts +7 -0
  487. package/dist/LmTable/hooks/useRowSelectControllableValue.d.ts +2 -0
  488. package/dist/LmTable/index.d.ts +2 -0
  489. package/dist/LmTable/resetConfig.d.ts +30 -0
  490. package/dist/LmTable/style/index.d.ts +1 -0
  491. package/dist/LmTable/style/variables.d.ts +1 -0
  492. package/dist/LmTable/util.d.ts +65 -0
  493. package/dist/LmTable/virTual/VirtualRow.d.ts +6 -0
  494. package/dist/LmTable/virTual/VirtualTable.d.ts +3 -0
  495. package/dist/LmTable/virTual/VirtualWrapper.d.ts +3 -0
  496. package/dist/LmTable/virTual/context.d.ts +13 -0
  497. package/dist/LmTable/virTual/index.d.ts +4 -0
  498. package/dist/LmUpload/LmUpload.d.ts +9 -0
  499. package/dist/LmUpload/UploadList/ItemPicture.d.ts +5 -0
  500. package/dist/LmUpload/UploadList/ItemPictureCard.d.ts +7 -0
  501. package/dist/LmUpload/UploadList/ItemText.d.ts +5 -0
  502. package/dist/LmUpload/UploadList/RenderItem.d.ts +3 -0
  503. package/dist/LmUpload/UploadList/index.d.ts +5 -0
  504. package/dist/LmUpload/body/Progress.d.ts +5 -0
  505. package/dist/LmUpload/body/UploadCore.d.ts +5 -0
  506. package/dist/LmUpload/body/UploadPicture.d.ts +5 -0
  507. package/dist/LmUpload/components/Crop.d.ts +5 -0
  508. package/dist/LmUpload/components/Preview.d.ts +5 -0
  509. package/dist/LmUpload/demos/basic.d.ts +2 -0
  510. package/dist/LmUpload/demos/card.d.ts +2 -0
  511. package/dist/LmUpload/demos/crop.d.ts +2 -0
  512. package/dist/LmUpload/demos/custom.d.ts +2 -0
  513. package/dist/LmUpload/demos/formCard.d.ts +2 -0
  514. package/dist/LmUpload/demos/picture.d.ts +2 -0
  515. package/dist/LmUpload/fns/index.d.ts +25 -0
  516. package/dist/LmUpload/index.d.ts +2 -0
  517. package/dist/LmUpload/style/index.d.ts +1 -0
  518. package/dist/LmUpload/style/variables.d.ts +1 -0
  519. package/dist/LmUpload/utils.d.ts +6 -0
  520. package/dist/LmUpload/view/index.d.ts +4 -0
  521. package/dist/LmUpload/wrapper/Upload.d.ts +4 -0
  522. package/dist/LmUpload/wrapper/UploadContainer.d.ts +5 -0
  523. package/dist/LmUpload/wrapper/UploadRoot.d.ts +3 -0
  524. package/dist/LmUpload/wrapper/UploadWrapper.d.ts +5 -0
  525. package/dist/LmUpload/wrapper/reducer.d.ts +13 -0
  526. package/dist/LoadingPage/demos/basic.d.ts +2 -0
  527. package/dist/LoadingPage/index.d.ts +4 -0
  528. package/dist/LoadingPage/style/index.d.ts +1 -0
  529. package/dist/LoadingPage/style/variables.d.ts +1 -0
  530. package/dist/Locale/ar_EG.d.ts +3 -0
  531. package/dist/Locale/az_AZ.d.ts +3 -0
  532. package/dist/Locale/bg_BG.d.ts +3 -0
  533. package/dist/Locale/bn_BD.d.ts +3 -0
  534. package/dist/Locale/by_BY.d.ts +3 -0
  535. package/dist/Locale/ca_ES.d.ts +3 -0
  536. package/dist/Locale/cs_CZ.d.ts +3 -0
  537. package/dist/Locale/da_DK.d.ts +3 -0
  538. package/dist/Locale/de_DE.d.ts +3 -0
  539. package/dist/Locale/default.d.ts +6 -0
  540. package/dist/Locale/el_GR.d.ts +3 -0
  541. package/dist/Locale/en_GB.d.ts +3 -0
  542. package/dist/Locale/en_US.d.ts +2 -0
  543. package/dist/Locale/es_ES.d.ts +3 -0
  544. package/dist/Locale/et_EE.d.ts +3 -0
  545. package/dist/Locale/fa_IR.d.ts +3 -0
  546. package/dist/Locale/fi_FI.d.ts +3 -0
  547. package/dist/Locale/fr_BE.d.ts +3 -0
  548. package/dist/Locale/fr_CA.d.ts +3 -0
  549. package/dist/Locale/fr_FR.d.ts +3 -0
  550. package/dist/Locale/ga_IE.d.ts +3 -0
  551. package/dist/Locale/gl_ES.d.ts +3 -0
  552. package/dist/Locale/he_IL.d.ts +3 -0
  553. package/dist/Locale/hi_IN.d.ts +3 -0
  554. package/dist/Locale/hr_HR.d.ts +3 -0
  555. package/dist/Locale/hu_HU.d.ts +3 -0
  556. package/dist/Locale/hy_AM.d.ts +3 -0
  557. package/dist/Locale/id_ID.d.ts +3 -0
  558. package/dist/Locale/is_IS.d.ts +3 -0
  559. package/dist/Locale/it_IT.d.ts +3 -0
  560. package/dist/Locale/ja_JP.d.ts +3 -0
  561. package/dist/Locale/ka_GE.d.ts +3 -0
  562. package/dist/Locale/kk_KZ.d.ts +3 -0
  563. package/dist/Locale/km_KH.d.ts +3 -0
  564. package/dist/Locale/kmr_IQ.d.ts +3 -0
  565. package/dist/Locale/kn_IN.d.ts +3 -0
  566. package/dist/Locale/ko_KR.d.ts +3 -0
  567. package/dist/Locale/ku_IQ.d.ts +3 -0
  568. package/dist/Locale/lt_LT.d.ts +3 -0
  569. package/dist/Locale/lv_LV.d.ts +3 -0
  570. package/dist/Locale/mk_MK.d.ts +3 -0
  571. package/dist/Locale/ml_IN.d.ts +3 -0
  572. package/dist/Locale/mn_MN.d.ts +3 -0
  573. package/dist/Locale/ms_MY.d.ts +3 -0
  574. package/dist/Locale/nb_NO.d.ts +3 -0
  575. package/dist/Locale/ne_NP.d.ts +3 -0
  576. package/dist/Locale/nl_BE.d.ts +3 -0
  577. package/dist/Locale/nl_NL.d.ts +3 -0
  578. package/dist/Locale/pl_PL.d.ts +3 -0
  579. package/dist/Locale/pt_BR.d.ts +3 -0
  580. package/dist/Locale/pt_PT.d.ts +3 -0
  581. package/dist/Locale/ro_RO.d.ts +3 -0
  582. package/dist/Locale/ru_RU.d.ts +3 -0
  583. package/dist/Locale/si_LK.d.ts +3 -0
  584. package/dist/Locale/sk_SK.d.ts +3 -0
  585. package/dist/Locale/sl_SI.d.ts +3 -0
  586. package/dist/Locale/sr_RS.d.ts +3 -0
  587. package/dist/Locale/sv_SE.d.ts +3 -0
  588. package/dist/Locale/ta_IN.d.ts +3 -0
  589. package/dist/Locale/th_TH.d.ts +3 -0
  590. package/dist/Locale/tk_TK.d.ts +3 -0
  591. package/dist/Locale/tr_TR.d.ts +3 -0
  592. package/dist/Locale/uk_UA.d.ts +3 -0
  593. package/dist/Locale/ur_PK.d.ts +3 -0
  594. package/dist/Locale/vi_VN.d.ts +3 -0
  595. package/dist/Locale/zh_CN.d.ts +6 -0
  596. package/dist/Locale/zh_HK.d.ts +3 -0
  597. package/dist/Locale/zh_TW.d.ts +3 -0
  598. package/dist/Mentions/demos/basic.d.ts +2 -0
  599. package/dist/Mentions/index.d.ts +3 -0
  600. package/dist/Mentions/style/index.d.ts +1 -0
  601. package/dist/Mentions/style/variables.d.ts +1 -0
  602. package/dist/Menu/demos/basic.d.ts +2 -0
  603. package/dist/Menu/index.d.ts +9 -0
  604. package/dist/Menu/style/index.d.ts +1 -0
  605. package/dist/Menu/style/variables.d.ts +1 -0
  606. package/dist/Modal/demos/basic.d.ts +2 -0
  607. package/dist/Modal/demos/info.d.ts +2 -0
  608. package/dist/Modal/demos/locale.d.ts +2 -0
  609. package/dist/Modal/index.d.ts +13 -0
  610. package/dist/Modal/locale.d.ts +7 -0
  611. package/dist/Modal/style/index.d.ts +1 -0
  612. package/dist/Modal/style/variables.d.ts +1 -0
  613. package/dist/PageHeader/demos/basic.d.ts +2 -0
  614. package/dist/PageHeader/index.d.ts +24 -0
  615. package/dist/PageHeader/style/index.d.ts +1 -0
  616. package/dist/PageHeader/style/variables.d.ts +1 -0
  617. package/dist/Pagination/demos/basic.d.ts +2 -0
  618. package/dist/Pagination/index.d.ts +8 -0
  619. package/dist/Pagination/style/index.d.ts +1 -0
  620. package/dist/Pagination/style/variables.d.ts +1 -0
  621. package/dist/Popconfirm/demos/basic.d.ts +2 -0
  622. package/dist/Popconfirm/index.d.ts +3 -0
  623. package/dist/Popconfirm/style/index.d.ts +1 -0
  624. package/dist/Popconfirm/style/variables.d.ts +1 -0
  625. package/dist/Popover/demos/basic.d.ts +2 -0
  626. package/dist/Popover/demos/basic1.d.ts +2 -0
  627. package/dist/Popover/index.d.ts +11 -0
  628. package/dist/Popover/style/index.d.ts +1 -0
  629. package/dist/Popover/style/variables.d.ts +1 -0
  630. package/dist/Progress/demos/basic.d.ts +2 -0
  631. package/dist/Progress/demos/circle.d.ts +2 -0
  632. package/dist/Progress/demos/dynamic.d.ts +2 -0
  633. package/dist/Progress/demos/small.d.ts +2 -0
  634. package/dist/Progress/index.d.ts +3 -0
  635. package/dist/Progress/style/index.d.ts +1 -0
  636. package/dist/Progress/style/variables.d.ts +1 -0
  637. package/dist/QuickMenu/demos/basic.d.ts +2 -0
  638. package/dist/QuickMenu/demos/useInDraw.d.ts +2 -0
  639. package/dist/QuickMenu/index.d.ts +15 -0
  640. package/dist/QuickMenu/style/index.d.ts +1 -0
  641. package/dist/QuickMenu/style/variables.d.ts +1 -0
  642. package/dist/Radio/demos/basic.d.ts +2 -0
  643. package/dist/Radio/demos/disabled.d.ts +2 -0
  644. package/dist/Radio/demos/radiobutton-solid.d.ts +2 -0
  645. package/dist/Radio/demos/radiobutton.d.ts +2 -0
  646. package/dist/Radio/demos/radiogroup-more.d.ts +2 -0
  647. package/dist/Radio/demos/radiogroup-options.d.ts +2 -0
  648. package/dist/Radio/demos/radiogroup-with-button.d.ts +2 -0
  649. package/dist/Radio/demos/radiogroup-with-name.d.ts +2 -0
  650. package/dist/Radio/demos/radiogroup.d.ts +2 -0
  651. package/dist/Radio/demos/size.d.ts +2 -0
  652. package/dist/Radio/index.d.ts +7 -0
  653. package/dist/Radio/style/index.d.ts +1 -0
  654. package/dist/Radio/style/variables.d.ts +1 -0
  655. package/dist/Rate/demos/basic.d.ts +2 -0
  656. package/dist/Rate/index.d.ts +3 -0
  657. package/dist/Rate/style/index.d.ts +1 -0
  658. package/dist/Rate/style/variables.d.ts +1 -0
  659. package/dist/Result/demos/403.d.ts +2 -0
  660. package/dist/Result/demos/404.d.ts +2 -0
  661. package/dist/Result/demos/500.d.ts +2 -0
  662. package/dist/Result/demos/basic.d.ts +2 -0
  663. package/dist/Result/demos/customicon.d.ts +2 -0
  664. package/dist/Result/demos/error.d.ts +2 -0
  665. package/dist/Result/demos/info.d.ts +2 -0
  666. package/dist/Result/demos/success.d.ts +2 -0
  667. package/dist/Result/demos/warning.d.ts +2 -0
  668. package/dist/Result/index.d.ts +32 -0
  669. package/dist/Result/noFound.d.ts +2 -0
  670. package/dist/Result/serverError.d.ts +2 -0
  671. package/dist/Result/style/index.d.ts +1 -0
  672. package/dist/Result/style/variables.d.ts +1 -0
  673. package/dist/Result/unauthorized.d.ts +2 -0
  674. package/dist/Row/demos/basic.d.ts +2 -0
  675. package/dist/Row/index.d.ts +3 -0
  676. package/dist/Row/style/index.d.ts +1 -0
  677. package/dist/Row/style/variables.d.ts +1 -0
  678. package/dist/Segmented/demos/basic.d.ts +2 -0
  679. package/dist/Segmented/index.d.ts +3 -0
  680. package/dist/Segmented/style/index.d.ts +1 -0
  681. package/dist/Segmented/style/variables.d.ts +1 -0
  682. package/dist/Select/demos/basic.d.ts +2 -0
  683. package/dist/Select/demos/bordered.d.ts +2 -0
  684. package/dist/Select/demos/formItem.d.ts +2 -0
  685. package/dist/Select/index.d.ts +15 -0
  686. package/dist/Select/style/index.d.ts +1 -0
  687. package/dist/Select/style/variables.d.ts +1 -0
  688. package/dist/Skeleton/demos/basic.d.ts +2 -0
  689. package/dist/Skeleton/index.d.ts +5 -0
  690. package/dist/Skeleton/style/index.d.ts +1 -0
  691. package/dist/Skeleton/style/variables.d.ts +1 -0
  692. package/dist/Slider/demos/basic.d.ts +2 -0
  693. package/dist/Slider/index.d.ts +2 -0
  694. package/dist/Slider/style/index.d.ts +1 -0
  695. package/dist/Slider/style/variables.d.ts +1 -0
  696. package/dist/Space/demos/auto.d.ts +2 -0
  697. package/dist/Space/demos/basic.d.ts +2 -0
  698. package/dist/Space/demos/vertical.d.ts +2 -0
  699. package/dist/Space/index.d.ts +4 -0
  700. package/dist/Space/style/index.d.ts +1 -0
  701. package/dist/Space/style/variables.d.ts +1 -0
  702. package/dist/Spin/demos/basic.d.ts +2 -0
  703. package/dist/Spin/demos/size.d.ts +2 -0
  704. package/dist/Spin/index.d.ts +7 -0
  705. package/dist/Spin/style/index.d.ts +1 -0
  706. package/dist/Spin/style/variables.d.ts +1 -0
  707. package/dist/Statistic/demos/basic.d.ts +2 -0
  708. package/dist/Statistic/index.d.ts +3 -0
  709. package/dist/Statistic/style/index.d.ts +1 -0
  710. package/dist/Statistic/style/variables.d.ts +1 -0
  711. package/dist/Steps/demos/basic.d.ts +2 -0
  712. package/dist/Steps/index.d.ts +3 -0
  713. package/dist/Steps/style/index.d.ts +1 -0
  714. package/dist/Steps/style/variables.d.ts +1 -0
  715. package/dist/Switch/demos/basic.d.ts +2 -0
  716. package/dist/Switch/demos/table.d.ts +2 -0
  717. package/dist/Switch/index.d.ts +3 -0
  718. package/dist/Switch/style/index.d.ts +1 -0
  719. package/dist/Switch/style/variables.d.ts +1 -0
  720. package/dist/Table/demos/basic.d.ts +2 -0
  721. package/dist/Table/index.d.ts +2 -0
  722. package/dist/Table/style/index.d.ts +1 -0
  723. package/dist/Table/style/variables.d.ts +1 -0
  724. package/dist/Tabs/TabPane.d.ts +5 -0
  725. package/dist/Tabs/demos/basic.d.ts +2 -0
  726. package/dist/Tabs/demos/nobroder.d.ts +2 -0
  727. package/dist/Tabs/hooks/useAnimateConfig.d.ts +3 -0
  728. package/dist/Tabs/hooks/useLegacyItems.d.ts +4 -0
  729. package/dist/Tabs/index.d.ts +23 -0
  730. package/dist/Tabs/index.old.d.ts +12 -0
  731. package/dist/Tabs/style/index.d.ts +1 -0
  732. package/dist/Tabs/style/variables.d.ts +1 -0
  733. package/dist/Tag/demos/CheckableTag.d.ts +2 -0
  734. package/dist/Tag/demos/ExigencyTag.d.ts +2 -0
  735. package/dist/Tag/demos/add.d.ts +3 -0
  736. package/dist/Tag/demos/basic.d.ts +2 -0
  737. package/dist/Tag/demos/border.d.ts +2 -0
  738. package/dist/Tag/demos/colors.d.ts +2 -0
  739. package/dist/Tag/index.d.ts +16 -0
  740. package/dist/Tag/style/index.d.ts +1 -0
  741. package/dist/Tag/style/variables.d.ts +1 -0
  742. package/dist/TestTable/LmBox.d.ts +12 -0
  743. package/dist/TestTable/demos/basic.d.ts +6 -0
  744. package/dist/TestTable/index.d.ts +2 -0
  745. package/dist/TestTable/style/index.d.ts +1 -0
  746. package/dist/TestTable/style/variables.d.ts +1 -0
  747. package/dist/TimePicker/demos/basic.d.ts +3 -0
  748. package/dist/TimePicker/index.d.ts +3 -0
  749. package/dist/TimePicker/style/index.d.ts +1 -0
  750. package/dist/TimePicker/style/variables.d.ts +1 -0
  751. package/dist/Timeline/demos/basic.d.ts +2 -0
  752. package/dist/Timeline/index.d.ts +3 -0
  753. package/dist/Timeline/style/index.d.ts +1 -0
  754. package/dist/Timeline/style/variables.d.ts +1 -0
  755. package/dist/Tooltip/demos/basic.d.ts +2 -0
  756. package/dist/Tooltip/index.d.ts +44 -0
  757. package/dist/Tooltip/style/index.d.ts +1 -0
  758. package/dist/Tooltip/style/variables.d.ts +1 -0
  759. package/dist/Transfer/demos/basic.d.ts +2 -0
  760. package/dist/Transfer/index.d.ts +3 -0
  761. package/dist/Transfer/style/index.d.ts +1 -0
  762. package/dist/Transfer/style/variables.d.ts +1 -0
  763. package/dist/Tree/DirectoryTree.d.ts +21 -0
  764. package/dist/Tree/Tree.d.ts +140 -0
  765. package/dist/Tree/TreeIndex.d.ts +5 -0
  766. package/dist/Tree/demos/basic.d.ts +2 -0
  767. package/dist/Tree/demos/controlled.d.ts +2 -0
  768. package/dist/Tree/demos/search.d.ts +2 -0
  769. package/dist/Tree/demos/sort.d.ts +2 -0
  770. package/dist/Tree/index.d.ts +12 -0
  771. package/dist/Tree/style/index.d.ts +1 -0
  772. package/dist/Tree/style/variables.d.ts +1 -0
  773. package/dist/Tree/utils/dictUtil.d.ts +9 -0
  774. package/dist/Tree/utils/dropIndicator.d.ts +8 -0
  775. package/dist/Tree/utils/iconUtil.d.ts +5 -0
  776. package/dist/TreeSelect/demos/basic.d.ts +2 -0
  777. package/dist/TreeSelect/demos/formItem.d.ts +2 -0
  778. package/dist/TreeSelect/demos/treedata.d.ts +3 -0
  779. package/dist/TreeSelect/index.d.ts +8 -0
  780. package/dist/TreeSelect/style/index.d.ts +1 -0
  781. package/dist/TreeSelect/style/variables.d.ts +1 -0
  782. package/dist/Typography/Base/Ellipsis.d.ts +14 -0
  783. package/dist/Typography/Base/EllipsisTooltip.d.ts +13 -0
  784. package/dist/Typography/Base/index.d.ts +54 -0
  785. package/dist/Typography/Editable.d.ts +20 -0
  786. package/dist/Typography/Link.d.ts +7 -0
  787. package/dist/Typography/Paragraph.d.ts +7 -0
  788. package/dist/Typography/Text.d.ts +8 -0
  789. package/dist/Typography/Title.d.ts +9 -0
  790. package/dist/Typography/Typography.d.ts +11 -0
  791. package/dist/Typography/demos/basic.d.ts +2 -0
  792. package/dist/Typography/hooks/useMergedConfig.d.ts +1 -0
  793. package/dist/Typography/hooks/useUpdatedEffect.d.ts +3 -0
  794. package/dist/Typography/index.d.ts +15 -0
  795. package/dist/Typography/style/index.d.ts +1 -0
  796. package/dist/Typography/style/variables.d.ts +1 -0
  797. package/dist/Upload/demos/basic.d.ts +3 -0
  798. package/dist/Upload/demos/picture-card.d.ts +3 -0
  799. package/dist/Upload/demos/picture-little.d.ts +3 -0
  800. package/dist/Upload/demos/picture-style.d.ts +4 -0
  801. package/dist/Upload/index.d.ts +13 -0
  802. package/dist/Upload/style/index.d.ts +1 -0
  803. package/dist/Upload/style/variables.d.ts +1 -0
  804. package/dist/UploadOss/demos/basic-UploadBtn.d.ts +2 -0
  805. package/dist/UploadOss/demos/basic-UploadImg.d.ts +2 -0
  806. package/dist/UploadOss/index.d.ts +7 -0
  807. package/dist/UploadOss/style/index.d.ts +1 -0
  808. package/dist/UploadOss/style/variables.d.ts +1 -0
  809. package/dist/UploadOss/uploadBtn.d.ts +2 -0
  810. package/dist/UploadOss/uploadImg.d.ts +2 -0
  811. package/dist/VirtualList/demos/basic.d.ts +2 -0
  812. package/dist/VirtualList/index.d.ts +9 -0
  813. package/dist/VirtualList/style/index.d.ts +1 -0
  814. package/dist/VirtualList/style/variables.d.ts +1 -0
  815. package/dist/_util/colors.d.ts +5 -0
  816. package/dist/_util/domTarget.d.ts +7 -0
  817. package/dist/_util/getDataOrAriaProps.d.ts +1 -0
  818. package/dist/_util/getRenderPropValue.d.ts +3 -0
  819. package/dist/_util/hooks/useFlexGapSupport.d.ts +2 -0
  820. package/dist/_util/hooks/useForceUpdate.d.ts +2 -0
  821. package/dist/_util/motion.d.ts +8 -0
  822. package/dist/_util/placements.d.ts +17 -0
  823. package/dist/_util/reactNode.d.ts +7 -0
  824. package/dist/_util/responsiveObserve.d.ts +21 -0
  825. package/dist/_util/statusUtils.d.ts +6 -0
  826. package/dist/_util/styleChecker.d.ts +4 -0
  827. package/dist/_util/throttleByAnimationFrame.d.ts +8 -0
  828. package/dist/_util/transButton.d.ts +9 -0
  829. package/dist/_util/type.d.ts +9 -0
  830. package/dist/_util/warning.d.ts +6 -0
  831. package/dist/base.css +512 -0
  832. package/dist/f8940d62d6a40f71.png +0 -0
  833. package/dist/hooks/index.d.ts +2 -0
  834. package/dist/hooks/useEvent/index.d.ts +2 -0
  835. package/dist/hooks/useFullscreen/demos/basic.d.ts +2 -0
  836. package/dist/hooks/useFullscreen/demos/useInModal.d.ts +2 -0
  837. package/dist/hooks/useFullscreen/index.d.ts +15 -0
  838. package/dist/index.d.ts +128 -0
  839. package/dist/index.umd.css +29404 -0
  840. package/dist/index.umd.js +325277 -0
  841. package/dist/index.umd.min.css +2 -0
  842. package/dist/index.umd.min.js +194 -0
  843. package/dist/locale-provider/LocaleReceiver.d.ts +20 -0
  844. package/dist/locale-provider/ar_EG.d.ts +2 -0
  845. package/dist/locale-provider/az_AZ.d.ts +2 -0
  846. package/dist/locale-provider/bg_BG.d.ts +2 -0
  847. package/dist/locale-provider/bn_BD.d.ts +2 -0
  848. package/dist/locale-provider/by_BY.d.ts +2 -0
  849. package/dist/locale-provider/ca_ES.d.ts +2 -0
  850. package/dist/locale-provider/context.d.ts +7 -0
  851. package/dist/locale-provider/cs_CZ.d.ts +2 -0
  852. package/dist/locale-provider/da_DK.d.ts +2 -0
  853. package/dist/locale-provider/de_DE.d.ts +2 -0
  854. package/dist/locale-provider/default.d.ts +2 -0
  855. package/dist/locale-provider/el_GR.d.ts +2 -0
  856. package/dist/locale-provider/en_GB.d.ts +2 -0
  857. package/dist/locale-provider/en_US.d.ts +2 -0
  858. package/dist/locale-provider/es_ES.d.ts +2 -0
  859. package/dist/locale-provider/et_EE.d.ts +2 -0
  860. package/dist/locale-provider/fa_IR.d.ts +2 -0
  861. package/dist/locale-provider/fi_FI.d.ts +2 -0
  862. package/dist/locale-provider/fr_BE.d.ts +2 -0
  863. package/dist/locale-provider/fr_CA.d.ts +2 -0
  864. package/dist/locale-provider/fr_FR.d.ts +2 -0
  865. package/dist/locale-provider/ga_IE.d.ts +2 -0
  866. package/dist/locale-provider/gl_ES.d.ts +2 -0
  867. package/dist/locale-provider/he_IL.d.ts +2 -0
  868. package/dist/locale-provider/hi_IN.d.ts +2 -0
  869. package/dist/locale-provider/hr_HR.d.ts +2 -0
  870. package/dist/locale-provider/hu_HU.d.ts +2 -0
  871. package/dist/locale-provider/hy_AM.d.ts +2 -0
  872. package/dist/locale-provider/id_ID.d.ts +2 -0
  873. package/dist/locale-provider/index.d.ts +61 -0
  874. package/dist/locale-provider/is_IS.d.ts +2 -0
  875. package/dist/locale-provider/it_IT.d.ts +2 -0
  876. package/dist/locale-provider/ja_JP.d.ts +2 -0
  877. package/dist/locale-provider/ka_GE.d.ts +2 -0
  878. package/dist/locale-provider/kk_KZ.d.ts +2 -0
  879. package/dist/locale-provider/km_KH.d.ts +2 -0
  880. package/dist/locale-provider/kmr_IQ.d.ts +2 -0
  881. package/dist/locale-provider/kn_IN.d.ts +2 -0
  882. package/dist/locale-provider/ko_KR.d.ts +2 -0
  883. package/dist/locale-provider/ku_IQ.d.ts +2 -0
  884. package/dist/locale-provider/lt_LT.d.ts +2 -0
  885. package/dist/locale-provider/lv_LV.d.ts +2 -0
  886. package/dist/locale-provider/mk_MK.d.ts +2 -0
  887. package/dist/locale-provider/ml_IN.d.ts +2 -0
  888. package/dist/locale-provider/mn_MN.d.ts +2 -0
  889. package/dist/locale-provider/ms_MY.d.ts +2 -0
  890. package/dist/locale-provider/nb_NO.d.ts +2 -0
  891. package/dist/locale-provider/ne_NP.d.ts +2 -0
  892. package/dist/locale-provider/nl_BE.d.ts +2 -0
  893. package/dist/locale-provider/nl_NL.d.ts +2 -0
  894. package/dist/locale-provider/pl_PL.d.ts +2 -0
  895. package/dist/locale-provider/pt_BR.d.ts +2 -0
  896. package/dist/locale-provider/pt_PT.d.ts +2 -0
  897. package/dist/locale-provider/ro_RO.d.ts +2 -0
  898. package/dist/locale-provider/ru_RU.d.ts +2 -0
  899. package/dist/locale-provider/si_LK.d.ts +2 -0
  900. package/dist/locale-provider/sk_SK.d.ts +2 -0
  901. package/dist/locale-provider/sl_SI.d.ts +2 -0
  902. package/dist/locale-provider/sr_RS.d.ts +2 -0
  903. package/dist/locale-provider/style/index.d.ts +1 -0
  904. package/dist/locale-provider/style/variables.d.ts +1 -0
  905. package/dist/locale-provider/sv_SE.d.ts +2 -0
  906. package/dist/locale-provider/ta_IN.d.ts +2 -0
  907. package/dist/locale-provider/th_TH.d.ts +2 -0
  908. package/dist/locale-provider/tk_TK.d.ts +2 -0
  909. package/dist/locale-provider/tr_TR.d.ts +2 -0
  910. package/dist/locale-provider/uk_UA.d.ts +2 -0
  911. package/dist/locale-provider/ur_PK.d.ts +2 -0
  912. package/dist/locale-provider/vi_VN.d.ts +2 -0
  913. package/dist/locale-provider/zh_CN.d.ts +2 -0
  914. package/dist/locale-provider/zh_HK.d.ts +2 -0
  915. package/dist/locale-provider/zh_TW.d.ts +2 -0
  916. package/dist/message/demos/basic.d.ts +2 -0
  917. package/dist/message/demos/other.d.ts +2 -0
  918. package/dist/message/hooks/useMessage.d.ts +7 -0
  919. package/dist/message/index.d.ts +66 -0
  920. package/dist/message/style/index.d.ts +1 -0
  921. package/dist/message/style/variables.d.ts +1 -0
  922. package/dist/notification/demos/basic.d.ts +2 -0
  923. package/dist/notification/demos/button.d.ts +2 -0
  924. package/dist/notification/demos/icon.d.ts +2 -0
  925. package/dist/notification/hooks/useNotification.d.ts +7 -0
  926. package/dist/notification/index.d.ts +54 -0
  927. package/dist/notification/style/index.d.ts +1 -0
  928. package/dist/notification/style/variables.d.ts +1 -0
  929. package/dist/services/newRequest.d.ts +2 -0
  930. package/dist/services/utils.d.ts +1 -0
  931. package/dist/styles/index.d.ts +1 -0
  932. package/dist/variables.css +12843 -0
  933. package/es/Affix/index.d.ts +54 -0
  934. package/es/Affix/index.js +326 -0
  935. package/es/Affix/style/index.css +512 -0
  936. package/es/Affix/style/index.d.ts +1 -0
  937. package/es/Affix/style/index.js +1 -0
  938. package/es/Affix/style/variables.css +0 -0
  939. package/es/Affix/style/variables.d.ts +1 -0
  940. package/es/Affix/style/variables.js +1 -0
  941. package/es/Affix/utils.d.ts +15 -0
  942. package/es/Affix/utils.js +83 -0
  943. package/es/Alert/ErrorBoundary.d.ts +22 -0
  944. package/es/Alert/ErrorBoundary.js +65 -0
  945. package/es/Alert/index.d.ts +41 -0
  946. package/es/Alert/index.js +214 -0
  947. package/es/Alert/style/index.css +538 -0
  948. package/es/Alert/style/index.d.ts +1 -0
  949. package/es/Alert/style/index.js +1 -0
  950. package/es/Alert/style/variables.css +26 -0
  951. package/es/Alert/style/variables.d.ts +1 -0
  952. package/es/Alert/style/variables.js +1 -0
  953. package/es/Approval/handle.d.ts +11 -0
  954. package/es/Approval/handle.js +138 -0
  955. package/es/Approval/index.d.ts +5 -0
  956. package/es/Approval/index.js +461 -0
  957. package/es/Approval/style/index.css +711 -0
  958. package/es/Approval/style/index.d.ts +1 -0
  959. package/es/Approval/style/index.js +1 -0
  960. package/es/Approval/style/variables.css +199 -0
  961. package/es/Approval/style/variables.d.ts +1 -0
  962. package/es/Approval/style/variables.js +1 -0
  963. package/es/Approval/type.d.ts +56 -0
  964. package/es/Approval/type.js +97 -0
  965. package/es/Approval/util.d.ts +26 -0
  966. package/es/Approval/util.js +132 -0
  967. package/es/AutoComplete/index.d.ts +30 -0
  968. package/es/AutoComplete/index.js +100 -0
  969. package/es/AutoComplete/style/index.css +512 -0
  970. package/es/AutoComplete/style/index.d.ts +1 -0
  971. package/es/AutoComplete/style/index.js +1 -0
  972. package/es/AutoComplete/style/variables.css +0 -0
  973. package/es/AutoComplete/style/variables.d.ts +1 -0
  974. package/es/AutoComplete/style/variables.js +1 -0
  975. package/es/Avatar/index.d.ts +3 -0
  976. package/es/Avatar/index.js +3 -0
  977. package/es/Avatar/style/index.css +512 -0
  978. package/es/Avatar/style/index.d.ts +1 -0
  979. package/es/Avatar/style/index.js +1 -0
  980. package/es/Avatar/style/variables.css +0 -0
  981. package/es/Avatar/style/variables.d.ts +1 -0
  982. package/es/Avatar/style/variables.js +1 -0
  983. package/es/Badge/Ribbon.d.ts +15 -0
  984. package/es/Badge/Ribbon.js +47 -0
  985. package/es/Badge/ScrollNumber.d.ts +18 -0
  986. package/es/Badge/ScrollNumber.js +80 -0
  987. package/es/Badge/SingleNumber.d.ts +12 -0
  988. package/es/Badge/SingleNumber.js +122 -0
  989. package/es/Badge/index.d.ts +30 -0
  990. package/es/Badge/index.js +183 -0
  991. package/es/Badge/style/index.css +512 -0
  992. package/es/Badge/style/index.d.ts +1 -0
  993. package/es/Badge/style/index.js +1 -0
  994. package/es/Badge/style/variables.css +0 -0
  995. package/es/Badge/style/variables.d.ts +1 -0
  996. package/es/Badge/style/variables.js +1 -0
  997. package/es/Badge/utils.d.ts +1 -0
  998. package/es/Badge/utils.js +5 -0
  999. package/es/Box/LmBox.d.ts +12 -0
  1000. package/es/Box/LmBox.js +13 -0
  1001. package/es/Box/body/Item.d.ts +10 -0
  1002. package/es/Box/body/Item.js +18 -0
  1003. package/es/Box/body/List.d.ts +6 -0
  1004. package/es/Box/body/List.js +21 -0
  1005. package/es/Box/body/OverflowList.d.ts +6 -0
  1006. package/es/Box/body/OverflowList.js +17 -0
  1007. package/es/Box/index.d.ts +3 -0
  1008. package/es/Box/index.js +3 -0
  1009. package/es/Box/style/index.css +10 -0
  1010. package/es/Box/style/index.js +3 -0
  1011. package/es/Box/style/variables.css +10 -0
  1012. package/es/Box/style/variables.js +3 -0
  1013. package/es/Box/wrapper/BoxContainer.d.ts +6 -0
  1014. package/es/Box/wrapper/BoxContainer.js +49 -0
  1015. package/es/Box/wrapper/BoxRoot.d.ts +4 -0
  1016. package/es/Box/wrapper/BoxRoot.js +31 -0
  1017. package/es/Box/wrapper/BoxWrapper.d.ts +6 -0
  1018. package/es/Box/wrapper/BoxWrapper.js +9 -0
  1019. package/es/Box/wrapper/reducer.d.ts +8 -0
  1020. package/es/Box/wrapper/reducer.js +25 -0
  1021. package/es/Breadcrumb/index.d.ts +4 -0
  1022. package/es/Breadcrumb/index.js +3 -0
  1023. package/es/Breadcrumb/style/index.css +512 -0
  1024. package/es/Breadcrumb/style/index.d.ts +1 -0
  1025. package/es/Breadcrumb/style/index.js +1 -0
  1026. package/es/Breadcrumb/style/variables.css +0 -0
  1027. package/es/Breadcrumb/style/variables.d.ts +1 -0
  1028. package/es/Breadcrumb/style/variables.js +1 -0
  1029. package/es/Button/index.d.ts +11 -0
  1030. package/es/Button/index.js +50 -0
  1031. package/es/Button/style/index.css +125 -0
  1032. package/es/Button/style/index.d.ts +1 -0
  1033. package/es/Button/style/index.js +1 -0
  1034. package/es/Button/style/variables.css +125 -0
  1035. package/es/ButtonTags/ButtonTags.js +59 -0
  1036. package/es/ButtonTags/index.js +13 -0
  1037. package/es/ButtonTags/style/index.css +584 -0
  1038. package/es/ButtonTags/style/index.js +3 -0
  1039. package/es/ButtonTags/style/variables.css +72 -0
  1040. package/es/ButtonTags/style/variables.js +3 -0
  1041. package/es/Calendar/index.d.ts +4 -0
  1042. package/es/Calendar/index.js +3 -0
  1043. package/es/Calendar/style/index.css +512 -0
  1044. package/es/Calendar/style/index.d.ts +1 -0
  1045. package/es/Calendar/style/index.js +1 -0
  1046. package/es/Calendar/style/variables.css +0 -0
  1047. package/es/Calendar/style/variables.d.ts +1 -0
  1048. package/es/Calendar/style/variables.js +1 -0
  1049. package/es/Card/index.d.ts +2 -0
  1050. package/es/Card/index.js +17 -0
  1051. package/es/Card/style/index.css +512 -0
  1052. package/es/Card/style/index.d.ts +1 -0
  1053. package/es/Card/style/index.js +1 -0
  1054. package/es/Card/style/variables.css +0 -0
  1055. package/es/Card/style/variables.d.ts +1 -0
  1056. package/es/Card/style/variables.js +1 -0
  1057. package/es/CardTable/LmCardTable.js +63 -0
  1058. package/es/CardTable/body/TableBody.js +78 -0
  1059. package/es/CardTable/body/TableBodyCell.js +67 -0
  1060. package/es/CardTable/body/TableBodyRow.js +91 -0
  1061. package/es/CardTable/card/PictureTextColumn.js +132 -0
  1062. package/es/CardTable/card/PictureTextRow.js +153 -0
  1063. package/es/CardTable/card/PictureTextRowOperate.js +146 -0
  1064. package/es/CardTable/context.js +20 -0
  1065. package/es/CardTable/empty.js +24 -0
  1066. package/es/CardTable/fns/index.js +160 -0
  1067. package/es/CardTable/footer.js +59 -0
  1068. package/es/CardTable/hooks/usePagination.js +128 -0
  1069. package/es/CardTable/index.js +17 -0
  1070. package/es/CardTable/pager/TablePagination.js +60 -0
  1071. package/es/CardTable/pager/index.js +47 -0
  1072. package/es/CardTable/style/index.css +466 -0
  1073. package/es/CardTable/style/index.js +3 -0
  1074. package/es/CardTable/style/variables.css +466 -0
  1075. package/es/CardTable/style/variables.js +3 -0
  1076. package/es/CardTable/table/Table.js +27 -0
  1077. package/es/CardTable/table/TableContainer.js +97 -0
  1078. package/es/CardTable/table/TableRoot.js +210 -0
  1079. package/es/CardTable/table/TableWrapper.js +40 -0
  1080. package/es/CardTable/toolbar/ToolBarBottom.js +28 -0
  1081. package/es/CardTable/utils.js +31 -0
  1082. package/es/Carousel/index.d.ts +3 -0
  1083. package/es/Carousel/index.js +3 -0
  1084. package/es/Carousel/style/index.css +512 -0
  1085. package/es/Carousel/style/index.d.ts +1 -0
  1086. package/es/Carousel/style/index.js +1 -0
  1087. package/es/Carousel/style/variables.css +0 -0
  1088. package/es/Carousel/style/variables.d.ts +1 -0
  1089. package/es/Carousel/style/variables.js +1 -0
  1090. package/es/Cascader/index.d.ts +4 -0
  1091. package/es/Cascader/index.js +65 -0
  1092. package/es/Cascader/style/index.css +528 -0
  1093. package/es/Cascader/style/index.d.ts +1 -0
  1094. package/es/Cascader/style/index.js +1 -0
  1095. package/es/Cascader/style/variables.css +16 -0
  1096. package/es/Cascader/style/variables.d.ts +1 -0
  1097. package/es/Cascader/style/variables.js +1 -0
  1098. package/es/Checkbox/index.js +47 -0
  1099. package/es/Checkbox/style/index.css +128 -0
  1100. package/es/Checkbox/style/index.js +3 -0
  1101. package/es/Checkbox/style/variables.css +128 -0
  1102. package/es/Checkbox/style/variables.js +3 -0
  1103. package/es/Col/README.md.old +22 -0
  1104. package/es/Col/index.d.ts +3 -0
  1105. package/es/Col/index.js +2 -0
  1106. package/es/Col/style/index.css +512 -0
  1107. package/es/Col/style/index.d.ts +1 -0
  1108. package/es/Col/style/index.js +1 -0
  1109. package/es/Col/style/variables.css +0 -0
  1110. package/es/Col/style/variables.d.ts +1 -0
  1111. package/es/Col/style/variables.js +1 -0
  1112. package/es/Collapse/index.d.ts +3 -0
  1113. package/es/Collapse/index.js +3 -0
  1114. package/es/Collapse/style/index.css +512 -0
  1115. package/es/Collapse/style/index.d.ts +1 -0
  1116. package/es/Collapse/style/index.js +1 -0
  1117. package/es/Collapse/style/variables.css +0 -0
  1118. package/es/Collapse/style/variables.d.ts +1 -0
  1119. package/es/Collapse/style/variables.js +1 -0
  1120. package/es/Comment/index.d.ts +3 -0
  1121. package/es/Comment/index.js +3 -0
  1122. package/es/Comment/style/index.css +512 -0
  1123. package/es/Comment/style/index.d.ts +1 -0
  1124. package/es/Comment/style/index.js +1 -0
  1125. package/es/Comment/style/variables.css +0 -0
  1126. package/es/Comment/style/variables.d.ts +1 -0
  1127. package/es/Comment/style/variables.js +1 -0
  1128. package/es/ConfigProvider/DisabledContext.d.ts +9 -0
  1129. package/es/ConfigProvider/DisabledContext.js +11 -0
  1130. package/es/ConfigProvider/SizeContext.d.ts +9 -0
  1131. package/es/ConfigProvider/SizeContext.js +12 -0
  1132. package/es/ConfigProvider/context.d.ts +60 -0
  1133. package/es/ConfigProvider/context.js +41 -0
  1134. package/es/ConfigProvider/cssVariables.d.ts +3 -0
  1135. package/es/ConfigProvider/cssVariables.js +97 -0
  1136. package/es/ConfigProvider/defaultRenderEmpty.d.ts +4 -0
  1137. package/es/ConfigProvider/defaultRenderEmpty.js +37 -0
  1138. package/es/ConfigProvider/index.d.ts +62 -0
  1139. package/es/ConfigProvider/index.js +219 -0
  1140. package/es/ConfigProvider/style/index.css +141 -0
  1141. package/es/ConfigProvider/style/index.js +3 -0
  1142. package/es/ConfigProvider/style/variables.css +141 -0
  1143. package/es/ConfigProvider/style/variables.js +3 -0
  1144. package/es/CropImg/LmCropImg.d.ts +11 -0
  1145. package/es/CropImg/LmCropImg.js +17 -0
  1146. package/es/CropImg/body/Operate.d.ts +5 -0
  1147. package/es/CropImg/body/Operate.js +90 -0
  1148. package/es/CropImg/body/index.d.ts +5 -0
  1149. package/es/CropImg/body/index.js +46 -0
  1150. package/es/CropImg/fns/index.d.ts +14 -0
  1151. package/es/CropImg/fns/index.js +50 -0
  1152. package/es/CropImg/index.d.ts +4 -0
  1153. package/es/CropImg/index.js +4 -0
  1154. package/es/CropImg/style/index.css +17 -0
  1155. package/es/CropImg/style/index.js +3 -0
  1156. package/es/CropImg/style/variables.css +17 -0
  1157. package/es/CropImg/style/variables.js +3 -0
  1158. package/es/CropImg/utils.js +161 -0
  1159. package/es/CropImg/wrapper/Container.d.ts +5 -0
  1160. package/es/CropImg/wrapper/Container.js +107 -0
  1161. package/es/CropImg/wrapper/Root.d.ts +3 -0
  1162. package/es/CropImg/wrapper/Root.js +44 -0
  1163. package/es/CropImg/wrapper/Wrapper.d.ts +5 -0
  1164. package/es/CropImg/wrapper/Wrapper.js +11 -0
  1165. package/es/CropImg/wrapper/reducer.d.ts +13 -0
  1166. package/es/CropImg/wrapper/reducer.js +33 -0
  1167. package/es/CustomTableOption/cardSort.d.ts +4 -0
  1168. package/es/CustomTableOption/cardSort.js +224 -0
  1169. package/es/CustomTableOption/columnsSort.d.ts +4 -0
  1170. package/es/CustomTableOption/columnsSort.js +346 -0
  1171. package/es/CustomTableOption/filterSort.d.ts +4 -0
  1172. package/es/CustomTableOption/filterSort.js +220 -0
  1173. package/es/CustomTableOption/index.d.ts +15 -0
  1174. package/es/CustomTableOption/index.js +208 -0
  1175. package/es/CustomTableOption/locale/en_US.d.ts +19 -0
  1176. package/es/CustomTableOption/locale/en_US.js +19 -0
  1177. package/es/CustomTableOption/locale/zh_CN.d.ts +19 -0
  1178. package/es/CustomTableOption/locale/zh_CN.js +19 -0
  1179. package/es/CustomTableOption/style/index.css +615 -0
  1180. package/es/CustomTableOption/style/index.d.ts +1 -0
  1181. package/es/CustomTableOption/style/index.js +1 -0
  1182. package/es/CustomTableOption/style/variables.css +103 -0
  1183. package/es/CustomTableOption/style/variables.d.ts +1 -0
  1184. package/es/CustomTableOption/style/variables.js +1 -0
  1185. package/es/CustomerService/README.md.old +15 -0
  1186. package/es/CustomerService/assets/question01.png +0 -0
  1187. package/es/CustomerService/assets/send.png +0 -0
  1188. package/es/CustomerService/assets/service.png +0 -0
  1189. package/es/CustomerService/assets/shuoming01.png +0 -0
  1190. package/es/CustomerService/assets/shuoming02.png +0 -0
  1191. package/es/CustomerService/components/question.js +120 -0
  1192. package/es/CustomerService/index.js +291 -0
  1193. package/es/CustomerService/style/index.css +765 -0
  1194. package/es/CustomerService/style/index.js +3 -0
  1195. package/es/CustomerService/style/variables.css +253 -0
  1196. package/es/CustomerService/style/variables.js +3 -0
  1197. package/es/DatePicker/PickerButton.d.ts +2 -0
  1198. package/es/DatePicker/PickerButton.js +8 -0
  1199. package/es/DatePicker/PickerTag.d.ts +2 -0
  1200. package/es/DatePicker/PickerTag.js +7 -0
  1201. package/es/DatePicker/generatePicker/generateRangePicker.d.ts +4 -0
  1202. package/es/DatePicker/generatePicker/generateRangePicker.js +142 -0
  1203. package/es/DatePicker/generatePicker/generateSinglePicker.d.ts +14 -0
  1204. package/es/DatePicker/generatePicker/generateSinglePicker.js +169 -0
  1205. package/es/DatePicker/generatePicker/index.d.ts +106 -0
  1206. package/es/DatePicker/generatePicker/index.js +84 -0
  1207. package/es/DatePicker/generatePicker/interface.d.ts +12 -0
  1208. package/es/DatePicker/generatePicker/interface.js +1 -0
  1209. package/es/DatePicker/index.d.ts +17 -0
  1210. package/es/DatePicker/index.js +7 -0
  1211. package/es/DatePicker/style/index.css +512 -0
  1212. package/es/DatePicker/style/index.d.ts +1 -0
  1213. package/es/DatePicker/style/index.js +1 -0
  1214. package/es/DatePicker/style/variables.css +0 -0
  1215. package/es/DatePicker/style/variables.d.ts +1 -0
  1216. package/es/DatePicker/style/variables.js +1 -0
  1217. package/es/DatePicker/util.d.ts +14 -0
  1218. package/es/DatePicker/util.js +111 -0
  1219. package/es/Descriptions/Cell.d.ts +17 -0
  1220. package/es/Descriptions/Cell.js +55 -0
  1221. package/es/Descriptions/Item.d.ts +14 -0
  1222. package/es/Descriptions/Item.js +6 -0
  1223. package/es/Descriptions/Row.d.ts +13 -0
  1224. package/es/Descriptions/Row.js +111 -0
  1225. package/es/Descriptions/index.d.ts +28 -0
  1226. package/es/Descriptions/index.js +173 -0
  1227. package/es/Descriptions/style/index.css +687 -0
  1228. package/es/Descriptions/style/index.d.ts +1 -0
  1229. package/es/Descriptions/style/index.js +1 -0
  1230. package/es/Descriptions/style/variables.css +175 -0
  1231. package/es/Descriptions/style/variables.d.ts +1 -0
  1232. package/es/Descriptions/style/variables.js +1 -0
  1233. package/es/Divider/index.d.ts +14 -0
  1234. package/es/Divider/index.js +63 -0
  1235. package/es/Divider/style/index.css +512 -0
  1236. package/es/Divider/style/index.d.ts +1 -0
  1237. package/es/Divider/style/index.js +1 -0
  1238. package/es/Divider/style/variables.css +0 -0
  1239. package/es/Divider/style/variables.d.ts +1 -0
  1240. package/es/Divider/style/variables.js +1 -0
  1241. package/es/Drawer/index.d.ts +10 -0
  1242. package/es/Drawer/index.js +42 -0
  1243. package/es/Drawer/style/index.css +520 -0
  1244. package/es/Drawer/style/index.d.ts +1 -0
  1245. package/es/Drawer/style/index.js +1 -0
  1246. package/es/Drawer/style/variables.css +8 -0
  1247. package/es/Drawer/style/variables.d.ts +1 -0
  1248. package/es/Drawer/style/variables.js +1 -0
  1249. package/es/Dropdown/index.d.ts +14 -0
  1250. package/es/Dropdown/index.js +131 -0
  1251. package/es/Dropdown/style/index.css +598 -0
  1252. package/es/Dropdown/style/index.d.ts +1 -0
  1253. package/es/Dropdown/style/index.js +1 -0
  1254. package/es/Dropdown/style/variables.css +86 -0
  1255. package/es/Dropdown/style/variables.d.ts +1 -0
  1256. package/es/Dropdown/style/variables.js +1 -0
  1257. package/es/EditTable/EditTable.js +704 -0
  1258. package/es/EditTable/README.md.old +66 -0
  1259. package/es/EditTable/index.js +13 -0
  1260. package/es/EditTable/style/index.css +690 -0
  1261. package/es/EditTable/style/index.js +3 -0
  1262. package/es/EditTable/style/variables.css +178 -0
  1263. package/es/EditTable/style/variables.js +3 -0
  1264. package/es/Empty/empty.d.ts +2 -0
  1265. package/es/Empty/empty.js +55 -0
  1266. package/es/Empty/index.d.ts +22 -0
  1267. package/es/Empty/index.js +103 -0
  1268. package/es/Empty/simple.d.ts +2 -0
  1269. package/es/Empty/simple.js +36 -0
  1270. package/es/Empty/style/index.css +556 -0
  1271. package/es/Empty/style/index.d.ts +1 -0
  1272. package/es/Empty/style/index.js +1 -0
  1273. package/es/Empty/style/variables.css +44 -0
  1274. package/es/Empty/style/variables.d.ts +1 -0
  1275. package/es/Empty/style/variables.js +1 -0
  1276. package/es/EnlargeImg/README.md.old +21 -0
  1277. package/es/EnlargeImg/index.js +109 -0
  1278. package/es/EnlargeImg/style/index.css +4 -0
  1279. package/es/EnlargeImg/style/index.js +3 -0
  1280. package/es/EnlargeImg/style/variables.css +4 -0
  1281. package/es/EnlargeImg/style/variables.js +3 -0
  1282. package/es/Filter/Popover.js +199 -0
  1283. package/es/Filter/README.md.old +144 -0
  1284. package/es/Filter/baseFilter/Popover.js +213 -0
  1285. package/es/Filter/baseFilter/ToggleFilter.js +111 -0
  1286. package/es/Filter/baseFilter/index.js +100 -0
  1287. package/es/Filter/complex/ComplexFilter.js +149 -0
  1288. package/es/Filter/complex/ComplexItem.js +157 -0
  1289. package/es/Filter/components/Checkbox.js +94 -0
  1290. package/es/Filter/components/Date.js +87 -0
  1291. package/es/Filter/components/Input.js +63 -0
  1292. package/es/Filter/components/Select.js +89 -0
  1293. package/es/Filter/components/Tree.js +64 -0
  1294. package/es/Filter/components/header.js +60 -0
  1295. package/es/Filter/components/index.js +47 -0
  1296. package/es/Filter/context.js +15 -0
  1297. package/es/Filter/edit/editFilter.js +273 -0
  1298. package/es/Filter/index.js +174 -0
  1299. package/es/Filter/popContext.js +15 -0
  1300. package/es/Filter/remember.js +136 -0
  1301. package/es/Filter/style/index.css +783 -0
  1302. package/es/Filter/style/index.js +3 -0
  1303. package/es/Filter/style/variables.css +271 -0
  1304. package/es/Filter/style/variables.js +3 -0
  1305. package/es/Form/ErrorList.d.ts +11 -0
  1306. package/es/Form/ErrorList.js +84 -0
  1307. package/es/Form/Form.d.ts +36 -0
  1308. package/es/Form/Form.js +156 -0
  1309. package/es/Form/FormItem/ItemHolder.d.ts +17 -0
  1310. package/es/Form/FormItem/ItemHolder.js +152 -0
  1311. package/es/Form/FormItem/index.d.ts +43 -0
  1312. package/es/Form/FormItem/index.js +321 -0
  1313. package/es/Form/FormItemInput.d.ts +28 -0
  1314. package/es/Form/FormItemInput.js +77 -0
  1315. package/es/Form/FormItemLabel.d.ts +23 -0
  1316. package/es/Form/FormItemLabel.js +117 -0
  1317. package/es/Form/FormList.d.ts +25 -0
  1318. package/es/Form/FormList.js +51 -0
  1319. package/es/Form/FormWrapper.d.ts +3 -0
  1320. package/es/Form/FormWrapper.js +22 -0
  1321. package/es/Form/WrapperItem.d.ts +4 -0
  1322. package/es/Form/WrapperItem.js +217 -0
  1323. package/es/Form/container.d.ts +9 -0
  1324. package/es/Form/container.js +87 -0
  1325. package/es/Form/context.d.ts +48 -0
  1326. package/es/Form/context.js +42 -0
  1327. package/es/Form/hooks/useDebounce.d.ts +1 -0
  1328. package/es/Form/hooks/useDebounce.js +18 -0
  1329. package/es/Form/hooks/useForm.d.ts +15 -0
  1330. package/es/Form/hooks/useForm.js +53 -0
  1331. package/es/Form/hooks/useFormInstance.d.ts +2 -0
  1332. package/es/Form/hooks/useFormInstance.js +8 -0
  1333. package/es/Form/hooks/useFormItemStatus.d.ts +6 -0
  1334. package/es/Form/hooks/useFormItemStatus.js +15 -0
  1335. package/es/Form/hooks/useFrameState.d.ts +3 -0
  1336. package/es/Form/hooks/useFrameState.js +46 -0
  1337. package/es/Form/hooks/useItemRef.d.ts +3 -0
  1338. package/es/Form/hooks/useItemRef.js +25 -0
  1339. package/es/Form/images/icon_collapse.svg +1 -0
  1340. package/es/Form/index.d.ts +28 -0
  1341. package/es/Form/index.js +23 -0
  1342. package/es/Form/interface.d.ts +15 -0
  1343. package/es/Form/interface.js +1 -0
  1344. package/es/Form/style/form.css +603 -0
  1345. package/es/Form/style/grid.css +5185 -0
  1346. package/es/Form/style/index.css +6749 -0
  1347. package/es/Form/style/index.d.ts +1 -0
  1348. package/es/Form/style/index.js +1 -0
  1349. package/es/Form/style/tooltip.css +275 -0
  1350. package/es/Form/style/variables.css +6237 -0
  1351. package/es/Form/style/variables.d.ts +1 -0
  1352. package/es/Form/style/variables.js +1 -0
  1353. package/es/Form/util.d.ts +4 -0
  1354. package/es/Form/util.js +42 -0
  1355. package/es/FullScreen/index.d.ts +10 -0
  1356. package/es/FullScreen/index.js +26 -0
  1357. package/es/FullScreen/style/index.css +522 -0
  1358. package/es/FullScreen/style/index.d.ts +1 -0
  1359. package/es/FullScreen/style/index.js +1 -0
  1360. package/es/FullScreen/style/variables.css +10 -0
  1361. package/es/FullScreen/style/variables.d.ts +1 -0
  1362. package/es/FullScreen/style/variables.js +1 -0
  1363. package/es/Grid/RowContext.d.ts +8 -0
  1364. package/es/Grid/RowContext.js +3 -0
  1365. package/es/Grid/col.d.ts +28 -0
  1366. package/es/Grid/col.js +112 -0
  1367. package/es/Grid/hooks/useBreakpoint.d.ts +3 -0
  1368. package/es/Grid/hooks/useBreakpoint.js +24 -0
  1369. package/es/Grid/index.d.ts +11 -0
  1370. package/es/Grid/index.js +14 -0
  1371. package/es/Grid/row.d.ts +14 -0
  1372. package/es/Grid/row.js +142 -0
  1373. package/es/Grid/style/index.css +512 -0
  1374. package/es/Grid/style/index.d.ts +1 -0
  1375. package/es/Grid/style/index.js +1 -0
  1376. package/es/Grid/style/variables.css +0 -0
  1377. package/es/Grid/style/variables.d.ts +1 -0
  1378. package/es/Grid/style/variables.js +1 -0
  1379. package/es/Icon/index.js +20 -0
  1380. package/es/Icon/style/index.css +512 -0
  1381. package/es/Icon/style/index.js +3 -0
  1382. package/es/Icon/style/variables.css +0 -0
  1383. package/es/Icon/style/variables.js +3 -0
  1384. package/es/IconFont/font/iconfont.css +1831 -0
  1385. package/es/IconFont/font/iconfont.js +48 -0
  1386. package/es/IconFont/font/iconfont.ttf +0 -0
  1387. package/es/IconFont/font/iconfont.woff +0 -0
  1388. package/es/IconFont/font/iconfont.woff2 +0 -0
  1389. package/es/IconFont/index.d.ts +2 -0
  1390. package/es/IconFont/index.js +21 -0
  1391. package/es/IconFont/style/index.css +0 -0
  1392. package/es/IconFont/style/index.js +3 -0
  1393. package/es/IconFont/style/variables.css +0 -0
  1394. package/es/IconFont/style/variables.js +3 -0
  1395. package/es/IconSelect/iconJson.json +2935 -0
  1396. package/es/IconSelect/index.js +115 -0
  1397. package/es/IconSelect/style/index.css +25 -0
  1398. package/es/IconSelect/style/index.js +3 -0
  1399. package/es/IconSelect/style/variables.css +25 -0
  1400. package/es/IconSelect/style/variables.js +3 -0
  1401. package/es/Image/index.d.ts +2 -0
  1402. package/es/Image/index.js +3 -0
  1403. package/es/Image/style/index.css +512 -0
  1404. package/es/Image/style/index.d.ts +1 -0
  1405. package/es/Image/style/index.js +1 -0
  1406. package/es/Image/style/variables.css +0 -0
  1407. package/es/Image/style/variables.d.ts +1 -0
  1408. package/es/Image/style/variables.js +1 -0
  1409. package/es/ImageViewer/LmImageViewer.d.ts +13 -0
  1410. package/es/ImageViewer/LmImageViewer.js +35 -0
  1411. package/es/ImageViewer/components/Arrows.d.ts +4 -0
  1412. package/es/ImageViewer/components/Arrows.js +38 -0
  1413. package/es/ImageViewer/components/Carousel.d.ts +4 -0
  1414. package/es/ImageViewer/components/Carousel.js +89 -0
  1415. package/es/ImageViewer/components/Operate.d.ts +4 -0
  1416. package/es/ImageViewer/components/Operate.js +40 -0
  1417. package/es/ImageViewer/components/Thumb.d.ts +4 -0
  1418. package/es/ImageViewer/components/Thumb.js +56 -0
  1419. package/es/ImageViewer/fns/index.d.ts +22 -0
  1420. package/es/ImageViewer/fns/index.js +126 -0
  1421. package/es/ImageViewer/index.d.ts +3 -0
  1422. package/es/ImageViewer/index.js +3 -0
  1423. package/es/ImageViewer/style/index.css +118 -0
  1424. package/es/ImageViewer/style/index.js +3 -0
  1425. package/es/ImageViewer/style/variables.css +118 -0
  1426. package/es/ImageViewer/style/variables.js +3 -0
  1427. package/es/ImageViewer/wrapeer/Container.d.ts +5 -0
  1428. package/es/ImageViewer/wrapeer/Container.js +31 -0
  1429. package/es/ImageViewer/wrapeer/Root.d.ts +3 -0
  1430. package/es/ImageViewer/wrapeer/Root.js +44 -0
  1431. package/es/ImageViewer/wrapeer/Wrapper.d.ts +5 -0
  1432. package/es/ImageViewer/wrapeer/Wrapper.js +28 -0
  1433. package/es/ImageViewer/wrapeer/reducer.d.ts +10 -0
  1434. package/es/ImageViewer/wrapeer/reducer.js +52 -0
  1435. package/es/Input/index.d.ts +11 -0
  1436. package/es/Input/index.js +84 -0
  1437. package/es/Input/style/index.css +774 -0
  1438. package/es/Input/style/index.d.ts +1 -0
  1439. package/es/Input/style/index.js +1 -0
  1440. package/es/Input/style/variables.css +262 -0
  1441. package/es/Input/style/variables.d.ts +1 -0
  1442. package/es/Input/style/variables.js +1 -0
  1443. package/es/InputNumber/index.d.ts +11 -0
  1444. package/es/InputNumber/index.js +57 -0
  1445. package/es/InputNumber/style/index.css +554 -0
  1446. package/es/InputNumber/style/index.d.ts +1 -0
  1447. package/es/InputNumber/style/index.js +1 -0
  1448. package/es/InputNumber/style/variables.css +42 -0
  1449. package/es/InputNumber/style/variables.d.ts +1 -0
  1450. package/es/InputNumber/style/variables.js +1 -0
  1451. package/es/Layout/index.d.ts +4 -0
  1452. package/es/Layout/index.js +3 -0
  1453. package/es/Layout/style/index.css +512 -0
  1454. package/es/Layout/style/index.d.ts +1 -0
  1455. package/es/Layout/style/index.js +1 -0
  1456. package/es/Layout/style/variables.css +0 -0
  1457. package/es/Layout/style/variables.d.ts +1 -0
  1458. package/es/Layout/style/variables.js +1 -0
  1459. package/es/LeftTable/assets/imgTest.jpg +0 -0
  1460. package/es/LeftTable/index.js +200 -0
  1461. package/es/LeftTable/style/index.css +673 -0
  1462. package/es/LeftTable/style/index.js +3 -0
  1463. package/es/LeftTable/style/variables.css +161 -0
  1464. package/es/LeftTable/style/variables.js +3 -0
  1465. package/es/List/index.d.ts +2 -0
  1466. package/es/List/index.js +3 -0
  1467. package/es/List/style/index.css +512 -0
  1468. package/es/List/style/index.d.ts +1 -0
  1469. package/es/List/style/index.js +1 -0
  1470. package/es/List/style/variables.css +0 -0
  1471. package/es/List/style/variables.d.ts +1 -0
  1472. package/es/List/style/variables.js +1 -0
  1473. package/es/LmDrag/LmDrag.d.ts +5 -0
  1474. package/es/LmDrag/LmDrag.js +30 -0
  1475. package/es/LmDrag/components/DndContainer.d.ts +3 -0
  1476. package/es/LmDrag/components/DndContainer.js +121 -0
  1477. package/es/LmDrag/components/sortableBox.d.ts +5 -0
  1478. package/es/LmDrag/components/sortableBox.js +23 -0
  1479. package/es/LmDrag/components/sortableItem.d.ts +7 -0
  1480. package/es/LmDrag/components/sortableItem.js +41 -0
  1481. package/es/LmDrag/index.d.ts +10 -0
  1482. package/es/LmDrag/index.js +3 -0
  1483. package/es/LmDrag/style/index.css +0 -0
  1484. package/es/LmDrag/style/index.d.ts +1 -0
  1485. package/es/LmDrag/style/index.js +1 -0
  1486. package/es/LmDrag/style/variables.css +0 -0
  1487. package/es/LmDrag/style/variables.d.ts +1 -0
  1488. package/es/LmDrag/style/variables.js +1 -0
  1489. package/es/LmDrag/wrapper/Root.d.ts +3 -0
  1490. package/es/LmDrag/wrapper/Root.js +12 -0
  1491. package/es/LmEditTable/DndContainer.d.ts +5 -0
  1492. package/es/LmEditTable/DndContainer.js +35 -0
  1493. package/es/LmEditTable/DragHandle.d.ts +4 -0
  1494. package/es/LmEditTable/DragHandle.js +23 -0
  1495. package/es/LmEditTable/EditTable.d.ts +44 -0
  1496. package/es/LmEditTable/EditTable.js +1356 -0
  1497. package/es/LmEditTable/index.d.ts +2 -0
  1498. package/es/LmEditTable/index.js +2 -0
  1499. package/es/LmEditTable/sortableBox.d.ts +5 -0
  1500. package/es/LmEditTable/sortableBox.js +13 -0
  1501. package/es/LmEditTable/sortableBoxCol.d.ts +5 -0
  1502. package/es/LmEditTable/sortableBoxCol.js +13 -0
  1503. package/es/LmEditTable/sortableItem.d.ts +2 -0
  1504. package/es/LmEditTable/sortableItem.js +43 -0
  1505. package/es/LmEditTable/sortableItemCol.d.ts +1 -0
  1506. package/es/LmEditTable/sortableItemCol.js +51 -0
  1507. package/es/LmEditTable/style/index.css +629 -0
  1508. package/es/LmEditTable/style/index.d.ts +1 -0
  1509. package/es/LmEditTable/style/index.js +1 -0
  1510. package/es/LmEditTable/style/variables.css +117 -0
  1511. package/es/LmEditTable/style/variables.d.ts +1 -0
  1512. package/es/LmEditTable/style/variables.js +1 -0
  1513. package/es/LmEditTable/util.d.ts +8 -0
  1514. package/es/LmEditTable/util.js +60 -0
  1515. package/es/LmFilter/Controls/CheckboxTags.js +53 -0
  1516. package/es/LmFilter/Controls/index.js +78 -0
  1517. package/es/LmFilter/LmFilter.js +71 -0
  1518. package/es/LmFilter/assets/empty.png +0 -0
  1519. package/es/LmFilter/baseFilter/fuzzySearch.js +69 -0
  1520. package/es/LmFilter/baseFilter/index.js +33 -0
  1521. package/es/LmFilter/clearFilter/index.js +35 -0
  1522. package/es/LmFilter/complexFilter/drawer.js +381 -0
  1523. package/es/LmFilter/complexFilter/index.js +65 -0
  1524. package/es/LmFilter/complexFilter/valueDrawer.js +235 -0
  1525. package/es/LmFilter/components/CascaderFilter.js +160 -0
  1526. package/es/LmFilter/components/CheckboxFilter.js +197 -0
  1527. package/es/LmFilter/components/CustomSelectFilter.js +139 -0
  1528. package/es/LmFilter/components/DateFilter.js +163 -0
  1529. package/es/LmFilter/components/DropdownFIlter.js +320 -0
  1530. package/es/LmFilter/components/EmptyFilter.js +27 -0
  1531. package/es/LmFilter/components/InputFilter.js +51 -0
  1532. package/es/LmFilter/components/InputSearchClose.js +74 -0
  1533. package/es/LmFilter/components/SelectFilter.js +122 -0
  1534. package/es/LmFilter/components/index.js +93 -0
  1535. package/es/LmFilter/customFilter/drawer.js +409 -0
  1536. package/es/LmFilter/customFilter/index.js +136 -0
  1537. package/es/LmFilter/customFilter/saveModal.js +185 -0
  1538. package/es/LmFilter/customFilter/valueDrawer.js +232 -0
  1539. package/es/LmFilter/filterFns/index.d.ts +61 -0
  1540. package/es/LmFilter/filterFns/index.js +629 -0
  1541. package/es/LmFilter/hooks/index.js +18 -0
  1542. package/es/LmFilter/hooks/useDelayedFn.js +29 -0
  1543. package/es/LmFilter/index.js +13 -0
  1544. package/es/LmFilter/localization.d.ts +15 -0
  1545. package/es/LmFilter/localization.js +31 -0
  1546. package/es/LmFilter/style/index.css +491 -0
  1547. package/es/LmFilter/style/index.js +3 -0
  1548. package/es/LmFilter/style/variables.css +491 -0
  1549. package/es/LmFilter/style/variables.js +3 -0
  1550. package/es/LmFilter/utils.js +191 -0
  1551. package/es/LmFilter/wrapper/Filter.js +45 -0
  1552. package/es/LmFilter/wrapper/FilterContainer.js +25 -0
  1553. package/es/LmFilter/wrapper/FilterRoot.js +208 -0
  1554. package/es/LmFilter/wrapper/FilterWrapper.js +25 -0
  1555. package/es/LmImgList/LmImgList.d.ts +4 -0
  1556. package/es/LmImgList/LmImgList.js +19 -0
  1557. package/es/LmImgList/body/Banner.d.ts +5 -0
  1558. package/es/LmImgList/body/Banner.js +121 -0
  1559. package/es/LmImgList/body/Thumb.d.ts +5 -0
  1560. package/es/LmImgList/body/Thumb.js +63 -0
  1561. package/es/LmImgList/fns/index.d.ts +20 -0
  1562. package/es/LmImgList/fns/index.js +106 -0
  1563. package/es/LmImgList/index.d.ts +3 -0
  1564. package/es/LmImgList/index.js +3 -0
  1565. package/es/LmImgList/interface.d.ts +14 -0
  1566. package/es/LmImgList/interface.js +1 -0
  1567. package/es/LmImgList/style/index.css +71 -0
  1568. package/es/LmImgList/style/index.js +3 -0
  1569. package/es/LmImgList/style/variables.css +71 -0
  1570. package/es/LmImgList/style/variables.js +3 -0
  1571. package/es/LmImgList/wrapper/Container.d.ts +4 -0
  1572. package/es/LmImgList/wrapper/Container.js +56 -0
  1573. package/es/LmImgList/wrapper/Root.d.ts +4 -0
  1574. package/es/LmImgList/wrapper/Root.js +44 -0
  1575. package/es/LmImgList/wrapper/Wrapper.d.ts +4 -0
  1576. package/es/LmImgList/wrapper/Wrapper.js +9 -0
  1577. package/es/LmImgList/wrapper/reducer.d.ts +14 -0
  1578. package/es/LmImgList/wrapper/reducer.js +52 -0
  1579. package/es/LmSelect/GhostSelect.d.ts +2 -0
  1580. package/es/LmSelect/GhostSelect.js +523 -0
  1581. package/es/LmSelect/NormalSelect.d.ts +11 -0
  1582. package/es/LmSelect/NormalSelect.js +101 -0
  1583. package/es/LmSelect/icon_placeholder.png +0 -0
  1584. package/es/LmSelect/index.d.ts +14 -0
  1585. package/es/LmSelect/index.js +34 -0
  1586. package/es/LmSelect/style/index.css +760 -0
  1587. package/es/LmSelect/style/index.d.ts +1 -0
  1588. package/es/LmSelect/style/index.js +1 -0
  1589. package/es/LmSelect/style/variables.css +248 -0
  1590. package/es/LmSelect/style/variables.d.ts +1 -0
  1591. package/es/LmSelect/style/variables.js +1 -0
  1592. package/es/LmSelect/useCheckboxOptions.d.ts +5 -0
  1593. package/es/LmSelect/useCheckboxOptions.js +128 -0
  1594. package/es/LmSelect/utils.d.ts +10 -0
  1595. package/es/LmSelect/utils.js +66 -0
  1596. package/es/LmTable/Table.js +1581 -0
  1597. package/es/LmTable/VList.js +594 -0
  1598. package/es/LmTable/assets/empty.png +0 -0
  1599. package/es/LmTable/autosize.js +167 -0
  1600. package/es/LmTable/chartUtil.js +167 -0
  1601. package/es/LmTable/components/DndContainer.d.ts +5 -0
  1602. package/es/LmTable/components/DndContainer.js +35 -0
  1603. package/es/LmTable/components/customRenderEmpty.d.ts +2 -0
  1604. package/es/LmTable/components/customRenderEmpty.js +20 -0
  1605. package/es/LmTable/components/inputDataEdit.d.ts +8 -0
  1606. package/es/LmTable/components/inputDataEdit.js +39 -0
  1607. package/es/LmTable/components/sheelTableCell.d.ts +11 -0
  1608. package/es/LmTable/components/sheelTableCell.js +161 -0
  1609. package/es/LmTable/components/sortableBoxCol.js +24 -0
  1610. package/es/LmTable/components/sortableItemCol.js +56 -0
  1611. package/es/LmTable/components/tableChartsModal.d.ts +24 -0
  1612. package/es/LmTable/components/tableChartsModal.js +89 -0
  1613. package/es/LmTable/context.js +12 -0
  1614. package/es/LmTable/detectElementResize.js +225 -0
  1615. package/es/LmTable/expression.d.ts +1 -0
  1616. package/es/LmTable/expression.js +31 -0
  1617. package/es/LmTable/hooks/useGroupDataSource.js +50 -0
  1618. package/es/LmTable/hooks/useRowSelectControllableValue.js +67 -0
  1619. package/es/LmTable/index.js +14 -0
  1620. package/es/LmTable/resetConfig.js +39 -0
  1621. package/es/LmTable/style/index.css +1663 -0
  1622. package/es/LmTable/style/index.js +3 -0
  1623. package/es/LmTable/style/variables.css +1151 -0
  1624. package/es/LmTable/style/variables.js +3 -0
  1625. package/es/LmTable/util.js +436 -0
  1626. package/es/LmTable/virTual/VirtualRow.d.ts +6 -0
  1627. package/es/LmTable/virTual/VirtualRow.js +102 -0
  1628. package/es/LmTable/virTual/VirtualTable.d.ts +3 -0
  1629. package/es/LmTable/virTual/VirtualTable.js +54 -0
  1630. package/es/LmTable/virTual/VirtualWrapper.d.ts +3 -0
  1631. package/es/LmTable/virTual/VirtualWrapper.js +61 -0
  1632. package/es/LmTable/virTual/context.d.ts +13 -0
  1633. package/es/LmTable/virTual/context.js +54 -0
  1634. package/es/LmTable/virTual/index.d.ts +4 -0
  1635. package/es/LmTable/virTual/index.js +4 -0
  1636. package/es/LmUpload/LmUpload.d.ts +9 -0
  1637. package/es/LmUpload/LmUpload.js +115 -0
  1638. package/es/LmUpload/UploadList/ItemPicture.d.ts +5 -0
  1639. package/es/LmUpload/UploadList/ItemPicture.js +42 -0
  1640. package/es/LmUpload/UploadList/ItemPictureCard.d.ts +7 -0
  1641. package/es/LmUpload/UploadList/ItemPictureCard.js +172 -0
  1642. package/es/LmUpload/UploadList/ItemText.d.ts +5 -0
  1643. package/es/LmUpload/UploadList/ItemText.js +37 -0
  1644. package/es/LmUpload/UploadList/RenderItem.d.ts +3 -0
  1645. package/es/LmUpload/UploadList/RenderItem.js +32 -0
  1646. package/es/LmUpload/UploadList/index.d.ts +5 -0
  1647. package/es/LmUpload/UploadList/index.js +85 -0
  1648. package/es/LmUpload/body/Progress.d.ts +5 -0
  1649. package/es/LmUpload/body/Progress.js +16 -0
  1650. package/es/LmUpload/body/UploadCore.d.ts +5 -0
  1651. package/es/LmUpload/body/UploadCore.js +54 -0
  1652. package/es/LmUpload/body/UploadPicture.d.ts +5 -0
  1653. package/es/LmUpload/body/UploadPicture.js +35 -0
  1654. package/es/LmUpload/components/Crop.d.ts +5 -0
  1655. package/es/LmUpload/components/Crop.js +23 -0
  1656. package/es/LmUpload/components/Preview.d.ts +5 -0
  1657. package/es/LmUpload/components/Preview.js +43 -0
  1658. package/es/LmUpload/fns/index.d.ts +25 -0
  1659. package/es/LmUpload/fns/index.js +499 -0
  1660. package/es/LmUpload/index.d.ts +2 -0
  1661. package/es/LmUpload/index.js +2 -0
  1662. package/es/LmUpload/style/index.css +336 -0
  1663. package/es/LmUpload/style/index.js +3 -0
  1664. package/es/LmUpload/style/variables.css +336 -0
  1665. package/es/LmUpload/style/variables.js +3 -0
  1666. package/es/LmUpload/utils.d.ts +6 -0
  1667. package/es/LmUpload/utils.js +45 -0
  1668. package/es/LmUpload/view/index.d.ts +4 -0
  1669. package/es/LmUpload/view/index.js +10 -0
  1670. package/es/LmUpload/wrapper/Upload.d.ts +4 -0
  1671. package/es/LmUpload/wrapper/Upload.js +12 -0
  1672. package/es/LmUpload/wrapper/UploadContainer.d.ts +5 -0
  1673. package/es/LmUpload/wrapper/UploadContainer.js +29 -0
  1674. package/es/LmUpload/wrapper/UploadRoot.d.ts +3 -0
  1675. package/es/LmUpload/wrapper/UploadRoot.js +43 -0
  1676. package/es/LmUpload/wrapper/UploadWrapper.d.ts +5 -0
  1677. package/es/LmUpload/wrapper/UploadWrapper.js +23 -0
  1678. package/es/LmUpload/wrapper/reducer.d.ts +13 -0
  1679. package/es/LmUpload/wrapper/reducer.js +49 -0
  1680. package/es/LoadingPage/index.js +33 -0
  1681. package/es/LoadingPage/style/index.css +0 -0
  1682. package/es/LoadingPage/style/index.js +3 -0
  1683. package/es/LoadingPage/style/variables.css +0 -0
  1684. package/es/LoadingPage/style/variables.js +3 -0
  1685. package/es/Locale/ar_EG.d.ts +3 -0
  1686. package/es/Locale/ar_EG.js +116 -0
  1687. package/es/Locale/az_AZ.d.ts +3 -0
  1688. package/es/Locale/az_AZ.js +97 -0
  1689. package/es/Locale/bg_BG.d.ts +3 -0
  1690. package/es/Locale/bg_BG.js +43 -0
  1691. package/es/Locale/bn_BD.d.ts +3 -0
  1692. package/es/Locale/bn_BD.js +130 -0
  1693. package/es/Locale/by_BY.d.ts +3 -0
  1694. package/es/Locale/by_BY.js +132 -0
  1695. package/es/Locale/ca_ES.d.ts +3 -0
  1696. package/es/Locale/ca_ES.js +125 -0
  1697. package/es/Locale/cs_CZ.d.ts +3 -0
  1698. package/es/Locale/cs_CZ.js +132 -0
  1699. package/es/Locale/da_DK.d.ts +3 -0
  1700. package/es/Locale/da_DK.js +53 -0
  1701. package/es/Locale/de_DE.d.ts +3 -0
  1702. package/es/Locale/de_DE.js +126 -0
  1703. package/es/Locale/default.d.ts +6 -0
  1704. package/es/Locale/default.js +134 -0
  1705. package/es/Locale/el_GR.d.ts +3 -0
  1706. package/es/Locale/el_GR.js +43 -0
  1707. package/es/Locale/en_GB.d.ts +3 -0
  1708. package/es/Locale/en_GB.js +132 -0
  1709. package/es/Locale/en_US.d.ts +2 -0
  1710. package/es/Locale/en_US.js +2 -0
  1711. package/es/Locale/es_ES.d.ts +3 -0
  1712. package/es/Locale/es_ES.js +132 -0
  1713. package/es/Locale/et_EE.d.ts +3 -0
  1714. package/es/Locale/et_EE.js +132 -0
  1715. package/es/Locale/fa_IR.d.ts +3 -0
  1716. package/es/Locale/fa_IR.js +130 -0
  1717. package/es/Locale/fi_FI.d.ts +3 -0
  1718. package/es/Locale/fi_FI.js +53 -0
  1719. package/es/Locale/fr_BE.d.ts +3 -0
  1720. package/es/Locale/fr_BE.js +48 -0
  1721. package/es/Locale/fr_CA.d.ts +3 -0
  1722. package/es/Locale/fr_CA.js +60 -0
  1723. package/es/Locale/fr_FR.d.ts +3 -0
  1724. package/es/Locale/fr_FR.js +128 -0
  1725. package/es/Locale/ga_IE.d.ts +3 -0
  1726. package/es/Locale/ga_IE.js +123 -0
  1727. package/es/Locale/gl_ES.d.ts +3 -0
  1728. package/es/Locale/gl_ES.js +110 -0
  1729. package/es/Locale/he_IL.d.ts +3 -0
  1730. package/es/Locale/he_IL.js +116 -0
  1731. package/es/Locale/hi_IN.d.ts +3 -0
  1732. package/es/Locale/hi_IN.js +130 -0
  1733. package/es/Locale/hr_HR.d.ts +3 -0
  1734. package/es/Locale/hr_HR.js +129 -0
  1735. package/es/Locale/hu_HU.d.ts +3 -0
  1736. package/es/Locale/hu_HU.js +44 -0
  1737. package/es/Locale/hy_AM.d.ts +3 -0
  1738. package/es/Locale/hy_AM.js +109 -0
  1739. package/es/Locale/id_ID.d.ts +3 -0
  1740. package/es/Locale/id_ID.js +45 -0
  1741. package/es/Locale/is_IS.d.ts +3 -0
  1742. package/es/Locale/is_IS.js +43 -0
  1743. package/es/Locale/it_IT.d.ts +3 -0
  1744. package/es/Locale/it_IT.js +61 -0
  1745. package/es/Locale/ja_JP.d.ts +3 -0
  1746. package/es/Locale/ja_JP.js +102 -0
  1747. package/es/Locale/ka_GE.d.ts +3 -0
  1748. package/es/Locale/ka_GE.js +130 -0
  1749. package/es/Locale/kk_KZ.d.ts +3 -0
  1750. package/es/Locale/kk_KZ.js +124 -0
  1751. package/es/Locale/km_KH.d.ts +3 -0
  1752. package/es/Locale/km_KH.js +104 -0
  1753. package/es/Locale/kmr_IQ.d.ts +3 -0
  1754. package/es/Locale/kmr_IQ.js +43 -0
  1755. package/es/Locale/kn_IN.d.ts +3 -0
  1756. package/es/Locale/kn_IN.js +51 -0
  1757. package/es/Locale/ko_KR.d.ts +3 -0
  1758. package/es/Locale/ko_KR.js +96 -0
  1759. package/es/Locale/ku_IQ.d.ts +3 -0
  1760. package/es/Locale/ku_IQ.js +46 -0
  1761. package/es/Locale/lt_LT.d.ts +3 -0
  1762. package/es/Locale/lt_LT.js +121 -0
  1763. package/es/Locale/lv_LV.d.ts +3 -0
  1764. package/es/Locale/lv_LV.js +43 -0
  1765. package/es/Locale/mk_MK.d.ts +3 -0
  1766. package/es/Locale/mk_MK.js +58 -0
  1767. package/es/Locale/ml_IN.d.ts +3 -0
  1768. package/es/Locale/ml_IN.js +130 -0
  1769. package/es/Locale/mn_MN.d.ts +3 -0
  1770. package/es/Locale/mn_MN.js +43 -0
  1771. package/es/Locale/ms_MY.d.ts +3 -0
  1772. package/es/Locale/ms_MY.js +63 -0
  1773. package/es/Locale/nb_NO.d.ts +3 -0
  1774. package/es/Locale/nb_NO.js +124 -0
  1775. package/es/Locale/ne_NP.d.ts +3 -0
  1776. package/es/Locale/ne_NP.js +44 -0
  1777. package/es/Locale/nl_BE.d.ts +3 -0
  1778. package/es/Locale/nl_BE.js +130 -0
  1779. package/es/Locale/nl_NL.d.ts +3 -0
  1780. package/es/Locale/nl_NL.js +130 -0
  1781. package/es/Locale/pl_PL.d.ts +3 -0
  1782. package/es/Locale/pl_PL.js +132 -0
  1783. package/es/Locale/pt_BR.d.ts +3 -0
  1784. package/es/Locale/pt_BR.js +130 -0
  1785. package/es/Locale/pt_PT.d.ts +3 -0
  1786. package/es/Locale/pt_PT.js +44 -0
  1787. package/es/Locale/ro_RO.d.ts +3 -0
  1788. package/es/Locale/ro_RO.js +130 -0
  1789. package/es/Locale/ru_RU.d.ts +3 -0
  1790. package/es/Locale/ru_RU.js +129 -0
  1791. package/es/Locale/si_LK.d.ts +3 -0
  1792. package/es/Locale/si_LK.js +132 -0
  1793. package/es/Locale/sk_SK.d.ts +3 -0
  1794. package/es/Locale/sk_SK.js +132 -0
  1795. package/es/Locale/sl_SI.d.ts +3 -0
  1796. package/es/Locale/sl_SI.js +43 -0
  1797. package/es/Locale/sr_RS.d.ts +3 -0
  1798. package/es/Locale/sr_RS.js +130 -0
  1799. package/es/Locale/sv_SE.d.ts +3 -0
  1800. package/es/Locale/sv_SE.js +130 -0
  1801. package/es/Locale/ta_IN.d.ts +3 -0
  1802. package/es/Locale/ta_IN.js +63 -0
  1803. package/es/Locale/th_TH.d.ts +3 -0
  1804. package/es/Locale/th_TH.js +126 -0
  1805. package/es/Locale/tk_TK.d.ts +3 -0
  1806. package/es/Locale/tk_TK.js +128 -0
  1807. package/es/Locale/tr_TR.d.ts +3 -0
  1808. package/es/Locale/tr_TR.js +128 -0
  1809. package/es/Locale/uk_UA.d.ts +3 -0
  1810. package/es/Locale/uk_UA.js +132 -0
  1811. package/es/Locale/ur_PK.d.ts +3 -0
  1812. package/es/Locale/ur_PK.js +130 -0
  1813. package/es/Locale/vi_VN.d.ts +3 -0
  1814. package/es/Locale/vi_VN.js +43 -0
  1815. package/es/Locale/zh_CN.d.ts +6 -0
  1816. package/es/Locale/zh_CN.js +133 -0
  1817. package/es/Locale/zh_HK.d.ts +3 -0
  1818. package/es/Locale/zh_HK.js +127 -0
  1819. package/es/Locale/zh_TW.d.ts +3 -0
  1820. package/es/Locale/zh_TW.js +128 -0
  1821. package/es/Mentions/index.d.ts +3 -0
  1822. package/es/Mentions/index.js +3 -0
  1823. package/es/Mentions/style/index.css +512 -0
  1824. package/es/Mentions/style/index.d.ts +1 -0
  1825. package/es/Mentions/style/index.js +1 -0
  1826. package/es/Mentions/style/variables.css +0 -0
  1827. package/es/Mentions/style/variables.d.ts +1 -0
  1828. package/es/Mentions/style/variables.js +1 -0
  1829. package/es/Menu/index.d.ts +9 -0
  1830. package/es/Menu/index.js +3 -0
  1831. package/es/Menu/style/index.css +512 -0
  1832. package/es/Menu/style/index.d.ts +1 -0
  1833. package/es/Menu/style/index.js +1 -0
  1834. package/es/Menu/style/variables.css +0 -0
  1835. package/es/Menu/style/variables.d.ts +1 -0
  1836. package/es/Menu/style/variables.js +1 -0
  1837. package/es/Modal/index.d.ts +13 -0
  1838. package/es/Modal/index.js +105 -0
  1839. package/es/Modal/locale.d.ts +7 -0
  1840. package/es/Modal/locale.js +12 -0
  1841. package/es/Modal/style/index.css +547 -0
  1842. package/es/Modal/style/index.d.ts +1 -0
  1843. package/es/Modal/style/index.js +1 -0
  1844. package/es/Modal/style/variables.css +35 -0
  1845. package/es/Modal/style/variables.d.ts +1 -0
  1846. package/es/Modal/style/variables.js +1 -0
  1847. package/es/PageHeader/index.d.ts +24 -0
  1848. package/es/PageHeader/index.js +169 -0
  1849. package/es/PageHeader/style/index.css +512 -0
  1850. package/es/PageHeader/style/index.d.ts +1 -0
  1851. package/es/PageHeader/style/index.js +1 -0
  1852. package/es/PageHeader/style/variables.css +0 -0
  1853. package/es/PageHeader/style/variables.d.ts +1 -0
  1854. package/es/PageHeader/style/variables.js +1 -0
  1855. package/es/Pagination/index.d.ts +8 -0
  1856. package/es/Pagination/index.js +51 -0
  1857. package/es/Pagination/style/index.css +561 -0
  1858. package/es/Pagination/style/index.d.ts +1 -0
  1859. package/es/Pagination/style/index.js +1 -0
  1860. package/es/Pagination/style/variables.css +49 -0
  1861. package/es/Pagination/style/variables.d.ts +1 -0
  1862. package/es/Pagination/style/variables.js +1 -0
  1863. package/es/Popconfirm/index.d.ts +3 -0
  1864. package/es/Popconfirm/index.js +3 -0
  1865. package/es/Popconfirm/style/index.css +512 -0
  1866. package/es/Popconfirm/style/index.d.ts +1 -0
  1867. package/es/Popconfirm/style/index.js +1 -0
  1868. package/es/Popconfirm/style/variables.css +0 -0
  1869. package/es/Popconfirm/style/variables.d.ts +1 -0
  1870. package/es/Popconfirm/style/variables.js +1 -0
  1871. package/es/Popover/index.d.ts +11 -0
  1872. package/es/Popover/index.js +63 -0
  1873. package/es/Popover/style/index.css +512 -0
  1874. package/es/Popover/style/index.d.ts +1 -0
  1875. package/es/Popover/style/index.js +1 -0
  1876. package/es/Popover/style/variables.css +0 -0
  1877. package/es/Popover/style/variables.d.ts +1 -0
  1878. package/es/Popover/style/variables.js +1 -0
  1879. package/es/Progress/index.d.ts +3 -0
  1880. package/es/Progress/index.js +3 -0
  1881. package/es/Progress/style/index.css +512 -0
  1882. package/es/Progress/style/index.d.ts +1 -0
  1883. package/es/Progress/style/index.js +1 -0
  1884. package/es/Progress/style/variables.css +0 -0
  1885. package/es/Progress/style/variables.d.ts +1 -0
  1886. package/es/Progress/style/variables.js +1 -0
  1887. package/es/QuickMenu/index.d.ts +15 -0
  1888. package/es/QuickMenu/index.js +175 -0
  1889. package/es/QuickMenu/style/index.css +575 -0
  1890. package/es/QuickMenu/style/index.d.ts +1 -0
  1891. package/es/QuickMenu/style/index.js +1 -0
  1892. package/es/QuickMenu/style/variables.css +63 -0
  1893. package/es/QuickMenu/style/variables.d.ts +1 -0
  1894. package/es/QuickMenu/style/variables.js +1 -0
  1895. package/es/Radio/index.js +50 -0
  1896. package/es/Radio/style/index.css +141 -0
  1897. package/es/Radio/style/index.js +3 -0
  1898. package/es/Radio/style/variables.css +141 -0
  1899. package/es/Radio/style/variables.js +3 -0
  1900. package/es/Rate/index.d.ts +3 -0
  1901. package/es/Rate/index.js +3 -0
  1902. package/es/Rate/style/index.css +512 -0
  1903. package/es/Rate/style/index.d.ts +1 -0
  1904. package/es/Rate/style/index.js +1 -0
  1905. package/es/Rate/style/variables.css +0 -0
  1906. package/es/Rate/style/variables.d.ts +1 -0
  1907. package/es/Rate/style/variables.js +1 -0
  1908. package/es/Result/index.d.ts +32 -0
  1909. package/es/Result/index.js +100 -0
  1910. package/es/Result/noFound.d.ts +2 -0
  1911. package/es/Result/noFound.js +239 -0
  1912. package/es/Result/serverError.d.ts +2 -0
  1913. package/es/Result/serverError.js +279 -0
  1914. package/es/Result/style/index.css +512 -0
  1915. package/es/Result/style/index.d.ts +1 -0
  1916. package/es/Result/style/index.js +1 -0
  1917. package/es/Result/style/variables.css +0 -0
  1918. package/es/Result/style/variables.d.ts +1 -0
  1919. package/es/Result/style/variables.js +1 -0
  1920. package/es/Result/unauthorized.d.ts +2 -0
  1921. package/es/Result/unauthorized.js +229 -0
  1922. package/es/Row/README.md.old +22 -0
  1923. package/es/Row/index.d.ts +3 -0
  1924. package/es/Row/index.js +2 -0
  1925. package/es/Row/style/index.css +512 -0
  1926. package/es/Row/style/index.d.ts +1 -0
  1927. package/es/Row/style/index.js +1 -0
  1928. package/es/Row/style/variables.css +0 -0
  1929. package/es/Row/style/variables.d.ts +1 -0
  1930. package/es/Row/style/variables.js +1 -0
  1931. package/es/Segmented/index.d.ts +3 -0
  1932. package/es/Segmented/index.js +3 -0
  1933. package/es/Segmented/style/index.css +512 -0
  1934. package/es/Segmented/style/index.d.ts +1 -0
  1935. package/es/Segmented/style/index.js +1 -0
  1936. package/es/Segmented/style/variables.css +0 -0
  1937. package/es/Segmented/style/variables.d.ts +1 -0
  1938. package/es/Segmented/style/variables.js +1 -0
  1939. package/es/Select/index.d.ts +15 -0
  1940. package/es/Select/index.js +111 -0
  1941. package/es/Select/style/index.css +555 -0
  1942. package/es/Select/style/index.d.ts +1 -0
  1943. package/es/Select/style/index.js +1 -0
  1944. package/es/Select/style/variables.css +43 -0
  1945. package/es/Select/style/variables.d.ts +1 -0
  1946. package/es/Select/style/variables.js +1 -0
  1947. package/es/Skeleton/index.d.ts +5 -0
  1948. package/es/Skeleton/index.js +3 -0
  1949. package/es/Skeleton/style/index.css +512 -0
  1950. package/es/Skeleton/style/index.d.ts +1 -0
  1951. package/es/Skeleton/style/index.js +1 -0
  1952. package/es/Skeleton/style/variables.css +0 -0
  1953. package/es/Skeleton/style/variables.d.ts +1 -0
  1954. package/es/Skeleton/style/variables.js +1 -0
  1955. package/es/Slider/index.d.ts +2 -0
  1956. package/es/Slider/index.js +3 -0
  1957. package/es/Slider/style/index.css +512 -0
  1958. package/es/Slider/style/index.d.ts +1 -0
  1959. package/es/Slider/style/index.js +1 -0
  1960. package/es/Slider/style/variables.css +0 -0
  1961. package/es/Slider/style/variables.d.ts +1 -0
  1962. package/es/Slider/style/variables.js +1 -0
  1963. package/es/Space/index.d.ts +4 -0
  1964. package/es/Space/index.js +3 -0
  1965. package/es/Space/style/index.css +512 -0
  1966. package/es/Space/style/index.d.ts +1 -0
  1967. package/es/Space/style/index.js +1 -0
  1968. package/es/Space/style/variables.css +0 -0
  1969. package/es/Space/style/variables.d.ts +1 -0
  1970. package/es/Space/style/variables.js +1 -0
  1971. package/es/Spin/index.d.ts +7 -0
  1972. package/es/Spin/index.js +3 -0
  1973. package/es/Spin/style/index.css +512 -0
  1974. package/es/Spin/style/index.d.ts +1 -0
  1975. package/es/Spin/style/index.js +1 -0
  1976. package/es/Spin/style/variables.css +0 -0
  1977. package/es/Spin/style/variables.d.ts +1 -0
  1978. package/es/Spin/style/variables.js +1 -0
  1979. package/es/Statistic/index.d.ts +3 -0
  1980. package/es/Statistic/index.js +3 -0
  1981. package/es/Statistic/style/index.css +512 -0
  1982. package/es/Statistic/style/index.d.ts +1 -0
  1983. package/es/Statistic/style/index.js +1 -0
  1984. package/es/Statistic/style/variables.css +0 -0
  1985. package/es/Statistic/style/variables.d.ts +1 -0
  1986. package/es/Statistic/style/variables.js +1 -0
  1987. package/es/Steps/index.d.ts +3 -0
  1988. package/es/Steps/index.js +3 -0
  1989. package/es/Steps/style/index.css +512 -0
  1990. package/es/Steps/style/index.d.ts +1 -0
  1991. package/es/Steps/style/index.js +1 -0
  1992. package/es/Steps/style/variables.css +0 -0
  1993. package/es/Steps/style/variables.d.ts +1 -0
  1994. package/es/Steps/style/variables.js +1 -0
  1995. package/es/Switch/index.d.ts +3 -0
  1996. package/es/Switch/index.js +35 -0
  1997. package/es/Switch/style/index.css +553 -0
  1998. package/es/Switch/style/index.d.ts +1 -0
  1999. package/es/Switch/style/index.js +1 -0
  2000. package/es/Switch/style/variables.css +41 -0
  2001. package/es/Switch/style/variables.d.ts +1 -0
  2002. package/es/Switch/style/variables.js +1 -0
  2003. package/es/Table/index.d.ts +2 -0
  2004. package/es/Table/index.js +3 -0
  2005. package/es/Table/style/index.css +512 -0
  2006. package/es/Table/style/index.d.ts +1 -0
  2007. package/es/Table/style/index.js +1 -0
  2008. package/es/Table/style/variables.css +0 -0
  2009. package/es/Table/style/variables.d.ts +1 -0
  2010. package/es/Table/style/variables.js +1 -0
  2011. package/es/Tabs/TabPane.d.ts +5 -0
  2012. package/es/Tabs/TabPane.js +9 -0
  2013. package/es/Tabs/hooks/useAnimateConfig.d.ts +3 -0
  2014. package/es/Tabs/hooks/useAnimateConfig.js +38 -0
  2015. package/es/Tabs/hooks/useLegacyItems.d.ts +4 -0
  2016. package/es/Tabs/hooks/useLegacyItems.js +50 -0
  2017. package/es/Tabs/index.d.ts +23 -0
  2018. package/es/Tabs/index.js +92 -0
  2019. package/es/Tabs/index.old.d.ts +12 -0
  2020. package/es/Tabs/index.old.js +38 -0
  2021. package/es/Tabs/style/index.css +558 -0
  2022. package/es/Tabs/style/index.d.ts +1 -0
  2023. package/es/Tabs/style/index.js +1 -0
  2024. package/es/Tabs/style/variables.css +46 -0
  2025. package/es/Tabs/style/variables.d.ts +1 -0
  2026. package/es/Tabs/style/variables.js +1 -0
  2027. package/es/Tag/index.d.ts +16 -0
  2028. package/es/Tag/index.js +82 -0
  2029. package/es/Tag/style/index.css +576 -0
  2030. package/es/Tag/style/index.d.ts +1 -0
  2031. package/es/Tag/style/index.js +1 -0
  2032. package/es/Tag/style/variables.css +64 -0
  2033. package/es/Tag/style/variables.d.ts +1 -0
  2034. package/es/Tag/style/variables.js +1 -0
  2035. package/es/TestTable/LmBox.d.ts +12 -0
  2036. package/es/TestTable/LmBox.js +6 -0
  2037. package/es/TestTable/index.d.ts +2 -0
  2038. package/es/TestTable/index.js +2 -0
  2039. package/es/TestTable/style/index.css +10 -0
  2040. package/es/TestTable/style/index.js +3 -0
  2041. package/es/TestTable/style/variables.css +10 -0
  2042. package/es/TestTable/style/variables.js +3 -0
  2043. package/es/TimePicker/index.d.ts +3 -0
  2044. package/es/TimePicker/index.js +3 -0
  2045. package/es/TimePicker/style/index.css +512 -0
  2046. package/es/TimePicker/style/index.d.ts +1 -0
  2047. package/es/TimePicker/style/index.js +1 -0
  2048. package/es/TimePicker/style/variables.css +0 -0
  2049. package/es/TimePicker/style/variables.d.ts +1 -0
  2050. package/es/TimePicker/style/variables.js +1 -0
  2051. package/es/Timeline/index.d.ts +3 -0
  2052. package/es/Timeline/index.js +3 -0
  2053. package/es/Timeline/style/index.css +515 -0
  2054. package/es/Timeline/style/index.d.ts +1 -0
  2055. package/es/Timeline/style/index.js +1 -0
  2056. package/es/Timeline/style/variables.css +3 -0
  2057. package/es/Timeline/style/variables.d.ts +1 -0
  2058. package/es/Timeline/style/variables.js +1 -0
  2059. package/es/Tooltip/index.d.ts +44 -0
  2060. package/es/Tooltip/index.js +238 -0
  2061. package/es/Tooltip/style/index.css +512 -0
  2062. package/es/Tooltip/style/index.d.ts +1 -0
  2063. package/es/Tooltip/style/index.js +1 -0
  2064. package/es/Tooltip/style/variables.css +0 -0
  2065. package/es/Tooltip/style/variables.d.ts +1 -0
  2066. package/es/Tooltip/style/variables.js +1 -0
  2067. package/es/Transfer/index.d.ts +3 -0
  2068. package/es/Transfer/index.js +3 -0
  2069. package/es/Transfer/style/index.css +512 -0
  2070. package/es/Transfer/style/index.d.ts +1 -0
  2071. package/es/Transfer/style/index.js +1 -0
  2072. package/es/Transfer/style/variables.css +0 -0
  2073. package/es/Transfer/style/variables.d.ts +1 -0
  2074. package/es/Transfer/style/variables.js +1 -0
  2075. package/es/Tree/DirectoryTree.d.ts +21 -0
  2076. package/es/Tree/DirectoryTree.js +195 -0
  2077. package/es/Tree/Tree.d.ts +140 -0
  2078. package/es/Tree/Tree.js +91 -0
  2079. package/es/Tree/TreeIndex.d.ts +5 -0
  2080. package/es/Tree/TreeIndex.js +2 -0
  2081. package/es/Tree/index.d.ts +12 -0
  2082. package/es/Tree/index.js +30 -0
  2083. package/es/Tree/style/index.css +524 -0
  2084. package/es/Tree/style/index.d.ts +1 -0
  2085. package/es/Tree/style/index.js +1 -0
  2086. package/es/Tree/style/variables.css +12 -0
  2087. package/es/Tree/style/variables.d.ts +1 -0
  2088. package/es/Tree/style/variables.js +1 -0
  2089. package/es/Tree/utils/dictUtil.d.ts +9 -0
  2090. package/es/Tree/utils/dictUtil.js +88 -0
  2091. package/es/Tree/utils/dropIndicator.d.ts +8 -0
  2092. package/es/Tree/utils/dropIndicator.js +37 -0
  2093. package/es/Tree/utils/iconUtil.d.ts +5 -0
  2094. package/es/Tree/utils/iconUtil.js +67 -0
  2095. package/es/TreeSelect/index.d.ts +8 -0
  2096. package/es/TreeSelect/index.js +90 -0
  2097. package/es/TreeSelect/style/index.css +515 -0
  2098. package/es/TreeSelect/style/index.d.ts +1 -0
  2099. package/es/TreeSelect/style/index.js +1 -0
  2100. package/es/TreeSelect/style/variables.css +3 -0
  2101. package/es/TreeSelect/style/variables.d.ts +1 -0
  2102. package/es/TreeSelect/style/variables.js +1 -0
  2103. package/es/Typography/Base/Ellipsis.d.ts +14 -0
  2104. package/es/Typography/Base/Ellipsis.js +197 -0
  2105. package/es/Typography/Base/EllipsisTooltip.d.ts +13 -0
  2106. package/es/Typography/Base/EllipsisTooltip.js +23 -0
  2107. package/es/Typography/Base/index.d.ts +54 -0
  2108. package/es/Typography/Base/index.js +509 -0
  2109. package/es/Typography/Editable.d.ts +20 -0
  2110. package/es/Typography/Editable.js +117 -0
  2111. package/es/Typography/Link.d.ts +7 -0
  2112. package/es/Typography/Link.js +43 -0
  2113. package/es/Typography/Paragraph.d.ts +7 -0
  2114. package/es/Typography/Paragraph.js +12 -0
  2115. package/es/Typography/Text.d.ts +8 -0
  2116. package/es/Typography/Text.js +41 -0
  2117. package/es/Typography/Title.d.ts +9 -0
  2118. package/es/Typography/Title.js +41 -0
  2119. package/es/Typography/Typography.d.ts +11 -0
  2120. package/es/Typography/Typography.js +61 -0
  2121. package/es/Typography/hooks/useMergedConfig.d.ts +1 -0
  2122. package/es/Typography/hooks/useMergedConfig.js +8 -0
  2123. package/es/Typography/hooks/useUpdatedEffect.d.ts +3 -0
  2124. package/es/Typography/hooks/useUpdatedEffect.js +13 -0
  2125. package/es/Typography/index.d.ts +15 -0
  2126. package/es/Typography/index.js +14 -0
  2127. package/es/Typography/style/index.css +512 -0
  2128. package/es/Typography/style/index.d.ts +1 -0
  2129. package/es/Typography/style/index.js +1 -0
  2130. package/es/Typography/style/variables.css +0 -0
  2131. package/es/Typography/style/variables.d.ts +1 -0
  2132. package/es/Typography/style/variables.js +1 -0
  2133. package/es/Upload/index.d.ts +13 -0
  2134. package/es/Upload/index.js +28 -0
  2135. package/es/Upload/style/index.css +547 -0
  2136. package/es/Upload/style/index.d.ts +1 -0
  2137. package/es/Upload/style/index.js +1 -0
  2138. package/es/Upload/style/variables.css +35 -0
  2139. package/es/Upload/style/variables.d.ts +1 -0
  2140. package/es/Upload/style/variables.js +1 -0
  2141. package/es/UploadOss/index.js +18 -0
  2142. package/es/UploadOss/style/index.css +121 -0
  2143. package/es/UploadOss/style/index.js +3 -0
  2144. package/es/UploadOss/style/variables.css +121 -0
  2145. package/es/UploadOss/style/variables.js +3 -0
  2146. package/es/UploadOss/uploadBtn.js +141 -0
  2147. package/es/UploadOss/uploadImg.js +282 -0
  2148. package/es/VirtualList/index.js +85 -0
  2149. package/es/VirtualList/style/index.css +0 -0
  2150. package/es/VirtualList/style/index.js +3 -0
  2151. package/es/VirtualList/style/variables.css +0 -0
  2152. package/es/VirtualList/style/variables.js +3 -0
  2153. package/es/_util/colors.d.ts +5 -0
  2154. package/es/_util/colors.js +4 -0
  2155. package/es/_util/domTarget.d.ts +7 -0
  2156. package/es/_util/domTarget.js +20 -0
  2157. package/es/_util/getDataOrAriaProps.d.ts +1 -0
  2158. package/es/_util/getDataOrAriaProps.js +9 -0
  2159. package/es/_util/getRenderPropValue.d.ts +3 -0
  2160. package/es/_util/getRenderPropValue.js +13 -0
  2161. package/es/_util/hooks/useFlexGapSupport.d.ts +2 -0
  2162. package/es/_util/hooks/useFlexGapSupport.js +14 -0
  2163. package/es/_util/hooks/useForceUpdate.d.ts +2 -0
  2164. package/es/_util/hooks/useForceUpdate.js +11 -0
  2165. package/es/_util/motion.d.ts +8 -0
  2166. package/es/_util/motion.js +60 -0
  2167. package/es/_util/placements.d.ts +17 -0
  2168. package/es/_util/placements.js +87 -0
  2169. package/es/_util/reactNode.d.ts +7 -0
  2170. package/es/_util/reactNode.js +10 -0
  2171. package/es/_util/responsiveObserve.d.ts +21 -0
  2172. package/es/_util/responsiveObserve.js +66 -0
  2173. package/es/_util/statusUtils.d.ts +6 -0
  2174. package/es/_util/statusUtils.js +12 -0
  2175. package/es/_util/styleChecker.d.ts +4 -0
  2176. package/es/_util/styleChecker.js +31 -0
  2177. package/es/_util/throttleByAnimationFrame.d.ts +8 -0
  2178. package/es/_util/throttleByAnimationFrame.js +58 -0
  2179. package/es/_util/transButton.d.ts +9 -0
  2180. package/es/_util/transButton.js +73 -0
  2181. package/es/_util/type.d.ts +9 -0
  2182. package/es/_util/type.js +15 -0
  2183. package/es/_util/warning.d.ts +6 -0
  2184. package/es/_util/warning.js +17 -0
  2185. package/es/hooks/index.d.ts +2 -0
  2186. package/es/hooks/index.js +2 -0
  2187. package/es/hooks/useEvent/index.d.ts +2 -0
  2188. package/es/hooks/useEvent/index.js +16 -0
  2189. package/es/hooks/useFullscreen/index.d.ts +15 -0
  2190. package/es/hooks/useFullscreen/index.js +118 -0
  2191. package/es/index.d.ts +128 -0
  2192. package/es/index.js +86 -0
  2193. package/es/locale-provider/LocaleReceiver.d.ts +20 -0
  2194. package/es/locale-provider/LocaleReceiver.js +66 -0
  2195. package/es/locale-provider/ar_EG.d.ts +2 -0
  2196. package/es/locale-provider/ar_EG.js +2 -0
  2197. package/es/locale-provider/az_AZ.d.ts +2 -0
  2198. package/es/locale-provider/az_AZ.js +2 -0
  2199. package/es/locale-provider/bg_BG.d.ts +2 -0
  2200. package/es/locale-provider/bg_BG.js +2 -0
  2201. package/es/locale-provider/bn_BD.d.ts +2 -0
  2202. package/es/locale-provider/bn_BD.js +2 -0
  2203. package/es/locale-provider/by_BY.d.ts +2 -0
  2204. package/es/locale-provider/by_BY.js +2 -0
  2205. package/es/locale-provider/ca_ES.d.ts +2 -0
  2206. package/es/locale-provider/ca_ES.js +2 -0
  2207. package/es/locale-provider/context.d.ts +7 -0
  2208. package/es/locale-provider/context.js +3 -0
  2209. package/es/locale-provider/cs_CZ.d.ts +2 -0
  2210. package/es/locale-provider/cs_CZ.js +2 -0
  2211. package/es/locale-provider/da_DK.d.ts +2 -0
  2212. package/es/locale-provider/da_DK.js +2 -0
  2213. package/es/locale-provider/de_DE.d.ts +2 -0
  2214. package/es/locale-provider/de_DE.js +2 -0
  2215. package/es/locale-provider/default.d.ts +2 -0
  2216. package/es/locale-provider/default.js +2 -0
  2217. package/es/locale-provider/el_GR.d.ts +2 -0
  2218. package/es/locale-provider/el_GR.js +2 -0
  2219. package/es/locale-provider/en_GB.d.ts +2 -0
  2220. package/es/locale-provider/en_GB.js +2 -0
  2221. package/es/locale-provider/en_US.d.ts +2 -0
  2222. package/es/locale-provider/en_US.js +2 -0
  2223. package/es/locale-provider/es_ES.d.ts +2 -0
  2224. package/es/locale-provider/es_ES.js +2 -0
  2225. package/es/locale-provider/et_EE.d.ts +2 -0
  2226. package/es/locale-provider/et_EE.js +2 -0
  2227. package/es/locale-provider/fa_IR.d.ts +2 -0
  2228. package/es/locale-provider/fa_IR.js +2 -0
  2229. package/es/locale-provider/fi_FI.d.ts +2 -0
  2230. package/es/locale-provider/fi_FI.js +2 -0
  2231. package/es/locale-provider/fr_BE.d.ts +2 -0
  2232. package/es/locale-provider/fr_BE.js +2 -0
  2233. package/es/locale-provider/fr_CA.d.ts +2 -0
  2234. package/es/locale-provider/fr_CA.js +2 -0
  2235. package/es/locale-provider/fr_FR.d.ts +2 -0
  2236. package/es/locale-provider/fr_FR.js +2 -0
  2237. package/es/locale-provider/ga_IE.d.ts +2 -0
  2238. package/es/locale-provider/ga_IE.js +2 -0
  2239. package/es/locale-provider/gl_ES.d.ts +2 -0
  2240. package/es/locale-provider/gl_ES.js +2 -0
  2241. package/es/locale-provider/he_IL.d.ts +2 -0
  2242. package/es/locale-provider/he_IL.js +2 -0
  2243. package/es/locale-provider/hi_IN.d.ts +2 -0
  2244. package/es/locale-provider/hi_IN.js +2 -0
  2245. package/es/locale-provider/hr_HR.d.ts +2 -0
  2246. package/es/locale-provider/hr_HR.js +2 -0
  2247. package/es/locale-provider/hu_HU.d.ts +2 -0
  2248. package/es/locale-provider/hu_HU.js +2 -0
  2249. package/es/locale-provider/hy_AM.d.ts +2 -0
  2250. package/es/locale-provider/hy_AM.js +2 -0
  2251. package/es/locale-provider/id_ID.d.ts +2 -0
  2252. package/es/locale-provider/id_ID.js +2 -0
  2253. package/es/locale-provider/index.d.ts +61 -0
  2254. package/es/locale-provider/index.js +71 -0
  2255. package/es/locale-provider/is_IS.d.ts +2 -0
  2256. package/es/locale-provider/is_IS.js +2 -0
  2257. package/es/locale-provider/it_IT.d.ts +2 -0
  2258. package/es/locale-provider/it_IT.js +2 -0
  2259. package/es/locale-provider/ja_JP.d.ts +2 -0
  2260. package/es/locale-provider/ja_JP.js +2 -0
  2261. package/es/locale-provider/ka_GE.d.ts +2 -0
  2262. package/es/locale-provider/ka_GE.js +2 -0
  2263. package/es/locale-provider/kk_KZ.d.ts +2 -0
  2264. package/es/locale-provider/kk_KZ.js +2 -0
  2265. package/es/locale-provider/km_KH.d.ts +2 -0
  2266. package/es/locale-provider/km_KH.js +2 -0
  2267. package/es/locale-provider/kmr_IQ.d.ts +2 -0
  2268. package/es/locale-provider/kmr_IQ.js +2 -0
  2269. package/es/locale-provider/kn_IN.d.ts +2 -0
  2270. package/es/locale-provider/kn_IN.js +2 -0
  2271. package/es/locale-provider/ko_KR.d.ts +2 -0
  2272. package/es/locale-provider/ko_KR.js +2 -0
  2273. package/es/locale-provider/ku_IQ.d.ts +2 -0
  2274. package/es/locale-provider/ku_IQ.js +2 -0
  2275. package/es/locale-provider/lt_LT.d.ts +2 -0
  2276. package/es/locale-provider/lt_LT.js +2 -0
  2277. package/es/locale-provider/lv_LV.d.ts +2 -0
  2278. package/es/locale-provider/lv_LV.js +2 -0
  2279. package/es/locale-provider/mk_MK.d.ts +2 -0
  2280. package/es/locale-provider/mk_MK.js +2 -0
  2281. package/es/locale-provider/ml_IN.d.ts +2 -0
  2282. package/es/locale-provider/ml_IN.js +2 -0
  2283. package/es/locale-provider/mn_MN.d.ts +2 -0
  2284. package/es/locale-provider/mn_MN.js +2 -0
  2285. package/es/locale-provider/ms_MY.d.ts +2 -0
  2286. package/es/locale-provider/ms_MY.js +2 -0
  2287. package/es/locale-provider/nb_NO.d.ts +2 -0
  2288. package/es/locale-provider/nb_NO.js +2 -0
  2289. package/es/locale-provider/ne_NP.d.ts +2 -0
  2290. package/es/locale-provider/ne_NP.js +2 -0
  2291. package/es/locale-provider/nl_BE.d.ts +2 -0
  2292. package/es/locale-provider/nl_BE.js +2 -0
  2293. package/es/locale-provider/nl_NL.d.ts +2 -0
  2294. package/es/locale-provider/nl_NL.js +2 -0
  2295. package/es/locale-provider/pl_PL.d.ts +2 -0
  2296. package/es/locale-provider/pl_PL.js +2 -0
  2297. package/es/locale-provider/pt_BR.d.ts +2 -0
  2298. package/es/locale-provider/pt_BR.js +2 -0
  2299. package/es/locale-provider/pt_PT.d.ts +2 -0
  2300. package/es/locale-provider/pt_PT.js +2 -0
  2301. package/es/locale-provider/ro_RO.d.ts +2 -0
  2302. package/es/locale-provider/ro_RO.js +2 -0
  2303. package/es/locale-provider/ru_RU.d.ts +2 -0
  2304. package/es/locale-provider/ru_RU.js +2 -0
  2305. package/es/locale-provider/si_LK.d.ts +2 -0
  2306. package/es/locale-provider/si_LK.js +2 -0
  2307. package/es/locale-provider/sk_SK.d.ts +2 -0
  2308. package/es/locale-provider/sk_SK.js +2 -0
  2309. package/es/locale-provider/sl_SI.d.ts +2 -0
  2310. package/es/locale-provider/sl_SI.js +2 -0
  2311. package/es/locale-provider/sr_RS.d.ts +2 -0
  2312. package/es/locale-provider/sr_RS.js +2 -0
  2313. package/es/locale-provider/style/index.css +512 -0
  2314. package/es/locale-provider/style/index.d.ts +1 -0
  2315. package/es/locale-provider/style/index.js +1 -0
  2316. package/es/locale-provider/style/variables.css +0 -0
  2317. package/es/locale-provider/style/variables.d.ts +1 -0
  2318. package/es/locale-provider/style/variables.js +1 -0
  2319. package/es/locale-provider/sv_SE.d.ts +2 -0
  2320. package/es/locale-provider/sv_SE.js +2 -0
  2321. package/es/locale-provider/ta_IN.d.ts +2 -0
  2322. package/es/locale-provider/ta_IN.js +2 -0
  2323. package/es/locale-provider/th_TH.d.ts +2 -0
  2324. package/es/locale-provider/th_TH.js +2 -0
  2325. package/es/locale-provider/tk_TK.d.ts +2 -0
  2326. package/es/locale-provider/tk_TK.js +2 -0
  2327. package/es/locale-provider/tr_TR.d.ts +2 -0
  2328. package/es/locale-provider/tr_TR.js +2 -0
  2329. package/es/locale-provider/uk_UA.d.ts +2 -0
  2330. package/es/locale-provider/uk_UA.js +2 -0
  2331. package/es/locale-provider/ur_PK.d.ts +2 -0
  2332. package/es/locale-provider/ur_PK.js +2 -0
  2333. package/es/locale-provider/vi_VN.d.ts +2 -0
  2334. package/es/locale-provider/vi_VN.js +2 -0
  2335. package/es/locale-provider/zh_CN.d.ts +2 -0
  2336. package/es/locale-provider/zh_CN.js +2 -0
  2337. package/es/locale-provider/zh_HK.d.ts +2 -0
  2338. package/es/locale-provider/zh_HK.js +2 -0
  2339. package/es/locale-provider/zh_TW.d.ts +2 -0
  2340. package/es/locale-provider/zh_TW.js +2 -0
  2341. package/es/message/hooks/useMessage.d.ts +7 -0
  2342. package/es/message/hooks/useMessage.js +83 -0
  2343. package/es/message/index.d.ts +66 -0
  2344. package/es/message/index.js +244 -0
  2345. package/es/message/style/index.css +543 -0
  2346. package/es/message/style/index.d.ts +1 -0
  2347. package/es/message/style/index.js +1 -0
  2348. package/es/message/style/variables.css +31 -0
  2349. package/es/message/style/variables.d.ts +1 -0
  2350. package/es/message/style/variables.js +1 -0
  2351. package/es/notification/hooks/useNotification.d.ts +7 -0
  2352. package/es/notification/hooks/useNotification.js +54 -0
  2353. package/es/notification/index.d.ts +54 -0
  2354. package/es/notification/index.js +342 -0
  2355. package/es/notification/style/index.css +553 -0
  2356. package/es/notification/style/index.d.ts +1 -0
  2357. package/es/notification/style/index.js +1 -0
  2358. package/es/notification/style/variables.css +41 -0
  2359. package/es/notification/style/variables.d.ts +1 -0
  2360. package/es/notification/style/variables.js +1 -0
  2361. package/es/services/newRequest.js +201 -0
  2362. package/es/services/utils.js +72 -0
  2363. package/es/styles/globalClass.css +63 -0
  2364. package/es/styles/icon.css +15 -0
  2365. package/es/styles/index.d.ts +1 -0
  2366. package/es/styles/index.js +1 -0
  2367. package/es/styles/main.css +512 -0
  2368. package/es/styles/resetAntd.css +86 -0
  2369. package/es/styles/them.css +0 -0
  2370. package/es/styles/variables.css +12843 -0
  2371. package/lib/Affix/index.d.ts +54 -0
  2372. package/lib/Affix/index.js +349 -0
  2373. package/lib/Affix/style/index.css +512 -0
  2374. package/lib/Affix/style/index.d.ts +1 -0
  2375. package/lib/Affix/style/index.js +3 -0
  2376. package/lib/Affix/style/variables.css +0 -0
  2377. package/lib/Affix/style/variables.d.ts +1 -0
  2378. package/lib/Affix/style/variables.js +3 -0
  2379. package/lib/Affix/utils.d.ts +15 -0
  2380. package/lib/Affix/utils.js +104 -0
  2381. package/lib/Alert/ErrorBoundary.d.ts +22 -0
  2382. package/lib/Alert/ErrorBoundary.js +79 -0
  2383. package/lib/Alert/index.d.ts +41 -0
  2384. package/lib/Alert/index.js +237 -0
  2385. package/lib/Alert/style/index.css +538 -0
  2386. package/lib/Alert/style/index.d.ts +1 -0
  2387. package/lib/Alert/style/index.js +3 -0
  2388. package/lib/Alert/style/variables.css +26 -0
  2389. package/lib/Alert/style/variables.d.ts +1 -0
  2390. package/lib/Alert/style/variables.js +3 -0
  2391. package/lib/Approval/handle.d.ts +11 -0
  2392. package/lib/Approval/handle.js +160 -0
  2393. package/lib/Approval/index.d.ts +5 -0
  2394. package/lib/Approval/index.js +481 -0
  2395. package/lib/Approval/style/index.css +711 -0
  2396. package/lib/Approval/style/index.d.ts +1 -0
  2397. package/lib/Approval/style/index.js +3 -0
  2398. package/lib/Approval/style/variables.css +199 -0
  2399. package/lib/Approval/style/variables.d.ts +1 -0
  2400. package/lib/Approval/style/variables.js +3 -0
  2401. package/lib/Approval/type.d.ts +56 -0
  2402. package/lib/Approval/type.js +105 -0
  2403. package/lib/Approval/util.d.ts +26 -0
  2404. package/lib/Approval/util.js +148 -0
  2405. package/lib/AutoComplete/index.d.ts +30 -0
  2406. package/lib/AutoComplete/index.js +123 -0
  2407. package/lib/AutoComplete/style/index.css +512 -0
  2408. package/lib/AutoComplete/style/index.d.ts +1 -0
  2409. package/lib/AutoComplete/style/index.js +3 -0
  2410. package/lib/AutoComplete/style/variables.css +0 -0
  2411. package/lib/AutoComplete/style/variables.d.ts +1 -0
  2412. package/lib/AutoComplete/style/variables.js +3 -0
  2413. package/lib/Avatar/index.d.ts +3 -0
  2414. package/lib/Avatar/index.js +15 -0
  2415. package/lib/Avatar/style/index.css +512 -0
  2416. package/lib/Avatar/style/index.d.ts +1 -0
  2417. package/lib/Avatar/style/index.js +3 -0
  2418. package/lib/Avatar/style/variables.css +0 -0
  2419. package/lib/Avatar/style/variables.d.ts +1 -0
  2420. package/lib/Avatar/style/variables.js +3 -0
  2421. package/lib/Badge/Ribbon.d.ts +15 -0
  2422. package/lib/Badge/Ribbon.js +63 -0
  2423. package/lib/Badge/ScrollNumber.d.ts +18 -0
  2424. package/lib/Badge/ScrollNumber.js +96 -0
  2425. package/lib/Badge/SingleNumber.d.ts +12 -0
  2426. package/lib/Badge/SingleNumber.js +135 -0
  2427. package/lib/Badge/index.d.ts +30 -0
  2428. package/lib/Badge/index.js +202 -0
  2429. package/lib/Badge/style/index.css +512 -0
  2430. package/lib/Badge/style/index.d.ts +1 -0
  2431. package/lib/Badge/style/index.js +3 -0
  2432. package/lib/Badge/style/variables.css +0 -0
  2433. package/lib/Badge/style/variables.d.ts +1 -0
  2434. package/lib/Badge/style/variables.js +3 -0
  2435. package/lib/Badge/utils.d.ts +1 -0
  2436. package/lib/Badge/utils.js +13 -0
  2437. package/lib/Box/LmBox.d.ts +12 -0
  2438. package/lib/Box/LmBox.js +27 -0
  2439. package/lib/Box/body/Item.d.ts +10 -0
  2440. package/lib/Box/body/Item.js +30 -0
  2441. package/lib/Box/body/List.d.ts +6 -0
  2442. package/lib/Box/body/List.js +35 -0
  2443. package/lib/Box/body/OverflowList.d.ts +6 -0
  2444. package/lib/Box/body/OverflowList.js +29 -0
  2445. package/lib/Box/index.d.ts +3 -0
  2446. package/lib/Box/index.js +25 -0
  2447. package/lib/Box/style/index.css +10 -0
  2448. package/lib/Box/style/index.js +3 -0
  2449. package/lib/Box/style/variables.css +10 -0
  2450. package/lib/Box/style/variables.js +3 -0
  2451. package/lib/Box/wrapper/BoxContainer.d.ts +6 -0
  2452. package/lib/Box/wrapper/BoxContainer.js +65 -0
  2453. package/lib/Box/wrapper/BoxRoot.d.ts +4 -0
  2454. package/lib/Box/wrapper/BoxRoot.js +47 -0
  2455. package/lib/Box/wrapper/BoxWrapper.d.ts +6 -0
  2456. package/lib/Box/wrapper/BoxWrapper.js +22 -0
  2457. package/lib/Box/wrapper/reducer.d.ts +8 -0
  2458. package/lib/Box/wrapper/reducer.js +38 -0
  2459. package/lib/Breadcrumb/index.d.ts +4 -0
  2460. package/lib/Breadcrumb/index.js +15 -0
  2461. package/lib/Breadcrumb/style/index.css +512 -0
  2462. package/lib/Breadcrumb/style/index.d.ts +1 -0
  2463. package/lib/Breadcrumb/style/index.js +3 -0
  2464. package/lib/Breadcrumb/style/variables.css +0 -0
  2465. package/lib/Breadcrumb/style/variables.d.ts +1 -0
  2466. package/lib/Breadcrumb/style/variables.js +3 -0
  2467. package/lib/Button/index.d.ts +11 -0
  2468. package/lib/Button/index.js +66 -0
  2469. package/lib/Button/style/index.css +125 -0
  2470. package/lib/Button/style/index.d.ts +1 -0
  2471. package/lib/Button/style/index.js +3 -0
  2472. package/lib/Button/style/variables.css +125 -0
  2473. package/lib/ButtonTags/ButtonTags.js +59 -0
  2474. package/lib/ButtonTags/index.js +13 -0
  2475. package/lib/ButtonTags/style/index.css +584 -0
  2476. package/lib/ButtonTags/style/index.js +3 -0
  2477. package/lib/ButtonTags/style/variables.css +72 -0
  2478. package/lib/ButtonTags/style/variables.js +3 -0
  2479. package/lib/Calendar/index.d.ts +4 -0
  2480. package/lib/Calendar/index.js +15 -0
  2481. package/lib/Calendar/style/index.css +512 -0
  2482. package/lib/Calendar/style/index.d.ts +1 -0
  2483. package/lib/Calendar/style/index.js +3 -0
  2484. package/lib/Calendar/style/variables.css +0 -0
  2485. package/lib/Calendar/style/variables.d.ts +1 -0
  2486. package/lib/Calendar/style/variables.js +3 -0
  2487. package/lib/Card/index.d.ts +2 -0
  2488. package/lib/Card/index.js +29 -0
  2489. package/lib/Card/style/index.css +512 -0
  2490. package/lib/Card/style/index.d.ts +1 -0
  2491. package/lib/Card/style/index.js +3 -0
  2492. package/lib/Card/style/variables.css +0 -0
  2493. package/lib/Card/style/variables.d.ts +1 -0
  2494. package/lib/Card/style/variables.js +3 -0
  2495. package/lib/CardTable/LmCardTable.js +63 -0
  2496. package/lib/CardTable/body/TableBody.js +78 -0
  2497. package/lib/CardTable/body/TableBodyCell.js +67 -0
  2498. package/lib/CardTable/body/TableBodyRow.js +91 -0
  2499. package/lib/CardTable/card/PictureTextColumn.js +132 -0
  2500. package/lib/CardTable/card/PictureTextRow.js +153 -0
  2501. package/lib/CardTable/card/PictureTextRowOperate.js +146 -0
  2502. package/lib/CardTable/context.js +20 -0
  2503. package/lib/CardTable/empty.js +24 -0
  2504. package/lib/CardTable/fns/index.js +160 -0
  2505. package/lib/CardTable/footer.js +59 -0
  2506. package/lib/CardTable/hooks/usePagination.js +128 -0
  2507. package/lib/CardTable/index.js +17 -0
  2508. package/lib/CardTable/pager/TablePagination.js +60 -0
  2509. package/lib/CardTable/pager/index.js +47 -0
  2510. package/lib/CardTable/style/index.css +466 -0
  2511. package/lib/CardTable/style/index.js +3 -0
  2512. package/lib/CardTable/style/variables.css +466 -0
  2513. package/lib/CardTable/style/variables.js +3 -0
  2514. package/lib/CardTable/table/Table.js +27 -0
  2515. package/lib/CardTable/table/TableContainer.js +97 -0
  2516. package/lib/CardTable/table/TableRoot.js +210 -0
  2517. package/lib/CardTable/table/TableWrapper.js +40 -0
  2518. package/lib/CardTable/toolbar/ToolBarBottom.js +28 -0
  2519. package/lib/CardTable/utils.js +31 -0
  2520. package/lib/Carousel/index.d.ts +3 -0
  2521. package/lib/Carousel/index.js +15 -0
  2522. package/lib/Carousel/style/index.css +512 -0
  2523. package/lib/Carousel/style/index.d.ts +1 -0
  2524. package/lib/Carousel/style/index.js +3 -0
  2525. package/lib/Carousel/style/variables.css +0 -0
  2526. package/lib/Carousel/style/variables.d.ts +1 -0
  2527. package/lib/Carousel/style/variables.js +3 -0
  2528. package/lib/Cascader/index.d.ts +4 -0
  2529. package/lib/Cascader/index.js +82 -0
  2530. package/lib/Cascader/style/index.css +528 -0
  2531. package/lib/Cascader/style/index.d.ts +1 -0
  2532. package/lib/Cascader/style/index.js +3 -0
  2533. package/lib/Cascader/style/variables.css +16 -0
  2534. package/lib/Cascader/style/variables.d.ts +1 -0
  2535. package/lib/Cascader/style/variables.js +3 -0
  2536. package/lib/Checkbox/index.js +47 -0
  2537. package/lib/Checkbox/style/index.css +128 -0
  2538. package/lib/Checkbox/style/index.js +3 -0
  2539. package/lib/Checkbox/style/variables.css +128 -0
  2540. package/lib/Checkbox/style/variables.js +3 -0
  2541. package/lib/Col/README.md.old +22 -0
  2542. package/lib/Col/index.d.ts +3 -0
  2543. package/lib/Col/index.js +11 -0
  2544. package/lib/Col/style/index.css +512 -0
  2545. package/lib/Col/style/index.d.ts +1 -0
  2546. package/lib/Col/style/index.js +3 -0
  2547. package/lib/Col/style/variables.css +0 -0
  2548. package/lib/Col/style/variables.d.ts +1 -0
  2549. package/lib/Col/style/variables.js +3 -0
  2550. package/lib/Collapse/index.d.ts +3 -0
  2551. package/lib/Collapse/index.js +15 -0
  2552. package/lib/Collapse/style/index.css +512 -0
  2553. package/lib/Collapse/style/index.d.ts +1 -0
  2554. package/lib/Collapse/style/index.js +3 -0
  2555. package/lib/Collapse/style/variables.css +0 -0
  2556. package/lib/Collapse/style/variables.d.ts +1 -0
  2557. package/lib/Collapse/style/variables.js +3 -0
  2558. package/lib/Comment/index.d.ts +3 -0
  2559. package/lib/Comment/index.js +15 -0
  2560. package/lib/Comment/style/index.css +512 -0
  2561. package/lib/Comment/style/index.d.ts +1 -0
  2562. package/lib/Comment/style/index.js +3 -0
  2563. package/lib/Comment/style/variables.css +0 -0
  2564. package/lib/Comment/style/variables.d.ts +1 -0
  2565. package/lib/Comment/style/variables.js +3 -0
  2566. package/lib/ConfigProvider/DisabledContext.d.ts +9 -0
  2567. package/lib/ConfigProvider/DisabledContext.js +25 -0
  2568. package/lib/ConfigProvider/SizeContext.d.ts +9 -0
  2569. package/lib/ConfigProvider/SizeContext.js +26 -0
  2570. package/lib/ConfigProvider/context.d.ts +60 -0
  2571. package/lib/ConfigProvider/context.js +54 -0
  2572. package/lib/ConfigProvider/cssVariables.d.ts +3 -0
  2573. package/lib/ConfigProvider/cssVariables.js +114 -0
  2574. package/lib/ConfigProvider/defaultRenderEmpty.d.ts +4 -0
  2575. package/lib/ConfigProvider/defaultRenderEmpty.js +52 -0
  2576. package/lib/ConfigProvider/index.d.ts +62 -0
  2577. package/lib/ConfigProvider/index.js +263 -0
  2578. package/lib/ConfigProvider/style/index.css +141 -0
  2579. package/lib/ConfigProvider/style/index.js +3 -0
  2580. package/lib/ConfigProvider/style/variables.css +141 -0
  2581. package/lib/ConfigProvider/style/variables.js +3 -0
  2582. package/lib/CropImg/LmCropImg.d.ts +11 -0
  2583. package/lib/CropImg/LmCropImg.js +31 -0
  2584. package/lib/CropImg/body/Operate.d.ts +5 -0
  2585. package/lib/CropImg/body/Operate.js +102 -0
  2586. package/lib/CropImg/body/index.d.ts +5 -0
  2587. package/lib/CropImg/body/index.js +60 -0
  2588. package/lib/CropImg/fns/index.d.ts +14 -0
  2589. package/lib/CropImg/fns/index.js +60 -0
  2590. package/lib/CropImg/index.d.ts +4 -0
  2591. package/lib/CropImg/index.js +33 -0
  2592. package/lib/CropImg/style/index.css +17 -0
  2593. package/lib/CropImg/style/index.js +3 -0
  2594. package/lib/CropImg/style/variables.css +17 -0
  2595. package/lib/CropImg/style/variables.js +3 -0
  2596. package/lib/CropImg/utils.js +161 -0
  2597. package/lib/CropImg/wrapper/Container.d.ts +5 -0
  2598. package/lib/CropImg/wrapper/Container.js +124 -0
  2599. package/lib/CropImg/wrapper/Root.d.ts +3 -0
  2600. package/lib/CropImg/wrapper/Root.js +61 -0
  2601. package/lib/CropImg/wrapper/Wrapper.d.ts +5 -0
  2602. package/lib/CropImg/wrapper/Wrapper.js +23 -0
  2603. package/lib/CropImg/wrapper/reducer.d.ts +13 -0
  2604. package/lib/CropImg/wrapper/reducer.js +45 -0
  2605. package/lib/CustomTableOption/cardSort.d.ts +4 -0
  2606. package/lib/CustomTableOption/cardSort.js +244 -0
  2607. package/lib/CustomTableOption/columnsSort.d.ts +4 -0
  2608. package/lib/CustomTableOption/columnsSort.js +366 -0
  2609. package/lib/CustomTableOption/filterSort.d.ts +4 -0
  2610. package/lib/CustomTableOption/filterSort.js +240 -0
  2611. package/lib/CustomTableOption/index.d.ts +15 -0
  2612. package/lib/CustomTableOption/index.js +230 -0
  2613. package/lib/CustomTableOption/locale/en_US.d.ts +19 -0
  2614. package/lib/CustomTableOption/locale/en_US.js +26 -0
  2615. package/lib/CustomTableOption/locale/zh_CN.d.ts +19 -0
  2616. package/lib/CustomTableOption/locale/zh_CN.js +26 -0
  2617. package/lib/CustomTableOption/style/index.css +615 -0
  2618. package/lib/CustomTableOption/style/index.d.ts +1 -0
  2619. package/lib/CustomTableOption/style/index.js +3 -0
  2620. package/lib/CustomTableOption/style/variables.css +103 -0
  2621. package/lib/CustomTableOption/style/variables.d.ts +1 -0
  2622. package/lib/CustomTableOption/style/variables.js +3 -0
  2623. package/lib/CustomerService/README.md.old +15 -0
  2624. package/lib/CustomerService/assets/question01.png +0 -0
  2625. package/lib/CustomerService/assets/send.png +0 -0
  2626. package/lib/CustomerService/assets/service.png +0 -0
  2627. package/lib/CustomerService/assets/shuoming01.png +0 -0
  2628. package/lib/CustomerService/assets/shuoming02.png +0 -0
  2629. package/lib/CustomerService/components/question.js +120 -0
  2630. package/lib/CustomerService/index.js +291 -0
  2631. package/lib/CustomerService/style/index.css +765 -0
  2632. package/lib/CustomerService/style/index.js +3 -0
  2633. package/lib/CustomerService/style/variables.css +253 -0
  2634. package/lib/CustomerService/style/variables.js +3 -0
  2635. package/lib/DatePicker/PickerButton.d.ts +2 -0
  2636. package/lib/DatePicker/PickerButton.js +19 -0
  2637. package/lib/DatePicker/PickerTag.d.ts +2 -0
  2638. package/lib/DatePicker/PickerTag.js +18 -0
  2639. package/lib/DatePicker/generatePicker/generateRangePicker.d.ts +4 -0
  2640. package/lib/DatePicker/generatePicker/generateRangePicker.js +168 -0
  2641. package/lib/DatePicker/generatePicker/generateSinglePicker.d.ts +14 -0
  2642. package/lib/DatePicker/generatePicker/generateSinglePicker.js +195 -0
  2643. package/lib/DatePicker/generatePicker/index.d.ts +106 -0
  2644. package/lib/DatePicker/generatePicker/index.js +102 -0
  2645. package/lib/DatePicker/generatePicker/interface.d.ts +12 -0
  2646. package/lib/DatePicker/generatePicker/interface.js +5 -0
  2647. package/lib/DatePicker/index.d.ts +17 -0
  2648. package/lib/DatePicker/index.js +21 -0
  2649. package/lib/DatePicker/style/index.css +512 -0
  2650. package/lib/DatePicker/style/index.d.ts +1 -0
  2651. package/lib/DatePicker/style/index.js +3 -0
  2652. package/lib/DatePicker/style/variables.css +0 -0
  2653. package/lib/DatePicker/style/variables.d.ts +1 -0
  2654. package/lib/DatePicker/style/variables.js +3 -0
  2655. package/lib/DatePicker/util.d.ts +14 -0
  2656. package/lib/DatePicker/util.js +122 -0
  2657. package/lib/Descriptions/Cell.d.ts +17 -0
  2658. package/lib/Descriptions/Cell.js +69 -0
  2659. package/lib/Descriptions/Item.d.ts +14 -0
  2660. package/lib/Descriptions/Item.js +14 -0
  2661. package/lib/Descriptions/Row.d.ts +13 -0
  2662. package/lib/Descriptions/Row.js +125 -0
  2663. package/lib/Descriptions/index.d.ts +28 -0
  2664. package/lib/Descriptions/index.js +198 -0
  2665. package/lib/Descriptions/style/index.css +687 -0
  2666. package/lib/Descriptions/style/index.d.ts +1 -0
  2667. package/lib/Descriptions/style/index.js +3 -0
  2668. package/lib/Descriptions/style/variables.css +175 -0
  2669. package/lib/Descriptions/style/variables.d.ts +1 -0
  2670. package/lib/Descriptions/style/variables.js +3 -0
  2671. package/lib/Divider/index.d.ts +14 -0
  2672. package/lib/Divider/index.js +79 -0
  2673. package/lib/Divider/style/index.css +512 -0
  2674. package/lib/Divider/style/index.d.ts +1 -0
  2675. package/lib/Divider/style/index.js +3 -0
  2676. package/lib/Divider/style/variables.css +0 -0
  2677. package/lib/Divider/style/variables.d.ts +1 -0
  2678. package/lib/Divider/style/variables.js +3 -0
  2679. package/lib/Drawer/index.d.ts +10 -0
  2680. package/lib/Drawer/index.js +55 -0
  2681. package/lib/Drawer/style/index.css +520 -0
  2682. package/lib/Drawer/style/index.d.ts +1 -0
  2683. package/lib/Drawer/style/index.js +3 -0
  2684. package/lib/Drawer/style/variables.css +8 -0
  2685. package/lib/Drawer/style/variables.d.ts +1 -0
  2686. package/lib/Drawer/style/variables.js +3 -0
  2687. package/lib/Dropdown/index.d.ts +14 -0
  2688. package/lib/Dropdown/index.js +148 -0
  2689. package/lib/Dropdown/style/index.css +598 -0
  2690. package/lib/Dropdown/style/index.d.ts +1 -0
  2691. package/lib/Dropdown/style/index.js +3 -0
  2692. package/lib/Dropdown/style/variables.css +86 -0
  2693. package/lib/Dropdown/style/variables.d.ts +1 -0
  2694. package/lib/Dropdown/style/variables.js +3 -0
  2695. package/lib/EditTable/EditTable.js +704 -0
  2696. package/lib/EditTable/README.md.old +66 -0
  2697. package/lib/EditTable/index.js +13 -0
  2698. package/lib/EditTable/style/index.css +690 -0
  2699. package/lib/EditTable/style/index.js +3 -0
  2700. package/lib/EditTable/style/variables.css +178 -0
  2701. package/lib/EditTable/style/variables.js +3 -0
  2702. package/lib/Empty/empty.d.ts +2 -0
  2703. package/lib/Empty/empty.js +66 -0
  2704. package/lib/Empty/index.d.ts +22 -0
  2705. package/lib/Empty/index.js +122 -0
  2706. package/lib/Empty/simple.d.ts +2 -0
  2707. package/lib/Empty/simple.js +47 -0
  2708. package/lib/Empty/style/index.css +556 -0
  2709. package/lib/Empty/style/index.d.ts +1 -0
  2710. package/lib/Empty/style/index.js +3 -0
  2711. package/lib/Empty/style/variables.css +44 -0
  2712. package/lib/Empty/style/variables.d.ts +1 -0
  2713. package/lib/Empty/style/variables.js +3 -0
  2714. package/lib/EnlargeImg/README.md.old +21 -0
  2715. package/lib/EnlargeImg/index.js +109 -0
  2716. package/lib/EnlargeImg/style/index.css +4 -0
  2717. package/lib/EnlargeImg/style/index.js +3 -0
  2718. package/lib/EnlargeImg/style/variables.css +4 -0
  2719. package/lib/EnlargeImg/style/variables.js +3 -0
  2720. package/lib/Filter/Popover.js +199 -0
  2721. package/lib/Filter/README.md.old +144 -0
  2722. package/lib/Filter/baseFilter/Popover.js +213 -0
  2723. package/lib/Filter/baseFilter/ToggleFilter.js +111 -0
  2724. package/lib/Filter/baseFilter/index.js +100 -0
  2725. package/lib/Filter/complex/ComplexFilter.js +149 -0
  2726. package/lib/Filter/complex/ComplexItem.js +157 -0
  2727. package/lib/Filter/components/Checkbox.js +94 -0
  2728. package/lib/Filter/components/Date.js +87 -0
  2729. package/lib/Filter/components/Input.js +63 -0
  2730. package/lib/Filter/components/Select.js +89 -0
  2731. package/lib/Filter/components/Tree.js +64 -0
  2732. package/lib/Filter/components/header.js +60 -0
  2733. package/lib/Filter/components/index.js +47 -0
  2734. package/lib/Filter/context.js +15 -0
  2735. package/lib/Filter/edit/editFilter.js +273 -0
  2736. package/lib/Filter/index.js +174 -0
  2737. package/lib/Filter/popContext.js +15 -0
  2738. package/lib/Filter/remember.js +136 -0
  2739. package/lib/Filter/style/index.css +783 -0
  2740. package/lib/Filter/style/index.js +3 -0
  2741. package/lib/Filter/style/variables.css +271 -0
  2742. package/lib/Filter/style/variables.js +3 -0
  2743. package/lib/Form/ErrorList.d.ts +11 -0
  2744. package/lib/Form/ErrorList.js +104 -0
  2745. package/lib/Form/Form.d.ts +36 -0
  2746. package/lib/Form/Form.js +194 -0
  2747. package/lib/Form/FormItem/ItemHolder.d.ts +17 -0
  2748. package/lib/Form/FormItem/ItemHolder.js +178 -0
  2749. package/lib/Form/FormItem/index.d.ts +43 -0
  2750. package/lib/Form/FormItem/index.js +348 -0
  2751. package/lib/Form/FormItemInput.d.ts +28 -0
  2752. package/lib/Form/FormItemInput.js +93 -0
  2753. package/lib/Form/FormItemLabel.d.ts +23 -0
  2754. package/lib/Form/FormItemLabel.js +138 -0
  2755. package/lib/Form/FormList.d.ts +25 -0
  2756. package/lib/Form/FormList.js +67 -0
  2757. package/lib/Form/FormWrapper.d.ts +3 -0
  2758. package/lib/Form/FormWrapper.js +34 -0
  2759. package/lib/Form/WrapperItem.d.ts +4 -0
  2760. package/lib/Form/WrapperItem.js +235 -0
  2761. package/lib/Form/container.d.ts +9 -0
  2762. package/lib/Form/container.js +103 -0
  2763. package/lib/Form/context.d.ts +48 -0
  2764. package/lib/Form/context.js +65 -0
  2765. package/lib/Form/hooks/useDebounce.d.ts +1 -0
  2766. package/lib/Form/hooks/useDebounce.js +31 -0
  2767. package/lib/Form/hooks/useForm.d.ts +15 -0
  2768. package/lib/Form/hooks/useForm.js +68 -0
  2769. package/lib/Form/hooks/useFormInstance.d.ts +2 -0
  2770. package/lib/Form/hooks/useFormInstance.js +17 -0
  2771. package/lib/Form/hooks/useFormItemStatus.d.ts +6 -0
  2772. package/lib/Form/hooks/useFormItemStatus.js +27 -0
  2773. package/lib/Form/hooks/useFrameState.d.ts +3 -0
  2774. package/lib/Form/hooks/useFrameState.js +61 -0
  2775. package/lib/Form/hooks/useItemRef.d.ts +3 -0
  2776. package/lib/Form/hooks/useItemRef.js +40 -0
  2777. package/lib/Form/images/icon_collapse.svg +1 -0
  2778. package/lib/Form/index.d.ts +28 -0
  2779. package/lib/Form/index.js +43 -0
  2780. package/lib/Form/interface.d.ts +15 -0
  2781. package/lib/Form/interface.js +5 -0
  2782. package/lib/Form/style/form.css +603 -0
  2783. package/lib/Form/style/grid.css +5185 -0
  2784. package/lib/Form/style/index.css +6749 -0
  2785. package/lib/Form/style/index.d.ts +1 -0
  2786. package/lib/Form/style/index.js +3 -0
  2787. package/lib/Form/style/tooltip.css +275 -0
  2788. package/lib/Form/style/variables.css +6237 -0
  2789. package/lib/Form/style/variables.d.ts +1 -0
  2790. package/lib/Form/style/variables.js +3 -0
  2791. package/lib/Form/util.d.ts +4 -0
  2792. package/lib/Form/util.js +53 -0
  2793. package/lib/FullScreen/index.d.ts +10 -0
  2794. package/lib/FullScreen/index.js +39 -0
  2795. package/lib/FullScreen/style/index.css +522 -0
  2796. package/lib/FullScreen/style/index.d.ts +1 -0
  2797. package/lib/FullScreen/style/index.js +3 -0
  2798. package/lib/FullScreen/style/variables.css +10 -0
  2799. package/lib/FullScreen/style/variables.d.ts +1 -0
  2800. package/lib/FullScreen/style/variables.js +3 -0
  2801. package/lib/Grid/RowContext.d.ts +8 -0
  2802. package/lib/Grid/RowContext.js +12 -0
  2803. package/lib/Grid/col.d.ts +28 -0
  2804. package/lib/Grid/col.js +128 -0
  2805. package/lib/Grid/hooks/useBreakpoint.d.ts +3 -0
  2806. package/lib/Grid/hooks/useBreakpoint.js +37 -0
  2807. package/lib/Grid/index.d.ts +11 -0
  2808. package/lib/Grid/index.js +45 -0
  2809. package/lib/Grid/row.d.ts +14 -0
  2810. package/lib/Grid/row.js +164 -0
  2811. package/lib/Grid/style/index.css +512 -0
  2812. package/lib/Grid/style/index.d.ts +1 -0
  2813. package/lib/Grid/style/index.js +3 -0
  2814. package/lib/Grid/style/variables.css +0 -0
  2815. package/lib/Grid/style/variables.d.ts +1 -0
  2816. package/lib/Grid/style/variables.js +3 -0
  2817. package/lib/Icon/index.js +20 -0
  2818. package/lib/Icon/style/index.css +512 -0
  2819. package/lib/Icon/style/index.js +3 -0
  2820. package/lib/Icon/style/variables.css +0 -0
  2821. package/lib/Icon/style/variables.js +3 -0
  2822. package/lib/IconFont/font/iconfont.css +1831 -0
  2823. package/lib/IconFont/font/iconfont.js +48 -0
  2824. package/lib/IconFont/font/iconfont.ttf +0 -0
  2825. package/lib/IconFont/font/iconfont.woff +0 -0
  2826. package/lib/IconFont/font/iconfont.woff2 +0 -0
  2827. package/lib/IconFont/index.d.ts +2 -0
  2828. package/lib/IconFont/index.js +37 -0
  2829. package/lib/IconFont/style/index.css +0 -0
  2830. package/lib/IconFont/style/index.js +3 -0
  2831. package/lib/IconFont/style/variables.css +0 -0
  2832. package/lib/IconFont/style/variables.js +3 -0
  2833. package/lib/IconSelect/iconJson.json +2935 -0
  2834. package/lib/IconSelect/index.js +115 -0
  2835. package/lib/IconSelect/style/index.css +25 -0
  2836. package/lib/IconSelect/style/index.js +3 -0
  2837. package/lib/IconSelect/style/variables.css +25 -0
  2838. package/lib/IconSelect/style/variables.js +3 -0
  2839. package/lib/Image/index.d.ts +2 -0
  2840. package/lib/Image/index.js +15 -0
  2841. package/lib/Image/style/index.css +512 -0
  2842. package/lib/Image/style/index.d.ts +1 -0
  2843. package/lib/Image/style/index.js +3 -0
  2844. package/lib/Image/style/variables.css +0 -0
  2845. package/lib/Image/style/variables.d.ts +1 -0
  2846. package/lib/Image/style/variables.js +3 -0
  2847. package/lib/ImageViewer/LmImageViewer.d.ts +13 -0
  2848. package/lib/ImageViewer/LmImageViewer.js +49 -0
  2849. package/lib/ImageViewer/components/Arrows.d.ts +4 -0
  2850. package/lib/ImageViewer/components/Arrows.js +49 -0
  2851. package/lib/ImageViewer/components/Carousel.d.ts +4 -0
  2852. package/lib/ImageViewer/components/Carousel.js +100 -0
  2853. package/lib/ImageViewer/components/Operate.d.ts +4 -0
  2854. package/lib/ImageViewer/components/Operate.js +51 -0
  2855. package/lib/ImageViewer/components/Thumb.d.ts +4 -0
  2856. package/lib/ImageViewer/components/Thumb.js +70 -0
  2857. package/lib/ImageViewer/fns/index.d.ts +22 -0
  2858. package/lib/ImageViewer/fns/index.js +134 -0
  2859. package/lib/ImageViewer/index.d.ts +3 -0
  2860. package/lib/ImageViewer/index.js +25 -0
  2861. package/lib/ImageViewer/style/index.css +118 -0
  2862. package/lib/ImageViewer/style/index.js +3 -0
  2863. package/lib/ImageViewer/style/variables.css +118 -0
  2864. package/lib/ImageViewer/style/variables.js +3 -0
  2865. package/lib/ImageViewer/wrapeer/Container.d.ts +5 -0
  2866. package/lib/ImageViewer/wrapeer/Container.js +46 -0
  2867. package/lib/ImageViewer/wrapeer/Root.d.ts +3 -0
  2868. package/lib/ImageViewer/wrapeer/Root.js +61 -0
  2869. package/lib/ImageViewer/wrapeer/Wrapper.d.ts +5 -0
  2870. package/lib/ImageViewer/wrapeer/Wrapper.js +40 -0
  2871. package/lib/ImageViewer/wrapeer/reducer.d.ts +10 -0
  2872. package/lib/ImageViewer/wrapeer/reducer.js +64 -0
  2873. package/lib/Input/index.d.ts +11 -0
  2874. package/lib/Input/index.js +103 -0
  2875. package/lib/Input/style/index.css +774 -0
  2876. package/lib/Input/style/index.d.ts +1 -0
  2877. package/lib/Input/style/index.js +3 -0
  2878. package/lib/Input/style/variables.css +262 -0
  2879. package/lib/Input/style/variables.d.ts +1 -0
  2880. package/lib/Input/style/variables.js +3 -0
  2881. package/lib/InputNumber/index.d.ts +11 -0
  2882. package/lib/InputNumber/index.js +74 -0
  2883. package/lib/InputNumber/style/index.css +554 -0
  2884. package/lib/InputNumber/style/index.d.ts +1 -0
  2885. package/lib/InputNumber/style/index.js +3 -0
  2886. package/lib/InputNumber/style/variables.css +42 -0
  2887. package/lib/InputNumber/style/variables.d.ts +1 -0
  2888. package/lib/InputNumber/style/variables.js +3 -0
  2889. package/lib/Layout/index.d.ts +4 -0
  2890. package/lib/Layout/index.js +15 -0
  2891. package/lib/Layout/style/index.css +512 -0
  2892. package/lib/Layout/style/index.d.ts +1 -0
  2893. package/lib/Layout/style/index.js +3 -0
  2894. package/lib/Layout/style/variables.css +0 -0
  2895. package/lib/Layout/style/variables.d.ts +1 -0
  2896. package/lib/Layout/style/variables.js +3 -0
  2897. package/lib/LeftTable/assets/imgTest.jpg +0 -0
  2898. package/lib/LeftTable/index.js +200 -0
  2899. package/lib/LeftTable/style/index.css +673 -0
  2900. package/lib/LeftTable/style/index.js +3 -0
  2901. package/lib/LeftTable/style/variables.css +161 -0
  2902. package/lib/LeftTable/style/variables.js +3 -0
  2903. package/lib/List/index.d.ts +2 -0
  2904. package/lib/List/index.js +15 -0
  2905. package/lib/List/style/index.css +512 -0
  2906. package/lib/List/style/index.d.ts +1 -0
  2907. package/lib/List/style/index.js +3 -0
  2908. package/lib/List/style/variables.css +0 -0
  2909. package/lib/List/style/variables.d.ts +1 -0
  2910. package/lib/List/style/variables.js +3 -0
  2911. package/lib/LmDrag/LmDrag.d.ts +5 -0
  2912. package/lib/LmDrag/LmDrag.js +44 -0
  2913. package/lib/LmDrag/components/DndContainer.d.ts +3 -0
  2914. package/lib/LmDrag/components/DndContainer.js +138 -0
  2915. package/lib/LmDrag/components/sortableBox.d.ts +5 -0
  2916. package/lib/LmDrag/components/sortableBox.js +37 -0
  2917. package/lib/LmDrag/components/sortableItem.d.ts +7 -0
  2918. package/lib/LmDrag/components/sortableItem.js +54 -0
  2919. package/lib/LmDrag/index.d.ts +10 -0
  2920. package/lib/LmDrag/index.js +19 -0
  2921. package/lib/LmDrag/style/index.css +0 -0
  2922. package/lib/LmDrag/style/index.d.ts +1 -0
  2923. package/lib/LmDrag/style/index.js +3 -0
  2924. package/lib/LmDrag/style/variables.css +0 -0
  2925. package/lib/LmDrag/style/variables.d.ts +1 -0
  2926. package/lib/LmDrag/style/variables.js +3 -0
  2927. package/lib/LmDrag/wrapper/Root.d.ts +3 -0
  2928. package/lib/LmDrag/wrapper/Root.js +26 -0
  2929. package/lib/LmEditTable/DndContainer.d.ts +5 -0
  2930. package/lib/LmEditTable/DndContainer.js +49 -0
  2931. package/lib/LmEditTable/DragHandle.d.ts +4 -0
  2932. package/lib/LmEditTable/DragHandle.js +38 -0
  2933. package/lib/LmEditTable/EditTable.d.ts +44 -0
  2934. package/lib/LmEditTable/EditTable.js +1391 -0
  2935. package/lib/LmEditTable/index.d.ts +2 -0
  2936. package/lib/LmEditTable/index.js +13 -0
  2937. package/lib/LmEditTable/sortableBox.d.ts +5 -0
  2938. package/lib/LmEditTable/sortableBox.js +24 -0
  2939. package/lib/LmEditTable/sortableBoxCol.d.ts +5 -0
  2940. package/lib/LmEditTable/sortableBoxCol.js +24 -0
  2941. package/lib/LmEditTable/sortableItem.d.ts +2 -0
  2942. package/lib/LmEditTable/sortableItem.js +55 -0
  2943. package/lib/LmEditTable/sortableItemCol.d.ts +1 -0
  2944. package/lib/LmEditTable/sortableItemCol.js +64 -0
  2945. package/lib/LmEditTable/style/index.css +629 -0
  2946. package/lib/LmEditTable/style/index.d.ts +1 -0
  2947. package/lib/LmEditTable/style/index.js +3 -0
  2948. package/lib/LmEditTable/style/variables.css +117 -0
  2949. package/lib/LmEditTable/style/variables.d.ts +1 -0
  2950. package/lib/LmEditTable/style/variables.js +3 -0
  2951. package/lib/LmEditTable/util.d.ts +8 -0
  2952. package/lib/LmEditTable/util.js +81 -0
  2953. package/lib/LmFilter/Controls/CheckboxTags.js +53 -0
  2954. package/lib/LmFilter/Controls/index.js +78 -0
  2955. package/lib/LmFilter/LmFilter.js +71 -0
  2956. package/lib/LmFilter/assets/empty.png +0 -0
  2957. package/lib/LmFilter/baseFilter/fuzzySearch.js +69 -0
  2958. package/lib/LmFilter/baseFilter/index.js +33 -0
  2959. package/lib/LmFilter/clearFilter/index.js +35 -0
  2960. package/lib/LmFilter/complexFilter/drawer.js +381 -0
  2961. package/lib/LmFilter/complexFilter/index.js +65 -0
  2962. package/lib/LmFilter/complexFilter/valueDrawer.js +235 -0
  2963. package/lib/LmFilter/components/CascaderFilter.js +160 -0
  2964. package/lib/LmFilter/components/CheckboxFilter.js +197 -0
  2965. package/lib/LmFilter/components/CustomSelectFilter.js +139 -0
  2966. package/lib/LmFilter/components/DateFilter.js +163 -0
  2967. package/lib/LmFilter/components/DropdownFIlter.js +320 -0
  2968. package/lib/LmFilter/components/EmptyFilter.js +27 -0
  2969. package/lib/LmFilter/components/InputFilter.js +51 -0
  2970. package/lib/LmFilter/components/InputSearchClose.js +74 -0
  2971. package/lib/LmFilter/components/SelectFilter.js +122 -0
  2972. package/lib/LmFilter/components/index.js +93 -0
  2973. package/lib/LmFilter/customFilter/drawer.js +409 -0
  2974. package/lib/LmFilter/customFilter/index.js +136 -0
  2975. package/lib/LmFilter/customFilter/saveModal.js +185 -0
  2976. package/lib/LmFilter/customFilter/valueDrawer.js +232 -0
  2977. package/lib/LmFilter/filterFns/index.d.ts +61 -0
  2978. package/lib/LmFilter/filterFns/index.js +646 -0
  2979. package/lib/LmFilter/hooks/index.js +18 -0
  2980. package/lib/LmFilter/hooks/useDelayedFn.js +29 -0
  2981. package/lib/LmFilter/index.js +13 -0
  2982. package/lib/LmFilter/localization.d.ts +15 -0
  2983. package/lib/LmFilter/localization.js +39 -0
  2984. package/lib/LmFilter/style/index.css +491 -0
  2985. package/lib/LmFilter/style/index.js +3 -0
  2986. package/lib/LmFilter/style/variables.css +491 -0
  2987. package/lib/LmFilter/style/variables.js +3 -0
  2988. package/lib/LmFilter/utils.js +191 -0
  2989. package/lib/LmFilter/wrapper/Filter.js +45 -0
  2990. package/lib/LmFilter/wrapper/FilterContainer.js +25 -0
  2991. package/lib/LmFilter/wrapper/FilterRoot.js +208 -0
  2992. package/lib/LmFilter/wrapper/FilterWrapper.js +25 -0
  2993. package/lib/LmImgList/LmImgList.d.ts +4 -0
  2994. package/lib/LmImgList/LmImgList.js +33 -0
  2995. package/lib/LmImgList/body/Banner.d.ts +5 -0
  2996. package/lib/LmImgList/body/Banner.js +134 -0
  2997. package/lib/LmImgList/body/Thumb.d.ts +5 -0
  2998. package/lib/LmImgList/body/Thumb.js +79 -0
  2999. package/lib/LmImgList/fns/index.d.ts +20 -0
  3000. package/lib/LmImgList/fns/index.js +114 -0
  3001. package/lib/LmImgList/index.d.ts +3 -0
  3002. package/lib/LmImgList/index.js +27 -0
  3003. package/lib/LmImgList/interface.d.ts +14 -0
  3004. package/lib/LmImgList/interface.js +5 -0
  3005. package/lib/LmImgList/style/index.css +71 -0
  3006. package/lib/LmImgList/style/index.js +3 -0
  3007. package/lib/LmImgList/style/variables.css +71 -0
  3008. package/lib/LmImgList/style/variables.js +3 -0
  3009. package/lib/LmImgList/wrapper/Container.d.ts +4 -0
  3010. package/lib/LmImgList/wrapper/Container.js +73 -0
  3011. package/lib/LmImgList/wrapper/Root.d.ts +4 -0
  3012. package/lib/LmImgList/wrapper/Root.js +61 -0
  3013. package/lib/LmImgList/wrapper/Wrapper.d.ts +4 -0
  3014. package/lib/LmImgList/wrapper/Wrapper.js +22 -0
  3015. package/lib/LmImgList/wrapper/reducer.d.ts +14 -0
  3016. package/lib/LmImgList/wrapper/reducer.js +64 -0
  3017. package/lib/LmSelect/GhostSelect.d.ts +2 -0
  3018. package/lib/LmSelect/GhostSelect.js +545 -0
  3019. package/lib/LmSelect/NormalSelect.d.ts +11 -0
  3020. package/lib/LmSelect/NormalSelect.js +120 -0
  3021. package/lib/LmSelect/icon_placeholder.png +0 -0
  3022. package/lib/LmSelect/index.d.ts +14 -0
  3023. package/lib/LmSelect/index.js +50 -0
  3024. package/lib/LmSelect/style/index.css +760 -0
  3025. package/lib/LmSelect/style/index.d.ts +1 -0
  3026. package/lib/LmSelect/style/index.js +3 -0
  3027. package/lib/LmSelect/style/variables.css +248 -0
  3028. package/lib/LmSelect/style/variables.d.ts +1 -0
  3029. package/lib/LmSelect/style/variables.js +3 -0
  3030. package/lib/LmSelect/useCheckboxOptions.d.ts +5 -0
  3031. package/lib/LmSelect/useCheckboxOptions.js +148 -0
  3032. package/lib/LmSelect/utils.d.ts +10 -0
  3033. package/lib/LmSelect/utils.js +103 -0
  3034. package/lib/LmTable/Table.js +1581 -0
  3035. package/lib/LmTable/VList.js +594 -0
  3036. package/lib/LmTable/assets/empty.png +0 -0
  3037. package/lib/LmTable/autosize.js +167 -0
  3038. package/lib/LmTable/chartUtil.js +167 -0
  3039. package/lib/LmTable/components/DndContainer.d.ts +5 -0
  3040. package/lib/LmTable/components/DndContainer.js +49 -0
  3041. package/lib/LmTable/components/customRenderEmpty.d.ts +2 -0
  3042. package/lib/LmTable/components/customRenderEmpty.js +32 -0
  3043. package/lib/LmTable/components/inputDataEdit.d.ts +8 -0
  3044. package/lib/LmTable/components/inputDataEdit.js +50 -0
  3045. package/lib/LmTable/components/sheelTableCell.d.ts +11 -0
  3046. package/lib/LmTable/components/sheelTableCell.js +178 -0
  3047. package/lib/LmTable/components/sortableBoxCol.js +24 -0
  3048. package/lib/LmTable/components/sortableItemCol.js +56 -0
  3049. package/lib/LmTable/components/tableChartsModal.d.ts +24 -0
  3050. package/lib/LmTable/components/tableChartsModal.js +105 -0
  3051. package/lib/LmTable/context.js +12 -0
  3052. package/lib/LmTable/detectElementResize.js +225 -0
  3053. package/lib/LmTable/expression.d.ts +1 -0
  3054. package/lib/LmTable/expression.js +41 -0
  3055. package/lib/LmTable/hooks/useGroupDataSource.js +50 -0
  3056. package/lib/LmTable/hooks/useRowSelectControllableValue.js +67 -0
  3057. package/lib/LmTable/index.js +14 -0
  3058. package/lib/LmTable/resetConfig.js +39 -0
  3059. package/lib/LmTable/style/index.css +1663 -0
  3060. package/lib/LmTable/style/index.js +3 -0
  3061. package/lib/LmTable/style/variables.css +1151 -0
  3062. package/lib/LmTable/style/variables.js +3 -0
  3063. package/lib/LmTable/util.js +436 -0
  3064. package/lib/LmTable/virTual/VirtualRow.d.ts +6 -0
  3065. package/lib/LmTable/virTual/VirtualRow.js +115 -0
  3066. package/lib/LmTable/virTual/VirtualTable.d.ts +3 -0
  3067. package/lib/LmTable/virTual/VirtualTable.js +71 -0
  3068. package/lib/LmTable/virTual/VirtualWrapper.d.ts +3 -0
  3069. package/lib/LmTable/virTual/VirtualWrapper.js +74 -0
  3070. package/lib/LmTable/virTual/context.d.ts +13 -0
  3071. package/lib/LmTable/virTual/context.js +64 -0
  3072. package/lib/LmTable/virTual/index.d.ts +4 -0
  3073. package/lib/LmTable/virTual/index.js +31 -0
  3074. package/lib/LmUpload/LmUpload.d.ts +9 -0
  3075. package/lib/LmUpload/LmUpload.js +129 -0
  3076. package/lib/LmUpload/UploadList/ItemPicture.d.ts +5 -0
  3077. package/lib/LmUpload/UploadList/ItemPicture.js +57 -0
  3078. package/lib/LmUpload/UploadList/ItemPictureCard.d.ts +7 -0
  3079. package/lib/LmUpload/UploadList/ItemPictureCard.js +187 -0
  3080. package/lib/LmUpload/UploadList/ItemText.d.ts +5 -0
  3081. package/lib/LmUpload/UploadList/ItemText.js +51 -0
  3082. package/lib/LmUpload/UploadList/RenderItem.d.ts +3 -0
  3083. package/lib/LmUpload/UploadList/RenderItem.js +47 -0
  3084. package/lib/LmUpload/UploadList/index.d.ts +5 -0
  3085. package/lib/LmUpload/UploadList/index.js +101 -0
  3086. package/lib/LmUpload/body/Progress.d.ts +5 -0
  3087. package/lib/LmUpload/body/Progress.js +27 -0
  3088. package/lib/LmUpload/body/UploadCore.d.ts +5 -0
  3089. package/lib/LmUpload/body/UploadCore.js +70 -0
  3090. package/lib/LmUpload/body/UploadPicture.d.ts +5 -0
  3091. package/lib/LmUpload/body/UploadPicture.js +50 -0
  3092. package/lib/LmUpload/components/Crop.d.ts +5 -0
  3093. package/lib/LmUpload/components/Crop.js +35 -0
  3094. package/lib/LmUpload/components/Preview.d.ts +5 -0
  3095. package/lib/LmUpload/components/Preview.js +55 -0
  3096. package/lib/LmUpload/fns/index.d.ts +25 -0
  3097. package/lib/LmUpload/fns/index.js +513 -0
  3098. package/lib/LmUpload/index.d.ts +2 -0
  3099. package/lib/LmUpload/index.js +13 -0
  3100. package/lib/LmUpload/style/index.css +336 -0
  3101. package/lib/LmUpload/style/index.js +3 -0
  3102. package/lib/LmUpload/style/variables.css +336 -0
  3103. package/lib/LmUpload/style/variables.js +3 -0
  3104. package/lib/LmUpload/utils.d.ts +6 -0
  3105. package/lib/LmUpload/utils.js +70 -0
  3106. package/lib/LmUpload/view/index.d.ts +4 -0
  3107. package/lib/LmUpload/view/index.js +20 -0
  3108. package/lib/LmUpload/wrapper/Upload.d.ts +4 -0
  3109. package/lib/LmUpload/wrapper/Upload.js +25 -0
  3110. package/lib/LmUpload/wrapper/UploadContainer.d.ts +5 -0
  3111. package/lib/LmUpload/wrapper/UploadContainer.js +44 -0
  3112. package/lib/LmUpload/wrapper/UploadRoot.d.ts +3 -0
  3113. package/lib/LmUpload/wrapper/UploadRoot.js +60 -0
  3114. package/lib/LmUpload/wrapper/UploadWrapper.d.ts +5 -0
  3115. package/lib/LmUpload/wrapper/UploadWrapper.js +38 -0
  3116. package/lib/LmUpload/wrapper/reducer.d.ts +13 -0
  3117. package/lib/LmUpload/wrapper/reducer.js +62 -0
  3118. package/lib/LoadingPage/index.js +33 -0
  3119. package/lib/LoadingPage/style/index.css +0 -0
  3120. package/lib/LoadingPage/style/index.js +3 -0
  3121. package/lib/LoadingPage/style/variables.css +0 -0
  3122. package/lib/LoadingPage/style/variables.js +3 -0
  3123. package/lib/Locale/ar_EG.d.ts +3 -0
  3124. package/lib/Locale/ar_EG.js +130 -0
  3125. package/lib/Locale/az_AZ.d.ts +3 -0
  3126. package/lib/Locale/az_AZ.js +111 -0
  3127. package/lib/Locale/bg_BG.d.ts +3 -0
  3128. package/lib/Locale/bg_BG.js +57 -0
  3129. package/lib/Locale/bn_BD.d.ts +3 -0
  3130. package/lib/Locale/bn_BD.js +144 -0
  3131. package/lib/Locale/by_BY.d.ts +3 -0
  3132. package/lib/Locale/by_BY.js +146 -0
  3133. package/lib/Locale/ca_ES.d.ts +3 -0
  3134. package/lib/Locale/ca_ES.js +139 -0
  3135. package/lib/Locale/cs_CZ.d.ts +3 -0
  3136. package/lib/Locale/cs_CZ.js +146 -0
  3137. package/lib/Locale/da_DK.d.ts +3 -0
  3138. package/lib/Locale/da_DK.js +67 -0
  3139. package/lib/Locale/de_DE.d.ts +3 -0
  3140. package/lib/Locale/de_DE.js +140 -0
  3141. package/lib/Locale/default.d.ts +6 -0
  3142. package/lib/Locale/default.js +149 -0
  3143. package/lib/Locale/el_GR.d.ts +3 -0
  3144. package/lib/Locale/el_GR.js +57 -0
  3145. package/lib/Locale/en_GB.d.ts +3 -0
  3146. package/lib/Locale/en_GB.js +146 -0
  3147. package/lib/Locale/en_US.d.ts +2 -0
  3148. package/lib/Locale/en_US.js +13 -0
  3149. package/lib/Locale/es_ES.d.ts +3 -0
  3150. package/lib/Locale/es_ES.js +146 -0
  3151. package/lib/Locale/et_EE.d.ts +3 -0
  3152. package/lib/Locale/et_EE.js +146 -0
  3153. package/lib/Locale/fa_IR.d.ts +3 -0
  3154. package/lib/Locale/fa_IR.js +144 -0
  3155. package/lib/Locale/fi_FI.d.ts +3 -0
  3156. package/lib/Locale/fi_FI.js +67 -0
  3157. package/lib/Locale/fr_BE.d.ts +3 -0
  3158. package/lib/Locale/fr_BE.js +62 -0
  3159. package/lib/Locale/fr_CA.d.ts +3 -0
  3160. package/lib/Locale/fr_CA.js +74 -0
  3161. package/lib/Locale/fr_FR.d.ts +3 -0
  3162. package/lib/Locale/fr_FR.js +142 -0
  3163. package/lib/Locale/ga_IE.d.ts +3 -0
  3164. package/lib/Locale/ga_IE.js +137 -0
  3165. package/lib/Locale/gl_ES.d.ts +3 -0
  3166. package/lib/Locale/gl_ES.js +124 -0
  3167. package/lib/Locale/he_IL.d.ts +3 -0
  3168. package/lib/Locale/he_IL.js +130 -0
  3169. package/lib/Locale/hi_IN.d.ts +3 -0
  3170. package/lib/Locale/hi_IN.js +144 -0
  3171. package/lib/Locale/hr_HR.d.ts +3 -0
  3172. package/lib/Locale/hr_HR.js +143 -0
  3173. package/lib/Locale/hu_HU.d.ts +3 -0
  3174. package/lib/Locale/hu_HU.js +58 -0
  3175. package/lib/Locale/hy_AM.d.ts +3 -0
  3176. package/lib/Locale/hy_AM.js +116 -0
  3177. package/lib/Locale/id_ID.d.ts +3 -0
  3178. package/lib/Locale/id_ID.js +59 -0
  3179. package/lib/Locale/is_IS.d.ts +3 -0
  3180. package/lib/Locale/is_IS.js +57 -0
  3181. package/lib/Locale/it_IT.d.ts +3 -0
  3182. package/lib/Locale/it_IT.js +75 -0
  3183. package/lib/Locale/ja_JP.d.ts +3 -0
  3184. package/lib/Locale/ja_JP.js +116 -0
  3185. package/lib/Locale/ka_GE.d.ts +3 -0
  3186. package/lib/Locale/ka_GE.js +144 -0
  3187. package/lib/Locale/kk_KZ.d.ts +3 -0
  3188. package/lib/Locale/kk_KZ.js +138 -0
  3189. package/lib/Locale/km_KH.d.ts +3 -0
  3190. package/lib/Locale/km_KH.js +118 -0
  3191. package/lib/Locale/kmr_IQ.d.ts +3 -0
  3192. package/lib/Locale/kmr_IQ.js +57 -0
  3193. package/lib/Locale/kn_IN.d.ts +3 -0
  3194. package/lib/Locale/kn_IN.js +65 -0
  3195. package/lib/Locale/ko_KR.d.ts +3 -0
  3196. package/lib/Locale/ko_KR.js +110 -0
  3197. package/lib/Locale/ku_IQ.d.ts +3 -0
  3198. package/lib/Locale/ku_IQ.js +60 -0
  3199. package/lib/Locale/lt_LT.d.ts +3 -0
  3200. package/lib/Locale/lt_LT.js +135 -0
  3201. package/lib/Locale/lv_LV.d.ts +3 -0
  3202. package/lib/Locale/lv_LV.js +57 -0
  3203. package/lib/Locale/mk_MK.d.ts +3 -0
  3204. package/lib/Locale/mk_MK.js +72 -0
  3205. package/lib/Locale/ml_IN.d.ts +3 -0
  3206. package/lib/Locale/ml_IN.js +144 -0
  3207. package/lib/Locale/mn_MN.d.ts +3 -0
  3208. package/lib/Locale/mn_MN.js +57 -0
  3209. package/lib/Locale/ms_MY.d.ts +3 -0
  3210. package/lib/Locale/ms_MY.js +77 -0
  3211. package/lib/Locale/nb_NO.d.ts +3 -0
  3212. package/lib/Locale/nb_NO.js +138 -0
  3213. package/lib/Locale/ne_NP.d.ts +3 -0
  3214. package/lib/Locale/ne_NP.js +58 -0
  3215. package/lib/Locale/nl_BE.d.ts +3 -0
  3216. package/lib/Locale/nl_BE.js +144 -0
  3217. package/lib/Locale/nl_NL.d.ts +3 -0
  3218. package/lib/Locale/nl_NL.js +144 -0
  3219. package/lib/Locale/pl_PL.d.ts +3 -0
  3220. package/lib/Locale/pl_PL.js +146 -0
  3221. package/lib/Locale/pt_BR.d.ts +3 -0
  3222. package/lib/Locale/pt_BR.js +144 -0
  3223. package/lib/Locale/pt_PT.d.ts +3 -0
  3224. package/lib/Locale/pt_PT.js +58 -0
  3225. package/lib/Locale/ro_RO.d.ts +3 -0
  3226. package/lib/Locale/ro_RO.js +144 -0
  3227. package/lib/Locale/ru_RU.d.ts +3 -0
  3228. package/lib/Locale/ru_RU.js +143 -0
  3229. package/lib/Locale/si_LK.d.ts +3 -0
  3230. package/lib/Locale/si_LK.js +146 -0
  3231. package/lib/Locale/sk_SK.d.ts +3 -0
  3232. package/lib/Locale/sk_SK.js +146 -0
  3233. package/lib/Locale/sl_SI.d.ts +3 -0
  3234. package/lib/Locale/sl_SI.js +57 -0
  3235. package/lib/Locale/sr_RS.d.ts +3 -0
  3236. package/lib/Locale/sr_RS.js +144 -0
  3237. package/lib/Locale/sv_SE.d.ts +3 -0
  3238. package/lib/Locale/sv_SE.js +144 -0
  3239. package/lib/Locale/ta_IN.d.ts +3 -0
  3240. package/lib/Locale/ta_IN.js +77 -0
  3241. package/lib/Locale/th_TH.d.ts +3 -0
  3242. package/lib/Locale/th_TH.js +140 -0
  3243. package/lib/Locale/tk_TK.d.ts +3 -0
  3244. package/lib/Locale/tk_TK.js +142 -0
  3245. package/lib/Locale/tr_TR.d.ts +3 -0
  3246. package/lib/Locale/tr_TR.js +142 -0
  3247. package/lib/Locale/uk_UA.d.ts +3 -0
  3248. package/lib/Locale/uk_UA.js +146 -0
  3249. package/lib/Locale/ur_PK.d.ts +3 -0
  3250. package/lib/Locale/ur_PK.js +144 -0
  3251. package/lib/Locale/vi_VN.d.ts +3 -0
  3252. package/lib/Locale/vi_VN.js +57 -0
  3253. package/lib/Locale/zh_CN.d.ts +6 -0
  3254. package/lib/Locale/zh_CN.js +148 -0
  3255. package/lib/Locale/zh_HK.d.ts +3 -0
  3256. package/lib/Locale/zh_HK.js +141 -0
  3257. package/lib/Locale/zh_TW.d.ts +3 -0
  3258. package/lib/Locale/zh_TW.js +142 -0
  3259. package/lib/Mentions/index.d.ts +3 -0
  3260. package/lib/Mentions/index.js +15 -0
  3261. package/lib/Mentions/style/index.css +512 -0
  3262. package/lib/Mentions/style/index.d.ts +1 -0
  3263. package/lib/Mentions/style/index.js +3 -0
  3264. package/lib/Mentions/style/variables.css +0 -0
  3265. package/lib/Mentions/style/variables.d.ts +1 -0
  3266. package/lib/Mentions/style/variables.js +3 -0
  3267. package/lib/Menu/index.d.ts +9 -0
  3268. package/lib/Menu/index.js +15 -0
  3269. package/lib/Menu/style/index.css +512 -0
  3270. package/lib/Menu/style/index.d.ts +1 -0
  3271. package/lib/Menu/style/index.js +3 -0
  3272. package/lib/Menu/style/variables.css +0 -0
  3273. package/lib/Menu/style/variables.d.ts +1 -0
  3274. package/lib/Menu/style/variables.js +3 -0
  3275. package/lib/Modal/index.d.ts +13 -0
  3276. package/lib/Modal/index.js +124 -0
  3277. package/lib/Modal/locale.d.ts +7 -0
  3278. package/lib/Modal/locale.js +25 -0
  3279. package/lib/Modal/style/index.css +547 -0
  3280. package/lib/Modal/style/index.d.ts +1 -0
  3281. package/lib/Modal/style/index.js +3 -0
  3282. package/lib/Modal/style/variables.css +35 -0
  3283. package/lib/Modal/style/variables.d.ts +1 -0
  3284. package/lib/Modal/style/variables.js +3 -0
  3285. package/lib/PageHeader/index.d.ts +24 -0
  3286. package/lib/PageHeader/index.js +194 -0
  3287. package/lib/PageHeader/style/index.css +512 -0
  3288. package/lib/PageHeader/style/index.d.ts +1 -0
  3289. package/lib/PageHeader/style/index.js +3 -0
  3290. package/lib/PageHeader/style/variables.css +0 -0
  3291. package/lib/PageHeader/style/variables.d.ts +1 -0
  3292. package/lib/PageHeader/style/variables.js +3 -0
  3293. package/lib/Pagination/index.d.ts +8 -0
  3294. package/lib/Pagination/index.js +66 -0
  3295. package/lib/Pagination/style/index.css +561 -0
  3296. package/lib/Pagination/style/index.d.ts +1 -0
  3297. package/lib/Pagination/style/index.js +3 -0
  3298. package/lib/Pagination/style/variables.css +49 -0
  3299. package/lib/Pagination/style/variables.d.ts +1 -0
  3300. package/lib/Pagination/style/variables.js +3 -0
  3301. package/lib/Popconfirm/index.d.ts +3 -0
  3302. package/lib/Popconfirm/index.js +15 -0
  3303. package/lib/Popconfirm/style/index.css +512 -0
  3304. package/lib/Popconfirm/style/index.d.ts +1 -0
  3305. package/lib/Popconfirm/style/index.js +3 -0
  3306. package/lib/Popconfirm/style/variables.css +0 -0
  3307. package/lib/Popconfirm/style/variables.d.ts +1 -0
  3308. package/lib/Popconfirm/style/variables.js +3 -0
  3309. package/lib/Popover/index.d.ts +11 -0
  3310. package/lib/Popover/index.js +81 -0
  3311. package/lib/Popover/style/index.css +512 -0
  3312. package/lib/Popover/style/index.d.ts +1 -0
  3313. package/lib/Popover/style/index.js +3 -0
  3314. package/lib/Popover/style/variables.css +0 -0
  3315. package/lib/Popover/style/variables.d.ts +1 -0
  3316. package/lib/Popover/style/variables.js +3 -0
  3317. package/lib/Progress/index.d.ts +3 -0
  3318. package/lib/Progress/index.js +15 -0
  3319. package/lib/Progress/style/index.css +512 -0
  3320. package/lib/Progress/style/index.d.ts +1 -0
  3321. package/lib/Progress/style/index.js +3 -0
  3322. package/lib/Progress/style/variables.css +0 -0
  3323. package/lib/Progress/style/variables.d.ts +1 -0
  3324. package/lib/Progress/style/variables.js +3 -0
  3325. package/lib/QuickMenu/index.d.ts +15 -0
  3326. package/lib/QuickMenu/index.js +193 -0
  3327. package/lib/QuickMenu/style/index.css +575 -0
  3328. package/lib/QuickMenu/style/index.d.ts +1 -0
  3329. package/lib/QuickMenu/style/index.js +3 -0
  3330. package/lib/QuickMenu/style/variables.css +63 -0
  3331. package/lib/QuickMenu/style/variables.d.ts +1 -0
  3332. package/lib/QuickMenu/style/variables.js +3 -0
  3333. package/lib/Radio/index.js +50 -0
  3334. package/lib/Radio/style/index.css +141 -0
  3335. package/lib/Radio/style/index.js +3 -0
  3336. package/lib/Radio/style/variables.css +141 -0
  3337. package/lib/Radio/style/variables.js +3 -0
  3338. package/lib/Rate/index.d.ts +3 -0
  3339. package/lib/Rate/index.js +15 -0
  3340. package/lib/Rate/style/index.css +512 -0
  3341. package/lib/Rate/style/index.d.ts +1 -0
  3342. package/lib/Rate/style/index.js +3 -0
  3343. package/lib/Rate/style/variables.css +0 -0
  3344. package/lib/Rate/style/variables.d.ts +1 -0
  3345. package/lib/Rate/style/variables.js +3 -0
  3346. package/lib/Result/index.d.ts +32 -0
  3347. package/lib/Result/index.js +126 -0
  3348. package/lib/Result/noFound.d.ts +2 -0
  3349. package/lib/Result/noFound.js +249 -0
  3350. package/lib/Result/serverError.d.ts +2 -0
  3351. package/lib/Result/serverError.js +289 -0
  3352. package/lib/Result/style/index.css +512 -0
  3353. package/lib/Result/style/index.d.ts +1 -0
  3354. package/lib/Result/style/index.js +3 -0
  3355. package/lib/Result/style/variables.css +0 -0
  3356. package/lib/Result/style/variables.d.ts +1 -0
  3357. package/lib/Result/style/variables.js +3 -0
  3358. package/lib/Result/unauthorized.d.ts +2 -0
  3359. package/lib/Result/unauthorized.js +239 -0
  3360. package/lib/Row/README.md.old +22 -0
  3361. package/lib/Row/index.d.ts +3 -0
  3362. package/lib/Row/index.js +11 -0
  3363. package/lib/Row/style/index.css +512 -0
  3364. package/lib/Row/style/index.d.ts +1 -0
  3365. package/lib/Row/style/index.js +3 -0
  3366. package/lib/Row/style/variables.css +0 -0
  3367. package/lib/Row/style/variables.d.ts +1 -0
  3368. package/lib/Row/style/variables.js +3 -0
  3369. package/lib/Segmented/index.d.ts +3 -0
  3370. package/lib/Segmented/index.js +15 -0
  3371. package/lib/Segmented/style/index.css +512 -0
  3372. package/lib/Segmented/style/index.d.ts +1 -0
  3373. package/lib/Segmented/style/index.js +3 -0
  3374. package/lib/Segmented/style/variables.css +0 -0
  3375. package/lib/Segmented/style/variables.d.ts +1 -0
  3376. package/lib/Segmented/style/variables.js +3 -0
  3377. package/lib/Select/index.d.ts +15 -0
  3378. package/lib/Select/index.js +130 -0
  3379. package/lib/Select/style/index.css +555 -0
  3380. package/lib/Select/style/index.d.ts +1 -0
  3381. package/lib/Select/style/index.js +3 -0
  3382. package/lib/Select/style/variables.css +43 -0
  3383. package/lib/Select/style/variables.d.ts +1 -0
  3384. package/lib/Select/style/variables.js +3 -0
  3385. package/lib/Skeleton/index.d.ts +5 -0
  3386. package/lib/Skeleton/index.js +15 -0
  3387. package/lib/Skeleton/style/index.css +512 -0
  3388. package/lib/Skeleton/style/index.d.ts +1 -0
  3389. package/lib/Skeleton/style/index.js +3 -0
  3390. package/lib/Skeleton/style/variables.css +0 -0
  3391. package/lib/Skeleton/style/variables.d.ts +1 -0
  3392. package/lib/Skeleton/style/variables.js +3 -0
  3393. package/lib/Slider/index.d.ts +2 -0
  3394. package/lib/Slider/index.js +15 -0
  3395. package/lib/Slider/style/index.css +512 -0
  3396. package/lib/Slider/style/index.d.ts +1 -0
  3397. package/lib/Slider/style/index.js +3 -0
  3398. package/lib/Slider/style/variables.css +0 -0
  3399. package/lib/Slider/style/variables.d.ts +1 -0
  3400. package/lib/Slider/style/variables.js +3 -0
  3401. package/lib/Space/index.d.ts +4 -0
  3402. package/lib/Space/index.js +15 -0
  3403. package/lib/Space/style/index.css +512 -0
  3404. package/lib/Space/style/index.d.ts +1 -0
  3405. package/lib/Space/style/index.js +3 -0
  3406. package/lib/Space/style/variables.css +0 -0
  3407. package/lib/Space/style/variables.d.ts +1 -0
  3408. package/lib/Space/style/variables.js +3 -0
  3409. package/lib/Spin/index.d.ts +7 -0
  3410. package/lib/Spin/index.js +15 -0
  3411. package/lib/Spin/style/index.css +512 -0
  3412. package/lib/Spin/style/index.d.ts +1 -0
  3413. package/lib/Spin/style/index.js +3 -0
  3414. package/lib/Spin/style/variables.css +0 -0
  3415. package/lib/Spin/style/variables.d.ts +1 -0
  3416. package/lib/Spin/style/variables.js +3 -0
  3417. package/lib/Statistic/index.d.ts +3 -0
  3418. package/lib/Statistic/index.js +15 -0
  3419. package/lib/Statistic/style/index.css +512 -0
  3420. package/lib/Statistic/style/index.d.ts +1 -0
  3421. package/lib/Statistic/style/index.js +3 -0
  3422. package/lib/Statistic/style/variables.css +0 -0
  3423. package/lib/Statistic/style/variables.d.ts +1 -0
  3424. package/lib/Statistic/style/variables.js +3 -0
  3425. package/lib/Steps/index.d.ts +3 -0
  3426. package/lib/Steps/index.js +15 -0
  3427. package/lib/Steps/style/index.css +512 -0
  3428. package/lib/Steps/style/index.d.ts +1 -0
  3429. package/lib/Steps/style/index.js +3 -0
  3430. package/lib/Steps/style/variables.css +0 -0
  3431. package/lib/Steps/style/variables.d.ts +1 -0
  3432. package/lib/Steps/style/variables.js +3 -0
  3433. package/lib/Switch/index.d.ts +3 -0
  3434. package/lib/Switch/index.js +48 -0
  3435. package/lib/Switch/style/index.css +553 -0
  3436. package/lib/Switch/style/index.d.ts +1 -0
  3437. package/lib/Switch/style/index.js +3 -0
  3438. package/lib/Switch/style/variables.css +41 -0
  3439. package/lib/Switch/style/variables.d.ts +1 -0
  3440. package/lib/Switch/style/variables.js +3 -0
  3441. package/lib/Table/index.d.ts +2 -0
  3442. package/lib/Table/index.js +15 -0
  3443. package/lib/Table/style/index.css +512 -0
  3444. package/lib/Table/style/index.d.ts +1 -0
  3445. package/lib/Table/style/index.js +3 -0
  3446. package/lib/Table/style/variables.css +0 -0
  3447. package/lib/Table/style/variables.d.ts +1 -0
  3448. package/lib/Table/style/variables.js +3 -0
  3449. package/lib/Tabs/TabPane.d.ts +5 -0
  3450. package/lib/Tabs/TabPane.js +17 -0
  3451. package/lib/Tabs/hooks/useAnimateConfig.d.ts +3 -0
  3452. package/lib/Tabs/hooks/useAnimateConfig.js +50 -0
  3453. package/lib/Tabs/hooks/useLegacyItems.d.ts +4 -0
  3454. package/lib/Tabs/hooks/useLegacyItems.js +63 -0
  3455. package/lib/Tabs/index.d.ts +23 -0
  3456. package/lib/Tabs/index.js +117 -0
  3457. package/lib/Tabs/index.old.d.ts +12 -0
  3458. package/lib/Tabs/index.old.js +52 -0
  3459. package/lib/Tabs/style/index.css +558 -0
  3460. package/lib/Tabs/style/index.d.ts +1 -0
  3461. package/lib/Tabs/style/index.js +3 -0
  3462. package/lib/Tabs/style/variables.css +46 -0
  3463. package/lib/Tabs/style/variables.d.ts +1 -0
  3464. package/lib/Tabs/style/variables.js +3 -0
  3465. package/lib/Tag/index.d.ts +16 -0
  3466. package/lib/Tag/index.js +99 -0
  3467. package/lib/Tag/style/index.css +576 -0
  3468. package/lib/Tag/style/index.d.ts +1 -0
  3469. package/lib/Tag/style/index.js +3 -0
  3470. package/lib/Tag/style/variables.css +64 -0
  3471. package/lib/Tag/style/variables.d.ts +1 -0
  3472. package/lib/Tag/style/variables.js +3 -0
  3473. package/lib/TestTable/LmBox.d.ts +12 -0
  3474. package/lib/TestTable/LmBox.js +17 -0
  3475. package/lib/TestTable/index.d.ts +2 -0
  3476. package/lib/TestTable/index.js +13 -0
  3477. package/lib/TestTable/style/index.css +10 -0
  3478. package/lib/TestTable/style/index.js +3 -0
  3479. package/lib/TestTable/style/variables.css +10 -0
  3480. package/lib/TestTable/style/variables.js +3 -0
  3481. package/lib/TimePicker/index.d.ts +3 -0
  3482. package/lib/TimePicker/index.js +15 -0
  3483. package/lib/TimePicker/style/index.css +512 -0
  3484. package/lib/TimePicker/style/index.d.ts +1 -0
  3485. package/lib/TimePicker/style/index.js +3 -0
  3486. package/lib/TimePicker/style/variables.css +0 -0
  3487. package/lib/TimePicker/style/variables.d.ts +1 -0
  3488. package/lib/TimePicker/style/variables.js +3 -0
  3489. package/lib/Timeline/index.d.ts +3 -0
  3490. package/lib/Timeline/index.js +15 -0
  3491. package/lib/Timeline/style/index.css +515 -0
  3492. package/lib/Timeline/style/index.d.ts +1 -0
  3493. package/lib/Timeline/style/index.js +3 -0
  3494. package/lib/Timeline/style/variables.css +3 -0
  3495. package/lib/Timeline/style/variables.d.ts +1 -0
  3496. package/lib/Timeline/style/variables.js +3 -0
  3497. package/lib/Tooltip/index.d.ts +44 -0
  3498. package/lib/Tooltip/index.js +261 -0
  3499. package/lib/Tooltip/style/index.css +512 -0
  3500. package/lib/Tooltip/style/index.d.ts +1 -0
  3501. package/lib/Tooltip/style/index.js +3 -0
  3502. package/lib/Tooltip/style/variables.css +0 -0
  3503. package/lib/Tooltip/style/variables.d.ts +1 -0
  3504. package/lib/Tooltip/style/variables.js +3 -0
  3505. package/lib/Transfer/index.d.ts +3 -0
  3506. package/lib/Transfer/index.js +15 -0
  3507. package/lib/Transfer/style/index.css +512 -0
  3508. package/lib/Transfer/style/index.d.ts +1 -0
  3509. package/lib/Transfer/style/index.js +3 -0
  3510. package/lib/Transfer/style/variables.css +0 -0
  3511. package/lib/Transfer/style/variables.d.ts +1 -0
  3512. package/lib/Transfer/style/variables.js +3 -0
  3513. package/lib/Tree/DirectoryTree.d.ts +21 -0
  3514. package/lib/Tree/DirectoryTree.js +218 -0
  3515. package/lib/Tree/Tree.d.ts +140 -0
  3516. package/lib/Tree/Tree.js +114 -0
  3517. package/lib/Tree/TreeIndex.d.ts +5 -0
  3518. package/lib/Tree/TreeIndex.js +13 -0
  3519. package/lib/Tree/index.d.ts +12 -0
  3520. package/lib/Tree/index.js +45 -0
  3521. package/lib/Tree/style/index.css +524 -0
  3522. package/lib/Tree/style/index.d.ts +1 -0
  3523. package/lib/Tree/style/index.js +3 -0
  3524. package/lib/Tree/style/variables.css +12 -0
  3525. package/lib/Tree/style/variables.d.ts +1 -0
  3526. package/lib/Tree/style/variables.js +3 -0
  3527. package/lib/Tree/utils/dictUtil.d.ts +9 -0
  3528. package/lib/Tree/utils/dictUtil.js +99 -0
  3529. package/lib/Tree/utils/dropIndicator.d.ts +8 -0
  3530. package/lib/Tree/utils/dropIndicator.js +51 -0
  3531. package/lib/Tree/utils/iconUtil.d.ts +5 -0
  3532. package/lib/Tree/utils/iconUtil.js +87 -0
  3533. package/lib/TreeSelect/index.d.ts +8 -0
  3534. package/lib/TreeSelect/index.js +110 -0
  3535. package/lib/TreeSelect/style/index.css +515 -0
  3536. package/lib/TreeSelect/style/index.d.ts +1 -0
  3537. package/lib/TreeSelect/style/index.js +3 -0
  3538. package/lib/TreeSelect/style/variables.css +3 -0
  3539. package/lib/TreeSelect/style/variables.d.ts +1 -0
  3540. package/lib/TreeSelect/style/variables.js +3 -0
  3541. package/lib/Typography/Base/Ellipsis.d.ts +14 -0
  3542. package/lib/Typography/Base/Ellipsis.js +212 -0
  3543. package/lib/Typography/Base/EllipsisTooltip.d.ts +13 -0
  3544. package/lib/Typography/Base/EllipsisTooltip.js +36 -0
  3545. package/lib/Typography/Base/index.d.ts +54 -0
  3546. package/lib/Typography/Base/index.js +545 -0
  3547. package/lib/Typography/Editable.d.ts +20 -0
  3548. package/lib/Typography/Editable.js +137 -0
  3549. package/lib/Typography/Link.d.ts +7 -0
  3550. package/lib/Typography/Link.js +58 -0
  3551. package/lib/Typography/Paragraph.d.ts +7 -0
  3552. package/lib/Typography/Paragraph.js +26 -0
  3553. package/lib/Typography/Text.d.ts +8 -0
  3554. package/lib/Typography/Text.js +57 -0
  3555. package/lib/Typography/Title.d.ts +9 -0
  3556. package/lib/Typography/Title.js +58 -0
  3557. package/lib/Typography/Typography.d.ts +11 -0
  3558. package/lib/Typography/Typography.js +77 -0
  3559. package/lib/Typography/hooks/useMergedConfig.d.ts +1 -0
  3560. package/lib/Typography/hooks/useMergedConfig.js +21 -0
  3561. package/lib/Typography/hooks/useUpdatedEffect.d.ts +3 -0
  3562. package/lib/Typography/hooks/useUpdatedEffect.js +24 -0
  3563. package/lib/Typography/index.d.ts +15 -0
  3564. package/lib/Typography/index.js +31 -0
  3565. package/lib/Typography/style/index.css +512 -0
  3566. package/lib/Typography/style/index.d.ts +1 -0
  3567. package/lib/Typography/style/index.js +3 -0
  3568. package/lib/Typography/style/variables.css +0 -0
  3569. package/lib/Typography/style/variables.d.ts +1 -0
  3570. package/lib/Typography/style/variables.js +3 -0
  3571. package/lib/Upload/index.d.ts +13 -0
  3572. package/lib/Upload/index.js +43 -0
  3573. package/lib/Upload/style/index.css +547 -0
  3574. package/lib/Upload/style/index.d.ts +1 -0
  3575. package/lib/Upload/style/index.js +3 -0
  3576. package/lib/Upload/style/variables.css +35 -0
  3577. package/lib/Upload/style/variables.d.ts +1 -0
  3578. package/lib/Upload/style/variables.js +3 -0
  3579. package/lib/UploadOss/index.js +18 -0
  3580. package/lib/UploadOss/style/index.css +121 -0
  3581. package/lib/UploadOss/style/index.js +3 -0
  3582. package/lib/UploadOss/style/variables.css +121 -0
  3583. package/lib/UploadOss/style/variables.js +3 -0
  3584. package/lib/UploadOss/uploadBtn.js +141 -0
  3585. package/lib/UploadOss/uploadImg.js +282 -0
  3586. package/lib/VirtualList/index.js +85 -0
  3587. package/lib/VirtualList/style/index.css +0 -0
  3588. package/lib/VirtualList/style/index.js +3 -0
  3589. package/lib/VirtualList/style/variables.css +0 -0
  3590. package/lib/VirtualList/style/variables.js +3 -0
  3591. package/lib/_util/colors.d.ts +5 -0
  3592. package/lib/_util/colors.js +14 -0
  3593. package/lib/_util/domTarget.d.ts +7 -0
  3594. package/lib/_util/domTarget.js +31 -0
  3595. package/lib/_util/getDataOrAriaProps.d.ts +1 -0
  3596. package/lib/_util/getDataOrAriaProps.js +16 -0
  3597. package/lib/_util/getRenderPropValue.d.ts +3 -0
  3598. package/lib/_util/getRenderPropValue.js +22 -0
  3599. package/lib/_util/hooks/useFlexGapSupport.d.ts +2 -0
  3600. package/lib/_util/hooks/useFlexGapSupport.js +30 -0
  3601. package/lib/_util/hooks/useForceUpdate.d.ts +2 -0
  3602. package/lib/_util/hooks/useForceUpdate.js +24 -0
  3603. package/lib/_util/motion.d.ts +8 -0
  3604. package/lib/_util/motion.js +71 -0
  3605. package/lib/_util/placements.d.ts +17 -0
  3606. package/lib/_util/placements.js +98 -0
  3607. package/lib/_util/reactNode.d.ts +7 -0
  3608. package/lib/_util/reactNode.js +24 -0
  3609. package/lib/_util/responsiveObserve.d.ts +21 -0
  3610. package/lib/_util/responsiveObserve.js +79 -0
  3611. package/lib/_util/statusUtils.d.ts +6 -0
  3612. package/lib/_util/statusUtils.js +29 -0
  3613. package/lib/_util/styleChecker.d.ts +4 -0
  3614. package/lib/_util/styleChecker.js +52 -0
  3615. package/lib/_util/throttleByAnimationFrame.d.ts +8 -0
  3616. package/lib/_util/throttleByAnimationFrame.js +72 -0
  3617. package/lib/_util/transButton.d.ts +9 -0
  3618. package/lib/_util/transButton.js +87 -0
  3619. package/lib/_util/type.d.ts +9 -0
  3620. package/lib/_util/type.js +27 -0
  3621. package/lib/_util/warning.d.ts +6 -0
  3622. package/lib/_util/warning.js +35 -0
  3623. package/lib/hooks/index.d.ts +2 -0
  3624. package/lib/hooks/index.js +23 -0
  3625. package/lib/hooks/useEvent/index.d.ts +2 -0
  3626. package/lib/hooks/useEvent/index.js +25 -0
  3627. package/lib/hooks/useFullscreen/index.d.ts +15 -0
  3628. package/lib/hooks/useFullscreen/index.js +130 -0
  3629. package/lib/index.d.ts +128 -0
  3630. package/lib/index.js +793 -0
  3631. package/lib/locale-provider/LocaleReceiver.d.ts +20 -0
  3632. package/lib/locale-provider/LocaleReceiver.js +83 -0
  3633. package/lib/locale-provider/ar_EG.d.ts +2 -0
  3634. package/lib/locale-provider/ar_EG.js +13 -0
  3635. package/lib/locale-provider/az_AZ.d.ts +2 -0
  3636. package/lib/locale-provider/az_AZ.js +13 -0
  3637. package/lib/locale-provider/bg_BG.d.ts +2 -0
  3638. package/lib/locale-provider/bg_BG.js +13 -0
  3639. package/lib/locale-provider/bn_BD.d.ts +2 -0
  3640. package/lib/locale-provider/bn_BD.js +13 -0
  3641. package/lib/locale-provider/by_BY.d.ts +2 -0
  3642. package/lib/locale-provider/by_BY.js +13 -0
  3643. package/lib/locale-provider/ca_ES.d.ts +2 -0
  3644. package/lib/locale-provider/ca_ES.js +13 -0
  3645. package/lib/locale-provider/context.d.ts +7 -0
  3646. package/lib/locale-provider/context.js +12 -0
  3647. package/lib/locale-provider/cs_CZ.d.ts +2 -0
  3648. package/lib/locale-provider/cs_CZ.js +13 -0
  3649. package/lib/locale-provider/da_DK.d.ts +2 -0
  3650. package/lib/locale-provider/da_DK.js +13 -0
  3651. package/lib/locale-provider/de_DE.d.ts +2 -0
  3652. package/lib/locale-provider/de_DE.js +13 -0
  3653. package/lib/locale-provider/default.d.ts +2 -0
  3654. package/lib/locale-provider/default.js +13 -0
  3655. package/lib/locale-provider/el_GR.d.ts +2 -0
  3656. package/lib/locale-provider/el_GR.js +13 -0
  3657. package/lib/locale-provider/en_GB.d.ts +2 -0
  3658. package/lib/locale-provider/en_GB.js +13 -0
  3659. package/lib/locale-provider/en_US.d.ts +2 -0
  3660. package/lib/locale-provider/en_US.js +13 -0
  3661. package/lib/locale-provider/es_ES.d.ts +2 -0
  3662. package/lib/locale-provider/es_ES.js +13 -0
  3663. package/lib/locale-provider/et_EE.d.ts +2 -0
  3664. package/lib/locale-provider/et_EE.js +13 -0
  3665. package/lib/locale-provider/fa_IR.d.ts +2 -0
  3666. package/lib/locale-provider/fa_IR.js +13 -0
  3667. package/lib/locale-provider/fi_FI.d.ts +2 -0
  3668. package/lib/locale-provider/fi_FI.js +13 -0
  3669. package/lib/locale-provider/fr_BE.d.ts +2 -0
  3670. package/lib/locale-provider/fr_BE.js +13 -0
  3671. package/lib/locale-provider/fr_CA.d.ts +2 -0
  3672. package/lib/locale-provider/fr_CA.js +13 -0
  3673. package/lib/locale-provider/fr_FR.d.ts +2 -0
  3674. package/lib/locale-provider/fr_FR.js +13 -0
  3675. package/lib/locale-provider/ga_IE.d.ts +2 -0
  3676. package/lib/locale-provider/ga_IE.js +13 -0
  3677. package/lib/locale-provider/gl_ES.d.ts +2 -0
  3678. package/lib/locale-provider/gl_ES.js +13 -0
  3679. package/lib/locale-provider/he_IL.d.ts +2 -0
  3680. package/lib/locale-provider/he_IL.js +13 -0
  3681. package/lib/locale-provider/hi_IN.d.ts +2 -0
  3682. package/lib/locale-provider/hi_IN.js +13 -0
  3683. package/lib/locale-provider/hr_HR.d.ts +2 -0
  3684. package/lib/locale-provider/hr_HR.js +13 -0
  3685. package/lib/locale-provider/hu_HU.d.ts +2 -0
  3686. package/lib/locale-provider/hu_HU.js +13 -0
  3687. package/lib/locale-provider/hy_AM.d.ts +2 -0
  3688. package/lib/locale-provider/hy_AM.js +13 -0
  3689. package/lib/locale-provider/id_ID.d.ts +2 -0
  3690. package/lib/locale-provider/id_ID.js +13 -0
  3691. package/lib/locale-provider/index.d.ts +61 -0
  3692. package/lib/locale-provider/index.js +90 -0
  3693. package/lib/locale-provider/is_IS.d.ts +2 -0
  3694. package/lib/locale-provider/is_IS.js +13 -0
  3695. package/lib/locale-provider/it_IT.d.ts +2 -0
  3696. package/lib/locale-provider/it_IT.js +13 -0
  3697. package/lib/locale-provider/ja_JP.d.ts +2 -0
  3698. package/lib/locale-provider/ja_JP.js +13 -0
  3699. package/lib/locale-provider/ka_GE.d.ts +2 -0
  3700. package/lib/locale-provider/ka_GE.js +13 -0
  3701. package/lib/locale-provider/kk_KZ.d.ts +2 -0
  3702. package/lib/locale-provider/kk_KZ.js +13 -0
  3703. package/lib/locale-provider/km_KH.d.ts +2 -0
  3704. package/lib/locale-provider/km_KH.js +13 -0
  3705. package/lib/locale-provider/kmr_IQ.d.ts +2 -0
  3706. package/lib/locale-provider/kmr_IQ.js +13 -0
  3707. package/lib/locale-provider/kn_IN.d.ts +2 -0
  3708. package/lib/locale-provider/kn_IN.js +13 -0
  3709. package/lib/locale-provider/ko_KR.d.ts +2 -0
  3710. package/lib/locale-provider/ko_KR.js +13 -0
  3711. package/lib/locale-provider/ku_IQ.d.ts +2 -0
  3712. package/lib/locale-provider/ku_IQ.js +13 -0
  3713. package/lib/locale-provider/lt_LT.d.ts +2 -0
  3714. package/lib/locale-provider/lt_LT.js +13 -0
  3715. package/lib/locale-provider/lv_LV.d.ts +2 -0
  3716. package/lib/locale-provider/lv_LV.js +13 -0
  3717. package/lib/locale-provider/mk_MK.d.ts +2 -0
  3718. package/lib/locale-provider/mk_MK.js +13 -0
  3719. package/lib/locale-provider/ml_IN.d.ts +2 -0
  3720. package/lib/locale-provider/ml_IN.js +13 -0
  3721. package/lib/locale-provider/mn_MN.d.ts +2 -0
  3722. package/lib/locale-provider/mn_MN.js +13 -0
  3723. package/lib/locale-provider/ms_MY.d.ts +2 -0
  3724. package/lib/locale-provider/ms_MY.js +13 -0
  3725. package/lib/locale-provider/nb_NO.d.ts +2 -0
  3726. package/lib/locale-provider/nb_NO.js +13 -0
  3727. package/lib/locale-provider/ne_NP.d.ts +2 -0
  3728. package/lib/locale-provider/ne_NP.js +13 -0
  3729. package/lib/locale-provider/nl_BE.d.ts +2 -0
  3730. package/lib/locale-provider/nl_BE.js +13 -0
  3731. package/lib/locale-provider/nl_NL.d.ts +2 -0
  3732. package/lib/locale-provider/nl_NL.js +13 -0
  3733. package/lib/locale-provider/pl_PL.d.ts +2 -0
  3734. package/lib/locale-provider/pl_PL.js +13 -0
  3735. package/lib/locale-provider/pt_BR.d.ts +2 -0
  3736. package/lib/locale-provider/pt_BR.js +13 -0
  3737. package/lib/locale-provider/pt_PT.d.ts +2 -0
  3738. package/lib/locale-provider/pt_PT.js +13 -0
  3739. package/lib/locale-provider/ro_RO.d.ts +2 -0
  3740. package/lib/locale-provider/ro_RO.js +13 -0
  3741. package/lib/locale-provider/ru_RU.d.ts +2 -0
  3742. package/lib/locale-provider/ru_RU.js +13 -0
  3743. package/lib/locale-provider/si_LK.d.ts +2 -0
  3744. package/lib/locale-provider/si_LK.js +13 -0
  3745. package/lib/locale-provider/sk_SK.d.ts +2 -0
  3746. package/lib/locale-provider/sk_SK.js +13 -0
  3747. package/lib/locale-provider/sl_SI.d.ts +2 -0
  3748. package/lib/locale-provider/sl_SI.js +13 -0
  3749. package/lib/locale-provider/sr_RS.d.ts +2 -0
  3750. package/lib/locale-provider/sr_RS.js +13 -0
  3751. package/lib/locale-provider/style/index.css +512 -0
  3752. package/lib/locale-provider/style/index.d.ts +1 -0
  3753. package/lib/locale-provider/style/index.js +3 -0
  3754. package/lib/locale-provider/style/variables.css +0 -0
  3755. package/lib/locale-provider/style/variables.d.ts +1 -0
  3756. package/lib/locale-provider/style/variables.js +3 -0
  3757. package/lib/locale-provider/sv_SE.d.ts +2 -0
  3758. package/lib/locale-provider/sv_SE.js +13 -0
  3759. package/lib/locale-provider/ta_IN.d.ts +2 -0
  3760. package/lib/locale-provider/ta_IN.js +13 -0
  3761. package/lib/locale-provider/th_TH.d.ts +2 -0
  3762. package/lib/locale-provider/th_TH.js +13 -0
  3763. package/lib/locale-provider/tk_TK.d.ts +2 -0
  3764. package/lib/locale-provider/tk_TK.js +13 -0
  3765. package/lib/locale-provider/tr_TR.d.ts +2 -0
  3766. package/lib/locale-provider/tr_TR.js +13 -0
  3767. package/lib/locale-provider/uk_UA.d.ts +2 -0
  3768. package/lib/locale-provider/uk_UA.js +13 -0
  3769. package/lib/locale-provider/ur_PK.d.ts +2 -0
  3770. package/lib/locale-provider/ur_PK.js +13 -0
  3771. package/lib/locale-provider/vi_VN.d.ts +2 -0
  3772. package/lib/locale-provider/vi_VN.js +13 -0
  3773. package/lib/locale-provider/zh_CN.d.ts +2 -0
  3774. package/lib/locale-provider/zh_CN.js +13 -0
  3775. package/lib/locale-provider/zh_HK.d.ts +2 -0
  3776. package/lib/locale-provider/zh_HK.js +13 -0
  3777. package/lib/locale-provider/zh_TW.d.ts +2 -0
  3778. package/lib/locale-provider/zh_TW.js +13 -0
  3779. package/lib/message/hooks/useMessage.d.ts +7 -0
  3780. package/lib/message/hooks/useMessage.js +101 -0
  3781. package/lib/message/index.d.ts +66 -0
  3782. package/lib/message/index.js +275 -0
  3783. package/lib/message/style/index.css +543 -0
  3784. package/lib/message/style/index.d.ts +1 -0
  3785. package/lib/message/style/index.js +3 -0
  3786. package/lib/message/style/variables.css +31 -0
  3787. package/lib/message/style/variables.d.ts +1 -0
  3788. package/lib/message/style/variables.js +3 -0
  3789. package/lib/notification/hooks/useNotification.d.ts +7 -0
  3790. package/lib/notification/hooks/useNotification.js +69 -0
  3791. package/lib/notification/index.d.ts +54 -0
  3792. package/lib/notification/index.js +365 -0
  3793. package/lib/notification/style/index.css +553 -0
  3794. package/lib/notification/style/index.d.ts +1 -0
  3795. package/lib/notification/style/index.js +3 -0
  3796. package/lib/notification/style/variables.css +41 -0
  3797. package/lib/notification/style/variables.d.ts +1 -0
  3798. package/lib/notification/style/variables.js +3 -0
  3799. package/lib/services/newRequest.js +201 -0
  3800. package/lib/services/utils.js +72 -0
  3801. package/lib/styles/globalClass.css +63 -0
  3802. package/lib/styles/icon.css +15 -0
  3803. package/lib/styles/index.d.ts +1 -0
  3804. package/lib/styles/index.js +3 -0
  3805. package/lib/styles/main.css +512 -0
  3806. package/lib/styles/resetAntd.css +86 -0
  3807. package/lib/styles/them.css +0 -0
  3808. package/lib/styles/variables.css +12843 -0
  3809. package/package.json +1 -1
@@ -0,0 +1,2935 @@
1
+ {
2
+ "id": "2966019",
3
+ "name": "领猫SCM-WEB端",
4
+ "font_family": "iconfont",
5
+ "css_prefix_text": "lmweb-",
6
+ "description": "用于领猫SCM产品WEB端",
7
+ "glyphs": [
8
+ {
9
+ "icon_id": "13604632",
10
+ "name": "设计变更",
11
+ "font_class": "biangeng",
12
+ "unicode": "e653",
13
+ "unicode_decimal": 58963
14
+ },
15
+ {
16
+ "icon_id": "30146283",
17
+ "name": "icon-s-receipt",
18
+ "font_class": "icon-s-receipt",
19
+ "unicode": "e656",
20
+ "unicode_decimal": 58966
21
+ },
22
+ {
23
+ "icon_id": "30122171",
24
+ "name": "创建打样需求",
25
+ "font_class": "chuangjiandayangxuqiu",
26
+ "unicode": "e60f",
27
+ "unicode_decimal": 58895
28
+ },
29
+ {
30
+ "icon_id": "30122163",
31
+ "name": "领取",
32
+ "font_class": "lingqu",
33
+ "unicode": "e60e",
34
+ "unicode_decimal": 58894
35
+ },
36
+ {
37
+ "icon_id": "30122118",
38
+ "name": "货物堆",
39
+ "font_class": "huowudui",
40
+ "unicode": "e60d",
41
+ "unicode_decimal": 58893
42
+ },
43
+ {
44
+ "icon_id": "30089261",
45
+ "name": "LinkHub_文字",
46
+ "font_class": "LinkHub_wenzi",
47
+ "unicode": "e60c",
48
+ "unicode_decimal": 58892
49
+ },
50
+ {
51
+ "icon_id": "30089014",
52
+ "name": "LinkHub_logo",
53
+ "font_class": "logo",
54
+ "unicode": "e60b",
55
+ "unicode_decimal": 58891
56
+ },
57
+ {
58
+ "icon_id": "30069500",
59
+ "name": "linhub_permission",
60
+ "font_class": "linhub_permission",
61
+ "unicode": "e6a3",
62
+ "unicode_decimal": 59043
63
+ },
64
+ {
65
+ "icon_id": "30069501",
66
+ "name": "linkhub_platform",
67
+ "font_class": "linkhub_platform",
68
+ "unicode": "e6a4",
69
+ "unicode_decimal": 59044
70
+ },
71
+ {
72
+ "icon_id": "29970074",
73
+ "name": "inbox",
74
+ "font_class": "inbox",
75
+ "unicode": "e60a",
76
+ "unicode_decimal": 58890
77
+ },
78
+ {
79
+ "icon_id": "29714506",
80
+ "name": "icon_Hook",
81
+ "font_class": "icon_Hook",
82
+ "unicode": "e6a0",
83
+ "unicode_decimal": 59040
84
+ },
85
+ {
86
+ "icon_id": "29714507",
87
+ "name": "icon_fork",
88
+ "font_class": "icon_fork",
89
+ "unicode": "e6a2",
90
+ "unicode_decimal": 59042
91
+ },
92
+ {
93
+ "icon_id": "29322209",
94
+ "name": "icon_toppest",
95
+ "font_class": "icon_toppest",
96
+ "unicode": "e69f",
97
+ "unicode_decimal": 59039
98
+ },
99
+ {
100
+ "icon_id": "27546497",
101
+ "name": "推广邀请",
102
+ "font_class": "tuiguangyaoqing",
103
+ "unicode": "e609",
104
+ "unicode_decimal": 58889
105
+ },
106
+ {
107
+ "icon_id": "28873994",
108
+ "name": "收起",
109
+ "font_class": "shouqi",
110
+ "unicode": "e659",
111
+ "unicode_decimal": 58969
112
+ },
113
+ {
114
+ "icon_id": "28873995",
115
+ "name": "折叠",
116
+ "font_class": "zhedie",
117
+ "unicode": "e65a",
118
+ "unicode_decimal": 58970
119
+ },
120
+ {
121
+ "icon_id": "145706",
122
+ "name": "更多_填充",
123
+ "font_class": "gengduotianchong",
124
+ "unicode": "e67f",
125
+ "unicode_decimal": 59007
126
+ },
127
+ {
128
+ "icon_id": "6527112",
129
+ "name": "计划",
130
+ "font_class": "jihua",
131
+ "unicode": "e643",
132
+ "unicode_decimal": 58947
133
+ },
134
+ {
135
+ "icon_id": "10359997",
136
+ "name": "学生档案",
137
+ "font_class": "xueshengdangan",
138
+ "unicode": "e608",
139
+ "unicode_decimal": 58888
140
+ },
141
+ {
142
+ "icon_id": "18683507",
143
+ "name": "厂商准入",
144
+ "font_class": "changshangzhunru",
145
+ "unicode": "e621",
146
+ "unicode_decimal": 58913
147
+ },
148
+ {
149
+ "icon_id": "6401054",
150
+ "name": "打印机",
151
+ "font_class": "weibiaoti--",
152
+ "unicode": "e620",
153
+ "unicode_decimal": 58912
154
+ },
155
+ {
156
+ "icon_id": "1727385",
157
+ "name": "36合作、关系-线性",
158
+ "font_class": "hezuoguanxi-xianxing",
159
+ "unicode": "e8c2",
160
+ "unicode_decimal": 59586
161
+ },
162
+ {
163
+ "icon_id": "28506337",
164
+ "name": "分配角色",
165
+ "font_class": "fenpeijiaose",
166
+ "unicode": "e607",
167
+ "unicode_decimal": 58887
168
+ },
169
+ {
170
+ "icon_id": "3663275",
171
+ "name": "审批",
172
+ "font_class": "shenpi",
173
+ "unicode": "e6a1",
174
+ "unicode_decimal": 59041
175
+ },
176
+ {
177
+ "icon_id": "27206899",
178
+ "name": "头像",
179
+ "font_class": "a-mengbanzu87732",
180
+ "unicode": "e606",
181
+ "unicode_decimal": 58886
182
+ },
183
+ {
184
+ "icon_id": "27206860",
185
+ "name": "设计文件",
186
+ "font_class": "shejiwenjian",
187
+ "unicode": "e605",
188
+ "unicode_decimal": 58885
189
+ },
190
+ {
191
+ "icon_id": "27205738",
192
+ "name": "资料包",
193
+ "font_class": "ziliaobao",
194
+ "unicode": "e604",
195
+ "unicode_decimal": 58884
196
+ },
197
+ {
198
+ "icon_id": "27205689",
199
+ "name": "需求",
200
+ "font_class": "a-mengbanzu87731",
201
+ "unicode": "e603",
202
+ "unicode_decimal": 58883
203
+ },
204
+ {
205
+ "icon_id": "27205636",
206
+ "name": "设计",
207
+ "font_class": "sheji",
208
+ "unicode": "e602",
209
+ "unicode_decimal": 58882
210
+ },
211
+ {
212
+ "icon_id": "27205398",
213
+ "name": "等待",
214
+ "font_class": "dengdai",
215
+ "unicode": "e601",
216
+ "unicode_decimal": 58881
217
+ },
218
+ {
219
+ "icon_id": "27205314",
220
+ "name": "编辑",
221
+ "font_class": "a-mengbanzu8773",
222
+ "unicode": "e600",
223
+ "unicode_decimal": 58880
224
+ },
225
+ {
226
+ "icon_id": "4767098",
227
+ "name": "line",
228
+ "font_class": "line",
229
+ "unicode": "e813",
230
+ "unicode_decimal": 59411
231
+ },
232
+ {
233
+ "icon_id": "4767099",
234
+ "name": "minus",
235
+ "font_class": "minus",
236
+ "unicode": "e815",
237
+ "unicode_decimal": 59413
238
+ },
239
+ {
240
+ "icon_id": "4767100",
241
+ "name": "question",
242
+ "font_class": "question",
243
+ "unicode": "e84b",
244
+ "unicode_decimal": 59467
245
+ },
246
+ {
247
+ "icon_id": "4767102",
248
+ "name": "rollback",
249
+ "font_class": "rollback",
250
+ "unicode": "e84c",
251
+ "unicode_decimal": 59468
252
+ },
253
+ {
254
+ "icon_id": "4767103",
255
+ "name": "small-dash",
256
+ "font_class": "small-dash",
257
+ "unicode": "e84d",
258
+ "unicode_decimal": 59469
259
+ },
260
+ {
261
+ "icon_id": "4767104",
262
+ "name": "pause",
263
+ "font_class": "pause",
264
+ "unicode": "e84e",
265
+ "unicode_decimal": 59470
266
+ },
267
+ {
268
+ "icon_id": "4767106",
269
+ "name": "bg-colors",
270
+ "font_class": "bg-colors",
271
+ "unicode": "e84f",
272
+ "unicode_decimal": 59471
273
+ },
274
+ {
275
+ "icon_id": "4936455",
276
+ "name": "crown",
277
+ "font_class": "crown",
278
+ "unicode": "e850",
279
+ "unicode_decimal": 59472
280
+ },
281
+ {
282
+ "icon_id": "4936456",
283
+ "name": "drag",
284
+ "font_class": "drag",
285
+ "unicode": "e851",
286
+ "unicode_decimal": 59473
287
+ },
288
+ {
289
+ "icon_id": "4936457",
290
+ "name": "desktop",
291
+ "font_class": "desktop",
292
+ "unicode": "e852",
293
+ "unicode_decimal": 59474
294
+ },
295
+ {
296
+ "icon_id": "4936458",
297
+ "name": "gift",
298
+ "font_class": "gift",
299
+ "unicode": "e853",
300
+ "unicode_decimal": 59475
301
+ },
302
+ {
303
+ "icon_id": "4936459",
304
+ "name": "stop",
305
+ "font_class": "stop",
306
+ "unicode": "e854",
307
+ "unicode_decimal": 59476
308
+ },
309
+ {
310
+ "icon_id": "4936460",
311
+ "name": "fire",
312
+ "font_class": "fire",
313
+ "unicode": "e855",
314
+ "unicode_decimal": 59477
315
+ },
316
+ {
317
+ "icon_id": "4936461",
318
+ "name": "thunderbolt",
319
+ "font_class": "thunderbolt",
320
+ "unicode": "e856",
321
+ "unicode_decimal": 59478
322
+ },
323
+ {
324
+ "icon_id": "4936478",
325
+ "name": "check-circle-fill",
326
+ "font_class": "check-circle-fill",
327
+ "unicode": "e857",
328
+ "unicode_decimal": 59479
329
+ },
330
+ {
331
+ "icon_id": "4936479",
332
+ "name": "left-circle-fill",
333
+ "font_class": "left-circle-fill",
334
+ "unicode": "e858",
335
+ "unicode_decimal": 59480
336
+ },
337
+ {
338
+ "icon_id": "4936480",
339
+ "name": "down-circle-fill",
340
+ "font_class": "down-circle-fill",
341
+ "unicode": "e859",
342
+ "unicode_decimal": 59481
343
+ },
344
+ {
345
+ "icon_id": "4936481",
346
+ "name": "minus-circle-fill",
347
+ "font_class": "minus-circle-fill",
348
+ "unicode": "e85a",
349
+ "unicode_decimal": 59482
350
+ },
351
+ {
352
+ "icon_id": "4936482",
353
+ "name": "close-circle-fill",
354
+ "font_class": "close-circle-fill",
355
+ "unicode": "e85b",
356
+ "unicode_decimal": 59483
357
+ },
358
+ {
359
+ "icon_id": "4936483",
360
+ "name": "info-circle-fill",
361
+ "font_class": "info-circle-fill",
362
+ "unicode": "e85c",
363
+ "unicode_decimal": 59484
364
+ },
365
+ {
366
+ "icon_id": "4936484",
367
+ "name": "up-circle-fill",
368
+ "font_class": "up-circle-fill",
369
+ "unicode": "e85d",
370
+ "unicode_decimal": 59485
371
+ },
372
+ {
373
+ "icon_id": "4936485",
374
+ "name": "right-circle-fill",
375
+ "font_class": "right-circle-fill",
376
+ "unicode": "e85e",
377
+ "unicode_decimal": 59486
378
+ },
379
+ {
380
+ "icon_id": "4936486",
381
+ "name": "plus-circle-fill",
382
+ "font_class": "plus-circle-fill",
383
+ "unicode": "e85f",
384
+ "unicode_decimal": 59487
385
+ },
386
+ {
387
+ "icon_id": "4936487",
388
+ "name": "question-circle-fill",
389
+ "font_class": "question-circle-fill",
390
+ "unicode": "e860",
391
+ "unicode_decimal": 59488
392
+ },
393
+ {
394
+ "icon_id": "4936505",
395
+ "name": "poweroff-circle-fill",
396
+ "font_class": "poweroff-circle-fill",
397
+ "unicode": "e861",
398
+ "unicode_decimal": 59489
399
+ },
400
+ {
401
+ "icon_id": "4936507",
402
+ "name": "play-circle-fill",
403
+ "font_class": "play-circle-fill",
404
+ "unicode": "e862",
405
+ "unicode_decimal": 59490
406
+ },
407
+ {
408
+ "icon_id": "4936510",
409
+ "name": "stop-fill",
410
+ "font_class": "stop-fill",
411
+ "unicode": "e863",
412
+ "unicode_decimal": 59491
413
+ },
414
+ {
415
+ "icon_id": "4936511",
416
+ "name": "warning-circle-fill",
417
+ "font_class": "warning-circle-fill",
418
+ "unicode": "e864",
419
+ "unicode_decimal": 59492
420
+ },
421
+ {
422
+ "icon_id": "4936512",
423
+ "name": "time-circle-fill",
424
+ "font_class": "time-circle-fill",
425
+ "unicode": "e865",
426
+ "unicode_decimal": 59493
427
+ },
428
+ {
429
+ "icon_id": "4936514",
430
+ "name": "YUAN-circle-fill",
431
+ "font_class": "YUAN-circle-fill",
432
+ "unicode": "e866",
433
+ "unicode_decimal": 59494
434
+ },
435
+ {
436
+ "icon_id": "4936520",
437
+ "name": "pie chart-circle-fil",
438
+ "font_class": "piechart-circle-fil",
439
+ "unicode": "e868",
440
+ "unicode_decimal": 59496
441
+ },
442
+ {
443
+ "icon_id": "4936522",
444
+ "name": "message-fill",
445
+ "font_class": "message-fill",
446
+ "unicode": "e869",
447
+ "unicode_decimal": 59497
448
+ },
449
+ {
450
+ "icon_id": "4936529",
451
+ "name": "check-square-fill",
452
+ "font_class": "check-square-fill",
453
+ "unicode": "e86b",
454
+ "unicode_decimal": 59499
455
+ },
456
+ {
457
+ "icon_id": "4936530",
458
+ "name": "down-square-fill",
459
+ "font_class": "down-square-fill",
460
+ "unicode": "e86c",
461
+ "unicode_decimal": 59500
462
+ },
463
+ {
464
+ "icon_id": "4936531",
465
+ "name": "minus-square-fill",
466
+ "font_class": "minus-square-fill",
467
+ "unicode": "e86d",
468
+ "unicode_decimal": 59501
469
+ },
470
+ {
471
+ "icon_id": "4936532",
472
+ "name": "close-square-fill",
473
+ "font_class": "close-square-fill",
474
+ "unicode": "e86e",
475
+ "unicode_decimal": 59502
476
+ },
477
+ {
478
+ "icon_id": "4936533",
479
+ "name": "code library-fill",
480
+ "font_class": "codelibrary-fill",
481
+ "unicode": "e86f",
482
+ "unicode_decimal": 59503
483
+ },
484
+ {
485
+ "icon_id": "4936534",
486
+ "name": "left-square-fill",
487
+ "font_class": "left-square-fill",
488
+ "unicode": "e870",
489
+ "unicode_decimal": 59504
490
+ },
491
+ {
492
+ "icon_id": "4936535",
493
+ "name": "play-square-fill",
494
+ "font_class": "play-square-fill",
495
+ "unicode": "e871",
496
+ "unicode_decimal": 59505
497
+ },
498
+ {
499
+ "icon_id": "4936536",
500
+ "name": "up-square-fill",
501
+ "font_class": "up-square-fill",
502
+ "unicode": "e872",
503
+ "unicode_decimal": 59506
504
+ },
505
+ {
506
+ "icon_id": "4936537",
507
+ "name": "right-square-fill",
508
+ "font_class": "right-square-fill",
509
+ "unicode": "e873",
510
+ "unicode_decimal": 59507
511
+ },
512
+ {
513
+ "icon_id": "4936538",
514
+ "name": "plus-square-fill",
515
+ "font_class": "plus-square-fill",
516
+ "unicode": "e874",
517
+ "unicode_decimal": 59508
518
+ },
519
+ {
520
+ "icon_id": "4936542",
521
+ "name": "account book-fill",
522
+ "font_class": "accountbook-fill",
523
+ "unicode": "e875",
524
+ "unicode_decimal": 59509
525
+ },
526
+ {
527
+ "icon_id": "4936543",
528
+ "name": "carry out-fill",
529
+ "font_class": "carryout-fill",
530
+ "unicode": "e876",
531
+ "unicode_decimal": 59510
532
+ },
533
+ {
534
+ "icon_id": "4936544",
535
+ "name": "calendar-fill",
536
+ "font_class": "calendar-fill",
537
+ "unicode": "e877",
538
+ "unicode_decimal": 59511
539
+ },
540
+ {
541
+ "icon_id": "4936545",
542
+ "name": "calculator-fill",
543
+ "font_class": "calculator-fill",
544
+ "unicode": "e878",
545
+ "unicode_decimal": 59512
546
+ },
547
+ {
548
+ "icon_id": "4936546",
549
+ "name": "interation-fill",
550
+ "font_class": "interation-fill",
551
+ "unicode": "e879",
552
+ "unicode_decimal": 59513
553
+ },
554
+ {
555
+ "icon_id": "4936550",
556
+ "name": "project-fill",
557
+ "font_class": "project-fill",
558
+ "unicode": "e87a",
559
+ "unicode_decimal": 59514
560
+ },
561
+ {
562
+ "icon_id": "4936571",
563
+ "name": "detail-fill",
564
+ "font_class": "detail-fill",
565
+ "unicode": "e87b",
566
+ "unicode_decimal": 59515
567
+ },
568
+ {
569
+ "icon_id": "4936575",
570
+ "name": "save-fill",
571
+ "font_class": "save-fill",
572
+ "unicode": "e87c",
573
+ "unicode_decimal": 59516
574
+ },
575
+ {
576
+ "icon_id": "4936576",
577
+ "name": "wallet-fill",
578
+ "font_class": "wallet-fill",
579
+ "unicode": "e87d",
580
+ "unicode_decimal": 59517
581
+ },
582
+ {
583
+ "icon_id": "4936577",
584
+ "name": "control-fill",
585
+ "font_class": "control-fill",
586
+ "unicode": "e87e",
587
+ "unicode_decimal": 59518
588
+ },
589
+ {
590
+ "icon_id": "4936583",
591
+ "name": "layout-fill",
592
+ "font_class": "layout-fill",
593
+ "unicode": "e87f",
594
+ "unicode_decimal": 59519
595
+ },
596
+ {
597
+ "icon_id": "4936584",
598
+ "name": "app store-fill",
599
+ "font_class": "appstore-fill",
600
+ "unicode": "e880",
601
+ "unicode_decimal": 59520
602
+ },
603
+ {
604
+ "icon_id": "4936585",
605
+ "name": "mobile-fill",
606
+ "font_class": "mobile-fill",
607
+ "unicode": "e881",
608
+ "unicode_decimal": 59521
609
+ },
610
+ {
611
+ "icon_id": "4936586",
612
+ "name": "tablet-fill",
613
+ "font_class": "tablet-fill",
614
+ "unicode": "e882",
615
+ "unicode_decimal": 59522
616
+ },
617
+ {
618
+ "icon_id": "4936587",
619
+ "name": "book-fill",
620
+ "font_class": "book-fill",
621
+ "unicode": "e883",
622
+ "unicode_decimal": 59523
623
+ },
624
+ {
625
+ "icon_id": "4936588",
626
+ "name": "red envelope-fill",
627
+ "font_class": "redenvelope-fill",
628
+ "unicode": "e884",
629
+ "unicode_decimal": 59524
630
+ },
631
+ {
632
+ "icon_id": "4936591",
633
+ "name": "safety certificate-f",
634
+ "font_class": "safetycertificate-f",
635
+ "unicode": "e885",
636
+ "unicode_decimal": 59525
637
+ },
638
+ {
639
+ "icon_id": "4936592",
640
+ "name": "property safety-fill",
641
+ "font_class": "propertysafety-fill",
642
+ "unicode": "e886",
643
+ "unicode_decimal": 59526
644
+ },
645
+ {
646
+ "icon_id": "4936598",
647
+ "name": "insurance-fill",
648
+ "font_class": "insurance-fill",
649
+ "unicode": "e887",
650
+ "unicode_decimal": 59527
651
+ },
652
+ {
653
+ "icon_id": "4936599",
654
+ "name": "security scan-fill",
655
+ "font_class": "securityscan-fill",
656
+ "unicode": "e888",
657
+ "unicode_decimal": 59528
658
+ },
659
+ {
660
+ "icon_id": "4936602",
661
+ "name": "file-exclamation-fil",
662
+ "font_class": "file-exclamation-fil",
663
+ "unicode": "e889",
664
+ "unicode_decimal": 59529
665
+ },
666
+ {
667
+ "icon_id": "4936604",
668
+ "name": "file-add-fill",
669
+ "font_class": "file-add-fill",
670
+ "unicode": "e88a",
671
+ "unicode_decimal": 59530
672
+ },
673
+ {
674
+ "icon_id": "4936605",
675
+ "name": "file-fill",
676
+ "font_class": "file-fill",
677
+ "unicode": "e88b",
678
+ "unicode_decimal": 59531
679
+ },
680
+ {
681
+ "icon_id": "4936606",
682
+ "name": "file-excel-fill",
683
+ "font_class": "file-excel-fill",
684
+ "unicode": "e88c",
685
+ "unicode_decimal": 59532
686
+ },
687
+ {
688
+ "icon_id": "4936607",
689
+ "name": "file-markdown-fill",
690
+ "font_class": "file-markdown-fill",
691
+ "unicode": "e88d",
692
+ "unicode_decimal": 59533
693
+ },
694
+ {
695
+ "icon_id": "4936608",
696
+ "name": "file-text-fill",
697
+ "font_class": "file-text-fill",
698
+ "unicode": "e88e",
699
+ "unicode_decimal": 59534
700
+ },
701
+ {
702
+ "icon_id": "4936609",
703
+ "name": "file-ppt-fill",
704
+ "font_class": "file-ppt-fill",
705
+ "unicode": "e88f",
706
+ "unicode_decimal": 59535
707
+ },
708
+ {
709
+ "icon_id": "4936610",
710
+ "name": "file-unknown-fill",
711
+ "font_class": "file-unknown-fill",
712
+ "unicode": "e890",
713
+ "unicode_decimal": 59536
714
+ },
715
+ {
716
+ "icon_id": "4936611",
717
+ "name": "file-word-fill",
718
+ "font_class": "file-word-fill",
719
+ "unicode": "e891",
720
+ "unicode_decimal": 59537
721
+ },
722
+ {
723
+ "icon_id": "4936612",
724
+ "name": "file-zip-fill",
725
+ "font_class": "file-zip-fill",
726
+ "unicode": "e892",
727
+ "unicode_decimal": 59538
728
+ },
729
+ {
730
+ "icon_id": "4936613",
731
+ "name": "file-pdf-fill",
732
+ "font_class": "file-pdf-fill",
733
+ "unicode": "e893",
734
+ "unicode_decimal": 59539
735
+ },
736
+ {
737
+ "icon_id": "4936615",
738
+ "name": "file-image-fill",
739
+ "font_class": "file-image-fill",
740
+ "unicode": "e894",
741
+ "unicode_decimal": 59540
742
+ },
743
+ {
744
+ "icon_id": "4936617",
745
+ "name": "diff-fill",
746
+ "font_class": "diff-fill",
747
+ "unicode": "e895",
748
+ "unicode_decimal": 59541
749
+ },
750
+ {
751
+ "icon_id": "4936618",
752
+ "name": "file-copy-fill",
753
+ "font_class": "file-copy-fill",
754
+ "unicode": "e896",
755
+ "unicode_decimal": 59542
756
+ },
757
+ {
758
+ "icon_id": "4936619",
759
+ "name": "snippets-fill",
760
+ "font_class": "snippets-fill",
761
+ "unicode": "e897",
762
+ "unicode_decimal": 59543
763
+ },
764
+ {
765
+ "icon_id": "4936620",
766
+ "name": "batch folding-fill",
767
+ "font_class": "batchfolding-fill",
768
+ "unicode": "e898",
769
+ "unicode_decimal": 59544
770
+ },
771
+ {
772
+ "icon_id": "4936621",
773
+ "name": "reconciliation-fill",
774
+ "font_class": "reconciliation-fill",
775
+ "unicode": "e899",
776
+ "unicode_decimal": 59545
777
+ },
778
+ {
779
+ "icon_id": "4936622",
780
+ "name": "folder-add-fill",
781
+ "font_class": "folder-add-fill",
782
+ "unicode": "e89a",
783
+ "unicode_decimal": 59546
784
+ },
785
+ {
786
+ "icon_id": "4936623",
787
+ "name": "folder-fill",
788
+ "font_class": "folder-fill",
789
+ "unicode": "e89b",
790
+ "unicode_decimal": 59547
791
+ },
792
+ {
793
+ "icon_id": "4936624",
794
+ "name": "folder-open-fill",
795
+ "font_class": "folder-open-fill",
796
+ "unicode": "e89c",
797
+ "unicode_decimal": 59548
798
+ },
799
+ {
800
+ "icon_id": "4936626",
801
+ "name": "database-fill",
802
+ "font_class": "database-fill",
803
+ "unicode": "e89d",
804
+ "unicode_decimal": 59549
805
+ },
806
+ {
807
+ "icon_id": "4936627",
808
+ "name": "container-fill",
809
+ "font_class": "container-fill",
810
+ "unicode": "e89e",
811
+ "unicode_decimal": 59550
812
+ },
813
+ {
814
+ "icon_id": "4936628",
815
+ "name": "sever-fill",
816
+ "font_class": "sever-fill",
817
+ "unicode": "e89f",
818
+ "unicode_decimal": 59551
819
+ },
820
+ {
821
+ "icon_id": "4936629",
822
+ "name": "calendar-check-fill",
823
+ "font_class": "calendar-check-fill",
824
+ "unicode": "e8a0",
825
+ "unicode_decimal": 59552
826
+ },
827
+ {
828
+ "icon_id": "4936630",
829
+ "name": "image-fill",
830
+ "font_class": "image-fill",
831
+ "unicode": "e8a1",
832
+ "unicode_decimal": 59553
833
+ },
834
+ {
835
+ "icon_id": "4936631",
836
+ "name": "id card-fill",
837
+ "font_class": "idcard-fill",
838
+ "unicode": "e8a2",
839
+ "unicode_decimal": 59554
840
+ },
841
+ {
842
+ "icon_id": "4936633",
843
+ "name": "credit card-fill",
844
+ "font_class": "creditcard-fill",
845
+ "unicode": "e8a3",
846
+ "unicode_decimal": 59555
847
+ },
848
+ {
849
+ "icon_id": "4936634",
850
+ "name": "fund-fill",
851
+ "font_class": "fund-fill",
852
+ "unicode": "e8a4",
853
+ "unicode_decimal": 59556
854
+ },
855
+ {
856
+ "icon_id": "4936635",
857
+ "name": "read-fill",
858
+ "font_class": "read-fill",
859
+ "unicode": "e8a5",
860
+ "unicode_decimal": 59557
861
+ },
862
+ {
863
+ "icon_id": "4936636",
864
+ "name": "contacts-fill",
865
+ "font_class": "contacts-fill",
866
+ "unicode": "e8a6",
867
+ "unicode_decimal": 59558
868
+ },
869
+ {
870
+ "icon_id": "4936637",
871
+ "name": "delete-fill",
872
+ "font_class": "delete-fill",
873
+ "unicode": "e8a7",
874
+ "unicode_decimal": 59559
875
+ },
876
+ {
877
+ "icon_id": "4936638",
878
+ "name": "notification-fill",
879
+ "font_class": "notification-fill",
880
+ "unicode": "e8a8",
881
+ "unicode_decimal": 59560
882
+ },
883
+ {
884
+ "icon_id": "4936639",
885
+ "name": "flag-fill",
886
+ "font_class": "flag-fill",
887
+ "unicode": "e8a9",
888
+ "unicode_decimal": 59561
889
+ },
890
+ {
891
+ "icon_id": "4936640",
892
+ "name": "money collect-fill",
893
+ "font_class": "moneycollect-fill",
894
+ "unicode": "e8aa",
895
+ "unicode_decimal": 59562
896
+ },
897
+ {
898
+ "icon_id": "4936641",
899
+ "name": "medicine box-fill",
900
+ "font_class": "medicinebox-fill",
901
+ "unicode": "e8ab",
902
+ "unicode_decimal": 59563
903
+ },
904
+ {
905
+ "icon_id": "4936642",
906
+ "name": "rest-fill",
907
+ "font_class": "rest-fill",
908
+ "unicode": "e8ac",
909
+ "unicode_decimal": 59564
910
+ },
911
+ {
912
+ "icon_id": "4936643",
913
+ "name": "shopping-fill",
914
+ "font_class": "shopping-fill",
915
+ "unicode": "e8ad",
916
+ "unicode_decimal": 59565
917
+ },
918
+ {
919
+ "icon_id": "4936644",
920
+ "name": "skin-fill",
921
+ "font_class": "skin-fill",
922
+ "unicode": "e8ae",
923
+ "unicode_decimal": 59566
924
+ },
925
+ {
926
+ "icon_id": "4936645",
927
+ "name": "video-fill",
928
+ "font_class": "video-fill",
929
+ "unicode": "e8af",
930
+ "unicode_decimal": 59567
931
+ },
932
+ {
933
+ "icon_id": "4936646",
934
+ "name": "sound-fill",
935
+ "font_class": "sound-fill",
936
+ "unicode": "e8b0",
937
+ "unicode_decimal": 59568
938
+ },
939
+ {
940
+ "icon_id": "4936649",
941
+ "name": "bulb-fill",
942
+ "font_class": "bulb-fill",
943
+ "unicode": "e8b1",
944
+ "unicode_decimal": 59569
945
+ },
946
+ {
947
+ "icon_id": "4936650",
948
+ "name": "bell-fill",
949
+ "font_class": "bell-fill",
950
+ "unicode": "e8b2",
951
+ "unicode_decimal": 59570
952
+ },
953
+ {
954
+ "icon_id": "4936651",
955
+ "name": "filter-fill",
956
+ "font_class": "filter-fill",
957
+ "unicode": "e8b3",
958
+ "unicode_decimal": 59571
959
+ },
960
+ {
961
+ "icon_id": "4936652",
962
+ "name": "fire-fill",
963
+ "font_class": "fire-fill",
964
+ "unicode": "e8b4",
965
+ "unicode_decimal": 59572
966
+ },
967
+ {
968
+ "icon_id": "4936653",
969
+ "name": "funnel plot-fill",
970
+ "font_class": "funnelplot-fill",
971
+ "unicode": "e8b5",
972
+ "unicode_decimal": 59573
973
+ },
974
+ {
975
+ "icon_id": "4936654",
976
+ "name": "gift-fill",
977
+ "font_class": "gift-fill",
978
+ "unicode": "e8b6",
979
+ "unicode_decimal": 59574
980
+ },
981
+ {
982
+ "icon_id": "4936655",
983
+ "name": "hourglass-fill",
984
+ "font_class": "hourglass-fill",
985
+ "unicode": "e8b7",
986
+ "unicode_decimal": 59575
987
+ },
988
+ {
989
+ "icon_id": "4936656",
990
+ "name": "home-fill",
991
+ "font_class": "home-fill",
992
+ "unicode": "e8b8",
993
+ "unicode_decimal": 59576
994
+ },
995
+ {
996
+ "icon_id": "4936657",
997
+ "name": "trophy-fill",
998
+ "font_class": "trophy-fill",
999
+ "unicode": "e8b9",
1000
+ "unicode_decimal": 59577
1001
+ },
1002
+ {
1003
+ "icon_id": "4936659",
1004
+ "name": "location-fill",
1005
+ "font_class": "location-fill",
1006
+ "unicode": "e8ba",
1007
+ "unicode_decimal": 59578
1008
+ },
1009
+ {
1010
+ "icon_id": "4936665",
1011
+ "name": "cloud-fill",
1012
+ "font_class": "cloud-fill",
1013
+ "unicode": "e8bb",
1014
+ "unicode_decimal": 59579
1015
+ },
1016
+ {
1017
+ "icon_id": "4936666",
1018
+ "name": "customerservice-fill",
1019
+ "font_class": "customerservice-fill",
1020
+ "unicode": "e8bc",
1021
+ "unicode_decimal": 59580
1022
+ },
1023
+ {
1024
+ "icon_id": "4936667",
1025
+ "name": "experiment-fill",
1026
+ "font_class": "experiment-fill",
1027
+ "unicode": "e8bd",
1028
+ "unicode_decimal": 59581
1029
+ },
1030
+ {
1031
+ "icon_id": "4936668",
1032
+ "name": "eye-fill",
1033
+ "font_class": "eye-fill",
1034
+ "unicode": "e8be",
1035
+ "unicode_decimal": 59582
1036
+ },
1037
+ {
1038
+ "icon_id": "4936669",
1039
+ "name": "like-fill",
1040
+ "font_class": "like-fill",
1041
+ "unicode": "e8bf",
1042
+ "unicode_decimal": 59583
1043
+ },
1044
+ {
1045
+ "icon_id": "4936671",
1046
+ "name": "lock-fill",
1047
+ "font_class": "lock-fill",
1048
+ "unicode": "e8c0",
1049
+ "unicode_decimal": 59584
1050
+ },
1051
+ {
1052
+ "icon_id": "4936672",
1053
+ "name": "unlike-fill",
1054
+ "font_class": "unlike-fill",
1055
+ "unicode": "e8c1",
1056
+ "unicode_decimal": 59585
1057
+ },
1058
+ {
1059
+ "icon_id": "4936674",
1060
+ "name": "unlock-fill",
1061
+ "font_class": "unlock-fill",
1062
+ "unicode": "e8c3",
1063
+ "unicode_decimal": 59587
1064
+ },
1065
+ {
1066
+ "icon_id": "4936675",
1067
+ "name": "alert-fill",
1068
+ "font_class": "alert-fill",
1069
+ "unicode": "e8c4",
1070
+ "unicode_decimal": 59588
1071
+ },
1072
+ {
1073
+ "icon_id": "4936676",
1074
+ "name": "api-fill",
1075
+ "font_class": "api-fill",
1076
+ "unicode": "e8c5",
1077
+ "unicode_decimal": 59589
1078
+ },
1079
+ {
1080
+ "icon_id": "4936677",
1081
+ "name": "highlight-fill",
1082
+ "font_class": "highlight-fill",
1083
+ "unicode": "e8c6",
1084
+ "unicode_decimal": 59590
1085
+ },
1086
+ {
1087
+ "icon_id": "4936678",
1088
+ "name": "phone-fill",
1089
+ "font_class": "phone-fill",
1090
+ "unicode": "e8c7",
1091
+ "unicode_decimal": 59591
1092
+ },
1093
+ {
1094
+ "icon_id": "4936679",
1095
+ "name": "edit-fill",
1096
+ "font_class": "edit-fill",
1097
+ "unicode": "e8c8",
1098
+ "unicode_decimal": 59592
1099
+ },
1100
+ {
1101
+ "icon_id": "4936680",
1102
+ "name": "pushpin-fill",
1103
+ "font_class": "pushpin-fill",
1104
+ "unicode": "e8c9",
1105
+ "unicode_decimal": 59593
1106
+ },
1107
+ {
1108
+ "icon_id": "4936681",
1109
+ "name": "rocket-fill",
1110
+ "font_class": "rocket-fill",
1111
+ "unicode": "e8ca",
1112
+ "unicode_decimal": 59594
1113
+ },
1114
+ {
1115
+ "icon_id": "4936682",
1116
+ "name": "thunderbolt-fill",
1117
+ "font_class": "thunderbolt-fill",
1118
+ "unicode": "e8cb",
1119
+ "unicode_decimal": 59595
1120
+ },
1121
+ {
1122
+ "icon_id": "4936683",
1123
+ "name": "tag-fill",
1124
+ "font_class": "tag-fill",
1125
+ "unicode": "e8cc",
1126
+ "unicode_decimal": 59596
1127
+ },
1128
+ {
1129
+ "icon_id": "4936684",
1130
+ "name": "wrench-fill",
1131
+ "font_class": "wrench-fill",
1132
+ "unicode": "e8cd",
1133
+ "unicode_decimal": 59597
1134
+ },
1135
+ {
1136
+ "icon_id": "4936685",
1137
+ "name": "tags-fill",
1138
+ "font_class": "tags-fill",
1139
+ "unicode": "e8ce",
1140
+ "unicode_decimal": 59598
1141
+ },
1142
+ {
1143
+ "icon_id": "4936686",
1144
+ "name": "bank-fill",
1145
+ "font_class": "bank-fill",
1146
+ "unicode": "e8cf",
1147
+ "unicode_decimal": 59599
1148
+ },
1149
+ {
1150
+ "icon_id": "4936687",
1151
+ "name": "camera-fill",
1152
+ "font_class": "camera-fill",
1153
+ "unicode": "e8d0",
1154
+ "unicode_decimal": 59600
1155
+ },
1156
+ {
1157
+ "icon_id": "4936688",
1158
+ "name": "error-fill",
1159
+ "font_class": "error-fill",
1160
+ "unicode": "e8d1",
1161
+ "unicode_decimal": 59601
1162
+ },
1163
+ {
1164
+ "icon_id": "4936689",
1165
+ "name": "crown-fill",
1166
+ "font_class": "crown-fill",
1167
+ "unicode": "e8d2",
1168
+ "unicode_decimal": 59602
1169
+ },
1170
+ {
1171
+ "icon_id": "4936690",
1172
+ "name": "mail-fill",
1173
+ "font_class": "mail-fill",
1174
+ "unicode": "e8d3",
1175
+ "unicode_decimal": 59603
1176
+ },
1177
+ {
1178
+ "icon_id": "4936691",
1179
+ "name": "car-fill",
1180
+ "font_class": "car-fill",
1181
+ "unicode": "e8d4",
1182
+ "unicode_decimal": 59604
1183
+ },
1184
+ {
1185
+ "icon_id": "4936692",
1186
+ "name": "printer-fill",
1187
+ "font_class": "printer-fill",
1188
+ "unicode": "e8d5",
1189
+ "unicode_decimal": 59605
1190
+ },
1191
+ {
1192
+ "icon_id": "4936693",
1193
+ "name": "shop-fill",
1194
+ "font_class": "shop-fill",
1195
+ "unicode": "e8d6",
1196
+ "unicode_decimal": 59606
1197
+ },
1198
+ {
1199
+ "icon_id": "4936694",
1200
+ "name": "setting-fill",
1201
+ "font_class": "setting-fill",
1202
+ "unicode": "e8d7",
1203
+ "unicode_decimal": 59607
1204
+ },
1205
+ {
1206
+ "icon_id": "4936695",
1207
+ "name": "USB-fill",
1208
+ "font_class": "USB-fill",
1209
+ "unicode": "e8d8",
1210
+ "unicode_decimal": 59608
1211
+ },
1212
+ {
1213
+ "icon_id": "4936699",
1214
+ "name": "sliders-fill",
1215
+ "font_class": "sliders-fill",
1216
+ "unicode": "e8d9",
1217
+ "unicode_decimal": 59609
1218
+ },
1219
+ {
1220
+ "icon_id": "5756281",
1221
+ "name": "audio",
1222
+ "font_class": "audio",
1223
+ "unicode": "e8da",
1224
+ "unicode_decimal": 59610
1225
+ },
1226
+ {
1227
+ "icon_id": "5756282",
1228
+ "name": "audio-fill",
1229
+ "font_class": "audio-fill",
1230
+ "unicode": "e8db",
1231
+ "unicode_decimal": 59611
1232
+ },
1233
+ {
1234
+ "icon_id": "5756284",
1235
+ "name": "zoom in",
1236
+ "font_class": "zoomin",
1237
+ "unicode": "e8dc",
1238
+ "unicode_decimal": 59612
1239
+ },
1240
+ {
1241
+ "icon_id": "6598315",
1242
+ "name": "audio static",
1243
+ "font_class": "audiostatic",
1244
+ "unicode": "e8e8",
1245
+ "unicode_decimal": 59624
1246
+ },
1247
+ {
1248
+ "icon_id": "6598317",
1249
+ "name": "signal-fill",
1250
+ "font_class": "signal-fill",
1251
+ "unicode": "e8eb",
1252
+ "unicode_decimal": 59627
1253
+ },
1254
+ {
1255
+ "icon_id": "6598318",
1256
+ "name": "verified",
1257
+ "font_class": "verified",
1258
+ "unicode": "e8ec",
1259
+ "unicode_decimal": 59628
1260
+ },
1261
+ {
1262
+ "icon_id": "6598320",
1263
+ "name": "videocamera add",
1264
+ "font_class": "videocameraadd",
1265
+ "unicode": "e8ed",
1266
+ "unicode_decimal": 59629
1267
+ },
1268
+ {
1269
+ "icon_id": "6598321",
1270
+ "name": "switch user",
1271
+ "font_class": "switchuser",
1272
+ "unicode": "e8ee",
1273
+ "unicode_decimal": 59630
1274
+ },
1275
+ {
1276
+ "icon_id": "6598323",
1277
+ "name": "appstore add",
1278
+ "font_class": "appstoreadd",
1279
+ "unicode": "e8f0",
1280
+ "unicode_decimal": 59632
1281
+ },
1282
+ {
1283
+ "icon_id": "6598339",
1284
+ "name": "caret-down",
1285
+ "font_class": "caret-down",
1286
+ "unicode": "e8f1",
1287
+ "unicode_decimal": 59633
1288
+ },
1289
+ {
1290
+ "icon_id": "6598340",
1291
+ "name": "backward",
1292
+ "font_class": "backward",
1293
+ "unicode": "e8f2",
1294
+ "unicode_decimal": 59634
1295
+ },
1296
+ {
1297
+ "icon_id": "6598341",
1298
+ "name": "caret-up",
1299
+ "font_class": "caret-up",
1300
+ "unicode": "e8f3",
1301
+ "unicode_decimal": 59635
1302
+ },
1303
+ {
1304
+ "icon_id": "6598342",
1305
+ "name": "caret-right",
1306
+ "font_class": "caret-right",
1307
+ "unicode": "e8f4",
1308
+ "unicode_decimal": 59636
1309
+ },
1310
+ {
1311
+ "icon_id": "6598343",
1312
+ "name": "caret-left",
1313
+ "font_class": "caret-left",
1314
+ "unicode": "e8f5",
1315
+ "unicode_decimal": 59637
1316
+ },
1317
+ {
1318
+ "icon_id": "6598344",
1319
+ "name": "fast-backward",
1320
+ "font_class": "fast-backward",
1321
+ "unicode": "e8f6",
1322
+ "unicode_decimal": 59638
1323
+ },
1324
+ {
1325
+ "icon_id": "6598345",
1326
+ "name": "forward",
1327
+ "font_class": "forward",
1328
+ "unicode": "e8f7",
1329
+ "unicode_decimal": 59639
1330
+ },
1331
+ {
1332
+ "icon_id": "6598346",
1333
+ "name": "fast-forward",
1334
+ "font_class": "fast-forward",
1335
+ "unicode": "e8f8",
1336
+ "unicode_decimal": 59640
1337
+ },
1338
+ {
1339
+ "icon_id": "6598347",
1340
+ "name": "search",
1341
+ "font_class": "search",
1342
+ "unicode": "e8f9",
1343
+ "unicode_decimal": 59641
1344
+ },
1345
+ {
1346
+ "icon_id": "6598348",
1347
+ "name": "retweet",
1348
+ "font_class": "retweet",
1349
+ "unicode": "e8fa",
1350
+ "unicode_decimal": 59642
1351
+ },
1352
+ {
1353
+ "icon_id": "6598349",
1354
+ "name": "login",
1355
+ "font_class": "login",
1356
+ "unicode": "e8fb",
1357
+ "unicode_decimal": 59643
1358
+ },
1359
+ {
1360
+ "icon_id": "6598350",
1361
+ "name": "step-backward",
1362
+ "font_class": "step-backward",
1363
+ "unicode": "e8fc",
1364
+ "unicode_decimal": 59644
1365
+ },
1366
+ {
1367
+ "icon_id": "6598351",
1368
+ "name": "step-forward",
1369
+ "font_class": "step-forward",
1370
+ "unicode": "e8fd",
1371
+ "unicode_decimal": 59645
1372
+ },
1373
+ {
1374
+ "icon_id": "6598352",
1375
+ "name": "swap-right",
1376
+ "font_class": "swap-right",
1377
+ "unicode": "e8fe",
1378
+ "unicode_decimal": 59646
1379
+ },
1380
+ {
1381
+ "icon_id": "6598353",
1382
+ "name": "swap-left",
1383
+ "font_class": "swap-left",
1384
+ "unicode": "e8ff",
1385
+ "unicode_decimal": 59647
1386
+ },
1387
+ {
1388
+ "icon_id": "6598354",
1389
+ "name": "woman",
1390
+ "font_class": "woman",
1391
+ "unicode": "e900",
1392
+ "unicode_decimal": 59648
1393
+ },
1394
+ {
1395
+ "icon_id": "7834345",
1396
+ "name": "plus",
1397
+ "font_class": "plus",
1398
+ "unicode": "e901",
1399
+ "unicode_decimal": 59649
1400
+ },
1401
+ {
1402
+ "icon_id": "8092166",
1403
+ "name": "eye close-fill",
1404
+ "font_class": "eyeclose-fill",
1405
+ "unicode": "e902",
1406
+ "unicode_decimal": 59650
1407
+ },
1408
+ {
1409
+ "icon_id": "8092167",
1410
+ "name": "eye-close",
1411
+ "font_class": "eye-close",
1412
+ "unicode": "e903",
1413
+ "unicode_decimal": 59651
1414
+ },
1415
+ {
1416
+ "icon_id": "8094805",
1417
+ "name": "clear",
1418
+ "font_class": "clear",
1419
+ "unicode": "e904",
1420
+ "unicode_decimal": 59652
1421
+ },
1422
+ {
1423
+ "icon_id": "8094811",
1424
+ "name": "rotate-left",
1425
+ "font_class": "rotate-left",
1426
+ "unicode": "e905",
1427
+ "unicode_decimal": 59653
1428
+ },
1429
+ {
1430
+ "icon_id": "8094812",
1431
+ "name": "rotate-right",
1432
+ "font_class": "rotate-right",
1433
+ "unicode": "e906",
1434
+ "unicode_decimal": 59654
1435
+ },
1436
+ {
1437
+ "icon_id": "8094816",
1438
+ "name": "solit-cells",
1439
+ "font_class": "solit-cells",
1440
+ "unicode": "e907",
1441
+ "unicode_decimal": 59655
1442
+ },
1443
+ {
1444
+ "icon_id": "8094817",
1445
+ "name": "format painter",
1446
+ "font_class": "formatpainter",
1447
+ "unicode": "e908",
1448
+ "unicode_decimal": 59656
1449
+ },
1450
+ {
1451
+ "icon_id": "8094819",
1452
+ "name": "format painter-fill",
1453
+ "font_class": "formatpainter-fill",
1454
+ "unicode": "e909",
1455
+ "unicode_decimal": 59657
1456
+ },
1457
+ {
1458
+ "icon_id": "8094821",
1459
+ "name": "translate",
1460
+ "font_class": "translate",
1461
+ "unicode": "e90a",
1462
+ "unicode_decimal": 59658
1463
+ },
1464
+ {
1465
+ "icon_id": "9229178",
1466
+ "name": "Field-time",
1467
+ "font_class": "Field-time",
1468
+ "unicode": "e90e",
1469
+ "unicode_decimal": 59662
1470
+ },
1471
+ {
1472
+ "icon_id": "9229182",
1473
+ "name": "Stored procedure",
1474
+ "font_class": "Storedprocedure",
1475
+ "unicode": "e910",
1476
+ "unicode_decimal": 59664
1477
+ },
1478
+ {
1479
+ "icon_id": "9230691",
1480
+ "name": "compress",
1481
+ "font_class": "compress",
1482
+ "unicode": "e914",
1483
+ "unicode_decimal": 59668
1484
+ },
1485
+ {
1486
+ "icon_id": "9230692",
1487
+ "name": "expend",
1488
+ "font_class": "expend",
1489
+ "unicode": "e915",
1490
+ "unicode_decimal": 59669
1491
+ },
1492
+ {
1493
+ "icon_id": "9230696",
1494
+ "name": "send",
1495
+ "font_class": "send",
1496
+ "unicode": "e916",
1497
+ "unicode_decimal": 59670
1498
+ },
1499
+ {
1500
+ "icon_id": "9230697",
1501
+ "name": "Report",
1502
+ "font_class": "Report",
1503
+ "unicode": "e917",
1504
+ "unicode_decimal": 59671
1505
+ },
1506
+ {
1507
+ "icon_id": "4765734",
1508
+ "name": "plus-circle",
1509
+ "font_class": "plus-circle",
1510
+ "unicode": "e783",
1511
+ "unicode_decimal": 59267
1512
+ },
1513
+ {
1514
+ "icon_id": "4765735",
1515
+ "name": "play-circle",
1516
+ "font_class": "play-circle",
1517
+ "unicode": "e784",
1518
+ "unicode_decimal": 59268
1519
+ },
1520
+ {
1521
+ "icon_id": "4765736",
1522
+ "name": "question-circle",
1523
+ "font_class": "question-circle",
1524
+ "unicode": "e785",
1525
+ "unicode_decimal": 59269
1526
+ },
1527
+ {
1528
+ "icon_id": "4765738",
1529
+ "name": "right-circle",
1530
+ "font_class": "right-circle",
1531
+ "unicode": "e786",
1532
+ "unicode_decimal": 59270
1533
+ },
1534
+ {
1535
+ "icon_id": "4765741",
1536
+ "name": "time-circle",
1537
+ "font_class": "time-circle",
1538
+ "unicode": "e787",
1539
+ "unicode_decimal": 59271
1540
+ },
1541
+ {
1542
+ "icon_id": "4765742",
1543
+ "name": "time out",
1544
+ "font_class": "timeout",
1545
+ "unicode": "e788",
1546
+ "unicode_decimal": 59272
1547
+ },
1548
+ {
1549
+ "icon_id": "4765743",
1550
+ "name": "earth",
1551
+ "font_class": "earth",
1552
+ "unicode": "e789",
1553
+ "unicode_decimal": 59273
1554
+ },
1555
+ {
1556
+ "icon_id": "4765744",
1557
+ "name": "YUAN",
1558
+ "font_class": "YUAN",
1559
+ "unicode": "e78a",
1560
+ "unicode_decimal": 59274
1561
+ },
1562
+ {
1563
+ "icon_id": "4765745",
1564
+ "name": "up-circle",
1565
+ "font_class": "up-circle",
1566
+ "unicode": "e78b",
1567
+ "unicode_decimal": 59275
1568
+ },
1569
+ {
1570
+ "icon_id": "4765746",
1571
+ "name": "warning-circle",
1572
+ "font_class": "warning-circle",
1573
+ "unicode": "e78c",
1574
+ "unicode_decimal": 59276
1575
+ },
1576
+ {
1577
+ "icon_id": "4765811",
1578
+ "name": "sync",
1579
+ "font_class": "sync",
1580
+ "unicode": "e78f",
1581
+ "unicode_decimal": 59279
1582
+ },
1583
+ {
1584
+ "icon_id": "4765812",
1585
+ "name": "transaction",
1586
+ "font_class": "transaction",
1587
+ "unicode": "e790",
1588
+ "unicode_decimal": 59280
1589
+ },
1590
+ {
1591
+ "icon_id": "4765837",
1592
+ "name": "undo",
1593
+ "font_class": "undo",
1594
+ "unicode": "e791",
1595
+ "unicode_decimal": 59281
1596
+ },
1597
+ {
1598
+ "icon_id": "4765838",
1599
+ "name": "redo",
1600
+ "font_class": "redo",
1601
+ "unicode": "e792",
1602
+ "unicode_decimal": 59282
1603
+ },
1604
+ {
1605
+ "icon_id": "4765852",
1606
+ "name": "reload",
1607
+ "font_class": "reload",
1608
+ "unicode": "e793",
1609
+ "unicode_decimal": 59283
1610
+ },
1611
+ {
1612
+ "icon_id": "4765853",
1613
+ "name": "reload time",
1614
+ "font_class": "reloadtime",
1615
+ "unicode": "e794",
1616
+ "unicode_decimal": 59284
1617
+ },
1618
+ {
1619
+ "icon_id": "4765886",
1620
+ "name": "issues close",
1621
+ "font_class": "issuesclose",
1622
+ "unicode": "e796",
1623
+ "unicode_decimal": 59286
1624
+ },
1625
+ {
1626
+ "icon_id": "4765890",
1627
+ "name": "pie chart",
1628
+ "font_class": "piechart",
1629
+ "unicode": "e799",
1630
+ "unicode_decimal": 59289
1631
+ },
1632
+ {
1633
+ "icon_id": "4765896",
1634
+ "name": "eye",
1635
+ "font_class": "eye",
1636
+ "unicode": "e79b",
1637
+ "unicode_decimal": 59291
1638
+ },
1639
+ {
1640
+ "icon_id": "4765897",
1641
+ "name": "location",
1642
+ "font_class": "location",
1643
+ "unicode": "e79c",
1644
+ "unicode_decimal": 59292
1645
+ },
1646
+ {
1647
+ "icon_id": "4765957",
1648
+ "name": "edit-square",
1649
+ "font_class": "edit-square",
1650
+ "unicode": "e79d",
1651
+ "unicode_decimal": 59293
1652
+ },
1653
+ {
1654
+ "icon_id": "4765958",
1655
+ "name": "export",
1656
+ "font_class": "export",
1657
+ "unicode": "e79e",
1658
+ "unicode_decimal": 59294
1659
+ },
1660
+ {
1661
+ "icon_id": "4765959",
1662
+ "name": "save",
1663
+ "font_class": "save",
1664
+ "unicode": "e79f",
1665
+ "unicode_decimal": 59295
1666
+ },
1667
+ {
1668
+ "icon_id": "4765960",
1669
+ "name": "Import",
1670
+ "font_class": "Import",
1671
+ "unicode": "e7a0",
1672
+ "unicode_decimal": 59296
1673
+ },
1674
+ {
1675
+ "icon_id": "4765962",
1676
+ "name": "app store",
1677
+ "font_class": "appstore",
1678
+ "unicode": "e7a1",
1679
+ "unicode_decimal": 59297
1680
+ },
1681
+ {
1682
+ "icon_id": "4765964",
1683
+ "name": "close-square",
1684
+ "font_class": "close-square",
1685
+ "unicode": "e7a2",
1686
+ "unicode_decimal": 59298
1687
+ },
1688
+ {
1689
+ "icon_id": "4765965",
1690
+ "name": "down-square",
1691
+ "font_class": "down-square",
1692
+ "unicode": "e7a3",
1693
+ "unicode_decimal": 59299
1694
+ },
1695
+ {
1696
+ "icon_id": "4765966",
1697
+ "name": "layout",
1698
+ "font_class": "layout",
1699
+ "unicode": "e7a4",
1700
+ "unicode_decimal": 59300
1701
+ },
1702
+ {
1703
+ "icon_id": "4765967",
1704
+ "name": "left-square",
1705
+ "font_class": "left-square",
1706
+ "unicode": "e7a5",
1707
+ "unicode_decimal": 59301
1708
+ },
1709
+ {
1710
+ "icon_id": "4765969",
1711
+ "name": "control",
1712
+ "font_class": "control",
1713
+ "unicode": "e7a6",
1714
+ "unicode_decimal": 59302
1715
+ },
1716
+ {
1717
+ "icon_id": "4765971",
1718
+ "name": "detail",
1719
+ "font_class": "detail",
1720
+ "unicode": "e7a7",
1721
+ "unicode_decimal": 59303
1722
+ },
1723
+ {
1724
+ "icon_id": "4765972",
1725
+ "name": "minus-square",
1726
+ "font_class": "minus-square",
1727
+ "unicode": "e7a8",
1728
+ "unicode_decimal": 59304
1729
+ },
1730
+ {
1731
+ "icon_id": "4765973",
1732
+ "name": "plus-square",
1733
+ "font_class": "plus-square",
1734
+ "unicode": "e7a9",
1735
+ "unicode_decimal": 59305
1736
+ },
1737
+ {
1738
+ "icon_id": "4765974",
1739
+ "name": "right-square",
1740
+ "font_class": "right-square",
1741
+ "unicode": "e7aa",
1742
+ "unicode_decimal": 59306
1743
+ },
1744
+ {
1745
+ "icon_id": "4765975",
1746
+ "name": "project",
1747
+ "font_class": "project",
1748
+ "unicode": "e7ab",
1749
+ "unicode_decimal": 59307
1750
+ },
1751
+ {
1752
+ "icon_id": "4765976",
1753
+ "name": "wallet",
1754
+ "font_class": "wallet",
1755
+ "unicode": "e7ac",
1756
+ "unicode_decimal": 59308
1757
+ },
1758
+ {
1759
+ "icon_id": "4765977",
1760
+ "name": "up-square",
1761
+ "font_class": "up-square",
1762
+ "unicode": "e7ad",
1763
+ "unicode_decimal": 59309
1764
+ },
1765
+ {
1766
+ "icon_id": "4765978",
1767
+ "name": "calculator",
1768
+ "font_class": "calculator",
1769
+ "unicode": "e7ae",
1770
+ "unicode_decimal": 59310
1771
+ },
1772
+ {
1773
+ "icon_id": "4766245",
1774
+ "name": "interation",
1775
+ "font_class": "interation",
1776
+ "unicode": "e7af",
1777
+ "unicode_decimal": 59311
1778
+ },
1779
+ {
1780
+ "icon_id": "4766253",
1781
+ "name": "check-square",
1782
+ "font_class": "check-square",
1783
+ "unicode": "e7b0",
1784
+ "unicode_decimal": 59312
1785
+ },
1786
+ {
1787
+ "icon_id": "4766265",
1788
+ "name": "border",
1789
+ "font_class": "border",
1790
+ "unicode": "e7b1",
1791
+ "unicode_decimal": 59313
1792
+ },
1793
+ {
1794
+ "icon_id": "4766289",
1795
+ "name": "add user",
1796
+ "font_class": "adduser",
1797
+ "unicode": "e7b2",
1798
+ "unicode_decimal": 59314
1799
+ },
1800
+ {
1801
+ "icon_id": "4766290",
1802
+ "name": "delete team",
1803
+ "font_class": "deleteteam",
1804
+ "unicode": "e7b3",
1805
+ "unicode_decimal": 59315
1806
+ },
1807
+ {
1808
+ "icon_id": "4766291",
1809
+ "name": "delete user",
1810
+ "font_class": "deleteuser",
1811
+ "unicode": "e7b4",
1812
+ "unicode_decimal": 59316
1813
+ },
1814
+ {
1815
+ "icon_id": "4766292",
1816
+ "name": "addteam",
1817
+ "font_class": "addteam",
1818
+ "unicode": "e7b5",
1819
+ "unicode_decimal": 59317
1820
+ },
1821
+ {
1822
+ "icon_id": "4766293",
1823
+ "name": "user",
1824
+ "font_class": "user",
1825
+ "unicode": "e7b6",
1826
+ "unicode_decimal": 59318
1827
+ },
1828
+ {
1829
+ "icon_id": "4766294",
1830
+ "name": "team",
1831
+ "font_class": "team",
1832
+ "unicode": "e7b7",
1833
+ "unicode_decimal": 59319
1834
+ },
1835
+ {
1836
+ "icon_id": "4766438",
1837
+ "name": "container",
1838
+ "font_class": "container",
1839
+ "unicode": "e7b8",
1840
+ "unicode_decimal": 59320
1841
+ },
1842
+ {
1843
+ "icon_id": "4766439",
1844
+ "name": "database",
1845
+ "font_class": "database",
1846
+ "unicode": "e7b9",
1847
+ "unicode_decimal": 59321
1848
+ },
1849
+ {
1850
+ "icon_id": "4766440",
1851
+ "name": "sever",
1852
+ "font_class": "sever",
1853
+ "unicode": "e7ba",
1854
+ "unicode_decimal": 59322
1855
+ },
1856
+ {
1857
+ "icon_id": "4766451",
1858
+ "name": "mobile",
1859
+ "font_class": "mobile",
1860
+ "unicode": "e7bb",
1861
+ "unicode_decimal": 59323
1862
+ },
1863
+ {
1864
+ "icon_id": "4766452",
1865
+ "name": "tablet",
1866
+ "font_class": "tablet",
1867
+ "unicode": "e7bc",
1868
+ "unicode_decimal": 59324
1869
+ },
1870
+ {
1871
+ "icon_id": "4766453",
1872
+ "name": "red envelope",
1873
+ "font_class": "redenvelope",
1874
+ "unicode": "e7bd",
1875
+ "unicode_decimal": 59325
1876
+ },
1877
+ {
1878
+ "icon_id": "4766454",
1879
+ "name": "book",
1880
+ "font_class": "book",
1881
+ "unicode": "e7be",
1882
+ "unicode_decimal": 59326
1883
+ },
1884
+ {
1885
+ "icon_id": "4766459",
1886
+ "name": "file done",
1887
+ "font_class": "filedone",
1888
+ "unicode": "e7bf",
1889
+ "unicode_decimal": 59327
1890
+ },
1891
+ {
1892
+ "icon_id": "4766460",
1893
+ "name": "reconciliation",
1894
+ "font_class": "reconciliation",
1895
+ "unicode": "e7c0",
1896
+ "unicode_decimal": 59328
1897
+ },
1898
+ {
1899
+ "icon_id": "4766461",
1900
+ "name": "file -exception",
1901
+ "font_class": "file-exception",
1902
+ "unicode": "e7c1",
1903
+ "unicode_decimal": 59329
1904
+ },
1905
+ {
1906
+ "icon_id": "4766462",
1907
+ "name": "file sync",
1908
+ "font_class": "filesync",
1909
+ "unicode": "e7c2",
1910
+ "unicode_decimal": 59330
1911
+ },
1912
+ {
1913
+ "icon_id": "4766463",
1914
+ "name": "file search",
1915
+ "font_class": "filesearch",
1916
+ "unicode": "e7c3",
1917
+ "unicode_decimal": 59331
1918
+ },
1919
+ {
1920
+ "icon_id": "4766464",
1921
+ "name": "solution",
1922
+ "font_class": "solution",
1923
+ "unicode": "e7c5",
1924
+ "unicode_decimal": 59333
1925
+ },
1926
+ {
1927
+ "icon_id": "4766465",
1928
+ "name": "file protect",
1929
+ "font_class": "fileprotect",
1930
+ "unicode": "e7c7",
1931
+ "unicode_decimal": 59335
1932
+ },
1933
+ {
1934
+ "icon_id": "4766468",
1935
+ "name": "file-add",
1936
+ "font_class": "file-add",
1937
+ "unicode": "e7c8",
1938
+ "unicode_decimal": 59336
1939
+ },
1940
+ {
1941
+ "icon_id": "4766469",
1942
+ "name": "file-excel",
1943
+ "font_class": "file-excel",
1944
+ "unicode": "e7c9",
1945
+ "unicode_decimal": 59337
1946
+ },
1947
+ {
1948
+ "icon_id": "4766470",
1949
+ "name": "file-exclamation",
1950
+ "font_class": "file-exclamation",
1951
+ "unicode": "e7cb",
1952
+ "unicode_decimal": 59339
1953
+ },
1954
+ {
1955
+ "icon_id": "4766472",
1956
+ "name": "file-pdf",
1957
+ "font_class": "file-pdf",
1958
+ "unicode": "e7cc",
1959
+ "unicode_decimal": 59340
1960
+ },
1961
+ {
1962
+ "icon_id": "4766473",
1963
+ "name": "file-image",
1964
+ "font_class": "file-image",
1965
+ "unicode": "e7cd",
1966
+ "unicode_decimal": 59341
1967
+ },
1968
+ {
1969
+ "icon_id": "4766474",
1970
+ "name": "file-markdown",
1971
+ "font_class": "file-markdown",
1972
+ "unicode": "e7ce",
1973
+ "unicode_decimal": 59342
1974
+ },
1975
+ {
1976
+ "icon_id": "4766475",
1977
+ "name": "file-unknown",
1978
+ "font_class": "file-unknown",
1979
+ "unicode": "e7cf",
1980
+ "unicode_decimal": 59343
1981
+ },
1982
+ {
1983
+ "icon_id": "4766476",
1984
+ "name": "file-ppt",
1985
+ "font_class": "file-ppt",
1986
+ "unicode": "e7d0",
1987
+ "unicode_decimal": 59344
1988
+ },
1989
+ {
1990
+ "icon_id": "4766477",
1991
+ "name": "file-word",
1992
+ "font_class": "file-word",
1993
+ "unicode": "e7d1",
1994
+ "unicode_decimal": 59345
1995
+ },
1996
+ {
1997
+ "icon_id": "4766478",
1998
+ "name": "file",
1999
+ "font_class": "file",
2000
+ "unicode": "e7d2",
2001
+ "unicode_decimal": 59346
2002
+ },
2003
+ {
2004
+ "icon_id": "4766479",
2005
+ "name": "file-zip",
2006
+ "font_class": "file-zip",
2007
+ "unicode": "e7d3",
2008
+ "unicode_decimal": 59347
2009
+ },
2010
+ {
2011
+ "icon_id": "4766480",
2012
+ "name": "file-text",
2013
+ "font_class": "file-text",
2014
+ "unicode": "e7d4",
2015
+ "unicode_decimal": 59348
2016
+ },
2017
+ {
2018
+ "icon_id": "4766481",
2019
+ "name": "file-copy",
2020
+ "font_class": "file-copy",
2021
+ "unicode": "e7d5",
2022
+ "unicode_decimal": 59349
2023
+ },
2024
+ {
2025
+ "icon_id": "4766482",
2026
+ "name": "snippets",
2027
+ "font_class": "snippets",
2028
+ "unicode": "e7d6",
2029
+ "unicode_decimal": 59350
2030
+ },
2031
+ {
2032
+ "icon_id": "4766507",
2033
+ "name": "audit",
2034
+ "font_class": "audit",
2035
+ "unicode": "e7d7",
2036
+ "unicode_decimal": 59351
2037
+ },
2038
+ {
2039
+ "icon_id": "4766508",
2040
+ "name": "diff",
2041
+ "font_class": "diff",
2042
+ "unicode": "e7d8",
2043
+ "unicode_decimal": 59352
2044
+ },
2045
+ {
2046
+ "icon_id": "4766509",
2047
+ "name": "Batch folding",
2048
+ "font_class": "Batchfolding",
2049
+ "unicode": "e7d9",
2050
+ "unicode_decimal": 59353
2051
+ },
2052
+ {
2053
+ "icon_id": "4766511",
2054
+ "name": "security scan",
2055
+ "font_class": "securityscan",
2056
+ "unicode": "e7da",
2057
+ "unicode_decimal": 59354
2058
+ },
2059
+ {
2060
+ "icon_id": "4766512",
2061
+ "name": "property safety",
2062
+ "font_class": "propertysafety",
2063
+ "unicode": "e7db",
2064
+ "unicode_decimal": 59355
2065
+ },
2066
+ {
2067
+ "icon_id": "4766513",
2068
+ "name": "safety certificate",
2069
+ "font_class": "safetycertificate",
2070
+ "unicode": "e7dc",
2071
+ "unicode_decimal": 59356
2072
+ },
2073
+ {
2074
+ "icon_id": "4766514",
2075
+ "name": "insurance ",
2076
+ "font_class": "insurance",
2077
+ "unicode": "e7dd",
2078
+ "unicode_decimal": 59357
2079
+ },
2080
+ {
2081
+ "icon_id": "4766675",
2082
+ "name": "alert",
2083
+ "font_class": "alert",
2084
+ "unicode": "e7de",
2085
+ "unicode_decimal": 59358
2086
+ },
2087
+ {
2088
+ "icon_id": "4766676",
2089
+ "name": "delete",
2090
+ "font_class": "delete",
2091
+ "unicode": "e7df",
2092
+ "unicode_decimal": 59359
2093
+ },
2094
+ {
2095
+ "icon_id": "4766677",
2096
+ "name": "hourglass",
2097
+ "font_class": "hourglass",
2098
+ "unicode": "e7e1",
2099
+ "unicode_decimal": 59361
2100
+ },
2101
+ {
2102
+ "icon_id": "4766678",
2103
+ "name": "bulb",
2104
+ "font_class": "bulb",
2105
+ "unicode": "e7e2",
2106
+ "unicode_decimal": 59362
2107
+ },
2108
+ {
2109
+ "icon_id": "4766682",
2110
+ "name": "rest",
2111
+ "font_class": "rest",
2112
+ "unicode": "e7e4",
2113
+ "unicode_decimal": 59364
2114
+ },
2115
+ {
2116
+ "icon_id": "4766683",
2117
+ "name": "USB",
2118
+ "font_class": "USB",
2119
+ "unicode": "e7e5",
2120
+ "unicode_decimal": 59365
2121
+ },
2122
+ {
2123
+ "icon_id": "4766684",
2124
+ "name": "skin",
2125
+ "font_class": "skin",
2126
+ "unicode": "e7e6",
2127
+ "unicode_decimal": 59366
2128
+ },
2129
+ {
2130
+ "icon_id": "4766686",
2131
+ "name": "bank",
2132
+ "font_class": "bank",
2133
+ "unicode": "e7e8",
2134
+ "unicode_decimal": 59368
2135
+ },
2136
+ {
2137
+ "icon_id": "4766688",
2138
+ "name": "filter",
2139
+ "font_class": "filter",
2140
+ "unicode": "e7e9",
2141
+ "unicode_decimal": 59369
2142
+ },
2143
+ {
2144
+ "icon_id": "4766689",
2145
+ "name": "funnel plot",
2146
+ "font_class": "funnelplot",
2147
+ "unicode": "e7ea",
2148
+ "unicode_decimal": 59370
2149
+ },
2150
+ {
2151
+ "icon_id": "4766692",
2152
+ "name": "like",
2153
+ "font_class": "like",
2154
+ "unicode": "e7eb",
2155
+ "unicode_decimal": 59371
2156
+ },
2157
+ {
2158
+ "icon_id": "4766693",
2159
+ "name": "unlike",
2160
+ "font_class": "unlike",
2161
+ "unicode": "e7ec",
2162
+ "unicode_decimal": 59372
2163
+ },
2164
+ {
2165
+ "icon_id": "4766694",
2166
+ "name": "unlock",
2167
+ "font_class": "unlock",
2168
+ "unicode": "e7ed",
2169
+ "unicode_decimal": 59373
2170
+ },
2171
+ {
2172
+ "icon_id": "4766695",
2173
+ "name": "lock",
2174
+ "font_class": "lock",
2175
+ "unicode": "e7ee",
2176
+ "unicode_decimal": 59374
2177
+ },
2178
+ {
2179
+ "icon_id": "4766767",
2180
+ "name": "flag",
2181
+ "font_class": "flag",
2182
+ "unicode": "e7f0",
2183
+ "unicode_decimal": 59376
2184
+ },
2185
+ {
2186
+ "icon_id": "4766773",
2187
+ "name": "money collect",
2188
+ "font_class": "moneycollect",
2189
+ "unicode": "e7f1",
2190
+ "unicode_decimal": 59377
2191
+ },
2192
+ {
2193
+ "icon_id": "4766774",
2194
+ "name": "medicinebox",
2195
+ "font_class": "medicinebox",
2196
+ "unicode": "e7f2",
2197
+ "unicode_decimal": 59378
2198
+ },
2199
+ {
2200
+ "icon_id": "4766775",
2201
+ "name": "shop",
2202
+ "font_class": "shop",
2203
+ "unicode": "e7f3",
2204
+ "unicode_decimal": 59379
2205
+ },
2206
+ {
2207
+ "icon_id": "4766778",
2208
+ "name": "rocket",
2209
+ "font_class": "rocket",
2210
+ "unicode": "e7f4",
2211
+ "unicode_decimal": 59380
2212
+ },
2213
+ {
2214
+ "icon_id": "4766779",
2215
+ "name": "shopping",
2216
+ "font_class": "shopping",
2217
+ "unicode": "e7f5",
2218
+ "unicode_decimal": 59381
2219
+ },
2220
+ {
2221
+ "icon_id": "4766846",
2222
+ "name": "folder",
2223
+ "font_class": "folder",
2224
+ "unicode": "e7f6",
2225
+ "unicode_decimal": 59382
2226
+ },
2227
+ {
2228
+ "icon_id": "4766847",
2229
+ "name": "folder-open",
2230
+ "font_class": "folder-open",
2231
+ "unicode": "e7f7",
2232
+ "unicode_decimal": 59383
2233
+ },
2234
+ {
2235
+ "icon_id": "4766848",
2236
+ "name": "folder-add",
2237
+ "font_class": "folder-add",
2238
+ "unicode": "e7f8",
2239
+ "unicode_decimal": 59384
2240
+ },
2241
+ {
2242
+ "icon_id": "4766854",
2243
+ "name": "account book",
2244
+ "font_class": "accountbook",
2245
+ "unicode": "e7f9",
2246
+ "unicode_decimal": 59385
2247
+ },
2248
+ {
2249
+ "icon_id": "4766856",
2250
+ "name": "carry out",
2251
+ "font_class": "carryout",
2252
+ "unicode": "e7fa",
2253
+ "unicode_decimal": 59386
2254
+ },
2255
+ {
2256
+ "icon_id": "4766857",
2257
+ "name": "calendar-check",
2258
+ "font_class": "calendar-check",
2259
+ "unicode": "e7fb",
2260
+ "unicode_decimal": 59387
2261
+ },
2262
+ {
2263
+ "icon_id": "4766858",
2264
+ "name": "calendar",
2265
+ "font_class": "calendar",
2266
+ "unicode": "e7fd",
2267
+ "unicode_decimal": 59389
2268
+ },
2269
+ {
2270
+ "icon_id": "4766861",
2271
+ "name": "scan",
2272
+ "font_class": "scan",
2273
+ "unicode": "e7fe",
2274
+ "unicode_decimal": 59390
2275
+ },
2276
+ {
2277
+ "icon_id": "4766862",
2278
+ "name": "select",
2279
+ "font_class": "select",
2280
+ "unicode": "e7ff",
2281
+ "unicode_decimal": 59391
2282
+ },
2283
+ {
2284
+ "icon_id": "4766874",
2285
+ "name": "sliders",
2286
+ "font_class": "sliders",
2287
+ "unicode": "e800",
2288
+ "unicode_decimal": 59392
2289
+ },
2290
+ {
2291
+ "icon_id": "4766881",
2292
+ "name": "laptop",
2293
+ "font_class": "laptop",
2294
+ "unicode": "e801",
2295
+ "unicode_decimal": 59393
2296
+ },
2297
+ {
2298
+ "icon_id": "4766883",
2299
+ "name": "camera",
2300
+ "font_class": "camera",
2301
+ "unicode": "e802",
2302
+ "unicode_decimal": 59394
2303
+ },
2304
+ {
2305
+ "icon_id": "4766887",
2306
+ "name": "printer",
2307
+ "font_class": "printer",
2308
+ "unicode": "e803",
2309
+ "unicode_decimal": 59395
2310
+ },
2311
+ {
2312
+ "icon_id": "4766888",
2313
+ "name": "read",
2314
+ "font_class": "read",
2315
+ "unicode": "e804",
2316
+ "unicode_decimal": 59396
2317
+ },
2318
+ {
2319
+ "icon_id": "4766900",
2320
+ "name": "cloud-server",
2321
+ "font_class": "cloud-server",
2322
+ "unicode": "e805",
2323
+ "unicode_decimal": 59397
2324
+ },
2325
+ {
2326
+ "icon_id": "4766901",
2327
+ "name": "cloud-upload",
2328
+ "font_class": "cloud-upload",
2329
+ "unicode": "e806",
2330
+ "unicode_decimal": 59398
2331
+ },
2332
+ {
2333
+ "icon_id": "4766902",
2334
+ "name": "cloud",
2335
+ "font_class": "cloud",
2336
+ "unicode": "e807",
2337
+ "unicode_decimal": 59399
2338
+ },
2339
+ {
2340
+ "icon_id": "4766903",
2341
+ "name": "cloud-download",
2342
+ "font_class": "cloud-download",
2343
+ "unicode": "e808",
2344
+ "unicode_decimal": 59400
2345
+ },
2346
+ {
2347
+ "icon_id": "4766904",
2348
+ "name": "cloud-sync",
2349
+ "font_class": "cloud-sync",
2350
+ "unicode": "e809",
2351
+ "unicode_decimal": 59401
2352
+ },
2353
+ {
2354
+ "icon_id": "4766905",
2355
+ "name": "video",
2356
+ "font_class": "video",
2357
+ "unicode": "e80a",
2358
+ "unicode_decimal": 59402
2359
+ },
2360
+ {
2361
+ "icon_id": "4766906",
2362
+ "name": "notification",
2363
+ "font_class": "notification",
2364
+ "unicode": "e80b",
2365
+ "unicode_decimal": 59403
2366
+ },
2367
+ {
2368
+ "icon_id": "4766907",
2369
+ "name": "sound",
2370
+ "font_class": "sound",
2371
+ "unicode": "e80c",
2372
+ "unicode_decimal": 59404
2373
+ },
2374
+ {
2375
+ "icon_id": "4766912",
2376
+ "name": "qrcode",
2377
+ "font_class": "qrcode",
2378
+ "unicode": "e80d",
2379
+ "unicode_decimal": 59405
2380
+ },
2381
+ {
2382
+ "icon_id": "4766916",
2383
+ "name": "fund",
2384
+ "font_class": "fund",
2385
+ "unicode": "e80e",
2386
+ "unicode_decimal": 59406
2387
+ },
2388
+ {
2389
+ "icon_id": "4766917",
2390
+ "name": "image",
2391
+ "font_class": "image",
2392
+ "unicode": "e80f",
2393
+ "unicode_decimal": 59407
2394
+ },
2395
+ {
2396
+ "icon_id": "4766918",
2397
+ "name": "mail",
2398
+ "font_class": "mail",
2399
+ "unicode": "e810",
2400
+ "unicode_decimal": 59408
2401
+ },
2402
+ {
2403
+ "icon_id": "4766920",
2404
+ "name": "id card",
2405
+ "font_class": "idcard",
2406
+ "unicode": "e811",
2407
+ "unicode_decimal": 59409
2408
+ },
2409
+ {
2410
+ "icon_id": "4766921",
2411
+ "name": "credit card",
2412
+ "font_class": "creditcard",
2413
+ "unicode": "e812",
2414
+ "unicode_decimal": 59410
2415
+ },
2416
+ {
2417
+ "icon_id": "4766953",
2418
+ "name": "error",
2419
+ "font_class": "error",
2420
+ "unicode": "e814",
2421
+ "unicode_decimal": 59412
2422
+ },
2423
+ {
2424
+ "icon_id": "4766957",
2425
+ "name": "wifi",
2426
+ "font_class": "wifi",
2427
+ "unicode": "e816",
2428
+ "unicode_decimal": 59414
2429
+ },
2430
+ {
2431
+ "icon_id": "4766958",
2432
+ "name": "attachment",
2433
+ "font_class": "attachment",
2434
+ "unicode": "e817",
2435
+ "unicode_decimal": 59415
2436
+ },
2437
+ {
2438
+ "icon_id": "4766959",
2439
+ "name": "edit",
2440
+ "font_class": "edit",
2441
+ "unicode": "e818",
2442
+ "unicode_decimal": 59416
2443
+ },
2444
+ {
2445
+ "icon_id": "4766960",
2446
+ "name": "key",
2447
+ "font_class": "key",
2448
+ "unicode": "e819",
2449
+ "unicode_decimal": 59417
2450
+ },
2451
+ {
2452
+ "icon_id": "4766961",
2453
+ "name": "api",
2454
+ "font_class": "api",
2455
+ "unicode": "e81a",
2456
+ "unicode_decimal": 59418
2457
+ },
2458
+ {
2459
+ "icon_id": "4766962",
2460
+ "name": "disconnect",
2461
+ "font_class": "disconnect",
2462
+ "unicode": "e81b",
2463
+ "unicode_decimal": 59419
2464
+ },
2465
+ {
2466
+ "icon_id": "4766964",
2467
+ "name": "monitor",
2468
+ "font_class": "monitor",
2469
+ "unicode": "e81c",
2470
+ "unicode_decimal": 59420
2471
+ },
2472
+ {
2473
+ "icon_id": "4766965",
2474
+ "name": "link",
2475
+ "font_class": "link",
2476
+ "unicode": "e81d",
2477
+ "unicode_decimal": 59421
2478
+ },
2479
+ {
2480
+ "icon_id": "4766966",
2481
+ "name": "man",
2482
+ "font_class": "man",
2483
+ "unicode": "e81e",
2484
+ "unicode_decimal": 59422
2485
+ },
2486
+ {
2487
+ "icon_id": "4766967",
2488
+ "name": "percentage",
2489
+ "font_class": "percentage",
2490
+ "unicode": "e81f",
2491
+ "unicode_decimal": 59423
2492
+ },
2493
+ {
2494
+ "icon_id": "4766969",
2495
+ "name": "pushpin",
2496
+ "font_class": "pushpin",
2497
+ "unicode": "e820",
2498
+ "unicode_decimal": 59424
2499
+ },
2500
+ {
2501
+ "icon_id": "4766970",
2502
+ "name": "phone",
2503
+ "font_class": "phone",
2504
+ "unicode": "e821",
2505
+ "unicode_decimal": 59425
2506
+ },
2507
+ {
2508
+ "icon_id": "4766971",
2509
+ "name": "shake",
2510
+ "font_class": "shake",
2511
+ "unicode": "e822",
2512
+ "unicode_decimal": 59426
2513
+ },
2514
+ {
2515
+ "icon_id": "4766972",
2516
+ "name": "tag",
2517
+ "font_class": "tag",
2518
+ "unicode": "e823",
2519
+ "unicode_decimal": 59427
2520
+ },
2521
+ {
2522
+ "icon_id": "4766973",
2523
+ "name": "wrench",
2524
+ "font_class": "wrench",
2525
+ "unicode": "e824",
2526
+ "unicode_decimal": 59428
2527
+ },
2528
+ {
2529
+ "icon_id": "4766975",
2530
+ "name": "tags",
2531
+ "font_class": "tags",
2532
+ "unicode": "e825",
2533
+ "unicode_decimal": 59429
2534
+ },
2535
+ {
2536
+ "icon_id": "4766982",
2537
+ "name": "scissor",
2538
+ "font_class": "scissor",
2539
+ "unicode": "e826",
2540
+ "unicode_decimal": 59430
2541
+ },
2542
+ {
2543
+ "icon_id": "4767006",
2544
+ "name": "shrink",
2545
+ "font_class": "shrink",
2546
+ "unicode": "e827",
2547
+ "unicode_decimal": 59431
2548
+ },
2549
+ {
2550
+ "icon_id": "4767007",
2551
+ "name": "arrawsalt",
2552
+ "font_class": "arrawsalt",
2553
+ "unicode": "e828",
2554
+ "unicode_decimal": 59432
2555
+ },
2556
+ {
2557
+ "icon_id": "4767009",
2558
+ "name": "vertical right",
2559
+ "font_class": "verticalright",
2560
+ "unicode": "e829",
2561
+ "unicode_decimal": 59433
2562
+ },
2563
+ {
2564
+ "icon_id": "4767010",
2565
+ "name": "vertical left",
2566
+ "font_class": "verticalleft",
2567
+ "unicode": "e82a",
2568
+ "unicode_decimal": 59434
2569
+ },
2570
+ {
2571
+ "icon_id": "4767011",
2572
+ "name": "right",
2573
+ "font_class": "right",
2574
+ "unicode": "e82b",
2575
+ "unicode_decimal": 59435
2576
+ },
2577
+ {
2578
+ "icon_id": "4767012",
2579
+ "name": "left",
2580
+ "font_class": "left",
2581
+ "unicode": "e82c",
2582
+ "unicode_decimal": 59436
2583
+ },
2584
+ {
2585
+ "icon_id": "4767013",
2586
+ "name": "up",
2587
+ "font_class": "up",
2588
+ "unicode": "e82d",
2589
+ "unicode_decimal": 59437
2590
+ },
2591
+ {
2592
+ "icon_id": "4767014",
2593
+ "name": "down",
2594
+ "font_class": "down",
2595
+ "unicode": "e82e",
2596
+ "unicode_decimal": 59438
2597
+ },
2598
+ {
2599
+ "icon_id": "4767015",
2600
+ "name": "fullscreen",
2601
+ "font_class": "fullscreen",
2602
+ "unicode": "e82f",
2603
+ "unicode_decimal": 59439
2604
+ },
2605
+ {
2606
+ "icon_id": "4767016",
2607
+ "name": "fullscreen-exit",
2608
+ "font_class": "fullscreen-exit",
2609
+ "unicode": "e830",
2610
+ "unicode_decimal": 59440
2611
+ },
2612
+ {
2613
+ "icon_id": "4767018",
2614
+ "name": "doubleleft",
2615
+ "font_class": "doubleleft",
2616
+ "unicode": "e831",
2617
+ "unicode_decimal": 59441
2618
+ },
2619
+ {
2620
+ "icon_id": "4767019",
2621
+ "name": "double right",
2622
+ "font_class": "doubleright",
2623
+ "unicode": "e832",
2624
+ "unicode_decimal": 59442
2625
+ },
2626
+ {
2627
+ "icon_id": "4767020",
2628
+ "name": "arrowright",
2629
+ "font_class": "arrowright",
2630
+ "unicode": "e833",
2631
+ "unicode_decimal": 59443
2632
+ },
2633
+ {
2634
+ "icon_id": "4767021",
2635
+ "name": "arrowup",
2636
+ "font_class": "arrowup",
2637
+ "unicode": "e834",
2638
+ "unicode_decimal": 59444
2639
+ },
2640
+ {
2641
+ "icon_id": "4767022",
2642
+ "name": "arrowleft",
2643
+ "font_class": "arrowleft",
2644
+ "unicode": "e835",
2645
+ "unicode_decimal": 59445
2646
+ },
2647
+ {
2648
+ "icon_id": "4767023",
2649
+ "name": "arrowdown",
2650
+ "font_class": "arrowdown",
2651
+ "unicode": "e836",
2652
+ "unicode_decimal": 59446
2653
+ },
2654
+ {
2655
+ "icon_id": "4767025",
2656
+ "name": "upload",
2657
+ "font_class": "upload",
2658
+ "unicode": "e837",
2659
+ "unicode_decimal": 59447
2660
+ },
2661
+ {
2662
+ "icon_id": "4767026",
2663
+ "name": "colum-height",
2664
+ "font_class": "colum-height",
2665
+ "unicode": "e838",
2666
+ "unicode_decimal": 59448
2667
+ },
2668
+ {
2669
+ "icon_id": "4767027",
2670
+ "name": "vertical-align-botto",
2671
+ "font_class": "vertical-align-botto",
2672
+ "unicode": "e839",
2673
+ "unicode_decimal": 59449
2674
+ },
2675
+ {
2676
+ "icon_id": "4767028",
2677
+ "name": "vertical-align-middl",
2678
+ "font_class": "vertical-align-middl",
2679
+ "unicode": "e83a",
2680
+ "unicode_decimal": 59450
2681
+ },
2682
+ {
2683
+ "icon_id": "4767029",
2684
+ "name": "totop",
2685
+ "font_class": "totop",
2686
+ "unicode": "e83b",
2687
+ "unicode_decimal": 59451
2688
+ },
2689
+ {
2690
+ "icon_id": "4767030",
2691
+ "name": "vertical-align-top",
2692
+ "font_class": "vertical-align-top",
2693
+ "unicode": "e83c",
2694
+ "unicode_decimal": 59452
2695
+ },
2696
+ {
2697
+ "icon_id": "4767031",
2698
+ "name": "download",
2699
+ "font_class": "download",
2700
+ "unicode": "e83d",
2701
+ "unicode_decimal": 59453
2702
+ },
2703
+ {
2704
+ "icon_id": "4767044",
2705
+ "name": "swap",
2706
+ "font_class": "swap",
2707
+ "unicode": "e83e",
2708
+ "unicode_decimal": 59454
2709
+ },
2710
+ {
2711
+ "icon_id": "4767045",
2712
+ "name": "stock",
2713
+ "font_class": "stock",
2714
+ "unicode": "e83f",
2715
+ "unicode_decimal": 59455
2716
+ },
2717
+ {
2718
+ "icon_id": "4767046",
2719
+ "name": "rise",
2720
+ "font_class": "rise",
2721
+ "unicode": "e840",
2722
+ "unicode_decimal": 59456
2723
+ },
2724
+ {
2725
+ "icon_id": "4767050",
2726
+ "name": "indent",
2727
+ "font_class": "indent",
2728
+ "unicode": "e841",
2729
+ "unicode_decimal": 59457
2730
+ },
2731
+ {
2732
+ "icon_id": "4767051",
2733
+ "name": "outdent",
2734
+ "font_class": "outdent",
2735
+ "unicode": "e842",
2736
+ "unicode_decimal": 59458
2737
+ },
2738
+ {
2739
+ "icon_id": "4767059",
2740
+ "name": "menu",
2741
+ "font_class": "menu",
2742
+ "unicode": "e843",
2743
+ "unicode_decimal": 59459
2744
+ },
2745
+ {
2746
+ "icon_id": "4767060",
2747
+ "name": "unordered list",
2748
+ "font_class": "unorderedlist",
2749
+ "unicode": "e844",
2750
+ "unicode_decimal": 59460
2751
+ },
2752
+ {
2753
+ "icon_id": "4767061",
2754
+ "name": "ordered list",
2755
+ "font_class": "orderedlist",
2756
+ "unicode": "e845",
2757
+ "unicode_decimal": 59461
2758
+ },
2759
+ {
2760
+ "icon_id": "4767062",
2761
+ "name": "align-right",
2762
+ "font_class": "align-right",
2763
+ "unicode": "e846",
2764
+ "unicode_decimal": 59462
2765
+ },
2766
+ {
2767
+ "icon_id": "4767063",
2768
+ "name": "align-center",
2769
+ "font_class": "align-center",
2770
+ "unicode": "e847",
2771
+ "unicode_decimal": 59463
2772
+ },
2773
+ {
2774
+ "icon_id": "4767064",
2775
+ "name": "align-left",
2776
+ "font_class": "align-left",
2777
+ "unicode": "e848",
2778
+ "unicode_decimal": 59464
2779
+ },
2780
+ {
2781
+ "icon_id": "4767072",
2782
+ "name": "pic-center",
2783
+ "font_class": "pic-center",
2784
+ "unicode": "e849",
2785
+ "unicode_decimal": 59465
2786
+ },
2787
+ {
2788
+ "icon_id": "4767073",
2789
+ "name": "pic-right",
2790
+ "font_class": "pic-right",
2791
+ "unicode": "e84a",
2792
+ "unicode_decimal": 59466
2793
+ },
2794
+ {
2795
+ "icon_id": "4765721",
2796
+ "name": "check-circle",
2797
+ "font_class": "check-circle",
2798
+ "unicode": "e77d",
2799
+ "unicode_decimal": 59261
2800
+ },
2801
+ {
2802
+ "icon_id": "4765725",
2803
+ "name": "close-circle",
2804
+ "font_class": "close-circle",
2805
+ "unicode": "e77e",
2806
+ "unicode_decimal": 59262
2807
+ },
2808
+ {
2809
+ "icon_id": "4765727",
2810
+ "name": "info-circle",
2811
+ "font_class": "info-circle",
2812
+ "unicode": "e77f",
2813
+ "unicode_decimal": 59263
2814
+ },
2815
+ {
2816
+ "icon_id": "4765728",
2817
+ "name": "left-circle",
2818
+ "font_class": "left-circle",
2819
+ "unicode": "e780",
2820
+ "unicode_decimal": 59264
2821
+ },
2822
+ {
2823
+ "icon_id": "4765729",
2824
+ "name": "down-circle",
2825
+ "font_class": "down-circle",
2826
+ "unicode": "e781",
2827
+ "unicode_decimal": 59265
2828
+ },
2829
+ {
2830
+ "icon_id": "4765732",
2831
+ "name": "minus-circle",
2832
+ "font_class": "minus-circle",
2833
+ "unicode": "e782",
2834
+ "unicode_decimal": 59266
2835
+ },
2836
+ {
2837
+ "icon_id": "4936673",
2838
+ "name": "star-fill",
2839
+ "font_class": "star-fill",
2840
+ "unicode": "e86a",
2841
+ "unicode_decimal": 59498
2842
+ },
2843
+ {
2844
+ "icon_id": "4766680",
2845
+ "name": "bell",
2846
+ "font_class": "bell",
2847
+ "unicode": "e7c4",
2848
+ "unicode_decimal": 59332
2849
+ },
2850
+ {
2851
+ "icon_id": "4765866",
2852
+ "name": "message",
2853
+ "font_class": "message",
2854
+ "unicode": "e78a",
2855
+ "unicode_decimal": 59274
2856
+ },
2857
+ {
2858
+ "icon_id": "4765887",
2859
+ "name": "poweroff",
2860
+ "font_class": "poweroff",
2861
+ "unicode": "e78c",
2862
+ "unicode_decimal": 59276
2863
+ },
2864
+ {
2865
+ "icon_id": "4765888",
2866
+ "name": "logout",
2867
+ "font_class": "logout",
2868
+ "unicode": "e78d",
2869
+ "unicode_decimal": 59277
2870
+ },
2871
+ {
2872
+ "icon_id": "4765891",
2873
+ "name": "setting",
2874
+ "font_class": "setting",
2875
+ "unicode": "e78e",
2876
+ "unicode_decimal": 59278
2877
+ },
2878
+ {
2879
+ "icon_id": "4766685",
2880
+ "name": "home",
2881
+ "font_class": "home",
2882
+ "unicode": "e7c6",
2883
+ "unicode_decimal": 59334
2884
+ },
2885
+ {
2886
+ "icon_id": "4766762",
2887
+ "name": "customerservice",
2888
+ "font_class": "customerservice",
2889
+ "unicode": "e7ca",
2890
+ "unicode_decimal": 59338
2891
+ },
2892
+ {
2893
+ "icon_id": "4766951",
2894
+ "name": "heart",
2895
+ "font_class": "heart",
2896
+ "unicode": "e7df",
2897
+ "unicode_decimal": 59359
2898
+ },
2899
+ {
2900
+ "icon_id": "4766954",
2901
+ "name": "star",
2902
+ "font_class": "star",
2903
+ "unicode": "e7e0",
2904
+ "unicode_decimal": 59360
2905
+ },
2906
+ {
2907
+ "icon_id": "4767096",
2908
+ "name": "close",
2909
+ "font_class": "close1",
2910
+ "unicode": "e7fc",
2911
+ "unicode_decimal": 59388
2912
+ },
2913
+ {
2914
+ "icon_id": "4936519",
2915
+ "name": "heart-fill",
2916
+ "font_class": "heart-fill",
2917
+ "unicode": "e849",
2918
+ "unicode_decimal": 59465
2919
+ },
2920
+ {
2921
+ "icon_id": "6598316",
2922
+ "name": "comment",
2923
+ "font_class": "comment",
2924
+ "unicode": "e8e8",
2925
+ "unicode_decimal": 59624
2926
+ },
2927
+ {
2928
+ "icon_id": "6598322",
2929
+ "name": "whatsapp",
2930
+ "font_class": "whatsapp",
2931
+ "unicode": "e8ea",
2932
+ "unicode_decimal": 59626
2933
+ }
2934
+ ]
2935
+ }