tntd 3.0.28 → 3.0.29

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 (835) hide show
  1. package/es/alert/alert.js +71 -0
  2. package/es/alert/alert.js.map +1 -0
  3. package/es/alert/alert.less +128 -0
  4. package/es/alert/index.js +1 -1
  5. package/es/alert/index.js.map +1 -1
  6. package/es/alert/style/index.less +1 -0
  7. package/es/array-input/index.js +14 -12
  8. package/es/array-input/index.js.map +1 -1
  9. package/es/button/button.js +30 -3
  10. package/es/button/button.js.map +1 -1
  11. package/es/button/button.less +72 -2
  12. package/es/cascader/cascader.js +30 -0
  13. package/es/cascader/cascader.js.map +1 -0
  14. package/es/cascader/cascader.less +16 -0
  15. package/es/cascader/index.js +3 -6
  16. package/es/cascader/index.js.map +1 -1
  17. package/es/checkbox/check.png +0 -0
  18. package/es/checkbox/checkbox.js +48 -0
  19. package/es/checkbox/checkbox.js.map +1 -0
  20. package/es/checkbox/checkbox.less +69 -0
  21. package/es/checkbox/index.js +3 -7
  22. package/es/checkbox/index.js.map +1 -1
  23. package/es/date-picker/DatePicker.js +101 -0
  24. package/es/date-picker/DatePicker.js.map +1 -0
  25. package/es/date-picker/index.js +6 -12
  26. package/es/date-picker/index.js.map +1 -1
  27. package/es/date-picker/index.less +294 -0
  28. package/es/date-picker/style/Calendar.less +1 -1
  29. package/es/descriptions/descriptions.less +1 -0
  30. package/es/descriptions/index.js +2 -2
  31. package/es/descriptions/index.js.map +1 -1
  32. package/es/drawer/drawer.js +5 -5
  33. package/es/drawer/drawer.js.map +1 -1
  34. package/es/drawer/index.less +15 -1
  35. package/es/drawer/style/drawer.less +18 -3
  36. package/es/drawer/style/index.js +2 -1
  37. package/es/drawer/style/index.js.map +1 -1
  38. package/es/form/style/index.less +6 -0
  39. package/es/handle/index.js +9 -6
  40. package/es/handle/index.js.map +1 -1
  41. package/es/handle/index.less +16 -0
  42. package/es/input/index.js +1 -1
  43. package/es/input/index.js.map +1 -1
  44. package/es/input/input.js +21 -30
  45. package/es/input/input.js.map +1 -1
  46. package/es/input/input.less +123 -20
  47. package/es/input-number/index.js +4 -29
  48. package/es/input-number/index.js.map +1 -1
  49. package/es/input-number/inputNumber.js +34 -0
  50. package/es/input-number/inputNumber.js.map +1 -0
  51. package/es/input-number/inputNumber.less +12 -0
  52. package/es/locale/en_US.js +9 -5
  53. package/es/locale/en_US.js.map +1 -1
  54. package/es/locale/zh_CN.js +7 -3
  55. package/es/locale/zh_CN.js.map +1 -1
  56. package/es/message/message.less +2 -1
  57. package/es/modal/index.js +2 -3
  58. package/es/modal/index.js.map +1 -1
  59. package/es/modal/index.less +36 -0
  60. package/es/modal/modal.js +103 -16
  61. package/es/modal/modal.js.map +1 -1
  62. package/es/modal/style/index.js +2 -1
  63. package/es/modal/style/index.js.map +1 -1
  64. package/es/modal/style/modal.less +15 -3
  65. package/es/notification/notification.less +27 -2
  66. package/es/notification/style/index.less +1 -0
  67. package/es/page-container/index.js +1 -1
  68. package/es/page-container/index.js.map +1 -1
  69. package/es/page-container/index.less +3 -2
  70. package/es/page-loading/index.js +1 -1
  71. package/es/page-loading/index.js.map +1 -1
  72. package/es/popconfirm/index.js +2 -2
  73. package/es/popconfirm/index.js.map +1 -1
  74. package/es/popconfirm/index.less +32 -0
  75. package/es/popconfirm/popconfirm.js +43 -0
  76. package/es/popconfirm/popconfirm.js.map +1 -0
  77. package/es/popconfirm/style/index.js +2 -1
  78. package/es/popconfirm/style/index.js.map +1 -1
  79. package/es/popover/index.js +2 -2
  80. package/es/popover/index.js.map +1 -1
  81. package/es/popover/index.less +57 -0
  82. package/es/popover/popover.js +34 -0
  83. package/es/popover/popover.js.map +1 -0
  84. package/es/popover/style/index.js +1 -0
  85. package/es/popover/style/index.js.map +1 -1
  86. package/es/prev-locale.js +1 -1
  87. package/es/prev-locale.js.map +1 -1
  88. package/es/preview-text/index.js.map +1 -1
  89. package/es/progress/index.js +2 -2
  90. package/es/progress/index.js.map +1 -1
  91. package/es/progress/progress.js +132 -0
  92. package/es/progress/progress.js.map +1 -0
  93. package/es/progress/progress.less +82 -0
  94. package/es/query-form/Field/Composition/FieldPopover.js +304 -0
  95. package/es/query-form/Field/Composition/FieldPopover.js.map +1 -0
  96. package/es/query-form/Field/Composition/FieldPopover.less +35 -0
  97. package/es/query-form/Field/Composition/Select.js +122 -0
  98. package/es/query-form/Field/Composition/Select.js.map +1 -0
  99. package/es/query-form/Field/Composition/ValueTag.js +124 -0
  100. package/es/query-form/Field/Composition/ValueTag.js.map +1 -0
  101. package/es/query-form/Field/Composition/index.js +233 -0
  102. package/es/query-form/Field/Composition/index.js.map +1 -0
  103. package/es/query-form/Field/Composition/index.less +120 -0
  104. package/es/query-form/Field/Composition/utils.js +154 -0
  105. package/es/query-form/Field/Composition/utils.js.map +1 -0
  106. package/es/query-form-backup/Field/Composition/FieldPopover.less +35 -0
  107. package/es/query-form-backup/Field/Composition/index.less +114 -0
  108. package/es/query-form-backup/index.less +90 -0
  109. package/es/query-form-v2/index.less +133 -0
  110. package/es/query-list-scene/List.js +3 -1
  111. package/es/query-list-scene/List.js.map +1 -1
  112. package/es/query-list-scene/QueryForm.js +1 -3
  113. package/es/query-list-scene/QueryForm.js.map +1 -1
  114. package/es/query-list-scene/index.less +7 -7
  115. package/es/radio/index.js +3 -5
  116. package/es/radio/index.js.map +1 -1
  117. package/es/radio/radio.js +57 -0
  118. package/es/radio/radio.js.map +1 -0
  119. package/es/radio/radio.less +43 -0
  120. package/es/scroll-bar/Bar.js +56 -0
  121. package/es/scroll-bar/Bar.js.map +1 -0
  122. package/es/scroll-bar/Context.js +6 -0
  123. package/es/scroll-bar/Context.js.map +1 -0
  124. package/es/scroll-bar/ScrollBar.js +86 -0
  125. package/es/scroll-bar/ScrollBar.js.map +1 -0
  126. package/es/scroll-bar/Thumb.js +105 -0
  127. package/es/scroll-bar/Thumb.js.map +1 -0
  128. package/es/scroll-bar/index.js +3 -0
  129. package/es/scroll-bar/index.js.map +1 -0
  130. package/es/scroll-bar/scrollBar.less +59 -0
  131. package/es/scroll-bar/util.js +31 -0
  132. package/es/scroll-bar/util.js.map +1 -0
  133. package/es/segmented/index.less +126 -112
  134. package/es/select/index.js +1 -1
  135. package/es/select/index.js.map +1 -1
  136. package/es/select/select.js +5 -6
  137. package/es/select/select.js.map +1 -1
  138. package/es/select/select.less +83 -9
  139. package/es/select/style/index.less +4 -4
  140. package/es/spin/index.js +3 -2
  141. package/es/spin/index.js.map +1 -1
  142. package/es/spin/spin.js +36 -0
  143. package/es/spin/spin.js.map +1 -0
  144. package/es/spin/spin.less +9 -0
  145. package/es/steps/assets/background_left.svg +12 -0
  146. package/es/steps/assets/background_right.svg +12 -0
  147. package/es/steps/assets/horizontal_line.svg +3 -0
  148. package/es/steps/assets/vertical_line.svg +3 -0
  149. package/es/steps/index.js +9 -2
  150. package/es/steps/index.js.map +1 -1
  151. package/es/steps/stepStyle/icon.less +51 -0
  152. package/es/steps/stepStyle/index.less +173 -8
  153. package/es/steps/stepStyle/nav.less +51 -259
  154. package/es/steps/stepStyle/progress-dot.less +10 -0
  155. package/es/steps/stepStyle/variables.less +8 -0
  156. package/es/steps/stepStyle/vertical.less +41 -0
  157. package/es/steps/steps.js +53 -27
  158. package/es/steps/steps.js.map +1 -1
  159. package/es/steps/style/index.js +8 -0
  160. package/es/steps/style/index.js.map +1 -1
  161. package/es/style/themes/default.less +6 -5
  162. package/es/switch/index.less +45 -0
  163. package/es/switch/style/index.js +2 -1
  164. package/es/switch/style/index.js.map +1 -1
  165. package/es/switch/switch.js +40 -2
  166. package/es/switch/switch.js.map +1 -1
  167. package/es/table/hooks/use-expand-fixed.js.map +1 -1
  168. package/es/table/style/index.less +19 -21
  169. package/es/table/style/size.less +11 -12
  170. package/es/table/table.js +68 -40
  171. package/es/table/table.js.map +1 -1
  172. package/es/table/table.less +31 -6
  173. package/es/table/table.stories.js +3 -3
  174. package/es/table/table.stories.js.map +1 -1
  175. package/es/table-container/index.js +5 -2
  176. package/es/table-container/index.js.map +1 -1
  177. package/es/table-container/index.less +4 -1
  178. package/es/tabs/index.js +1 -0
  179. package/es/tabs/index.js.map +1 -1
  180. package/es/tabs/style/index.js.map +1 -1
  181. package/es/tabs/style/index.less +1 -0
  182. package/es/tabs/tabs.js +27 -3
  183. package/es/tabs/tabs.js.map +1 -1
  184. package/es/tabs/tabs.less +125 -0
  185. package/es/tabs-container/index.js +1 -1
  186. package/es/tabs-container/index.js.map +1 -1
  187. package/es/tag/tag.less +4 -3
  188. package/es/time-picker/TimePicker.js +36 -0
  189. package/es/time-picker/TimePicker.js.map +1 -0
  190. package/es/time-picker/index.js +2 -2
  191. package/es/time-picker/index.js.map +1 -1
  192. package/es/time-picker/index.less +38 -0
  193. package/es/title/index.less +47 -45
  194. package/es/tntd-action/Action.js +117 -0
  195. package/es/tntd-action/Action.js.map +1 -0
  196. package/es/tntd-action/index.js +69 -6
  197. package/es/tntd-action/index.js.map +1 -1
  198. package/es/tntd-action/index.less +59 -0
  199. package/es/tntd-cascader/AntdCascader/index.less +35 -29
  200. package/es/tntd-select/index.js +3 -4
  201. package/es/tntd-select/index.js.map +1 -1
  202. package/es/tntd-select/index.less +7 -0
  203. package/es/tntd-virtual-tree/index.less +2 -1
  204. package/es/tntd-virtual-tree-select/index.less +1 -1
  205. package/es/tooltip/index.less +4 -5
  206. package/es/tooltip/style/index.js +2 -1
  207. package/es/tooltip/style/index.js.map +1 -1
  208. package/es/upload/index.js +1 -2
  209. package/es/upload/index.js.map +1 -1
  210. package/es/upload/style/index.less +1 -1
  211. package/es/upload/upload.less +5 -12
  212. package/es/utils/index.js +0 -1
  213. package/es/utils/index.js.map +1 -1
  214. package/es/utils/lang.js +8 -2
  215. package/es/utils/lang.js.map +1 -1
  216. package/lib/_util/context.js +1 -1
  217. package/lib/_util/defaultRenderEmpty.js +1 -1
  218. package/lib/_util/hooks/useFlexGapSupport.js +4 -4
  219. package/lib/_util/hooks/useForceUpdate.js +4 -4
  220. package/lib/_util/responsiveObserve.js +1 -1
  221. package/lib/_util/styleChecker.js +1 -1
  222. package/lib/actions/index.js +1 -1
  223. package/lib/alert/alert.d.ts +12 -0
  224. package/lib/alert/alert.d.ts.map +1 -0
  225. package/lib/alert/alert.js +93 -0
  226. package/lib/alert/alert.js.map +1 -0
  227. package/lib/alert/alert.less +128 -0
  228. package/lib/alert/index.d.ts +1 -1
  229. package/lib/alert/index.d.ts.map +1 -1
  230. package/lib/alert/index.js +7 -8
  231. package/lib/alert/index.js.map +1 -1
  232. package/lib/alert/style/index.less +1 -0
  233. package/lib/array-input/index.d.ts.map +1 -1
  234. package/lib/array-input/index.js +26 -23
  235. package/lib/array-input/index.js.map +1 -1
  236. package/lib/button/button.d.ts +9 -4
  237. package/lib/button/button.d.ts.map +1 -1
  238. package/lib/button/button.js +28 -4
  239. package/lib/button/button.js.map +1 -1
  240. package/lib/button/button.less +72 -2
  241. package/lib/cascader/cascader.d.ts +10 -0
  242. package/lib/cascader/cascader.d.ts.map +1 -0
  243. package/lib/cascader/cascader.js +49 -0
  244. package/lib/cascader/cascader.js.map +1 -0
  245. package/lib/cascader/cascader.less +16 -0
  246. package/lib/cascader/index.d.ts +3 -7
  247. package/lib/cascader/index.d.ts.map +1 -1
  248. package/lib/cascader/index.js +5 -10
  249. package/lib/cascader/index.js.map +1 -1
  250. package/lib/check-card/group.js +8 -8
  251. package/lib/check-card/index.js +6 -6
  252. package/lib/checkbox/check.png +0 -0
  253. package/lib/checkbox/checkbox.d.ts +16 -0
  254. package/lib/checkbox/checkbox.d.ts.map +1 -0
  255. package/lib/checkbox/checkbox.js +65 -0
  256. package/lib/checkbox/checkbox.js.map +1 -0
  257. package/lib/checkbox/checkbox.less +69 -0
  258. package/lib/checkbox/index.d.ts +3 -3
  259. package/lib/checkbox/index.d.ts.map +1 -1
  260. package/lib/checkbox/index.js +2 -17
  261. package/lib/checkbox/index.js.map +1 -1
  262. package/lib/color-picker/ColorPicker.js +6 -6
  263. package/lib/color-picker/index.js +1 -1
  264. package/lib/columns/index.js +1 -1
  265. package/lib/config-provider/config-provider.js +1 -1
  266. package/lib/date-picker/DatePicker.d.ts +21 -0
  267. package/lib/date-picker/DatePicker.d.ts.map +1 -0
  268. package/lib/date-picker/DatePicker.js +128 -0
  269. package/lib/date-picker/DatePicker.js.map +1 -0
  270. package/lib/date-picker/index.d.ts +2 -6
  271. package/lib/date-picker/index.d.ts.map +1 -1
  272. package/lib/date-picker/index.js +6 -37
  273. package/lib/date-picker/index.js.map +1 -1
  274. package/lib/date-picker/index.less +294 -0
  275. package/lib/date-picker/style/Calendar.less +1 -1
  276. package/lib/descriptions/descriptions.js +5 -5
  277. package/lib/descriptions/descriptions.less +1 -0
  278. package/lib/descriptions/index.d.ts +1 -1
  279. package/lib/descriptions/index.d.ts.map +1 -1
  280. package/lib/descriptions/index.js +7 -7
  281. package/lib/descriptions/index.js.map +1 -1
  282. package/lib/development-login/LoginModal.js +6 -6
  283. package/lib/development-login/index.js +4 -4
  284. package/lib/drawer/drawer.d.ts +3 -3
  285. package/lib/drawer/drawer.d.ts.map +1 -1
  286. package/lib/drawer/drawer.js +7 -7
  287. package/lib/drawer/drawer.js.map +1 -1
  288. package/lib/drawer/index.less +15 -1
  289. package/lib/drawer/style/drawer.less +18 -3
  290. package/lib/drawer/style/index.d.ts +1 -0
  291. package/lib/drawer/style/index.d.ts.map +1 -1
  292. package/lib/drawer/style/index.js +2 -1
  293. package/lib/drawer/style/index.js.map +1 -1
  294. package/lib/ellipsis/Svg/CopySVG.js +1 -1
  295. package/lib/ellipsis/Svg/TickSVG.js +1 -1
  296. package/lib/ellipsis/index.js +5 -5
  297. package/lib/empty/empty.js +2 -2
  298. package/lib/empty/empty.stories.js +2 -2
  299. package/lib/exception/exception.js +1 -1
  300. package/lib/form/form.js +2 -2
  301. package/lib/form/style/index.less +6 -0
  302. package/lib/grid-v4/col.js +2 -2
  303. package/lib/grid-v4/hooks/useBreakpoint.js +1 -1
  304. package/lib/grid-v4/index.js +1 -1
  305. package/lib/grid-v4/row.js +6 -6
  306. package/lib/handle/index.d.ts.map +1 -1
  307. package/lib/handle/index.js +16 -11
  308. package/lib/handle/index.js.map +1 -1
  309. package/lib/handle/index.less +16 -0
  310. package/lib/handle-icon/index.js +11 -11
  311. package/lib/icon/IconFont.js +1 -1
  312. package/lib/icon/components/Icon.js +9 -9
  313. package/lib/icon/components/index.js +1 -1
  314. package/lib/icon/components/utils.js +3 -3
  315. package/lib/icon/index.js +7 -7
  316. package/lib/icon/twoTonePrimaryColor.js +1 -1
  317. package/lib/icon/utils.js +1 -1
  318. package/lib/img/Contain.js +1 -1
  319. package/lib/img/Cover.js +5 -5
  320. package/lib/img/index.js +5 -5
  321. package/lib/index.js +1 -1
  322. package/lib/input/index.d.ts +1 -1
  323. package/lib/input/index.d.ts.map +1 -1
  324. package/lib/input/index.js +7 -7
  325. package/lib/input/index.js.map +1 -1
  326. package/lib/input/input.d.ts +5 -5
  327. package/lib/input/input.d.ts.map +1 -1
  328. package/lib/input/input.js +13 -22
  329. package/lib/input/input.js.map +1 -1
  330. package/lib/input/input.less +123 -20
  331. package/lib/input-number/index.d.ts +4 -10
  332. package/lib/input-number/index.d.ts.map +1 -1
  333. package/lib/input-number/index.js +5 -32
  334. package/lib/input-number/index.js.map +1 -1
  335. package/lib/input-number/inputNumber.d.ts +10 -0
  336. package/lib/input-number/inputNumber.d.ts.map +1 -0
  337. package/lib/input-number/inputNumber.js +54 -0
  338. package/lib/input-number/inputNumber.js.map +1 -0
  339. package/lib/input-number/inputNumber.less +12 -0
  340. package/lib/label/index.js +2 -2
  341. package/lib/loading-button/index.js +5 -5
  342. package/lib/locale/default.d.ts +7 -3
  343. package/lib/locale/default.d.ts.map +1 -1
  344. package/lib/locale/default.js +1 -1
  345. package/lib/locale/en_US.d.ts +7 -3
  346. package/lib/locale/en_US.d.ts.map +1 -1
  347. package/lib/locale/en_US.js +10 -6
  348. package/lib/locale/en_US.js.map +1 -1
  349. package/lib/locale/zh_CN.d.ts +7 -3
  350. package/lib/locale/zh_CN.d.ts.map +1 -1
  351. package/lib/locale/zh_CN.js +8 -4
  352. package/lib/locale/zh_CN.js.map +1 -1
  353. package/lib/message/message.less +2 -1
  354. package/lib/modal/index.d.ts +0 -1
  355. package/lib/modal/index.d.ts.map +1 -1
  356. package/lib/modal/index.js +2 -3
  357. package/lib/modal/index.js.map +1 -1
  358. package/lib/modal/index.less +36 -0
  359. package/lib/modal/modal.d.ts.map +1 -1
  360. package/lib/modal/modal.js +91 -16
  361. package/lib/modal/modal.js.map +1 -1
  362. package/lib/modal/style/index.d.ts +1 -0
  363. package/lib/modal/style/index.d.ts.map +1 -1
  364. package/lib/modal/style/index.js +2 -1
  365. package/lib/modal/style/index.js.map +1 -1
  366. package/lib/modal/style/modal.less +15 -3
  367. package/lib/notification/assets/index.js +1 -1
  368. package/lib/notification/assets/svg-error-tip.d.ts +1 -1
  369. package/lib/notification/assets/svg-success-tip.d.ts +1 -1
  370. package/lib/notification/index.js +1 -1
  371. package/lib/notification/notification.js +1 -1
  372. package/lib/notification/notification.less +27 -2
  373. package/lib/notification/style/index.less +1 -0
  374. package/lib/page/Box.js +1 -1
  375. package/lib/page/index.js +7 -7
  376. package/lib/page-container/index.js +2 -2
  377. package/lib/page-container/index.js.map +1 -1
  378. package/lib/page-container/index.less +3 -2
  379. package/lib/page-loading/index.js +2 -2
  380. package/lib/page-loading/index.js.map +1 -1
  381. package/lib/popconfirm/index.d.ts +2 -2
  382. package/lib/popconfirm/index.d.ts.map +1 -1
  383. package/lib/popconfirm/index.js +1 -1
  384. package/lib/popconfirm/index.js.map +1 -1
  385. package/lib/popconfirm/index.less +32 -0
  386. package/lib/popconfirm/popconfirm.d.ts +8 -0
  387. package/lib/popconfirm/popconfirm.d.ts.map +1 -0
  388. package/lib/popconfirm/popconfirm.js +61 -0
  389. package/lib/popconfirm/popconfirm.js.map +1 -0
  390. package/lib/popconfirm/style/index.d.ts +1 -0
  391. package/lib/popconfirm/style/index.d.ts.map +1 -1
  392. package/lib/popconfirm/style/index.js +2 -1
  393. package/lib/popconfirm/style/index.js.map +1 -1
  394. package/lib/popover/index.d.ts +2 -2
  395. package/lib/popover/index.d.ts.map +1 -1
  396. package/lib/popover/index.js +2 -2
  397. package/lib/popover/index.js.map +1 -1
  398. package/lib/popover/index.less +57 -0
  399. package/lib/popover/popover.d.ts +14 -0
  400. package/lib/popover/popover.d.ts.map +1 -0
  401. package/lib/popover/popover.js +55 -0
  402. package/lib/popover/popover.js.map +1 -0
  403. package/lib/popover/style/index.d.ts +1 -0
  404. package/lib/popover/style/index.d.ts.map +1 -1
  405. package/lib/popover/style/index.js +2 -1
  406. package/lib/popover/style/index.js.map +1 -1
  407. package/lib/prev-locale.d.ts +1 -1
  408. package/lib/prev-locale.d.ts.map +1 -1
  409. package/lib/prev-locale.js +1 -1
  410. package/lib/prev-locale.js.map +1 -1
  411. package/lib/preview-text/index.d.ts +1 -1
  412. package/lib/preview-text/index.d.ts.map +1 -1
  413. package/lib/preview-text/index.js +7 -7
  414. package/lib/preview-text/index.js.map +1 -1
  415. package/lib/progress/index.d.ts +2 -2
  416. package/lib/progress/index.d.ts.map +1 -1
  417. package/lib/progress/index.js +1 -1
  418. package/lib/progress/index.js.map +1 -1
  419. package/lib/progress/progress.d.ts +12 -0
  420. package/lib/progress/progress.d.ts.map +1 -0
  421. package/lib/progress/progress.js +148 -0
  422. package/lib/progress/progress.js.map +1 -0
  423. package/lib/progress/progress.less +82 -0
  424. package/lib/query-form/Field/Checkbox.js +1 -1
  425. package/lib/query-form/Field/Composition/FieldPopover.d.ts +19 -0
  426. package/lib/query-form/Field/Composition/FieldPopover.d.ts.map +1 -0
  427. package/lib/query-form/Field/Composition/FieldPopover.js +338 -0
  428. package/lib/query-form/Field/Composition/FieldPopover.js.map +1 -0
  429. package/lib/query-form/Field/Composition/FieldPopover.less +35 -0
  430. package/lib/query-form/Field/Composition/Select.d.ts +4 -0
  431. package/lib/query-form/Field/Composition/Select.d.ts.map +1 -0
  432. package/lib/query-form/Field/Composition/Select.js +146 -0
  433. package/lib/query-form/Field/Composition/Select.js.map +1 -0
  434. package/lib/query-form/Field/Composition/ValueTag.d.ts +12 -0
  435. package/lib/query-form/Field/Composition/ValueTag.d.ts.map +1 -0
  436. package/lib/query-form/Field/Composition/ValueTag.js +153 -0
  437. package/lib/query-form/Field/Composition/ValueTag.js.map +1 -0
  438. package/lib/query-form/Field/Composition/index.d.ts +12 -0
  439. package/lib/query-form/Field/Composition/index.d.ts.map +1 -0
  440. package/lib/query-form/Field/Composition/index.js +277 -0
  441. package/lib/query-form/Field/Composition/index.js.map +1 -0
  442. package/lib/query-form/Field/Composition/index.less +120 -0
  443. package/lib/query-form/Field/Composition/utils.d.ts +22 -0
  444. package/lib/query-form/Field/Composition/utils.d.ts.map +1 -0
  445. package/lib/query-form/Field/Composition/utils.js +168 -0
  446. package/lib/query-form/Field/Composition/utils.js.map +1 -0
  447. package/lib/query-form/Field/Select.js +6 -6
  448. package/lib/query-form/Field/SelectInput.js +6 -6
  449. package/lib/query-form/Field/fieldsMap.js +1 -1
  450. package/lib/query-form/Field/index.js +10 -10
  451. package/lib/query-form/createActions.js +1 -1
  452. package/lib/query-form/index.js +10 -10
  453. package/lib/query-form/useForm.js +1 -1
  454. package/lib/query-form-backup/Field/Composition/FieldPopover.less +35 -0
  455. package/lib/query-form-backup/Field/Composition/index.less +114 -0
  456. package/lib/query-form-backup/index.less +90 -0
  457. package/lib/query-form-v2/Field/Checkbox.d.ts +8 -0
  458. package/lib/query-form-v2/Field/Checkbox.d.ts.map +1 -0
  459. package/lib/query-form-v2/Field/Checkbox.js +28 -0
  460. package/lib/query-form-v2/Field/Checkbox.js.map +1 -0
  461. package/lib/query-form-v2/Field/Select.d.ts +4 -0
  462. package/lib/query-form-v2/Field/Select.d.ts.map +1 -0
  463. package/lib/query-form-v2/Field/Select.js +80 -0
  464. package/lib/query-form-v2/Field/Select.js.map +1 -0
  465. package/lib/query-form-v2/Field/SelectInput.d.ts +4 -0
  466. package/lib/query-form-v2/Field/SelectInput.d.ts.map +1 -0
  467. package/lib/query-form-v2/Field/SelectInput.js +88 -0
  468. package/lib/query-form-v2/Field/SelectInput.js.map +1 -0
  469. package/lib/query-form-v2/Field/fieldsMap.d.ts +24 -0
  470. package/lib/query-form-v2/Field/fieldsMap.d.ts.map +1 -0
  471. package/lib/query-form-v2/Field/fieldsMap.js +35 -0
  472. package/lib/query-form-v2/Field/fieldsMap.js.map +1 -0
  473. package/lib/query-form-v2/Field/index.d.ts +14 -0
  474. package/lib/query-form-v2/Field/index.d.ts.map +1 -0
  475. package/lib/query-form-v2/Field/index.js +146 -0
  476. package/lib/query-form-v2/Field/index.js.map +1 -0
  477. package/lib/query-form-v2/createActions.d.ts +14 -0
  478. package/lib/query-form-v2/createActions.d.ts.map +1 -0
  479. package/lib/query-form-v2/createActions.js +54 -0
  480. package/lib/query-form-v2/createActions.js.map +1 -0
  481. package/lib/query-form-v2/index.d.ts +39 -0
  482. package/lib/query-form-v2/index.d.ts.map +1 -0
  483. package/lib/query-form-v2/index.js +391 -0
  484. package/lib/query-form-v2/index.js.map +1 -0
  485. package/lib/query-form-v2/index.less +133 -0
  486. package/lib/query-form-v2/useForm.d.ts +13 -0
  487. package/lib/query-form-v2/useForm.d.ts.map +1 -0
  488. package/lib/query-form-v2/useForm.js +13 -0
  489. package/lib/query-form-v2/useForm.js.map +1 -0
  490. package/lib/query-form-v3/Field/Checkbox.d.ts +8 -0
  491. package/lib/query-form-v3/Field/Checkbox.d.ts.map +1 -0
  492. package/lib/query-form-v3/Field/Checkbox.js +28 -0
  493. package/lib/query-form-v3/Field/Checkbox.js.map +1 -0
  494. package/lib/query-form-v3/Field/Composition/FieldPopover.d.ts +19 -0
  495. package/lib/query-form-v3/Field/Composition/FieldPopover.d.ts.map +1 -0
  496. package/lib/query-form-v3/Field/Composition/FieldPopover.js +381 -0
  497. package/lib/query-form-v3/Field/Composition/FieldPopover.js.map +1 -0
  498. package/lib/query-form-v3/Field/Composition/FieldPopover.less +35 -0
  499. package/lib/query-form-v3/Field/Composition/Select.d.ts +4 -0
  500. package/lib/query-form-v3/Field/Composition/Select.d.ts.map +1 -0
  501. package/lib/query-form-v3/Field/Composition/Select.js +131 -0
  502. package/lib/query-form-v3/Field/Composition/Select.js.map +1 -0
  503. package/lib/query-form-v3/Field/Composition/index.d.ts +10 -0
  504. package/lib/query-form-v3/Field/Composition/index.d.ts.map +1 -0
  505. package/lib/query-form-v3/Field/Composition/index.js +255 -0
  506. package/lib/query-form-v3/Field/Composition/index.js.map +1 -0
  507. package/lib/query-form-v3/Field/Composition/index.less +118 -0
  508. package/lib/query-form-v3/Field/Composition/utils.d.ts +22 -0
  509. package/lib/query-form-v3/Field/Composition/utils.d.ts.map +1 -0
  510. package/lib/query-form-v3/Field/Composition/utils.js +147 -0
  511. package/lib/query-form-v3/Field/Composition/utils.js.map +1 -0
  512. package/lib/query-form-v3/Field/Select.d.ts +4 -0
  513. package/lib/query-form-v3/Field/Select.d.ts.map +1 -0
  514. package/lib/query-form-v3/Field/Select.js +80 -0
  515. package/lib/query-form-v3/Field/Select.js.map +1 -0
  516. package/lib/query-form-v3/Field/SelectInput.d.ts +4 -0
  517. package/lib/query-form-v3/Field/SelectInput.d.ts.map +1 -0
  518. package/lib/query-form-v3/Field/SelectInput.js +100 -0
  519. package/lib/query-form-v3/Field/SelectInput.js.map +1 -0
  520. package/lib/query-form-v3/Field/fieldsMap.d.ts +27 -0
  521. package/lib/query-form-v3/Field/fieldsMap.d.ts.map +1 -0
  522. package/lib/query-form-v3/Field/fieldsMap.js +35 -0
  523. package/lib/query-form-v3/Field/fieldsMap.js.map +1 -0
  524. package/lib/query-form-v3/Field/index.d.ts +14 -0
  525. package/lib/query-form-v3/Field/index.d.ts.map +1 -0
  526. package/lib/query-form-v3/Field/index.js +147 -0
  527. package/lib/query-form-v3/Field/index.js.map +1 -0
  528. package/lib/query-form-v3/createActions.d.ts +14 -0
  529. package/lib/query-form-v3/createActions.d.ts.map +1 -0
  530. package/lib/query-form-v3/createActions.js +54 -0
  531. package/lib/query-form-v3/createActions.js.map +1 -0
  532. package/lib/query-form-v3/index.d.ts +27 -0
  533. package/lib/query-form-v3/index.d.ts.map +1 -0
  534. package/lib/query-form-v3/index.js +206 -0
  535. package/lib/query-form-v3/index.js.map +1 -0
  536. package/lib/query-form-v3/index.less +91 -0
  537. package/lib/query-form-v3/useForm.d.ts +13 -0
  538. package/lib/query-form-v3/useForm.d.ts.map +1 -0
  539. package/lib/query-form-v3/useForm.js +13 -0
  540. package/lib/query-form-v3/useForm.js.map +1 -0
  541. package/lib/query-list-scene/List.d.ts.map +1 -1
  542. package/lib/query-list-scene/List.js +16 -14
  543. package/lib/query-list-scene/List.js.map +1 -1
  544. package/lib/query-list-scene/QueryForm.js +11 -12
  545. package/lib/query-list-scene/QueryForm.js.map +1 -1
  546. package/lib/query-list-scene/QueryListScene.js +10 -10
  547. package/lib/query-list-scene/Title.js +1 -1
  548. package/lib/query-list-scene/Toolbar.js +2 -2
  549. package/lib/query-list-scene/createActions.js +1 -1
  550. package/lib/query-list-scene/index.js +1 -1
  551. package/lib/query-list-scene/index.less +7 -7
  552. package/lib/query-list-scene/useActions.js +1 -1
  553. package/lib/radio/index.d.ts +3 -2
  554. package/lib/radio/index.d.ts.map +1 -1
  555. package/lib/radio/index.js +2 -5
  556. package/lib/radio/index.js.map +1 -1
  557. package/lib/radio/radio.d.ts +17 -0
  558. package/lib/radio/radio.d.ts.map +1 -0
  559. package/lib/radio/radio.js +75 -0
  560. package/lib/radio/radio.js.map +1 -0
  561. package/lib/radio/radio.less +43 -0
  562. package/lib/render-empty/render-empty.js +1 -1
  563. package/lib/scroll-bar/Bar.d.ts +4 -0
  564. package/lib/scroll-bar/Bar.d.ts.map +1 -0
  565. package/lib/scroll-bar/Bar.js +91 -0
  566. package/lib/scroll-bar/Bar.js.map +1 -0
  567. package/lib/scroll-bar/Context.d.ts +7 -0
  568. package/lib/scroll-bar/Context.d.ts.map +1 -0
  569. package/lib/scroll-bar/Context.js +13 -0
  570. package/lib/scroll-bar/Context.js.map +1 -0
  571. package/lib/scroll-bar/ScrollBar.d.ts +4 -0
  572. package/lib/scroll-bar/ScrollBar.d.ts.map +1 -0
  573. package/lib/scroll-bar/ScrollBar.js +97 -0
  574. package/lib/scroll-bar/ScrollBar.js.map +1 -0
  575. package/lib/scroll-bar/Thumb.d.ts +3 -0
  576. package/lib/scroll-bar/Thumb.d.ts.map +1 -0
  577. package/lib/scroll-bar/Thumb.js +125 -0
  578. package/lib/scroll-bar/Thumb.js.map +1 -0
  579. package/lib/scroll-bar/index.d.ts +3 -0
  580. package/lib/scroll-bar/index.d.ts.map +1 -0
  581. package/lib/scroll-bar/index.js +10 -0
  582. package/lib/scroll-bar/index.js.map +1 -0
  583. package/lib/scroll-bar/scrollBar.less +59 -0
  584. package/lib/scroll-bar/util.d.ts +40 -0
  585. package/lib/scroll-bar/util.d.ts.map +1 -0
  586. package/lib/scroll-bar/util.js +39 -0
  587. package/lib/scroll-bar/util.js.map +1 -0
  588. package/lib/segmented/index.d.ts +1 -1
  589. package/lib/segmented/index.js +2 -2
  590. package/lib/segmented/index.less +126 -112
  591. package/lib/select/index.d.ts +1 -1
  592. package/lib/select/index.d.ts.map +1 -1
  593. package/lib/select/index.js +6 -6
  594. package/lib/select/index.js.map +1 -1
  595. package/lib/select/select.d.ts +1 -1
  596. package/lib/select/select.d.ts.map +1 -1
  597. package/lib/select/select.js +5 -6
  598. package/lib/select/select.js.map +1 -1
  599. package/lib/select/select.less +83 -9
  600. package/lib/select/style/index.less +4 -4
  601. package/lib/spin/index.d.ts +3 -2
  602. package/lib/spin/index.d.ts.map +1 -1
  603. package/lib/spin/index.js +4 -6
  604. package/lib/spin/index.js.map +1 -1
  605. package/lib/spin/spin.d.ts +9 -0
  606. package/lib/spin/spin.d.ts.map +1 -0
  607. package/lib/spin/spin.js +44 -0
  608. package/lib/spin/spin.js.map +1 -0
  609. package/lib/spin/spin.less +9 -0
  610. package/lib/steps/assets/background_left.svg +12 -0
  611. package/lib/steps/assets/background_right.svg +12 -0
  612. package/lib/steps/assets/horizontal_line.svg +3 -0
  613. package/lib/steps/assets/vertical_line.svg +3 -0
  614. package/lib/steps/index.d.ts +1 -2
  615. package/lib/steps/index.d.ts.map +1 -1
  616. package/lib/steps/index.js +9 -2
  617. package/lib/steps/index.js.map +1 -1
  618. package/lib/steps/stepStyle/icon.less +51 -0
  619. package/lib/steps/stepStyle/index.less +173 -8
  620. package/lib/steps/stepStyle/nav.less +51 -259
  621. package/lib/steps/stepStyle/progress-dot.less +10 -0
  622. package/lib/steps/stepStyle/variables.less +8 -0
  623. package/lib/steps/stepStyle/vertical.less +41 -0
  624. package/lib/steps/steps.d.ts +10 -2
  625. package/lib/steps/steps.d.ts.map +1 -1
  626. package/lib/steps/steps.js +52 -24
  627. package/lib/steps/steps.js.map +1 -1
  628. package/lib/steps/style/index.d.ts.map +1 -1
  629. package/lib/steps/style/index.js.map +1 -1
  630. package/lib/style/themes/default.less +6 -5
  631. package/lib/svg-components/illustration-403.d.ts +1 -1
  632. package/lib/svg-components/illustration-404.d.ts +1 -1
  633. package/lib/svg-components/illustration-500.d.ts +1 -1
  634. package/lib/svg-components/illustration-empty.d.ts +1 -1
  635. package/lib/svg-components/illustration-failure.d.ts +1 -1
  636. package/lib/svg-components/illustration-no-access.d.ts +1 -1
  637. package/lib/svg-components/illustration-no-chart.d.ts +1 -1
  638. package/lib/svg-components/illustration-no-result.d.ts +1 -1
  639. package/lib/svg-components/illustration-offline.d.ts +1 -1
  640. package/lib/svg-components/illustration-success.d.ts +1 -1
  641. package/lib/svg-components/index.js +1 -1
  642. package/lib/switch/index.less +45 -0
  643. package/lib/switch/style/index.d.ts +1 -0
  644. package/lib/switch/style/index.d.ts.map +1 -1
  645. package/lib/switch/style/index.js +2 -1
  646. package/lib/switch/style/index.js.map +1 -1
  647. package/lib/switch/switch.d.ts +8 -0
  648. package/lib/switch/switch.d.ts.map +1 -1
  649. package/lib/switch/switch.js +40 -5
  650. package/lib/switch/switch.js.map +1 -1
  651. package/lib/table/assets/image-loading-background.d.ts +1 -1
  652. package/lib/table/assets/image-loading.d.ts +1 -1
  653. package/lib/table/hooks/use-column-setting.js +4 -4
  654. package/lib/table/hooks/use-expand-fixed.js +6 -6
  655. package/lib/table/hooks/use-expand-fixed.js.map +1 -1
  656. package/lib/table/resizableTable/index.js +6 -6
  657. package/lib/table/style/index.less +19 -21
  658. package/lib/table/style/size.less +11 -12
  659. package/lib/table/table-hoc.js +1 -1
  660. package/lib/table/table.d.ts +2 -1
  661. package/lib/table/table.d.ts.map +1 -1
  662. package/lib/table/table.js +63 -41
  663. package/lib/table/table.js.map +1 -1
  664. package/lib/table/table.less +31 -6
  665. package/lib/table/table.stories.js +5 -5
  666. package/lib/table/table.stories.js.map +1 -1
  667. package/lib/table/total-shower.js +1 -1
  668. package/lib/table/utils.js +1 -1
  669. package/lib/table-container/index.d.ts.map +1 -1
  670. package/lib/table-container/index.js +7 -3
  671. package/lib/table-container/index.js.map +1 -1
  672. package/lib/table-container/index.less +4 -1
  673. package/lib/tabs/index.d.ts +1 -0
  674. package/lib/tabs/index.d.ts.map +1 -1
  675. package/lib/tabs/index.js +6 -5
  676. package/lib/tabs/index.js.map +1 -1
  677. package/lib/tabs/style/index.js.map +1 -1
  678. package/lib/tabs/style/index.less +1 -0
  679. package/lib/tabs/tabs.d.ts +3 -2
  680. package/lib/tabs/tabs.d.ts.map +1 -1
  681. package/lib/tabs/tabs.js +30 -3
  682. package/lib/tabs/tabs.js.map +1 -1
  683. package/lib/tabs/tabs.less +125 -0
  684. package/lib/tabs-container/index.js +2 -2
  685. package/lib/tabs-container/index.js.map +1 -1
  686. package/lib/tag/tag.js +2 -2
  687. package/lib/tag/tag.less +4 -3
  688. package/lib/time-picker/TimePicker.d.ts +9 -0
  689. package/lib/time-picker/TimePicker.d.ts.map +1 -0
  690. package/lib/time-picker/TimePicker.js +55 -0
  691. package/lib/time-picker/TimePicker.js.map +1 -0
  692. package/lib/time-picker/index.d.ts +7 -6
  693. package/lib/time-picker/index.d.ts.map +1 -1
  694. package/lib/time-picker/index.js +4 -17
  695. package/lib/time-picker/index.js.map +1 -1
  696. package/lib/time-picker/index.less +38 -0
  697. package/lib/title/index.js +1 -1
  698. package/lib/title/index.less +47 -45
  699. package/lib/tntd-action/Action.d.ts +6 -0
  700. package/lib/tntd-action/Action.d.ts.map +1 -0
  701. package/lib/tntd-action/Action.js +141 -0
  702. package/lib/tntd-action/Action.js.map +1 -0
  703. package/lib/tntd-action/index.d.ts +4 -2
  704. package/lib/tntd-action/index.d.ts.map +1 -1
  705. package/lib/tntd-action/index.js +79 -5
  706. package/lib/tntd-action/index.js.map +1 -1
  707. package/lib/tntd-action/index.less +59 -0
  708. package/lib/tntd-cascader/AntdCascader/component/context.js +1 -1
  709. package/lib/tntd-cascader/AntdCascader/component/defaultRenderEmpty.js +1 -1
  710. package/lib/tntd-cascader/AntdCascader/component/getIcons.js +1 -1
  711. package/lib/tntd-cascader/AntdCascader/component/useCompactItemContext.js +2 -2
  712. package/lib/tntd-cascader/AntdCascader/config/utils.d.ts +1 -1
  713. package/lib/tntd-cascader/AntdCascader/config/utils.js +2 -2
  714. package/lib/tntd-cascader/AntdCascader/index.js +7 -7
  715. package/lib/tntd-cascader/AntdCascader/index.less +35 -29
  716. package/lib/tntd-cascader/index.js +1 -1
  717. package/lib/tntd-cascader/rc-cascader/Cascader.js +8 -8
  718. package/lib/tntd-cascader/rc-cascader/OptionList/Checkbox.js +2 -2
  719. package/lib/tntd-cascader/rc-cascader/OptionList/Column.js +7 -7
  720. package/lib/tntd-cascader/rc-cascader/OptionList/index.js +9 -9
  721. package/lib/tntd-cascader/rc-cascader/OptionList/useActive.js +5 -5
  722. package/lib/tntd-cascader/rc-cascader/OptionList/useKeyboard.js +8 -8
  723. package/lib/tntd-cascader/rc-cascader/hooks/useDisplayValues.js +5 -5
  724. package/lib/tntd-cascader/rc-cascader/hooks/useSearchConfig.js +1 -1
  725. package/lib/tntd-cascader/rc-cascader/hooks/useSearchOptions.js +6 -6
  726. package/lib/tntd-cascader/rc-cascader/index.js +1 -1
  727. package/lib/tntd-cascader/rc-cascader/utils/warningPropsUtil.js +4 -4
  728. package/lib/tntd-form/ErrorList.js +7 -7
  729. package/lib/tntd-form/Form.js +6 -6
  730. package/lib/tntd-form/FormItem/ItemHolder.js +6 -6
  731. package/lib/tntd-form/FormItem/index.js +8 -8
  732. package/lib/tntd-form/FormItemInput.js +1 -1
  733. package/lib/tntd-form/FormItemLabel.js +2 -2
  734. package/lib/tntd-form/FormList.js +1 -1
  735. package/lib/tntd-form/context.js +1 -1
  736. package/lib/tntd-form/hooks/useDebounce.js +4 -4
  737. package/lib/tntd-form/hooks/useForm.js +5 -5
  738. package/lib/tntd-form/hooks/useFormItemStatus.js +1 -1
  739. package/lib/tntd-form/hooks/useFrameState.js +5 -5
  740. package/lib/tntd-form/index.js +1 -1
  741. package/lib/tntd-icon/index.js +1 -1
  742. package/lib/tntd-layout/AppList.js +6 -6
  743. package/lib/tntd-layout/Application.js +6 -6
  744. package/lib/tntd-layout/Avatar.js +2 -2
  745. package/lib/tntd-layout/CompatibleLanguage.js +6 -6
  746. package/lib/tntd-layout/EnterpriseLayout/Avatar.js +2 -2
  747. package/lib/tntd-layout/EnterpriseLayout/Language.js +6 -6
  748. package/lib/tntd-layout/EnterpriseLayout/Theme.js +6 -6
  749. package/lib/tntd-layout/EnterpriseLayout/index.js +1 -1
  750. package/lib/tntd-layout/GlobalNavigation/NavigationPopup.js +6 -6
  751. package/lib/tntd-layout/GlobalNavigation/index.js +9 -9
  752. package/lib/tntd-layout/Header.js +2 -2
  753. package/lib/tntd-layout/HeaderActions.js +2 -2
  754. package/lib/tntd-layout/HeaderNavs.js +6 -6
  755. package/lib/tntd-layout/HeaderTabs.js +7 -7
  756. package/lib/tntd-layout/Iconfont.js +1 -1
  757. package/lib/tntd-layout/Language.js +6 -6
  758. package/lib/tntd-layout/Layout.js +6 -6
  759. package/lib/tntd-layout/Logo.js +2 -2
  760. package/lib/tntd-layout/OrgAppList.js +6 -6
  761. package/lib/tntd-layout/SideMenu.js +6 -6
  762. package/lib/tntd-layout/Theme.js +6 -6
  763. package/lib/tntd-layout/createActions.js +1 -1
  764. package/lib/tntd-layout/images/index.js +1 -1
  765. package/lib/tntd-layout/index.js +1 -1
  766. package/lib/tntd-layout/paaslayout/CompactSideMenu.js +6 -6
  767. package/lib/tntd-layout/paaslayout/Header.js +2 -2
  768. package/lib/tntd-layout/paaslayout/Logo.js +2 -2
  769. package/lib/tntd-layout/paaslayout/SideMenu.js +6 -6
  770. package/lib/tntd-layout/paaslayout/index.js +6 -6
  771. package/lib/tntd-layout/storage.js +1 -1
  772. package/lib/tntd-modal/index.js +6 -6
  773. package/lib/tntd-rc-select/_util/PurePanel.js +5 -5
  774. package/lib/tntd-rc-select/_util/context.js +1 -1
  775. package/lib/tntd-rc-select/_util/defaultRenderEmpty.js +1 -1
  776. package/lib/tntd-rc-select/_util/getIcons.js +1 -1
  777. package/lib/tntd-rc-select/_util/useCompactItemContext.js +2 -2
  778. package/lib/tntd-rc-select/index.js +2 -2
  779. package/lib/tntd-reference/AHref/index.js +1 -1
  780. package/lib/tntd-reference/ReferenceBatchCheck/index.js +1 -1
  781. package/lib/tntd-reference/ReferenceBatchDrawer/index.js +5 -5
  782. package/lib/tntd-reference/ReferenceCheck/index.js +1 -1
  783. package/lib/tntd-reference/ReferenceDrawer/index.js +5 -5
  784. package/lib/tntd-reference/ReferenceInfo/index.js +1 -1
  785. package/lib/tntd-reference/index.js +1 -1
  786. package/lib/tntd-second-page/index.js +1 -1
  787. package/lib/tntd-select/DropDownWrap.js +8 -8
  788. package/lib/tntd-select/index.d.ts.map +1 -1
  789. package/lib/tntd-select/index.js +13 -13
  790. package/lib/tntd-select/index.js.map +1 -1
  791. package/lib/tntd-select/index.less +7 -0
  792. package/lib/tntd-virtual-tree/index.js +8 -8
  793. package/lib/tntd-virtual-tree/index.less +2 -1
  794. package/lib/tntd-virtual-tree/utils.js +28 -28
  795. package/lib/tntd-virtual-tree-select/index.js +10 -10
  796. package/lib/tntd-virtual-tree-select/index.less +1 -1
  797. package/lib/tntd-virtual-tree-select/utils.js +9 -9
  798. package/lib/tooltip/index.less +4 -5
  799. package/lib/tooltip/style/index.d.ts +1 -0
  800. package/lib/tooltip/style/index.d.ts.map +1 -1
  801. package/lib/tooltip/style/index.js +2 -1
  802. package/lib/tooltip/style/index.js.map +1 -1
  803. package/lib/tooltip/tooltip.js +1 -1
  804. package/lib/upload/index.d.ts.map +1 -1
  805. package/lib/upload/index.js +7 -8
  806. package/lib/upload/index.js.map +1 -1
  807. package/lib/upload/style/index.less +1 -1
  808. package/lib/upload/svg/UploadSVG.js +1 -1
  809. package/lib/upload/upload.less +5 -12
  810. package/lib/utils/checkAuth.js +4 -4
  811. package/lib/utils/index.d.ts +0 -1
  812. package/lib/utils/index.d.ts.map +1 -1
  813. package/lib/utils/index.js +9 -21
  814. package/lib/utils/index.js.map +1 -1
  815. package/lib/utils/lang.d.ts.map +1 -1
  816. package/lib/utils/lang.js +10 -4
  817. package/lib/utils/lang.js.map +1 -1
  818. package/lib/water-mark/index.js +5 -5
  819. package/package.json +2 -2
  820. package/CHANGELOG.json +0 -1034
  821. package/CHANGELOG.md +0 -605
  822. package/es/checkbox/checkbox-group.js +0 -5
  823. package/es/checkbox/checkbox-group.js.map +0 -1
  824. package/es/radio/radio-group.js +0 -5
  825. package/es/radio/radio-group.js.map +0 -1
  826. package/es/steps/stepStyle/small.less +0 -5
  827. package/lib/checkbox/checkbox-group.d.ts +0 -8
  828. package/lib/checkbox/checkbox-group.d.ts.map +0 -1
  829. package/lib/checkbox/checkbox-group.js +0 -12
  830. package/lib/checkbox/checkbox-group.js.map +0 -1
  831. package/lib/radio/radio-group.d.ts +0 -8
  832. package/lib/radio/radio-group.d.ts.map +0 -1
  833. package/lib/radio/radio-group.js +0 -12
  834. package/lib/radio/radio-group.js.map +0 -1
  835. package/lib/steps/stepStyle/small.less +0 -5
@@ -9,6 +9,8 @@ var _exportNames = {
9
9
  exports.Steps = Steps;
10
10
  var _classnames = _interopRequireDefault(require("classnames"));
11
11
  var _react = _interopRequireDefault(require("react"));
12
+ var _icon = _interopRequireDefault(require("../icon"));
13
+ var _ellipsis = _interopRequireDefault(require("../ellipsis"));
12
14
  var _configProvider = require("../config-provider");
13
15
  var _steps = _interopRequireWildcard(require("antd/lib/steps"));
14
16
  Object.keys(_steps).forEach(function (key) {
@@ -24,9 +26,9 @@ Object.keys(_steps).forEach(function (key) {
24
26
  });
25
27
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
26
28
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
27
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
29
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
28
30
  function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
29
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
31
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
30
32
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
31
33
  function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
32
34
  var __rest = void 0 && (void 0).__rest || function (s, e) {
@@ -39,39 +41,65 @@ var __rest = void 0 && (void 0).__rest || function (s, e) {
39
41
  };
40
42
  function Steps(_a) {
41
43
  var className = _a.className,
42
- type = _a.type,
43
- children = _a.children,
44
- rest = __rest(_a, ["className", "type", "children"]);
45
- var navContainDesc = false;
46
- if (children) {
47
- if (Array.isArray(children)) {
48
- navContainDesc = children.some(function (child) {
49
- if (child && child instanceof Object && child.props && child.props instanceof Object && child.props.hasOwnProperty('description')) {
50
- return child.props.description;
51
- }
52
- });
53
- }
54
- }
44
+ size = _a.size,
45
+ _a$showBackground = _a.showBackground,
46
+ showBackground = _a$showBackground === void 0 ? true : _a$showBackground,
47
+ labelPlacement = _a.labelPlacement,
48
+ rest = __rest(_a, ["className", "size", "showBackground", "labelPlacement"]);
55
49
  return _react["default"].createElement(_configProvider.ConfigConsumer, null, function (_ref) {
56
50
  var getPrefixCls = _ref.getPrefixCls;
57
51
  var prefixCls = getPrefixCls('steps');
52
+ var tdSteps = !labelPlacement || labelPlacement === 'horizontal';
53
+ var iconsInfo = {};
54
+ if (tdSteps) {
55
+ iconsInfo = {
56
+ icons: {
57
+ finish: _react["default"].createElement(_icon["default"], {
58
+ type: size === 'small' ? 'check-circle' : 'step-check',
59
+ className: "".concat(prefixCls, "-finish-icon")
60
+ }),
61
+ error: _react["default"].createElement(_icon["default"], {
62
+ type: "close-circle",
63
+ className: "".concat(prefixCls, "-error-icon")
64
+ })
65
+ }
66
+ };
67
+ }
58
68
  return _react["default"].createElement(_steps["default"], Object.assign({
59
- className: (0, _classnames["default"])(prefixCls, 'tnt-steps', _defineProperty(_defineProperty({}, "".concat(prefixCls, "-navigation"), type === 'navigation'), "".concat(prefixCls, "-navigation-contain-desc"), type === 'navigation' && navContainDesc), className),
60
- type: type,
61
- children: children
69
+ className: (0, _classnames["default"])(className, _defineProperty(_defineProperty({}, 'tnt-steps', tdSteps), "".concat(prefixCls, "-background"), (!(rest === null || rest === void 0 ? void 0 : rest.direction) || (rest === null || rest === void 0 ? void 0 : rest.direction) === 'horizontal') && showBackground))
70
+ }, iconsInfo, {
71
+ size: size,
72
+ labelPlacement: labelPlacement
62
73
  }, rest));
63
74
  });
64
75
  }
65
76
  Steps.Step = function (_a) {
66
- var description = _a.description,
67
- className = _a.className,
68
- rest = __rest(_a, ["description", "className"]);
77
+ var className = _a.className,
78
+ title = _a.title,
79
+ subTitle = _a.subTitle,
80
+ _a$titleEllipsis = _a.titleEllipsis,
81
+ titleEllipsis = _a$titleEllipsis === void 0 ? true : _a$titleEllipsis,
82
+ rest = __rest(_a, ["className", "title", "subTitle", "titleEllipsis"]);
69
83
  return _react["default"].createElement(_configProvider.ConfigConsumer, null, function (_ref2) {
70
84
  var getPrefixCls = _ref2.getPrefixCls;
71
85
  var prefixCls = getPrefixCls('step');
86
+ var stepTitle = {
87
+ title: title,
88
+ subTitle: subTitle
89
+ };
90
+ if (titleEllipsis) {
91
+ stepTitle.title = _react["default"].createElement(_ellipsis["default"], {
92
+ suffix: _react["default"].createElement(_ellipsis["default"], {
93
+ widthLimit: "30%",
94
+ title: subTitle,
95
+ className: "".concat(prefixCls, "-ellipsis-subtitle")
96
+ }),
97
+ title: title
98
+ });
99
+ stepTitle.subTitle = null;
100
+ }
72
101
  return _react["default"].createElement(_steps["default"].Step, Object.assign({
73
- className: (0, _classnames["default"])(prefixCls, 'tnt-step', _defineProperty({}, "".concat(prefixCls, "-navigation-desc"), !!description), className),
74
- description: description
75
- }, rest));
102
+ className: (0, _classnames["default"])('tnt-step', className, _defineProperty({}, "".concat(prefixCls, "-default-icon"), !(rest === null || rest === void 0 ? void 0 : rest.icon)))
103
+ }, rest, stepTitle));
76
104
  });
77
105
  };
@@ -1 +1 @@
1
- {"version":3,"file":"steps.js","sourceRoot":"","sources":["../../src/steps/steps.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,4DAAmC;AACnC,kDAAwC;AAExC,wDAAmD;AACnD,0DAAoD;AAEpD,gDAA6B;AAM7B,SAAgB,KAAK,CAAC,EAAkD;QAAlD,EAAE,SAAS,EAAE,IAAI,EAAE,QAAQ,OAAuB,EAAlB,IAAI,cAApC,iCAAsC,CAAF;IACxD,IAAI,cAAc,GAAY,KAAK,CAAA;IACnC,IAAI,QAAQ,EAAE;QACZ,IAAI,KAAK,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE;YAC3B,cAAc,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAC,KAAK,EAAE,EAAE;gBACvC,IACE,KAAK;oBACL,KAAK,YAAY,MAAM;oBACvB,KAAK,CAAC,KAAK;oBACX,KAAK,CAAC,KAAK,YAAY,MAAM;oBAC7B,KAAK,CAAC,KAAK,CAAC,cAAc,CAAC,aAAa,CAAC,EACzC;oBACA,OAAO,KAAK,CAAC,KAAK,CAAC,WAAW,CAAA;iBAC/B;YACH,CAAC,CAAC,CAAA;SACH;KACF;IACD,OAAO,CACL,8BAAC,gCAAc,QACZ,CAAC,EAAE,YAAY,EAAE,EAAE,EAAE;QACpB,MAAM,SAAS,GAAG,YAAY,CAAC,OAAO,CAAC,CAAA;QACvC,OAAO,CACL,8BAAC,eAAS,kBACR,SAAS,EAAE,IAAA,oBAAU,EACnB,SAAS,EACT,WAAW,EACX;gBACE,CAAC,GAAG,SAAS,aAAa,CAAC,EAAE,IAAI,KAAK,YAAY;gBAClD,CAAC,GAAG,SAAS,0BAA0B,CAAC,EAAE,IAAI,KAAK,YAAY,IAAI,cAAc;aAClF,EACD,SAAS,CACV,EACD,IAAI,EAAE,IAAI,EACV,QAAQ,EAAE,QAAQ,IACd,IAAI,EACR,CACH,CAAA;IACH,CAAC,CACc,CAClB,CAAA;AACH,CAAC;AAxCD,sBAwCC;AAED,KAAK,CAAC,IAAI,GAAG,UAAU,EAAkD;QAAlD,EAAE,WAAW,EAAE,SAAS,OAA0B,EAArB,IAAI,cAAjC,4BAAmC,CAAF;IACtD,OAAO,CACL,8BAAC,gCAAc,QACZ,CAAC,EAAE,YAAY,EAAE,EAAE,EAAE;QACpB,MAAM,SAAS,GAAG,YAAY,CAAC,MAAM,CAAC,CAAA;QACtC,OAAO,CACL,8BAAC,eAAS,CAAC,IAAI,kBACb,SAAS,EAAE,IAAA,oBAAU,EACnB,SAAS,EACT,UAAU,EACV;gBACE,CAAC,GAAG,SAAS,kBAAkB,CAAC,EAAE,CAAC,CAAC,WAAW;aAChD,EACD,SAAS,CACV,EACD,WAAW,EAAE,WAAW,IACpB,IAAI,EACR,CACH,CAAA;IACH,CAAC,CACc,CAClB,CAAA;AACH,CAAC,CAAA","sourcesContent":["import type { StepsProps as AntdStepsProps } from 'antd/lib/steps'\nimport type { StepProps as AntdStepProps } from 'antd/lib/steps'\nimport classNames from 'classnames'\nimport React, { ReactNode } from 'react'\n\nimport { ConfigConsumer } from '../config-provider'\nimport { default as AntdSteps } from 'antd/lib/steps'\n\nexport * from 'antd/lib/steps'\n\nexport interface StepsProps extends AntdStepsProps {\n children?: Array<React.ReactElement>\n}\n\nexport function Steps({ className, type, children, ...rest }: StepsProps) {\n let navContainDesc: boolean = false\n if (children) {\n if (Array.isArray(children)) {\n navContainDesc = children.some((child) => {\n if (\n child &&\n child instanceof Object &&\n child.props &&\n child.props instanceof Object &&\n child.props.hasOwnProperty('description')\n ) {\n return child.props.description\n }\n })\n }\n }\n return (\n <ConfigConsumer>\n {({ getPrefixCls }) => {\n const prefixCls = getPrefixCls('steps')\n return (\n <AntdSteps\n className={classNames(\n prefixCls,\n 'tnt-steps',\n {\n [`${prefixCls}-navigation`]: type === 'navigation',\n [`${prefixCls}-navigation-contain-desc`]: type === 'navigation' && navContainDesc,\n },\n className\n )}\n type={type}\n children={children}\n {...rest}\n />\n )\n }}\n </ConfigConsumer>\n )\n}\n\nSteps.Step = function ({ description, className, ...rest }: AntdStepProps) {\n return (\n <ConfigConsumer>\n {({ getPrefixCls }) => {\n const prefixCls = getPrefixCls('step')\n return (\n <AntdSteps.Step\n className={classNames(\n prefixCls,\n 'tnt-step',\n {\n [`${prefixCls}-navigation-desc`]: !!description,\n },\n className\n )}\n description={description}\n {...rest}\n />\n )\n }}\n </ConfigConsumer>\n )\n}\n"]}
1
+ {"version":3,"file":"steps.js","sourceRoot":"","sources":["../../src/steps/steps.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAUA,4DAAmC;AACnC,kDAAyB;AACzB,mDAA0B;AAC1B,2DAAkC;AAElC,wDAAmD;AACnD,0DAAoD;AAEpD,gDAA6B;AAW7B,SAAgB,KAAK,CAAC,EAMT;QANS,EACpB,SAAS,EACT,IAAI,EACJ,cAAc,GAAG,IAAI,EACrB,cAAc,OAEH,EADR,IAAI,cALa,yDAMrB,CADQ;IAEP,OAAO,CACL,8BAAC,gCAAc,QACZ,CAAC,EAAE,YAAY,EAAE,EAAE,EAAE;QACpB,MAAM,SAAS,GAAG,YAAY,CAAC,OAAO,CAAC,CAAA;QACvC,MAAM,OAAO,GAAG,CAAC,cAAc,IAAI,cAAc,KAAK,YAAY,CAAA;QAElE,IAAI,SAAS,GAAW,EAAE,CAAA;QAC1B,IAAI,OAAO,EAAE;YACX,SAAS,GAAG;gBACV,KAAK,EAAE;oBACL,MAAM,EAAE,CACN,8BAAC,cAAI,IACH,IAAI,EAAE,IAAI,KAAK,OAAO,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,YAAY,EACtD,SAAS,EAAE,GAAG,SAAS,cAAc,GACrC,CACH;oBACD,KAAK,EAAE,8BAAC,cAAI,IAAC,IAAI,EAAC,cAAc,EAAC,SAAS,EAAE,GAAG,SAAS,aAAa,GAAI;iBAC1E;aACF,CAAA;SACF;QAED,OAAO,CACL,8BAAC,eAAS,kBACR,SAAS,EAAE,IAAA,oBAAU,EAAC,SAAS,EAAE;gBAC/B,CAAC,WAAW,CAAC,EAAE,OAAO;gBACtB,CAAC,GAAG,SAAS,aAAa,CAAC,EACzB,CAAC,CAAC,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,SAAS,CAAA,IAAI,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,SAAS,MAAK,YAAY,CAAC,IAAI,cAAc,EAAE,cAAc;aAC3F,CAAC,IACE,SAAS,IACb,IAAI,EAAE,IAAI,EACV,cAAc,EAAE,cAAc,IAC1B,IAAI,EACR,CACH,CAAA;IACH,CAAC,CACc,CAClB,CAAA;AACH,CAAC;AA5CD,sBA4CC;AAED,KAAK,CAAC,IAAI,GAAG,UAAU,EAAwE;QAAxE,EAAE,SAAS,EAAE,KAAK,EAAE,QAAQ,EAAE,aAAa,GAAG,IAAI,OAAsB,EAAjB,IAAI,cAA3D,mDAA6D,CAAF;IAChF,OAAO,CACL,8BAAC,gCAAc,QACZ,CAAC,EAAE,YAAY,EAAE,EAAE,EAAE;QACpB,MAAM,SAAS,GAAG,YAAY,CAAC,MAAM,CAAC,CAAA;QACtC,MAAM,SAAS,GAAG;YAChB,KAAK;YACL,QAAQ;SACT,CAAA;QAED,IAAI,aAAa,EAAE;YACjB,SAAS,CAAC,KAAK,GAAG,CAChB,8BAAC,kBAAQ,IACP,MAAM,EACJ,8BAAC,kBAAQ,IACP,UAAU,EAAC,KAAK,EAChB,KAAK,EAAE,QAAQ,EACf,SAAS,EAAE,GAAG,SAAS,oBAAoB,GAC3C,EAEJ,KAAK,EAAE,KAAK,GACZ,CACH,CAAA;YACD,SAAS,CAAC,QAAQ,GAAG,IAAI,CAAA;SAC1B;QAED,OAAO,CACL,8BAAC,eAAS,CAAC,IAAI,kBACb,SAAS,EAAE,IAAA,oBAAU,EAAC,UAAU,EAAE,SAAS,EAAE;gBAC3C,CAAC,GAAG,SAAS,eAAe,CAAC,EAAE,CAAC,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,IAAI,CAAA;aAC3C,CAAC,IACE,IAAI,EACJ,SAAS,EACb,CACH,CAAA;IACH,CAAC,CACc,CAClB,CAAA;AACH,CAAC,CAAA","sourcesContent":["/*\n * @Author: 周泽飞 zefei.zhou@tongdun.net\n * @Date: 2024-03-18 19:40:01\n * @LastEditors: 周泽飞 zefei.zhou@tongdun.net\n * @LastEditTime: 2024-03-21 19:32:15\n * @FilePath: /tntd/packages/tntd/src/steps/steps.tsx\n * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE\n */\nimport type { StepsProps as AntdStepsProps } from 'antd/lib/steps'\nimport type { StepProps as AntdStepProps } from 'antd/lib/steps'\nimport classNames from 'classnames'\nimport React from 'react'\nimport Icon from '../icon'\nimport Ellipsis from '../ellipsis'\n\nimport { ConfigConsumer } from '../config-provider'\nimport { default as AntdSteps } from 'antd/lib/steps'\n\nexport * from 'antd/lib/steps'\n\nexport interface StepsProps extends AntdStepsProps {\n showBackground?: boolean\n children?: Array<React.ReactElement>\n icons?: { finish: Element; error: Element }\n}\nexport interface StepProps extends AntdStepProps {\n titleEllipsis?: boolean\n}\n\nexport function Steps({\n className,\n size,\n showBackground = true,\n labelPlacement,\n ...rest\n}: StepsProps) {\n return (\n <ConfigConsumer>\n {({ getPrefixCls }) => {\n const prefixCls = getPrefixCls('steps')\n const tdSteps = !labelPlacement || labelPlacement === 'horizontal'\n\n let iconsInfo: object = {}\n if (tdSteps) {\n iconsInfo = {\n icons: {\n finish: (\n <Icon\n type={size === 'small' ? 'check-circle' : 'step-check'}\n className={`${prefixCls}-finish-icon`}\n />\n ),\n error: <Icon type=\"close-circle\" className={`${prefixCls}-error-icon`} />,\n },\n }\n }\n\n return (\n <AntdSteps\n className={classNames(className, {\n ['tnt-steps']: tdSteps,\n [`${prefixCls}-background`]:\n (!rest?.direction || rest?.direction === 'horizontal') && showBackground, // 水平方向的才支持背景图\n })}\n {...iconsInfo}\n size={size}\n labelPlacement={labelPlacement}\n {...rest}\n />\n )\n }}\n </ConfigConsumer>\n )\n}\n\nSteps.Step = function ({ className, title, subTitle, titleEllipsis = true, ...rest }: StepProps) {\n return (\n <ConfigConsumer>\n {({ getPrefixCls }) => {\n const prefixCls = getPrefixCls('step')\n const stepTitle = {\n title,\n subTitle,\n }\n\n if (titleEllipsis) {\n stepTitle.title = (\n <Ellipsis\n suffix={\n <Ellipsis\n widthLimit=\"30%\"\n title={subTitle}\n className={`${prefixCls}-ellipsis-subtitle`}\n />\n }\n title={title}\n />\n )\n stepTitle.subTitle = null\n }\n\n return (\n <AntdSteps.Step\n className={classNames('tnt-step', className, {\n [`${prefixCls}-default-icon`]: !rest?.icon,\n })}\n {...rest}\n {...stepTitle}\n />\n )\n }}\n </ConfigConsumer>\n )\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/steps/style/index.tsx"],"names":[],"mappings":"AAAA,OAAO,wBAAwB,CAAA;AAC/B,OAAO,cAAc,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/steps/style/index.tsx"],"names":[],"mappings":"AAQA,OAAO,wBAAwB,CAAA;AAC/B,OAAO,cAAc,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/steps/style/index.tsx"],"names":[],"mappings":";;AAAA,kCAA+B;AAC/B,wBAAqB","sourcesContent":["import '../../style/index.less'\nimport './index.less'\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/steps/style/index.tsx"],"names":[],"mappings":";;AAAA;;;;;;;GAOG;AACH,kCAA+B;AAC/B,wBAAqB","sourcesContent":["/*\n * @Author: 周泽飞 zefei.zhou@tongdun.net\n * @Date: 2024-03-14 13:35:59\n * @LastEditors: 周泽飞 zefei.zhou@tongdun.net\n * @LastEditTime: 2024-03-21 13:57:36\n * @FilePath: /tntd/packages/tntd/src/steps/style/index.tsx\n * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE\n */\nimport '../../style/index.less'\nimport './index.less'\n"]}
@@ -14,7 +14,7 @@
14
14
  @processing-color: @blue-6;
15
15
  @error-color: @red-6;
16
16
  @highlight-color: @red-6;
17
- @warning-color: @gold-6;
17
+ @warning-color: @gold-7;
18
18
  @normal-color: #d9d9d9;
19
19
  @white: #fff;
20
20
  @black: #000;
@@ -60,6 +60,7 @@
60
60
  @font-size-base: 14px;
61
61
  @font-size-lg: calc(@font-size-base + 2px);
62
62
  @font-size-sm: 12px;
63
+ @font-size-xl: calc(@font-size-base + 6px);
63
64
  @heading-1-size: ceil(@font-size-base * 2.71);
64
65
  @heading-2-size: ceil(@font-size-base * 2.14);
65
66
  @heading-3-size: ceil(@font-size-base * 1.71);
@@ -448,7 +449,7 @@
448
449
  @table-header-color: @heading-color;
449
450
  @table-header-sort-bg: @background-color-base;
450
451
  @table-body-sort-bg: rgba(0, 0, 0, 0.01);
451
- @table-row-hover-bg: @primary-1;
452
+ @table-row-hover-bg: #fff;
452
453
  @table-selected-row-color: inherit;
453
454
  @table-selected-row-bg: #fafafa;
454
455
  @table-body-selected-sort-bg: @table-selected-row-bg;
@@ -459,8 +460,8 @@
459
460
  @table-border-radius-base: @border-radius-base;
460
461
  @table-footer-bg: @background-color-light;
461
462
  @table-footer-color: @heading-color;
462
- @table-header-bg-sm: transparent;
463
-
463
+ // @table-header-bg-sm: transparent;
464
+ @table-header-bg-sm: @background-color-light;
464
465
  // Tag
465
466
  // --
466
467
  @tag-default-bg: @background-color-light;
@@ -656,7 +657,7 @@
656
657
  @alert-info-border-color: ~`colorPalette('@{info-color}', 3) `;
657
658
  @alert-info-bg-color: ~`colorPalette('@{info-color}', 1) `;
658
659
  @alert-info-icon-color: @info-color;
659
- @alert-warning-border-color: ~`colorPalette('@{warning-color}', 3) `;
660
+ @alert-warning-border-color: ~`colorPalette('@{warning-color}', 4) `;
660
661
  @alert-warning-bg-color: ~`colorPalette('@{warning-color}', 1) `;
661
662
  @alert-warning-icon-color: @warning-color;
662
663
  @alert-error-border-color: ~`colorPalette('@{error-color}', 3) `;
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- declare const MemoForwardRef: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "children" | "target" | "path" | "lang" | "by" | "from" | "in" | "to" | "type" | "onClick" | "href" | "media" | "className" | "id" | "style" | "tabIndex" | "role" | "color" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "name" | "origin" | "clipPath" | "filter" | "mask" | "key" | "width" | "height" | "focusable" | "fill" | "viewBox" | "rotate" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "max" | "method" | "min" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "imageRendering" | "in2" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan"> & React.RefAttributes<SVGSVGElement>>>;
2
+ declare const MemoForwardRef: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "type" | "style" | "className" | "children" | "clipPath" | "filter" | "mask" | "path" | "target" | "lang" | "by" | "from" | "in" | "to" | "onClick" | "href" | "media" | "id" | "tabIndex" | "role" | "color" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "name" | "origin" | "key" | "width" | "height" | "focusable" | "fill" | "viewBox" | "rotate" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "max" | "method" | "min" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "imageRendering" | "in2" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan"> & React.RefAttributes<SVGSVGElement>>>;
3
3
  export default MemoForwardRef;
4
4
  //# sourceMappingURL=illustration-403.d.ts.map
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- declare const MemoForwardRef: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "children" | "target" | "path" | "lang" | "by" | "from" | "in" | "to" | "type" | "onClick" | "href" | "media" | "className" | "id" | "style" | "tabIndex" | "role" | "color" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "name" | "origin" | "clipPath" | "filter" | "mask" | "key" | "width" | "height" | "focusable" | "fill" | "viewBox" | "rotate" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "max" | "method" | "min" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "imageRendering" | "in2" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan"> & React.RefAttributes<SVGSVGElement>>>;
2
+ declare const MemoForwardRef: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "type" | "style" | "className" | "children" | "clipPath" | "filter" | "mask" | "path" | "target" | "lang" | "by" | "from" | "in" | "to" | "onClick" | "href" | "media" | "id" | "tabIndex" | "role" | "color" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "name" | "origin" | "key" | "width" | "height" | "focusable" | "fill" | "viewBox" | "rotate" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "max" | "method" | "min" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "imageRendering" | "in2" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan"> & React.RefAttributes<SVGSVGElement>>>;
3
3
  export default MemoForwardRef;
4
4
  //# sourceMappingURL=illustration-404.d.ts.map
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- declare const MemoForwardRef: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "children" | "target" | "path" | "lang" | "by" | "from" | "in" | "to" | "type" | "onClick" | "href" | "media" | "className" | "id" | "style" | "tabIndex" | "role" | "color" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "name" | "origin" | "clipPath" | "filter" | "mask" | "key" | "width" | "height" | "focusable" | "fill" | "viewBox" | "rotate" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "max" | "method" | "min" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "imageRendering" | "in2" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan"> & React.RefAttributes<SVGSVGElement>>>;
2
+ declare const MemoForwardRef: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "type" | "style" | "className" | "children" | "clipPath" | "filter" | "mask" | "path" | "target" | "lang" | "by" | "from" | "in" | "to" | "onClick" | "href" | "media" | "id" | "tabIndex" | "role" | "color" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "name" | "origin" | "key" | "width" | "height" | "focusable" | "fill" | "viewBox" | "rotate" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "max" | "method" | "min" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "imageRendering" | "in2" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan"> & React.RefAttributes<SVGSVGElement>>>;
3
3
  export default MemoForwardRef;
4
4
  //# sourceMappingURL=illustration-500.d.ts.map
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- declare const MemoForwardRef: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "children" | "target" | "path" | "lang" | "by" | "from" | "in" | "to" | "type" | "onClick" | "href" | "media" | "className" | "id" | "style" | "tabIndex" | "role" | "color" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "name" | "origin" | "clipPath" | "filter" | "mask" | "key" | "width" | "height" | "focusable" | "fill" | "viewBox" | "rotate" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "max" | "method" | "min" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "imageRendering" | "in2" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan"> & React.RefAttributes<SVGSVGElement>>>;
2
+ declare const MemoForwardRef: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "type" | "style" | "className" | "children" | "clipPath" | "filter" | "mask" | "path" | "target" | "lang" | "by" | "from" | "in" | "to" | "onClick" | "href" | "media" | "id" | "tabIndex" | "role" | "color" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "name" | "origin" | "key" | "width" | "height" | "focusable" | "fill" | "viewBox" | "rotate" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "max" | "method" | "min" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "imageRendering" | "in2" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan"> & React.RefAttributes<SVGSVGElement>>>;
3
3
  export default MemoForwardRef;
4
4
  //# sourceMappingURL=illustration-empty.d.ts.map
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- declare const MemoForwardRef: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "children" | "target" | "path" | "lang" | "by" | "from" | "in" | "to" | "type" | "onClick" | "href" | "media" | "className" | "id" | "style" | "tabIndex" | "role" | "color" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "name" | "origin" | "clipPath" | "filter" | "mask" | "key" | "width" | "height" | "focusable" | "fill" | "viewBox" | "rotate" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "max" | "method" | "min" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "imageRendering" | "in2" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan"> & React.RefAttributes<SVGSVGElement>>>;
2
+ declare const MemoForwardRef: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "type" | "style" | "className" | "children" | "clipPath" | "filter" | "mask" | "path" | "target" | "lang" | "by" | "from" | "in" | "to" | "onClick" | "href" | "media" | "id" | "tabIndex" | "role" | "color" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "name" | "origin" | "key" | "width" | "height" | "focusable" | "fill" | "viewBox" | "rotate" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "max" | "method" | "min" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "imageRendering" | "in2" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan"> & React.RefAttributes<SVGSVGElement>>>;
3
3
  export default MemoForwardRef;
4
4
  //# sourceMappingURL=illustration-failure.d.ts.map
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- declare const MemoForwardRef: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "children" | "target" | "path" | "lang" | "by" | "from" | "in" | "to" | "type" | "onClick" | "href" | "media" | "className" | "id" | "style" | "tabIndex" | "role" | "color" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "name" | "origin" | "clipPath" | "filter" | "mask" | "key" | "width" | "height" | "focusable" | "fill" | "viewBox" | "rotate" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "max" | "method" | "min" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "imageRendering" | "in2" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan"> & React.RefAttributes<SVGSVGElement>>>;
2
+ declare const MemoForwardRef: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "type" | "style" | "className" | "children" | "clipPath" | "filter" | "mask" | "path" | "target" | "lang" | "by" | "from" | "in" | "to" | "onClick" | "href" | "media" | "id" | "tabIndex" | "role" | "color" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "name" | "origin" | "key" | "width" | "height" | "focusable" | "fill" | "viewBox" | "rotate" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "max" | "method" | "min" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "imageRendering" | "in2" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan"> & React.RefAttributes<SVGSVGElement>>>;
3
3
  export default MemoForwardRef;
4
4
  //# sourceMappingURL=illustration-no-access.d.ts.map