@progress/kendo-react-layout 6.1.1 → 7.0.0-develop.1

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 (592) hide show
  1. package/LICENSE.md +1 -1
  2. package/{dist/npm/actionsheet → actionsheet}/ActionSheet.d.ts +5 -1
  3. package/actionsheet/ActionSheetContent.d.ts +14 -0
  4. package/actionsheet/ActionSheetFooter.d.ts +14 -0
  5. package/actionsheet/ActionSheetHeader.d.ts +14 -0
  6. package/actionsheet/ActionSheetItem.d.ts +10 -0
  7. package/actionsheet/interfaces/ActionSheetChildrenProps.d.ts +17 -0
  8. package/{dist/npm/actionsheet → actionsheet}/interfaces/ActionSheetItemProps.d.ts +4 -1
  9. package/{dist/npm/appbar → appbar}/AppBar.d.ts +4 -0
  10. package/{dist/npm/appbar → appbar}/AppBarSection.d.ts +4 -0
  11. package/{dist/npm/appbar → appbar}/AppBarSpacer.d.ts +4 -0
  12. package/{dist/es/appbar → appbar}/interfaces/AppBarProps.d.ts +7 -3
  13. package/{dist/npm/appbar → appbar}/interfaces/AppBarSectionProps.d.ts +4 -0
  14. package/{dist/npm/appbar → appbar}/interfaces/AppBarSpacerProps.d.ts +4 -0
  15. package/{dist/es/bottomnavigation → bottomnavigation}/BottomNavigation.d.ts +4 -0
  16. package/{dist/npm/bottomnavigation → bottomnavigation}/BottomNavigationItem.d.ts +5 -1
  17. package/{dist/npm/bottomnavigation → bottomnavigation}/BottomNavigationItemProps.d.ts +4 -1
  18. package/{dist/es/bottomnavigation → bottomnavigation}/BottomNavigationProps.d.ts +8 -6
  19. package/{dist/npm/bottomnavigation → bottomnavigation}/models/events.d.ts +4 -0
  20. package/{dist/npm/bottomnavigation → bottomnavigation}/models/utils.d.ts +4 -0
  21. package/{dist/npm/breadcrumb → breadcrumb}/Breadcrumb.d.ts +4 -0
  22. package/{dist/npm/breadcrumb → breadcrumb}/BreadcrumbDelimiter.d.ts +4 -0
  23. package/{dist/npm/breadcrumb → breadcrumb}/BreadcrumbLink.d.ts +4 -0
  24. package/{dist/es/breadcrumb → breadcrumb}/BreadcrumbListItem.d.ts +4 -0
  25. package/{dist/npm/breadcrumb → breadcrumb}/BreadcrumbOrderedList.d.ts +4 -0
  26. package/card/Avatar.d.ts +7 -0
  27. package/card/Card.d.ts +8 -0
  28. package/card/CardActions.d.ts +7 -0
  29. package/card/CardBody.d.ts +7 -0
  30. package/card/CardFooter.d.ts +7 -0
  31. package/card/CardHeader.d.ts +7 -0
  32. package/card/CardImage.d.ts +7 -0
  33. package/card/CardSubtitle.d.ts +7 -0
  34. package/card/CardTitle.d.ts +7 -0
  35. package/{dist/npm/card → card}/interfaces/AvatarProps.d.ts +4 -1
  36. package/{dist/es/card → card}/interfaces/CardActionsProps.d.ts +4 -1
  37. package/card/interfaces/CardBodyProps.d.ts +18 -0
  38. package/card/interfaces/CardFooterProps.d.ts +18 -0
  39. package/card/interfaces/CardHandle.d.ts +18 -0
  40. package/card/interfaces/CardHeaderProps.d.ts +18 -0
  41. package/{dist/es/card → card}/interfaces/CardImageProps.d.ts +4 -1
  42. package/{dist/es/card → card}/interfaces/CardProps.d.ts +4 -1
  43. package/card/interfaces/CardSubtitleProps.d.ts +18 -0
  44. package/card/interfaces/CardTitleProps.d.ts +18 -0
  45. package/{dist/npm/card → card}/interfaces/Enums.d.ts +4 -0
  46. package/{dist/npm/contextmenu → contextmenu}/ContextMenu.d.ts +5 -1
  47. package/dist/cdn/js/kendo-react-layout.js +5 -1
  48. package/{dist/es/drawer → drawer}/Drawer.d.ts +4 -0
  49. package/{dist/es/drawer → drawer}/DrawerContent.d.ts +4 -0
  50. package/{dist/npm/drawer → drawer}/DrawerItem.d.ts +4 -0
  51. package/{dist/npm/drawer → drawer}/DrawerNavigation.d.ts +4 -0
  52. package/{dist/npm/drawer → drawer}/context/DrawerContext.d.ts +5 -1
  53. package/drawer/interfaces/DrawerAnimation.d.ts +18 -0
  54. package/{dist/es/drawer → drawer}/interfaces/DrawerContentProps.d.ts +4 -1
  55. package/drawer/interfaces/DrawerItemHandle.d.ts +21 -0
  56. package/{dist/es/drawer → drawer}/interfaces/DrawerItemProps.d.ts +4 -1
  57. package/{dist/npm/drawer → drawer}/interfaces/DrawerNavigationProps.d.ts +4 -1
  58. package/{dist/npm/drawer → drawer}/interfaces/DrawerProps.d.ts +4 -0
  59. package/{dist/es/drawer → drawer}/interfaces/DrawerSelectEvent.d.ts +4 -0
  60. package/expansionpanel/ExpansionPanel.d.ts +10 -0
  61. package/expansionpanel/ExpansionPanelContent.d.ts +9 -0
  62. package/expansionpanel/index.d.ts +7 -0
  63. package/{dist/es/expansionpanel → expansionpanel}/interfaces.d.ts +4 -1
  64. package/{dist/es/gridlayout → gridlayout}/GridLayout.d.ts +4 -0
  65. package/{dist/es/gridlayout → gridlayout}/GridLayoutItem.d.ts +4 -0
  66. package/gridlayout/interfaces/GridLayoutColumnProps.d.ts +13 -0
  67. package/{dist/npm/gridlayout → gridlayout}/interfaces/GridLayoutItemProps.d.ts +4 -0
  68. package/{dist/npm/gridlayout → gridlayout}/interfaces/GridLayoutProps.d.ts +4 -0
  69. package/gridlayout/interfaces/GridLayoutRowProps.d.ts +13 -0
  70. package/{dist/npm/main.d.ts → index.d.ts} +6 -2
  71. package/index.js +5 -0
  72. package/index.mjs +5012 -0
  73. package/{dist/es/menu → menu}/BaseMenuItemInternalProps.d.ts +4 -0
  74. package/{dist/es/menu → menu}/MenuProps.d.ts +4 -1
  75. package/{dist/es/menu → menu}/components/Menu.d.ts +5 -1
  76. package/{dist/es/menu → menu}/components/MenuItem.d.ts +4 -0
  77. package/{dist/es/menu → menu}/components/MenuItemArrow.d.ts +5 -1
  78. package/{dist/es/menu → menu}/components/MenuItemInternal.d.ts +24 -1
  79. package/{dist/es/menu → menu}/components/MenuItemLink.d.ts +5 -1
  80. package/{dist/npm/menu → menu}/consts.d.ts +4 -0
  81. package/{dist/es/menu → menu}/events.d.ts +4 -0
  82. package/{dist/es/menu → menu}/models/BaseMenuItem.d.ts +4 -1
  83. package/{dist/es/menu → menu}/models/MenuItemModel.d.ts +4 -0
  84. package/menu/utils/DirectionHolder.d.ts +15 -0
  85. package/{dist/npm/menu → menu}/utils/MouseOverHandler.d.ts +4 -0
  86. package/{dist/es/menu → menu}/utils/getNewItemIdUponKeyboardNavigation.d.ts +4 -0
  87. package/menu/utils/hoverDelay.d.ts +13 -0
  88. package/{dist/es/menu → menu}/utils/itemsIdsUtils.d.ts +4 -0
  89. package/{dist/npm/menu → menu}/utils/misc.d.ts +4 -0
  90. package/menu/utils/prepareInputItemsForInternalWork.d.ts +10 -0
  91. package/package-metadata.d.ts +9 -0
  92. package/package.json +31 -48
  93. package/{dist/es/panelbar → panelbar}/PanelBar.d.ts +6 -2
  94. package/{dist/npm/panelbar → panelbar}/PanelBarItem.d.ts +6 -2
  95. package/panelbar/interfaces/NavigationAction.d.ts +12 -0
  96. package/panelbar/interfaces/PanelBarItemClickEventArguments.d.ts +12 -0
  97. package/{dist/es/panelbar → panelbar}/interfaces/PanelBarItemProps.d.ts +4 -1
  98. package/{dist/es/panelbar → panelbar}/interfaces/PanelBarProps.d.ts +6 -3
  99. package/{dist/es/panelbar → panelbar}/interfaces/PanelBarSelectEventArguments.d.ts +4 -1
  100. package/panelbar/interfaces/RenderPanelBarItem.d.ts +19 -0
  101. package/{dist/es/panelbar → panelbar}/util.d.ts +5 -1
  102. package/{dist/es/splitter → splitter}/Splitter.d.ts +5 -1
  103. package/{dist/npm/splitter → splitter}/SplitterBar.d.ts +5 -1
  104. package/{dist/npm/splitter → splitter}/SplitterPane.d.ts +5 -1
  105. package/splitter/messages/index.d.ts +14 -0
  106. package/{dist/npm/stacklayout → stacklayout}/StackLayout.d.ts +4 -0
  107. package/{dist/es/stacklayout → stacklayout}/StackLayoutProps.d.ts +5 -1
  108. package/{dist/es/stepper → stepper}/Step.d.ts +4 -0
  109. package/{dist/es/stepper → stepper}/Stepper.d.ts +4 -0
  110. package/stepper/contants.d.ts +12 -0
  111. package/{dist/es/stepper → stepper}/context/StepperContext.d.ts +5 -1
  112. package/stepper/interfaces/StepChangeEvent.d.ts +15 -0
  113. package/stepper/interfaces/StepFocusEvent.d.ts +11 -0
  114. package/stepper/interfaces/StepHandle.d.ts +17 -0
  115. package/{dist/es/stepper → stepper}/interfaces/StepProps.d.ts +4 -0
  116. package/stepper/interfaces/StepperChangeEvent.d.ts +15 -0
  117. package/stepper/interfaces/StepperFocusEvent.d.ts +11 -0
  118. package/stepper/interfaces/StepperHandle.d.ts +17 -0
  119. package/{dist/npm/stepper → stepper}/interfaces/StepperProps.d.ts +4 -0
  120. package/stepper/messages/index.d.ts +19 -0
  121. package/{dist/es/tabstrip → tabstrip}/TabStrip.d.ts +5 -1
  122. package/{dist/npm/tabstrip → tabstrip}/TabStripContent.d.ts +5 -1
  123. package/{dist/es/tabstrip → tabstrip}/TabStripNavigation.d.ts +5 -1
  124. package/{dist/npm/tabstrip → tabstrip}/TabStripNavigationItem.d.ts +5 -1
  125. package/{dist/es/tabstrip → tabstrip}/TabStripTab.d.ts +4 -0
  126. package/{dist/es/tilelayout → tilelayout}/InternalTile.d.ts +6 -2
  127. package/{dist/es/tilelayout → tilelayout}/ResizeHandlers.d.ts +5 -1
  128. package/{dist/npm/tilelayout → tilelayout}/TileLayout.d.ts +6 -2
  129. package/{dist/es/tilelayout/interfaces/main.d.ts → tilelayout/interfaces/index.d.ts} +6 -3
  130. package/{dist/npm/timeline → timeline}/Timeline.d.ts +4 -0
  131. package/{dist/npm/timeline → timeline}/TimelineCard.d.ts +4 -0
  132. package/timeline/TimelineHorizontal.d.ts +7 -0
  133. package/{dist/es/timeline → timeline}/TimelineVertical.d.ts +4 -0
  134. package/{dist/npm/timeline → timeline}/utils.d.ts +4 -0
  135. package/about.md +0 -3
  136. package/dist/es/actionsheet/ActionSheet.d.ts +0 -134
  137. package/dist/es/actionsheet/ActionSheet.js +0 -267
  138. package/dist/es/actionsheet/ActionSheetContent.d.ts +0 -10
  139. package/dist/es/actionsheet/ActionSheetContent.js +0 -26
  140. package/dist/es/actionsheet/ActionSheetFooter.d.ts +0 -10
  141. package/dist/es/actionsheet/ActionSheetFooter.js +0 -26
  142. package/dist/es/actionsheet/ActionSheetHeader.d.ts +0 -10
  143. package/dist/es/actionsheet/ActionSheetHeader.js +0 -26
  144. package/dist/es/actionsheet/ActionSheetItem.d.ts +0 -6
  145. package/dist/es/actionsheet/ActionSheetItem.js +0 -38
  146. package/dist/es/actionsheet/interfaces/ActionSheetChildrenProps.d.ts +0 -13
  147. package/dist/es/actionsheet/interfaces/ActionSheetChildrenProps.js +0 -5
  148. package/dist/es/actionsheet/interfaces/ActionSheetItemProps.d.ts +0 -67
  149. package/dist/es/actionsheet/interfaces/ActionSheetItemProps.js +0 -1
  150. package/dist/es/appbar/AppBar.d.ts +0 -50
  151. package/dist/es/appbar/AppBar.js +0 -84
  152. package/dist/es/appbar/AppBarSection.d.ts +0 -49
  153. package/dist/es/appbar/AppBarSection.js +0 -58
  154. package/dist/es/appbar/AppBarSpacer.d.ts +0 -50
  155. package/dist/es/appbar/AppBarSpacer.js +0 -66
  156. package/dist/es/appbar/interfaces/AppBarProps.js +0 -1
  157. package/dist/es/appbar/interfaces/AppBarSectionProps.d.ts +0 -18
  158. package/dist/es/appbar/interfaces/AppBarSectionProps.js +0 -1
  159. package/dist/es/appbar/interfaces/AppBarSpacerProps.d.ts +0 -19
  160. package/dist/es/appbar/interfaces/AppBarSpacerProps.js +0 -1
  161. package/dist/es/bottomnavigation/BottomNavigation.js +0 -133
  162. package/dist/es/bottomnavigation/BottomNavigationItem.d.ts +0 -12
  163. package/dist/es/bottomnavigation/BottomNavigationItem.js +0 -53
  164. package/dist/es/bottomnavigation/BottomNavigationItemProps.d.ts +0 -61
  165. package/dist/es/bottomnavigation/BottomNavigationItemProps.js +0 -1
  166. package/dist/es/bottomnavigation/BottomNavigationProps.js +0 -1
  167. package/dist/es/bottomnavigation/models/events.d.ts +0 -20
  168. package/dist/es/bottomnavigation/models/events.js +0 -1
  169. package/dist/es/bottomnavigation/models/utils.d.ts +0 -36
  170. package/dist/es/bottomnavigation/models/utils.js +0 -36
  171. package/dist/es/breadcrumb/Breadcrumb.d.ts +0 -159
  172. package/dist/es/breadcrumb/Breadcrumb.js +0 -118
  173. package/dist/es/breadcrumb/BreadcrumbDelimiter.d.ts +0 -43
  174. package/dist/es/breadcrumb/BreadcrumbDelimiter.js +0 -32
  175. package/dist/es/breadcrumb/BreadcrumbLink.d.ts +0 -131
  176. package/dist/es/breadcrumb/BreadcrumbLink.js +0 -110
  177. package/dist/es/breadcrumb/BreadcrumbListItem.js +0 -36
  178. package/dist/es/breadcrumb/BreadcrumbOrderedList.d.ts +0 -55
  179. package/dist/es/breadcrumb/BreadcrumbOrderedList.js +0 -36
  180. package/dist/es/card/Avatar.d.ts +0 -3
  181. package/dist/es/card/Avatar.js +0 -39
  182. package/dist/es/card/Card.d.ts +0 -4
  183. package/dist/es/card/Card.js +0 -55
  184. package/dist/es/card/CardActions.d.ts +0 -3
  185. package/dist/es/card/CardActions.js +0 -23
  186. package/dist/es/card/CardBody.d.ts +0 -3
  187. package/dist/es/card/CardBody.js +0 -9
  188. package/dist/es/card/CardFooter.d.ts +0 -3
  189. package/dist/es/card/CardFooter.js +0 -9
  190. package/dist/es/card/CardHeader.d.ts +0 -3
  191. package/dist/es/card/CardHeader.js +0 -9
  192. package/dist/es/card/CardImage.d.ts +0 -3
  193. package/dist/es/card/CardImage.js +0 -22
  194. package/dist/es/card/CardSubtitle.d.ts +0 -3
  195. package/dist/es/card/CardSubtitle.js +0 -9
  196. package/dist/es/card/CardTitle.d.ts +0 -3
  197. package/dist/es/card/CardTitle.js +0 -9
  198. package/dist/es/card/interfaces/AvatarProps.d.ts +0 -85
  199. package/dist/es/card/interfaces/AvatarProps.js +0 -1
  200. package/dist/es/card/interfaces/CardActionsProps.js +0 -1
  201. package/dist/es/card/interfaces/CardBodyProps.d.ts +0 -15
  202. package/dist/es/card/interfaces/CardBodyProps.js +0 -1
  203. package/dist/es/card/interfaces/CardFooterProps.d.ts +0 -15
  204. package/dist/es/card/interfaces/CardFooterProps.js +0 -1
  205. package/dist/es/card/interfaces/CardHandle.d.ts +0 -14
  206. package/dist/es/card/interfaces/CardHandle.js +0 -1
  207. package/dist/es/card/interfaces/CardHeaderProps.d.ts +0 -15
  208. package/dist/es/card/interfaces/CardHeaderProps.js +0 -1
  209. package/dist/es/card/interfaces/CardImageProps.js +0 -1
  210. package/dist/es/card/interfaces/CardProps.js +0 -1
  211. package/dist/es/card/interfaces/CardSubtitleProps.d.ts +0 -15
  212. package/dist/es/card/interfaces/CardSubtitleProps.js +0 -1
  213. package/dist/es/card/interfaces/CardTitleProps.d.ts +0 -15
  214. package/dist/es/card/interfaces/CardTitleProps.js +0 -1
  215. package/dist/es/card/interfaces/Enums.d.ts +0 -23
  216. package/dist/es/card/interfaces/Enums.js +0 -27
  217. package/dist/es/contextmenu/ContextMenu.d.ts +0 -27
  218. package/dist/es/contextmenu/ContextMenu.js +0 -36
  219. package/dist/es/drawer/Drawer.js +0 -118
  220. package/dist/es/drawer/DrawerContent.js +0 -50
  221. package/dist/es/drawer/DrawerItem.d.ts +0 -32
  222. package/dist/es/drawer/DrawerItem.js +0 -101
  223. package/dist/es/drawer/DrawerNavigation.d.ts +0 -43
  224. package/dist/es/drawer/DrawerNavigation.js +0 -153
  225. package/dist/es/drawer/context/DrawerContext.d.ts +0 -20
  226. package/dist/es/drawer/context/DrawerContext.js +0 -16
  227. package/dist/es/drawer/interfaces/DrawerAnimation.d.ts +0 -14
  228. package/dist/es/drawer/interfaces/DrawerAnimation.js +0 -1
  229. package/dist/es/drawer/interfaces/DrawerContentProps.js +0 -1
  230. package/dist/es/drawer/interfaces/DrawerItemHandle.d.ts +0 -17
  231. package/dist/es/drawer/interfaces/DrawerItemHandle.js +0 -1
  232. package/dist/es/drawer/interfaces/DrawerItemProps.js +0 -1
  233. package/dist/es/drawer/interfaces/DrawerNavigationProps.d.ts +0 -18
  234. package/dist/es/drawer/interfaces/DrawerNavigationProps.js +0 -1
  235. package/dist/es/drawer/interfaces/DrawerProps.d.ts +0 -82
  236. package/dist/es/drawer/interfaces/DrawerProps.js +0 -1
  237. package/dist/es/drawer/interfaces/DrawerSelectEvent.js +0 -1
  238. package/dist/es/expansionpanel/ExpansionPanel.d.ts +0 -6
  239. package/dist/es/expansionpanel/ExpansionPanel.js +0 -76
  240. package/dist/es/expansionpanel/ExpansionPanelContent.d.ts +0 -5
  241. package/dist/es/expansionpanel/ExpansionPanelContent.js +0 -21
  242. package/dist/es/expansionpanel/index.d.ts +0 -3
  243. package/dist/es/expansionpanel/index.js +0 -3
  244. package/dist/es/expansionpanel/interfaces.js +0 -1
  245. package/dist/es/gridlayout/GridLayout.js +0 -92
  246. package/dist/es/gridlayout/GridLayoutItem.js +0 -60
  247. package/dist/es/gridlayout/interfaces/GridLayoutColumnProps.d.ts +0 -9
  248. package/dist/es/gridlayout/interfaces/GridLayoutColumnProps.js +0 -1
  249. package/dist/es/gridlayout/interfaces/GridLayoutItemProps.d.ts +0 -40
  250. package/dist/es/gridlayout/interfaces/GridLayoutItemProps.js +0 -1
  251. package/dist/es/gridlayout/interfaces/GridLayoutProps.d.ts +0 -95
  252. package/dist/es/gridlayout/interfaces/GridLayoutProps.js +0 -1
  253. package/dist/es/gridlayout/interfaces/GridLayoutRowProps.d.ts +0 -9
  254. package/dist/es/gridlayout/interfaces/GridLayoutRowProps.js +0 -1
  255. package/dist/es/main.d.ts +0 -94
  256. package/dist/es/main.js +0 -94
  257. package/dist/es/menu/BaseMenuItemInternalProps.js +0 -1
  258. package/dist/es/menu/MenuProps.js +0 -2
  259. package/dist/es/menu/components/Menu.js +0 -277
  260. package/dist/es/menu/components/MenuItem.js +0 -46
  261. package/dist/es/menu/components/MenuItemArrow.js +0 -78
  262. package/dist/es/menu/components/MenuItemInternal.js +0 -165
  263. package/dist/es/menu/components/MenuItemInternalsList.d.ts +0 -22
  264. package/dist/es/menu/components/MenuItemInternalsList.js +0 -48
  265. package/dist/es/menu/components/MenuItemLink.js +0 -49
  266. package/dist/es/menu/consts.d.ts +0 -54
  267. package/dist/es/menu/consts.js +0 -70
  268. package/dist/es/menu/events.js +0 -2
  269. package/dist/es/menu/models/BaseMenuItem.js +0 -3
  270. package/dist/es/menu/models/MenuItemModel.js +0 -1
  271. package/dist/es/menu/utils/DirectionHolder.d.ts +0 -11
  272. package/dist/es/menu/utils/DirectionHolder.js +0 -24
  273. package/dist/es/menu/utils/MouseOverHandler.d.ts +0 -17
  274. package/dist/es/menu/utils/MouseOverHandler.js +0 -65
  275. package/dist/es/menu/utils/getNewItemIdUponKeyboardNavigation.js +0 -202
  276. package/dist/es/menu/utils/hoverDelay.d.ts +0 -9
  277. package/dist/es/menu/utils/hoverDelay.js +0 -17
  278. package/dist/es/menu/utils/itemsIdsUtils.js +0 -119
  279. package/dist/es/menu/utils/misc.d.ts +0 -16
  280. package/dist/es/menu/utils/misc.js +0 -42
  281. package/dist/es/menu/utils/prepareInputItemsForInternalWork.d.ts +0 -6
  282. package/dist/es/menu/utils/prepareInputItemsForInternalWork.js +0 -105
  283. package/dist/es/package-metadata.d.ts +0 -5
  284. package/dist/es/package-metadata.js +0 -11
  285. package/dist/es/panelbar/PanelBar.js +0 -291
  286. package/dist/es/panelbar/PanelBarItem.d.ts +0 -48
  287. package/dist/es/panelbar/PanelBarItem.js +0 -153
  288. package/dist/es/panelbar/interfaces/NavigationAction.d.ts +0 -8
  289. package/dist/es/panelbar/interfaces/NavigationAction.js +0 -9
  290. package/dist/es/panelbar/interfaces/PanelBarItemClickEventArguments.d.ts +0 -8
  291. package/dist/es/panelbar/interfaces/PanelBarItemClickEventArguments.js +0 -1
  292. package/dist/es/panelbar/interfaces/PanelBarItemProps.js +0 -2
  293. package/dist/es/panelbar/interfaces/PanelBarProps.js +0 -1
  294. package/dist/es/panelbar/interfaces/PanelBarSelectEventArguments.js +0 -1
  295. package/dist/es/panelbar/interfaces/RenderPanelBarItem.d.ts +0 -16
  296. package/dist/es/panelbar/interfaces/RenderPanelBarItem.js +0 -1
  297. package/dist/es/panelbar/util.js +0 -197
  298. package/dist/es/splitter/Splitter.js +0 -383
  299. package/dist/es/splitter/SplitterBar.d.ts +0 -40
  300. package/dist/es/splitter/SplitterBar.js +0 -183
  301. package/dist/es/splitter/SplitterPane.d.ts +0 -53
  302. package/dist/es/splitter/SplitterPane.js +0 -46
  303. package/dist/es/splitter/messages/index.d.ts +0 -10
  304. package/dist/es/splitter/messages/index.js +0 -11
  305. package/dist/es/stacklayout/StackLayout.d.ts +0 -37
  306. package/dist/es/stacklayout/StackLayout.js +0 -87
  307. package/dist/es/stacklayout/StackLayoutProps.js +0 -1
  308. package/dist/es/stepper/Step.js +0 -141
  309. package/dist/es/stepper/Stepper.js +0 -224
  310. package/dist/es/stepper/contants.d.ts +0 -8
  311. package/dist/es/stepper/contants.js +0 -8
  312. package/dist/es/stepper/context/StepperContext.js +0 -11
  313. package/dist/es/stepper/interfaces/StepChangeEvent.d.ts +0 -11
  314. package/dist/es/stepper/interfaces/StepChangeEvent.js +0 -1
  315. package/dist/es/stepper/interfaces/StepFocusEvent.d.ts +0 -7
  316. package/dist/es/stepper/interfaces/StepFocusEvent.js +0 -1
  317. package/dist/es/stepper/interfaces/StepHandle.d.ts +0 -13
  318. package/dist/es/stepper/interfaces/StepHandle.js +0 -4
  319. package/dist/es/stepper/interfaces/StepProps.js +0 -1
  320. package/dist/es/stepper/interfaces/StepperChangeEvent.d.ts +0 -11
  321. package/dist/es/stepper/interfaces/StepperChangeEvent.js +0 -1
  322. package/dist/es/stepper/interfaces/StepperFocusEvent.d.ts +0 -7
  323. package/dist/es/stepper/interfaces/StepperFocusEvent.js +0 -1
  324. package/dist/es/stepper/interfaces/StepperHandle.d.ts +0 -13
  325. package/dist/es/stepper/interfaces/StepperHandle.js +0 -4
  326. package/dist/es/stepper/interfaces/StepperOnNavigateEvent.d.ts +0 -26
  327. package/dist/es/stepper/interfaces/StepperOnNavigateEvent.js +0 -16
  328. package/dist/es/stepper/interfaces/StepperProps.d.ts +0 -94
  329. package/dist/es/stepper/interfaces/StepperProps.js +0 -1
  330. package/dist/es/stepper/messages/index.d.ts +0 -15
  331. package/dist/es/stepper/messages/index.js +0 -16
  332. package/dist/es/tabstrip/TabStrip.js +0 -218
  333. package/dist/es/tabstrip/TabStripContent.d.ts +0 -50
  334. package/dist/es/tabstrip/TabStripContent.js +0 -95
  335. package/dist/es/tabstrip/TabStripNavigation.js +0 -257
  336. package/dist/es/tabstrip/TabStripNavigationItem.d.ts +0 -67
  337. package/dist/es/tabstrip/TabStripNavigationItem.js +0 -106
  338. package/dist/es/tabstrip/TabStripTab.js +0 -47
  339. package/dist/es/tilelayout/InternalTile.js +0 -331
  340. package/dist/es/tilelayout/ResizeHandlers.js +0 -59
  341. package/dist/es/tilelayout/TileLayout.d.ts +0 -149
  342. package/dist/es/tilelayout/TileLayout.js +0 -178
  343. package/dist/es/tilelayout/interfaces/main.js +0 -1
  344. package/dist/es/timeline/Timeline.d.ts +0 -98
  345. package/dist/es/timeline/Timeline.js +0 -37
  346. package/dist/es/timeline/TimelineCard.d.ts +0 -34
  347. package/dist/es/timeline/TimelineCard.js +0 -62
  348. package/dist/es/timeline/TimelineHorizontal.d.ts +0 -3
  349. package/dist/es/timeline/TimelineHorizontal.js +0 -291
  350. package/dist/es/timeline/TimelineVertical.js +0 -72
  351. package/dist/es/timeline/utils.d.ts +0 -15
  352. package/dist/es/timeline/utils.js +0 -26
  353. package/dist/npm/actionsheet/ActionSheet.js +0 -270
  354. package/dist/npm/actionsheet/ActionSheetContent.d.ts +0 -10
  355. package/dist/npm/actionsheet/ActionSheetContent.js +0 -30
  356. package/dist/npm/actionsheet/ActionSheetFooter.d.ts +0 -10
  357. package/dist/npm/actionsheet/ActionSheetFooter.js +0 -30
  358. package/dist/npm/actionsheet/ActionSheetHeader.d.ts +0 -10
  359. package/dist/npm/actionsheet/ActionSheetHeader.js +0 -30
  360. package/dist/npm/actionsheet/ActionSheetItem.d.ts +0 -6
  361. package/dist/npm/actionsheet/ActionSheetItem.js +0 -42
  362. package/dist/npm/actionsheet/interfaces/ActionSheetChildrenProps.d.ts +0 -13
  363. package/dist/npm/actionsheet/interfaces/ActionSheetChildrenProps.js +0 -6
  364. package/dist/npm/actionsheet/interfaces/ActionSheetItemProps.js +0 -2
  365. package/dist/npm/appbar/AppBar.js +0 -87
  366. package/dist/npm/appbar/AppBarSection.js +0 -61
  367. package/dist/npm/appbar/AppBarSpacer.js +0 -69
  368. package/dist/npm/appbar/interfaces/AppBarProps.d.ts +0 -79
  369. package/dist/npm/appbar/interfaces/AppBarProps.js +0 -2
  370. package/dist/npm/appbar/interfaces/AppBarSectionProps.js +0 -2
  371. package/dist/npm/appbar/interfaces/AppBarSpacerProps.js +0 -2
  372. package/dist/npm/bottomnavigation/BottomNavigation.d.ts +0 -38
  373. package/dist/npm/bottomnavigation/BottomNavigation.js +0 -136
  374. package/dist/npm/bottomnavigation/BottomNavigationItem.js +0 -56
  375. package/dist/npm/bottomnavigation/BottomNavigationItemProps.js +0 -2
  376. package/dist/npm/bottomnavigation/BottomNavigationProps.d.ts +0 -155
  377. package/dist/npm/bottomnavigation/BottomNavigationProps.js +0 -2
  378. package/dist/npm/bottomnavigation/models/events.js +0 -2
  379. package/dist/npm/bottomnavigation/models/utils.js +0 -39
  380. package/dist/npm/breadcrumb/Breadcrumb.js +0 -121
  381. package/dist/npm/breadcrumb/BreadcrumbDelimiter.js +0 -35
  382. package/dist/npm/breadcrumb/BreadcrumbLink.js +0 -113
  383. package/dist/npm/breadcrumb/BreadcrumbListItem.d.ts +0 -51
  384. package/dist/npm/breadcrumb/BreadcrumbListItem.js +0 -39
  385. package/dist/npm/breadcrumb/BreadcrumbOrderedList.js +0 -39
  386. package/dist/npm/card/Avatar.d.ts +0 -3
  387. package/dist/npm/card/Avatar.js +0 -43
  388. package/dist/npm/card/Card.d.ts +0 -4
  389. package/dist/npm/card/Card.js +0 -58
  390. package/dist/npm/card/CardActions.d.ts +0 -3
  391. package/dist/npm/card/CardActions.js +0 -27
  392. package/dist/npm/card/CardBody.d.ts +0 -3
  393. package/dist/npm/card/CardBody.js +0 -13
  394. package/dist/npm/card/CardFooter.d.ts +0 -3
  395. package/dist/npm/card/CardFooter.js +0 -13
  396. package/dist/npm/card/CardHeader.d.ts +0 -3
  397. package/dist/npm/card/CardHeader.js +0 -13
  398. package/dist/npm/card/CardImage.d.ts +0 -3
  399. package/dist/npm/card/CardImage.js +0 -26
  400. package/dist/npm/card/CardSubtitle.d.ts +0 -3
  401. package/dist/npm/card/CardSubtitle.js +0 -13
  402. package/dist/npm/card/CardTitle.d.ts +0 -3
  403. package/dist/npm/card/CardTitle.js +0 -13
  404. package/dist/npm/card/interfaces/AvatarProps.js +0 -2
  405. package/dist/npm/card/interfaces/CardActionsProps.d.ts +0 -35
  406. package/dist/npm/card/interfaces/CardActionsProps.js +0 -2
  407. package/dist/npm/card/interfaces/CardBodyProps.d.ts +0 -15
  408. package/dist/npm/card/interfaces/CardBodyProps.js +0 -2
  409. package/dist/npm/card/interfaces/CardFooterProps.d.ts +0 -15
  410. package/dist/npm/card/interfaces/CardFooterProps.js +0 -2
  411. package/dist/npm/card/interfaces/CardHandle.d.ts +0 -14
  412. package/dist/npm/card/interfaces/CardHandle.js +0 -2
  413. package/dist/npm/card/interfaces/CardHeaderProps.d.ts +0 -15
  414. package/dist/npm/card/interfaces/CardHeaderProps.js +0 -2
  415. package/dist/npm/card/interfaces/CardImageProps.d.ts +0 -19
  416. package/dist/npm/card/interfaces/CardImageProps.js +0 -2
  417. package/dist/npm/card/interfaces/CardProps.d.ts +0 -45
  418. package/dist/npm/card/interfaces/CardProps.js +0 -2
  419. package/dist/npm/card/interfaces/CardSubtitleProps.d.ts +0 -15
  420. package/dist/npm/card/interfaces/CardSubtitleProps.js +0 -2
  421. package/dist/npm/card/interfaces/CardTitleProps.d.ts +0 -15
  422. package/dist/npm/card/interfaces/CardTitleProps.js +0 -2
  423. package/dist/npm/card/interfaces/Enums.js +0 -30
  424. package/dist/npm/contextmenu/ContextMenu.js +0 -40
  425. package/dist/npm/drawer/Drawer.d.ts +0 -40
  426. package/dist/npm/drawer/Drawer.js +0 -121
  427. package/dist/npm/drawer/DrawerContent.d.ts +0 -39
  428. package/dist/npm/drawer/DrawerContent.js +0 -53
  429. package/dist/npm/drawer/DrawerItem.js +0 -104
  430. package/dist/npm/drawer/DrawerNavigation.js +0 -156
  431. package/dist/npm/drawer/context/DrawerContext.js +0 -19
  432. package/dist/npm/drawer/interfaces/DrawerAnimation.d.ts +0 -14
  433. package/dist/npm/drawer/interfaces/DrawerAnimation.js +0 -2
  434. package/dist/npm/drawer/interfaces/DrawerContentProps.d.ts +0 -18
  435. package/dist/npm/drawer/interfaces/DrawerContentProps.js +0 -2
  436. package/dist/npm/drawer/interfaces/DrawerItemHandle.d.ts +0 -17
  437. package/dist/npm/drawer/interfaces/DrawerItemHandle.js +0 -2
  438. package/dist/npm/drawer/interfaces/DrawerItemProps.d.ts +0 -61
  439. package/dist/npm/drawer/interfaces/DrawerItemProps.js +0 -2
  440. package/dist/npm/drawer/interfaces/DrawerNavigationProps.js +0 -2
  441. package/dist/npm/drawer/interfaces/DrawerProps.js +0 -2
  442. package/dist/npm/drawer/interfaces/DrawerSelectEvent.d.ts +0 -15
  443. package/dist/npm/drawer/interfaces/DrawerSelectEvent.js +0 -2
  444. package/dist/npm/expansionpanel/ExpansionPanel.d.ts +0 -6
  445. package/dist/npm/expansionpanel/ExpansionPanel.js +0 -79
  446. package/dist/npm/expansionpanel/ExpansionPanelContent.d.ts +0 -5
  447. package/dist/npm/expansionpanel/ExpansionPanelContent.js +0 -24
  448. package/dist/npm/expansionpanel/index.d.ts +0 -3
  449. package/dist/npm/expansionpanel/index.js +0 -19
  450. package/dist/npm/expansionpanel/interfaces.d.ts +0 -89
  451. package/dist/npm/expansionpanel/interfaces.js +0 -2
  452. package/dist/npm/gridlayout/GridLayout.d.ts +0 -39
  453. package/dist/npm/gridlayout/GridLayout.js +0 -95
  454. package/dist/npm/gridlayout/GridLayoutItem.d.ts +0 -38
  455. package/dist/npm/gridlayout/GridLayoutItem.js +0 -63
  456. package/dist/npm/gridlayout/interfaces/GridLayoutColumnProps.d.ts +0 -9
  457. package/dist/npm/gridlayout/interfaces/GridLayoutColumnProps.js +0 -2
  458. package/dist/npm/gridlayout/interfaces/GridLayoutItemProps.js +0 -2
  459. package/dist/npm/gridlayout/interfaces/GridLayoutProps.js +0 -2
  460. package/dist/npm/gridlayout/interfaces/GridLayoutRowProps.d.ts +0 -9
  461. package/dist/npm/gridlayout/interfaces/GridLayoutRowProps.js +0 -2
  462. package/dist/npm/main.js +0 -115
  463. package/dist/npm/menu/BaseMenuItemInternalProps.d.ts +0 -20
  464. package/dist/npm/menu/BaseMenuItemInternalProps.js +0 -2
  465. package/dist/npm/menu/MenuProps.d.ts +0 -68
  466. package/dist/npm/menu/MenuProps.js +0 -3
  467. package/dist/npm/menu/components/Menu.d.ts +0 -109
  468. package/dist/npm/menu/components/Menu.js +0 -280
  469. package/dist/npm/menu/components/MenuItem.d.ts +0 -29
  470. package/dist/npm/menu/components/MenuItem.js +0 -49
  471. package/dist/npm/menu/components/MenuItemArrow.d.ts +0 -46
  472. package/dist/npm/menu/components/MenuItemArrow.js +0 -81
  473. package/dist/npm/menu/components/MenuItemInternal.d.ts +0 -40
  474. package/dist/npm/menu/components/MenuItemInternal.js +0 -168
  475. package/dist/npm/menu/components/MenuItemInternalsList.d.ts +0 -22
  476. package/dist/npm/menu/components/MenuItemInternalsList.js +0 -51
  477. package/dist/npm/menu/components/MenuItemLink.d.ts +0 -30
  478. package/dist/npm/menu/components/MenuItemLink.js +0 -52
  479. package/dist/npm/menu/consts.js +0 -73
  480. package/dist/npm/menu/events.d.ts +0 -16
  481. package/dist/npm/menu/events.js +0 -3
  482. package/dist/npm/menu/models/BaseMenuItem.d.ts +0 -55
  483. package/dist/npm/menu/models/BaseMenuItem.js +0 -4
  484. package/dist/npm/menu/models/MenuItemModel.d.ts +0 -19
  485. package/dist/npm/menu/models/MenuItemModel.js +0 -2
  486. package/dist/npm/menu/utils/DirectionHolder.d.ts +0 -11
  487. package/dist/npm/menu/utils/DirectionHolder.js +0 -27
  488. package/dist/npm/menu/utils/MouseOverHandler.js +0 -68
  489. package/dist/npm/menu/utils/getNewItemIdUponKeyboardNavigation.d.ts +0 -7
  490. package/dist/npm/menu/utils/getNewItemIdUponKeyboardNavigation.js +0 -206
  491. package/dist/npm/menu/utils/hoverDelay.d.ts +0 -9
  492. package/dist/npm/menu/utils/hoverDelay.js +0 -22
  493. package/dist/npm/menu/utils/itemsIdsUtils.d.ts +0 -64
  494. package/dist/npm/menu/utils/itemsIdsUtils.js +0 -135
  495. package/dist/npm/menu/utils/misc.js +0 -49
  496. package/dist/npm/menu/utils/prepareInputItemsForInternalWork.d.ts +0 -6
  497. package/dist/npm/menu/utils/prepareInputItemsForInternalWork.js +0 -109
  498. package/dist/npm/package-metadata.d.ts +0 -5
  499. package/dist/npm/package-metadata.js +0 -14
  500. package/dist/npm/panelbar/PanelBar.d.ts +0 -77
  501. package/dist/npm/panelbar/PanelBar.js +0 -294
  502. package/dist/npm/panelbar/PanelBarItem.js +0 -156
  503. package/dist/npm/panelbar/interfaces/NavigationAction.d.ts +0 -8
  504. package/dist/npm/panelbar/interfaces/NavigationAction.js +0 -12
  505. package/dist/npm/panelbar/interfaces/PanelBarItemClickEventArguments.d.ts +0 -8
  506. package/dist/npm/panelbar/interfaces/PanelBarItemClickEventArguments.js +0 -2
  507. package/dist/npm/panelbar/interfaces/PanelBarItemProps.d.ts +0 -95
  508. package/dist/npm/panelbar/interfaces/PanelBarItemProps.js +0 -3
  509. package/dist/npm/panelbar/interfaces/PanelBarProps.d.ts +0 -63
  510. package/dist/npm/panelbar/interfaces/PanelBarProps.js +0 -2
  511. package/dist/npm/panelbar/interfaces/PanelBarSelectEventArguments.d.ts +0 -15
  512. package/dist/npm/panelbar/interfaces/PanelBarSelectEventArguments.js +0 -2
  513. package/dist/npm/panelbar/interfaces/RenderPanelBarItem.d.ts +0 -16
  514. package/dist/npm/panelbar/interfaces/RenderPanelBarItem.js +0 -2
  515. package/dist/npm/panelbar/util.d.ts +0 -52
  516. package/dist/npm/panelbar/util.js +0 -208
  517. package/dist/npm/splitter/Splitter.d.ts +0 -132
  518. package/dist/npm/splitter/Splitter.js +0 -386
  519. package/dist/npm/splitter/SplitterBar.js +0 -186
  520. package/dist/npm/splitter/SplitterPane.js +0 -49
  521. package/dist/npm/splitter/messages/index.d.ts +0 -10
  522. package/dist/npm/splitter/messages/index.js +0 -14
  523. package/dist/npm/stacklayout/StackLayout.js +0 -90
  524. package/dist/npm/stacklayout/StackLayoutProps.d.ts +0 -88
  525. package/dist/npm/stacklayout/StackLayoutProps.js +0 -2
  526. package/dist/npm/stepper/Step.d.ts +0 -23
  527. package/dist/npm/stepper/Step.js +0 -144
  528. package/dist/npm/stepper/Stepper.d.ts +0 -23
  529. package/dist/npm/stepper/Stepper.js +0 -227
  530. package/dist/npm/stepper/contants.d.ts +0 -8
  531. package/dist/npm/stepper/contants.js +0 -11
  532. package/dist/npm/stepper/context/StepperContext.d.ts +0 -23
  533. package/dist/npm/stepper/context/StepperContext.js +0 -14
  534. package/dist/npm/stepper/interfaces/StepChangeEvent.d.ts +0 -11
  535. package/dist/npm/stepper/interfaces/StepChangeEvent.js +0 -2
  536. package/dist/npm/stepper/interfaces/StepFocusEvent.d.ts +0 -7
  537. package/dist/npm/stepper/interfaces/StepFocusEvent.js +0 -2
  538. package/dist/npm/stepper/interfaces/StepHandle.d.ts +0 -13
  539. package/dist/npm/stepper/interfaces/StepHandle.js +0 -5
  540. package/dist/npm/stepper/interfaces/StepProps.d.ts +0 -79
  541. package/dist/npm/stepper/interfaces/StepProps.js +0 -2
  542. package/dist/npm/stepper/interfaces/StepperChangeEvent.d.ts +0 -11
  543. package/dist/npm/stepper/interfaces/StepperChangeEvent.js +0 -2
  544. package/dist/npm/stepper/interfaces/StepperFocusEvent.d.ts +0 -7
  545. package/dist/npm/stepper/interfaces/StepperFocusEvent.js +0 -2
  546. package/dist/npm/stepper/interfaces/StepperHandle.d.ts +0 -13
  547. package/dist/npm/stepper/interfaces/StepperHandle.js +0 -5
  548. package/dist/npm/stepper/interfaces/StepperOnNavigateEvent.d.ts +0 -26
  549. package/dist/npm/stepper/interfaces/StepperOnNavigateEvent.js +0 -19
  550. package/dist/npm/stepper/interfaces/StepperProps.js +0 -2
  551. package/dist/npm/stepper/messages/index.d.ts +0 -15
  552. package/dist/npm/stepper/messages/index.js +0 -19
  553. package/dist/npm/tabstrip/TabStrip.d.ts +0 -147
  554. package/dist/npm/tabstrip/TabStrip.js +0 -221
  555. package/dist/npm/tabstrip/TabStripContent.js +0 -98
  556. package/dist/npm/tabstrip/TabStripNavigation.d.ts +0 -98
  557. package/dist/npm/tabstrip/TabStripNavigation.js +0 -260
  558. package/dist/npm/tabstrip/TabStripNavigationItem.js +0 -109
  559. package/dist/npm/tabstrip/TabStripTab.d.ts +0 -38
  560. package/dist/npm/tabstrip/TabStripTab.js +0 -50
  561. package/dist/npm/tilelayout/InternalTile.d.ts +0 -90
  562. package/dist/npm/tilelayout/InternalTile.js +0 -334
  563. package/dist/npm/tilelayout/ResizeHandlers.d.ts +0 -20
  564. package/dist/npm/tilelayout/ResizeHandlers.js +0 -62
  565. package/dist/npm/tilelayout/TileLayout.js +0 -181
  566. package/dist/npm/tilelayout/interfaces/main.d.ts +0 -142
  567. package/dist/npm/tilelayout/interfaces/main.js +0 -2
  568. package/dist/npm/timeline/Timeline.js +0 -41
  569. package/dist/npm/timeline/TimelineCard.js +0 -66
  570. package/dist/npm/timeline/TimelineHorizontal.d.ts +0 -3
  571. package/dist/npm/timeline/TimelineHorizontal.js +0 -295
  572. package/dist/npm/timeline/TimelineVertical.d.ts +0 -12
  573. package/dist/npm/timeline/TimelineVertical.js +0 -76
  574. package/dist/npm/timeline/utils.js +0 -31
  575. package/dist/systemjs/kendo-react-layout.js +0 -1
  576. package/e2e-next/actionsheet.basic.tests.ts +0 -25
  577. package/e2e-next/appbar.basic.tests.ts +0 -24
  578. package/e2e-next/avatar.basic.tests.ts +0 -24
  579. package/e2e-next/bottomnav.basic.tests.ts +0 -24
  580. package/e2e-next/breadcrumb.basic.tests.ts +0 -24
  581. package/e2e-next/card.basic.tests.ts +0 -24
  582. package/e2e-next/contextmenu.basic.tests.ts +0 -25
  583. package/e2e-next/drawer.basic.tests.ts +0 -24
  584. package/e2e-next/expansionpanel.basic.tests.ts +0 -23
  585. package/e2e-next/gridlayout.basic.tests.ts +0 -24
  586. package/e2e-next/menu.basic.tests.ts +0 -24
  587. package/e2e-next/panelbar.basic.tests.ts +0 -24
  588. package/e2e-next/splitter.basic.tests.ts +0 -24
  589. package/e2e-next/stacklayout.basic.tests.ts +0 -24
  590. package/e2e-next/tabstrip.basic.tests.ts +0 -24
  591. package/e2e-next/tilelayout.basic.tests.ts +0 -24
  592. package/e2e-next/timeline.basic.tests.ts +0 -24
@@ -1 +1,5 @@
1
- !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("react"),require("@progress/kendo-licensing"),require("react-dom"),require("prop-types"),require("react-transition-group"),require("@progress/kendo-react-intl")):"function"==typeof define&&define.amd?define(["react","@progress/kendo-licensing","react-dom","prop-types","react-transition-group","@progress/kendo-react-intl"],t):"object"==typeof exports?exports.KendoReactLayout=t(require("react"),require("@progress/kendo-licensing"),require("react-dom"),require("prop-types"),require("react-transition-group"),require("@progress/kendo-react-intl")):e.KendoReactLayout=t(e.React,e.KendoLicensing,e.ReactDOM,e.PropTypes,e.ReactTransitionGroup,e.KendoReactIntl)}(self,(function(e,t,n,o,r,a){return(()=>{"use strict";var i={2363:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),a=this&&this.__assign||function(){return a=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},a.apply(this,arguments)},i=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var o,r=0,a=t.length;r<a;r++)!o&&r in t||(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.ActionSheet=void 0;var c=n(3899),l=n(189),s=n(8171),h=n(1736),v=n(7363),u=n(7986),p=n(4724),d=n(2164),m=n(2744),f=function(e){function t(t){var n=e.call(this,t)||this;return n.actionSheetRef=c.createRef(),n.actionSheetTitleClass="k-actionsheet-title",n.ariaLabeledBy=n.actionSheetTitleClass+1,n.animationDuration=300,n.bottomPosition={bottom:"0",width:"100%"},n.handleKeyDown=function(e){n.props.navigatable&&n.navigation.triggerKeyboardEvent(e)},n.onTab=function(e,t,n){n.preventDefault(),n.shiftKey?t.focusPrevious(e):t.focusNext(e)},n.handleOverlayClick=function(e){n.props.onOverlayClick&&n.props.onOverlayClick.call(void 0,e),n.props.onClose&&n.props.onClose.call(void 0,e),n.props.animation||n.hideActionSheet()},n.handleItemClick=function(e){n.props.onItemClick&&n.props.onItemClick.call(void 0,e),n.props.onItemSelect&&n.props.onItemSelect.call(void 0,e),n.props.animation||n.hideActionSheet()},n.onEnter=function(e,t,o){if(!e.ariaDisabled){var r=!(!e.className||!e.className.indexOf)&&-1!==e.className.indexOf("k-actionsheet-item"),a=t.elements.filter((function(e){return-1!==e.className.indexOf("k-actionsheet-item")}));if(r&&n.props.onItemClick){o.preventDefault();var i=n.props.items[a.indexOf(e)];n.props.onItemClick.call(void 0,{syntheticEvent:o,item:i,title:i&&i.title})}r&&n.props.onItemSelect&&(o.preventDefault(),i=n.props.items[a.indexOf(e)],n.props.onItemSelect.call(void 0,{syntheticEvent:o,item:i,title:i&&i.title})),n.props.animation||n.hideActionSheet()}},n.onEscape=function(e,t,o){n.props.onOverlayClick&&(o.preventDefault(),n.props.onOverlayClick.call(void 0,o)),n.props.onClose&&(o.preventDefault(),n.props.onClose.call(void 0,o)),n.props.animation||n.hideActionSheet()},n.hideActionSheet=function(){n.setState({show:!1})},n.children=function(e){var t={};return c.Children.forEach(e,(function(e){e&&(t[e.type.displayName]=e)})),t},n.state={show:!1,slide:!1},(0,h.validatePackage)(v.packageMetadata),n}return r(t,e),t.prototype.componentDidMount=function(){this.props.expand&&!this.state.show&&this.setState({show:!0})},t.prototype.componentDidUpdate=function(e,t){var n=this,o=this.actionSheetRef.current;if(this.props.expand&&!this.state.show&&this.setState({show:!0}),this.props.expand&&this.state.show&&!this.state.slide&&this.setState({slide:!0}),!this.props.expand&&this.state.show&&this.state.slide&&this.setState({slide:!1}),t!==this.state&&this.state.slide&&o&&!this.props.className&&(o.style.setProperty("--kendo-actionsheet-height","auto"),o.style.setProperty("--kendo-actionsheet-max-height","none")),o&&this.props.navigatable){var r=[".k-actionsheet-footer",".k-actionsheet-content",".k-actionsheet-titlebar"].map((function(e){return h.FOCUSABLE_ELEMENTS.concat(n.props.navigatableElements).map((function(t){return"".concat(e," ").concat(t)}))})),a=i([".k-actionsheet-item"],r.flat(),!0);this.navigation=new h.Navigation({tabIndex:this.props.tabIndex||0,root:this.actionSheetRef,rovingTabIndex:!1,selectors:a,keyboardEvents:{keydown:{Tab:this.onTab,Enter:this.onEnter,Escape:this.onEscape}}}),this.navigation.focusElement(this.navigation.first,null)}},t.prototype.render=function(){var e=this,t=this.props,n=t.title,o=t.subTitle,r=t.animationStyles,i=t.animation,l=t.expand,v=t.tabIndex,f=t.items,z=null==f?void 0:f.filter((function(e){return!e.group||"top"===e.group})),g=null==f?void 0:f.filter((function(e){return"bottom"===e.group})),y=z&&z.length>0&&g&&g.length>0,b=this.children(this.props.children),H=this.props.animationDuration||this.animationDuration,w=this.state.slide&&c.createElement("div",{className:(0,h.classNames)("k-actionsheet",this.props.className,{"k-actionsheet-bottom":!this.props.className}),role:"dialog","aria-modal":"true","aria-hidden":!1,"aria-labelledby":this.ariaLabeledBy,ref:this.actionSheetRef,onKeyDown:this.handleKeyDown},b[p.headerDisplayName]&&!n&&!o&&b[p.headerDisplayName],(n||o)&&c.createElement("div",{className:"k-actionsheet-titlebar k-text-center"},c.createElement("div",{className:"k-actionsheet-titlebar-group k-hbox"},c.createElement("div",{className:this.actionSheetTitleClass,id:this.ariaLabeledBy},n&&c.createElement("div",null,n),o&&c.createElement("div",{className:"k-actionsheet-subtitle"},o)))),b[m.contentDisplayName]||c.createElement("div",{className:"k-actionsheet-content"},c.createElement("div",{className:"k-list-ul",role:"group"},z&&z.map((function(t,n){return c.createElement(u.ActionSheetItem,a({},t,{id:n,key:n,item:t,tabIndex:v||0,onClick:e.handleItemClick}))}))),y&&c.createElement("hr",{className:"k-hr"}),c.createElement("div",{className:"k-list-ul",role:"group"},g&&g.map((function(t,n){return c.createElement(u.ActionSheetItem,a({},t,{id:n+((null==z?void 0:z.length)||0),key:n,item:t,tabIndex:v||0,onClick:e.handleItemClick}))})))),b[d.footerDisplayName]);return c.createElement(c.Fragment,null,l||this.state.show?c.createElement(c.Fragment,null,c.createElement("div",{className:"k-actionsheet-container"},c.createElement("div",{className:"k-overlay",onClick:this.handleOverlayClick}),i?c.createElement(s.Animation,{transitionName:this.state.slide?"slide-up":"slide-down",onExited:this.hideActionSheet,transitionEnterDuration:H,transitionExitDuration:H,animationEnteringStyle:r||this.bottomPosition,animationEnteredStyle:r||this.bottomPosition,animationExitingStyle:r||this.bottomPosition,exit:!0,enter:!0,appear:!1},w):w)):null)},t.displayName="KendoReactActionSheet",t.propTypes={items:l.array,subTitle:l.string,title:l.string,navigatable:l.bool,navigatableElements:l.array},t.defaultProps={navigatable:!0,navigatableElements:[]},t}(c.Component);t.ActionSheet=f},2744:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ActionSheetContent=t.contentDisplayName=void 0;var o=n(3899),r=n(189),a=n(1736);t.contentDisplayName="ActionSheetContent",t.ActionSheetContent=function(e){return o.createElement("div",{className:(0,a.classNames)("k-actionsheet-content",e.className)},e.children)},t.ActionSheetContent.propTypes={className:r.string},t.ActionSheetContent.displayName=t.contentDisplayName,t.ActionSheetContent.propTypes={children:r.any}},2164:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ActionSheetFooter=t.footerDisplayName=void 0;var o=n(3899),r=n(189),a=n(1736);t.footerDisplayName="ActionSheetFooter",t.ActionSheetFooter=function(e){return o.createElement("div",{className:(0,a.classNames)("k-actionsheet-footer",e.className)},e.children)},t.ActionSheetFooter.propTypes={className:r.string},t.ActionSheetFooter.displayName=t.footerDisplayName,t.ActionSheetFooter.propTypes={children:r.any}},4724:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ActionSheetHeader=t.headerDisplayName=void 0;var o=n(3899),r=n(189),a=n(1736);t.headerDisplayName="ActionSheetHeader",t.ActionSheetHeader=function(e){return o.createElement("div",{className:(0,a.classNames)("k-actionsheet-titlebar",e.className)},e.children)},t.ActionSheetHeader.propTypes={className:r.string},t.ActionSheetHeader.displayName=t.headerDisplayName,t.ActionSheetHeader.propTypes={children:r.any}},7986:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ActionSheetItem=void 0;var o=n(3899),r=n(189),a=n(1736);t.ActionSheetItem=function(e){var t=o.useRef(null),n=o.useCallback((function(t){e.onClick&&e.onClick.call(void 0,{syntheticEvent:t,item:e.item,title:e.title})}),[e.item,e.title,e.onClick]);return o.useEffect((function(){t.current&&e.focused&&t.current.focus()}),[e.focused]),o.createElement("span",{style:e.style,tabIndex:e.tabIndex,className:(0,a.classNames)("k-actionsheet-item","k-cursor-pointer",e.disabled&&"k-disabled",e.className),ref:t,role:"button","aria-disabled":e.disabled,onClick:n},o.createElement("span",{className:"k-actionsheet-action"},e.icon&&o.createElement("span",{className:"k-icon-wrap"},e.icon),(e.title||e.description)&&o.createElement("span",{className:"k-actionsheet-item-text"},e.title&&o.createElement("span",{className:"k-actionsheet-item-title"},e.title),e.description&&o.createElement("span",{className:"k-actionsheet-item-description"},e.description))))},t.ActionSheetItem.propTypes={className:r.string,style:r.object,description:r.string,disabled:r.bool,group:r.oneOf(["top","bottom"]),icon:r.element,title:r.string}},5605:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},970:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.AppBar=void 0;var o=n(3899),r=n(189),a=n(1736),i=n(1736),c=n(7363);t.AppBar=o.forwardRef((function(e,t){(0,i.validatePackage)(c.packageMetadata);var n=e.children,r=e.className,s=e.style,h=e.id,v=o.useRef(null),u=o.useCallback((function(){v.current&&(0,a.focusFirstFocusableChild)(v.current)}),[]),p=o.useCallback((function(){return{element:v.current,focus:u}}),[u]);o.useImperativeHandle(t,p);var d=o.useMemo((function(){return(0,a.guid)()}),[]),m=o.useMemo((function(){return e.themeColor||l.themeColor}),[e.themeColor]),f=o.useMemo((function(){return e.position||l.position}),[e.position]),z=o.useMemo((function(){return e.positionMode||l.positionMode}),[e.positionMode]),g=o.useMemo((function(){return(0,a.classNames)("k-appbar",{"k-appbar-top":"top"===f,"k-appbar-bottom":"bottom"===f,"k-appbar-static":"static"===z,"k-appbar-sticky":"sticky"===z,"k-appbar-fixed":"fixed"===z,"k-appbar-light":"light"===m,"k-appbar-dark":"dark"===m,"k-appbar-inherit":"inherit"===m},r)}),[f,z,m,r]);return o.createElement("div",{className:g,style:s,id:h||d},n)})),t.AppBar.propTypes={children:r.any,className:r.string,style:r.object,id:r.string,themeColor:r.string,position:r.oneOf(["top","bottom"]),positionMode:r.oneOf(["static","sticky","fixed"])};var l={themeColor:"light",position:"top",positionMode:"static"};t.AppBar.displayName="KendoAppBar"},5975:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.AppBarSection=void 0;var o=n(3899),r=n(189),a=n(1736);t.AppBarSection=o.forwardRef((function(e,t){var n=e.children,r=e.className,i=e.style,c=o.useRef(null),l=o.useCallback((function(){c.current&&(0,a.focusFirstFocusableChild)(c.current)}),[]),s=o.useCallback((function(){return{element:c.current,focus:l}}),[l]);o.useImperativeHandle(t,s);var h=o.useMemo((function(){return(0,a.classNames)("k-appbar-section",r)}),[r]);return o.createElement("div",{className:h,style:i},n)})),t.AppBarSection.propTypes={children:r.any,className:r.string,style:r.object},t.AppBarSection.displayName="KendoAppBarSection"},8645:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.AppBarSpacer=void 0;var o=n(3899),r=n(189),a=n(1736);t.AppBarSpacer=o.forwardRef((function(e,t){var n=e.children,r=e.className,i=e.style,c=o.useRef(null),l=o.useCallback((function(){c.current&&(0,a.focusFirstFocusableChild)(c.current)}),[]),s=o.useCallback((function(){return{element:c.current,focus:l}}),[l]);o.useImperativeHandle(t,s);var h=o.useMemo((function(){return(0,a.classNames)("k-appbar-spacer",{"k-appbar-spacer-sized":i&&i.width&&null!==i.width},r)}),[r,i]),v=o.useMemo((function(){return{flexBasis:i&&i.width?i.width:void 0}}),[i]);return o.createElement("span",{className:h,style:v},n)})),t.AppBarSpacer.propTypes={children:r.any,className:r.string,style:r.object},t.AppBarSpacer.displayName="KendoAppBarSpacer"},6568:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},153:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},3433:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},6566:function(e,t,n){var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.BottomNavigation=void 0;var r=n(3899),a=n(189),i=n(1736),c=n(7363),l=n(1736),s=n(8586),h=n(100);t.BottomNavigation=r.forwardRef((function(e,t){(0,i.validatePackage)(c.packageMetadata);var n=r.useRef(null),a=r.useCallback((function(){n.current&&(0,l.focusFirstFocusableChild)(n.current)}),[]),u=r.useCallback((function(){return{element:n.current,focus:a}}),[a]);r.useImperativeHandle(t,u);var p=e.positionMode,d=void 0===p?v.positionMode:p,m=e.itemFlow,f=void 0===m?v.itemFlow:m,z=e.border,g=void 0===z?v.border:z,y=e.className,b=e.items,H=e.item,w=e.itemRender,x=e.disabled,M=e.style,I=e.id,V=e.onSelect,k=e.onKeyDown,O=r.useMemo((function(){return(0,l.guid)()}),[]),C=(0,l.useDir)(n,e.dir),E=r.useMemo((function(){return null===e.fillMode||null===e.fill?null:e.fill||e.fillMode||v.fillMode}),[e.fillMode,e.fill]),B=r.useMemo((function(){return e.themeColor||v.themeColor}),[e.themeColor]),S=r.useMemo((function(){var e;return(0,l.classNames)("k-bottom-nav",s.POSITION_MODE_CLASSES[d],s.ITEM_FLOW_CLASSES[f],((e={})["k-bottom-nav-".concat(E)]=E,e["k-bottom-nav-".concat(E,"-").concat(B)]=Boolean(E&&B),e["k-bottom-nav-border"]=g,e["k-disabled"]=x,e),y)}),[d,B,E,f,g,x,y]),P=r.useCallback((function(e,t){b&&!b[t].disabled&&V&&(0,l.dispatchEvent)(V,e,u(),{itemTarget:b[t],itemIndex:t})}),[b,V]),L=r.useCallback((function(e,t){P(e,t)}),[P]),N=r.useCallback((function(e,t){switch(e.keyCode){case l.Keys.enter:case l.Keys.space:P(e,t),e.preventDefault()}(0,l.dispatchEvent)(k,e,u(),void 0)}),[P,k]);return r.createElement("nav",{ref:n,className:S,style:M,id:I||O,dir:C},b&&b.map((function(e,t){return r.createElement(h.BottomNavigationItem,o({},e,{key:t,index:t,id:"".concat(I||O,"-").concat(t),disabled:x||e.disabled,selected:e.selected,dataItem:e,item:H,render:w,onSelect:L,onKeyDown:N}))})))}));var v={themeColor:"primary",fillMode:"flat",itemFlow:"vertical",positionMode:"fixed",border:!0};t.BottomNavigation.propTypes={className:a.string,style:a.object,id:a.string,dir:a.string,themeColor:a.oneOf(["primary","secondary","tertiary","info","success","warning","error","dark","light","inverse"]),fill:a.oneOf(["solid","flat"]),fillMode:a.oneOf(["solid","flat"]),itemFlow:a.oneOf(["vertical","horizontal"]),border:a.bool,disabled:a.bool,selected:a.number,onSelect:a.func},t.BottomNavigation.defaultProps=v,t.BottomNavigation.displayName="KendoReactBottomNavigation"},100:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.BottomNavigationItem=void 0;var o=n(3899),r=n(189),a=n(1736),i=n(7363),c=n(1736);t.BottomNavigationItem=o.forwardRef((function(e,t){(0,a.validatePackage)(i.packageMetadata);var n=o.useRef(null);o.useImperativeHandle(t,(function(){return{element:n.current}}));var r=e.className,l=e.style,s=e.selected,h=e.disabled,v=e.item,u=e.render,p=e.dataItem,d=e.icon,m=e.svgIcon,f=e.text,z=e.id,g=e.onSelect,y=e.onKeyDown,b=e.index,H=e.tabIndex,w=o.useMemo((function(){return(0,c.classNames)("k-bottom-nav-item",{"k-selected":s,"k-disabled":h},r)}),[s,h,r]),x=o.useCallback((function(e){g&&void 0!==b&&!h&&g(e,b)}),[g,b,h]),M=o.useCallback((function(e){y&&void 0!==b&&!h&&y(e,b)}),[y,b,h]),I=u,V=v,k=o.createElement("span",{ref:n,className:w,style:l,role:"link",id:z,tabIndex:H,onClick:x,onKeyDown:M,"aria-current":s,"aria-disabled":h},V?o.createElement(V,{itemIndex:b,item:p}):o.createElement(o.Fragment,null,(d||m)&&o.createElement(a.IconWrap,{className:"k-bottom-nav-item-icon",name:d,icon:m,size:"xlarge"}),f&&o.createElement("span",{className:"k-bottom-nav-item-text",style:{userSelect:"none"}},f)));return void 0!==I?I.call(void 0,k,e):k})),t.BottomNavigationItem.propTypes={className:r.string,style:r.object,id:r.string,disabled:r.bool,selected:r.bool,icon:r.string,svgIcon:a.svgIconPropType,text:r.string,tabIndex:r.number},t.BottomNavigationItem.defaultProps={tabIndex:0},t.BottomNavigationItem.displayName="KendoReactBottomNavigationItem"},1312:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},8312:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},9560:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},8586:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.POSITION_MODE_CLASSES=t.ITEM_FLOW_CLASSES=t.FILL_CLASSES=t.THEME_COLOR_CLASSES=void 0,t.THEME_COLOR_CLASSES={primary:"k-bottom-nav-primary",secondary:"k-bottom-nav-secondary",tertiary:"k-bottom-nav-tertiary",info:"k-bottom-nav-info",success:"k-bottom-nav-success",warning:"k-bottom-nav-warning",error:"k-bottom-nav-error",dark:"k-bottom-nav-dark",light:"k-bottom-nav-light",inverse:"k-bottom-nav-inverse"},t.FILL_CLASSES={flat:"k-bottom-nav-flat",solid:"k-bottom-nav-solid"},t.ITEM_FLOW_CLASSES={vertical:"k-bottom-nav-item-flow-vertical",horizontal:"k-bottom-nav-item-flow-horizontal"},t.POSITION_MODE_CLASSES={fixed:"k-pos-fixed",sticky:"k-pos-sticky"}},8826:function(e,t,n){var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.Breadcrumb=void 0;var r=n(3899),a=n(189),i=n(9302),c=n(7363),l=n(1736),s=n(609),h=n(7720),v=n(9486),u=n(6645);t.Breadcrumb=r.forwardRef((function(e,t){var n;(0,i.validatePackage)(c.packageMetadata);var a=r.useRef(null),p=r.useRef(null),m=r.useMemo((function(){return e.breadcrumbOrderedList||u.BreadcrumbOrderedList}),[e.breadcrumbOrderedList]),f=r.useMemo((function(){return e.breadcrumbListItem||s.BreadcrumbListItem}),[e.breadcrumbListItem]),z=r.useMemo((function(){return e.breadcrumbDelimiter||h.BreadcrumbDelimiter}),[e.breadcrumbDelimiter]),g=r.useMemo((function(){return e.breadcrumbLink||v.BreadcrumbLink}),[e.breadcrumbLink]),y=r.useCallback((function(){p.current&&p.current.focus()}),[p]),b=r.useMemo((function(){return e.disabled||!1}),[e.disabled]);r.useImperativeHandle(a,(function(){return{element:p.current,focus:y,props:e}})),r.useImperativeHandle(t,(function(){return a.current}));var H=(0,l.useDir)(p,e.dir),w=function(t){a.current&&(0,l.dispatchEvent)(e.onItemSelect,t,t.target,{id:t.target.id})},x=function(t){a.current&&(0,l.dispatchEvent)(e.onKeyDown,t,t.target,{id:t.target.id})},M=e.valueField||d.valueField,I=e.iconField||d.iconField,V=e.iconClassField||d.iconClassField,k=e.textField||d.textField,O=e.size||"medium";return r.createElement("nav",{"aria-label":e.ariaLabel,id:e.id,style:e.style,ref:p,dir:H,className:(0,l.classNames)("k-breadcrumb k-breadcrumb-wrap",(n={"k-rtl":"rtl"===H,"k-disabled":b,"k-breadcrumb-md":!e.size},n["k-breadcrumb-".concat(l.kendoThemeMaps.sizeMap[O]||O)]=O,n),e.className)},r.createElement(m,{rootItem:!0},r.createElement(r.Fragment,null,e.data.map((function(t,n,a){var i=t[M];if(0===n)return r.createElement(f,{key:i,isFirstItem:!0,isLastItem:a.length-1===n},r.createElement(g,o({isLast:a.length-1===n,isFirst:!0,id:String(i),icon:t[I]||void 0,iconClass:t[V]?String(t[V]):void 0,text:t[k]?String(t[k]):void 0,disabled:t.disabled||!1,onItemSelect:w,onKeyDown:x},e)))})))),r.createElement(m,{rootItem:!1},r.createElement(r.Fragment,null,e.data.map((function(t,n,a){var i=t[M];if(0!==n)return r.createElement(f,{key:i,isFirstItem:!1,isLastItem:a.length-1===n},r.createElement(z,{dir:H}),r.createElement(g,o({isLast:a.length-1===n,isFirst:!1,id:String(i),icon:t[I]||void 0,iconClass:t[V]?String(t[V]):void 0,text:t[k]?String(t[k]):void 0,disabled:t.disabled||!1,onItemSelect:w,onKeyDown:x},e)))})))))}));var p={id:a.string,style:a.object,className:a.string,breadcrumbOrderedList:a.elementType,breadcrumbListItem:a.elementType,breadcrumbDelimiter:a.elementType,breadcrumbLink:a.elementType,data:a.arrayOf(a.shape({id:a.string,text:a.string,icon:a.any,iconClass:a.string})),dir:a.oneOf(["ltr","rtl"]),disabled:a.bool,valueField:a.string,textField:a.string,iconField:a.string,iconClassField:a.string,onItemSelect:a.func,ariaLabel:a.string},d={valueField:"id",textField:"text",iconField:"icon",iconClassField:"iconClass"};t.Breadcrumb.displayName="KendoReactBreadcrumb",t.Breadcrumb.propTypes=p,t.Breadcrumb.defaultProps=d},7720:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.BreadcrumbDelimiter=void 0;var o=n(3899),r=n(189),a=n(9302),i=n(1736),c=n(8696),l=n(7363);t.BreadcrumbDelimiter=o.forwardRef((function(e,t){(0,a.validatePackage)(l.packageMetadata);var n=o.useRef(null),r=o.useRef(null);return o.useImperativeHandle(n,(function(){var t;return{element:(null===(t=r.current)||void 0===t?void 0:t.element)||null,props:e}})),o.useImperativeHandle(t,(function(){return n.current})),o.createElement(i.IconWrap,{ref:r,id:e.id,"aria-hidden":!0,tabIndex:e.tabIndex,style:e.style,name:"rtl"===e.dir?"chevron-left":"chevron-right",icon:"rtl"===e.dir?c.chevronLeftIcon:c.chevronRightIcon,className:"k-breadcrumb-delimiter-icon",size:"xsmall"})}));var s={id:r.string,className:r.string,style:r.object,tabIndex:r.number,dir:r.string};t.BreadcrumbDelimiter.displayName="KendoReactBreadcrumbDelimiter",t.BreadcrumbDelimiter.propTypes=s},9486:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.BreadcrumbLink=void 0;var o=n(3899),r=n(189),a=n(9302),i=n(1736),c=n(7363);t.BreadcrumbLink=o.forwardRef((function(e,t){(0,a.validatePackage)(c.packageMetadata);var n=o.useRef(null),r=o.useRef(null),l=o.useCallback((function(){r.current&&r.current.focus()}),[r]);o.useImperativeHandle(n,(function(){return{element:r.current,focus:l,props:e}})),o.useImperativeHandle(t,(function(){return n.current}));var s=o.useCallback((function(t){e.id&&(0,i.dispatchEvent)(e.onItemSelect,t,t.target,{id:e.id})}),[e.onItemSelect]),h=o.useCallback((function(t){e.id&&(0,i.dispatchEvent)(e.onKeyDown,t,t.target,{id:e.id})}),[e.onKeyDown]);return o.createElement("span",{"aria-current":e.ariaCurrent?e.ariaCurrent:e.isLast,role:"link",id:e.id,ref:r,style:e.style,dir:(0,i.useDir)(r,e.dir),tabIndex:(0,i.getTabIndex)(e.tabIndex,e.disabled),className:(0,i.classNames)({"k-breadcrumb-root-link":e.isFirst,"k-breadcrumb-link":!e.isFirst,"k-breadcrumb-icontext-link":void 0!==e.iconClass&&e.text,"k-breadcrumb-icon-link":void 0!==e.iconClass&&!e.text,"k-disabled":e.disabled}),onClick:s,onKeyDown:h},e.iconClass?o.createElement("span",{className:(0,i.classNames)("k-icon",e.iconClass)}):e.icon?e.icon:"",e.text&&o.createElement("span",{className:"k-breadcrumb-item-text"},e.text))}));var l={id:r.string,className:r.string,tabIndex:r.number,style:r.object,dir:r.string,disabled:r.bool,text:r.string,icon:r.node,iconClass:r.string,onClick:r.func,ariaCurrent:r.bool};t.BreadcrumbLink.displayName="KendoReactBreadcrumbLink",t.BreadcrumbLink.propTypes=l},609:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.BreadcrumbListItem=void 0;var o=n(3899),r=n(189),a=n(9302),i=n(1736),c=n(7363);t.BreadcrumbListItem=o.forwardRef((function(e,t){(0,a.validatePackage)(c.packageMetadata);var n=o.useRef(null),r=o.useRef(null),l=o.useCallback((function(){r.current&&r.current.focus()}),[r]);return o.useImperativeHandle(n,(function(){return{element:r.current,focus:l,props:e}})),o.useImperativeHandle(t,(function(){return n.current})),o.createElement("li",{ref:r,id:e.id,style:e.style,className:(0,i.classNames)("k-breadcrumb-item",{"k-breadcrumb-root-item":e.isFirstItem,"k-breadcrumb-last-item":e.isLastItem},e.className)},e.children)}));var l={id:r.string,className:r.string,children:r.any,style:r.object};t.BreadcrumbListItem.displayName="KendoReactBreadcrumbListItem",t.BreadcrumbListItem.propTypes=l},6645:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.BreadcrumbOrderedList=void 0;var o=n(3899),r=n(189),a=n(9302),i=n(1736),c=n(7363);t.BreadcrumbOrderedList=o.forwardRef((function(e,t){(0,a.validatePackage)(c.packageMetadata);var n=o.useRef(null),r=o.useRef(null);return o.useImperativeHandle(n,(function(){return{element:r.current,props:e}})),o.useImperativeHandle(t,(function(){return n.current})),o.createElement(o.Fragment,null,e.rootItem?o.createElement("ol",{id:e.id,ref:r,style:e.style,dir:(0,i.useDir)(r,e.dir),tabIndex:(0,i.getTabIndex)(e.tabIndex,e.disabled),className:(0,i.classNames)("k-breadcrumb-root-item-container",{"k-disabled":e.disabled},e.className)},e.children):o.createElement("ol",{id:e.id,ref:r,style:e.style,dir:(0,i.useDir)(r,e.dir),tabIndex:(0,i.getTabIndex)(e.tabIndex,e.disabled),className:(0,i.classNames)("k-breadcrumb-container !k-flex-wrap",{"k-disabled":e.disabled},e.className)},e.children))}));var l={id:r.string,className:r.string,children:r.element,tabIndex:r.number,style:r.object,dir:r.string,disabled:r.bool};t.BreadcrumbOrderedList.displayName="KendoReactBreadcrumbOrderedList",t.BreadcrumbOrderedList.propTypes=l},4052:function(e,t,n){var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.Avatar=void 0;var r=n(3899),a=n(189),i=n(1736),c=n(9660),l=n(1736),s=n(7363);t.Avatar=function(e){var t,n=o({type:c.avatarType.TEXT,size:"medium",rounded:"full",fillMode:"solid",themeColor:"primary"},e);return(0,l.validatePackage)(s.packageMetadata),r.createElement("div",{style:n.style,className:(0,i.classNames)("k-avatar",(t={},t["k-avatar-bordered"]=n.border,t["k-rounded-".concat(i.kendoThemeMaps.roundedMap[n.rounded]||n.rounded)]=n.rounded,t["k-avatar-".concat(i.kendoThemeMaps.sizeMap[n.size]||n.size)]=n.size,t["k-avatar-".concat(n.fillMode)]=n.fillMode,t["k-avatar-".concat(n.fillMode,"-").concat(n.themeColor)]=Boolean(n.fillMode&&n.themeColor),t),n.className)},r.createElement("span",{className:"k-avatar-".concat(n.type)},n.children))},t.Avatar.propTypes={className:a.string,type:a.oneOf(["text","image","icon"]),size:a.oneOf([null,"small","medium","large"]),rounded:a.oneOf([null,"small","medium","large","full"]),fillMode:a.oneOf([null,"solid","outline"]),themeColor:a.oneOf([null,"base","dark","error","info","inverse","inverse","light","primary","secondary","success","tertiary","warning"])}},1316:function(e,t,n){var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)},r=this&&this.__rest||function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.Card=void 0;var a=n(3899),i=n(189),c=n(1736),l=n(9660),s=n(9660),h=n(1736),v=n(7363);t.Card=a.forwardRef((function(e,t){var n;(0,h.validatePackage)(v.packageMetadata);var i=e.children,u=e.dir,p=e.style,d=e.className,m=e.type,f=e.orientation,z=r(e,["children","dir","style","className","type","orientation"]),g=a.useRef(null),y=a.useRef(null);return a.useImperativeHandle(g,(function(){return{element:y.current,props:e}})),a.useImperativeHandle(t,(function(){return g.current})),a.createElement("div",o({dir:u,style:p,ref:y,className:(0,c.classNames)("k-card",d,(n={},n["k-card-".concat(m)]=m!==l.cardType.DEFAULT,n),f!==s.cardOrientation.HORIZONTAL?"k-card-vertical":"k-card-horizontal")},z),i)})),t.Card.displayName="KendoReactCard",t.Card.propTypes={children:i.node,className:i.string,dir:i.string,orientation:i.oneOf(["horizontal","vertical"]),style:i.object,type:i.oneOf(["default","primary","info","success","warning","error"])},t.Card.defaultProps={type:l.cardType.DEFAULT,orientation:s.cardOrientation.VERTICAL}},5920:function(e,t,n){var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.CardActions=void 0;var r=n(3899),a=n(189),i=n(1736),c=n(9660);t.CardActions=function(e){var t=o({layout:c.cardActionsLayout.START,orientation:c.cardOrientation.HORIZONTAL},e);return r.createElement("div",{style:t.style,className:(0,i.classNames)("k-card-actions",t.className,"k-card-actions-".concat(t.layout),t.orientation!==c.cardOrientation.VERTICAL?"k-card-actions-horizontal":"k-card-actions-vertical")},t.children)},t.CardActions.propTypes={layout:a.oneOf(["stretched","start","center","end"]),orientation:a.oneOf(["horizontal","vertical"])}},897:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.CardBody=void 0;var o=n(3899),r=n(189),a=n(1736);t.CardBody=function(e){return o.createElement("div",{style:e.style,className:(0,a.classNames)("k-card-body",e.className)},e.children)},t.CardBody.propTypes={className:r.string}},5524:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.CardFooter=void 0;var o=n(3899),r=n(189),a=n(1736);t.CardFooter=function(e){return o.createElement("div",{style:e.style,className:(0,a.classNames)("k-card-footer",e.className)},e.children)},t.CardFooter.propTypes={className:r.string}},4701:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.CardHeader=void 0;var o=n(3899),r=n(189),a=n(1736);t.CardHeader=function(e){return o.createElement("div",{style:e.style,className:(0,a.classNames)("k-card-header",e.className)},e.children)},t.CardHeader.propTypes={className:r.string}},2198:function(e,t,n){var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.CardImage=void 0;var r=n(3899),a=n(189),i=n(1736);t.CardImage=function(e){var t=o({src:""},e);return r.createElement("img",{style:t.style,className:(0,i.classNames)("k-card-image",t.className),src:t.src,alt:t.alt})},t.CardImage.propTypes={className:a.string,src:a.string}},2753:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.CardSubtitle=void 0;var o=n(3899),r=n(189),a=n(1736);t.CardSubtitle=function(e){return o.createElement("div",{style:e.style,className:(0,a.classNames)("k-card-subtitle",e.className)},e.children)},t.CardSubtitle.propTypes={className:r.string}},7286:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.CardTitle=void 0;var o=n(3899),r=n(189),a=n(1736);t.CardTitle=function(e){return o.createElement("div",{style:e.style,className:(0,a.classNames)("k-card-title",e.className)},e.children)},t.CardTitle.propTypes={className:r.string}},8382:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},9034:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},3007:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},5629:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},9660:(e,t)=>{var n,o,r,a;Object.defineProperty(t,"__esModule",{value:!0}),t.cardActionsLayout=t.cardType=t.cardOrientation=t.avatarType=void 0,(a=t.avatarType||(t.avatarType={})).TEXT="text",a.IMAGE="image",a.ICON="icon",(r=t.cardOrientation||(t.cardOrientation={})).HORIZONTAL="horizontal",r.VERTICAL="vertical",(o=t.cardType||(t.cardType={})).DEFAULT="default",o.primary="primary",o.INFO="info",o.SUCCESS="success",o.WARNING="warning",o.ERROR="error",(n=t.cardActionsLayout||(t.cardActionsLayout={})).START="start",n.CENTER="center",n.END="end",n.STRETCHED="stretched"},222:function(e,t,n){var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.ContextMenu=void 0;var r=n(3899),a=n(1736),i=n(5362),c=n(2783);t.ContextMenu=function(e){var t=r.useRef(null);return r.useEffect((function(){e.show&&setTimeout((function(){var e=t.current&&t.current.element,n=e&&e.querySelector(".k-menu-item"),o=(0,a.getActiveElement)(n&&n.ownerDocument);n&&n!==o&&n.focus()}))}),[e.show]),r.createElement(i.Popup,{show:e.show,offset:e.offset,popupClass:"k-menu-popup",animate:!1},r.createElement(c.Menu,o({vertical:!0},e,{ref:t,className:(0,a.classNames)("k-context-menu",e.className),onClose:e.onClose,role:"menu"}),e.children))},t.ContextMenu.displayName="KendoReactContextMenu"},5445:function(e,t,n){var o=this;Object.defineProperty(t,"__esModule",{value:!0}),t.Drawer=void 0;var r=n(3899),a=n(189),i=n(8644),c=n(6571),l=n(1736),s=n(1736),h=n(7363);t.Drawer=r.forwardRef((function(e,t){(0,s.validatePackage)(h.packageMetadata);var n=e.expanded,a=e.mode,v=e.position,u=e.className,p=e.children,d=e.style,m=e.animation,f=e.mini,z=e.width,g=e.miniWidth,y=e.items,b=e.item,H=e.tabIndex,w=e.onOverlayClick,x=e.onSelect,M=r.useRef(null),I=r.useCallback((function(){M.current&&M.current.focus()}),[]);r.useImperativeHandle(t,(function(){return{element:M.current,focus:I}}));var V=r.useCallback((function(e,t,n){if(y&&x){var r={itemTarget:e,itemIndex:t,syntheticEvent:n,nativeEvent:n&&n.nativeEvent,target:o};x.call(void 0,r)}}),[y,x]),k=(0,l.useDir)(M,e.dir),O=(0,l.classNames)({"k-drawer-container":!0,"k-drawer-expanded":n,"k-drawer-overlay":"overlay"===a,"k-drawer-push":"push"===a,"k-drawer-mini":f},u);return r.createElement(i.DrawerContext.Provider,{value:{animation:m,expanded:n,mode:a,position:v,mini:f,dir:k,items:y,item:b,width:z,miniWidth:g,onOverlayClick:w,onSelect:V}},r.createElement("div",{className:O,ref:M,dir:k,style:d,tabIndex:H},y&&r.createElement(c.DrawerNavigation,null),p))})),t.Drawer.propTypes={animation:a.any,expanded:a.bool,children:a.any,className:a.string,dir:a.string,mode:a.string,position:a.string,mini:a.bool,style:a.object,tabIndex:a.number,width:a.number,miniWidth:a.number,selected:a.number,onSelect:a.func,onOverlayClick:a.func},t.Drawer.defaultProps={animation:!0,expanded:!1,mode:"overlay",position:"start",mini:!1,dir:"ltr",width:240,miniWidth:50},t.Drawer.displayName="KendoDrawer"},1267:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.DrawerContent=void 0;var o=n(3899),r=n(189),a=n(1736);t.DrawerContent=o.forwardRef((function(e,t){var n=e.children,r=e.className,i=e.style,c=o.useRef(null);o.useImperativeHandle(t,(function(){return{element:c.current}}));var l=(0,a.classNames)({"k-drawer-content":!0},r);return o.createElement("div",{className:l,style:i,ref:c},n)})),t.DrawerContent.propTypes={children:r.any,className:r.string,style:r.object},t.DrawerContent.displayName="KendoDrawerContent"},1719:function(e,t,n){var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)},r=this&&this.__rest||function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.DrawerItem=void 0;var a=n(3899),i=n(189),c=n(1736),l=n(8644);t.DrawerItem=a.forwardRef((function(e,t){var n=e.className,i=e.style,s=e.text,h=e.icon,v=e.svgIcon,u=e.separator,p=e.disabled,d=e.selected,m=e.onSelect,f=e.index,z=e.tabIndex,g=e.children,y=r(e,["className","style","text","icon","svgIcon","separator","disabled","selected","onSelect","index","tabIndex","children"]),b=a.useContext(l.DrawerContext),H=b.expanded,w=b.mini,x=b.item,M=a.useRef(null),I=a.useCallback((function(){M.current&&M.current.focus()}),[]);a.useImperativeHandle(t,(function(){return{element:M.current,focus:I,props:e}}));var V=(0,c.classNames)("k-drawer-item",{"k-selected":d,"k-disabled":p},n),k=a.useCallback((function(t){if(m&&!p){var n={element:M.current,focus:I,props:e};m(n,f,t)}}),[m,f,p]),O=a.createElement(a.Fragment,null,(h||v)&&a.createElement(c.IconWrap,{name:h?(0,c.toIconName)(h):h,icon:v}),!H&&w?null:a.createElement("span",{className:"k-item-text"},s));return u?a.createElement("li",{className:"k-drawer-item k-drawer-separator",role:"separator"}):a.createElement("li",o({ref:M,className:V,style:i,role:"menuitem","aria-label":s,"aria-disabled":p,onClick:k,tabIndex:(0,c.getTabIndex)(z,p)},y),x?g:O)})),t.DrawerItem.propTypes={className:i.string,style:i.object,text:i.string,icon:i.string,svgIcon:c.svgIconPropType,separator:i.bool,selected:i.bool,disabled:i.bool,targetItem:i.any},t.DrawerItem.displayName="KendoDrawerItem"},6571:function(e,t,n){var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.DrawerNavigation=void 0;var r=n(3899),a=n(189),i=n(8644),c=n(1719),l=n(1736),s=n(7363),h=n(1736),v={type:"slide",duration:200},u={type:"slide",duration:0};t.DrawerNavigation=r.forwardRef((function(e,t){var n=e.children,a=e.className,p=e.style;(0,h.validatePackage)(s.packageMetadata);var d=(0,h.shouldShowValidationUI)(s.packageMetadata),m=r.useContext(i.DrawerContext),f=m.animation,z=m.expanded,g=m.mode,y=m.position,b=m.onOverlayClick,H=m.mini,w=m.dir,x=m.width,M=m.miniWidth,I=m.items,V=m.item,k=m.onSelect,O=r.useRef(null),C=r.useCallback((function(){O.current&&O.current.focus()}),[]),E="boolean"!=typeof f?f:!1===f?u:v,B=x||240,S=M||50;r.useImperativeHandle(t,(function(){return{element:O.current,focus:C}}));var P=r.useMemo((function(){return"k-widget k-drawer "+(0,l.classNames)({"k-drawer-start":"start"===y,"k-drawer-end":"end"===y},a)}),[y]),L={opacity:1,flexBasis:B,WebkitTransition:"all "+(E&&E.duration)+"ms",transition:"all "+(E&&E.duration)+"ms"},N={opacity:1,transform:"translateX(0px)",WebkitTransition:"all "+(E&&E.duration)+"ms",transition:"all "+(E&&E.duration)+"ms"},_={opacity:H?1:0,flexBasis:H?S:0,WebkitTransition:"all "+(E&&E.duration)+"ms",transition:"all "+(E&&E.duration)+"ms"},D={opacity:0,transform:"translateX(-100%)",WebkitTransition:"all "+(E&&E.duration)+"ms",transition:"all "+(E&&E.duration)+"ms"},A={opacity:0,transform:"translateX(100%)",WebkitTransition:"all "+(E&&E.duration)+"ms",transition:"all "+(E&&E.duration)+"ms"},R={transform:"translateX(0%)",WebkitTransitionDuration:(E&&E.duration)+"ms",transitionDuration:(E&&E.duration)+"ms"},T=z?"push"===g?L:N:"push"===g?_:"ltr"===w&&"start"===y||"rtl"===w&&"end"===y?H?R:D:H?R:A,j=I&&r.createElement("ul",{className:"k-drawer-items",role:"menubar","aria-label":"drawer-list","aria-expanded":z},I.map((function(e,t){var n=o(o({index:t},e),{onSelect:k}),a=V||c.DrawerItem;return r.createElement(a,o({key:t},n))}))),F=r.createElement("div",{style:E?o(o({},T),p):p,className:P,ref:O},r.createElement("div",{className:"k-drawer-wrapper",style:!z&&H&&"overlay"===g?{width:S}:{width:B}},j||n),d&&r.createElement(h.WatermarkOverlay,null));return"overlay"===g?r.createElement(r.Fragment,null,z&&r.createElement("div",{className:"k-overlay",onClick:b}),F):F})),t.DrawerNavigation.propTypes={children:a.any,className:a.string,style:a.object,item:a.any,tabIndex:a.number},t.DrawerNavigation.displayName="KendoDrawerNavigation"},8644:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.DrawerContext=void 0;var o=n(3899);t.DrawerContext=o.createContext({animation:!0,expanded:!1,mode:"overlay",position:"start",mini:!1,dir:"ltr",width:240,miniWidth:50})},5217:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},7041:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},3726:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},1313:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},1251:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},6307:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},3998:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},3834:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ExpansionPanel=void 0;var o=n(3899),r=n(189),a=n(1736),i=n(7363),c=n(8696);t.ExpansionPanel=o.forwardRef((function(e,t){var n,r;(0,a.validatePackage)(i.packageMetadata);var l=o.useRef(null),s=o.useState(!1),h=s[0],v=s[1],u=o.useCallback((function(){return{element:l.current}}),[]);o.useImperativeHandle(t,u);var p=e.expanded,d=void 0!==p&&p,m=e.disabled,f=e.title,z=e.subtitle,g=e.onAction,y=e.expandIcon,b=e.collapseIcon,H=e.expandSVGIcon,w=e.collapseSVGIcon,x=o.useCallback((function(e){(0,a.dispatchEvent)(g,e,u(),{expanded:d})}),[g,d]),M=o.useCallback((function(e){e.keyCode!==a.Keys.enter&&e.keyCode!==a.Keys.space||(e.preventDefault(),(0,a.dispatchEvent)(g,e,u(),{expanded:d}))}),[g,d]),I=o.useCallback((function(){e.disabled||v(!0)}),[e.disabled]),V=o.useCallback((function(){e.disabled||v(!1)}),[e.disabled]),k=(0,a.useAsyncFocusBlur)({onFocus:I,onBlur:V}),O=k.onFocus,C=k.onBlur;return o.createElement("div",{ref:l,className:(0,a.classNames)("k-expander",e.className,{"k-expanded":d,"k-focus":h&&!m,"k-disabled":m}),onFocus:O,onBlur:C,style:e.style,id:e.id,dir:(0,a.useRtl)(l,e.dir),onKeyDown:m?void 0:M},o.createElement("div",{role:"button","aria-controls":e.ariaControls,"aria-expanded":d,"aria-disabled":m,tabIndex:(0,a.getTabIndex)(e.tabIndex,m),className:"k-expander-header",onClick:m?void 0:x},void 0!==f?o.createElement("div",{className:"k-expander-title"},f):void 0,o.createElement("span",{className:"k-spacer"}),void 0!==z?o.createElement("div",{className:"k-expander-sub-title"},z):void 0,o.createElement("span",{className:"k-expander-indicator"},o.createElement(a.IconWrap,{name:d?b?void 0:"chevron-up":y?void 0:"chevron-down",icon:d?w||b?w:c.chevronUpIcon:H||y?H:c.chevronDownIcon,className:(0,a.classNames)(d?(n={},n[String(b)]=Boolean(b),n):(r={},r[String(y)]=Boolean(y),r))}))),e.children)})),t.ExpansionPanel.propTypes={children:r.node,className:r.string,style:r.object,dir:r.string,id:r.string,tabIndex:r.number,title:r.node,subtitle:r.node,expandIcon:r.string,collapseIcon:r.string,expanded:r.bool,disabled:r.bool,onAction:r.func},t.ExpansionPanel.displayName="KendoReactExpansionPanel"},6085:function(e,t,n){var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.ExpansionPanelContent=void 0;var r=n(1736),a=n(3899);t.ExpansionPanelContent=a.forwardRef((function(e,t){return a.createElement("div",o({ref:t},e,{className:(0,r.classNames)("k-expander-content-wrapper",e.className)}),a.createElement("div",{className:"k-expander-content"},e.children))})),t.ExpansionPanelContent.displayName="KendoReactExpansionPanelContent"},581:function(e,t,n){var o=this&&this.__createBinding||(Object.create?function(e,t,n,o){void 0===o&&(o=n);var r=Object.getOwnPropertyDescriptor(t,n);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,o,r)}:function(e,t,n,o){void 0===o&&(o=n),e[o]=t[n]}),r=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||o(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),r(n(3834),t),r(n(6085),t),r(n(1086),t)},1086:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},5448:function(e,t,n){var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.GridLayout=void 0;var r=n(3899),a=n(189),i=n(9302),c=n(7363),l=n(1736);t.GridLayout=r.forwardRef((function(e,t){(0,i.validatePackage)(c.packageMetadata);var n=r.useRef(null),a=r.useCallback((function(){return{element:n.current}}),[]);r.useImperativeHandle(t,a);var h=e.className,v=e.style,u=e.id,p=e.children,d=e.gap,m=r.useMemo((function(){return(0,l.guid)()}),[]),f=r.useMemo((function(){return e.align&&e.align.horizontal?e.align.horizontal:s.hAlign}),[e.align]),z=r.useMemo((function(){return e.align&&e.align.vertical?e.align.vertical:s.vAlign}),[e.align]),g=r.useMemo((function(){return(0,l.classNames)("k-grid-layout",{"k-justify-items-start":"start"===f,"k-justify-items-center":"center"===f,"k-justify-items-end":"end"===f,"k-justify-items-stretch":"stretch"===f,"k-align-items-start":"top"===z,"k-align-items-center":"middle"===z,"k-align-items-end":"bottom"===z,"k-align-items-stretch":"stretch"===z},h)}),[f,z,h]),y=d?"".concat("number"==typeof d.rows?d.rows+"px":d.rows)+" "+"".concat("number"==typeof d.cols?d.cols+"px":d.cols):void 0,b=e.rows&&e.rows.map((function(e){return"".concat("number"==typeof e.height?e.height+"px":e.height)})).join(" "),H=e.cols&&e.cols.map((function(e){return"".concat("number"==typeof e.width?e.width+"px":e.width)})).join(" "),w=o({gap:y,gridTemplateColumns:H,gridTemplateRows:b},v);return r.createElement("div",{ref:n,className:g,style:w,id:u||m},p)}));var s={hAlign:"stretch",vAlign:"stretch",gap:void 0};t.GridLayout.propTypes={className:a.string,style:a.object,children:a.any,id:a.string,gap:a.shape({rows:a.oneOfType([a.string,a.number]),columns:a.oneOfType([a.string,a.number])}),align:a.shape({vertical:a.oneOf(["top","middle","bottom","stretch"]),horizontal:a.oneOf(["start","center","end","stretch"])})},t.GridLayout.defaultProps=s,t.GridLayout.displayName="KendoReactGridLayout"},9074:function(e,t,n){var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.GridLayoutItem=void 0;var r=n(3899),a=n(189),i=n(9302),c=n(7363),l=n(1736);t.GridLayoutItem=r.forwardRef((function(e,t){(0,i.validatePackage)(c.packageMetadata);var n=r.useRef(null),a=r.useCallback((function(){return{element:n.current}}),[]);r.useImperativeHandle(t,a);var s=e.className,h=e.style,v=e.id,u=e.children,p=e.row,d=e.col,m=e.rowSpan,f=e.colSpan,z=r.useMemo((function(){return(0,l.guid)()}),[]),g=o({gridArea:"".concat(p||"auto"," / ").concat(d||"auto"," / ").concat(m?"span "+m:"auto"," / ").concat(f?"span "+f:"auto")},h);return r.createElement("div",{ref:n,className:s,style:g,id:v||z},u)})),t.GridLayoutItem.propTypes={className:a.string,style:a.object,children:a.any,id:a.string},t.GridLayoutItem.displayName="KendoReactGridLayoutItem"},1222:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},9473:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},954:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},6443:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},468:function(e,t,n){var o=this&&this.__createBinding||(Object.create?function(e,t,n,o){void 0===o&&(o=n);var r=Object.getOwnPropertyDescriptor(t,n);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,o,r)}:function(e,t,n,o){void 0===o&&(o=n),e[o]=t[n]}),r=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||o(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),t.SplitterBar=t.rightArrowName=t.leftArrowName=t.downArrowName=t.MenuItemInternalsList=void 0;var a=n(6123);Object.defineProperty(t,"MenuItemInternalsList",{enumerable:!0,get:function(){return a.MenuItemInternalsList}});var i=n(6081);Object.defineProperty(t,"downArrowName",{enumerable:!0,get:function(){return i.downArrowName}}),Object.defineProperty(t,"leftArrowName",{enumerable:!0,get:function(){return i.leftArrowName}}),Object.defineProperty(t,"rightArrowName",{enumerable:!0,get:function(){return i.rightArrowName}});var c=n(6396);Object.defineProperty(t,"SplitterBar",{enumerable:!0,get:function(){return c.SplitterBar}}),r(n(9383),t),r(n(5),t),r(n(8679),t),r(n(4603),t),r(n(2971),t),r(n(8064),t),r(n(783),t),r(n(5886),t),r(n(2730),t),r(n(3879),t),r(n(1498),t),r(n(1966),t),r(n(2783),t),r(n(8386),t),r(n(5554),t),r(n(6081),t),r(n(7612),t),r(n(9001),t),r(n(8618),t),r(n(5748),t),r(n(1316),t),r(n(4701),t),r(n(7286),t),r(n(897),t),r(n(5920),t),r(n(2198),t),r(n(2753),t),r(n(5524),t),r(n(5629),t),r(n(3007),t),r(n(8382),t),r(n(9034),t),r(n(4052),t),r(n(5445),t),r(n(6307),t),r(n(6571),t),r(n(1251),t),r(n(1267),t),r(n(7041),t),r(n(1719),t),r(n(3726),t),r(n(1313),t),r(n(3998),t),r(n(5217),t),r(n(2894),t),r(n(8734),t),r(n(2030),t),r(n(6810),t),r(n(8431),t),r(n(2350),t),r(n(504),t),r(n(6732),t),r(n(1401),t),r(n(304),t),r(n(970),t),r(n(6568),t),r(n(5975),t),r(n(153),t),r(n(8645),t),r(n(3433),t),r(n(5478),t),r(n(5207),t),r(n(6566),t),r(n(8312),t),r(n(100),t),r(n(1312),t),r(n(9560),t),r(n(5555),t),r(n(3488),t),r(n(5448),t),r(n(9074),t),r(n(954),t),r(n(9473),t),r(n(6443),t),r(n(1222),t),r(n(8826),t),r(n(6645),t),r(n(609),t),r(n(7720),t),r(n(9486),t),r(n(2363),t),r(n(7986),t),r(n(5605),t),r(n(4724),t),r(n(2744),t),r(n(2164),t),r(n(3694),t),r(n(8909),t),r(n(222),t),r(n(581),t)},2783:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.Menu=void 0;var a=n(3899),i=n(189),c=n(1736),l=n(3012),s=n(2645),h=n(350),v=n(9821),u=n(6123),p=n(8083),d=n(5190),m=n(1736),f=n(7363),z={focusedItemId:l.EMPTY_ID,hoveredItemId:l.EMPTY_ID,tabbableItemId:l.ZERO_LEVEL_ZERO_ITEM_ID},g=function(e){function t(t){var n=e.call(this,t)||this;return n.menuWrapperEl=null,n.guid=(0,c.guid)(),n.directionHolder=new p.DirectionHolder,n.inputItems=[],n.items=[],n.reset=function(){n.clearItemHoverAndLeaveRequestsIfApplicable(),n.setState(z)},n.onKeyDown=function(e){if(n.state.focusedItemId!==l.EMPTY_ID){var t=(0,l.getItemById)(n.state.focusedItemId,n.items),o=(0,h.getNewItemIdUponKeyboardNavigation)(n.items,t.id,e.keyCode,e.key,n.props.vertical,n.directionHolder.getIsDirectionRightToLeft());t.id!==o&&(e.preventDefault(),n.setFocusedItemId(o)),e.keyCode!==c.Keys.enter&&e.keyCode!==c.Keys.space||t.disabled||(n.mouseOverHandler.handleItemSelectedViaKeyboard(),n.dispatchSelectEventIfWired(e,t.id),!e.isDefaultPrevented()&&0===t.items.length&&t.url&&window.location.assign(t.url))}e.keyCode===c.Keys.esc&&n.props.onClose&&n.props.onClose.call(void 0,e)},n.onItemMouseOver=function(e){n.mouseOverHandler.IsMouseOverEnabled&&(n.clearItemHoverAndLeaveRequestsIfApplicable(),n.itemHoverRequest=window.setTimeout((function(){n.setHoveredItemId(e),n.itemHoverRequest=null}),(0,v.getHoverOpenDelay)(n.props)))},n.onItemMouseLeave=function(e){n.mouseOverHandler.IsMouseOverEnabled&&n.isItemWithDefaultClose(e)&&(n.clearItemHoverAndLeaveRequestsIfApplicable(),n.itemLeaveRequest=window.setTimeout((function(){n.setHoveredItemId(l.EMPTY_ID),n.itemLeaveRequest=null}),(0,v.getHoverCloseDelay)(n.props)))},n.onItemMouseDown=function(){n.mouseOverHandler.handleItemMouseDown()},n.onItemFocus=function(e){n.setFocusedItemId(e),n.mouseOverHandler.handleItemFocus()},n.onItemClick=function(e,t){var o=(0,l.getItemById)(t,n.items);o.disabled||(n.setFocusedItemId(t),n.mouseOverHandler.handleItemClick(t,n.isItemWithDefaultClose(t)),n.dispatchSelectEventIfWired(e,t),!e.isDefaultPrevented()&&o.url&&window.location.assign(o.url))},n.onItemBlur=function(e,t){if(n.isItemWithDefaultClose(e)&&n.setFocusedItemId(l.EMPTY_ID),t.relatedTarget&&"LI"===t.relatedTarget.nodeName){var o=t.relatedTarget.getAttribute("id");if(o&&o.includes(n.guid))return}n.props.onClose&&n.props.onClose.call(void 0,t)},n.getInputItem=function(e){return(0,l.getItemById)(e,n.inputItems)},(0,m.validatePackage)(f.packageMetadata),n.mouseOverHandler=new d.MouseOverHandler(n.props.openOnClick,n.reset,n.onItemMouseOver),n.state=Object.assign({},z,{isFirstRender:!0}),n}return r(t,e),Object.defineProperty(t.prototype,"element",{get:function(){return this.menuWrapperEl},enumerable:!1,configurable:!0}),t.prototype.render=function(){var e=this;this.prepareItems(),this.state.isFirstRender||this.directionHolder.setIsDirectionRightToLeft(this.checkIsDirectionRightToLeft());var t=this.state.hoveredItemId?this.state.hoveredItemId:this.state.focusedItemId?(0,l.getDirectParentId)(this.state.focusedItemId):l.EMPTY_ID;return a.createElement("div",{onKeyDown:this.onKeyDown,style:this.props.style,className:this.directionHolder.getIsDirectionRightToLeft()?"k-rtl":void 0,ref:function(t){return e.menuWrapperEl=t}},a.createElement(u.MenuItemInternalsList,{className:this.getMenuClassName(),"aria-orientation":this.props.vertical?"vertical":void 0,items:this.items,isMenuVertical:this.props.vertical,isDirectionRightToLeft:this.directionHolder.getIsDirectionRightToLeft(),focusedItemId:this.state.focusedItemId,lastItemIdToBeOpened:t,tabbableItemId:this.state.tabbableItemId,itemRender:this.props.itemRender,linkRender:this.props.linkRender,menuGuid:this.guid,onMouseLeave:this.onItemMouseLeave,onMouseOver:this.onItemMouseOver,onMouseDown:this.onItemMouseDown,onFocus:this.onItemFocus,onClick:this.onItemClick,onBlur:this.onItemBlur,onOriginalItemNeeded:this.getInputItem,role:this.props.role}))},t.prototype.componentDidMount=function(){this.setState({isFirstRender:!1})},t.prototype.componentDidUpdate=function(e){(Boolean(e.vertical)!==Boolean(this.props.vertical)||this.directionHolder.hasDirectionChanged())&&this.reset(),this.mouseOverHandler.OpenOnClick=this.props.openOnClick},t.prototype.componentWillUnmount=function(){this.clearItemHoverAndLeaveRequestsIfApplicable()},t.prototype.setFocusedItemId=function(e){this.setState((function(t){var n=e===l.EMPTY_ID?t.tabbableItemId:(0,l.getRootParentId)(e);return{hoveredItemId:e===l.EMPTY_ID||(0,l.isIdEmptyOrZeroLevel)(t.hoveredItemId)&&(0,l.isIdEmptyOrZeroLevel)(e)?t.hoveredItemId:l.EMPTY_ID,focusedItemId:e,tabbableItemId:n}}))},t.prototype.setHoveredItemId=function(e){this.setState((function(t){return(0,l.isIdEmptyOrZeroLevel)(e)&&(0,l.isIdEmptyOrZeroLevel)(t.focusedItemId)?{hoveredItemId:e,focusedItemId:t.focusedItemId,tabbableItemId:t.tabbableItemId}:{hoveredItemId:e,focusedItemId:l.EMPTY_ID,tabbableItemId:l.ZERO_LEVEL_ZERO_ITEM_ID}}))},t.prototype.getMenuClassName=function(){return(0,c.classNames)("k-reset","k-header","k-menu",{"k-menu-horizontal":!this.props.vertical},{"k-menu-vertical":this.props.vertical},this.props.className)},t.prototype.clearItemHoverAndLeaveRequestsIfApplicable=function(){this.itemHoverRequest&&(clearTimeout(this.itemHoverRequest),this.itemHoverRequest=null),this.itemLeaveRequest&&(clearTimeout(this.itemLeaveRequest),this.itemLeaveRequest=null)},t.prototype.isItemWithDefaultClose=function(e){return!this.props.customCloseItemIds||-1===this.props.customCloseItemIds.indexOf(e)},t.prototype.checkIsDirectionRightToLeft=function(){return Boolean(void 0!==this.props.dir?"rtl"===this.props.dir:this.menuWrapperEl&&"rtl"===getComputedStyle(this.menuWrapperEl).direction)},t.prototype.prepareItems=function(){var e=(0,s.prepareInputItemsForInternalWork)(this.props.items,this.props.children),t=e.items,n=e.inputItems;this.items=t,this.inputItems=n},t.prototype.dispatchSelectEventIfWired=function(e,t){(0,c.dispatchEvent)(this.props.onSelect,e,this,{item:this.getInputItem(t),itemId:t})},t.propTypes={vertical:i.bool,items:i.arrayOf(i.object),style:i.object,dir:i.string,hoverOpenDelay:i.number,hoverCloseDelay:i.number,openOnClick:i.bool,itemRender:i.any,linkRender:i.any,customCloseItemIds:i.arrayOf(i.string),onSelect:i.func,role:i.string},t.defaultProps={vertical:!1},t}(a.Component);t.Menu=g},5554:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.MenuItem=void 0;var a=n(3899),i=n(189),c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.prototype.render=function(){return null},t.propTypes={text:i.string,url:i.string,icon:i.string,disabled:i.bool,cssClass:i.string,cssStyle:i.object,render:i.any,linkRender:i.any,contentRender:i.any,data:i.any},t}(a.Component);t.MenuItem=c},6081:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),a=this&&this.__assign||function(){return a=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},a.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.MenuItemArrow=t.leftArrowName=t.rightArrowName=t.downArrowName=void 0;var i=n(3899),c=n(189),l=n(1736),s=n(8696),h=n(2190);t.downArrowName="caret-alt-down",t.rightArrowName="caret-alt-right",t.leftArrowName="caret-alt-left";var v=function(e){function n(){return null!==e&&e.apply(this,arguments)||this}return r(n,e),n.prototype.render=function(){return i.createElement(l.IconWrap,a({"aria-hidden":!0},this.getIcon()))},n.prototype.getIcon=function(){switch((0,h.getChildrenPosition)(this.props.itemId,!0===this.props.verticalMenu,"rtl"===this.props.dir)){case"downward":return{name:t.downArrowName,icon:s.caretAltDownIcon};case"rightward":return{name:t.rightArrowName,icon:s.caretAltRightIcon};case"leftward":return{name:t.leftArrowName,icon:s.caretAltLeftIcon};default:return{}}},n.propTypes={itemId:c.string,dir:c.string,verticalMenu:c.bool},n}(i.Component);t.MenuItemArrow=v},5194:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.MenuItemInternal=void 0;var a=n(3899),i=n(1736),c=n(5362),l=n(3012),s=n(2190),h=n(8386),v=n(6123),u=n(6081),p=function(e){function t(t){var n=e.call(this,t)||this;return n.isFirstRender=!0,n.onMouseOver=function(e){n.props.onMouseOver(n.props.item.id),e.stopPropagation()},n.onMouseLeave=function(e){n.props.onMouseLeave(n.props.item.id),e.stopPropagation()},n.state={opened:!1},n}return r(t,e),t.prototype.componentDidMount=function(){var e=this.props.focusedItemId,t=this.props.item.id;e&&e===t&&this.itemElement.focus(),this.isFirstRender=!1},t.prototype.componentDidUpdate=function(e){var t=this.props.focusedItemId,n=this.props.item.id;if(t){var o=(0,i.getActiveElement)(document);e.focusedItemId===t||t!==n||this.itemElement.contains(o)||this.itemElement.focus()}},t.prototype.render=function(){var e=this,t=this.props.item,n=t.id,o=(0,s.getDOMElementId)(this.props.menuGuid,n);return a.createElement(a.Fragment,null,a.createElement("li",{id:(0,s.getDOMElementId)(this.props.menuGuid,n),className:this.getMenuItemClassName(t),style:t.cssStyle,tabIndex:n===this.props.tabbableItemId?0:-1,onMouseOver:this.onMouseOver,onMouseLeave:this.onMouseLeave,onMouseDown:function(t){return e.props.onMouseDown(t)},onBlur:function(t){return e.props.onBlur(n,t)},onFocus:function(){return e.props.onFocus(n)},onClick:function(t){return e.props.onClick(t,n)},role:"menuitem","aria-disabled":!!t.disabled||void 0,"aria-haspopup":t.items.length>0||void 0,"aria-expanded":t.items.length>0?this.Opened:void 0,"aria-label":t.text,"aria-owns":this.Opened?o:void 0,ref:function(t){return e.itemElement=t},key:"0"},this.contentRender?this.renderContent():this.renderMenuItemLink()),this.renderPopupIfOpened())},t.prototype.renderContent=function(){var e=this.props.item.contentParentItemId;return a.createElement("div",{className:"k-content",role:"presentation"},a.createElement(this.contentRender,{item:this.props.onOriginalItemNeeded(e),itemId:e}))},t.prototype.renderMenuItemLink=function(){var e=this.props.item;if(this.linkRender)return a.createElement(this.linkRender,{item:this.props.onOriginalItemNeeded(e.id),itemId:e.id,opened:this.Opened,dir:(0,s.convertBoolDirectionToString)(this.props.isDirectionRightToLeft)});var t=this.itemRender?a.createElement(this.itemRender,{item:this.props.onOriginalItemNeeded(e.id),itemId:e.id,key:"1"}):a.createElement("span",{className:"k-menu-link-text"},e.text);return a.createElement(h.MenuItemLink,{url:e.url,opened:this.Opened},this.renderMenuIconIfApplicable(),t,this.renderArrowIfApplicable())},t.prototype.renderPopupIfOpened=function(){if(this.Opened){var e=this.props.item.id,t=(0,s.getPopupSettings)(e,this.props.isMenuVertical,this.props.isDirectionRightToLeft),n=t.anchorAlign,o=t.popupAlign,r=t.collision;return a.createElement(c.Popup,{anchor:this.itemElement,show:!0,popupClass:this.getPopupClassName(),anchorAlign:n,popupAlign:o,collision:r,animate:!1,key:"1"},a.createElement(v.MenuItemInternalsList,{parentItemId:e,items:this.props.item.items,menuGuid:this.props.menuGuid,focusedItemId:this.props.focusedItemId,lastItemIdToBeOpened:this.props.lastItemIdToBeOpened,tabbableItemId:this.props.tabbableItemId,itemRender:this.props.itemRender,linkRender:this.props.linkRender,isMenuVertical:this.props.isMenuVertical,isDirectionRightToLeft:this.props.isDirectionRightToLeft,className:"k-group k-menu-group k-reset k-menu-group-md",onMouseOver:this.props.onMouseOver,onMouseLeave:this.props.onMouseLeave,onMouseDown:this.props.onMouseDown,onBlur:this.props.onBlur,onFocus:this.props.onFocus,onClick:this.props.onClick,onOriginalItemNeeded:this.props.onOriginalItemNeeded}))}return null},t.prototype.renderMenuIconIfApplicable=function(){var e=this.props.item,t=e.icon,n=e.svgIcon;return t||n?a.createElement(i.IconWrap,{name:t,icon:n,key:"0"}):null},t.prototype.renderArrowIfApplicable=function(){return this.props.item.items.length>0?a.createElement("span",{className:"k-menu-expand-arrow","aria-hidden":!0},a.createElement(u.MenuItemArrow,{itemId:this.props.item.id,verticalMenu:this.props.isMenuVertical,dir:(0,s.convertBoolDirectionToString)(this.props.isDirectionRightToLeft),key:"2"})):null},Object.defineProperty(t.prototype,"itemRender",{get:function(){return this.props.item.render||this.props.itemRender},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"linkRender",{get:function(){return this.props.item.linkRender||this.props.linkRender},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"contentRender",{get:function(){return this.props.item.contentParentItemId?this.props.item.contentRender:null},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"Opened",{get:function(){var e=this.props;return e.item.items.length>0&&(0,l.shouldOpenItem)(e.item.id,e.lastItemIdToBeOpened)&&!this.isFirstRender},enumerable:!1,configurable:!0}),t.prototype.getPopupClassName=function(){return(0,i.classNames)("k-menu-popup",{"k-rtl":this.props.isDirectionRightToLeft})},t.prototype.getMenuItemClassName=function(e){return(0,i.classNames)("k-item","k-menu-item",{"k-first":(0,l.isFirstItemFromSiblings)(e.id),"k-last":e.isLastFromSiblings,"k-disabled":e.disabled},e.cssClass)},t}(a.Component);t.MenuItemInternal=p},6123:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.MenuItemInternalsList=void 0;var a=n(3899),i=n(5194),c=n(2190),l=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.onMouseOver=function(e){t.props.onMouseOver(t.props.parentItemId),e.stopPropagation()},t.onMouseLeave=function(e){t.props.onMouseLeave(t.props.parentItemId),e.stopPropagation()},t}return r(t,e),t.prototype.render=function(){var e=this.props.parentItemId;return a.createElement("ul",{className:this.props.className,role:this.props.role?this.props.role:void 0!==e?"menu":"menubar",id:void 0!==e?(0,c.getDOMElementId)(this.props.menuGuid,e):void 0,onMouseOver:void 0!==e?this.onMouseOver:void 0,onMouseLeave:void 0!==e?this.onMouseLeave:void 0,"aria-orientation":this.props["aria-orientation"]},this.renderChildItems())},t.prototype.renderChildItems=function(){var e=this;return this.props.items.length>0?this.props.items.map((function(t,n){return a.createElement(i.MenuItemInternal,{item:t,isMenuVertical:e.props.isMenuVertical,isDirectionRightToLeft:e.props.isDirectionRightToLeft,focusedItemId:e.props.focusedItemId,lastItemIdToBeOpened:e.props.lastItemIdToBeOpened,tabbableItemId:e.props.tabbableItemId,itemRender:e.props.itemRender,linkRender:e.props.linkRender,menuGuid:e.props.menuGuid,onMouseOver:e.props.onMouseOver,onMouseLeave:e.props.onMouseLeave,onMouseDown:e.props.onMouseDown,onBlur:e.props.onBlur,onFocus:e.props.onFocus,onClick:e.props.onClick,onOriginalItemNeeded:e.props.onOriginalItemNeeded,key:n})})):null},t}(a.Component);t.MenuItemInternalsList=l},8386:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.MenuItemLink=void 0;var a=n(3899),i=n(189),c=n(1736),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.prototype.render=function(){return this.props.url?a.createElement("a",{className:this.getMenuItemClassName(),role:"presentation",href:this.props.url,tabIndex:-1},this.props.children):a.createElement("span",{id:this.props.id,className:(0,c.classNames)(this.getMenuItemClassName(),this.props.className),style:this.props.style,role:"presentation"},this.props.children)},t.prototype.getMenuItemClassName=function(){return(0,c.classNames)("k-link","k-menu-link",{"k-active":this.props.opened})},t.propTypes={opened:i.bool,url:i.string},t}(a.Component);t.MenuItemLink=l},5933:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.POPUP_SETTINGS=t.POPUP_SETTINGS_RTL=void 0;var n={vertical:"top",horizontal:"left"},o={vertical:"top",horizontal:"right"},r={vertical:"flip",horizontal:"fit"},a={vertical:"fit",horizontal:"flip"};t.POPUP_SETTINGS_RTL={downward:{anchorAlign:{vertical:"bottom",horizontal:"right"},popupAlign:o,collision:r},leftward:{anchorAlign:{vertical:"top",horizontal:"left"},popupAlign:o,collision:a}},t.POPUP_SETTINGS={downward:{anchorAlign:{vertical:"bottom",horizontal:"left"},popupAlign:n,collision:r},rightward:{anchorAlign:{vertical:"top",horizontal:"right"},popupAlign:n,collision:a}}},9001:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},7612:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},8083:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.DirectionHolder=void 0;var n=function(){function e(){this.phase="Initialized"}return e.prototype.getIsDirectionRightToLeft=function(){return this.isDirectionRightToLeft},e.prototype.setIsDirectionRightToLeft=function(e){this.phase="NotInitialized"===this.phase?"Initialized":"NewValueReceived",this.previousIsDirectionRightToLeft=this.isDirectionRightToLeft,this.isDirectionRightToLeft=e},e.prototype.hasDirectionChanged=function(){return"NewValueReceived"===this.phase&&this.previousIsDirectionRightToLeft!==this.isDirectionRightToLeft},e}();t.DirectionHolder=n},5190:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.MouseOverHandler=void 0;var n=function(){function e(e,t,n){this.openOnClick=e,this.resetMenu=t,this.openItem=n,this.mouseDown=!1,this.openOnClick=e,this.isMouseOverEnabled=!e}return Object.defineProperty(e.prototype,"OpenOnClick",{set:function(e){Boolean(e)!==Boolean(this.openOnClick)&&(this.mouseDown=!1,this.isMouseOverEnabled=!e),this.openOnClick=e},enumerable:!1,configurable:!0}),e.prototype.handleItemSelectedViaKeyboard=function(){this.openOnClick&&(this.isMouseOverEnabled=!1,this.resetMenu())},Object.defineProperty(e.prototype,"IsMouseOverEnabled",{get:function(){return this.isMouseOverEnabled},enumerable:!1,configurable:!0}),e.prototype.handleItemMouseDown=function(){this.mouseDown=!0},e.prototype.handleItemFocus=function(){this.openOnClick&&!this.mouseDown&&(this.isMouseOverEnabled=!0),this.mouseDown=!1},e.prototype.handleItemClick=function(e,t){this.openOnClick&&(this.isMouseOverEnabled?t&&(this.isMouseOverEnabled=!1,this.resetMenu()):(this.isMouseOverEnabled=!0,this.openItem(e)))},e}();t.MouseOverHandler=n},350:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getNewItemIdUponKeyboardNavigation=void 0;var o=n(1736),r=n(3012),a=/\S/;t.getNewItemIdUponKeyboardNavigation=function(e,t,n,i,c,l){var s,h=z();switch(n){case o.Keys.left:return c?l?d():u():l?p():v();case o.Keys.right:return c?l?u():d():l?v():p();case o.Keys.up:return c?y():(0,r.isIdZeroLevel)(t)?f():y();case o.Keys.down:return c?b():(0,r.isIdZeroLevel)(t)?m():b();case o.Keys.enter:case o.Keys.space:return h.disabled?t:g()?(0,r.getFirstChildId)(t):(0,r.getRootParentId)(t);case o.Keys.home:return H()[0].id;case o.Keys.end:return(s=H())[s.length-1].id;case o.Keys.esc:return(0,r.isIdZeroLevel)(t)?t:(0,r.getDirectParentId)(t);default:return 1===i.length&&a.test(i)?function(){var e=i.toLowerCase(),n=H(),o=Number((0,r.getShortId)(t)),a=n.slice(o+1).concat(n.slice(0,o+1)).find((function(t){return(t.text||"").toLowerCase().startsWith(e)}));return a?a.id:t}():t}function v(){return(0,r.isIdZeroLevel)(t)?y():(0,r.isIdFirstLevel)(t)?m(y((0,r.getRootParentId)(t))):(0,r.getDirectParentId)(t)}function u(){return(0,r.isIdZeroLevel)(t)?f():(0,r.getDirectParentId)(t)}function p(){return(0,r.isIdZeroLevel)(t)?b():m(g()?t:b((0,r.getRootParentId)(t)))}function d(){return m((0,r.isIdZeroLevel)(t)||g()?t:b((0,r.getRootParentId)(t)))}function m(e){return w(!0,e)}function f(e){return w(!1,e)}function z(n,o){return void 0===n&&(n=t),void 0===o&&(o=e),(0,r.getItemById)(n,o)}function g(e){return z(e).items.length>0}function y(e){return x(!1,e)}function b(e){return x(!0,e)}function H(){return(0,r.isIdZeroLevel)(t)?e:z((0,r.getDirectParentId)(t),e).items}function w(e,n){void 0===n&&(n=t);var o=z(n);return g(n)&&!o.disabled?e?(0,r.getFirstChildId)(n):function(e){var t=z(e).items;return t[t.length-1].id}(n):n}function x(n,o){if(void 0===o&&(o=t),(0,r.isIdZeroLevel)(o))return(0,r.getDirectSiblingIdForLevelZero)(n,o,e.length);var a=(0,r.getDirectParentId)(o),i=(0,r.getShortId)(o),c=z(a).items.length;return(0,r.createId)((0,r.getDirectSiblingIdForLevelZero)(n,i,c),a)}}},9821:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getHoverCloseDelay=t.getHoverOpenDelay=void 0,t.getHoverOpenDelay=function(e){return void 0!==e.hoverOpenDelay?e.hoverOpenDelay:e.openOnClick?0:100},t.getHoverCloseDelay=function(e){return void 0!==e.hoverCloseDelay?e.hoverCloseDelay:100}},3012:(e,t)=>{function n(e){return a(e)?e:e.split(t.SEPARATOR)[0]}function o(e){if(a(e))return e;var n=e.indexOf(t.SEPARATOR);return e.substring(n+1)}function r(e,n){return n?n+t.SEPARATOR+e:e}function a(e){return e===t.EMPTY_ID||e.indexOf(t.SEPARATOR)<0}function i(e){return e!==t.EMPTY_ID&&e.indexOf(t.SEPARATOR)<0}function c(e){var n=e.lastIndexOf(t.SEPARATOR);return n<0?e:e.substring(n+1)}Object.defineProperty(t,"__esModule",{value:!0}),t.getDirectSiblingIdForLevelZero=t.getShortId=t.isFirstItemFromSiblings=t.isIdFirstLevel=t.isIdZeroLevel=t.isIdEmptyOrZeroLevel=t.getDirectParentId=t.createId=t.shouldOpenItem=t.getFirstChildId=t.getIdWithoutRootParentId=t.getRootParentId=t.getItemById=t.SEPARATOR=t.ZERO_LEVEL_ZERO_ITEM_ID=t.EMPTY_ID=void 0,t.EMPTY_ID="",t.ZERO_LEVEL_ZERO_ITEM_ID="0",t.SEPARATOR="_",t.getItemById=function e(t,r){if(i(t))return r[Number(t)];var a=r[Number(n(t))];return a.items?e(o(t),a.items):void 0},t.getRootParentId=n,t.getIdWithoutRootParentId=o,t.getFirstChildId=function(e){return r("0",e)},t.shouldOpenItem=function(e,n){return 0===n.indexOf(e)&&(n.length===e.length||n.charAt(e.length)===t.SEPARATOR)},t.createId=r,t.getDirectParentId=function(e){var n=e.lastIndexOf(t.SEPARATOR);return n<0?t.EMPTY_ID:e.substring(0,n)},t.isIdEmptyOrZeroLevel=a,t.isIdZeroLevel=i,t.isIdFirstLevel=function(e){return 1===function(e){return e.split(t.SEPARATOR).length-1}(e)},t.isFirstItemFromSiblings=function(e){return c(e)===t.ZERO_LEVEL_ZERO_ITEM_ID},t.getShortId=c,t.getDirectSiblingIdForLevelZero=function(e,t,n){return i(t)?e?Number(t)<n-1?(Number(t)+1).toString():"0":Number(t)>0?(Number(t)-1).toString():(n-1).toString():t}},2190:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getDOMElementId=t.convertBoolDirectionToString=t.getChildrenPosition=t.getPopupSettings=void 0;var o=n(5933),r=n(3012);function a(e,t,n){return(0,r.isIdZeroLevel)(e)?t?n?"leftward":"rightward":"downward":n?"leftward":"rightward"}t.getPopupSettings=function(e,t,n){var r=a(e,t,n);return n?"downward"===r?o.POPUP_SETTINGS_RTL.downward:o.POPUP_SETTINGS_RTL.leftward:"downward"===r?o.POPUP_SETTINGS.downward:o.POPUP_SETTINGS.rightward},t.getChildrenPosition=a,t.convertBoolDirectionToString=function(e){return e?"rtl":"ltr"},t.getDOMElementId=function(e,t){return"".concat(e,"_").concat(t)}},2645:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.prepareInputItemsForInternalWork=void 0;var o=n(3899),r=n(3012),a=n(5554);function i(e,t){var n={},o=e||t.props,r=o.text,a=o.url,i=o.icon,c=o.svgIcon,l=o.disabled,s=o.cssClass,h=o.cssStyle,v=o.render,u=o.linkRender,p=o.contentRender,d=o.data;return void 0!==r&&(n.text=r),void 0!==a&&(n.url=a),void 0!==i&&(n.icon=i),void 0!==c&&(n.svgIcon=c),void 0!==l&&(n.disabled=l),void 0!==s&&(n.cssClass=s),void 0!==h&&(n.cssStyle=h),void 0!==v&&(n.render=v),void 0!==u&&(n.linkRender=u),void 0!==p&&(n.contentRender=p),void 0!==d&&(n.data=d),n}function c(e){return o.Children.toArray(e).filter((function(e){return e&&e.type===a.MenuItem}))}function l(e){for(var t=[],n=0;n<e.length;n++){var o=e[n],r=i(void 0,o),a=l(c(o.props.children));a.length>0&&(r.items=a),t.push(r)}return t}function s(e,t){for(var n=[],o=0;o<e.length;o++){var a=e[o],c=i(a);c.id=(0,r.createId)(o.toString(),t),c.isLastFromSiblings=o===e.length-1,c.items=h(a,c),n.push(c)}return n}function h(e,t){return e.contentRender?[{contentParentItemId:t.id,id:(0,r.createId)(r.ZERO_LEVEL_ZERO_ITEM_ID,t.id),isLastFromSiblings:!0,contentRender:e.contentRender,items:[]}]:e.items?s(e.items,t.id):[]}t.prepareInputItemsForInternalWork=function(e,t){if(e&&e.length>0)return{items:s(e),inputItems:e};if(c(t).length>0){var n=l(c(t));return{items:s(n),inputItems:n}}return{items:[],inputItems:[]}}},7363:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.packageMetadata=void 0,t.packageMetadata={name:"@progress/kendo-react-layout",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:1700063587,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"}},8064:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),a=this&&this.__assign||function(){return a=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},a.apply(this,arguments)},i=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var o,r=0,a=t.length;r<a;r++)!o&&r in t||(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.PanelBar=void 0;var c=n(3899),l=n(189),s=n(783),h=n(5886),v=n(1736),u=n(7363),p=n(7618),d=function(e){function t(t){var n=e.call(this,t)||this;n._element=null,n.showLicenseWatermark=!1,n.handleSelect=function(e){n.onSelect(e),n.onFocus(e)},n.onSelect=function(e){var t,o;switch((0,h.flatChildren)(c.Children.toArray(n.children)).forEach((function(o){o.props.uniquePrivateKey===(e.uniquePrivateKey||n.state.focused)&&(t=o)})),n.expandMode){case"single":o=i(i([],t.props.parentUniquePrivateKey,!0),[t.props.uniquePrivateKey],!1),(0,h.isArrayEqual)(n.expandedItems,o)&&(o=t.props.parentUniquePrivateKey?i([],t.props.parentUniquePrivateKey,!0):[]);break;case"multiple":var r=(o=n.expandedItems.slice()).indexOf(t.props.uniquePrivateKey);-1===r?o.push(t.props.uniquePrivateKey):o.splice(r,1);break;default:o=n.expandedItems.slice()}n.setState({selected:t.props.uniquePrivateKey,expanded:o}),n.props.onSelect&&n.props.onSelect.call(void 0,{target:t,expandedItems:o})},n.onFocus=function(e,t){void 0===t&&(t=0);var o,r=(0,h.flatVisibleChildren)(c.Children.toArray(n.children));r.forEach((function(a,i){if(a.props.uniquePrivateKey===(e.uniquePrivateKey||n.state.focused)){var c=i+t<0?0:i+t>r.length?r.length-1:i+t;o=r[c]}})),o&&(n.activeDescendant=o.props.id,n.setState({focused:o.props.uniquePrivateKey}))},n.onNavigate=function(e,t){var o;switch(t){case p.NavigationAction.Previous:o=-1,n.onFocus(e,o);break;case p.NavigationAction.Next:o=1,n.onFocus(e,o);break;case p.NavigationAction.Toggle:n.onSelect(e)}},n.handleWrapperFocus=function(){clearTimeout(n.nextTickId),n.state.wrapperFocused||n.setState({wrapperFocused:!0})},n.handleWrapperBlur=function(){n.nextTick((function(){n.setState({wrapperFocused:!1})}))},n.handleKeyDown=function(e){var t=n._element&&"rtl"===getComputedStyle(n._element).direction||!1;if(e.target===e.currentTarget){var o=void 0;switch(e.keyCode){case v.Keys.left:o=t?p.NavigationAction.Next:p.NavigationAction.Previous;break;case v.Keys.up:o=p.NavigationAction.Previous;break;case v.Keys.right:o=t?p.NavigationAction.Previous:p.NavigationAction.Next;break;case v.Keys.down:o=p.NavigationAction.Next;break;case v.Keys.space:case v.Keys.enter:o=p.NavigationAction.Toggle;break;default:o=null}null!==o&&(e.preventDefault(),n.onNavigate(e,o))}},(0,v.validatePackage)(u.packageMetadata),n.showLicenseWatermark=(0,v.shouldShowValidationUI)(u.packageMetadata);var o=(0,h.getInitialState)(t,n.expandMode);return o.focused||(o.focused=(0,h.getFirstId)(t)),n.state=o,n}return r(t,e),Object.defineProperty(t.prototype,"expandMode",{get:function(){return this.props.expandMode||"multiple"},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"selectedItem",{get:function(){var e=this.props.selected;return void 0===e?this.state.selected:e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"expandedItems",{get:function(){return this.props.isControlled?this.props.expanded||[]:this.state.expanded},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"children",{get:function(){var e=a(a({},this.state),{selected:this.selectedItem}),t={animation:this.props.animation,keepItemsMounted:this.props.keepItemsMounted,state:e,expanded:this.expandedItems,handleSelect:this.handleSelect,children:this.props.children};return(0,h.renderChildren)(t)},enumerable:!1,configurable:!0}),t.prototype.render=function(){var e=this,t={"aria-activedescendant":this.activeDescendant},n=(0,v.classNames)("k-panelbar","k-pos-relative",this.props.className);return c.createElement("ul",a({ref:function(t){e._element=t},dir:this.props.dir,role:"tree",tabIndex:0,onKeyDown:this.handleKeyDown,onFocus:this.handleWrapperFocus,onBlur:this.handleWrapperBlur,className:n,style:this.props.style},t),this.children,this.showLicenseWatermark&&c.createElement(v.WatermarkOverlay,null))},t.prototype.nextTick=function(e){this.nextTickId=window.setTimeout((function(){return e()}))},t.propTypes={animation:l.bool,children:function(e,t){var n=e[t];if(n){if(Array.isArray(n))for(var o=0,r=n;o<r.length;o++){var a=r[o];if(!a.type||a.type!==s.PanelBarItem)return new Error("PanelBar children should be either PanelBarItem or Array of PanelBarItem.")}else if(n.type!==s.PanelBarItem)return new Error("PanelBar child should be either PanelBarItem or Array of PanelBarItem.");return null}return null},dir:l.string,selected:l.string,expanded:l.arrayOf(l.string),focused:l.string,expandMode:l.oneOf(["single","multiple"]),className:l.string,keepItemsMounted:l.bool,onSelect:l.func,style:l.object},t.defaultProps={expandMode:"multiple",animation:!0,keepItemsMounted:!1},t}(c.Component);t.PanelBar=d},783:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),a=this&&this.__assign||function(){return a=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},a.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.PanelBarItem=void 0;var i=n(3899),c=n(189),l=n(1736),s=n(8696),h=n(8171),v=function(e){function t(t){var n=e.call(this,t)||this;return n.handleItemClick=function(){var e=n.props,t=e.onSelect,o=e.disabled,r=e.id;t&&!o&&t.call(void 0,{uniquePrivateKey:n.props.uniquePrivateKey,id:r,target:n})},n.childFactory=function(e){return n.props.keepItemsMounted?i.cloneElement(e,a(a({},e.props),{in:n.props.expanded})):e},n.state={show:t.expanded||!1},n}return r(t,e),t.prototype.render=function(){var e=this,t=this.props,n=t.id,o=t.children,r=t.title,c=t.uniquePrivateKey,v=t.disabled,u=t.selected,p=t.focused,d=t.expanded,m=t.className,f=t.level,z=t.headerClassName,g=t.animation,y=t.keepItemsMounted,b={role:"treeitem","aria-disabled":v,"aria-hidden":!v&&!d,"aria-selected":!v&&u,"aria-expanded":!v&&d&&!!o},H=(0,l.classNames)("k-panelbar-item",{"k-panelbar-header":0===f,"k-expanded":d&&!!o,"k-disabled":v},"k-level-".concat(f),m),w=(0,l.classNames)("k-link",{"k-selected":!v&&u,"k-focus":!v&&p},z),x=function(e){var t=e.imageUrl,n=e.icon,o=e.svgIcon,r=e.iconClass;return t?i.createElement("img",{role:"presentation",className:"k-panelbar-item-icon k-image",src:t}):n||o?i.createElement(l.IconWrap,{className:"k-panelbar-item-icon",name:n,icon:o}):r?i.createElement("span",{role:"presentation",className:"k-panelbar-item-icon "+r}):null}(this.props),M=!v&&o?i.createElement(l.IconWrap,{name:d?"chevron-up":"chevron-down",icon:d?s.chevronUpIcon:s.chevronDownIcon,className:(0,l.classNames)("k-panelbar-toggle",d?"k-panelbar-collapse":"k-panelbar-expand")}):null,I=!v&&d||y?i.createElement("ul",{role:"group","aria-expanded":d,"aria-hidden":!d,className:"k-panelbar-group k-panel k-group",style:{display:y?this.state.show?"block":"none":"block"}},o):null,V=void 0!==g&&!g||v||!o?I:i.createElement(h.Reveal,{transitionEnterDuration:200,transitionExitDuration:200,key:c+"_animation",style:{display:"block"},children:I,childFactory:y&&this.childFactory,unmountOnExit:!y,onBeforeEnter:function(){return y&&e.setState({show:!0})},onAfterExited:function(){return y&&e.setState({show:!1})}});return i.createElement("li",a({id:n,className:H},b),i.createElement("span",{className:w,onClick:this.handleItemClick},x,i.createElement("span",{className:"k-panelbar-item-text"},r),M),V)},t.propTypes={animation:c.bool,children:c.any,className:c.string,icon:c.string,iconClass:c.string,imageUrl:c.string,svgIcon:l.svgIconPropType,expanded:c.bool,disabled:c.bool,onSelect:c.func,selected:c.bool,level:c.number,title:c.oneOfType([c.string,c.element]),id:c.oneOfType([c.string,c.number]),focused:c.bool,keepItemsMounted:c.bool},t.defaultProps={title:"Untitled"},t}(i.PureComponent);t.PanelBarItem=v},7618:(e,t)=>{var n;Object.defineProperty(t,"__esModule",{value:!0}),t.NavigationAction=void 0,(n=t.NavigationAction||(t.NavigationAction={}))[n.Toggle=0]="Toggle",n[n.Next=1]="Next",n[n.Previous=2]="Previous"},3879:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},2730:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},1966:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},1498:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},5886:function(e,t,n){var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)},r=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var o,r=0,a=t.length;r<a;r++)!o&&r in t||(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.isArrayEqual=t.PanelBarUtils=t.isPresent=t.flatVisibleChildren=t.flatChildren=t.flatVisibleItems=t.getInitialState=t.getFirstId=t.renderChildren=void 0;var a=n(3899),i=n(783);t.renderChildren=function(e){var n=e.animation,l=void 0===n||n,s=e.keepItemsMounted,h=void 0!==s&&s,v=e.state,u=e.expanded,p=e.handleSelect,d=e.children,m=e.parentExpanded,f=void 0===m||m,z=e.level,g=void 0===z?0:z,y=e.parentPrivateKey,b=void 0===y?[]:y;return a.Children.map(d,(function(e,n){if(e&&e.type===i.PanelBarItem){var s=void 0,d=c(e,b,n);if(e.props.children){var m={animation:l,keepItemsMounted:h,state:v,expanded:u,handleSelect:p,children:e.props.children,parentExpanded:(u||[]).indexOf(d)>-1,level:g+1,parentPrivateKey:r(r([],b,!0),[d],!1)};s=(0,t.renderChildren)(m)}return a.cloneElement(e,o(o({},e.props),{animation:void 0!==e.props.animation?e.props.animation:l,keepItemsMounted:h,id:e.props.id||"k-panelbar-item-default-".concat(d),uniquePrivateKey:d,parentUniquePrivateKey:b,parentExpanded:f,level:g,expanded:(u||[]).indexOf(d)>-1,focused:v.focused===d&&v.wrapperFocused,selected:v.selected===d,children:s,onSelect:p}))}return a.createElement("div",{className:"k-panelbar-content k-content"},e)}))},t.getFirstId=function(e){var t=a.Children.toArray(e.children)[0];return t?c(t,[],0):""},t.getInitialState=function(e,n,o,l,s){return void 0===o&&(o={expanded:e.expanded||[],selected:e.selected||"",focused:e.focused||"",wrapperFocused:!1}),void 0===l&&(l=!0),void 0===s&&(s=[]),a.Children.map(e.children,(function(e,a){if(e&&e.type===i.PanelBarItem){var h=c(e,s,a);!e.props.disabled&&l&&(e.props.selected&&(o.selected=h),e.props.focused&&(o.focused=h),e.props.expanded&&("multiple"===n?o.expanded.push(h):"single"===n&&(o.expanded=[h])),e.props.children&&(o=(0,t.getInitialState)(e.props,n,o,!!e.props.expanded,r(r([],s,!0),[h],!1))))}})),o};var c=function(e,t,n){return e&&e.props&&e.props.id?e.props.id:t.length?t[t.length-1]+".".concat(n):".".concat(n)};t.flatVisibleItems=function e(t,n){return void 0===n&&(n=[]),(t||[]).forEach((function(t){t.disabled||(n.push(t),t.expanded&&t.children&&e(t.children,n))})),n},t.flatChildren=function e(t,n){return void 0===n&&(n=[]),a.Children.forEach(t,(function(t){t&&t.props&&!t.props.disabled&&(n.push(t),t.props.children&&e(t.props.children,n))})),n},t.flatVisibleChildren=function e(t,n){return void 0===n&&(n=[]),a.Children.forEach(t,(function(t){t&&t.props&&!t.props.disabled&&(t.props.expanded||t.props.parentExpanded)&&(n.push(t),t.props.children&&e(t.props.children,n))})),n},t.isPresent=function(e){return null!=e},(t.PanelBarUtils||(t.PanelBarUtils={})).mapItemsToComponents=function e(t){return t.map((function(t,n){var r;return t.content&&(r=t.content),t.children&&(r=e(t.children)),a.createElement(i.PanelBarItem,o({},t,{children:r,key:t.id||n}))}))},t.isArrayEqual=function(e,t){return e.length===t.length&&e.every((function(e,n){return e===t[n]}))}},8618:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),a=this&&this.__assign||function(){return a=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},a.apply(this,arguments)},i=this&&this.__rest||function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.Splitter=void 0;var c=n(3899),l=n(5748),s=n(6396),h=n(1736),v=n(1736),u=n(7363),p=n(420),d=n(499),m={collapsible:!1,collapsed:!1,resizable:!0,scrollable:!0},f=function(e){function t(t){var n=e.call(this,t)||this;return n._container=null,n.validatePanes=function(e){if(!e.filter((function(e){return void 0===e.size})).length)throw new Error("The Splitter should have at least one pane without a set size.")},n.mapPaneOptions=function(e,t){for(var o=n.orientation,r=n.state,i=r.dragIndex,l=r.isDragging,s=[],h=0;h<t.length;h++){var v=!1,u=t[h];c.isValidElement(u)&&(v="Splitter"===u.type.displayName);var p=!1;l&&void 0!==i&&(p=i===h||i+1===h),s.push(a(a(a({},m),{orientation:o,containsSplitter:v,overlay:p}),(e||[])[h]))}return s},n.mapSplitterPanes=function(e,t){var o=(0,d.provideLocalizationService)(n).toLanguageString(p.splitBarLabel,p.messages[p.splitBarLabel]);return e.map((function(r,i){var h,v=2*i,u=v+1;if(i+1<e.length){var p=e[i+1];h=c.createElement(s.SplitterBar,{key:u,index:i,orientation:r.orientation,prev:r,next:p,ariaLabel:o,onDrag:n.onBarDragResize,onToggle:n.onBarToggle,onKeyboardResize:n.onBarKeyboardResize,isRtl:n.isRtl})}return[c.createElement(l.SplitterPane,a({key:v},r),t[i]),h]}))},n.onBarToggle=function(e,t){var o=n.panesOptions(n.panesContent).map((function(t,o){var r=n.getPaneProps(t);return o===e?a(a({},r),{collapsed:!t.collapsed}):a({},r)}));n.props.onChange&&n.props.onChange({newState:o,isLast:!0,nativeEvent:t})},n.onBarDragResize=function(e,t,o,r,a){var i=(new Date).getTime(),c=e.pageX,l=e.pageY,s=n.surroudingPanes(t),h=s.prevElement,v=s.nextElement;if(h&&v)if(r)n.setState({isDragging:!0,dragIndex:o,startTime:i,originalX:c,originalY:l,originalPrevSize:n.elementSize(h),originalNextSize:n.elementSize(v)});else{var u,p=n.state,d=p.originalPrevSize,m=p.originalNextSize,f=p.startTime,z=p.originalX,g=p.originalY;!r&&i-f<150||(u="vertical"===n.orientation?l-g:n.isRtl?z-c:c-z,n.resize(o,o+1,d,m,u,a,e)),a&&n.resetDragState()}},n.onBarKeyboardResize=function(e,t,o,r){var a=n.surroudingPanes(e),i=a.prevElement,c=a.nextElement,l=n.elementSize(i),s=n.elementSize(c);n.resize(t,t+1,l,s,o,!0,r)},n.containerSize=function(){return n._container?n.elementSize(n._container,!0):0},n.panesOptions=function(e){return n.mapPaneOptions(n.panes,e)},n.elementSize=function(e,t){var o=t?"client":"offset";return"vertical"===n.orientation?e["".concat(o,"Height")]:e["".concat(o,"Width")]},n.clamp=function(e,t,n){return Math.min(t,Math.max(e,n))},n.fixedSize=function(e){return e&&e.length>0},(0,v.validatePackage)(u.packageMetadata),n.state={isDragging:!1,dragIndex:void 0,startTime:0,originalX:0,originalY:0,originalPrevSize:0,originalNextSize:0,panes:t.defaultPanes||[]},n}return r(t,e),Object.defineProperty(t.prototype,"isControlledState",{get:function(){return void 0!==this.props.panes},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"panes",{get:function(){return void 0!==this.panesDuringOnChange?this.panesDuringOnChange:this.isControlledState?this.props.panes:this.state.panes},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"orientation",{get:function(){return this.props.orientation||"horizontal"},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"isRtl",{get:function(){return this._container&&"rtl"===getComputedStyle(this._container).direction||!1},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"panesContent",{get:function(){return c.Children.toArray(this.props.children).filter((function(e){return e}))},enumerable:!1,configurable:!0}),t.prototype.render=function(){var e=this,t=this.panesContent,n=this.panesOptions(t),o=(0,h.classNames)("k-widget","k-splitter","k-splitter-flex","k-splitter-".concat(this.orientation),this.props.className);return this.validatePanes(n),c.createElement("div",{style:this.props.style,ref:function(t){return e._container=t},className:o},this.mapSplitterPanes(n,t))},t.prototype.surroudingPanes=function(e){return{prevElement:e.previousElementSibling,nextElement:e.nextElementSibling}},t.prototype.isPercent=function(e){return/%$/.test(e)},t.prototype.toPixels=function(e,t){var n=parseInt(e,10);return this.isPercent(e)&&(n=t*n/100),n},t.prototype.resetDragState=function(){this.setState({isDragging:!1,dragIndex:void 0,startTime:0,originalX:0,originalY:0,originalPrevSize:0,originalNextSize:0})},t.prototype.resize=function(e,t,n,o,r,i,c){var l,s,h=this,v=this.panesOptions(this.panesContent),u=v[e],p=v[t],d=n+o,m=this.containerSize(),f=function(e){return h.toPixels(e,m)},z={index:e,initialSize:n,min:f(u.min)||d-f(p.max)||0,max:f(u.max)||d-f(p.min)||d},g={index:t,initialSize:o,min:f(p.min)||d-f(u.max)||0,max:f(p.max)||d-f(u.min)||d},y=function(e,t){var n=v[e.index],o=h.clamp(e.min,e.max,e.initialSize+t);return h.isPercent(n.size||"")?100*o/m+"%":o+"px"};this.fixedSize(u.size)&&this.fixedSize(p.size)?(l=y(z,r),s=y(g,-r)):p.collapsible||this.fixedSize(p.size)?s=y(g,-r):l=y(z,r);var b=v.map((function(n,o){var r=h.getPaneProps(n);return o===e?a(a({},r),{size:l}):o===t?a(a({},r),{size:s}):a({},r)}));this.panesDuringOnChange=b,this.isControlledState||this.setState({panes:b}),this.props.onChange&&this.props.onChange({newState:b,isLast:i,nativeEvent:c}),this.panesDuringOnChange=void 0},t.prototype.getPaneProps=function(e){return e.orientation,e.overlay,e.containsSplitter,i(e,["orientation","overlay","containsSplitter"])},t.displayName="Splitter",t}(c.Component);t.Splitter=f},6396:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.SplitterBar=void 0;var a=n(3899),i=n(1736),c=n(8696),l=function(e){function t(t){var n=e.call(this,t)||this;return n.draggable=null,n.onDrag=function(e,t,o){var r=e.event,a=n.props,i=a.onDrag,c=a.index,l=n.draggable&&n.draggable.element;l&&!n.isStatic&&n.isDraggable&&i(r,l,c,t,o)},n.onFocus=function(){n.setState({focused:!0})},n.onBlur=function(){n.setState({focused:!1})},n.onToggle=function(e){var t=n.props,o=t.onToggle,r=t.index,a=t.prev,i=t.next;(a.collapsible||i.collapsible)&&o(a.collapsible?r:r+1,e)},n.onPrevToggle=function(e){var t=n.props,o=t.onToggle,r=t.index;t.prev.collapsible&&o(r,e)},n.onNextToggle=function(e){var t=n.props,o=t.onToggle,r=t.index;t.next.collapsible&&o(r+1,e)},n.onKeyDown=function(e){var t=e&&e.keyCode,o=n.isHorizontal,r=n.props.index,a=n.draggable&&n.draggable.element,c=function(t,o,r){e.preventDefault(),n.props.onKeyboardResize(t,o,r,e)};a&&(t===i.Keys.enter?(e.preventDefault(),n.onToggle(e)):n.isDraggable&&(o&&t===i.Keys.left?c(a,r,-10):o&&t===i.Keys.right?c(a,r,10):o||t!==i.Keys.up?o||t!==i.Keys.down||c(a,r,10):c(a,r,-10)))},n.state={focused:!1},n}return r(t,e),Object.defineProperty(t.prototype,"isStatic",{get:function(){var e=this.props,t=e.prev,n=e.next,o=t.resizable&&n.resizable,r=t.collapsible||n.collapsible;return!o&&!r},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"isDraggable",{get:function(){var e=this.props,t=e.prev,n=e.next,o=t.resizable&&n.resizable,r=t.collapsed||n.collapsed;return!!o&&!r},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"isHorizontal",{get:function(){return"horizontal"===this.props.orientation},enumerable:!1,configurable:!0}),t.prototype.render=function(){var e,t=this,n=this.isDraggable,o=this.isStatic,r=this.isHorizontal,l=(0,i.classNames)("k-splitbar",((e={})["k-focus"]=this.state.focused,e["k-splitbar-horizontal"]=r,e["k-splitbar-vertical"]=!r,e["k-splitbar-draggable-horizontal"]=r&&n,e["k-splitbar-draggable-vertical"]=!r&&n,e["k-splitbar-static-horizontal"]=r&&o,e["k-splitbar-static-vertical"]=!r&&o,e));return a.createElement(i.Draggable,{onPress:function(e){return t.onDrag(e,!0,!1)},onDrag:function(e){return t.onDrag(e,!1,!1)},onRelease:function(e){return t.onDrag(e,!1,!0)},ref:function(e){t.draggable=e}},a.createElement("div",{tabIndex:o?-1:0,role:"separator","aria-valuenow":0,"aria-label":this.props.ariaLabel,"aria-orientation":r?"vertical":void 0,className:l,style:{touchAction:"none"},onFocus:this.onFocus,onBlur:this.onBlur,onDoubleClick:this.onToggle,onKeyDown:this.onKeyDown},this.props.prev.collapsible&&a.createElement("div",{className:"k-collapse-prev",onClick:this.onPrevToggle},a.createElement(i.IconWrap,{name:this.props.prev.collapsible?r?this.props.prev.collapsed?this.props.isRtl?"caret-alt-left":"caret-alt-right":this.props.isRtl?"caret-alt-right":"caret-alt-left":this.props.prev.collapsed?"caret-alt-down":"caret-alt-up":void 0,icon:this.props.prev.collapsible?r?this.props.prev.collapsed?this.props.isRtl?c.caretAltLeftIcon:c.caretAltRightIcon:this.props.isRtl?c.caretAltRightIcon:c.caretAltLeftIcon:this.props.prev.collapsed?c.caretAltDownIcon:c.caretAltUpIcon:void 0,size:"xsmall"})),a.createElement("div",{className:"k-resize-handle"}),this.props.next.collapsible&&a.createElement("div",{className:"k-collapse-next",onClick:this.onNextToggle},a.createElement(i.IconWrap,{name:this.props.next.collapsible?r?this.props.next.collapsed?this.props.isRtl?"caret-alt-right":"caret-alt-left":this.props.isRtl?"caret-alt-left":"caret-alt-right":this.props.next.collapsed?"caret-alt-up":"caret-alt-down":void 0,icon:this.props.next.collapsible?r?this.props.next.collapsed?this.props.isRtl?c.caretAltRightIcon:c.caretAltLeftIcon:this.props.isRtl?c.caretAltLeftIcon:c.caretAltRightIcon:this.props.next.collapsed?c.caretAltUpIcon:c.caretAltDownIcon:void 0,size:"xsmall"}))))},t}(a.Component);t.SplitterBar=l},5748:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.SplitterPane=void 0;var a=n(3899),i=n(1736),c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.prototype.render=function(){var e,t=this.props,n=t.id,o=t.size,r=t.collapsed,c=t.overlay,l=t.containsSplitter,s=t.collapsible,h=t.resizable,v=t.scrollable,u=t.keepMounted,p=o&&o.length>0,d={flexBasis:o},m=(0,i.classNames)("k-pane",((e={})["k-hidden"]=r,e.hidden=r,e["k-pane-flex"]=l,e["k-pane-static"]=!h&&!s||p,e["k-scrollable"]=v,e));return a.createElement("div",{id:n,role:"group",style:d,className:m},!r||u?this.props.children:void 0,c?a.createElement("div",{className:"k-splitter-overlay k-overlay"}):void 0)},t}(a.Component);t.SplitterPane=c},420:(e,t)=>{var n;Object.defineProperty(t,"__esModule",{value:!0}),t.messages=t.splitBarLabel=void 0,t.splitBarLabel="splitBarLabel",t.messages=((n={})[t.splitBarLabel]="split bar",n)},5555:function(e,t,n){var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.StackLayout=void 0;var r=n(3899),a=n(189),i=n(9302),c=n(7363),l=n(1736);t.StackLayout=r.forwardRef((function(e,t){(0,i.validatePackage)(c.packageMetadata);var n=r.useRef(null),a=r.useCallback((function(){return{element:n.current}}),[]);r.useImperativeHandle(t,a);var h=e.className,v=e.style,u=e.id,p=e.children,d=r.useMemo((function(){return(0,l.guid)()}),[]),m=r.useMemo((function(){return e.orientation||s.orientation}),[e.orientation]),f="horizontal"===m,z=r.useMemo((function(){return e.align&&e.align.horizontal?e.align.horizontal:s.hAlign}),[e.align]),g=r.useMemo((function(){return e.align&&e.align.vertical?e.align.vertical:s.vAlign}),[e.align]),y=r.useMemo((function(){return(0,l.classNames)("k-stack-layout",{"k-hstack":"horizontal"===m,"k-vstack":"vertical"===m,"k-justify-content-start":f&&"start"===z||!f&&"top"===g,"k-justify-content-center":f&&"center"===z||!f&&"middle"===g,"k-justify-content-end":f&&"end"===z||!f&&"bottom"===g,"k-justify-content-stretch":f&&"stretch"===z||!f&&"stretch"===g,"k-align-items-start":!f&&"start"===z||f&&"top"===g,"k-align-items-center":!f&&"center"===z||f&&"middle"===g,"k-align-items-end":!f&&"end"===z||f&&"bottom"===g,"k-align-items-stretch":!f&&"stretch"===z||f&&"stretch"===g},h)}),[m,f,z,g,h]),b=o({gap:"".concat("number"==typeof e.gap?e.gap+"px":e.gap)},v);return r.createElement("div",{ref:n,className:y,style:b,id:u||d},p)}));var s={orientation:"horizontal",hAlign:"stretch",vAlign:"stretch"};t.StackLayout.propTypes={className:a.string,style:a.object,children:a.any,id:a.string,orientation:a.oneOf(["horizontal","vertical"]),gap:a.oneOfType([a.string,a.number]),align:a.shape({vertical:a.oneOf(["top","middle","bottom","stretch"]),horizontal:a.oneOf(["start","center","end","stretch"])})},t.StackLayout.defaultProps=s,t.StackLayout.displayName="KendoReactStackLayout"},3488:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},2350:function(e,t,n){var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)},r=this&&this.__rest||function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.Step=void 0;var a=n(3899),i=n(189),c=n(1440),l=n(1736),s=n(499),h=n(8696),v=n(4728),u=n(9232);t.Step=a.forwardRef((function(e,t){var n=e.children,i=e.className,p=e.current,d=e.disabled,m=e.focused,f=e.icon,z=e.svgIcon,g=e.index,y=e.isValid,b=e.label,H=e.optional,w=e.style,x=e.tabIndex,M=e.text,I=r(e,["children","className","current","disabled","focused","icon","svgIcon","index","isValid","label","optional","style","tabIndex","text"]),V=a.useContext(c.StepperContext),k=V.animationDuration,O=V.isVertical,C=V.item,E=V.linear,B=V.mode,S=V.numOfSteps,P=V.value,L=V.onChange,N=V.onFocus,_=V.successIcon,D=V.errorIcon,A=V.successSVGIcon,R=V.errorSVGIcon,T=a.useRef(null),j=a.useCallback((function(){T.current&&(0,l.focusFirstFocusableChild)(T.current)}),[]),F=a.useCallback((function(){return{element:T.current,focus:j}}),[j]);a.useImperativeHandle(t,F);var K,Z=!E||g===P-1||g===P||g===P+1,W="labels"===B||Boolean(f)&&Boolean(b),U=(0,s.useLocalization)(),q=(K=u.optionalText,U.toLanguageString(K,u.messages[K])),Y="number"==typeof k?k:!1!==k?v.DEFAULT_ANIMATION_DURATION:v.NO_ANIMATION,G=a.useCallback((function(e){L&&!d&&(0,l.dispatchEvent)(L,e,F(),{value:g})}),[L,P,d]),X=a.useCallback((function(e){N&&!d&&(0,l.dispatchEvent)(N,e,F(),void 0)}),[N,d]),Q=a.useMemo((function(){return(0,l.classNames)("k-step",{"k-step-first":0===g,"k-step-last":S&&g===S-1,"k-step-done":g<P,"k-step-current":p,"k-step-optional":H,"k-step-error":void 0!==y&&!y,"k-step-success":y},{"k-disabled":d,"k-focus":m},i)}),[g,S,P,p,H,d,m,y,i]),J=a.useMemo((function(){return o({maxWidth:O?void 0:"calc(100% / ".concat(S,")"),maxHeight:O?"calc(100% / ".concat(S,")"):void 0,pointerEvents:Z?void 0:"none"},w)}),[O,S,w,Z]),$=y?_:D,ee=$?a.createElement("span",{className:"k-step-indicator-icon "+$,"aria-hidden":"true"}):a.createElement(l.IconWrap,{className:"k-step-indicator-icon",name:y?"check-circle":"exclamation-circle",icon:y?A||h.checkOutlineIcon:R||h.exclamationCircleIcon}),te=a.createElement(a.Fragment,null,"labels"!==B?a.createElement("span",{className:"k-step-indicator","aria-hidden":!0,style:{transitionDuration:Y+"ms"}},f||z?W||void 0===y?a.createElement(l.IconWrap,{className:"k-step-indicator-icon",name:f?(0,l.toIconName)(f):f,icon:z}):ee:void 0!==y?ee:a.createElement("span",{className:"k-step-indicator-text"},M||g+1)):null),ne=a.createElement("span",{className:"k-step-label"},b&&a.createElement("span",{className:"k-step-text"},b),W&&void 0!==y&&ee,H&&a.createElement("span",{className:"k-step-label-optional"},q)),oe=a.createElement(a.Fragment,null,te,ne);return a.createElement("li",o({ref:T,className:Q,style:J},I),a.createElement("a",{className:"k-step-link",title:b||void 0,onClick:G,onFocus:X,tabIndex:x||(m?0:-1),"aria-current":p,"aria-disabled":d||!Z||void 0,"aria-invalid":void 0!==y&&!y||void 0},C?n:oe))})),t.Step.propTypes={children:i.any,className:i.string,current:i.bool,disabled:i.bool,icon:i.string,index:i.number,isValid:i.bool,label:i.string,optional:i.bool,style:i.object,tabIndex:i.number,text:i.string},t.Step.defaultProps={tabIndex:0},t.Step.displayName="KendoStep"},2894:function(e,t,n){var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.Stepper=void 0;var r=n(3899),a=n(189),i=n(1440),c=n(1736),l=n(2350),s=n(633),h=n(4728),v=n(1736),u=n(7363),p=n(499),d=n(9232);t.Stepper=r.forwardRef((function(e,t){(0,v.validatePackage)(u.packageMetadata);var n=e.animationDuration,a=e.children,f=e.className,z=e.disabled,g=e.errorIcon,y=e.errorSVGIcon,b=e.item,H=e.items,w=e.linear,x=e.mode,M=e.orientation,I=e.style,V=e.successIcon,k=e.successSVGIcon,O=e.onChange,C=e.onFocus,E=(0,p.useLocalization)().toLanguageString(d.progBarAriaLabel,d.messages[d.progBarAriaLabel]),B=r.useRef(null),S=r.useCallback((function(){B.current&&(0,c.focusFirstFocusableChild)(B.current)}),[]),P=r.useCallback((function(){return{element:B.current,focus:S}}),[S]);r.useImperativeHandle(t,P);var L=e.value||m.value,N=r.useState(L),_=N[0],D=N[1],A=H?H.length:0,R="vertical"===M,T=(0,c.useRtl)(B,e.dir),j="number"==typeof n?n:!1!==n?h.DEFAULT_ANIMATION_DURATION:h.NO_ANIMATION;r.useEffect((function(){D(L)}),[L]);var F=r.useCallback((function(e,t){L!==t&&O&&!z&&(!w||t===L-1||t===L||t===L+1)&&((0,c.dispatchEvent)(O,e,P(),{value:t}),D(t))}),[L,w,O,z,D]),K=r.useCallback((function(e){var t=e.value,n=e.syntheticEvent;F(n,t)}),[F]),Z=r.useCallback((function(e){C&&!z&&(0,c.dispatchEvent)(C,e.syntheticEvent,P(),void 0)}),[C,z]),W=r.useCallback((function(e){F(e,_)}),[F,_]),U=r.useCallback((function(e){var t="rtl"===T,n=_,o=H.length-1;switch(e.keyCode){case c.Keys.left:e.preventDefault(),!t&&n>0&&D(n-1),t&&n<o&&D(n+1);break;case c.Keys.right:e.preventDefault(),!t&&n<o&&D(n+1),t&&n>0&&D(n-1);break;case c.Keys.up:e.preventDefault(),!t&&n>0&&D(n-1),t&&n>0&&D(n-1);break;case c.Keys.down:e.preventDefault(),!t&&n<o&&D(n+1),t&&n<o&&D(n+1);break;case c.Keys.home:e.preventDefault(),D(0);break;case c.Keys.end:e.preventDefault(),D(o);break;case c.Keys.space:e.preventDefault();break;case c.Keys.enter:e.preventDefault(),H[n].disabled||W(e)}}),[H,D,_,T,W]),q=r.useMemo((function(){return(0,c.classNames)("k-stepper",{"k-stepper-linear":w},f)}),[w,f]),Y=r.useMemo((function(){return o({display:"grid",gridTemplateColumns:R?void 0:"repeat("+2*A+", 1fr)",gridTemplateRows:R?"repeat("+A+", 1fr)":void 0},I)}),[R,A,I]),G=r.useMemo((function(){return(0,c.classNames)("k-step-list",{"k-step-list-horizontal":!R,"k-step-list-vertical":R})}),[R]),X=r.useMemo((function(){return{gridColumnStart:R?void 0:1,gridColumnEnd:R?void 0:-1,gridRowStart:R?1:void 0,gridRowEnd:R?-1:void 0}}),[R]),Q=r.useMemo((function(){return{gridColumnStart:R?void 0:2,gridColumnEnd:R?void 0:2*A,gridRowStart:R?1:void 0,gridRowEnd:R?A:void 0,top:R?17:void 0}}),[R,A]),J=H&&H.map((function(e,t){var n=o({index:t,disabled:z||e.disabled,focused:t===_,current:t===L},e),a=b||l.Step;return r.createElement(a,o({key:t},n))}));return r.createElement(i.StepperContext.Provider,{value:{animationDuration:n,isVertical:R,item:b,linear:w,mode:x,numOfSteps:A,value:L,successIcon:V,successSVGIcon:k,errorIcon:g,errorSVGIcon:y,onChange:K,onFocus:Z}},r.createElement("nav",{className:q,style:Y,dir:T,onKeyDown:U},r.createElement("ol",{className:G,style:X},J||a),r.createElement(s.ProgressBar,{style:Q,animation:{duration:j},ariaLabel:E,"aria-hidden":!0,max:A-1,labelVisible:!1,orientation:M,reverse:"vertical"===M,value:L,disabled:z,tabIndex:-1})))})),t.Stepper.propTypes={animationDuration:a.oneOfType([a.bool,a.number]),children:a.any,className:a.string,dir:a.string,disabled:a.bool,errorIcon:a.string,errorSVGIcon:c.svgIconPropType,item:a.any,items:a.any,linear:a.bool,mode:a.oneOf(["steps","labels"]),orientation:a.oneOf(["horizontal","vertical"]),style:a.object,successIcon:a.string,successSVGIcon:c.svgIconPropType,value:a.number.isRequired,onChange:a.func,onFocus:a.func};var m={value:0};t.Stepper.defaultProps=m,t.Stepper.displayName="KendoStepper"},4728:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.NO_ANIMATION=t.DEFAULT_ANIMATION_DURATION=void 0,t.DEFAULT_ANIMATION_DURATION=400,t.NO_ANIMATION=0},1440:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.StepperContext=void 0;var o=n(3899);t.StepperContext=o.createContext({linear:!1,mode:"steps",value:0})},1401:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},304:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},6732:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},504:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},6810:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},8431:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},2030:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},8734:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},9232:(e,t)=>{var n;Object.defineProperty(t,"__esModule",{value:!0}),t.messages=t.progBarAriaLabel=t.optionalText=void 0,t.optionalText="stepper.optionalText",t.progBarAriaLabel="stepper.progBarAriaLabel",t.messages=((n={})[t.optionalText]="(Optional)",n[t.progBarAriaLabel]="progressbar",n)},9383:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),a=this&&this.__assign||function(){return a=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},a.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.TabStrip=void 0;var i=n(3899),c=n(189),l=n(8679),s=n(5),h=n(1736),v=n(7363),u=function(e){function t(t){var n,o=e.call(this,t)||this;return o._element=null,o.showLicenseWatermark=!1,o.keyBinding=((n={})[h.Keys.left]=function(){return o.prevNavigatableTab()},n[h.Keys.right]=function(){return o.nextNavigatableTab()},n[h.Keys.down]=function(){return o.nextNavigatableTab()},n[h.Keys.up]=function(){return o.prevNavigatableTab()},n[h.Keys.home]=function(){return 0},n[h.Keys.end]=function(){return i.Children.count(o.props.children)-1},n),o.onSelect=function(e){o.props.selected!==e&&o.props.onSelect&&o.props.onSelect({selected:e})},o.onKeyDown=function(e){var t;switch(e.keyCode){case h.Keys.left:t=o.keyBinding[o.invertKeys(h.Keys.left,h.Keys.right)];break;case h.Keys.right:t=o.keyBinding[o.invertKeys(h.Keys.right,h.Keys.left)];break;case h.Keys.up:t=o.keyBinding[h.Keys.up];break;case h.Keys.down:t=o.keyBinding[h.Keys.down];break;case h.Keys.home:t=o.keyBinding[h.Keys.home];break;case h.Keys.end:t=o.keyBinding[h.Keys.end]}t&&(e.preventDefault(),o.onSelect(t()))},o.renderContent=function(e){var t=e.selected,n=e.children,o=e.tabContentStyle;return t<i.Children.count(n)&&t>-1?i.createElement(s.TabStripContent,a({index:t},e,{style:o})):null},o.firstNavigatableTab=function(){var e=o.children(),t=i.Children.count(e);if(e)for(var n=0;n<t;n++)if(!e[n].props.disabled)return n},o.lastNavigatableTab=function(){var e=o.children(),t=i.Children.count(e);if(e)for(var n=t-1;n>0;n--)if(!e[n].props.disabled)return n},o.prevNavigatableTab=function(){var e=o.children(),t=o.props.selected,n=t?t-1:-1;if(n<0)return o.lastNavigatableTab();if(e)for(var r=n;r>-1;r--){if(!e[r].props.disabled)return r;if(0===r)return o.lastNavigatableTab()}},o.nextNavigatableTab=function(){var e=o.children(),t=o.props.selected,n=t?t+1:1,r=i.Children.count(e);if(n>=r)return o.firstNavigatableTab();if(e)for(var a=n;a<r;a++){if(!e[a].props.disabled)return a;if(a+1===r)return o.firstNavigatableTab()}},(0,h.validatePackage)(v.packageMetadata),o.showLicenseWatermark=(0,h.shouldShowValidationUI)(v.packageMetadata),o}return r(t,e),t.prototype.render=function(){var e=this,t=a(a({},this.props),{children:this.children(),onKeyDown:this.onKeyDown,onSelect:this.onSelect}),n=t.tabPosition,o=t.tabIndex,r=void 0===o?0:o,c="bottom"===n,s=(0,h.classNames)("k-tabstrip k-pos-relative",{"k-tabstrip-left":"left"===n,"k-tabstrip-right":"right"===n,"k-tabstrip-bottom":"bottom"===n,"k-tabstrip-top":"top"===n,"k-tabstrip-scrollable":this.props.scrollable},this.props.className);return i.createElement("div",{id:this.props.id,ref:function(t){return e._element=t},dir:this.props.dir,className:s,style:this.props.style},!c&&i.createElement(l.TabStripNavigation,a({},t,{tabIndex:r})),this.renderContent(t),c&&i.createElement(l.TabStripNavigation,a({},t,{tabIndex:r})),this.showLicenseWatermark&&i.createElement(h.WatermarkOverlay,null))},t.prototype.invertKeys=function(e,t){return this._element&&"rtl"===getComputedStyle(this._element).direction?t:e},t.prototype.children=function(){return i.Children.toArray(this.props.children).filter((function(e){return e}))},t.propTypes={animation:c.bool,children:c.node,onSelect:c.func,selected:c.number,style:c.object,tabContentStyle:c.object,tabPosition:c.string,tabIndex:c.number,className:c.string,dir:c.string},t.defaultProps={animation:!0,tabPosition:"top",keepTabsMounted:!1,buttonScrollSpeed:100,mouseScrollSpeed:10},t}(i.Component);t.TabStrip=u},5:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),a=this&&this.__assign||function(){return a=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},a.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.TabStripContent=void 0;var i=n(3899),c=n(189),l=n(8171),s=n(1736),h=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.contentId=(0,s.guid)(),t.childFactory=function(e){return i.cloneElement(e,a(a({},e.props),{in:e.props.children.props.id===String(t.contentId+t.props.selected)}))},t}return r(t,e),t.prototype.render=function(){var e=this.props,t=e.children,n=e.selected,o=t&&"number"==typeof n&&i.Children.toArray(t)[n],r=(0,s.classNames)("k-tabstrip-content","k-active",o&&o.props.contentClassName);return i.createElement("div",{className:r,style:this.props.style},this.renderContent(t))},t.prototype.renderContent=function(e){var t=this;return this.props.keepTabsMounted?i.Children.map(this.props.children,(function(e,n){return t.renderChild(e,n)})):this.renderChild(i.Children.toArray(e)[this.props.selected],this.props.selected)},t.prototype.renderChild=function(e,t){var n=t===this.props.selected,o={role:"tabpanel","aria-expanded":!0,"aria-labelledby":t.toString(),style:{display:n?void 0:"none"}},r={position:"initial",display:n?void 0:"none"};return e.props.disabled?null:this.props.animation?i.createElement(l.Fade,{appear:!0,exit:this.props.keepTabsMounted,style:r,childFactory:this.props.keepTabsMounted?this.childFactory:void 0},i.createElement("div",a({},o,{id:String(this.contentId+t),key:t}),e.props.children)):i.createElement("div",a({},o,{key:t}),e.props.children)},t.propTypes={animation:c.bool,children:c.oneOfType([c.element,c.arrayOf(c.element)]),selected:c.number,style:c.object},t}(i.Component);t.TabStripContent=h},8679:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),a=this&&this.__assign||function(){return a=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},a.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.TabStripNavigation=void 0;var i=n(3899),c=n(189),l=n(4603),s=n(1736),h=n(7774),v=n(8696),u=function(e){return e.preventDefault()},p="smooth",d="prev",m="next",f=function(e){function t(t){var n=e.call(this,t)||this;return n.itemsNavRef=i.createRef(),n.isRtl=function(){return"rtl"===n.props.dir},n.onWheel=function(e){e.stopPropagation();var t=e.deltaY<0?d:m;n.setNewScrollPosition(t,e)},n.arrowClickPrev=function(e){n.handleArrowClick(d,e)},n.arrowClickNext=function(e){n.handleArrowClick(m,e)},n.handleArrowClick=function(e,t){n.setNewScrollPosition(e,t)},n.setNewScrollPosition=function(e,t){var o=n.itemsNavRef.current;if(o){var r=n.horizontalScroll(),a=r?o.scrollWidth-o.offsetWidth:o.scrollHeight-o.offsetHeight,i=("click"===t.type?n.props.buttonScrollSpeed:n.props.mouseScrollSpeed)||0,c=r?o.scrollLeft:o.scrollTop,l=r?o.scrollWidth-o.scrollLeft:o.scrollHeight-o.scrollTop,s=o.scrollWidth- -1*o.scrollLeft;n.isRtl()&&n.horizontalScroll()?(e===d&&c<0&&(c+=i,s+=i),e===m&&c<a&&(c-=i,s-=i),c=Math.min(0,Math.min(a,c))):(e===d&&c>0&&(c-=i,l+=i),e===m&&c<a&&(c+=i,l-=i),c=Math.max(0,Math.min(a,c)));var h=0===c,v="click"===t.type?p:void 0;if(r){var u=n.isRtl()?Math.round(s)<=o.clientWidth||Math.floor(s)<=o.clientWidth:Math.round(l)<=o.clientWidth||Math.floor(l)<=o.clientWidth;n.setState({disabledPrev:h,disabledNext:u}),o.scrollTo({left:c,behavior:v})}else n.setState({disabledPrev:h,disabledNext:Math.round(l)<=o.clientHeight||Math.floor(l)<=o.clientHeight}),o.scrollTo({top:c,behavior:v})}},n.renderArrow=function(e,t){var o=n.horizontalScroll(),r={prev:{arrowTab:"k-tabstrip-prev",fontIcon:o?n.isRtl()?"caret-alt-right":"caret-alt-left":"caret-alt-up",svgIcon:o?n.isRtl()?v.caretAltRightIcon:v.caretAltLeftIcon:v.caretAltUpIcon},next:{arrowTab:"k-tabstrip-next",fontIcon:o?n.isRtl()?"caret-alt-left":"caret-alt-right":"caret-alt-down",svgIcon:o?n.isRtl()?v.caretAltLeftIcon:v.caretAltRightIcon:v.caretAltDownIcon}},a=(e===d?n.props.prevButton:n.props.nextButton)||h.Button,c=e===d?n.arrowClickPrev:n.arrowClickNext;return i.createElement(a,{disabled:t,className:"".concat(r[e].arrowTab),onClick:c,icon:r[e].fontIcon,svgIcon:r[e].svgIcon,onMouseDown:u,tabIndex:-1,fillMode:"flat"})},n.state={disabledPrev:0===n.props.selected,disabledNext:n.props.selected===i.Children.count(n.props.children)-1},n}return r(t,e),t.prototype.componentDidMount=function(){this.props.scrollable&&this.scrollToSelected()},t.prototype.componentDidUpdate=function(e){var t=this.props,n=t.scrollable,o=t.selected;n&&e.selected!==o&&(this.scrollToSelected(),this.setState({disabledPrev:0===o,disabledNext:o===i.Children.count(this.props.children)-1}))},t.prototype.render=function(){var e,t,n=this.props,o=n.selected,r=n.tabPosition,c=n.children,h=n.onSelect,v=n.onKeyDown,u=i.Children.count(c),p=i.Children.toArray(c);c&&(e=(t=u,Array.apply(null,Array(t))).map((function(e,t,n){var r={active:o===t,disabled:p[t].props.disabled,index:t,title:p[t].props.title,first:0===t,last:t===n.length-1,onSelect:h};return i.createElement(l.TabStripNavigationItem,a({key:t},r))})));var f=(0,s.classNames)("k-tabstrip-items-wrapper",{"k-hstack":"top"===r||"bottom"===r,"k-vstack":"left"===r||"right"===r}),z=(0,s.classNames)("k-tabstrip-items","k-reset");return i.createElement("div",{className:f},this.props.scrollable?i.createElement(i.Fragment,null,this.renderArrow(d,this.state.disabledPrev),i.createElement("ul",{ref:this.itemsNavRef,className:z,role:"tablist",tabIndex:this.props.tabIndex,onKeyDown:v,onWheel:this.onWheel},e),this.renderArrow(m,this.state.disabledNext)):i.createElement("ul",{className:z,role:"tablist",tabIndex:this.props.tabIndex,onKeyDown:v},e))},t.prototype.scrollToSelected=function(){var e,t,n,o,r=this.itemsNavRef.current,a=r&&r.children[this.props.selected||0];if(a instanceof HTMLElement&&r instanceof HTMLElement){var i,c=this.horizontalScroll(),l=c?r.offsetWidth:r.offsetHeight,s=c?a.offsetWidth:a.offsetHeight,h=c?"left":"top",v=c?r.scrollLeft:r.scrollTop,u=0;this.isRtl()?(v*=-1,(i=a.offsetLeft)<0?(u=i-s+r.offsetLeft,r.scrollTo(((e={})[h]=u,e.behavior=p,e))):i+s>l-v&&(u=v+i-s,r.scrollTo(((t={})[h]=u,t.behavior=p,t)))):v+l<(i=c?a.offsetLeft-r.offsetLeft:a.offsetTop-r.offsetTop)+s?(u=i+s-l,r.scrollTo(((n={})[h]=u,n.behavior=p,n))):v>i&&(u=i,r.scrollTo(((o={})[h]=u,o.behavior=p,o)))}},t.prototype.horizontalScroll=function(){return/top|bottom/.test(this.props.tabPosition||"top")},t.propTypes={children:c.oneOfType([c.element,c.arrayOf(c.element)]),onSelect:c.func,onKeyDown:c.func,selected:c.number,tabIndex:c.number},t}(i.Component);t.TabStripNavigation=f},4603:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),a=this&&this.__assign||function(){return a=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},a.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.TabStripNavigationItem=void 0;var i=n(3899),c=n(189),l=n(1736),s=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.itemRef=null,t.focus=function(){t.itemRef&&(t.itemRef.tabIndex=0,t.itemRef.focus())},t.blur=function(){t.itemRef&&(t.itemRef.tabIndex=-1,t.itemRef.blur())},t.onClick=function(){t.props.onSelect&&t.props.onSelect(t.props.index),t.itemRef&&(t.itemRef.tabIndex=0,t.itemRef.focus())},t}return r(t,e),t.prototype.render=function(){var e,t=this,n=this.props,o=n.id,r=n.active,c=n.disabled,s=n.title,h=void 0===s?"Untitled":s,v=n.first,u=n.last,p={id:o,"aria-selected":r,"aria-controls":o,"aria-disabled":c,"aria-hidden":c,role:"tab",onClick:c?void 0:this.onClick},d=(0,l.classNames)("k-item",((e={})["k-first"]=v,e["k-last"]=u,e["k-disabled"]=c,e["k-active"]=r,e));return i.createElement("li",a({},p,{className:d,ref:function(e){return t.itemRef=e},onBlur:this.blur}),i.createElement("span",{className:"k-link"},h))},t.propTypes={active:c.bool,disabled:c.bool,index:c.number,onSelect:c.func,title:c.oneOfType([c.string,c.element]),first:c.bool,last:c.bool},t}(i.Component);t.TabStripNavigationItem=s},2971:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.TabStripTab=void 0;var a=n(3899),i=n(189),c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.prototype.render=function(){return null},t.propTypes={disabled:i.bool,contentClassName:i.string,children:i.oneOfType([i.element,i.node]),title:i.oneOfType([i.string,i.element,i.node])},t}(a.Component);t.TabStripTab=c},1592:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),a=this&&this.__assign||function(){return a=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},a.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.InternalTile=void 0;var i=n(3899),c=n(189),l=n(1736),s=n(7358),h=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={rtl:!1},t.oldSize={},t.draggable=null,t.dragging=!1,t.resizing=!1,t.element=null,t.hintElement=null,t.ignoreDrag=!1,t.pressOffset={x:0,y:0},t.pressXY={x:0,y:0},t.currentTranslate={x:0,y:0},t.preventDataOps=void 0,t.handleResize=function(e,n){if(n.end)t.handleRelease();else if(t.element&&t.hintElement){var o=e.clientX,r=e.clientY;t.resizing=!0;var a=("ns"!==n.direction?o-t.pressXY.x:0)*(t.state.rtl?-1:1),i="ew"!==n.direction?r-t.pressXY.y:0;if(t.dragElement&&(t.state.rtl?t.dragElement.style.marginLeft=-a+"px":t.dragElement.style.marginRight=-a+"px",t.dragElement.style.height="calc(100% + ".concat(i,"px)")),t.hintElement.classList.add("k-layout-item-hint-resize"),!t.preventDataOps){var c=0,l=0,s=t.element.getBoundingClientRect();a>s.width/t.props.defaultPosition.colSpan/3&&(c=1),a<-s.width/t.props.defaultPosition.colSpan/1.25&&(c=-1),i>s.height/t.props.defaultPosition.rowSpan/3&&(l=1),i<-s.height/t.props.defaultPosition.rowSpan/1.25&&(l=-1),0===c&&0===l||t.props.update(t.props.index,0,0,l,c)}}},t.handlePress=function(e){if(t.dragElement)if(t.pressXY={x:e.event.clientX,y:e.event.clientY},t.ignoreDrag=!1,t.props.ignoreDrag&&t.props.ignoreDrag(e.event.originalEvent))t.ignoreDrag=!0;else{t.element&&t.hintElement&&(t.element.style.zIndex="10",t.hintElement.style.display="block"),t.dragElement.classList.remove("k-cursor-grab"),t.dragElement.classList.add("k-cursor-grabbing");var n=t.dragElement.getBoundingClientRect();t.pressOffset={x:e.event.clientX-n.x,y:e.event.clientY-n.y}}},t.handleDrag=function(e){if(!t.ignoreDrag){var n=t.dragElement;if(!e.event.originalEvent.defaultPrevented&&n){t.dragging=!0,e.event.originalEvent.preventDefault();var o=n.getBoundingClientRect();if(t.currentTranslate={x:e.event.clientX-o.x-t.pressOffset.x+t.currentTranslate.x,y:e.event.clientY-o.y-t.pressOffset.y+t.currentTranslate.y},n.style.transform="translate(".concat(t.currentTranslate.x,"px, ").concat(t.currentTranslate.y,"px)"),n.style.transition="transform 0s",!t.preventDataOps){var r=0,a=0;t.currentTranslate.y>.7*o.height/t.props.defaultPosition.rowSpan&&(a=1),t.currentTranslate.y<.7*-o.height/t.props.defaultPosition.rowSpan&&(a=-1),t.currentTranslate.x>.7*o.width/t.props.defaultPosition.colSpan&&(r=1),t.currentTranslate.x<.7*-o.width/t.props.defaultPosition.colSpan&&(r=-1),t.props.update(t.props.index,a,t.state.rtl?-r:r,0,0)}}}},t.handleRelease=function(){t.dragging=t.resizing=!1,t.currentTranslate={x:0,y:0},t.element&&t.hintElement&&(t.element.style.zIndex="1",t.hintElement.classList.remove("k-layout-item-hint-resize"),t.hintElement.style.display="none");var e=t.dragElement;e&&(e.style.transform="translate(0px, 0px)",e.style.transition="transform ".concat(200,"ms cubic-bezier(0.2, 0, 0, 1) 0s"),e.style.marginRight="0px",e.style.marginLeft="0px",e.style.height="100%",e.classList.remove("k-cursor-grabbing"),e.classList.add("k-cursor-grab"))},t}return r(t,e),Object.defineProperty(t.prototype,"reorderable",{get:function(){return void 0!==this.props.reorderable?this.props.reorderable:t.defaultProps.reorderable},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"dragElement",{get:function(){return this.draggable?this.draggable.element:void 0},enumerable:!1,configurable:!0}),t.prototype.componentDidMount=function(){this.element&&("rtl"===getComputedStyle(this.element).direction&&this.setState({rtl:!0}),this.hintElement&&(this.hintElement.style.height=this.element.offsetHeight+"px",this.hintElement.style.width=this.element.offsetWidth+"px"))},t.prototype.render=function(){var e=this;clearTimeout&&"function"==typeof clearTimeout&&(clearTimeout(this.preventDataOps),this.preventDataOps=window.setTimeout((function(){e.preventDataOps=void 0}),200));var n=this.props.defaultPosition,o=void 0!==this.props.resizable?this.props.resizable:t.defaultProps.resizable,r=a({gridColumnStart:n.col,gridColumnEnd:"span ".concat(n.colSpan),gridRowStart:n.row,gridRowEnd:"span ".concat(n.rowSpan),outline:"none",order:n.order,display:"none"},this.props.hintStyle),c={gridColumnStart:n.col,gridColumnEnd:"span ".concat(n.colSpan),gridRowStart:n.row,gridRowEnd:"span ".concat(n.rowSpan),order:n.order},h=i.createElement("div",{ref:function(t){e.draggable=t?{element:t}:null},className:(0,l.classNames)("k-tilelayout-item k-card",{"k-cursor-grab":this.reorderable},this.props.className),style:a(a({height:"100%"},c),this.props.style)},this.props.children,i.createElement(s.ResizeHandlers,{onPress:this.handlePress,onResize:this.handleResize,resizable:o,rtl:this.state.rtl}));return i.createElement("div",{ref:function(t){e.element=t},style:c},i.createElement("div",{ref:function(t){e.hintElement=t},style:a({position:"absolute"},r),className:(0,l.classNames)("k-layout-item-hint",this.props.hintClassName)}),i.createElement(l.Draggable,{ref:function(t){e.draggable=t},onDrag:this.props.reorderable?this.handleDrag:void 0,onRelease:this.props.reorderable?this.handleRelease:void 0,onPress:this.props.reorderable?this.handlePress:void 0},h))},t.prototype.getSnapshotBeforeUpdate=function(e){return this.oldSize={},this.dragElement&&(this.oldSize=this.dragElement.getBoundingClientRect()),null},t.prototype.componentDidUpdate=function(e){var t=this,n=this.dragElement;if(n){var o=n.getBoundingClientRect(),r=this.oldSize;if(this.resizing){var a=o.width-r.width;if(this.state.rtl){var i=parseFloat(n.style.marginLeft||"0");n.style.marginLeft=i-a+"px"}else i=parseFloat(n.style.marginRight||"0"),n.style.marginRight=i+a+"px";this.pressXY.x+=this.state.rtl?-a:a;var c=o.height-r.height,l=parseFloat(n.style.height.substring(12));n.style.height="calc(100% + ".concat(l+c,"px)"),this.pressXY.y+=c}var s=r.left-o.left,h=r.top-o.top;0===s&&0===h||(this.dragging?e.defaultPosition.order===this.props.defaultPosition.order&&e.defaultPosition.col===this.props.defaultPosition.col||(this.currentTranslate.x=0,this.currentTranslate.y=0,n.style.transform=""):Math.abs(h)<15&&Math.abs(s)<15||requestAnimationFrame((function(){var e=t.element;e&&(e.style.transform="translate(".concat(s,"px, ").concat(h,"px)"),e.style.transition="transform 0s",requestAnimationFrame((function(){e.style.transform="",e.style.transition="transform ".concat(200,"ms cubic-bezier(0.2, 0, 0, 1) 0s")})))})))}},t.propTypes={defaultPosition:c.object.isRequired,style:c.object,className:c.string,hintStyle:c.object,hintClassName:c.string,header:c.any,body:c.any,item:c.any,resizable:c.oneOf(["horizontal","vertical",!0,!1]),reorderable:c.bool},t.displayName="KendoTileLayoutItem",t.defaultProps={resizable:!0,reorderable:!0},t}(i.Component);t.InternalTile=h},7358:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),a=this&&this.__assign||function(){return a=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},a.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.ResizeHandlers=void 0;var i=n(3899),c=n(1736),l=function(e){return i.createElement(c.Draggable,{onPress:e.onPress,onDrag:function(t){e.onResize(t.event,!1,e.d)},onRelease:function(t){e.onResize(t.event,!0,e.d)}},i.createElement("div",{className:"k-resize-handle k-cursor-"+e.d+"-resize",style:a({bottom:0,right:0},e.style)}))},s=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.handleResize=function(e,n,o){e.originalEvent.preventDefault(),t.props.onResize(e,{end:n,direction:o})},t}return r(t,e),t.prototype.render=function(){var e=this.props,t=e.resizable,n=e.onPress,o=e.rtl;return t?i.createElement(i.Fragment,null,"vertical"!==t&&i.createElement(l,{onPress:n,onResize:this.handleResize,d:"ew",style:o?{top:0,width:9,left:0,right:""}:{top:0,width:9,right:0,left:""}}),"horizontal"!==t&&i.createElement(l,{onPress:n,onResize:this.handleResize,d:"ns",style:{left:0,height:9}}),!0===t&&i.createElement(l,{onPress:n,onResize:this.handleResize,d:o?"nesw":"nwse",style:o?{width:9,height:9,right:"",left:0}:{width:9,height:9,right:0,left:""}})):null},t}(i.Component);t.ResizeHandlers=s},5478:function(e,t,n){var o,r=this&&this.__extends||(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),a=this&&this.__assign||function(){return a=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},a.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.TileLayout=void 0;var i=n(3899),c=n(189),l=n(1736),s=n(1592),h=n(7363),v={column:"k-grid-flow-col",row:"k-grid-flow-row","column dense":"k-grid-flow-col-dense","row dense":"k-grid-flow-row-dense",unset:"k-grid-flow-unset"},u=function(e){function t(t){var n=e.call(this,t)||this;return n._element=null,n.state={positions:(n.props.items||[]).map((function(e,t){return Object.assign({order:t,rowSpan:1,colSpan:1},e.defaultPosition)}))},n.showLicenseWatermark=!1,n.focus=function(){n._element&&n._element.focus()},n.update=function(e,t,o,r,a){if(void 0===r&&(r=0),void 0===a&&(a=0),0!==t||0!==o||a||r){var i=!1,c=n.state.positions.map((function(e){return Object.assign({},e)})),s=c[e],h=c.find((function(e){return e.order===s.order+t}));h&&h!==s&&(s.order+=t,h.order+=-t,i=!0);var v=s.col+o;0!==o&&v>=1&&v+s.colSpan<=(n.props.columns||3)+1&&(s.col=v,i=!0);var u=s.colSpan+a;a&&u>=1&&u+s.col<=(n.props.columns||3)+1&&(s.colSpan=u,i=!0);var p=s.rowSpan+r;r&&p>=1&&(s.rowSpan=p,i=!0),i&&(n.setState({positions:c}),(0,l.dispatchEvent)(n.props.onReposition,{},n,{value:c}))}},(0,l.validatePackage)(h.packageMetadata),n.showLicenseWatermark=(0,l.shouldShowValidationUI)(h.packageMetadata),n}return r(t,e),Object.defineProperty(t.prototype,"element",{get:function(){return this._element},enumerable:!1,configurable:!0}),t.getDerivedStateFromProps=function(e,t){return e.positions?{positions:e.positions.map((function(e,t){return Object.assign({order:t,rowSpan:1,colSpan:1},e)}))}:!e.items||t.positions&&e.items.length===t.positions.length?null:{positions:e.items.map((function(e,t){return Object.assign({order:t,rowSpan:1,colSpan:1},e.defaultPosition)}))}},t.prototype.render=function(){var e=this,t=this.props,n=t.className,o=t.columns,r=void 0===o?3:o,c=t.columnWidth,h=void 0===c?"1fr":c,u=t.gap,p=t.rowHeight,d=void 0===p?"1fr":p,m=t.style,f=t.autoFlow,z=void 0===f?"column":f,g=t.items,y=void 0===g?[]:g,b=u?"".concat("number"==typeof u.rows?u.rows+"px":u.rows)+" "+"".concat("number"==typeof u.columns?u.columns+"px":u.columns):16,H=a({gridTemplateColumns:"repeat(".concat(r,", minmax(0px, ").concat("number"==typeof h?h+"px":h,"))"),gridAutoRows:"minmax(0px, ".concat("number"==typeof d?d+"px":d,")"),gap:b,padding:b},m);return i.createElement("div",{ref:function(t){e._element=t},dir:this.props.dir,className:(0,l.classNames)("k-tilelayout k-pos-relative",v[z],n),style:H,id:this.props.id,children:y.map((function(t,n){return i.createElement(i.Fragment,{key:e.props.dataItemKey?(0,l.getter)(e.props.dataItemKey)(t):n},i.createElement(s.InternalTile,{update:e.update,defaultPosition:e.state.positions[n],index:n,resizable:t.resizable,reorderable:t.reorderable,style:t.style,className:t.className,hintClassName:t.hintClassName,hintStyle:t.hintStyle,ignoreDrag:e.props.ignoreDrag},t.item?t.item:i.createElement(i.Fragment,null,i.createElement("div",{className:"k-tilelayout-item-header k-card-header"},i.isValidElement(t.header)?t.header:i.createElement("h5",{className:"k-card-title"},t.header)),i.createElement("div",{className:"k-tilelayout-item-body k-card-body"},t.body))),e.showLicenseWatermark&&i.createElement(l.WatermarkOverlay,null))}))})},t.propTypes={id:c.string,style:c.object,className:c.string,dir:c.string,gap:c.object,columns:c.number,columnWidth:c.oneOfType([c.number,c.string]),rowHeight:c.oneOfType([c.number,c.string]),dataItemKey:c.string,items:c.array,positions:c.array,autoFlow:c.oneOf(["column","row","column dense","row dense","unset"]),onReposition:c.func,ignoreDrag:c.func},t.displayName="KendoTileLayout",t}(i.Component);t.TileLayout=u},5207:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},3694:function(e,t,n){var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.Timeline=void 0;var r=n(3899),a=n(189),i=n(1736),c=n(3841),l=n(3719);t.Timeline=function(e){var t=o({alterMode:!1,collapsibleEvents:!0,dateFormat:"MMM dd, yyyy"},e),n=t.collapsibleEvents,a=t.transitionDuration,s=t.className,h=t.alterMode,v=t.navigatable,u=t.horizontal,p=t.events,d=t.dateFormat,m=t.onChange,f=t.onActionClick,z=r.useState(),g=z[0],y=z[1],b=r.useRef(null);return r.useEffect((function(){b.current&&y(b.current.offsetWidth)}),[]),r.createElement("div",{ref:b,className:(0,i.classNames)("k-timeline",{"k-timeline-collapsible":n,"k-timeline-vertical":!u,"k-timeline-alternating":h,"k-timeline-horizontal":u},s),style:{width:"".concat(g,"px")}},u?r.createElement(c.TimelineHorizontal,{navigatable:v,eventsData:p,dateFormat:d,transitionDuration:a,onActionClick:f}):r.createElement(l.TimelineVertical,{navigatable:v,eventsData:p,dateFormat:d,alterMode:h,collapsibleEvents:n,transitionDuration:a,onChange:m,onActionClick:f}))},t.Timeline.propTypes={className:a.string}},8596:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.TimelineCard=void 0;var o=n(3899),r=n(189),a=n(1316),i=n(4701),c=n(7286),l=n(2753),s=n(897),h=n(2198),v=n(5920),u=n(1736),p=n(8171),d=n(8696);t.TimelineCard=function(e){var t=e.eventData,n=t.title,r=t.subtitle,m=t.actions,f=t.images,z=t.description,g=o.useState(e.eventData.opened||!1),y=g[0],b=g[1],H=o.useState(e.eventData.opened||!!e.collapsible),w=H[0],x=H[1],M=function(t){if(e.onActionClick){var n={syntheticEvent:t,nativeEvent:t.nativeEvent,eventData:e.eventData};e.onActionClick.call(void 0,n)}},I=function(){return o.createElement(o.Fragment,null,o.createElement(s.CardBody,null,o.createElement("div",{className:"k-card-description"},o.createElement("p",null,z),f&&f.map((function(e,t){return o.createElement(h.CardImage,{key:t,src:e.src})})))),o.createElement(v.CardActions,null,m&&m.map((function(e,t){return o.createElement("a",{key:t,href:e.url,className:"k-button k-button-md k-rounded-md k-button-flat k-button-flat-primary",onClick:M},e.text)}))))};return o.createElement("div",{"data-testid":"k-timeline-card",className:(0,u.classNames)("k-timeline-card",{"k-collapsed":e.collapsible&&w})},o.createElement(a.Card,{"aria-live":"polite","aria-describedby":e.id,"aria-atomic":"true",tabIndex:e.tabindex,role:e.horizontal?"tabpanel":"button","aria-expanded":e.collapsible&&w},o.createElement("span",{style:e.calloutStyle,className:(0,u.classNames)("k-timeline-card-callout","k-card-callout",{"k-callout-n":e.horizontal},{"k-callout-e":e.alternated&&!e.horizontal},{"k-callout-w":!e.alternated&&!e.horizontal})}),o.createElement("div",{className:"k-card-inner"},o.createElement(i.CardHeader,null,o.createElement(c.CardTitle,null,o.createElement("span",{className:"k-event-title"},n),e.collapsible&&o.createElement("span",{onClick:function(t){return function(t){if(b(!y),e.onChange){var n={syntheticEvent:t,nativeEvent:t.nativeEvent,eventData:e.eventData};e.onChange.call(void 0,n)}}(t)},className:"k-event-collapse k-button k-button-md k-rounded-md k-button-flat k-button-flat-base k-icon-button"},o.createElement(u.SvgIcon,{icon:d.chevronRightIcon}))),r&&o.createElement(l.CardSubtitle,null,r)),e.collapsible?o.createElement(p.Reveal,{transitionEnterDuration:e.transitionDuration||400,transitionExitDuration:e.transitionDuration||400,onBeforeEnter:function(){return x(!1)},onAfterExited:function(){return x(!0)}},y?I():null):I())))},t.TimelineCard.propTypes={onChange:r.func,onActionClick:r.func}},3841:function(e,t,n){var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.TimelineHorizontal=void 0;var r=n(3899),a=n(189),i=n(8596),c=n(8909),l=n(8696),s=n(499),h=n(1736);t.TimelineHorizontal=function(e){var t=(0,s.useInternationalization)(),n=r.useState(!1),a=n[0],v=n[1],u=r.useState(!0),p=u[0],d=u[1],m=r.useState(),f=m[0],z=m[1],g=r.useState(0),y=g[0],b=g[1],H=r.useState(),w=H[0],x=H[1],M=r.useState(0),I=M[0],V=M[1],k=r.useState(0),O=k[0],C=k[1],E=r.useState(1),B=E[0],S=E[1],P=r.useState(),L=P[0],N=P[1],_=r.useState(),D=_[0],A=_[1],R=r.useState([0,0,0]),T=R[0],j=R[1],F=r.useState(0),K=F[0],Z=F[1],W=r.useState(1),U=W[0],q=W[1],Y=r.useRef(null),G=r.useRef(null),X=r.useRef(null),Q=e.eventsData,J=e.dateFormat,$=e.navigatable,ee=e.onActionClick,te=w?"".concat(w,"%"):"".concat(150,"px"),ne=r.useRef(new h.Navigation({tabIndex:0,root:Y,selectors:[".k-timeline-scrollable-wrap"]}));r.useEffect((function(){Y.current&&e.navigatable&&(setTimeout((function(){var e=ne.current.first;e&&e.setAttribute("tabindex",String(0))}),0),ne.current.keyboardEvents={keydown:{ArrowRight:oe,ArrowLeft:re,End:ie,Home:ae}})}),[e.navigatable,B,I]),r.useEffect((function(){ne.current.update()})),r.useEffect((function(){var e,t=h.canUseDOM&&window.ResizeObserver&&new window.ResizeObserver(me),n=G.current,o=(null===(e=null==Y?void 0:Y.current)||void 0===e?void 0:e.offsetWidth)||0;return t&&n&&t.observe(n),ce(),me(),j([o,0,-o]),function(){t&&t.disconnect()}}),[]),r.useEffect((function(){var e=G.current,t=e&&e.children[B];if(t){var n=t.offsetWidth;if(v(!(y>=0)),D){var o=D.length*n>I*n*((-1*y+100)/100);d(o)}(null==e?void 0:e.offsetWidth)*-y/100>=e.children.length*n&&(ce(),me(),b((t.offsetLeft-t.offsetWidth)/(I*t.offsetWidth)*100*-1)),pe(t)}}),[I,w,B]);var oe=function(e,t,n){if(G.current){var o=G.current.children[B+1],r=o&&o.classList.contains("k-timeline-flag-wrap")?B+2:B+1;if(D&&D.length<=r)return;I+O<=r&&se(),de(r,n)}},re=function(e,t,n){if(G.current){var o=G.current&&G.current.children[B-1],r=o&&o.classList.contains("k-timeline-flag-wrap")?B-2:B-1;if(r<=0)return;r<O&&le(),de(r,n)}},ae=function(e,t,n){if(G.current){if(B<=1)return;he(!0,1,0,0),de(1,n)}},ie=function(e,t,n){if(G.current){var o=G.current&&G.current.children.length-1;if(o<=B)return;var r=Math.floor(o/I);he(!0,o,r*I,-100*r),de(o,n)}},ce=function(){var e=(0,c.addYearsFlags)(Q);A(e),N([e[B-1],e[B],e[B+1]])},le=function(){var e;if(G.current&&D){var t=O-I,n=O-1,o=D[n]&&(null===(e=D[n])||void 0===e?void 0:e.yearFlag)?n-1:n;he(!1,o,t,y+100>0?0:y+100)}},se=function(){if(G.current&&D){var e=O+I,t=D[e]&&D[e].yearFlag?e+1:e;he(!0,t,e,y-100)}},he=function(e,t,n,o){ve(e,t),me(),C(n),b(o),S(t)},ve=function(t,n){var o;if(L&&D){var r=ue(t,U),a=Object.assign([],L,((o={})[r]=D[n],o));N(a),q(r),Z(t?-100:100),setTimeout((function(){var e,t,n,o=null===(n=Y.current)||void 0===n?void 0:n.offsetWidth,i=Object.assign([],T,((e={})[r]=0,e[ue(!0,r)]=o,e[ue(!1,r)]=o&&-o,e)),c=Object.assign([],a,((t={})[ue(!0,r)]={},t[ue(!1,r)]={},t));N(c),j(i),Z(0)}),e.transitionDuration||300)}},ue=function(e,t){var n=e?t+1:t-1;return L?n<0?L.length-1:n%L.length:0},pe=function(e){var t,n=(B-O)*e.offsetWidth+e.offsetWidth/2+((null===(t=X.current)||void 0===t?void 0:t.offsetWidth)||0);z(n)},de=function(e,t){t.preventDefault(),e>B?ve(!0,e):e<B&&ve(!1,e),S(e)},me=r.useCallback((function(){var e=G.current,t=e&&e.children[B];if(e instanceof HTMLElement&&t){var n=Math.round(e.offsetWidth/150);pe(t),x(100/n),V(n)}}),[]),fe=function(e){return{transform:"translateX(".concat(e,"%)"),transformOrigin:"left top"}};return r.createElement(r.Fragment,null,r.createElement("div",{className:"k-timeline-track-wrap",ref:Y,onKeyDown:function(e){$&&ne.current&&ne.current.triggerKeyboardEvent(e)}},r.createElement("a",{ref:X,"aria-hidden":"true",onClick:function(){return a&&le()},className:(0,h.classNames)("k-timeline-arrow","k-timeline-arrow-left","k-button k-button-md k-rounded-md k-button-solid k-button-solid-base k-icon-button",{"k-disabled":!a})},r.createElement(h.SvgIcon,{icon:l.caretAltLeftIcon})),r.createElement("a",{"aria-hidden":"true",onClick:function(){return p&&se()},className:(0,h.classNames)("k-timeline-arrow","k-timeline-arrow-right","k-button k-button-md k-rounded-md k-button-solid k-button-solid-base k-icon-button",{"k-disabled":!p})},r.createElement(h.SvgIcon,{icon:l.caretAltRightIcon})),r.createElement("div",{className:"k-timeline-track"},r.createElement("ul",{ref:G,className:"k-timeline-scrollable-wrap",role:"tablist",tabIndex:0,style:{transform:"translateX(".concat(y,"%)")}},D&&D.map((function(e,n){return e.yearFlag?r.createElement("li",{role:"none",className:"k-timeline-track-item k-timeline-flag-wrap",style:{flex:"1 0 ".concat(te)},key:n},r.createElement("span",{className:"k-timeline-flag"},e.yearFlag)):r.createElement("li",{role:"tab",className:(0,h.classNames)("k-timeline-track-item",{"k-focus":n===B}),"aria-selected":n===B,style:{flex:"1 0 ".concat(te)},key:n},r.createElement("div",{className:"k-timeline-date-wrap"},r.createElement("span",{className:"k-timeline-date"},t.formatDate(e.date,J))),r.createElement("span",{onClick:function(e){return de(n,e)},className:"k-timeline-circle"}))}))))),r.createElement("div",{className:"k-timeline-events-list"},r.createElement("ul",{className:"k-timeline-scrollable-wrap",style:0===K?o({},fe(K)):o(o({},fe(K)),{transitionDuration:"".concat(300,"ms")})},L&&L.map((function(e,t){return r.createElement("li",{key:t,className:"k-timeline-event",style:{transform:"translate3d(".concat(T[t],"px, 0px, 0px)")}},e&&r.createElement(i.TimelineCard,{tabindex:0===T[t]?0:-1,eventData:e,onActionClick:ee,horizontal:!0,collapsible:!1,calloutStyle:{left:"".concat(f,"px")}}))})))))},t.TimelineHorizontal.propTypes={onActionClick:a.func}},3719:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.TimelineVertical=void 0;var o=n(3899),r=n(189),a=n(8596),i=n(8909),c=n(1736),l=n(499);t.TimelineVertical=function(e){var t=(0,l.useInternationalization)(),n=o.useState(),r=n[0],s=n[1],h=e.collapsibleEvents,v=e.transitionDuration,u=e.eventsData,p=e.dateFormat,d=e.alterMode,m=e.navigatable,f=e.onChange,z=e.onActionClick,g=o.useRef(null),y=o.useRef(new c.Navigation({tabIndex:0,root:g,selectors:[".k-card-vertical"]}));o.useEffect((function(){g.current&&e.navigatable&&(setTimeout((function(){var e=y.current.first;e&&e.setAttribute("tabindex",String(0))}),0),y.current.keyboardEvents={keydown:{Space:b,Enter:b}})}),[e.navigatable]),o.useEffect((function(){s((0,i.addYearsFlags)(u))}),[]),o.useEffect((function(){y.current.update()}));var b=function(e,t,n){n.preventDefault();var o=e.querySelector(".k-card-title .k-event-collapse");o&&o.click()},H=0;return o.createElement("ul",{ref:g,onKeyDown:function(e){m&&y.current&&y.current.triggerKeyboardEvent(e)}},r&&r.map((function(e,n){var r=(0,c.guid)(),i=(n+H)%2==0;return e.yearFlag&&(H+=1),o.createElement(o.Fragment,{key:n},e.yearFlag?o.createElement("li",{className:"k-timeline-flag-wrap"},o.createElement("span",{className:"k-timeline-flag"},e.yearFlag)):o.createElement("li",{className:(0,c.classNames)("k-timeline-event",{"k-reverse":i})},o.createElement("div",{className:"k-timeline-date-wrap"},o.createElement("span",{className:"k-timeline-date",id:r},t.formatDate(e.date,p))),o.createElement("a",{className:"k-timeline-circle"}),o.createElement(a.TimelineCard,{id:r,tabindex:m?0:-1,eventData:e,alternated:d&&i,collapsible:h,transitionDuration:v,onChange:f,onActionClick:z})))})))},t.TimelineVertical.propTypes={onActionClick:r.func}},8909:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.addYearsFlags=t.sortEventList=void 0,t.sortEventList=function(e){return e.sort((function(e,t){return e.date.getTime()-t.date.getTime()}))},t.addYearsFlags=function(e){var t;return e.reduce((function(e,n){return t!==n.date.getFullYear()?(t=n.date.getFullYear(),e.push({yearFlag:t},n)):e.push(n),e}),[])}},4810:(e,t,n)=>{n.d(t,{_:()=>r});var o=n(3899),r=function(e,t){var n=o.useRef(0),r=o.useRef(!1),a=o.useRef();o.useEffect((function(){return function(e){var t,o=e.duration,r=n.current&&1-n.current;e.onStart&&e.onStart();var i=function(c){t||(t=c);var l=(c-t+1)/o+r;l<=1?(e.onUpdate&&e.onUpdate(l),a.current=window.requestAnimationFrame(i),n.current=l):(e.onEnd&&e.onEnd(1),n.current=0)};a.current=window.requestAnimationFrame(i)}(e),function(){a.current&&window.cancelAnimationFrame(a.current)}}),t),o.useEffect((function(){r.current=!0}),[])}},8171:(e,t,n)=>{n.r(t),n.d(t,{Animation:()=>H,AnimationChild:()=>m,Expand:()=>k,Fade:()=>M,Push:()=>B,Reveal:()=>j,Slide:()=>L,Zoom:()=>A,useAnimation:()=>F._});var o=n(3899),r=n(189),a=n(8047),i=n(3228),c=n(6144);const l=function(e){if(!e||!e.ownerDocument.defaultView)return 0;var t=e.ownerDocument.defaultView.getComputedStyle(e),n=parseFloat(t.marginTop),o=parseFloat(t.marginBottom);return e.offsetHeight+n+o},s=function(e){if(!e||!e.ownerDocument.defaultView)return 0;var t=e.ownerDocument.defaultView.getComputedStyle(e),n=parseFloat(t.marginLeft),o=parseFloat(t.marginRight);return e.offsetWidth+n+o},h={"animation-container":"k-animation-container","animation-container-relative":"k-animation-container-relative","animation-container-fixed":"k-animation-container-fixed","push-right-enter":"k-push-right-enter","push-right-appear":"k-push-right-appear","push-right-enter-active":"k-push-right-enter-active","push-right-appear-active":"k-push-right-appear-active","push-right-exit":"k-push-right-exit","push-right-exit-active":"k-push-right-exit-active","push-left-enter":"k-push-left-enter","push-left-appear":"k-push-left-appear","push-left-enter-active":"k-push-left-enter-active","push-left-appear-active":"k-push-left-appear-active","push-left-exit":"k-push-left-exit","push-left-exit-active":"k-push-left-exit-active","push-down-enter":"k-push-down-enter","push-down-appear":"k-push-down-appear","push-down-enter-active":"k-push-down-enter-active","push-down-appear-active":"k-push-down-appear-active","push-down-exit":"k-push-down-exit","push-down-exit-active":"k-push-down-exit-active","push-up-enter":"k-push-up-enter","push-up-appear":"k-push-up-appear","push-up-enter-active":"k-push-up-enter-active","push-up-appear-active":"k-push-up-appear-active","push-up-exit":"k-push-up-exit","push-up-exit-active":"k-push-up-exit-active",expand:"k-expand","expand-vertical-enter":"k-expand-vertical-enter","expand-vertical-appear":"k-expand-vertical-appear","expand-vertical-enter-active":"k-expand-vertical-enter-active","expand-vertical-appear-active":"k-expand-vertical-appear-active","expand-vertical-exit":"k-expand-vertical-exit","expand-vertical-exit-active":"k-expand-vertical-exit-active","expand-horizontal-enter":"k-expand-horizontal-enter","expand-horizontal-appear":"k-expand-horizontal-appear","expand-horizontal-enter-active":"k-expand-horizontal-enter-active","expand-horizontal-appear-active":"k-expand-horizontal-appear-active","expand-horizontal-exit":"k-expand-horizontal-exit","expand-horizontal-exit-active":"k-expand-horizontal-exit-active","child-animation-container":"k-child-animation-container","fade-enter":"k-fade-enter","fade-appear":"k-fade-appear","fade-enter-active":"k-fade-enter-active","fade-appear-active":"k-fade-appear-active","fade-exit":"k-fade-exit","fade-exit-active":"k-fade-exit-active","zoom-in-enter":"k-zoom-in-enter","zoom-in-appear":"k-zoom-in-appear","zoom-in-enter-active":"k-zoom-in-enter-active","zoom-in-appear-active":"k-zoom-in-appear-active","zoom-in-exit":"k-zoom-in-exit","zoom-in-exit-active":"k-zoom-in-exit-active","zoom-out-enter":"k-zoom-out-enter","zoom-out-appear":"k-zoom-out-appear","zoom-out-enter-active":"k-zoom-out-enter-active","zoom-out-appear-active":"k-zoom-out-appear-active","zoom-out-exit":"k-zoom-out-exit","zoom-out-exit-active":"k-zoom-out-exit-active","slide-in-appear":"k-slide-in-appear",centered:"k-centered","slide-in-appear-active":"k-slide-in-appear-active","slide-down-enter":"k-slide-down-enter","slide-down-appear":"k-slide-down-appear","slide-down-enter-active":"k-slide-down-enter-active","slide-down-appear-active":"k-slide-down-appear-active","slide-down-exit":"k-slide-down-exit","slide-down-exit-active":"k-slide-down-exit-active","slide-up-enter":"k-slide-up-enter","slide-up-appear":"k-slide-up-appear","slide-up-enter-active":"k-slide-up-enter-active","slide-up-appear-active":"k-slide-up-appear-active","slide-up-exit":"k-slide-up-exit","slide-up-exit-active":"k-slide-up-exit-active","slide-right-enter":"k-slide-right-enter","slide-right-appear":"k-slide-right-appear","slide-right-enter-active":"k-slide-right-enter-active","slide-right-appear-active":"k-slide-right-appear-active","slide-right-exit":"k-slide-right-exit","slide-right-exit-active":"k-slide-right-exit-active","slide-left-enter":"k-slide-left-enter","slide-left-appear":"k-slide-left-appear","slide-left-enter-active":"k-slide-left-enter-active","slide-left-appear-active":"k-slide-left-appear-active","slide-left-exit":"k-slide-left-exit","slide-left-exit-active":"k-slide-left-exit-active","reveal-vertical-enter":"k-reveal-vertical-enter","reveal-vertical-appear":"k-reveal-vertical-appear","reveal-vertical-enter-active":"k-reveal-vertical-enter-active","reveal-vertical-appear-active":"k-reveal-vertical-appear-active","reveal-vertical-exit":"k-reveal-vertical-exit","reveal-vertical-exit-active":"k-reveal-vertical-exit-active","reveal-horizontal-enter":"k-reveal-horizontal-enter","reveal-horizontal-appear":"k-reveal-horizontal-appear","reveal-horizontal-enter-active":"k-reveal-horizontal-enter-active","reveal-horizontal-appear-active":"k-reveal-horizontal-appear-active","reveal-horizontal-exit":"k-reveal-horizontal-exit","reveal-horizontal-exit-active":"k-reveal-horizontal-exit-active"};var v,u=(v=function(e,t){return v=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},v(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}v(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),p=function(){return p=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},p.apply(this,arguments)},d=h,m=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.elementRef=o.createRef(),t}return u(t,e),Object.defineProperty(t.prototype,"element",{get:function(){return this.elementRef.current},enumerable:!1,configurable:!0}),t.prototype.render=function(){var e=this,t=this.props,n=t.children,r=t.style,i=t.appear,l=t.enter,s=t.exit,h=t.transitionName,v=t.transitionEnterDuration,u=t.transitionExitDuration,m=t.className,f=t.onEnter,z=t.onEntering,g=t.onEntered,y=t.onExit,b=t.onExiting,H=t.onExited,w=t.onAfterExited,x=t.mountOnEnter,M=t.unmountOnExit,I=t.animationEnteringStyle,V=t.animationEnteredStyle,k=t.animationExitingStyle,O=t.animationExitedStyle,C=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(t,["children","style","appear","enter","exit","transitionName","transitionEnterDuration","transitionExitDuration","className","onEnter","onEntering","onEntered","onExit","onExiting","onExited","onAfterExited","mountOnEnter","unmountOnExit","animationEnteringStyle","animationEnteredStyle","animationExitingStyle","animationExitedStyle"]),E=(0,a.A)(m,d["child-animation-container"]),B=p({transitionDelay:"0ms"},r),S={entering:p({transitionDuration:"".concat(v,"ms")},I),entered:p({},V),exiting:p({transitionDuration:"".concat(u,"ms")},k),exited:p({},O)},P={in:this.props.in,appear:i,enter:l,exit:s,mountOnEnter:x,unmountOnExit:M,timeout:{enter:v,exit:u},onEnter:function(){f&&f.call(void 0,{animatedElement:e.element,target:e})},onEntering:function(){z&&z.call(void 0,{animatedElement:e.element,target:e})},onEntered:function(){g&&g.call(void 0,{animatedElement:e.element,target:e})},onExit:function(){y&&y.call(void 0,{animatedElement:e.element,target:e})},onExiting:function(){b&&b.call(void 0,{animatedElement:e.element,target:e})},onExited:function(){w&&w.call(void 0,{animatedElement:e.element,target:e}),H&&H.call(void 0,{animatedElement:e.element,target:e})},classNames:{appear:d["".concat(h,"-appear")]||"".concat(h,"-appear"),appearActive:d["".concat(h,"-appear-active")]||"".concat(h,"-appear-active"),enter:d["".concat(h,"-enter")]||"".concat(h,"-enter"),enterActive:d["".concat(h,"-enter-active")]||"".concat(h,"-enter-active"),exit:d["".concat(h,"-exit")]||"".concat(h,"-exit"),exitActive:d["".concat(h,"-exit-active")]||"".concat(h,"-exit-active")}};return o.createElement(c.CSSTransition,p({},P,C,{nodeRef:this.elementRef}),(function(t){return o.createElement("div",{style:p(p({},B),S[t]),className:E,ref:e.elementRef},n)}))},t.propTypes={in:r.bool,children:r.oneOfType([r.arrayOf(r.node),r.node]),transitionName:r.string.isRequired,className:r.string,appear:r.bool,enter:r.bool,exit:r.bool,transitionEnterDuration:r.number.isRequired,transitionExitDuration:r.number.isRequired,mountOnEnter:r.bool,unmountOnExit:r.bool,animationEnteringStyle:r.object,animationEnteredStyle:r.object,animationExitingStyle:r.object,animationExitedStyle:r.object},t.defaultProps={mountOnEnter:!0,unmountOnExit:!1,onEnter:i.Z,onEntering:i.Z,onEntered:i.Z,onExit:i.Z,onExiting:i.Z,onExited:i.Z,onAfterExited:i.Z,animationEnteringStyle:{},animationEnteredStyle:{},animationExitingStyle:{},animationExitedStyle:{}},t}(o.Component),f=n(4006),z={name:"@progress/kendo-react-animation",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:1700063333,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"},g=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),y=function(){return y=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},y.apply(this,arguments)},b=h,H=function(e){function t(t){var n=e.call(this,t)||this;return(0,f.s)(z),n}return g(t,e),t.prototype.render=function(){var e=this.props,t=e.id,n=e.style,r=e.children,i=e.component,l=e.className,s=e.childFactory,h=(e.stackChildren,e.componentChildStyle),v=e.componentChildClassName,u=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(e,["id","style","children","component","className","childFactory","stackChildren","componentChildStyle","componentChildClassName"]),p={id:t,style:n,component:i,childFactory:s,className:(0,a.A)(b["animation-container"],b["animation-container-relative"],l)},d=o.Children.map(r||null,(function(e){return o.createElement(m,y({},u,{style:h,className:v}),e)}));return o.createElement(c.TransitionGroup,y({},p),d)},t.propTypes={children:r.oneOfType([r.arrayOf(r.node),r.node]),childFactory:r.any,className:r.string,component:r.string,id:r.string,style:r.any,transitionName:r.string.isRequired,appear:r.bool.isRequired,enter:r.bool.isRequired,exit:r.bool.isRequired,transitionEnterDuration:r.number.isRequired,transitionExitDuration:r.number.isRequired},t.defaultProps={component:"div"},t}(o.Component),w=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),x=function(){return x=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},x.apply(this,arguments)},M=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return w(t,e),t.prototype.render=function(){var e=this.props,t=e.children,n=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(e,["children"]);return o.createElement(H,x({},{transitionName:"fade"},n),t)},t.propTypes={children:r.oneOfType([r.arrayOf(r.node),r.node]),childFactory:r.any,className:r.string,component:r.string,id:r.string,style:r.any},t.defaultProps={appear:!1,enter:!0,exit:!1,transitionEnterDuration:500,transitionExitDuration:500},t}(o.Component),I=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),V=function(){return V=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},V.apply(this,arguments)},k=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return I(t,e),t.prototype.render=function(){var e=this.props,t=e.direction,n=e.children,r=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(e,["direction","children"]),a={transitionName:"expand-".concat(t)};return o.createElement(H,V({},a,r),n)},t.propTypes={children:r.oneOfType([r.arrayOf(r.node),r.node]),childFactory:r.any,className:r.string,direction:r.oneOf(["horizontal","vertical"]),component:r.string,id:r.string,style:r.any},t.defaultProps={appear:!1,enter:!0,exit:!0,transitionEnterDuration:300,transitionExitDuration:300,direction:"vertical"},t}(o.Component),O=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),C=function(){return C=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},C.apply(this,arguments)},E={position:"absolute",top:"0",left:"0"},B=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return O(t,e),t.prototype.render=function(){var e=this.props,t=e.children,n=e.direction,r=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(e,["children","direction"]);return o.createElement(H,C({},r,{transitionName:"push-".concat(n),animationExitingStyle:this.props.stackChildren?E:void 0}),t)},t.propTypes={children:r.oneOfType([r.arrayOf(r.node),r.node]),childFactory:r.any,className:r.string,direction:r.oneOf(["up","down","left","right"]),component:r.string,id:r.string,style:r.any,stackChildren:r.bool},t.defaultProps={appear:!1,enter:!0,exit:!0,transitionEnterDuration:300,transitionExitDuration:300,direction:"right",stackChildren:!1},t}(o.Component),S=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),P=function(){return P=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},P.apply(this,arguments)},L=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return S(t,e),t.prototype.render=function(){var e=this.props,t=e.direction,n=e.children,r=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(e,["direction","children"]),a={transitionName:"slide-".concat(t)};return o.createElement(H,P({},a,r),n)},t.propTypes={children:r.oneOfType([r.arrayOf(r.node),r.node]),childFactory:r.any,className:r.string,direction:r.oneOf(["up","down","left","right"]),component:r.string,id:r.string,style:r.any},t.defaultProps={appear:!1,enter:!0,exit:!0,transitionEnterDuration:300,transitionExitDuration:300,direction:"down"},t}(o.Component),N=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),_=function(){return _=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},_.apply(this,arguments)},D={position:"absolute",top:"0",left:"0"},A=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return N(t,e),t.prototype.render=function(){var e=this.props,t=e.children,n=e.direction,r=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(e,["children","direction"]);return o.createElement(H,_({},r,{transitionName:"zoom-".concat(n),animationExitingStyle:this.props.stackChildren?D:void 0}),t)},t.propTypes={children:r.oneOfType([r.arrayOf(r.node),r.node]),childFactory:r.any,className:r.string,direction:r.oneOf(["in","out"]),component:r.string,id:r.string,style:r.any,stackChildren:r.bool},t.defaultProps={appear:!1,enter:!0,exit:!0,transitionEnterDuration:300,transitionExitDuration:300,direction:"out",stackChildren:!1},t}(o.Component),R=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),T=function(){return T=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},T.apply(this,arguments)},j=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={maxHeight:void 0,maxWidth:void 0},t.componentWillEnter=function(e){var n=t.props,o=n.onEnter,r=n.onBeforeEnter;r&&r.call(void 0,e),t.updateContainerDimensions(e.animatedElement,(function(){o&&o.call(void 0,e)}))},t.componentIsEntering=function(e){var n=t.props.onEntering;t.updateContainerDimensions(e.animatedElement,(function(){n&&n.call(void 0,e)}))},t.componentWillExit=function(e){var n=t.props.onExit;t.updateContainerDimensions(e.animatedElement,(function(){n&&n.call(void 0,e)}))},t.updateContainerDimensions=function(e,n){void 0===n&&(n=i.Z);var o=e.firstChild;if(o){var r=l(o),a=s(o);t.setState({maxHeight:r,maxWidth:a},n)}},t}return R(t,e),t.prototype.render=function(){var e,t=this.props,n=t.direction,r=t.children,a=t.childFactory,i=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(t,["direction","children","childFactory"]),c=this.state,l=c.maxHeight,s=c.maxWidth,h={maxHeight:(e="vertical"===n?{maxHeight:l?"".concat(l,"px"):""}:{maxWidth:s?"".concat(s,"px"):""}).maxHeight,maxWidth:e.maxWidth};return o.createElement(H,T({},i,{childFactory:function(t){var n=a?a(t):t;return n.props.in?n:o.cloneElement(n,T(T({},n.props),{style:T(T({},n.props.style),{maxHeight:e.maxHeight,maxWidth:e.maxWidth})}))},onEnter:this.componentWillEnter,onEntering:this.componentIsEntering,onExit:this.componentWillExit,animationEnteringStyle:h,transitionName:"reveal-".concat(n)}),r)},t.propTypes={children:r.oneOfType([r.arrayOf(r.node),r.node]),childFactory:r.any,className:r.string,direction:r.oneOf(["horizontal","vertical"]),component:r.string,id:r.string,style:r.any},t.defaultProps={appear:!1,enter:!0,exit:!0,transitionEnterDuration:300,transitionExitDuration:300,direction:"vertical"},t}(o.Component),F=n(4810)},7774:(e,t,n)=>{n.r(t),n.d(t,{Button:()=>d,ButtonGroup:()=>b,Chip:()=>ue,ChipList:()=>le,DropDownButton:()=>T,DropDownButtonItem:()=>D,FloatingActionButton:()=>we,FloatingActionButtonItem:()=>fe,SplitButton:()=>N,SplitButtonItem:()=>k,Toolbar:()=>K,ToolbarItem:()=>W,ToolbarSeparator:()=>q,ToolbarSpacer:()=>Y,toolbarButtons:()=>f});var o,r=n(3899),a=n(189),i=n(8130),c=n(8047),l=n(2697),s=n(3218),h=n(4006),v={name:"@progress/kendo-react-buttons",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:1700063497,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"},u=(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},o(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),p=function(){return p=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},p.apply(this,arguments)},d=function(e){function t(t){var n=e.call(this,t)||this;return n._element=null,n.handleClick=function(e){n.toggleIfApplicable(),n.props.onClick&&n.props.onClick.call(void 0,e)},(0,h.s)(v),n.state={selected:!0===n.props.togglable&&!0===n.props.selected},n}return u(t,e),Object.defineProperty(t.prototype,"element",{get:function(){return this._element},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"selected",{get:function(){return void 0!==this._selectedTemp?this._selectedTemp:this.state.selected},enumerable:!1,configurable:!0}),t.getDerivedStateFromProps=function(e,t){return e.togglable&&void 0!==e.selected&&e.selected!==t.selected?{selected:e.selected}:null},t.prototype.render=function(){var e,n=this,o=this.props,a=o.children,s=o.togglable,h=o.icon,v=o.iconClass,u=o.svgIcon,d=o.imageUrl,m=o.imageAlt,f=(o.className,o.onClick,o.size),z=void 0===f?t.defaultProps.size:f,g=o.rounded,y=void 0===g?t.defaultProps.rounded:g,b=o.fillMode,H=void 0===b?t.defaultProps.fillMode:b,w=o.themeColor,x=void 0===w?t.defaultProps.themeColor:w,M=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(o,["children","togglable","icon","iconClass","svgIcon","imageUrl","imageAlt","className","onClick","size","rounded","fillMode","themeColor"]),I=void 0!==u||void 0!==h||void 0!==v||void 0!==d,V=void 0!==a,k=function(e){var t=e.imageUrl,n=e.name,o=e.iconClass,a=e.svgIcon,l=e.imageAlt;return t?r.createElement("img",{role:"presentation",className:"k-button-icon",alt:l,src:t}):n||a?r.createElement(i.a,{className:"k-button-icon",name:n,icon:a}):o?r.createElement("span",{role:"presentation",className:(0,c.A)("k-button-icon",o)}):null}({name:h,svgIcon:u,iconClass:v,imageUrl:d,imageAlt:m});return r.createElement("button",p({ref:function(e){return n._element=e},"aria-pressed":s?this.state.selected:void 0},M,{onClick:this.handleClick,className:(0,c.A)("k-button",(e={},e["k-button-".concat(l.G.sizeMap[z]||z)]=z,e["k-button-".concat(H)]=H,e["k-button-".concat(H,"-").concat(x)]=Boolean(H&&x),e["k-rounded-".concat(l.G.roundedMap[y]||y)]=y,e["k-icon-button"]=!V&&I,e["k-disabled"]=this.props.disabled,e["k-selected"]=this.state.selected,e["k-rtl"]="rtl"===this.props.dir,e),this.props.className)}),k,a&&r.createElement("span",{className:"k-button-text"},a))},t.prototype.toggleIfApplicable=function(){var e=this;if(this.props.togglable&&void 0===this.props.selected){var t=!this.state.selected;this._selectedTemp=t,this.setState({selected:t},(function(){return e._selectedTemp=void 0}))}},t.propTypes={children:a.node,selected:a.bool,togglable:a.bool,icon:a.string,svgIcon:s.wi,iconClass:a.string,imageUrl:a.string,imageAlt:a.string,size:a.oneOf([null,"small","medium","large"]),rounded:a.oneOf([null,"small","medium","large","full"]),fillMode:a.oneOf([null,"flat","link","outline","solid"]),themeColor:a.oneOf([null,"base","primary","secondary","tertiary","info","success","warning","error","dark","light","inverse"])},t.defaultProps={togglable:!1,size:"medium",rounded:"medium",fillMode:"solid",themeColor:"base"},t}(r.Component),m=":not(.k-dropdownlist button):not(.k-colorpicker button):not(.k-split-button .k-split-button-arrow)",f=["button"+m,".k-button-group > button"+m,".k-colorpicker",".k-dropdownlist"];var z=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),g=function(){return g=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},g.apply(this,arguments)},y={button:"k-button",flat:"k-flat",outline:"k-outline",clear:"k-button-clear",primary:"k-primary","state-selected":"k-selected","button-icon":"k-button-icon","button-icontext":"k-button-icontext","state-disabled":"k-disabled","group-start":"k-group-start","group-end":"k-group-end","button-group":"k-button-group","button-group-stretched":"k-button-group-stretched",ltr:"k-ltr",rtl:"k-rtl"},b=function(e){function t(t){var n=e.call(this,t)||this;return n._element=null,(0,h.s)(v),n}return z(t,e),t.prototype.render=function(){var e,t=this,n=this.mapButtons(this.props.children),o=(0,c.A)([y["button-group"]],((e={})["k-disabled"]=this.props.disabled,e[y["button-group-stretched"]]=!!this.props.width,e),this.props.className),a={className:o,style:{width:"".concat(this.props.width)},dir:this.props.dir,role:"group","aria-disabled":this.props.disabled};return r.createElement("div",g({ref:function(e){t._element=e}},a,{className:o}),n)},t.prototype.mapButtons=function(e){var t=this,n=r.Children.count(e),o=void 0!==this.props.dir?"rtl"===this.props.dir:this._element&&"rtl"===getComputedStyle(this._element).direction||!1;return r.Children.map(e,(function(e,a){return r.isValidElement(e)?t.renderButton(e,a,a===n-1,o):e}))},t.prototype.renderButton=function(e,t,n,o){var a,i=(0,c.A)(e.props.className,((a={})[y["group-start"]]=o?n:0===t,a[y["group-end"]]=o?0===t:n,a)),l=g(g({},this.props.width?{width:this.props.width}:{}),e.props.style||{}),s=this.props.disabled||e.props.disabled,h=g(g(g(g({},e.props),i?{className:i}:{}),Object.keys(l).length?{style:l}:{}),void 0!==s?{disabled:s}:{});return r.Children.count(e.props.children)>0?r.cloneElement(e,h,e.props.children):r.cloneElement(e,h)},t.propTypes={children:a.oneOfType([a.arrayOf(a.element),a.element]),className:a.string,disabled:a.bool,width:a.string,dir:a.string},t}(r.Component),H=n(3198),w=n(3493),x=n(3769),M=n(5407),I=function(e){var t=r.useCallback((function(t){e.onClick(t,e.index)}),[e]),n=e.dataItem.render||e.item||(void 0===e.item?e.render:null),o=void 0!==e.dataItem.text?e.dataItem.text:e.textField?e.dataItem[e.textField]:e.dataItem,a=r.createElement("li",{id:e.id,className:(0,c.A)("k-item",e.className,{"k-focus":e.focused}),tabIndex:-1,onClick:t,onMouseDown:e.onDown,onPointerDown:e.onDown,role:"menuitem","aria-disabled":e.dataItem.disabled||void 0},r.createElement("span",{tabIndex:-1,className:(0,c.A)("k-link k-menu-link",{"k-selected":e.dataItem.selected,"k-disabled":e.dataItem.disabled}),key:"icon"},n?r.createElement(n,{item:e.dataItem,itemIndex:e.index}):r.createElement(r.Fragment,null,(e.dataItem.icon||e.dataItem.iconClass)&&r.createElement(i.a,{className:e.dataItem.iconClass,name:e.dataItem.icon,icon:e.dataItem.svgIcon}),e.dataItem.imageUrl&&r.createElement("img",{role:"presentation",alt:"",src:e.dataItem.imageUrl,className:"k-icon"}),o&&r.createElement("span",{className:"k-menu-link-text"},o))));return void 0!==e.item&&void 0!==e.render?e.render.call(void 0,a,e):a};I.displayName="KendoReactButtonItem";var V=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),k=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return V(t,e),t.prototype.render=function(){return null},t.propTypes={text:a.string,icon:a.string,iconClass:a.string,imageUrl:a.string,disabled:a.bool,render:a.any},t}(r.Component),O=function(e,t,n,o){if(n)return e;var r=Math.min(o-1,Math.max(0,e));switch(t){case w.R.enter:case w.R.space:case w.R.esc:return-1;case w.R.up:case w.R.left:return r-1<0?o-1:r-1;case w.R.down:case w.R.right:return r+1>=o?0:r+1;case w.R.home:return 0;case w.R.end:return o-1;default:return e}},C=n(1754);function E(e){var t={horizontal:"left",vertical:"bottom"};return e&&(t.horizontal="right"),t}function B(e){var t={horizontal:"left",vertical:"top"};return e&&(t.horizontal="right"),t}const S={name:"caret-alt-down",content:'<path d="M256 352 128 160h256L256 352z" />',viewBox:"0 0 512 512"},P={name:"x-circle",content:'<path d="M256 32C132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224S379.7 32 256 32zm128 306.7L338.7 384 256 301.3 173.3 384 128 338.7l82.7-82.7-82.7-82.7 45.3-45.3 82.7 82.7 82.7-82.7 45.3 45.3-82.7 82.7 82.7 82.7z" />',viewBox:"0 0 512 512"};var L=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),N=function(e){function t(t){var n=e.call(this,t)||this;return n.state={focused:!1,focusedIndex:-1,opened:!1},n.wrapper=null,n.mainButton=null,n.list=null,n.guid=(0,H.M)(),n.skipFocus=!1,n.buttonsData=[],n.onKeyDown=function(e){var t=n.state.focusedIndex;if(e.altKey)n.opened||e.keyCode!==w.R.down?n.opened&&e.keyCode===w.R.up&&(n.setState({focusedIndex:-1}),n.setOpen(!1)):(n.dispatchPopupEvent(e,!0),n.setState({focusedIndex:0}),n.setOpen(!0));else{var o=void 0;if(e.keyCode===w.R.enter||e.keyCode===w.R.space){if(e.preventDefault(),n.dispatchClickEvent(e,t),t>=0){o={focusedIndex:n.opened?-1:0};var r=!n.opened;n.setOpen(r),r&&n.dispatchPopupEvent(e,r)}}else if(n.opened&&e.keyCode===w.R.esc)return n.setState({focusedIndex:-1}),void n.setOpen(!1);if(n.opened){var a=O(t,e.keyCode,e.altKey,n.buttonsData.length);a!==t&&((o=o||{}).focusedIndex=a);var i=e.keyCode===w.R.up||e.keyCode===w.R.down||e.keyCode===w.R.left||e.keyCode===w.R.right;e.altKey||!i&&e.keyCode!==w.R.home&&e.keyCode!==w.R.end||e.preventDefault()}o&&n.setState(o)}},n.switchFocus=function(e){n.skipFocus=!0,e(),window.setTimeout((function(){return n.skipFocus=!1}),0)},n.onFocus=function(e){n.skipFocus||((0,M.N)(n.props.onFocus,e,n,void 0),n.setState({focused:!0}))},n.setOpen=function(e){n.openedDuringOnChange=e,n.setState({opened:e})},n.onItemClick=function(e,t){n.opened&&(n.setState({focusedIndex:0}),n.setOpen(!1)),n.dispatchClickEvent(e,t)},n.onBlur=function(e){n.skipFocus||(n.setState({focused:!1,focusedIndex:-1}),n.setOpen(!1),(0,M.N)(n.props.onBlur,e,n,void 0))},n.onPopupClose=function(){n.state.focused&&n.switchFocus((function(){n.element&&(n.element.removeAttribute("tabindex"),n.element.focus({preventScroll:!0}))})),n.dispatchPopupEvent({},!1)},n.listRef=function(e){n.list=e,e&&n.state.focused&&n.switchFocus((function(){e.focus({preventScroll:!0}),n.element&&(n.element.tabIndex=-1)}))},n.onSplitPartClick=function(e){if(n.buttonsData.length){var t=!n.opened;t&&n.dispatchPopupEvent(e,t),n.setState({focusedIndex:t?0:-1,focused:!0}),n.setOpen(t)}},n.onDownSplitPart=function(e){e.preventDefault();var t=(0,x.v)(document);n.element&&t!==n.element&&t!==n.list&&n.element.focus()},n.onItemDown=function(e){(0,x.v)(document)===n.list&&e.preventDefault()},n.dispatchPopupEvent=function(e,t){(0,M.N)(t?n.props.onOpen:n.props.onClose,e,n,void 0),n.openedDuringOnChange=void 0},(0,h.s)(v),n}return L(t,e),Object.defineProperty(t.prototype,"opened",{get:function(){return void 0!==this.openedDuringOnChange?this.openedDuringOnChange:void 0===this.props.opened?this.state.opened:this.props.opened},enumerable:!1,configurable:!0}),t.prototype.render=function(){var e=this;this.buttonsData=this.props.items||r.Children.toArray(this.props.children).filter((function(e){return e&&e.type===k})).map((function(e){return e.props}));var t=this.isRtl(),n=t?"rtl":void 0,o=this.props,a=o.id,i=o.style,s=o.tabIndex,h=o.disabled;return r.createElement("div",{id:a,style:i,className:(0,c.A)("k-split-button","k-button-group",{"k-focus":this.state.focused},"k-rounded-".concat(l.G.roundedMap[this.props.rounded||"medium"]),this.props.className),onKeyDown:this.onKeyDown,onFocus:this.onFocus,onBlur:this.onBlur,dir:n,ref:function(t){return e.wrapper=t}},r.createElement(d,{ref:function(t){return e.mainButton=t&&t.element},type:"button",size:this.props.size,rounded:this.props.rounded,fillMode:this.props.fillMode,themeColor:this.props.themeColor,onClick:function(t){return e.onItemClick(t,-1)},disabled:h||void 0,tabIndex:s,accessKey:this.props.accessKey,className:this.props.buttonClass,icon:this.props.icon,svgIcon:this.props.svgIcon,iconClass:this.props.iconClass,imageUrl:this.props.imageUrl,dir:n,"aria-disabled":h,"aria-haspopup":!0,"aria-expanded":this.opened||void 0,"aria-label":this.props.ariaLabel,"aria-controls":this.opened?this.guid:void 0,id:"button-"+this.guid,title:this.props.title},this.props.text),r.createElement(d,{type:"button",size:this.props.size,rounded:this.props.rounded,fillMode:this.props.fillMode,themeColor:this.props.themeColor,icon:"caret-alt-down",svgIcon:S,className:"k-split-button-arrow",disabled:h||void 0,tabIndex:-1,onClick:this.onSplitPartClick,onMouseDown:this.onDownSplitPart,onPointerDown:this.onDownSplitPart,dir:n,"aria-label":"menu toggling button"}),this.renderPopup(t))},t.prototype.componentDidMount=function(){(void 0===this.props.dir&&this.isRtl()||this.opened)&&this.forceUpdate()},Object.defineProperty(t.prototype,"element",{get:function(){return this.mainButton},enumerable:!1,configurable:!0}),t.prototype.dispatchClickEvent=function(e,t){this.isItemDisabled(t)||(-1===t?(0,M.N)(this.props.onButtonClick,e,this,void 0):(0,M.N)(this.props.onItemClick,e,this,{item:this.buttonsData[t],itemIndex:t}))},t.prototype.renderPopup=function(e){var t,n=this.props.popupSettings,o=void 0===n?{}:n,a=this.state.focusedIndex;return r.createElement(C.G,{anchor:this.wrapper,show:this.opened,animate:o.animate,popupClass:(0,c.A)("k-menu-popup",o.popupClass),anchorAlign:o.anchorAlign||E(e),popupAlign:o.popupAlign||B(e),style:e?{direction:"rtl"}:void 0,onClose:this.onPopupClose},r.createElement("ul",{role:"menu",id:this.guid,"aria-labelledby":"button-"+this.guid,tabIndex:-1,ref:this.listRef,"aria-activedescendant":a>=0?"".concat(this.guid,"-").concat(a):void 0,className:(0,c.A)("k-group k-menu-group k-reset",(t={},t["k-menu-group-".concat(l.G.sizeMap[this.props.size]||this.props.size)]=this.props.size,t))},this.renderChildItems()))},t.prototype.renderChildItems=function(){var e=this,t=this.props,n=t.item,o=t.itemRender,a=t.textField;return this.buttonsData.length>0?this.buttonsData.map((function(t,i){return r.createElement(I,{className:"k-menu-item",dataItem:t,textField:a,focused:e.state.focusedIndex===i,onClick:e.onItemClick,onDown:e.onItemDown,render:o,item:n,key:i,index:i,id:"".concat(e.guid,"-").concat(i)})})):null},t.prototype.isItemDisabled=function(e){return this.buttonsData[e]?this.buttonsData[e].disabled:this.props.disabled},t.prototype.isRtl=function(){return void 0!==this.props.dir?"rtl"===this.props.dir:!!this.wrapper&&"rtl"===getComputedStyle(this.wrapper).direction},t.propTypes={accessKey:a.string,ariaLabel:a.string,title:a.string,onButtonClick:a.func,onFocus:a.func,onBlur:a.func,onItemClick:a.func,onOpen:a.func,onClose:a.func,text:a.string,items:a.arrayOf(a.any),textField:a.string,tabIndex:a.number,disabled:a.bool,icon:a.string,svgIcon:s.wi,iconClass:a.string,imageUrl:a.string,popupSettings:a.object,itemRender:a.any,item:a.func,className:a.string,buttonClass:a.string,dir:a.string},t.defaultProps={size:"medium",rounded:"medium",fillMode:"solid",themeColor:"base"},t}(r.Component),_=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),D=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return _(t,e),t.prototype.render=function(){return null},t.propTypes={text:a.string,icon:a.string,iconClass:a.string,imageUrl:a.string,selected:a.bool,disabled:a.bool,render:a.any},t}(r.Component),A=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),R=function(){return R=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},R.apply(this,arguments)},T=function(e){function t(t){var n=e.call(this,t)||this;return n.state={opened:!1,focused:!1,focusedIndex:-1},n.wrapper=null,n.mainButton=null,n.list=null,n.skipFocus=!1,n.guid=(0,H.M)(),n.buttonsData=[],n.onKeyDown=function(e){var t=n.state.focusedIndex;if(e.altKey)n.opened||e.keyCode!==w.R.down?n.opened&&e.keyCode===w.R.up&&(n.setState({focusedIndex:-1}),n.setOpen(!1)):(n.setOpen(!0),n.dispatchPopupEvent(e,!0),n.setState({focusedIndex:0}));else{var o=R({},n.state);if(e.keyCode===w.R.enter||e.keyCode===w.R.space){t>=0&&n.dispatchClickEvent(e,t),e.preventDefault();var r=!n.opened;return n.setOpen(r),void(r&&(n.dispatchPopupEvent(e,!0),n.setState({focusedIndex:n.opened?-1:0})))}if(n.opened&&e.keyCode===w.R.esc)return n.setState({focusedIndex:-1}),void n.setOpen(!1);if(n.opened){var a=O(t,e.keyCode,e.altKey,n.buttonsData.length);o.focusedIndex=a;var i=e.keyCode===w.R.up||e.keyCode===w.R.down||e.keyCode===w.R.left||e.keyCode===w.R.right;e.altKey||!i&&e.keyCode!==w.R.home&&e.keyCode!==w.R.end||e.preventDefault()}n.setState(o)}},n.switchFocus=function(e){n.skipFocus=!0,e(),window.setTimeout((function(){return n.skipFocus=!1}),0)},n.handleFocus=function(e){n.skipFocus||(n.setState({focused:!0,focusedIndex:n.opened?0:-1}),(0,M.N)(n.props.onFocus,e,n,void 0))},n.handleBlur=function(e){n.skipFocus||(n.setState({focused:!1,focusedIndex:-1}),n.setOpen(!1),(0,M.N)(n.props.onBlur,e,n,void 0))},n.setOpen=function(e){n.openedDuringOnChange=e,n.setState({opened:e})},n.onItemClick=function(e,t){n.setState({focusedIndex:-1}),n.setOpen(!1),n.dispatchClickEvent(e,t)},n.onItemDown=function(e){(0,x.v)(document)===n.list&&e.preventDefault()},n.mouseDown=function(e){e.preventDefault();var t=(0,x.v)(document);n.element&&t!==n.element&&t!==n.list&&n.element.focus()},n.onPopupClose=function(){n.state.focused&&n.switchFocus((function(){n.element&&(n.element.removeAttribute("tabindex"),n.element.focus({preventScroll:!0}))})),n.dispatchPopupEvent({},!1)},n.listRef=function(e){n.list=e,e&&n.state.focused&&n.switchFocus((function(){e.focus({preventScroll:!0}),n.element&&(n.element.tabIndex=-1)}))},n.onClickMainButton=function(e){if(n.buttonsData.length){var t=!n.opened;n.setState({focused:!0,focusedIndex:t?0:-1}),n.setOpen(t),t&&n.dispatchPopupEvent(e,t)}},n.dispatchPopupEvent=function(e,t){(0,M.N)(t?n.props.onOpen:n.props.onClose,e,n,void 0),n.openedDuringOnChange=void 0},(0,h.s)(v),n}return A(t,e),Object.defineProperty(t.prototype,"opened",{get:function(){return void 0!==this.openedDuringOnChange?this.openedDuringOnChange:void 0===this.props.opened?this.state.opened:this.props.opened},enumerable:!1,configurable:!0}),t.prototype.render=function(){var e=this,t=this.isRtl(),n=t?"rtl":void 0,o=this.props,a=o.id,i=o.style,l=o.tabIndex,s=o.disabled;return this.buttonsData=this.props.items||r.Children.toArray(this.props.children).filter((function(e){return e&&e.type===D})).map((function(e){return e.props})),r.createElement("div",{id:a,style:i,className:(0,c.A)("k-dropdown-button",{"k-focus":this.state.focused},this.props.className),onKeyDown:this.onKeyDown,onFocus:this.handleFocus,onBlur:this.handleBlur,dir:n,ref:function(t){return e.wrapper=t}},r.createElement(d,{size:this.props.size,rounded:this.props.rounded,fillMode:this.props.fillMode,themeColor:this.props.themeColor,onClick:this.onClickMainButton,onMouseDown:this.mouseDown,disabled:s||void 0,tabIndex:l,accessKey:this.props.accessKey,icon:this.props.icon,svgIcon:this.props.svgIcon,iconClass:this.props.iconClass,className:this.props.buttonClass,imageUrl:this.props.imageUrl,dir:n,ref:function(t){return e.mainButton=t&&t.element},type:"button","aria-haspopup":!0,"aria-expanded":this.opened||void 0,"aria-label":this.props.ariaLabel,"aria-controls":this.opened?this.guid:void 0,id:"button-"+this.guid,title:this.props.title},this.props.text),this.renderPopup(t))},t.prototype.componentDidMount=function(){(void 0===this.props.dir&&this.isRtl()||this.opened)&&this.forceUpdate()},Object.defineProperty(t.prototype,"element",{get:function(){return this.mainButton},enumerable:!1,configurable:!0}),t.prototype.dispatchClickEvent=function(e,t){this.isItemDisabled(t)||(0,M.N)(this.props.onItemClick,e,this,{item:this.buttonsData[t],itemIndex:t})},t.prototype.renderPopup=function(e){var t,n=this.props.popupSettings,o=void 0===n?{}:n,a=this.state.focusedIndex;return r.createElement(C.G,{anchor:this.wrapper,show:this.opened,animate:o.animate,popupClass:(0,c.A)("k-menu-popup",o.popupClass),anchorAlign:o.anchorAlign||E(e),popupAlign:o.popupAlign||B(e),style:e?{direction:"rtl"}:void 0,onClose:this.onPopupClose},r.createElement("ul",{role:"menu",id:this.guid,"aria-labelledby":"button-"+this.guid,tabIndex:-1,"aria-activedescendant":a>=0?"".concat(this.guid,"-").concat(a):void 0,ref:this.listRef,className:(0,c.A)("k-group k-menu-group k-reset",(t={},t["k-menu-group-".concat(l.G.sizeMap[this.props.size]||this.props.size)]=this.props.size,t))},this.renderChildItems()))},t.prototype.renderChildItems=function(){var e=this,t=this.props,n=t.item,o=t.itemRender,a=t.textField;return this.buttonsData.length>0?this.buttonsData.map((function(t,i){return r.createElement(I,{className:"k-menu-item",dataItem:t,textField:a,focused:e.state.focusedIndex===i,onClick:e.onItemClick,onDown:e.onItemDown,render:o,item:n,index:i,key:i,id:"".concat(e.guid,"-").concat(i)})})):null},t.prototype.isItemDisabled=function(e){return this.buttonsData[e]?this.buttonsData[e].disabled:this.props.disabled},t.prototype.isRtl=function(){return void 0!==this.props.dir?"rtl"===this.props.dir:!!this.wrapper&&"rtl"===getComputedStyle(this.wrapper).direction},t.propTypes={accessKey:a.string,ariaLabel:a.string,title:a.string,onFocus:a.func,onBlur:a.func,onItemClick:a.func,onOpen:a.func,onClose:a.func,items:a.arrayOf(a.any),textField:a.string,tabIndex:a.number,disabled:a.bool,icon:a.string,svgIcon:s.wi,iconClass:a.string,imageUrl:a.string,popupSettings:a.object,itemRender:a.func,item:a.func,className:a.string,buttonClass:a.string,dir:a.string},t.defaultProps={size:"medium",rounded:"medium",fillMode:"solid",themeColor:"base"},t}(r.Component),j=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),F=function(){return F=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},F.apply(this,arguments)},K=function(e){function t(n){var o=e.call(this,n)||this;return o._element=null,o.offsetHeight=0,o.offsetWidth=0,o.buttons=[],o.focusedSelector=o.selectors.map((function(e){return e+":focus"})).join(","),o.setTabIndex=function(e){var n=o.props.tabIndex,r=void 0===n?t.defaultProps.tabIndex:n;o.buttons.forEach((function(t,n){t.tabIndex=n===e?r:-1}))},o.onKeyDown=function(e){var t=e.target;if((e.keyCode===w.R.left||e.keyCode===w.R.right)&&!e.defaultPrevented&&-1!==o.buttons.findIndex((function(e){return e===t}))){var n=o.focusedIndex;e.keyCode===w.R.left?o.focusButton(n,n-1):o.focusButton(n,n+1)}},o.onWindowResize=function(e){var t=o.element;if(t){var n=t.offsetWidth,r=t.offsetHeight;if(o.offsetWidth!==n||o.offsetHeight!==r){o.offsetWidth=n,o.offsetHeight=r;var a={offsetWidth:o.offsetWidth,offsetHeight:o.offsetHeight};o.props.onResize&&o.props.onResize.call(void 0,F(F({target:o},a),{nativeEvent:e}))}}},(0,h.s)(v),o}return j(t,e),Object.defineProperty(t.prototype,"selectors",{get:function(){return this.props.buttons||f},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"focusedIndex",{get:function(){var e=this.element&&this.element.querySelector(this.focusedSelector);return Math.max(0,this.buttons.findIndex((function(t){return t===e})))},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"element",{get:function(){return this._element},enumerable:!1,configurable:!0}),t.prototype.componentDidMount=function(){window.addEventListener("resize",this.onWindowResize);var e=this.element;e&&(this.offsetWidth=e.offsetWidth,this.offsetHeight=e.offsetHeight,!1!==this.props.keyboardNavigation&&(this.buttons=Array.from(e.querySelectorAll(this.selectors.join(","))),this.setTabIndex(0)))},t.prototype.componentDidUpdate=function(){var e=this.element;e&&!1!==this.props.keyboardNavigation&&(this.buttons=Array.from(e.querySelectorAll(this.selectors.join(","))),this.setTabIndex(this.focusedIndex))},t.prototype.componentWillUnmount=function(){window.removeEventListener("resize",this.onWindowResize),this.buttons.length=0},t.prototype.render=function(){var e,t=this;return r.createElement("div",{id:this.props.id,"aria-label":this.props.ariaLabel,className:(0,c.A)("k-toolbar",(e={},e["k-toolbar-".concat(l.G.sizeMap[this.props.size]||this.props.size)]=this.props.size,e),this.props.className),style:this.props.style,role:void 0!==this.props.role?this.props.role||void 0:"toolbar",dir:this.props.dir,ref:function(e){return t._element=e},onKeyDown:!1!==this.props.keyboardNavigation?this.onKeyDown:void 0},this.props.children)},t.prototype.focusButton=function(e,n){var o=this.props.tabIndex,r=void 0===o?t.defaultProps.tabIndex:o,a=this.buttons[n];if(a){a.tabIndex=r,a.focus();var i=this.buttons[e];i&&(i.tabIndex=-1)}},t.propTypes={tabIndex:a.number,dir:a.string,keyboardNavigation:a.bool,style:a.object,className:a.string,role:a.string,onResize:a.func,buttons:a.arrayOf(a.string),size:a.oneOf([null,"small","medium","large"])},t.defaultProps={tabIndex:0,size:"medium"},t}(r.Component),Z=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),W=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._element=null,t}return Z(t,e),Object.defineProperty(t.prototype,"element",{get:function(){return this._element},enumerable:!1,configurable:!0}),t.prototype.render=function(){var e=this;return r.createElement("div",{id:this.props.id,className:(0,c.A)("k-toolbar-item",this.props.className),style:this.props.style,ref:function(t){return e._element=t}},this.props.children)},t.propTypes={className:a.string},t}(r.PureComponent),U=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),q=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return U(t,e),t.prototype.render=function(){return r.createElement("div",{className:(0,c.A)("k-separator",this.props.className)})},t}(r.PureComponent),Y=r.forwardRef((function(e,t){var n=r.useRef(null),o=r.useRef(null);r.useImperativeHandle(o,(function(){return{element:n.current}})),r.useImperativeHandle(t,(function(){return{element:n.current}}));var a=r.useMemo((function(){return(0,c.A)("k-spacer",e.className)}),[e.className]);return r.createElement("span",{ref:n,className:a})}));Y.displayName="KendoReactToolbarSpacer",Y.propTypes={className:a.string};var G,X,Q,J,$=n(8199),ee=n(9659),te=n(3322),ne=n(4703),oe=function(e,t,n){if(n||2===arguments.length)for(var o,r=0,a=t.length;r<a;r++)!o&&r in t||(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))};!function(e){e.single="single",e.multiple="multiple",e.none="none"}(G||(G={})),function(e){e.toggle="toggle",e.remove="remove"}(X||(X={})),function(e){e.next="next",e.prev="prev",e.current="current",e.reset="reset"}(Q||(Q={})),function(e){e.remove="remove",e.add="add",e.reorder="reorder"}(J||(J={}));var re=function(){return re=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},re.apply(this,arguments)},ae=r.createContext([null,function(e){}]),ie=r.createContext([null,function(e){}]),ce=r.createContext([null,function(e){}]),le=r.forwardRef((function(e,t){var n;(0,h.s)(v);var o=r.useRef(null),a=r.useRef(null),i=(0,$.n)(a,e.dir),s=e.chip,u=e.id,p=e.style,d=e.tabIndex,m=e.disabled,f=e.size,z=e.className,g=e.ariaDescribedBy,y=e.ariaLabelledBy,b=e.selection,H=void 0===b?he.selection:b,w=e.value,x=void 0===w?he.defaultValue:w,M=e.defaultData,I=void 0===M?he.defaultData:M,V=e.valueField,k=void 0===V?he.valueField:V,O=e.textField,C=void 0===O?he.textField:O,E=e.onChange,B=e.onDataChange,S=r.useMemo((function(){return s||ue}),[s,ue]);r.useImperativeHandle(o,(function(){return{element:a.current,props:e}})),r.useImperativeHandle(t,(function(){return o.current}));var P=r.useCallback((function(e,t){E&&o.current&&E.call(void 0,{value:e,target:o.current,syntheticEvent:t})}),[E]),L=function(e,t,n){var o=r.useState(e),a=o[0],i=o[1];return[a,function(e){var o=function(e,t){switch(t.selection){case G.single:switch(t.type){case X.toggle:if(!Array.isArray(e)||null===e)return t.payload===e?null:t.payload;throw new Error("State cannot be an array in single selection");case X.remove:return t.payload===e?null:e;default:return e}case G.multiple:switch(t.type){case X.toggle:if(Array.isArray(e))return e.some((function(e){return e===t.payload}))?e.filter((function(e){return e!==t.payload})):oe(oe([],e,!0),[t.payload],!1);if(null===e)return[t.payload];throw new Error("State cannot be non-array in multiple selection");case X.remove:return Array.isArray(e)?e.some((function(e){return e===t.payload}))?e.filter((function(e){return e!==t.payload})):oe(oe([],e,!0),[t.payload],!1):e;default:return e}case G.none:return null;default:return e}}(t.state||a,re(re({},e),t));n&&n(o,e.event),i(o)}]}(x,{selection:H,state:x},P),N=L[0],_=L[1],D=r.useCallback((function(e,t){B&&o.current&&B.call(void 0,{value:e,target:o.current,syntheticEvent:t})}),[B]),A=function(e,t,n){var o=r.useState(e),a=o[0],i=o[1];return[a,function(e){var o=function(e,t){switch(t.type){case J.add:break;case J.remove:return e.filter((function(e){return e[t.valueField]!==t.payload}));case J.reorder:break;default:return e}}(t.state||a,re(re({},e),t));n&&n(o,e.event),i(o)}]}(e.data||I,{state:e.data,valueField:k},D),R=A[0],T=A[1],j=r.useCallback((function(e,t){return e.push(t[k]),e}),[k]),F=r.useMemo((function(){return e.data||R}),[e.data,R]),K=r.useMemo((function(){return x||N}),[x,N]),Z=r.useMemo((function(){return F.reduce(j,[])}),[F,j]),W=r.useCallback((function(e){return(0,ee.Y)(k)(e)}),[k]),U=r.useCallback((function(e){return(0,ee.Y)(C)(e)}),[C]),q=function(e){var t=r.useState(null),n=t[0],o=t[1];return[n,function(t){var n=function(e,t){var n=t.items.findIndex((function(t){return t===e}));switch(t.type){case Q.next:return n===t.items.length-1?e:t.items[n+1];case Q.prev:return 0===n?e:t.items[n-1];case Q.current:return t.payload;case Q.reset:return null;default:return e}}(t.payload,re(re({},t),e));o(n)}]}({items:Z}),Y=q[0],le=q[1],se=(0,te.i)(e,o);return r.createElement(ae.Provider,{value:[K,_]},r.createElement(ie.Provider,{value:[Y,le]},r.createElement(ce.Provider,{value:[F,T]},r.createElement("div",re({ref:a},se,{role:"listbox",id:u,dir:i,style:p,tabIndex:(0,ne.p)(d,m,void 0),className:(0,c.A)("k-chip-list",(n={"k-rtl":"rtl"===i,"k-disabled":m},n["k-chip-list-".concat(l.G.sizeMap[f]||f)]=f,n),z),"aria-labelledby":y,"aria-describedby":g}),F.map((function(e,t){return r.createElement(S,{role:"option",dataItem:e,size:f,key:[W(e),t].join("-"),text:U(e),value:W(e),ariaLabel:e.ariaLabel,svgIcon:e.svgIcon||void 0})}))))))})),se={id:a.string,className:a.string,tabIndex:a.number,data:a.any,defaultData:a.arrayOf(a.any),onDataChange:a.func,value:a.oneOfType([a.any,a.arrayOf(a.any)]),defaultValue:a.oneOfType([a.any,a.arrayOf(a.any)]),onChange:a.func,selection:a.oneOf(["single","none","multiple"]),textField:a.string,valueField:a.string,disabled:a.bool,dir:a.oneOf(["ltr","rtl"]),ariaLabelledBy:a.string,ariaDescribedBy:a.string,size:a.oneOf([null,"small","medium","large"])},he={chip:ue,size:"medium",disabled:!1,defaultValue:null,defaultData:[],dir:"ltr",selection:"none",textField:"text",valueField:"value",removable:"removable"};le.displayName="KendoReactChipList",le.propTypes=se,le.defaultProps=he;var ve=function(){return ve=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},ve.apply(this,arguments)},ue=r.forwardRef((function(e,t){var n;(0,h.s)(v);var o=r.useRef(null),a=r.useRef(null),u=(0,$.n)(a,e.dir);r.useImperativeHandle(o,(function(){return{element:a.current,props:e}})),r.useImperativeHandle(t,(function(){return o.current}));var p=r.useContext(ae),d=p[0],m=p[1],f=r.useContext(ie),z=f[0],g=f[1],y=r.useContext(ce)[1],b=r.useMemo((function(){return e.selected||(Array.isArray(d)?d.some((function(t){return t===e.value})):d===e.value)}),[e.selected,e.value,d]),H=r.useMemo((function(){return z===e.value}),[e.value,z]);r.useEffect((function(){H&&a.current&&a.current.focus()}),[H]);var x=r.useCallback((function(t){m({type:X.toggle,payload:e.value,event:t})}),[m,e.value]),M=r.useCallback((function(t){e.removable&&(y({type:J.remove,payload:e.value,event:t}),g({type:Q.reset,payload:e.value,event:t}),m({type:X.remove,payload:e.value,event:t}),e.onRemove&&e.onRemove.call(void 0,{target:o.current,syntheticEvent:t}))}),[e.onRemove,e.value,e.removable,y,g,m]),I=r.useCallback((function(t){switch(t.keyCode){case w.R.left:g({type:Q.prev,payload:e.value,event:t});break;case w.R.right:g({type:Q.next,payload:e.value,event:t});break;case w.R.enter:m({type:X.toggle,payload:e.value,event:t});break;case w.R.delete:M(t)}e.onKeyDown&&e.onKeyDown.call(void 0,{target:o.current,syntheticEvent:t})}),[e.onKeyDown,e.value,g,m,M]),V=r.useCallback((function(t){g({payload:e.value,type:Q.current,event:t}),e.onFocus&&e.onFocus.call(void 0,{target:o.current,syntheticEvent:t})}),[e.onFocus,e.value,g]),k=r.useCallback((function(t){e.onBlur&&e.onBlur.call(void 0,{target:o.current,syntheticEvent:t})}),[e.onBlur]),O=(0,te.i)(e,o,{onClick:x});return r.createElement("div",ve({},O,{role:e.role,id:e.value,style:e.style,ref:a,dir:u,tabIndex:(0,ne.p)(e.tabIndex,e.disabled,void 0),className:(0,c.A)("k-chip",(n={"k-rtl":"rtl"===u,"k-disabled":e.disabled,"k-selected":b,"k-focus":H},n["k-chip-".concat(l.G.sizeMap[e.size]||e.size)]=e.size,n["k-rounded-".concat(l.G.roundedMap[e.rounded]||e.rounded)]=e.rounded,n["k-chip-".concat(e.fillMode)]=e.fillMode,n["k-chip-".concat(e.fillMode,"-").concat(e.themeColor)]=Boolean(e.fillMode&&e.themeColor),n),e.className),"aria-checked":b,"aria-disabled":e.disabled,"aria-describedby":e.ariaDescribedBy,onFocus:V,onBlur:k,onKeyDown:I}),b&&(e.selectedIcon||e.selectedSvgIcon)&&r.createElement(i.a,{className:"k-chip-icon",name:e.selectedIcon?(0,s.iJ)(e.selectedIcon):void 0,icon:e.selectedSvgIcon,size:"small"}),(e.icon||e.svgIcon)&&r.createElement(i.a,{className:"k-chip-icon",name:e.icon?(0,s.iJ)(e.icon):void 0,icon:e.svgIcon,size:"small"}),e.avatar&&r.createElement("div",{className:"k-chip-avatar k-avatar k-rounded-".concat(e.avatar.rounded," k-avatar-md k-avatar-solid k-avatar-solid-primary"),style:e.avatar.style},r.createElement("span",{className:"k-avatar-image"},r.createElement("img",{src:e.avatar.image,alt:e.avatar.imageAlt}))),r.createElement("span",{className:"k-chip-content"},void 0!==e.children?e.children:e.text&&r.createElement("span",{"aria-label":e.ariaLabel||e.text,className:"k-chip-label"},e.text)),e.removable&&r.createElement("span",{className:"k-chip-actions"},r.createElement("span",{className:(0,c.A)("k-chip-action","k-chip-remove-action"),onClick:M},r.createElement(i.a,{name:e.removeIcon?(0,s.iJ)(e.removeIcon):void 0,icon:e.removeSvgIcon||P,size:"small"}))))})),pe={id:a.string,text:a.string,value:a.any,dir:a.oneOf(["ltr","rtl"]),removable:a.bool,removeIcon:a.string,removeIconSvg:s.wi,disabled:a.bool,icon:a.string,svgIcon:s.wi,selectedIcon:a.string,selectedIconSvg:s.wi,onRemove:a.func,dataItem:a.any,selected:a.bool,ariaDescribedBy:a.string,size:a.oneOf([null,"small","medium","large"]),rounded:a.oneOf([null,"small","medium","large","full"]),fillMode:a.oneOf([null,"outline","solid"]),themeColor:a.oneOf([null,"base","info","success","warning","error"])};ue.displayName="KendoReactChip",ue.propTypes=pe,ue.defaultProps={disabled:!1,removable:!1,removeIcon:"k-i-x-circle",dir:"ltr",size:"medium",rounded:"medium",fillMode:"solid",themeColor:"base"};var de=n(8259),me=function(){return me=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},me.apply(this,arguments)},fe=r.forwardRef((function(e,t){var n=e.className,o=e.disabled,a=e.text,l=e.icon,s=e.style,h=e.id,v=e.focused,u=e.tabIndex,p=e.index,d=e.dataItem,m=e.item,f=e.svgIcon,z=e.onDown,g=e.onClick,y=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(e,["className","disabled","text","icon","style","id","focused","tabIndex","index","dataItem","item","svgIcon","onDown","onClick"]),b=r.useRef(null),H=r.useCallback((function(){b.current&&b.current.focus()}),[]),w=r.useCallback((function(){return{element:b.current,focus:H}}),[H]);r.useImperativeHandle(t,w);var x=r.useCallback((function(e){g&&void 0!==p&&!o&&g(e,p)}),[g,p]),M=r.useMemo((function(){return(0,c.A)("k-fab-item",{"k-focus":v,"k-disabled":o},n)}),[n,o,v]),I=m;return r.createElement("li",me({ref:b,id:h,className:M,style:s,role:"menuitem",tabIndex:(0,ne.p)(u,o),"aria-disabled":o,"aria-label":"".concat(a||""," floatingactionbutton item"),onClick:x,onMouseDown:z,onPointerDown:z},y),I?r.createElement(I,{itemIndex:p,item:d}):r.createElement(r.Fragment,null,a&&r.createElement("span",{className:"k-fab-item-text"},a),l||f?r.createElement(i.a,{className:"k-fab-item-icon",name:l,icon:f}):null))}));fe.propTypes={className:a.string,style:a.object,children:a.any,disabled:a.bool,focused:a.bool,index:a.number,icon:a.string,svgIcon:s.wi,text:a.string,tabIndex:a.number,customProp:a.any},fe.displayName="KendoFloatingActionButtonItem";var ze="16px",ge=function(e){return"number"==typeof e?e+"px":e},ye=function(e,t){var n={horizontal:t?"right":"left",vertical:"bottom"};return"end"===e.horizontal&&(n.horizontal=t?"left":"right"),n},be=function(e,t){var n={horizontal:t?"right":"left",vertical:"top"};return"end"===e.horizontal&&(n.horizontal=t?"left":"right"),n},He=function(){return He=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},He.apply(this,arguments)},we=r.forwardRef((function(e,t){(0,h.s)(v);var n=e.align,o=void 0===n?xe.align:n,a=e.alignOffset,s=e.className,u=e.disabled,p=e.icon,d=e.svgIcon,m=e.iconClass,f=e.id,z=e.items,g=e.item,y=e.text,b=e.positionMode,I=void 0===b?xe.positionMode:b,V=e.size,k=void 0===V?xe.size:V,O=e.style,E=e.rounded,B=void 0===E?xe.rounded:E,S=e.themeColor,P=void 0===S?xe.themeColor:S,L=e.overlayStyle,N=e.tabIndex,_=e.accessKey,D=e.popupSettings,A=void 0===D?{}:D,R=e.modal,T=e.onClick,j=e.onItemClick,F=e.onFocus,K=e.onBlur,Z=e.onKeyDown,W=e.onOpen,U=e.onClose,q=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(e,["align","alignOffset","className","disabled","icon","svgIcon","iconClass","id","items","item","text","positionMode","size","style","rounded","themeColor","overlayStyle","tabIndex","accessKey","popupSettings","modal","onClick","onItemClick","onFocus","onBlur","onKeyDown","onOpen","onClose"]),Y=(0,de.u)(),G=Y?Y+2:100,X=r.useRef(null),Q=r.useRef(null),J=r.useRef(null),ee=r.useRef(null),te=r.useCallback((function(){Q.current&&Q.current.focus()}),[]),oe=r.useCallback((function(){return{element:Q.current,focus:te}}),[te]);r.useImperativeHandle(X,oe),r.useImperativeHandle(t,(function(){return X.current}));var re=r.useState(!1),ae=re[0],ie=re[1],ce=r.useState(!1),le=ce[0],se=ce[1],he=r.useState(-1),ve=he[0],ue=he[1],pe=r.useMemo((function(){return(0,H.M)()}),[]),me=(0,$.n)(Q,e.dir),we="rtl"===me,Me=r.useMemo((function(){return(0,H.M)()}),[]);r.useEffect((function(){!function(e,t,n,o){var r=t.horizontal,a=t.vertical;if(e.current){var i=n&&void 0!==n.x?ge(n.x):ze,c=n&&void 0!==n.x?"calc(50% + ".concat(ge(n.x),")"):"50%",l=n&&void 0!==n.y?ge(n.y):ze,s=n&&void 0!==n.y?"calc(50% + ".concat(ge(n.y),")"):"50%";e.current.style.setProperty(function(e,t){return{end:t?"left":"right",center:"left",start:t?"right":"left"}[e.horizontal||"end"]}(t,o),"center"===r?c:i),e.current.style.setProperty(function(e){return{top:"top",middle:"top",bottom:"bottom"}[e.vertical||"bottom"]}(t),"middle"===a?s:l),o&&("top"!==a&&"bottom"!==a||"start"!==r||e.current.style.setProperty("left","unset"),"middle"===a&&"end"===r&&e.current.style.setProperty("right","unset"),"middle"===a&&"start"===r&&e.current.style.setProperty("left","unset"))}}(Q,o,a,we)}),[Q,o,a,we]),r.useEffect((function(){le&&Q&&Q.current&&Q.current.focus()}),[le,Q]);var Ie=r.useCallback((function(e,t){z&&(0,M.N)(t?W:U,e,oe(),void 0)}),[W,U,z]),Ve=r.useCallback((function(e){e.target&&!u&&(!z&&T?(0,M.N)(T,e,oe(),void 0):(ie(!ae),se(!0),ue(ae?-1:0),Ie(e,!ae)))}),[ie,se,ue,T,Ie,ae,z,u]),ke=r.useCallback((function(e){se(!0),ue(ae?0:-1),F&&(0,M.N)(F,e,oe(),void 0)}),[F,se,ue]),Oe=r.useCallback((function(e){se(!1),ie(!1),ue(-1),(0,M.N)(K,e,oe(),void 0),ae&&Ie(e,!1)}),[K,se,ie,ue,Ie]),Ce=r.useCallback((function(e){e.preventDefault()}),[]),Ee=r.useCallback((function(e,t){z&&(z[t].disabled||(0,M.N)(j,e,oe(),{itemProps:z[t],itemIndex:t}))}),[j]),Be=r.useCallback((function(e,t){e.target&&z&&(ue(t),ie(!1),Ee(e,t),Ie(e,!1))}),[ue,ie,Ee,Ie]),Se=r.useCallback((function(e){(0,x.v)(document)===Q.current&&e.preventDefault()}),[Q]),Pe=r.useCallback((function(e){var t=ve,n=z?z.length-1:-1,r="bottom"===o.vertical;switch(e.keyCode){case w.R.enter:case w.R.space:t>=0&&Ee(e,t),e.preventDefault(),ie(!ae),ue(ae?-1:0);break;case w.R.esc:e.preventDefault(),ie(!1),ue(-1);break;case w.R.home:e.preventDefault(),ue(0);break;case w.R.end:e.preventDefault(),ue(n);break;case w.R.down:case w.R.right:e.preventDefault(),t<n&&!r&&ue(t+1),t>0&&r&&ue(t-1);break;case w.R.up:case w.R.left:e.preventDefault(),t>0&&!r&&ue(t-1),t<n&&r&&ue(t+1)}(0,M.N)(Z,e,oe(),void 0)}),[Z,ve,ue,we,ie]),Le=r.useMemo((function(){var e;return(0,c.A)("k-fab k-fab-solid",((e={"k-fab-sm":"small"===k,"k-fab-md":"medium"===k,"k-fab-lg":"large"===k,"k-disabled":u,"k-pos-absolute":"absolute"===I,"k-pos-fixed":"fixed"===I,"k-focus":le})["k-rounded-".concat(l.G.roundedMap[B]||B)]=B,e["k-fab-solid-".concat(P)]=P,e),"k-".concat(o.vertical,"-").concat(o.horizontal),s)}),[P,k,B,u,I,o,le,s]),Ne=z&&z.map((function(e,t){return r.createElement(fe,He({},e,{key:t,index:t,id:"".concat(Me,"-").concat(t),disabled:u||e.disabled,focused:ve===t,dataItem:e,item:g,className:(0,c.A)(e.className,(n=me||"ltr",a=o.horizontal,{rtl:{end:"k-text-left",start:"k-text-right"},ltr:{start:"k-text-left",end:"k-text-right"}}[n]["end"===a?"end":"start"])),onClick:Be,onDown:Se}));var n,a})),_e=Boolean((p||d)&&!y),De=(Q.current?Q.current.offsetWidth:0)/2-16;return r.createElement(de.$.Provider,{value:G},r.createElement(r.Fragment,null,r.createElement("button",He({ref:Q,id:f||pe,role:z?"menubutton":"button",type:"button","aria-disabled":u,"aria-expanded":z?ae:void 0,"aria-haspopup":!!z,"aria-label":"".concat(y||""," floatingactionbutton"),"aria-owns":z?Me:void 0,"aria-activedescendant":ve>=0&&z?"".concat(Me,"-").concat(ve):void 0,tabIndex:(0,ne.p)(N,u),accessKey:_,dir:me,disabled:u,className:Le,style:O,onClick:Ve,onMouseDown:Ce,onFocus:ke,onBlur:Oe,onKeyDown:Pe},q),p||d?r.createElement(i.a,{className:"k-fab-icon",name:p,icon:d}):m?r.createElement("span",{role:"presentation",className:m}):null,y&&r.createElement("span",{className:"k-fab-text"},y)),R&&ae&&r.createElement("div",{className:"k-overlay",style:He({zIndex:G},L)}),r.createElement(C.G,{ref:ee,anchor:Q.current,show:ae,animate:A.animate,popupClass:(0,c.A)("k-popup-transparent k-fab-popup",A.popupClass),anchorAlign:A.anchorAlign||ye(o,we),popupAlign:A.popupAlign||be(o,we),style:{boxShadow:"none"}},r.createElement("ul",{ref:J,role:"menu","aria-labelledby":f,id:Me,className:(0,c.A)("k-fab-items",{"k-fab-items-bottom":"bottom"!==o.vertical,"k-fab-items-top":"bottom"===o.vertical}),style:{paddingLeft:_e?De:void 0,paddingRight:_e?De:void 0}},Ne))))}));we.propTypes={className:a.string,style:a.object,id:a.string,dir:a.string,tabIndex:a.number,accessKey:a.string,disabled:a.bool,icon:a.string,svgIcon:s.wi,iconClass:a.string,text:a.string,alignOffset:a.shape({x:a.oneOfType([a.number,a.string]),y:a.oneOfType([a.number,a.string])}),align:a.shape({vertical:a.oneOf(["top","middle","bottom"]),horizontal:a.oneOf(["start","center","end"])}),positionMode:a.oneOf(["absolute","fixed"]),size:a.oneOf([null,"small","medium","large"]),rounded:a.oneOf([null,"small","medium","large","full"]),themeColor:a.oneOf([null,"primary","secondary","tertiary","info","success","warning","error","dark","light","inverse"]),modal:a.bool,overlayStyle:a.object};var xe={align:{vertical:"bottom",horizontal:"end"},size:"medium",rounded:"full",themeColor:"primary",positionMode:"fixed"};we.displayName="KendoFloatingActionButton"},8696:(e,t,n)=>{n.r(t),n.d(t,{accessibilityIcon:()=>Jn,aggregateFieldsIcon:()=>ws,alignBottomIcon:()=>Ya,alignCenterIcon:()=>Xa,alignItemsBaselineAltIcon:()=>sa,alignItemsBaselineIcon:()=>ra,alignItemsCenterAltIcon:()=>ia,alignItemsCenterIcon:()=>ta,alignItemsEndAltIcon:()=>ca,alignItemsEndIcon:()=>na,alignItemsStartAltIcon:()=>aa,alignItemsStartIcon:()=>ea,alignItemsStretchAltIcon:()=>la,alignItemsStretchIcon:()=>oa,alignJustifyIcon:()=>Ja,alignLeftIcon:()=>Ga,alignMiddleIcon:()=>qa,alignRemoveIcon:()=>$a,alignRightIcon:()=>Qa,alignSelfCenterAltIcon:()=>Mr,alignSelfCenterIcon:()=>Hr,alignSelfEndAltIcon:()=>Ir,alignSelfEndIcon:()=>wr,alignSelfStartAltIcon:()=>xr,alignSelfStartIcon:()=>br,alignSelfStretchAltIcon:()=>$r,alignSelfStretchIcon:()=>Jr,alignToGridIcon:()=>Lr,alignTopIcon:()=>Ua,allIcon:()=>Sa,anchorIcon:()=>Cc,applyFormatIcon:()=>dc,arrowDownIcon:()=>O,arrowLeftIcon:()=>C,arrowOverflowDownIcon:()=>H,arrowRightIcon:()=>k,arrowRotateCcwIcon:()=>Ot,arrowRotateCcwSmallIcon:()=>Bt,arrowRotateCwIcon:()=>Ct,arrowRotateCwSmallIcon:()=>St,arrowUpIcon:()=>V,arrowsAxesIcon:()=>L,arrowsLeftRightIcon:()=>ne,arrowsMoveIcon:()=>An,arrowsNoChangeIcon:()=>b,arrowsNoRepeatIcon:()=>Et,arrowsSwapIcon:()=>N,arrowsTopBottomIcon:()=>oe,barcodeIcon:()=>eo,barcodeOutlineIcon:()=>$n,barcodeQrCodeScannerIcon:()=>ao,barcodeScannerIcon:()=>to,behanceBoxIcon:()=>ls,behanceIcon:()=>cs,bellIcon:()=>To,binocularsIcon:()=>rc,bloggerBoxIcon:()=>El,bloggerIcon:()=>Cl,blurIcon:()=>ur,boldIcon:()=>Ha,bookIcon:()=>qi,borderBottomIcon:()=>gi,borderColorIcon:()=>Mt,borderLeftIcon:()=>yi,borderRadiusBottomLeftIcon:()=>re,borderRadiusBottomRightIcon:()=>ae,borderRadiusIcon:()=>le,borderRadiusTopLeftIcon:()=>ie,borderRadiusTopRightIcon:()=>ce,borderRightIcon:()=>bi,borderStyleBottomIcon:()=>se,borderStyleIcon:()=>pe,borderStyleLeftIcon:()=>he,borderStyleRightIcon:()=>ve,borderStyleTopIcon:()=>ue,borderTopIcon:()=>zi,borderTypeIcon:()=>It,bordersAllIcon:()=>ui,bordersInsideHorizontalIcon:()=>mi,bordersInsideIcon:()=>di,bordersInsideVerticalIcon:()=>fi,bordersNoneIcon:()=>Hi,bordersOutsideIcon:()=>pi,bordersShowHideIcon:()=>wi,boxSizingIcon:()=>de,brightnessContrastIcon:()=>cr,bringBackwardIcon:()=>yr,bringForwardIcon:()=>gr,bringToBackIcon:()=>zr,bringToFrontIcon:()=>fr,brushIcon:()=>or,buildingBlocksIcon:()=>xc,buttonIcon:()=>ki,calculatorIcon:()=>Rn,calendarDateIcon:()=>Ci,calendarIcon:()=>Lt,cameraIcon:()=>Zo,cancelCircleIcon:()=>Gt,cancelIcon:()=>qt,cancelOutlineIcon:()=>Yt,caretAltDownIcon:()=>s,caretAltExpandIcon:()=>y,caretAltLeftIcon:()=>h,caretAltRightIcon:()=>l,caretAltToBottomIcon:()=>p,caretAltToLeftIcon:()=>d,caretAltToRightIcon:()=>u,caretAltToTopIcon:()=>v,caretAltUpIcon:()=>c,caretBlIcon:()=>a,caretBrIcon:()=>r,caretDoubleAltDownIcon:()=>z,caretDoubleAltLeftIcon:()=>g,caretDoubleAltRightIcon:()=>f,caretDoubleAltUpIcon:()=>m,caretTlIcon:()=>i,caretTrIcon:()=>o,cartIcon:()=>Tn,categorizeIcon:()=>D,cellSplitHorizontallyIcon:()=>Uc,cellSplitVerticallyIcon:()=>qc,cellsMergeHorizontallyIcon:()=>Zc,cellsMergeIcon:()=>Kc,cellsMergeVerticallyIcon:()=>Wc,changeManuallyIcon:()=>Ai,chartAreaClusteredIcon:()=>Qh,chartAreaRangeIcon:()=>ev,chartAreaStacked100Icon:()=>$h,chartAreaStackedIcon:()=>Jh,chartBarClusteredIcon:()=>qh,chartBarRangeIcon:()=>Xh,chartBarStacked100Icon:()=>Gh,chartBarStackedIcon:()=>Yh,chartBubbleIcon:()=>dv,chartCandlestickIcon:()=>mv,chartChoroplethIcon:()=>Hv,chartColumnClusteredIcon:()=>Kh,chartColumnRangeIcon:()=>Uh,chartColumnStacked100Icon:()=>Wh,chartColumnStackedIcon:()=>Zh,chartDoughnutIcon:()=>lv,chartLineIcon:()=>tv,chartLineMarkersIcon:()=>rv,chartLineStacked100Icon:()=>ov,chartLineStacked100MarkersIcon:()=>iv,chartLineStackedIcon:()=>nv,chartLineStackedMarkersIcon:()=>av,chartOhlcIcon:()=>fv,chartPieIcon:()=>cv,chartRadarFilledIcon:()=>yv,chartRadarIcon:()=>zv,chartRadarMarkersIcon:()=>gv,chartRoseIcon:()=>bv,chartScatterIcon:()=>sv,chartScatterSmoothLinesIcon:()=>vv,chartScatterSmoothLinesMarkersIcon:()=>hv,chartScatterStraightLinesIcon:()=>pv,chartScatterStraightLinesMarkersIcon:()=>uv,checkCircleIcon:()=>Jt,checkIcon:()=>Xt,checkOutlineIcon:()=>Qt,checkboxCheckedIcon:()=>Lo,checkboxIcon:()=>Po,checkboxIndeterminateIcon:()=>No,checkboxNullIcon:()=>_o,chevronDoubleDownIcon:()=>me,chevronDoubleLeftIcon:()=>fe,chevronDoubleRightIcon:()=>ze,chevronDoubleUpIcon:()=>ge,chevronDownIcon:()=>M,chevronLeftIcon:()=>I,chevronRightIcon:()=>x,chevronUpIcon:()=>w,circleIcon:()=>Do,clearCssIcon:()=>mc,clipboardCodeIcon:()=>lc,clipboardHtmlIcon:()=>vc,clipboardIcon:()=>cc,clipboardMarkdownIcon:()=>uc,clipboardTextIcon:()=>pc,clipboardWordAltIcon:()=>hc,clipboardWordIcon:()=>sc,clockArrowRotateIcon:()=>uo,clockIcon:()=>Pt,closedCaptionsIcon:()=>xo,cloudIcon:()=>Xs,codeIcon:()=>js,codeSnippetIcon:()=>Ii,colResizeIcon:()=>P,columnFreezeIcon:()=>Qc,columnsIcon:()=>Y,commentIcon:()=>Qi,commentRemoveIcon:()=>Ji,commentsRemoveIcon:()=>$i,connectorIcon:()=>jn,convertLowercaseIcon:()=>Va,convertUppercaseIcon:()=>ka,copyFormatIcon:()=>fc,copyIcon:()=>ac,cropIcon:()=>Xo,crosstabIcon:()=>dl,crosstabWizardIcon:()=>ml,csIcon:()=>qs,csprojIcon:()=>Ws,css3Icon:()=>Rs,cssIcon:()=>Fs,customFormatIcon:()=>ll,customIconIcon:()=>Ui,cutIcon:()=>ic,dataCsvIcon:()=>hh,dataIcon:()=>$s,dataJsonIcon:()=>vh,dataOdsIcon:()=>ye,dataRestIcon:()=>Ph,dataSdsIcon:()=>it,dataSqlIcon:()=>uh,dataWebIcon:()=>ph,decimalDecreaseIcon:()=>hl,decimalIncreaseIcon:()=>sl,decreaseHorizontalSpacingIcon:()=>jr,decreaseVerticalSpacingIcon:()=>Wr,deliciousBoxIcon:()=>Sl,deliciousIcon:()=>Bl,detailSectionIcon:()=>ih,diggBoxIcon:()=>Ll,diggIcon:()=>Pl,dimensionsIcon:()=>Qr,displayBlockIcon:()=>He,displayFlexIcon:()=>we,displayInlineBlockIcon:()=>st,displayInlineFlexIcon:()=>xe,divIcon:()=>Ba,divideIcon:()=>Qn,documentManagerIcon:()=>Wi,dollarIcon:()=>il,downloadIcon:()=>xn,downloadLightIcon:()=>ct,dragAndDropIcon:()=>_,dribbbleBoxIcon:()=>hs,dribbbleIcon:()=>ss,dropletIcon:()=>ar,dropletSlashIcon:()=>Sr,dropletSliderIcon:()=>Me,editToolsIcon:()=>_i,envelopBoxIcon:()=>_l,envelopIcon:()=>Nl,envelopLinkIcon:()=>Oc,envelopeBoxIcon:()=>pt,envelopeIcon:()=>mt,envelopeLinkIcon:()=>dt,equalIcon:()=>qn,exclamationCircleIcon:()=>Ko,exeIcon:()=>Zs,exportIcon:()=>jh,eyeIcon:()=>Ln,eyeSlashIcon:()=>lt,eyedropperIcon:()=>qr,facebookBoxIcon:()=>Al,facebookIcon:()=>Dl,fileAddIcon:()=>Ms,fileAscxIcon:()=>Ns,fileAudioIcon:()=>xh,fileBacIcon:()=>_s,fileConfigIcon:()=>Ls,fileCsvIcon:()=>Vs,fileDataIcon:()=>Vh,fileDiscImageIcon:()=>kh,fileErrorIcon:()=>Bh,fileExcelIcon:()=>ks,fileFlashIcon:()=>Ps,fileFooterIcon:()=>th,fileHeaderIcon:()=>eh,fileHorizontalIcon:()=>Qs,fileIcon:()=>xs,fileImageIcon:()=>Mh,fileMdbIcon:()=>Cs,filePdfIcon:()=>Bs,filePptIcon:()=>Es,filePresentationIcon:()=>Ih,fileProgrammingIcon:()=>Oh,filePsdIcon:()=>Ss,fileReportIcon:()=>Ie,fileTxtIcon:()=>Is,fileTypescriptIcon:()=>Lh,fileVideoIcon:()=>wh,fileWordIcon:()=>Os,fileWrenchIcon:()=>ba,fileZipIcon:()=>Ds,filesErrorIcon:()=>Sh,filmIcon:()=>As,filterAddExpressionIcon:()=>yn,filterAddGroupIcon:()=>bn,filterClearIcon:()=>mn,filterIcon:()=>dn,filterSmallIcon:()=>fn,filterSortAscSmallIcon:()=>zn,filterSortDescSmallIcon:()=>gn,flashManagerIcon:()=>oc,flipHorizontalIcon:()=>Jo,flipVerticalIcon:()=>$o,folderAddIcon:()=>ys,folderIcon:()=>zs,folderMoreIcon:()=>Hs,folderOpenIcon:()=>gs,folderUpIcon:()=>bs,fontFamilyIcon:()=>Ma,fontGrowIcon:()=>gt,fontShrinkIcon:()=>yt,fontSizeIcon:()=>vl,foregroundColorIcon:()=>Ia,formElementIcon:()=>Mi,formIcon:()=>xi,formatCodeBlockIcon:()=>wc,formulaFxIcon:()=>ol,forwardIcon:()=>go,fullscreenExitIcon:()=>Br,fullscreenIcon:()=>Er,gapColumnIcon:()=>Ve,gapRowIcon:()=>ke,gaugeLinearIcon:()=>vt,gaugeRadialIcon:()=>ut,gearIcon:()=>Bn,gearsIcon:()=>Sn,globeIcon:()=>Hl,globeLinkIcon:()=>Vc,globeOutlineIcon:()=>bl,globeUnlinkIcon:()=>kc,googleBoxIcon:()=>Tl,googleIcon:()=>Rl,googlePlusBoxIcon:()=>Fl,googlePlusIcon:()=>jl,graphIcon:()=>Fh,grayscaleIcon:()=>vr,greaterOrEqualIcon:()=>Xn,gridIcon:()=>A,gridLayoutIcon:()=>R,groupBoxIcon:()=>Ei,groupCollectionIcon:()=>dh,groupFooterSectionIcon:()=>oh,groupHeaderSectionIcon:()=>nh,groupIcon:()=>T,groupSectionIcon:()=>lh,h1Icon:()=>Pa,h2Icon:()=>La,h3Icon:()=>Na,h4Icon:()=>_a,h5Icon:()=>Da,h6Icon:()=>Aa,handIcon:()=>co,handleDragIcon:()=>F,handleResizeAltIcon:()=>Oe,handleResizeIcon:()=>Ce,hdIcon:()=>wo,heartIcon:()=>Eo,heartOutlineIcon:()=>Co,homeIcon:()=>te,horizontalRuleIcon:()=>ti,html5Icon:()=>Ts,hyperlinkOpenIcon:()=>In,hyperlinkOpenSmIcon:()=>Vn,imageAbsolutePositionIcon:()=>ul,imageAddIcon:()=>Yi,imageEditIcon:()=>Gi,imageExportIcon:()=>Uo,imageIcon:()=>Wo,imageMapEditorIcon:()=>Xi,imageResizeIcon:()=>Go,imagesIcon:()=>Ee,importIcon:()=>Th,inboxIcon:()=>Ol,increaseHorizontalSpacingIcon:()=>Tr,increaseVerticalSpacingIcon:()=>Zr,indentIcon:()=>ja,infoCircleIcon:()=>jo,inheritedIcon:()=>Hh,insertBottomIcon:()=>Wa,insertMiddleIcon:()=>Za,insertTopIcon:()=>Ka,invertColorsIcon:()=>sr,italicIcon:()=>wa,jsIcon:()=>Ks,justifyContentAroundAltIcon:()=>ya,justifyContentAroundIcon:()=>da,justifyContentBetweenAltIcon:()=>ga,justifyContentBetweenIcon:()=>pa,justifyContentCenterAltIcon:()=>fa,justifyContentCenterIcon:()=>va,justifyContentEndAltIcon:()=>za,justifyContentEndIcon:()=>ua,justifyContentStartAltIcon:()=>ma,justifyContentStartIcon:()=>ha,kpiStatusDenyIcon:()=>Zn,kpiStatusHoldIcon:()=>Wn,kpiStatusOpenIcon:()=>Un,launchIcon:()=>kn,layout1By4Icon:()=>Z,layout2By2Icon:()=>W,layoutIcon:()=>K,layoutSideBySideIcon:()=>U,layoutStackedIcon:()=>q,lessOrEqualIcon:()=>Gn,letterSpaceIcon:()=>Be,levelDownIcon:()=>E,levelToTopIcon:()=>S,levelUpIcon:()=>B,lineHeightIcon:()=>Se,linkAddIcon:()=>Ic,linkIcon:()=>jt,linkVerticalIcon:()=>Kt,linkedinBoxIcon:()=>Zl,linkedinIcon:()=>Kl,listLatinBigIcon:()=>Pe,listLatinSmallIcon:()=>Le,listOrderedIcon:()=>Ra,listRomanBigIcon:()=>Ne,listRomanLowerIcon:()=>Rh,listRomanSmallIcon:()=>_e,listRomanUpperIcon:()=>Ah,listUnorderedIcon:()=>Ta,listUnorderedOutlineIcon:()=>De,listUnorderedSquareIcon:()=>Ae,lockIcon:()=>Wt,loginIcon:()=>Hn,logoutIcon:()=>wn,makeHorizontalSpacingEqualIcon:()=>Rr,makeSameHeightIcon:()=>Ar,makeSameSizeIcon:()=>_r,makeSameWidthIcon:()=>Dr,makeVerticalSpacingEqualIcon:()=>Kr,mapMarkerIcon:()=>wl,mapMarkerTargetIcon:()=>xl,maxHeightIcon:()=>Re,maxWidthIcon:()=>Te,mediaManagerIcon:()=>tc,menuIcon:()=>Q,minHeightIcon:()=>je,minWidthIcon:()=>Fe,minusCircleIcon:()=>ln,minusIcon:()=>an,minusOutlineIcon:()=>cn,minusSmIcon:()=>Kn,mirrorIcon:()=>Qo,moreHorizontalIcon:()=>$,moreVerticalIcon:()=>J,musicNotesIcon:()=>Io,myspaceBoxIcon:()=>Ul,myspaceIcon:()=>Wl,nonRecurrenceIcon:()=>be,notEqualIcon:()=>Yn,outdentIcon:()=>Fa,outlineOffsetIcon:()=>Ke,outlineWidthIcon:()=>Ze,overlapIcon:()=>ee,paddingBottomIcon:()=>We,paddingIcon:()=>Ge,paddingLeftIcon:()=>Ue,paddingRightIcon:()=>qe,paddingTopIcon:()=>Ye,pageFooterSectionIcon:()=>ah,pageHeaderSectionIcon:()=>rh,paletteIcon:()=>rr,paneFreezeIcon:()=>Gc,paperPlaneIcon:()=>ht,paperclipAltIcon:()=>Tt,paperclipIcon:()=>Rt,paragraphAddIcon:()=>Ni,parameterBooleanIcon:()=>mh,parameterDateTimeIcon:()=>fh,parameterFloatIcon:()=>zh,parameterIntegerIcon:()=>gh,parameterStringIcon:()=>yh,parametersByteArrayIcon:()=>Ch,parametersIcon:()=>sh,parametersUnknownIcon:()=>Eh,passwordIcon:()=>Li,pauseIcon:()=>mo,pauseSmIcon:()=>ko,pencilIcon:()=>Dt,percentIcon:()=>cl,photosIcon:()=>Pr,pinIcon:()=>Ml,pinterestBoxIcon:()=>Yl,pinterestIcon:()=>ql,playIcon:()=>po,playSmIcon:()=>Vo,playlistIcon:()=>Mo,plusCircleIcon:()=>rn,plusIcon:()=>nn,plusOutlineIcon:()=>on,plusSmIcon:()=>Fn,pointerIcon:()=>lo,positionBottomIcon:()=>Xe,positionLeftIcon:()=>Qe,positionRightIcon:()=>Je,positionTopIcon:()=>$e,printIcon:()=>_t,puzzlePieceIcon:()=>Mc,qrCodeIcon:()=>oo,qrCodeOutlineIcon:()=>no,qrCodeScannerIcon:()=>ro,questionCircleIcon:()=>Fo,radiobuttonCheckedIcon:()=>Ro,radiobuttonIcon:()=>Ao,redditBoxIcon:()=>Xl,redditIcon:()=>Gl,redoIcon:()=>kt,regularExpressionIcon:()=>et,removeHorizontalSpacingIcon:()=>Fr,removeVerticalSpacingIcon:()=>Ur,reorderIcon:()=>X,replaceAllIcon:()=>tt,replaceSingleIcon:()=>nt,reportElementIcon:()=>ot,rewindIcon:()=>zo,rightDoubleQuotesIcon:()=>rt,rotateIcon:()=>er,rotateLeftIcon:()=>nr,rotateRightIcon:()=>tr,roundCornersIcon:()=>mr,rowFreezeIcon:()=>Xc,rowsIcon:()=>G,rssBoxIcon:()=>us,rssIcon:()=>vs,saveIcon:()=>Nt,searchIcon:()=>Nn,selectAllIcon:()=>Vi,selectBoxIcon:()=>Oi,setColumnPositionIcon:()=>vo,shapeLineIcon:()=>ir,shapesIcon:()=>dr,shareIcon:()=>Vl,sharpenIcon:()=>pr,signatureIcon:()=>io,silverlightIcon:()=>ec,sizeToGridIcon:()=>Nr,slidersIcon:()=>lr,slnIcon:()=>Gs,snapGridIcon:()=>Yr,snapToGridlinesIcon:()=>Gr,snapToSnaplinesIcon:()=>Xr,sortAscIcon:()=>sn,sortAscSmallIcon:()=>un,sortClearIcon:()=>vn,sortDescIcon:()=>hn,sortDescSmallIcon:()=>pn,spellCheckerIcon:()=>$c,starIcon:()=>So,starOutlineIcon:()=>Bo,stickIcon:()=>so,stopIcon:()=>fo,stopSmIcon:()=>Oo,strikethroughIcon:()=>Oa,stripAllFormattingIcon:()=>zc,stripCssFormatIcon:()=>gc,stripFontElementsIcon:()=>yc,stripSpanElementsIcon:()=>bc,stripWordFormattingIcon:()=>Hc,stumbleUponBoxIcon:()=>Jl,stumbleUponIcon:()=>Ql,subreportIcon:()=>Js,subscriptIcon:()=>Ca,sumIcon:()=>rl,supscriptIcon:()=>Ea,symbolIcon:()=>al,tableAddIcon:()=>Ec,tableAlignBottomCenterIcon:()=>si,tableAlignBottomLeftIcon:()=>li,tableAlignBottomRightIcon:()=>hi,tableAlignMiddleCenterIcon:()=>ii,tableAlignMiddleLeftIcon:()=>ai,tableAlignMiddleRightIcon:()=>ci,tableAlignRemoveIcon:()=>vi,tableAlignTopCenterIcon:()=>oi,tableAlignTopLeftIcon:()=>ni,tableAlignTopRightIcon:()=>ri,tableBodyIcon:()=>fl,tableCellDeleteIcon:()=>jc,tableCellIcon:()=>Pc,tableCellPropertiesIcon:()=>Lc,tableColumnDeleteIcon:()=>Rc,tableColumnGroupsIcon:()=>zl,tableColumnInsertLeftIcon:()=>Nc,tableColumnInsertRightIcon:()=>_c,tableCornerIcon:()=>gl,tableDeleteIcon:()=>Fc,tableIcon:()=>Bc,tablePositionCenterIcon:()=>_h,tablePositionEndIcon:()=>Dh,tablePositionStartIcon:()=>Nh,tablePropertiesIcon:()=>Sc,tableRowDeleteIcon:()=>Tc,tableRowGroupsIcon:()=>yl,tableRowInsertAboveIcon:()=>Dc,tableRowInsertBelowIcon:()=>Ac,tableUnmergeIcon:()=>Yc,tableWizardIcon:()=>pl,tellAFriendBoxIcon:()=>es,tellAFriendIcon:()=>$l,templateManagerIcon:()=>Di,textClipIcon:()=>xt,textOverflowIcon:()=>bt,textTruncateIcon:()=>wt,textWrapArrowIcon:()=>Ht,textWrapIcon:()=>ei,textareaIcon:()=>Bi,textboxHiddenIcon:()=>Pi,textboxIcon:()=>Si,thumbnailsDownIcon:()=>Or,thumbnailsLeftIcon:()=>Cr,thumbnailsRightIcon:()=>kr,thumbnailsUpIcon:()=>Vr,tocSectionIcon:()=>ch,tocSectionLevelIcon:()=>bh,toggleFullScreenModeIcon:()=>nl,toolbarFloatIcon:()=>Jc,trackChangesAcceptAllIcon:()=>Fi,trackChangesAcceptIcon:()=>ji,trackChangesEnableIcon:()=>Ti,trackChangesIcon:()=>Ri,trackChangesRejectAllIcon:()=>Zi,trackChangesRejectIcon:()=>Ki,transparencyIcon:()=>hr,trashIcon:()=>At,tumblrBoxIcon:()=>ns,tumblrIcon:()=>ts,twitterBoxIcon:()=>rs,twitterIcon:()=>os,underlineIcon:()=>xa,undoIcon:()=>Vt,ungroupIcon:()=>j,unlinkIcon:()=>Ft,unlinkVerticalIcon:()=>Zt,unlockIcon:()=>Ut,unpinIcon:()=>Il,unstickIcon:()=>ho,uploadIcon:()=>Mn,userIcon:()=>kl,validationDataIcon:()=>tl,validationXhtmlIcon:()=>el,vbIcon:()=>Ys,vbprojIcon:()=>Us,videoExternalIcon:()=>nc,vimeoBoxIcon:()=>ds,vimeoIcon:()=>ps,volumeDownIcon:()=>yo,volumeMuteIcon:()=>Ho,volumeUpIcon:()=>bo,warningCircleIcon:()=>ft,warningTriangleIcon:()=>zt,wholeWordIcon:()=>at,windowIcon:()=>On,windowMinimizeIcon:()=>En,windowRestoreIcon:()=>Cn,wrenchIcon:()=>Pn,xCircleIcon:()=>tn,xIcon:()=>$t,xOutlineIcon:()=>en,yammerBoxIcon:()=>is,yammerIcon:()=>as,youtubeBoxIcon:()=>fs,youtubeIcon:()=>ms,zoomActualSizeIcon:()=>qo,zoomBestFitIcon:()=>Yo,zoomInIcon:()=>_n,zoomOutIcon:()=>Dn});const o={name:"caret-tr",content:'<path d="M352 160v192L160 160h192z" />',viewBox:"0 0 512 512"},r={name:"caret-br",content:'<path d="M352 352H160l192-192v192z" />',viewBox:"0 0 512 512"},a={name:"caret-bl",content:'<path d="M160 352V160l192 192H160z" />',viewBox:"0 0 512 512"},i={name:"caret-tl",content:'<path d="M160 160h192L160 352V160z" />',viewBox:"0 0 512 512"},c={name:"caret-alt-up",content:'<path d="m256 160 128 192H128l128-192z" />',viewBox:"0 0 512 512"},l={name:"caret-alt-right",content:'<path d="M352 256 160 384V128l192 128z" />',viewBox:"0 0 512 512"},s={name:"caret-alt-down",content:'<path d="M256 352 128 160h256L256 352z" />',viewBox:"0 0 512 512"},h={name:"caret-alt-left",content:'<path d="m160 256 192-128v256L160 256z" />',viewBox:"0 0 512 512"},v={name:"caret-alt-to-top",content:'<path d="m128 352 128-192 128 192H128zm256-224H128v32h256v-32z" />',viewBox:"0 0 512 512"},u={name:"caret-alt-to-right",content:'<path d="m128 128 192 128-192 128V128zm224 256V128h-32v256h32z" />',viewBox:"0 0 512 512"},p={name:"caret-alt-to-bottom",content:'<path d="M384 128 256 320 128 128h256zM128 352h256v-32H128v32z" />',viewBox:"0 0 512 512"},d={name:"caret-alt-to-left",content:'<path d="M352 384 160 256l192-128v256zM128 128v256h32V128h-32z" />',viewBox:"0 0 512 512"},m={name:"caret-double-alt-up",content:'<path d="m128 448 128-192 128 192H128zM256 64 128 256h256L256 64z" />',viewBox:"0 0 512 512"},f={name:"caret-double-alt-right",content:'<path d="m64 128 192 128L64 384V128zm384 128L256 128v256l192-128z" />',viewBox:"0 0 512 512"},z={name:"caret-double-alt-down",content:'<path d="M384 64 256 256 128 64h256zM256 448l128-192-128 1H128l128 191z" />',viewBox:"0 0 512 512"},g={name:"caret-double-alt-left",content:'<path d="M448 384 256 256.001l192-128V384zM64 256.001 256 384V128L64 256.001z" />',viewBox:"0 0 512 512"},y={name:"caret-alt-expand",content:'<path d="M128 288h256L256 480 128 288zM256 32 128 224h256.001L256 32z" />',viewBox:"0 0 512 512"},b={name:"arrows-no-change",content:'<path d="M256 160 128 352 0 160h256zm96 0L224 352h256.001L352 160z" />',viewBox:"0 0 512 512"},H={name:"arrow-overflow-down",content:'<path d="M384 160 256 352 128 160h256zM128 96v32h256V96H128z" />',viewBox:"0 0 512 512"},w={name:"chevron-up",content:'<path d="m129.941 353.941 126.06-126.06 126.061 126.06L416 320 256.001 160 96 320l33.941 33.941z" />',viewBox:"0 0 512 512"},x={name:"chevron-right",content:'<path d="m158.059 129.941 126.06 126.06-126.06 126.061L192 416l160-159.999L192 96l-33.941 33.941z" />',viewBox:"0 0 512 512"},M={name:"chevron-down",content:'<path d="m382.059 158.059-126.06 126.06-126.061-126.06L96 192l159.999 160L416 192l-33.941-33.941z" />',viewBox:"0 0 512 512"},I={name:"chevron-left",content:'<path d="m353.941 382.059-126.06-126.06 126.06-126.061L320 96 160 255.999 320 416l33.941-33.941z" />',viewBox:"0 0 512 512"},V={name:"arrow-up",content:'<path d="M384 288h-96v128h-64l-.001-128H128L255.999 96 384 288z" />',viewBox:"0 0 512 512"},k={name:"arrow-right",content:'<path d="M224 384v-96H96v-64h128v-96l192 128-192 128z" />',viewBox:"0 0 512 512"},O={name:"arrow-down",content:'<path d="M128 224h96V96h64l.001 128H384L256.001 416 128 224z" />',viewBox:"0 0 512 512"},C={name:"arrow-left",content:'<path d="M288 128v96h128v64l-128 .001V384L96 256.001 288 128z" />',viewBox:"0 0 512 512"},E={name:"level-down",content:'<path d="M288 192v64h64l-80 128-80-128h64v-64H128v-32h288v32H288z" />',viewBox:"0 0 512 512"},B={name:"level-up",content:'<path d="m128 288 80-128 80 128h-64v64h192v32H192v-96h-64z" />',viewBox:"0 0 512 512"},S={name:"level-to-top",content:'<path d="m128 288 80-128 80 128h-64v64h192v32H192v-96h-64zm288-160H96v32h320v-32z" />',viewBox:"0 0 512 512"},P={name:"col-resize",content:'<path d="M128 255h64v33h-64v64.6L0 271.9l128-80.7V255zm96 225h64V32h-64v448zm288-207.9-128-80.7V256h-64v33h64v63.9l128-80.8z" />',viewBox:"0 0 512 512"},L={name:"arrows-axes",content:'<path d="M352 480v-64H128v64H96v-64H32v-32h64V160H32l80-128 80 128h-64v224h224v-64l128 80-128 80z" />',viewBox:"0 0 512 512"},N={name:"arrows-swap",content:'<path d="M256 160h-64v224h-32V160H96l80-128 80 128zm96 192V128h-32v224h-64l80 128 80-128h-64z" />',viewBox:"0 0 512 512"},_={name:"drag-and-drop",content:'<path d="m32 128 192 112L32 352V128zm224 96v32h224v-32H256z" />',viewBox:"0 0 512 512"},D={name:"categorize",content:'<path d="M32 32v192l160-96L32 32zm0 448V288l160 96-160 96zM192 64h288v32H192V64zm0 96h288v32H192v-32zm0 160h288v32H192v-32zm0 96h288v32H192v-32z" />',viewBox:"0 0 512 512"},A={name:"grid",content:'<path d="M32 32h128v128H32V32zm160 448h128V352H192v128zm-160 0h128V352H32v128zm0-160h128V192H32v128zm160 0h128V192H192v128zM352 32v128h128V32H352zm0 288h128V192H352v128zM192 160h128V32H192v128zm160 320h128V352H352v128z" />',viewBox:"0 0 512 512"},R={name:"grid-layout",content:'<path d="M32 32h96v96H32V32zm128 0v96h320V32H160zM32 288h96v-96H32v96zm128 0h320v-96H160v96zM32 448h96v-96H32v96zm128 0h320v-96H160v96z" />',viewBox:"0 0 512 512"},T={name:"group",content:'<path d="M32 256h192v192H32V256zm0-32h192V32H32v192zm224 224h192V256H256v192zm0-416v192h192V32H256z" />',viewBox:"0 0 512 512"},j={name:"ungroup",content:'<path d="M32 256h192v192H32V256zm32-64h128V64H64v128zm224 224h128V288H288v128zM256 32v192h192V32H256z" />',viewBox:"0 0 512 512"},F={name:"handle-drag",content:'<path d="M160 64h64v384h-64V64zm96 0v384h64V64h-64z" />',viewBox:"0 0 512 512"},K={name:"layout",content:'<path d="M192 416h256v64H192v-64zm0-32h256v-64H192v64zM32 480h128V128H32v352zm160-288h256v-64H192v64zm0 96h256v-64H192v64zM32 0v96h416V0H32z" />',viewBox:"0 0 512 512"},Z={name:"layout-1-by-4",content:'<path d="M32 0h192v480H32V0zm224 0v96h192V0H256zm0 224h192v-96H256v96zm0 128h192v-96H256v96zm0 128h192v-96H256v96z" />',viewBox:"0 0 512 512"},W={name:"layout-2-by-2",content:'<path d="M32 224h192V0H32v224zm224 0h192V0H256v224zM32 480h192V256H32v224zm224 0h192V256H256v224z" />',viewBox:"0 0 512 512"},U={name:"layout-side-by-side",content:'<path d="M32 384h416v96H32v-96zm0-32h416v-96H32v96zm0-128h416v-96H32v96zM32 0v96h416V0H32z" />',viewBox:"0 0 512 512"},q={name:"layout-stacked",content:'<path d="M32 256h192v96H32v-96zm0 224h192v-96H32v96zm224-128h192v-96H256v96zM32 0v224h416V0H32zm224 480h192v-96H256v96z" />',viewBox:"0 0 512 512"},Y={name:"columns",content:'<path d="M64 32h96v448H64V32zm128 448h96V32h-96v448zM320 32v448h96V32h-96z" />',viewBox:"0 0 512 512"},G={name:"rows",content:'<path d="M480 64v96H32V64h448zM32 192v96h448v-96H32zm448 128H32v96h448v-96z" />',viewBox:"0 0 512 512"},X={name:"reorder",content:'<path d="M480 128v64H32v-64h448zM32 224v64h448v-64H32zm448 96H32v64h448v-64z" />',viewBox:"0 0 512 512"},Q={name:"menu",content:'<path d="M480 32v96H32V32h448zM32 192v96h448v-96H32zm448 160H32v96h448v-96z" />',viewBox:"0 0 512 512"},J={name:"more-vertical",content:'<path d="M240 128c26.4 0 48-21.6 48-48s-21.6-48-48-48-48 21.6-48 48 21.6 48 48 48zm0 64c-26.4 0-48 21.6-48 48s21.6 48 48 48 48-21.6 48-48-21.6-48-48-48zm0 160c-26.4 0-48 21.6-48 48s21.6 48 48 48 48-21.6 48-48-21.6-48-48-48z" />',viewBox:"0 0 512 512"},$={name:"more-horizontal",content:'<path d="M128 240c0-26.4-21.6-48-48-48s-48 21.6-48 48 21.6 48 48 48 48-21.6 48-48zm64 0c0 26.4 21.6 48 48 48s48-21.6 48-48-21.6-48-48-48-48 21.6-48 48zm160 0c0 26.4 21.6 48 48 48s48-21.6 48-48-21.6-48-48-48-48 21.6-48 48z" />',viewBox:"0 0 512 512"},ee={name:"overlap",content:'<path d="M320 320V64H64v256h256zM192 448h256V192h-96v160H192v96z" />',viewBox:"0 0 512 512"},te={name:"home",content:'<path d="M480 256c0 17.7-14.3 32-32 32-9.1 0-17.4-3.8-23.2-10l-8.8-8.7V416c0 17.7-14.3 32-32 32h-64c-17.7 0-32-14.3-32-32v-96h-64v96c0 17.7-14.3 32-32 32h-64c-17.7 0-32-14.3-32-32V268.6l-8.3 8.9C81.8 284 73.4 288 64 288c-17.7 0-32-14.3-32-32 0-8.5 3.3-16.1 8.6-21.9l.2-.2 1-1 191-191.3 1-1c5.8-5.5 13.6-8.9 22.2-8.9 9.1 0 17.3 3.8 23.1 9.9L470.3 233l.7.7.3.3c5.4 5.8 8.7 13.5 8.7 22z" />',viewBox:"0 0 512 512"},ne={name:"arrows-left-right",content:'<path d="m512 240-128-80v64H128v-64L0 240l128 80v-64h256v64z" />',viewBox:"0 0 512 512"},oe={name:"arrows-top-bottom",content:'<path d="m240 512 80-128h-64V128h64L240 0l-80 128h64v256h-64z" />',viewBox:"0 0 512 512"},re={name:"border-radius-bottom-left",content:'<path d="M384 368c0 8.8-7.2 16-16 16h-64c-97 0-176-79-176-176v-64c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 79.4 64.6 144 144 144h64c8.8 0 16 7.2 16 16z" />',viewBox:"0 0 512 512"},ae={name:"border-radius-bottom-right",content:'<path d="M368 128c8.8 0 16 7.2 16 16v64c0 97-79 176-176 176h-64c-8.8 0-16-7.2-16-16s7.2-16 16-16h64c79.4 0 144-64.6 144-144v-64c0-8.8 7.2-16 16-16z" />',viewBox:"0 0 512 512"},ie={name:"border-radius-top-left",content:'<path d="M144 384c-8.8 0-16-7.2-16-16v-64c0-97 79-176 176-176h64c8.8 0 16 7.2 16 16s-7.2 16-16 16h-64c-79.4 0-144 64.6-144 144v64c0 8.8-7.2 16-16 16z" />',viewBox:"0 0 512 512"},ce={name:"border-radius-top-right",content:'<path d="M128 144c0-8.8 7.2-16 16-16h64c97 0 176 79 176 176v64c0 8.8-7.2 16-16 16s-16-7.2-16-16v-64c0-79.4-64.6-144-144-144h-64c-8.8 0-16-7.2-16-16z" />',viewBox:"0 0 512 512"},le={name:"border-radius",content:'<path d="M64 32h96v32H64v96H32V32h32zm384 416h-96v32h128V352h-32v96zM352 32v32h96v96h32V32H352zM64 352H32v128h128v-32H64v-96z" />',viewBox:"0 0 512 512"},se={name:"border-style-bottom",content:'<path d="M96 480v-64h320v64H96zm1-416h320V32H97v32zM64 416V96H32v320h32zm416 0V96h-32v320h32z" />',viewBox:"0 0 512 512"},he={name:"border-style-left",content:'<path d="M32 96h64v320H32V96zm416 1v320h32V97h-32zM96 64h320V32H96v32zm0 416h320v-32H96v32z" />',viewBox:"0 0 512 512"},ve={name:"border-style-right",content:'<path d="M480 416h-64V96h64v320zm-416-1V95H32v320h32zm352 33H96v32h320v-32zm0-416H96v32h320V32z" />',viewBox:"0 0 512 512"},ue={name:"border-style-top",content:'<path d="M416 32v64H96V32h320zm-1 416H95v32h320v-32zm33-352v320h32V96h-32zM32 96v320h32V96H32z" />',viewBox:"0 0 512 512"},pe={name:"border-style",content:'<path d="M32 96h32v320H32zm416 1h32v320h-32zM96 32h320v32H96zm0 416h320v32H96z" />',viewBox:"0 0 512 512"},de={name:"box-sizing",content:'<path d="M32 0H0v480h480V0H32zm416 448H32V32h416v416zm-96-320h-32V96h32v32zM96 192H64v-32h32v32zm0-64H64V96h32v32zm64 0h-32V96h32v32zm64 0h-32V96h32v32zm64 0h-32V96h32v32zM96 256H64v-32h32v32zm320-128h-32V96h32v32zm0 128h-32v-32h32v32zm0-64h-32v-32h32v32zM96 384H64v-32h32v32zm256 0h-32v-32h32v32zm-192 0h-32v-32h32v32zm64 0h-32v-32h32v32zm64 0h-32v-32h32v32zm128 0h-32v-32h32v32zM96 320H64v-32h32v32zm320 0h-32v-32h32v32z" />',viewBox:"0 0 512 512"},me={name:"chevron-double-down",content:'<path d="M382.1 224 256 350.1 129.9 224 96 257.9l160 160 160-160-33.9-33.9zm0-128L256 222.1 129.9 96 96 129.9l160 160 160-160L382.1 96z" />',viewBox:"0 0 512 512"},fe={name:"chevron-double-left",content:'<path d="M289 383 162.9 257 289 130.9 255 97 95 257l160 160 34-34zm128 0L290.9 257 417 130.9 383 97 223 257l160 160 34-34z" />',viewBox:"0 0 512 512"},ze={name:"chevron-double-right",content:'<path d="M223 130.9 349.1 257 223 383l34 34 160-160L257 97l-34 33.9zm-128 0L221.1 257 95 383l34 34 160-160L129 97l-34 33.9z" />',viewBox:"0 0 512 512"},ge={name:"chevron-double-up",content:'<path d="m129.9 289.9 126.1-126L382.1 290l33.9-34L256 96 96 256l33.9 33.9zm0 128 126.1-126L382.1 418l33.9-34-160-160L96 384l33.9 33.9z" />',viewBox:"0 0 512 512"},ye={name:"data-ods",content:'<path d="M415.94 93.61v.33c-.53 33.88-86.26 61.29-191.93 61.29S32.6 127.82 32.07 93.94v-.33C32.06 59.59 118 32 224 32s191.94 27.59 191.94 61.61Zm-.06 46.39v.32c-.53 33.88-86.26 61.29-191.93 61.29S32.54 174.2 32 140.32V140l.12 86.81v.32c.53 33.88 86.26 61.29 191.93 61.29S415.46 261 416 227.13v-.32Zm.12 180-.07-52v.32c-.34 21.73-35.73 40.8-88.93 51.68Zm-256 6.11C85.73 317.69 32.43 295 32 268.32V268l.12 86.81v.32C32.55 381.8 85.8 404.47 160 412.9Zm73.5 123.55q-22.26 0-36.28-14.49t-14-37.76q0-24.57 14.24-39.74t37.72-15.18q22.18 0 35.88 14.53t13.69 38.3q0 24.42-14.2 39.38t-37.05 14.96Zm1-87.08q-12.28 0-19.51 9.22t-7.23 24.39q0 15.39 7.23 24.35a23.15 23.15 0 0 0 18.93 9q12.07 0 19.15-8.71t7.08-24.17q0-16.11-6.86-25.08t-18.78-9Zm68.9 85.28V344.23h36.71q55.22 0 55.21 50.51 0 24.21-15.06 38.66t-40.15 14.46Zm23.34-84.63v65.69h11.57q15.17 0 23.81-9.1t8.64-24.82q0-14.82-8.56-23.31t-24-8.49Zm82.49 80.65v-23.12a44.75 44.75 0 0 0 13.66 7.91 43.91 43.91 0 0 0 14.89 2.64 33.06 33.06 0 0 0 7.7-.8 18 18 0 0 0 5.49-2.2 9.67 9.67 0 0 0 3.29-3.33 8.29 8.29 0 0 0 1.08-4.15 9 9 0 0 0-1.73-5.42 18.77 18.77 0 0 0-4.74-4.41 49 49 0 0 0-7.12-3.9q-4.11-1.87-8.89-3.83-12.14-5.06-18.1-12.36a27 27 0 0 1-6-17.63 28.05 28.05 0 0 1 3.25-13.91 27.71 27.71 0 0 1 8.85-9.58 39.85 39.85 0 0 1 13-5.53 66.6 66.6 0 0 1 15.61-1.77 93.91 93.91 0 0 1 14.34 1 56.36 56.36 0 0 1 11.53 3v21.6a35.76 35.76 0 0 0-5.68-3.18 44.84 44.84 0 0 0-6.32-2.27 48.64 48.64 0 0 0-6.47-1.34 45.54 45.54 0 0 0-6.1-.43 31.65 31.65 0 0 0-7.23.76 18.18 18.18 0 0 0-5.49 2.13 10.47 10.47 0 0 0-3.47 3.29 7.77 7.77 0 0 0-1.23 4.3 8.27 8.27 0 0 0 1.37 4.66 15.88 15.88 0 0 0 3.91 3.9 40.85 40.85 0 0 0 6.14 3.61q3.61 1.77 8.16 3.65a91.56 91.56 0 0 1 11.17 5.53 39.85 39.85 0 0 1 8.49 6.61 25.82 25.82 0 0 1 5.42 8.42 29.82 29.82 0 0 1 1.88 11q0 8.67-3.29 14.56a26.68 26.68 0 0 1-8.92 9.54 38.57 38.57 0 0 1-13.12 5.24 75.82 75.82 0 0 1-15.79 1.59 88.11 88.11 0 0 1-16.22-1.44 49.18 49.18 0 0 1-13.31-4.34Z" />',viewBox:"0 0 512 512"},be={name:"non-recurrence",content:'<path d="m321 434.2 47.5 47.5C335.5 501 297 512 256 512 132.3 512 32 411.7 32 288c0-41 11-79.5 30.3-112.6l47.5 47.5c-8.9 19.9-13.8 41.9-13.8 65 0 88.2 71.8 160 160 160 23.1.1 45.2-4.8 65-13.7Zm118.3-17.5c12.9-18.3 23.1-38.7 30.1-60.4 6.9-21.5 10.6-44.5 10.6-68.3 0-40.8-10.9-79.1-30-112l-55.5 32c13.6 23.5 21.5 50.9 21.5 80 0 4.8-.2 9.5-.6 14.2-2.2 24.8-10.1 47.9-22.3 68.2L173.6 150.9c20.3-12.2 43.4-20.1 68.2-22.3 4.7-.4 9.4-.6 14.2-.6v64l160-96L256 0v64c-23.8 0-46.7 3.7-68.3 10.6-21.8 7-42.1 17.2-60.4 30.1L22.6 0 0 22.6 489.4 512l22.6-22.6-72.7-72.7Z" />',viewBox:"0 0 512 512"},He={name:"display-block",content:'<path d="M32 32h448v32H32zm0 416h448v32H32zm0-64h448V128H32v256zm64-192h320v128H96V192z" />',viewBox:"0 0 512 512"},we={name:"display-flex",content:'<path d="M32 32v448h448V32H32zm416 416H64V64h384v384zM128 128h96v256h-96zm160 0h96v256h-96z" />',viewBox:"0 0 512 512"},xe={name:"display-inline-flex",content:'<path d="M96 416h320V96H96v320zm32-288h256v256H128V128zm32 32h64v192h-64zm128 0h64v192h-64zM32 32h32v448H32zm416 0h32v448h-32z" />',viewBox:"0 0 512 512"},Me={name:"droplet-slider",content:'<path d="M192 384v32c-53 0-96-43-96-96h32c0 35.3 28.7 64 64 64zm160-72c0 92.8-71.6 168-160 168S32 404.8 32 312C32 181.3 192 32 192 32s160 149.3 160 280zm-32 0c0-46.3-25.3-104.7-73-169-20-27-40.3-49.8-55-65.4-14.7 15.6-34.9 38.5-55 65.4-47.8 64.3-73 122.8-73 169 0 75 57.4 136 128 136s128-61 128-136zm128-88h-32v256h32V224zm0-192h-32v64h32V32zm-64 96v64h96v-64h-96z" />',viewBox:"0 0 512 512"},Ie={name:"file-report",content:'<path d="M416 32H96a32 32 0 0 0-32 32v384a32 32 0 0 0 32 32h320a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32Zm0 416H96V64h320Zm-96-96-160 .14V384l160-.14Zm32-64-192 .17V320l192-.17ZM223.15 127.9a64 64 0 1 0 64 64h-64Zm32-32v64h64a64 64 0 0 0-63.99-64Z" />',viewBox:"0 0 512 512"},Ve={name:"gap-column",content:'<path d="M32 32v448h448V32H32zm416 416H64V64h384v384zM96 96h96v320H96zm224 0h96v320h-96z" />',viewBox:"0 0 512 512"},ke={name:"gap-row",content:'<path d="M480 32H32v448h448V32zM64 448V64h384v384H64zM96 96h320v96H96zm0 224h320v96H96z" />',viewBox:"0 0 512 512"},Oe={name:"handle-resize-alt",content:'<path d="M480 224v256H224v-64h192V224h64z" />',viewBox:"0 0 512 512"},Ce={name:"handle-resize",content:'<path d="m379.5 475.5-22.6-22.6 96-96 22.6 22.6-96 96zm79.7-208.2-22.6-22.6-191.9 191.9 22.6 22.6 191.9-191.9z" />',viewBox:"0 0 512 512"},Ee={name:"images",content:'<path d="M256 288c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32 32 14.3 32 32zm96-64v192c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V224c0-17.7 14.3-32 32-32h256c17.7 0 32 14.3 32 32zm-31.8 0c-.1-.1-.1-.1 0 0l-256.1-.1-.1.1v149.9l74.6-70 85.3 80 53.3-50 42.7 40 .3-149.9zm63.8-96H128c-17.7 0-32 14.3-32 32h288v224c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32zm64-64H192c-17.7 0-32 14.3-32 32h288v224c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32z" />',viewBox:"0 0 512 512"},Be={name:"letter-space",content:'<path d="m310 336 26 80h48L280 96h-48L128 416h48l26-80h108zm-54-166.2L294.4 288h-76.8L256 169.8zM448 32h32v448h-32zM32 32h32v448H32z" />',viewBox:"0 0 512 512"},Se={name:"line-height",content:'<path d="m310 336 26 80h48L280 96h-48L128 416h48l26-80h108zm-54-166.2L294.4 288h-76.8L256 169.8zM32 32h448v32H32zm0 416h448v32H32z" />',viewBox:"0 0 512 512"},Pe={name:"list-latin-big",content:'<path d="M115.1 136H72.6l-7.4 24H32.1L79.3 31.5h29.1L155.9 160h-33.3l-7.5-24zm-35-23.9h27.6L93.8 67.5l-13.7 44.6zM42.1 320V191.5h46.2c16.5 0 29.1 3 37.7 9.1 8.6 6.1 12.9 14.9 12.9 26.4 0 6.6-1.5 12.3-4.6 17-3.1 4.7-7.6 8.2-13.5 10.4 6.7 1.8 11.9 5.1 15.4 9.9 3.6 4.8 5.4 10.7 5.4 17.7 0 12.6-4 22.1-12 28.4-8 6.3-19.8 9.5-35.4 9.7H42.1zm31-74.9h16.2c6.8-.1 11.6-1.3 14.5-3.7 2.9-2.4 4.3-6 4.3-10.7 0-5.4-1.6-9.3-4.7-11.7-3.1-2.4-8.2-3.6-15.1-3.6H73.1v29.7zm0 20.3v30.8h20.3c5.6 0 9.9-1.3 12.9-3.8 3-2.6 4.5-6.2 4.5-10.8 0-10.7-5.3-16.1-16-16.2H73.1zm73 171.1c-.4 8.9-2.8 16.8-7.2 23.7-4.4 6.9-10.6 12.2-18.6 15.9-8 3.8-17.1 5.6-27.3 5.6-16.9 0-30.2-5.5-39.9-16.5s-14.6-26.5-14.6-46.6v-6.4c0-12.6 2.2-23.6 6.6-33.1 4.4-9.4 10.7-16.7 18.9-21.9 8.2-5.1 17.8-7.7 28.6-7.7 15.6 0 28.1 4.1 37.6 12.3 9.5 8.2 14.9 19.5 16.2 33.9h-30.9c-.2-7.8-2.2-13.4-5.9-16.9-3.7-3.4-9.4-5.1-16.9-5.1-7.7 0-13.4 2.9-16.9 8.6-3.6 5.8-5.5 15-5.6 27.6v9.1c0 13.7 1.7 23.5 5.2 29.4 3.4 5.9 9.4 8.8 17.8 8.8 7.1 0 12.6-1.7 16.3-5 3.8-3.4 5.8-8.7 6-16h30.6zM192 96h288v32H192V96zm0 160h288v32H192v-32zm0 160h288v32H192v-32z" />',viewBox:"0 0 512 512"},Le={name:"list-latin-small",content:'<path d="M94.5 152c-1.1-1.9-2-4.8-2.8-8.6-5.5 6.9-13.1 10.3-22.9 10.3-9 0-16.7-2.7-22.9-8.2-6.3-5.4-9.4-12.3-9.4-20.5 0-10.4 3.8-18.2 11.5-23.5 7.6-5.3 18.8-7.9 33.4-7.9h9.2v-5.1c0-8.8-3.8-13.2-11.4-13.2-7.1 0-10.6 3.5-10.6 10.5H38.7c0-9.2 3.9-16.7 11.8-22.5s17.9-8.6 30.1-8.6 21.8 3 28.9 8.9c7.1 5.9 10.7 14.1 10.9 24.4v42.3c.1 8.8 1.5 15.5 4.1 20.1v1.5l-30 .1zm-18.6-19.4c3.7 0 6.8-.8 9.2-2.4 2.4-1.6 4.2-3.4 5.3-5.4v-15.3h-8.6c-10.4 0-15.5 4.6-15.5 13.9 0 2.7.9 4.9 2.7 6.6 1.8 1.7 4.1 2.6 6.9 2.6zM129.4 280c0 15.7-3.2 27.7-9.7 36.1s-15.6 12.6-27.4 12.6c-9.7 0-17.5-3.9-23.5-11.6l-1.2 9.8H41V191.4h29.7v47.7c5.5-6.3 12.7-9.4 21.4-9.4 11.9 0 21.1 4.3 27.5 12.8 6.5 8.5 9.7 20.5 9.7 36l.1 1.5zm-29.8-1.9c0-9.2-1.2-15.7-3.7-19.6-2.4-3.9-6.2-5.9-11.3-5.9-6.7 0-11.4 2.6-13.9 7.7v37.9c2.5 5.1 7.2 7.6 14.1 7.6 7 0 11.4-3.4 13.3-10.2 1-3.4 1.5-9.2 1.5-17.5zM81.1 452.8c4.2 0 7.4-1.1 9.7-3.4s3.4-5.4 3.4-9.5h27.9c0 10.5-3.8 19.1-11.3 25.8-7.5 6.7-17.2 10.1-29 10.1-13.9 0-24.8-4.4-32.8-13.1s-12-20.8-12-36.2v-1.2c0-9.6 1.8-18.2 5.3-25.6 3.6-7.4 8.7-13.1 15.4-17 6.7-4 14.7-6 23.8-6 12.4 0 22.3 3.4 29.6 10.3 7.3 6.9 10.9 16.2 10.9 28H94.2c0-4.9-1.2-8.7-3.6-11.4-2.4-2.6-5.6-4-9.7-4-7.7 0-12.2 4.9-13.5 14.7-.4 3.1-.6 7.4-.6 12.9 0 9.6 1.1 16.2 3.4 19.9s5.9 5.7 10.9 5.7zM192 96h288v32H192V96zm0 160h288v32H192v-32zm0 160h288v32H192v-32z" />',viewBox:"0 0 512 512"},Ne={name:"list-roman-big",content:'<path d="M32 32h32v128H32V32zm0 288h32V192H32v128zm64 0h32V192H96v128zM32 480h32V352H32v128zm64 0h32V352H96v128zm64 0h32V352h-32v128zM128 96h352v32H128V96zm64 160h288v32H192v-32zm64 160h224v32H256v-32zM96 152c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm64 160c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm64 160c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8z" />',viewBox:"0 0 512 512"},_e={name:"list-roman-small",content:'<path d="M32 64h16v96H32V64zm0 256h16v-96H32v96zm32 0h16v-96H64v96zM32 480h16v-96H32v96zm32 0h16v-96H64v96zm32 0h16v-96H96v96zM48 40c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm32 112c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm32 160c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zM48 200c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm32 0c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zM48 360c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm32 0c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm32 0c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm32 112c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zM128 96h352v32H128V96zm32 160h320v32H160v-32zm32 160h288v32H192v-32z" />',viewBox:"0 0 512 512"},De={name:"list-unordered-outline",content:'<path d="M192 80h288v32H192V80zm0 160h288v32H192v-32zm0 160h288v32H192v-32zM80 80c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16m0-32c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm0 192c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16m0-32c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm0 192c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16m0-32c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48z" />',viewBox:"0 0 512 512"},Ae={name:"list-unordered-square",content:'<path d="M128 160H32V64h96v96zm0 64H32v96h96v-96zm0 160H32v96h96v-96zm64-256h288V96H192v32zm0 160h288v-32H192v32zm0 160h288v-32H192v32z" />',viewBox:"0 0 512 512"},Re={name:"max-height",content:'<path d="M384 0H96v32h288zm0 479H240.6L320 352h-64V160h64L240 32l-80 128h64v192h-64l79.4 127H96v32h288z" />',viewBox:"0 0 512 512"},Te={name:"max-width",content:'<path d="M0 96v288h32V96zm479 0v143.4L352 160v64H160v-64L32 240l128 80v-64h192v64l127-79.4V384h32V96z" />',viewBox:"0 0 512 512"},je={name:"min-height",content:'<path d="M240 192H96v32h288v-32zm144 96H96v32h288zM160 448h160l-80-128zm64 0h32v64h-32zm32-384V0h-32v64h-64l80 128 80-128z" />',viewBox:"0 0 512 512"},Fe={name:"min-width",content:'<path d="M192 240v144h32V96h-32zm96-144v288h32V96zm160 224V160l-128 80zm0-96h64v32h-64zm-384 0H0v32h64v64l128-80-128-80z" />',viewBox:"0 0 512 512"},Ke={name:"outline-offset",content:'<path d="M448 32H32v448h448V32h-32zm0 416H64V64h384v384zM160 320v32h192V160H160v160zm32-128h128v128H192V192z" />',viewBox:"0 0 512 512"},Ze={name:"outline-width",content:'<path d="M416 32H32v448h448V32h-64zm0 384H96V96h320v320zm-256-32h224V128H128v256h32zm0-224h192v192H160V160z" />',viewBox:"0 0 512 512"},We={name:"padding-bottom",content:'<path d="M288.2 352H256v64h64v64H160v-64h64v-64h-32v-64h96.2v64zM160 32h64v96h-32.2v32H288v-32h-32V32h64V0H160v32zm192 192v-32.2h-32V288h32v-32h96v64h32V160h-32v64h-96zm-224 32v32.2h32V192h-32v32H32v-64H0v160h32v-64h96z" />',viewBox:"0 0 512 512"},Ue={name:"padding-left",content:'<path d="M128 288.2V256H64v64H0V160h64v64h64v-32h64v96.2h-64zM448 160v64h-96v-32.2h-32V288h32v-32h96v64h32V160h-32zM256 352h32.2v-32H192v32h32v96h-64v32h160v-32h-64v-96zm-32-224h-32.2v32H288v-32h-32V32h64V0H160v32h64v96z" />',viewBox:"0 0 512 512"},qe={name:"padding-right",content:'<path d="M352 191.8V224h64v-64h64v160h-64v-64h-64v32h-64v-96.2h64zM32 320v-64h96v32.2h32V192h-32v32H32v-64H0v160h32zm192-192h-32.2v32H288v-32h-32V32h64V0H160v32h64v96zm32 224h32.2v-32H192v32h32v96h-64v32h160v-32h-64v-96z" />',viewBox:"0 0 512 512"},Ye={name:"padding-top",content:'<path d="M191.8 128H224V64h-64V0h160v64h-64v64h32v64h-96.2v-64zM320 448h-64v-96h32.2v-32H192v32h32v96h-64v32h160v-32zM128 256v32.2h32V192h-32v32H32v-64H0v160h32v-64h96zm224-32v-32.2h-32V288h32v-32h96v64h32V160h-32v64h-96z" />',viewBox:"0 0 512 512"},Ge={name:"padding",content:'<path d="M128 288.2V256H32v64H0V160h32v64h96v-32h32v96.2h-32zM448 160v64h-96v-32.2h-32V288h32v-32h96v64h32V160h-32zM256 352h32.2v-32H192v32h32v96h-64v32h160v-32h-64v-96zm-32-224h-32.2v32H288v-32h-32V32h64V0H160v32h64v96z" />',viewBox:"0 0 512 512"},Xe={name:"position-bottom",content:'<path d="M32 64v416h448V32H32v32zm416 0v384H64V64h384zM96 320h320v96H96z" />',viewBox:"0 0 512 512"},Qe={name:"position-left",content:'<path d="M448 32H32v448h448V32h-32zm0 416H64V64h384v384zM96 96h96v320H96z" />',viewBox:"0 0 512 512"},Je={name:"position-right",content:'<path d="M64 480h416V32H32v448h32zm0-416h384v384H64V64zm256 32h96v320h-96z" />',viewBox:"0 0 512 512"},$e={name:"position-top",content:'<path d="M480 448V32H32v448h448v-32zm-416 0V64h384v384H64zM96 96h320v96H96z" />',viewBox:"0 0 512 512"},et={name:"regular-expression",content:'<path d="M442.6 299.7 352 247.4V352h-64V247.4l-90.6 52.3-32-55.4L256 192l-90.6-52.3 32-55.4 90.6 52.3V32h64v104.6l90.6-52.3 32 55.4L384 192l90.6 52.3-32 55.4zM80 384c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48z" />',viewBox:"0 0 512 512"},tt={name:"replace-all",content:'<path d="M288 288h192v192H288V288zm64-64H224V32h128v192zM320 64h-64v128h64V64zM160 352H96V160h96V96H96c-35.3 0-64 28.7-64 64v192c0 35.3 28.7 64 64 64h64v64l96-96-96-96v64zM448 32v192h32V32h-32zm-32 0h-32v192h32V32z" />',viewBox:"0 0 512 512"},nt={name:"replace-single",content:'<path d="M288 288h192v192H288V288zM32 160v192c0 35.3 28.7 64 64 64h64v64l96-96-96-96v64H96V160h160V96H96c-35.3 0-64 28.7-64 64zM480 32v192H288V32h192zm-32 32H320v128h128V64z" />',viewBox:"0 0 512 512"},ot={name:"report-element",content:'<path d="M480 320V192H160v48H96v-80h256V32H32v128h32v320h32v-48h64v48h256V352H160v48H96V272h64v48ZM64 64h256v64H64Zm128 320h192v64H192v-64Z" />',viewBox:"0 0 512 512"},rt={name:"right-double-quotes",content:'<path d="M136 100.2c-57.4 0-104 46.6-104 104s46.6 104 104 104c20.1 0 38.9-5.7 54.8-15.6-14.2 30.5-37.4 55.2-69.2 73.7-44 25.6-89.1 29.6-89.6 29.6l1.3 15.9 1.3 15.9c2.1-.2 51.8-4.4 102-33.2 47.1-27 103.3-81.3 103.3-186.1.1-1.4.1-2.8.1-4.3 0-57.3-46.6-103.9-104-103.9zm344 104c0-57.4-46.6-104-104-104s-104 46.6-104 104 46.6 104 104 104c20.1 0 38.9-5.7 54.8-15.6-14.2 30.5-37.4 55.2-69.2 73.7-44 25.6-89.1 29.6-89.6 29.6l2.6 31.9c2.1-.2 51.8-4.4 102-33.2 47.1-27 103.3-81.3 103.3-186.1.1-1.4.1-2.8.1-4.3z" />',viewBox:"0 0 512 512"},at={name:"whole-word",content:'<path d="M379 243.6c-2.7-9.3-6.5-17.2-11.7-23.8-5-6.4-11.4-11.4-18.6-15-7.4-3.5-15.9-5.2-25.3-5.2-16.3 0-30 6.9-41.4 20.5V160h-26v192h26v-14.8c10.8 9.8 24.1 14.8 39.7 14.8 8.7 0 16.9-1.8 24.3-5.4 7.5-3.8 14-8.9 19.5-15.5 5.5-6.8 9.7-14.9 12.9-24.4 3-9.6 4.6-20.3 4.6-32.1 0-11.5-1.3-21.8-4-31zm-31.8 73.7c-6.6 9.5-15.6 14.2-26.8 14.2-14.5 0-27.3-5.9-38.4-17.8v-69.1c11.9-16.6 25-24.9 39.4-24.9 11.4 0 20 4.6 26.2 13.9 6.1 9.2 9.3 22.9 9.3 41 0 18.9-3.3 33.3-9.7 42.7zm-139-107.8c-10.6-7.5-25.2-11.1-44.1-11.1-40.5 0-61.7 15-63.6 44.6h26.1c.7-16.2 12.8-24.4 36-24.4 11 0 19.2 1.6 24.4 4.8 2.6 1.6 4.6 3.4 6.2 5.1 1.5 1.8 2.5 4 3.2 6.6s1.1 5.6 1.4 9.4c.1 3.6.1 8.3.1 13.5h-12.8c-59.3.1-89.1 17.3-89.1 51.5 0 6.4 1.3 12 3.8 17.2 2.4 5.3 5.9 9.6 10.4 13.4 4.4 3.8 9.8 6.7 16 8.7 6.1 2.2 12.7 3.2 20 3.2 20.9 0 51.8-18.6 51.8-18.6V351h26v-97.5c0-22-5.4-36.6-15.8-44zm-10.2 100c-2.3 3.4-5.1 6.3-8.4 9-3.2 2.6-6.8 4.9-10.7 6.8-3.9 1.8-8 3.3-12.2 4.3s-8.6 1.4-12.8 1.4c-9.6 0-17-2-22.5-5.9-5.5-4.1-8.3-9.8-8.3-17.2 0-20.6 18.9-30.9 56.9-30.9h18v32.5zM448 96h-32v320h32V96zm0-32H64V32h384v32zm0 415.6H64v-32h384v32z" />',viewBox:"0 0 512 512"},it={name:"data-sds",content:'<path d="M224 152.54c105.6 0 191.4-27.4 191.9-61.3v-.3c0-34-85.9-61.6-191.9-61.6S32.1 56.94 32.1 90.94v.3c.5 33.9 86.3 61.3 191.9 61.3Zm-191.9 71.9c.5 33.9 86.3 61.3 191.9 61.3s191.4-27.4 192-61.3v-.3l-.1-86.5c-.5 33.9-86.3 61.3-191.9 61.3s-191.49-27.4-192-61.29l.1 86.49v.3Zm-.1 41.21.1 86.49v.3c.4 26.7 53.7 49.3 127.9 57.8v-86.8c-74.29-8.4-127.59-31.1-128-57.79Zm320 37.69 105 70-105 70v-52.5H189v-35h163v-52.5Z" />',viewBox:"0 0 512 512"},ct={name:"download-light",content:'<path d="M368 256 256 384 144 256h96V32h32v224h96Zm112 192H32v32h448v-32Z" />',viewBox:"0 0 512 512"},lt={name:"eye-slash",content:'<path d="m245.43 358.68 24.92 24.92c-4.75.26-9.54.4-14.34.4-94.7 0-179.7-51.5-224-128 13.19-22.83 30.01-43.43 49.65-61.1l23.01 23.01C91.46 229.29 79.51 242.07 69.8 256c26.33 33.77 54.15 53.86 72.6 65.1 39.18 23.88 77.54 33.37 103.03 37.58m131.42-4.44L480 457.39 457.39 480 345.51 368.12s-.07.03-.1.04L232.2 254.94l.11-.03-39.21-39.21-.03.11-26.8-26.8s.04-.05.06-.08l-7.01-7.01s-.06.03-.09.04l-24.17-24.17s.06-.03.09-.05L32 54.61 54.61 32l111.87 111.87A260.193 260.193 0 0 1 256 128c94.8 0 179.8 51.5 224 128-24 41.53-60.05 75.69-103.15 98.24Zm-7.25-33.14c27.8-16.4 54.1-38.7 72.6-65.1-18.4-26.4-44.8-48.7-72.6-65.1-12.2-7.2-25.1-13.2-38.4-17.9 22.6 20.5 36.8 50.1 36.8 83 0 25.15-8.31 48.37-22.32 67.08l7.01 7.01c5.76-2.76 11.41-5.74 16.91-8.99Z" />',viewBox:"0 0 512 512"},st={name:"display-inline-block",content:'<path d="M448 32h32v448h-32zM32 32h32v448H32zm64 352h320V128H96v256zm64-192h192v128H160V192z" />',viewBox:"0 0 512 512"},ht={name:"paper-plane",content:'<path d="M469.783 271.879 54.329 446.734c-13.149 5.534-26.266-8.042-21.225-21.967l48.3-133.404c2.16-5.966 7.298-10.169 13.326-10.901C312.467 256 239.85 263.839 312.467 256c-72.618-7.839 0 0-217.739-24.462-6.027-.732-11.165-4.935-13.325-10.901l-48.3-133.404C28.063 73.308 41.18 59.732 54.33 65.266l415.454 174.855c13.623 5.734 13.623 26.024 0 31.758Z" />',viewBox:"0 0 512 512"},vt={name:"gauge-linear",content:'<path d="M16 164h480v184H16V164ZM90 58h110l-55 74-55-74ZM16 380h36v74H16v-74Zm444 0h36v74h-36v-74Zm-222 0h36v74h-36v-74Zm-111 0h36v36h-36v-36Zm222 0h36v36h-36v-36Z" />',viewBox:"0 0 512 512"},ut={name:"gauge-radial",content:'<path d="M256 16C123.5 16 16 123.5 16 256s107.5 240 240 240 240-107.5 240-240S388.5 16 256 16Zm0 445.7c-113.4 0-205.7-92.3-205.7-205.7 0-113.4 92.3-205.7 205.7-205.7 113.4 0 205.7 92.3 205.7 205.7 0 113.4-92.3 205.7-205.7 205.7Zm0-377.1c94.7 0 171.4 76.7 171.5 171.5h-68.6c0-56.8-46.2-102.9-102.9-102.9-22.2 0-42.8 7-59.6 19l37.4 37.4c6.7-3.2 14.3-5 22.2-5 28.4 0 51.4 23 51.4 51.4s-23 51.4-51.4 51.4-51.4-23-51.4-51.4c0-8 1.8-15.5 5-22.2l-37.4-37.4c-11.9 16.9-19 37.4-19 59.6H84.6c0-41.2 14.5-78.9 38.7-108.5l-12.7-12.7 24.2-24.2 12.7 12.7c29.6-24.2 67.3-38.7 108.5-38.7Z" />',viewBox:"0 0 512 512"},pt={name:"envelope-box",content:'<path d="m377 182.4-88.8 88.8-31.2 29-33.2-29-88.8-88.8c-7.7 2-13.8 8.1-15.8 15.8l73 73-73 73c2 7.7 8.1 13.8 15.8 15.8l73-73 49 44.8 47-44.8 73 73c7.7-2 13.8-8.1 15.8-15.8l-73-73 73-73c-2-7.7-8.1-13.8-15.8-15.8zM448 32H64c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zm-32 329.6c0 12.4-10 22.4-22.4 22.4H118.4C106 384 96 374 96 361.6V182.4c0-12.4 10-22.4 22.4-22.4h275.2c12.4 0 22.4 10 22.4 22.4v179.2z" />',viewBox:"0 0 512 512"},dt={name:"envelope-link",content:'<path d="M224 432c0-5.1.8-10.1 2.3-14.7C232.5 398 250.6 384 272 384h64c-1.5-1.9-3-3.8-4.6-5.6-14.6-16.2-35.8-26.4-59.4-26.4-12.2 0-23.8 2.7-34.1 7.6-4.4 2.1-8.6 4.6-12.5 7.4-16.4 11.8-28.2 29.7-32 50.4-.9 4.7-1.4 9.6-1.4 14.6 0 44.2 35.8 80 80 80 26.2 0 49.4-12.6 64-32h-64c-26.5 0-48-21.5-48-48zm208-80c-26.2 0-49.4 12.6-64 32h64c26.5 0 48 21.5 48 48s-21.5 48-48 48h-64c14.6 19.4 37.8 32 64 32 44.2 0 80-35.8 80-80s-35.8-80-80-80zm0 64H272c-8.8 0-16 7.2-16 16s7.2 16 16 16h160c8.8 0 16-7.2 16-16s-7.2-16-16-16zM32 0C14.3 0 0 14.3 0 32v256c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V32c0-17.7-14.3-32-32-32H32zm23.7 32L224 200.3 392.3 32c11 2.9 19.7 11.6 22.6 22.6L310.6 158.9l104.3 104.3c-2.9 11-11.6 19.7-22.6 22.6L288 181.5l-64 64-64-64L55.7 285.8c-11-2.9-19.7-11.6-22.6-22.6l104.3-104.3L33.1 54.6C36 43.6 44.7 34.9 55.7 32z" />',viewBox:"0 0 512 512"},mt={name:"envelope",content:'<path d="M64 96c-17.7 0-32 14.3-32 32v256c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V128c0-17.7-14.3-32-32-32H64zm23.7 32L256 296.3 424.3 128c11 2.9 19.7 11.6 22.6 22.6L342.6 254.9l104.3 104.3c-2.9 11-11.6 19.7-22.6 22.6L320 277.5l-64 64-64-64L87.7 381.8c-11-2.9-19.7-11.6-22.6-22.6l104.3-104.3L65.1 150.6c2.9-11 11.6-19.7 22.6-22.6z" />',viewBox:"0 0 512 512"},ft={name:"warning-circle",content:'<path d="M256 480c123.7 0 224-100.3 224-224S379.7 32 256 32 32 132.3 32 256s100.3 224 224 224Zm-32-352v160h64V128h-64Zm0 256v-64h64v64h-64Z" />',viewBox:"0 0 512 512"},zt={name:"warning-triangle",content:'<path d="M256 32 0 480h512L256 32Zm-32 160h64v160h-64V192Zm0 256v-64h64v64h-64Z" />',viewBox:"0 0 512 512"},gt={name:"font-grow",content:'<path d="m384 32-96 128h192L384 32ZM222 96h-60L32 480h60l32.4-96h135.2l32.4 96h60L222 96Zm-78 230.4 48-141.7 48 141.7h-96Z" />',viewBox:"0 0 512 512"},yt={name:"font-shrink",content:'<path d="m384 160 96-128H288l96 128Zm-152 0h-48L80 480h48l25.9-80h108.2l25.9 80h48L232 160Zm-62.4 192L208 233.9 246.4 352h-76.8Z" />',viewBox:"0 0 512 512"},bt={name:"text-overflow",content:'<path d="M288 304v176h32V304h-32zm0-272v176h32V32h-32zM64 32v448h32V32H64zm288 288v-48H128v-32h224v-48l96 64-96 64z" />',viewBox:"0 0 512 512"},Ht={name:"text-wrap-arrow",content:'<path d="M64 176v32h384v-32H64Zm0-64v32h384v-32H64Zm0 256v32h160v-32H64Zm0-64v32h160v-32H64Zm0 128v32h160v-32H64Zm288-32v.12c5.22.04 10.43.04 16.04-.12H352Zm94.44-64.64c-1.28 7.68-4.16 15.04-8 22.4-2.06 3.65-4.27 7.06-6.65 10.24-15.2 20.5-36.6 31.17-63.75 32H352v48l-96-64 96-64v48h14.12c18.88 0 33.28-7.68 43.2-23.68 2.24-3.84 3.84-7.68 5.12-11.52 2.24-8.32 2.24-16.96 0-24.96-2.88-10.56-9.28-20.48-18.88-26.88-8.64-6.08-18.24-8.96-28.8-8.96H64v-32h305.32c34.24.32 65.6 24.32 75.2 56.96.96 3.2 1.6 6.08 1.92 9.28 1.92 9.92 2.24 19.52 0 29.12ZM64 48v32h384V48H64Z" />',viewBox:"0 0 512 512"},wt={name:"text-truncate",content:'<path d="M448 32v384h-32V64H95.92L96 480H64V32h384Zm0 416h-32v32h32v-32Zm-64 .08h-31.92V480H384v-31.92Zm-64-.08h-32v32h32v-32Z" />',viewBox:"0 0 512 512"},xt={name:"text-clip",content:'<path d="M64 32v448h32V32H64Zm384 448V32h-32v448h32ZM320 320v-48H128v-32h192v-48l96 64-96 64Z" />',viewBox:"0 0 512 512"},Mt={name:"border-color",content:'<path d="M480 384v96H168l95.9-96H480Zm-80-182.14L121.86 480H32v-89.86L310.14 112 400 201.86Zm-65.28-24.89-22.4-22.4L82.56 384.01l-5.44 5.44 22.72 22.72L128 384.01l206.72-207.04Zm136.02-45.98L426.03 176 336 86.29l45.01-45.02c12.36-12.36 32.33-12.36 45.01 0l44.71 45.02c12.36 12.04 12.36 32.33 0 44.69l.01.01Z" />',viewBox:"0 0 512 512"},It={name:"border-type",content:'<path d="M479 96H33v64h446V96ZM96 384c0-17.67-14.33-32-32-32s-32 14.33-32 32 14.33 32 32 32 32-14.33 32-32Zm128 0c0-17.67-14.33-32-32-32s-32 14.33-32 32 14.33 32 32 32 32-14.33 32-32Zm128 0c0-17.67-14.33-32-32-32s-32 14.33-32 32 14.33 32 32 32 32-14.33 32-32Zm128 0c0-17.67-14.33-32-32-32s-32 14.33-32 32 14.33 32 32 32 32-14.33 32-32ZM224 224H32v64h192v-64Zm256 0H288v64h192v-64Z" />',viewBox:"0 0 512 512"},Vt={name:"undo",content:'<path d="M479.9 416c-57.7-56.6-136.7-96-223.9-96v128L32 256 256 64v128c122.2 0 221.5 102.4 223.9 224z" />',viewBox:"0 0 512 512"},kt={name:"redo",content:'<path d="M256 192V64l224 192-224 192V320c-87.2 0-166.2 39.4-223.9 96C34.5 294.4 133.9 192 256 192z" />',viewBox:"0 0 512 512"},Ot={name:"arrow-rotate-ccw",content:'<path d="m62 176 55.5 32C103.8 231.6 96 258.9 96 288c0 88.2 71.8 160 160 160s160-71.8 160-160-71.8-160-160-160v64L96 96 256 0v64c123.7 0 224 100.3 224 224S379.7 512 256 512 32 411.7 32 288c0-40.8 10.9-79.1 30-112z" />',viewBox:"0 0 512 512"},Ct={name:"arrow-rotate-cw",content:'<path d="M480 288c0 123.7-100.3 224-224 224S32 411.7 32 288 132.3 64 256 64V0l160 96-160 96v-64c-88.2 0-160 71.8-160 160s71.8 160 160 160 160-71.8 160-160c0-29.1-7.8-56.4-21.5-80l55.5-32c19.1 32.9 30 71.2 30 112z" />',viewBox:"0 0 512 512"},Et={name:"arrows-no-repeat",content:'<path d="m321 434.2 47.5 47.5C335.5 501 297 512 256 512 132.3 512 32 411.7 32 288c0-41 11-79.5 30.3-112.6l47.5 47.5c-8.9 19.9-13.8 41.9-13.8 65 0 88.2 71.8 160 160 160 23.1.1 45.2-4.8 65-13.7zm118.3-17.5c12.9-18.3 23.1-38.7 30.1-60.4 6.9-21.5 10.6-44.5 10.6-68.3 0-40.8-10.9-79.1-30-112l-55.5 32c13.6 23.5 21.5 50.9 21.5 80 0 4.8-.2 9.5-.6 14.2-2.2 24.8-10.1 47.9-22.3 68.2L173.6 150.9c20.3-12.2 43.4-20.1 68.2-22.3 4.7-.4 9.4-.6 14.2-.6v64l160-96L256 0v64c-23.8 0-46.7 3.7-68.3 10.6-21.8 7-42.1 17.2-60.4 30.1L22.6 0 0 22.6 489.4 512l22.6-22.6-72.7-72.7z" />',viewBox:"0 0 512 512"},Bt={name:"arrow-rotate-ccw-small",content:'<path d="m101.4 238.6 46.4 12.4c-2.5 9.3-3.8 19-3.8 29 0 61.8 50.2 112 112 112s112-50.2 112-112-50.2-112-112-112v56l-128-80 128-80v56c88.4 0 160 71.6 160 160s-71.6 160-160 160S96 368.4 96 280c0-14.3 1.9-28.2 5.4-41.4z" />',viewBox:"0 0 512 512"},St={name:"arrow-rotate-cw-small",content:'<path d="M416 280c0 88.4-71.6 160-160 160S96 368.4 96 280s71.6-160 160-160V64l128 80-128 80v-56c-61.8 0-112 50.2-112 112s50.2 112 112 112 112-50.2 112-112c0-10-1.3-19.7-3.8-29l46.4-12.4c3.5 13.2 5.4 27.1 5.4 41.4z" />',viewBox:"0 0 512 512"},Pt={name:"clock",content:'<path d="M256 128h-32v160h160v-32H256V128zm0-96C132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224S379.7 32 256 32zm0 416c-105.9 0-192-86.1-192-192S150.1 64 256 64s192 86.1 192 192-86.1 192-192 192z" />',viewBox:"0 0 512 512"},Lt={name:"calendar",content:'<path d="M416 416H288V288h128v128zm64-352v384c0 17.6-14.4 32-32 32H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h64V0h64v32h128V0h64v32h64c17.6 0 32 14.4 32 32zm-32 128H64v255.9l.1.1 383.9-.1V192zm0-127.9c-.1-.1-.1-.1 0 0l-64-.1v32h-64V64H192v32h-64V64H64.1l-.1.1V160h384V64.1z" />',viewBox:"0 0 512 512"},Nt={name:"save",content:'<path d="M384 32H64c-17.6 0-32 14.4-32 32v384c0 17.6 14.4 32 32 32h384c17.6 0 32-14.4 32-32V128l-96-96zm-64 32v128h-64V64h64zm128 384-383.9.1-.1-.1V64.1l.1-.1H96v160h256V64h18.7l77.3 77.3V448z" />',viewBox:"0 0 512 512"},_t={name:"print",content:'<path d="M448 160h-32V96l-64-64H128c-17.7 0-32 14.3-32 32v96H64c-17.6 0-32 14.4-32 32v160c0 17.6 14.4 32 32 32h32v64c0 17.6 14.4 32 32 32h256c17.6 0 32-14.4 32-32v-64h32c17.6 0 32-14.4 32-32V192c0-17.6-14.4-32-32-32zM128 64h192v64h64v64H128V64zm320 256h-64v127.9l-.1.1H128.1l-.1-.1V320H64v-32h384v32zm-288 0h192v32H160v-32zm0 64h160v32H160v-32z" />',viewBox:"0 0 512 512"},Dt={name:"pencil",content:'<path d="m334.9 86.6 45.3-45.3c12.4-12.4 32.8-12.4 45.3 0l45.3 45.3c12.4 12.4 12.4 32.8 0 45.3l-45.3 45.3-90.6-90.6zm-22.6 22.6L32 389.5V480h90.5l280.3-280.3-90.5-90.5zM99.9 412.1l-22.6-22.6 235-235 22.6 22.6-235 235z" />',viewBox:"0 0 512 512"},At={name:"trash",content:'<path d="M416 96h-96V64c0-17.6-14.4-32-32-32h-96c-17.6 0-32 14.4-32 32v32H64v64h32v288c0 17.6 14.4 32 32 32h224c17.6 0 32-14.4 32-32V160h32V96zM192 64h95.9l.1.1V96h-96c.1-.1.1-32.1 0-32zm160 384H128.1l-.1-.1V160h32v256h32V160h32v256h32V160h32v256h32V160h32v288z" />',viewBox:"0 0 512 512"},Rt={name:"paperclip",content:'<path d="M384 128v256h-32V128c0-52.9-43.1-96-96-96s-96 43.1-96 96v288c0 35.3 28.7 64 64 64s64-28.7 64-64V128c0-17.6-14.4-32-32-32s-32 14.4-32 32v256h-32V128c0-35.3 28.7-64 64-64s64 28.7 64 64v288c0 52.9-43.1 96-96 96s-96-43.1-96-96V128C128 57.4 185.4 0 256 0s128 57.4 128 128z" />',viewBox:"0 0 512 512"},Tt={name:"paperclip-alt",content:'<path d="M407 452.1c-18.6 18.6-43 27.9-67.5 27.9s-48.9-9.3-67.6-27.9L69.3 249.4c-49.7-49.7-49.7-130.5 0-180.2s130.5-49.7 180.2 0l180.2 180.2-22.7 22.5L226.9 91.8c-37.2-37.2-97.9-37.2-135.1 0-37.2 37.2-37.2 97.9 0 135.1l202.7 202.7c24.8 24.8 65.2 24.8 90.1 0 24.8-24.8 24.8-65.2 0-90.1L181.9 136.8c-12.4-12.4-32.7-12.4-45 0s-12.4 32.7 0 45L317 362l-22.5 22.5-180.2-180.1c-24.8-24.8-24.8-65.2 0-90.1s65.2-24.8 90.1 0L407 317c37.3 37.2 37.3 97.9 0 135.1z" />',viewBox:"0 0 512 512"},jt={name:"link",content:'<path d="M384 384c-47.4 0-88.7-25.8-110.8-64H384c35.4 0 64-28.6 64-64s-28.7-64-64-64H273.2c22.1-38.2 63.5-64 110.8-64 70.7 0 128 57.3 128 128s-57.3 128-128 128zM96 256c0-17.7 14.3-32 32-32h256c17.7 0 32 14.3 32 32s-14.3 32-32 32H128c-17.7 0-32-14.3-32-32zm-32 0c0 35.4 28.6 64 64 64h110.8c-22.1 38.2-63.5 64-110.8 64C57.3 384 0 326.7 0 256s57.3-128 128-128c47.4 0 88.7 25.8 110.8 64H128c-35.4 0-64 28.6-64 64z" />',viewBox:"0 0 512 512"},Ft={name:"unlink",content:'<path d="M384 384c-47.4 0-88.7-25.8-110.8-64H384c35.4 0 64-28.6 64-64s-28.7-64-64-64H273.2c22.1-38.2 63.5-64 110.8-64 70.7 0 128 57.3 128 128s-57.3 128-128 128zM64 256c0 35.4 28.6 64 64 64h110.8c-22.1 38.2-63.5 64-110.8 64C57.3 384 0 326.7 0 256s57.3-128 128-128c47.4 0 88.7 25.8 110.8 64H128c-35.3 0-64 28.6-64 64zM272 97.6V0h-32v97.6c5.2-1 10.5-1.6 16-1.6s10.8.6 16 1.6zm-60.1 11.7-69-69-22.6 22.6 69 69c5.9-9 13.6-16.7 22.6-22.6zm110.8 22.6 69-69-22.6-22.6-69 69c9 5.9 16.7 13.6 22.6 22.6zM256 416c-5.5 0-10.8-.6-16-1.6V512h32v-97.6c-5.2 1-10.5 1.6-16 1.6zm-66.7-35.9-69 69 22.6 22.6 69-69c-9-5.9-16.7-13.6-22.6-22.6zm110.8 22.6 69 69 22.6-22.6-69-69c-5.9 9-13.6 16.7-22.6 22.6z" />',viewBox:"0 0 512 512"},Kt={name:"link-vertical",content:'<path d="M128 384c0-47.4 25.8-88.7 64-110.8V384c0 35.4 28.6 64 64 64s64-28.7 64-64V273.2c38.2 22.1 64 63.5 64 110.8 0 70.7-57.3 128-128 128s-128-57.3-128-128zM256 96c17.7 0 32 14.3 32 32v256c0 17.7-14.3 32-32 32s-32-14.3-32-32V128c0-17.7 14.3-32 32-32zm0-32c-35.4 0-64 28.6-64 64v110.8c-38.2-22.1-64-63.5-64-110.8C128 57.3 185.3 0 256 0s128 57.3 128 128c0 47.4-25.8 88.7-64 110.8V128c0-35.4-28.6-64-64-64z" />',viewBox:"0 0 512 512"},Zt={name:"unlink-vertical",content:'<path d="M414.4 272H512v-32h-97.6c1 5.2 1.6 10.5 1.6 16s-.5 10.8-1.6 16zm-11.6-60.1 69-69-22.6-22.6-69 69c8.9 5.9 16.6 13.6 22.6 22.6zm-22.7 110.8 69 69 22.6-22.6-69-69c-5.9 9-13.6 16.7-22.6 22.6zM96 256c0-5.5.6-10.8 1.6-16H0v32h97.6c-1-5.2-1.6-10.5-1.6-16zm35.9-66.8-69-69-22.6 22.6 69 69c5.9-8.9 13.6-16.6 22.6-22.6zm-22.6 110.9-69 69 22.6 22.6 69-69c-9-5.9-16.7-13.6-22.6-22.6zM128 384c0-47.4 25.8-88.7 64-110.8V384c0 35.4 28.6 64 64 64s64-28.7 64-64V273.2c38.2 22.1 64 63.5 64 110.8 0 70.7-57.3 128-128 128s-128-57.3-128-128zM256 64c-35.4 0-64 28.6-64 64v110.8c-38.2-22.1-64-63.5-64-110.8C128 57.3 185.3 0 256 0s128 57.3 128 128c0 47.4-25.8 88.7-64 110.8V128c0-35.4-28.6-64-64-64z" />',viewBox:"0 0 512 512"},Wt={name:"lock",content:'<path d="M384 224h-32v-96c0-53-43-96-96-96s-96 43-96 96v96h-32c-17.6 0-32 14.4-32 32v192c0 17.6 14.4 32 32 32h256c17.6 0 32-14.4 32-32V256c0-17.6-14.4-32-32-32zm-192-96c0-35.3 28.7-64 64-64s64 28.7 64 64v96H192v-96zm64 256c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z" />',viewBox:"0 0 512 512"},Ut={name:"unlock",content:'<path d="M416 224H224v-96c0-53-43-96-96-96s-96 43-96 96v128h32V128c0-35.3 28.7-64 64-64s64 28.7 64 64v96h-32c-17.6 0-32 14.4-32 32v192c0 17.6 14.4 32 32 32h256c17.6 0 32-14.4 32-32V256c0-17.6-14.4-32-32-32zM288 384c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z" />',viewBox:"0 0 512 512"},qt={name:"cancel",content:'<path d="M256 32c-50.3 0-96.8 16.6-134.1 44.6-17.2 12.8-32.4 28.1-45.3 45.3C48.6 159.2 32 205.7 32 256c0 123.7 100.3 224 224 224 50.3 0 96.8-16.6 134.1-44.6 17.2-12.8 32.4-28.1 45.3-45.3 28-37.4 44.6-83.8 44.6-134.1 0-123.7-100.3-224-224-224zm0 384c-88.2 0-160-71.8-160-160 0-32.6 9.8-62.9 26.6-88.2l221.6 221.6C318.9 406.2 288.6 416 256 416zm133.4-71.8L167.8 122.6C193.1 105.8 223.4 96 256 96c88.2 0 160 71.8 160 160 0 32.6-9.8 62.9-26.6 88.2z" />',viewBox:"0 0 512 512"},Yt={name:"cancel-outline",content:'<path d="M256 32c-56.1 0-107.4 20.6-146.7 54.7-8.1 7-15.6 14.6-22.6 22.6C52.6 148.6 32 199.9 32 256c0 123.7 100.3 224 224 224 56.1 0 107.4-20.6 146.7-54.7 8.1-7 15.6-14.6 22.6-22.6C459.4 363.4 480 312.1 480 256c0-123.7-100.3-224-224-224zm0 416c-106 0-192-86-192-192 0-47.2 17.1-90.5 45.4-124L380 402.6c-33.5 28.3-76.8 45.4-124 45.4zm146.6-68L132 109.4C165.5 81.1 208.8 64 256 64c106 0 192 86 192 192 0 47.2-17.1 90.5-45.4 124z" />',viewBox:"0 0 512 512"},Gt={name:"cancel-circle",content:'<path d="m169.4 214.6 128 128c-12.5 6-26.6 9.4-41.4 9.4-52.9 0-96-43.1-96-96 0-14.8 3.4-28.8 9.4-41.4zM256 160c-14.8 0-28.8 3.4-41.4 9.4l128 128c6-12.5 9.4-26.6 9.4-41.4 0-52.9-43.1-96-96-96zm224 96c0 123.7-100.3 224-224 224S32 379.7 32 256 132.3 32 256 32s224 100.3 224 224zm-64 0c0-88.2-71.8-160-160-160-32.6 0-62.9 9.8-88.2 26.6-17.9 11.9-33.4 27.3-45.3 45.3C105.8 193.1 96 223.4 96 256c0 88.2 71.8 160 160 160 32.6 0 62.9-9.8 88.2-26.6 17.9-11.9 33.4-27.3 45.3-45.3 16.7-25.2 26.5-55.5 26.5-88.1z" />',viewBox:"0 0 512 512"},Xt={name:"check",content:'<path d="M434.7 82.7 480 128 192 416 32 256l45.3-45.3L192 325.5 434.7 82.7z" />',viewBox:"0 0 512 512"},Qt={name:"check-outline",content:'<path d="M256 32C132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224S379.7 32 256 32zm0 416c-106 0-192-86-192-192S150 64 256 64s192 86 192 192-86 192-192 192zm-32-154-83-83-45 45 128 128 176-176-45-45-131 131z" />',viewBox:"0 0 512 512"},Jt={name:"check-circle",content:'<path d="M256 32C132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224S379.7 32 256 32zm-32 352L96 256l45-45 83 83 147-147 45 45-192 192z" />',viewBox:"0 0 512 512"},$t={name:"x",content:'<path d="M416 141.3 301.3 256 416 370.7 370.7 416 256 301.3 141.3 416 96 370.7 210.7 256 96 141.3 141.3 96 256 210.7 370.7 96l45.3 45.3z" />',viewBox:"0 0 512 512"},en={name:"x-outline",content:'<path d="M384 338.7 338.7 384 256 301.3 173.3 384 128 338.7l82.7-82.7-82.7-82.7 45.3-45.3 82.7 82.7 82.7-82.7 45.3 45.3-82.7 82.7 82.7 82.7zM256 32C132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224S379.7 32 256 32zm0 416c-106 0-192-86-192-192S150 64 256 64s192 86 192 192-86 192-192 192z" />',viewBox:"0 0 512 512"},tn={name:"x-circle",content:'<path d="M256 32C132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224S379.7 32 256 32zm128 306.7L338.7 384 256 301.3 173.3 384 128 338.7l82.7-82.7-82.7-82.7 45.3-45.3 82.7 82.7 82.7-82.7 45.3 45.3-82.7 82.7 82.7 82.7z" />',viewBox:"0 0 512 512"},nn={name:"plus",content:'<path d="M288 224V96h-64v128H96v64h128v128h64V288h128v-64H288z" />',viewBox:"0 0 512 512"},on={name:"plus-outline",content:'<path d="M288 288v96h-64v-96h-96v-64h96v-96h64v96h96v64h-96zM256 32C132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224S379.7 32 256 32zm0 416c-106 0-192-86-192-192S150 64 256 64s192 86 192 192-86 192-192 192z" />',viewBox:"0 0 512 512"},rn={name:"plus-circle",content:'<path d="M256 32C132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224S379.7 32 256 32zm32 256v96h-64v-96h-96v-64h96v-96h64v96h96v64h-96z" />',viewBox:"0 0 512 512"},an={name:"minus",content:'<path d="M96 224v64h320v-64H96z" />',viewBox:"0 0 512 512"},cn={name:"minus-outline",content:'<path d="M128 224h256v64H128v-64zM256 32C132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224S379.7 32 256 32zm0 416c-106 0-192-86-192-192S150 64 256 64s192 86 192 192-86 192-192 192z" />',viewBox:"0 0 512 512"},ln={name:"minus-circle",content:'<path d="M256 32C132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224S379.7 32 256 32zM128 288v-64h256v64H128z" />',viewBox:"0 0 512 512"},sn={name:"sort-asc",content:'<path d="M96 352h320v64H96v-64zm0-128h224v64H96v-64zm0-128h128v64H96V96z" />',viewBox:"0 0 512 512"},hn={name:"sort-desc",content:'<path d="M96 96h320v64H96V96zm0 128h224v64H96v-64zm0 128h128v64H96v-64z" />',viewBox:"0 0 512 512"},vn={name:"sort-clear",content:'<path d="m110.9 224 64 64H96v-64h14.9zM96 416h128v-64H96v64zm214.6-128h9.4v-64h-73.4l-64-64H416V96H118.6l-64-64L32 54.6 457.4 480l22.6-22.6L310.6 288z" />',viewBox:"0 0 512 512"},un={name:"sort-asc-small",content:'<path d="M256 192v224h-32V192h-96L240 64l112 128h-96z" />',viewBox:"0 0 512 512"},pn={name:"sort-desc-small",content:'<path d="M352 288 240 416 128 288h96V64h32v224h96z" />',viewBox:"0 0 512 512"},dn={name:"filter",content:'<path d="M64 64v32l160 160v224l64-64V256L448 96V64H64z" />',viewBox:"0 0 512 512"},mn={name:"filter-clear",content:'<path d="m143.5 64 168.2 168.2L288 256v160l-64 64V256L64 96V64h79.5zm236.1 100.4L448 96V64H279.3l-64-64L192 22l298 298 22-23.3-132.4-132.3z" />',viewBox:"0 0 512 512"},fn={name:"filter-small",content:'<path d="M128 128h256v32l-96 96v96l-64 64V256l-96-96v-32z" />',viewBox:"0 0 512 512"},zn={name:"filter-sort-asc-small",content:'<path d="M448 128v32l-96 96v64l-32 64V256l-96-96v-32h224zM64 224h64v160h32V224h64l-80-96-80 96z" />',viewBox:"0 0 512 512"},gn={name:"filter-sort-desc-small",content:'<path d="M448 128v32l-96 96v64l-32 64V256l-96-96v-32h224zM144 384l80-96h-64V128h-32v160H64l80 96z" />',viewBox:"0 0 512 512"},yn={name:"filter-add-expression",content:'<path d="M480 64v32H32V64h448zm-192 96h192v-32H288v32zm0 128h192v-64H288v64zm0 96h192v-32H288v32zm0 64h192v-32H288v32zM96 352h64v-64h64v-64h-64v-64H96v64H32v64h64v64z" />',viewBox:"0 0 512 512"},bn={name:"filter-add-group",content:'<path d="M352 352v32h-32v64h32v32h-64V352h64zm64 0v32h32v64h-32v32h64V352h-64zM160 160H96v64H32v64h64v64h64v-64h64v-64h-64v-64zm128 0h192v-32H288v32zM32 64v32h448V64H32zm256 224h192v-64H288v64z" />',viewBox:"0 0 512 512"},Hn={name:"login",content:'<path d="M384 480h96V32h-96v448zM32 224v64h128v96l160-128-160-128v96H32z" />',viewBox:"0 0 512 512"},wn={name:"logout",content:'<path d="M128 32H32v448h96V32zm64 192v64h128v96l160-128-160-128v96H192z" />',viewBox:"0 0 512 512"},xn={name:"download",content:'<path d="M32 384v96h448v-96H32zM288 32h-64v128h-96l128 160 128-160h-96V32z" />',viewBox:"0 0 512 512"},Mn={name:"upload",content:'<path d="M32 384v96h448v-96H32zm192-64h64V192h96L256 32 128 192h96v128z" />',viewBox:"0 0 512 512"},In={name:"hyperlink-open",content:'<path d="M32 480h448V256h-32v192H64V64h192V32H32v448zM320 32l56.9 56.9.5.5L224 242.7l45.3 45.3 153.3-153.4L480 192V32H320z" />',viewBox:"0 0 512 512"},Vn={name:"hyperlink-open-sm",content:'<path d="M96 416h320v-96h-32v64H128V128h64V96H96v320zM256 96h160v160l-57.4-57.4L237.3 320 192 274.7l121.4-121.4-.5-.5L256 96z" />',viewBox:"0 0 512 512"},kn={name:"launch",content:'<path d="M96 96v320h96v-32h-64V128h256v64h32V96H96zm320 160v160H256l57.4-57.4L192 237.3l45.3-45.3 121.4 121.4.5-.5L416 256z" />',viewBox:"0 0 512 512"},On={name:"window",content:'<path d="M96 96v320h320V96H96zm288 288H128V192h256v192z" />',viewBox:"0 0 512 512"},Cn={name:"window-restore",content:'<path d="M448 32v288h-32V128H160V32h288zM64 192h288v288H64V192zm32 256h224V288H96v160z" />',viewBox:"0 0 512 512"},En={name:"window-minimize",content:'<path d="M416 288v64H96v-64h320z" />',viewBox:"0 0 512 512"},Bn={name:"gear",content:'<path d="m462.7 317.9-41.5-31.4c1.8-9.9 2.8-20.1 2.8-30.5 0-10.4-1-20.6-2.8-30.5l41.5-31.4c6.4-4.9 8.2-13.8 4.2-20.8L433 114.6c-4-7-12.6-9.9-20.1-6.7l-48 20.2c-15.4-13.2-33.3-23.6-52.8-30.5L305.8 46c-1-8-7.8-14-15.9-14h-67.8c-8.1 0-14.9 6-15.9 14l-6.5 51.6c-19.5 6.9-37.4 17.3-52.8 30.5l-48-20.2c-7.4-3.1-16-.2-20.1 6.7l-33.9 58.7c-4 7-2.2 15.9 4.2 20.8l41.5 31.4C89 235.4 88 245.6 88 256c0 10.4 1 20.6 2.8 30.5l-41.5 31.4c-6.4 4.9-8.2 13.8-4.2 20.8L79 397.4c4 7 12.6 9.9 20.1 6.7l48-20.2c15.4 13.2 33.3 23.6 52.8 30.5l6.5 51.6c1 8 7.8 14 15.9 14h67.8c8.1 0 14.9-6 15.9-14l6.5-51.6c19.5-6.9 37.4-17.3 52.8-30.5l48 20.2c7.4 3.1 16 .2 20.1-6.7l33.9-58.7c3.7-7 1.9-15.9-4.6-20.8zM256 340c-46.4 0-84-37.6-84-84s37.6-84 84-84 84 37.6 84 84-37.6 84-84 84z" />',viewBox:"0 0 512 512"},Sn={name:"gears",content:'<path d="m331.9 364.2-29.6-22.4c1.3-7.1 2-14.3 2-21.8 0-7.4-.7-14.7-2-21.8l29.6-22.4c4.6-3.5 5.9-9.8 3-14.8l-24.2-42c-2.9-5-9-7.1-14.3-4.8L262 228.7c-11-9.4-23.8-16.9-37.7-21.8l-4.6-36.9c-.7-5.7-5.6-10-11.3-10H160c-5.8 0-10.6 4.3-11.3 10l-4.6 36.9c-13.9 4.9-26.7 12.4-37.7 21.8l-34.3-14.5c-5.3-2.2-11.5-.2-14.3 4.8l-24.3 42c-2.9 5-1.6 11.3 3 14.8l29.6 22.4c-1.3 7.1-2 14.3-2 21.8 0 7.4.7 14.7 2 21.8l-29.6 22.4c-4.6 3.5-5.9 9.8-3 14.8l24.2 42c2.9 5 9 7.1 14.3 4.8l34.3-14.5c11 9.4 23.8 16.9 37.7 21.8l4.6 36.9c.7 5.7 5.6 10 11.3 10h48.4c5.8 0 10.6-4.3 11.3-10l4.6-36.9c13.9-4.9 26.7-12.4 37.7-21.8l34.3 14.5c5.3 2.2 11.5.2 14.3-4.8l24.2-41.9c3-5 1.8-11.4-2.8-14.9zM184.2 380c-33.1 0-60-26.9-60-60s26.9-60 60-60 60 26.9 60 60-26.9 60-60 60zm293.1-225.5L459.4 141c.8-4.2 1.2-8.6 1.2-13 0-4.5-.4-8.8-1.2-13l17.8-13.4c2.7-2.1 3.5-5.9 1.8-8.9l-14.5-25.2c-1.8-3-5.4-4.2-8.6-2.8l-20.6 8.7c-6.7-5.7-14.3-10.1-22.7-13.1L409.9 38c-.4-3.4-3.3-6-6.8-6h-29c-3.4 0-6.4 2.5-6.8 6l-2.7 22.2c-8.3 2.9-16 7.5-22.7 13.1l-20.6-8.7c-3.2-1.4-6.9-.1-8.6 2.8l-14.5 25.2c-1.8 3-1 6.9 1.8 8.9l17.8 13.4c-.8 4.2-1.2 8.6-1.2 13 0 4.5.4 8.8 1.2 13L300 154.5c-2.7 2.1-3.5 5.9-1.8 8.9l14.5 25.2c1.8 3 5.4 4.2 8.6 2.8l20.6-8.7c6.7 5.7 14.3 10.1 22.7 13.1l2.7 22.2c.4 3.4 3.3 6 6.8 6h29c3.4 0 6.4-2.5 6.8-6l2.7-22.2c8.3-2.9 16-7.5 22.7-13.1l20.6 8.7c3.2 1.4 6.9.1 8.6-2.8l14.5-25.2c1.8-3 1-6.9-1.7-8.9zm-88.7 9.5c-19.9 0-36.1-16.2-36.1-36.1s16.2-36.1 36.1-36.1c19.9 0 36.1 16.2 36.1 36.1-.1 19.9-16.1 36.1-36.1 36.1z" />',viewBox:"0 0 512 512"},Pn={name:"wrench",content:'<path d="M470.7 402.7 306 238.1c9-18.8 14-39.8 14-62.1 0-79.5-64.5-144-144-144-22.2 0-43.3 5-62.1 14l76.4 76.4c12.4 12.4 12.4 32.8 0 45.3l-22.6 22.6c-12.4 12.4-32.8 12.4-45.3 0L46 113.9c-9 18.8-14 39.9-14 62.1 0 79.5 64.5 144 144 144 22.3 0 43.4-5.1 62.2-14.1l164.7 164.7c12.3 12.5 32.7 12.5 45.1.1l22.7-22.7c12.4-12.4 12.4-32.8 0-45.3zM448 425.5 425.4 448 265.8 288.5c8.3-6.7 15.9-14.3 22.6-22.6L448 425.5z" />',viewBox:"0 0 512 512"},Ln={name:"eye",content:'<path d="M256 128c-94.8 0-179.8 51.5-224 128 44.3 76.5 129.3 128 224 128s179.8-51.5 224-128c-44.2-76.5-129.2-128-224-128zm-32 64c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zM69.8 256c18.4-26.4 44.8-48.7 72.6-65.1 12.2-7.2 25.1-13.2 38.4-17.9-22.6 20.5-36.8 50.1-36.8 83s14.2 62.5 36.8 83c-13.3-4.7-26.2-10.7-38.4-17.9-27.8-16.4-54.2-38.7-72.6-65.1zm299.8 65.1c-12.2 7.2-25.1 13.2-38.4 17.9 22.6-20.5 36.8-50.1 36.8-83s-14.2-62.5-36.8-83c13.3 4.7 26.2 10.7 38.4 17.9 27.8 16.4 54.2 38.7 72.6 65.1-18.5 26.4-44.8 48.7-72.6 65.1z" />',viewBox:"0 0 512 512"},Nn={name:"search",content:'<path d="M365.3 320h-22.7l-26.7-26.7C338.5 265.7 352 230.4 352 192c0-88.4-71.6-160-160-160S32 103.6 32 192s71.6 160 160 160c38.4 0 73.7-13.5 101.3-36.1l26.7 26.7v22.7L434.7 480l45.3-45.3L365.3 320zM64 192c0-70.7 57.3-128 128-128s128 57.3 128 128-57.3 128-128 128S64 262.7 64 192z" />',viewBox:"0 0 512 512"},_n={name:"zoom-in",content:'<path d="M288 224h-64v64h-64v-64H96v-64h64V96h64v64h64v64zm192 210.7L434.7 480 320 365.3v-22.7l-26.7-26.7C265.7 338.5 230.4 352 192 352c-88.4 0-160-71.6-160-160S103.6 32 192 32s160 71.6 160 160c0 38.4-13.5 73.7-36.1 101.3l26.7 26.7h22.7L480 434.7zM192 320c70.7 0 128-57.3 128-128S262.7 64 192 64 64 121.3 64 192s57.3 128 128 128z" />',viewBox:"0 0 512 512"},Dn={name:"zoom-out",content:'<path d="M288 224H96v-64h192v64zm192 210.7L434.7 480 320 365.3v-22.7l-26.7-26.7C265.7 338.5 230.4 352 192 352c-88.4 0-160-71.6-160-160S103.6 32 192 32s160 71.6 160 160c0 38.4-13.5 73.7-36.1 101.3l26.7 26.7h22.7L480 434.7zM192 320c70.7 0 128-57.3 128-128S262.7 64 192 64 64 121.3 64 192s57.3 128 128 128z" />',viewBox:"0 0 512 512"},An={name:"arrows-move",content:'<path d="M384 320v-32h-96v96h32l-64 96-64-96h32v-96h-96v32l-96-64 96-64v32h96v-96h-32l64-96 64 96h-32v96h96v-32l96 64-96 64z" />',viewBox:"0 0 512 512"},Rn={name:"calculator",content:'<path d="M64 64v384h384V64H64zm96 352H96v-64h64v64zm0-96H96v-64h64v64zm96 96h-64v-64h64v64zm0-96h-64v-64h64v64zm160 96h-96V256h96v160zm0-224H96V96h320v96z" />',viewBox:"0 0 512 512"},Tn={name:"cart",content:'<path d="M192 368c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm144-48c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM128 96V64H32v32h64v192h288v-32H128V96zm32 128h256v-32H160v32zm0-96v32h288v-32H160z" />',viewBox:"0 0 512 512"},jn={name:"connector",content:'<path d="M416 112c0 26.51-21.49 48-48 48-20.898 0-38.667-13.359-45.258-32H256v288h-98.742c-6.591 18.641-24.36 32-45.258 32-26.51 0-48-21.49-48-48s21.49-48 48-48c20.898 0 38.667 13.359 45.258 32H224V96h98.742c6.591-18.641 24.36-32 45.258-32 26.51 0 48 21.49 48 48z" />',viewBox:"0 0 512 512"},Fn={name:"plus-sm",content:'<path d="M352 224v64h-64v64h-64v-64h-64v-64h64v-64h64v64h64z" />',viewBox:"0 0 512 512"},Kn={name:"minus-sm",content:'<path d="M352 224v64H160v-64h192z" />',viewBox:"0 0 512 512"},Zn={name:"kpi-status-deny",content:'<path d="M480 256 256 480 32 256 256 32l224 224z" />',viewBox:"0 0 512 512"},Wn={name:"kpi-status-hold",content:'<path d="M256 64 32 448h448L256 64z" />',viewBox:"0 0 512 512"},Un={name:"kpi-status-open",content:'<path d="M480 256c0 123.7-100.3 224-224 224S32 379.7 32 256 132.3 32 256 32s224 100.3 224 224z" />',viewBox:"0 0 512 512"},qn={name:"equal",content:'<path d="M96 288h320v64H96v-64zm0-128v64h320v-64H96z" />',viewBox:"0 0 512 512"},Yn={name:"not-equal",content:'<path d="m290.7 224-37.3 64H416v64H216l-56 96h-48l56-96H96v-64h109.3l37.3-64H96v-64h184l56-96h48l-56 96h88v64H290.7z" />',viewBox:"0 0 512 512"},Gn={name:"less-or-equal",content:'<path d="m318.1 352-160-160 160-160L352 65.9 225.9 192 352 318.1 318.1 352zM128 416v32h256v-32H128z" />',viewBox:"0 0 512 512"},Xn={name:"greater-or-equal",content:'<path d="M160 318.1 286.1 192 160 65.9 193.9 32l160 160-160 160-33.9-33.9zM128 416v32h256v-32H128z" />',viewBox:"0 0 512 512"},Qn={name:"divide",content:'<path d="M416 64 192 448h-64L352 64h64z" />',viewBox:"0 0 512 512"},Jn={name:"accessibility",content:'<path d="M208 48c0-26.5 21.5-48 48-48s48 21.5 48 48-21.5 48-48 48-48-21.5-48-48zm240 112v-32H64v32l128 16v80l-32 224h48l32-160h32l32 160h48l-32-224v-80l128-16z" />',viewBox:"0 0 512 512"},$n={name:"barcode-outline",content:'<path d="M96 384H64V128h32v256zm96-256h-64v224h64V128zm64 0h-32v224h32V128zm64 0h-32v224h32V128zm64 0h-32v224h32V128zm64 0h-32v256h32V128zm64-32v320c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h448c17.7 0 32 14.3 32 32zm-32 0H32v320h448V96z" />',viewBox:"0 0 512 512"},eo={name:"barcode",content:'<path d="M480 64H32C14.3 64 0 78.3 0 96v320c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zM96 384H64V128h32v256zm96-32h-64V128h64v224zm64 0h-32V128h32v224zm64 0h-32V128h32v224zm64 0h-32V128h32v224zm64 32h-32V128h32v256z" />',viewBox:"0 0 512 512"},to={name:"barcode-scanner",content:'<path d="M32 96H0V0h96v32H32v64zm0 288H0v96h96v-32H32v-64zM416 0v32h64v64h32V0h-96zm64 448h-64v32h96v-96h-32v64zm-192-32h32V288h-32v128zm32-352h-32v128h32V64zm-64 0h-32v128h32V64zM128 416h64V288h-64v128zm-64 0h32V288H64v128zM192 64h-64v128h64V64zm32 352h32V288h-32v128zM64 64v128h32V64H64zm384 0h-32v128h32V64zm0 352V288h-32v128h32zm-96 0h32V288h-32v128zm32-352h-32v128h32V64zm96 160H32v32h448v-32z" />',viewBox:"0 0 512 512"},no={name:"qr-code-outline",content:'<path d="M192 224v32h-32v-32h32zm-64 64h32v-32h-32v32zm-32-64v32h32v-32H96zm-32 64h32v-32H64v32zm128 0h32v-32h-32v32zm64-64h-32v32h32v-32zm32-32h-32v32h32v-32zm-64-32v32h32v-32h-32zm64-32h-32v32h32v-32zm-64-32v32h32V96h-32zm64-32h-32v32h32V64zm32 192v-32h-32v32h32zm-96 32v32h32v-32h-32zm64-32h-32v32h32v-32zm0 64h-32v32h32v-32zm-64 32v32h32v-32h-32zm32 32v32h32v-32h-32zm-32 64h32v-32h-32v32zm64-96v32h32v-32h-32zm32-32v-32h-32v32h32zm32-32v-32h-32v32h32zm32-64h-32v32h32v-32zm32 64v-32h-32v32h32zm32-64h-32v32h32v-32zm-64 96v-32h-32v32h32zm-32 32v-32h-32v32h32zm0 32h32v-32h-32v32zm32-32h32v-32h-32v32zm64-32v-32h-32v32h32zm-128 64v32h32v-32h-32zm-32 64h32v-32h-32v32zm64 0h32v-32h-32v32zm32-32h32v-32h-32v32zm64-32v-32h-32v32h32zm0 64v-32h-32v32h32zM512 0v512H0V0h512zm-32 32H32v448h448V32zm-32 160H320V64h128v128zm-32-32-.5-64H352v64h64zm-224 32H64V64h128v128zm-32-32-.5-64H96v64h64zm32 288H64V320h128v128zm-32-32-.5-64H96v64h64z" />',viewBox:"0 0 512 512"},oo={name:"qr-code",content:'<path d="M320 0v192h192V0H320zm160 160H352V32h128v128zm-32-32h-64V64h64v64zM0 0v192h192V0H0zm160 160H32V32h128v128zm-32-32H64V64h64v64zM0 320v192h192V320H0zm160 160H32V352h128v128zm-32-32H64v-64h64v64zm32-224h32v32h-32v-32zm0 64h-32v-32h32v32zm-64-64h32v32H96v-32zm-32 32H32v-32h32v32zm32 32H64v-32h32v32zm128 0h-32v-32h32v32zm32-32h-32v-32h32v32zm0-64h32v32h-32v-32zm0 0h-32v-32h32v32zm0-64h32v32h-32v-32zm0 0h-32V96h32v32zm0-64h32v32h-32V64zm0 0h-32V32h32v32zm64 192h-32v-32h32v32zm-96 32h32v32h-32v-32zm64 0h-32v-32h32v32zm0 64h-32v-32h32v32zm-32 32h-32v-32h32v32zm0 0h32v32h-32v-32zm0 64h-32v-32h32v32zm64-64h-32v-32h32v32zm0-64h-32v-32h32v32zm0-64h32v32h-32v-32zm64 0h-32v-32h32v32zm32 32h-32v-32h32v32zm32-32h-32v-32h32v32zm-96 32h32v32h-32v-32zm0 64h-32v-32h32v32zm0 0h32v32h-32v-32zm32-32h32v32h-32v-32zm32-32h32v32h-32v-32zm-96 96h32v32h-32v-32zm0 64h-32v-32h32v32zm-32 32h-32v-32h32v32zm192-192h-32v-32h32v32zM352 416h32v32h-32v-32zm0 64h-32v-32h32v32zm64-64h-32v-32h32v32zm32-96h32v32h-32v-32zm0 64h-32v-32h32v32zm-32 32h32v32h-32v-32zm0 64h-32v-32h32v32zm64-64h-32v-32h32v32zm0 64h-32v-32h32v32zm32-32h-32v-32h32v32zm0-64h-32v-32h32v32zm0-64h-32v-32h32v32zm0-64h-32v-32h32v32zM256 512h-32v-32h32v32zm64 0h-32v-32h32v32zm32-32h32v32h-32v-32zm64 0h32v32h-32v-32zm96 32h-32v-32h32v32z" />',viewBox:"0 0 512 512"},ro={name:"qr-code-scanner",content:'<path d="M512 0v96h-32V32h-64V0h96zm-32 448h-64v32h96v-96h-32v64zM64 64h128v128H64V64zm32 96h64V96H96v64zM32 32h64V0H0v96h32V32zm0 224h448v-32H32v32zm0 128H0v96h96v-32H32v-64zM288 96h-32v32h32V96zm-64-32v32h32V64h-32zm224 128H320V64h128v128zm-32-96h-64v64h64V96zm-128 96v-32h-32v32h32zm-32-64h-32v32h32v-32zM64 288h128v128H64V288zm32 96h64v-64H96v64zm192-64h-32v32h32v-32zm-64-32v32h32v-32h-32zm32 128h32v-32h-32v32zm-32-64v32h32v-32h-32zm96-64h-32v32h32v-32zm-32 64v32h32v-32h-32zm64 0v-32h-32v32h32zm-32 64h32v-32h-32v32zm64-128h-32v32h32v-32zm-32 64v32h32v-32h-32zm64 0v-32h-32v32h32zm0 64v-32h-32v32h32zm32-128h-32v32h32v-32zm0 96v-32h-32v32h32z" />',viewBox:"0 0 512 512"},ao={name:"barcode-qr-code-scanner",content:'<path d="M256 288h32v128h-32V288zm64 128h64V288h-64v128zm128 0V288h-32v128h32zM32 32h64V0H0v96h32V32zm0 352H0v96h96v-32H32v-64zM416 0v32h64v64h32V0h-96zm64 448h-64v32h96v-96h-32v64zm0-224H32v32h448v-32zM288 64h-32v128h32V64zm96 0h-64v128h64V64zm64 0h-32v128h32V64zM64 64h96v96H64V64zm32 64h32V96H96v32zm128 32h-32v32h32v-32zm0-96h-32v64h32V64zM64 320h96v96H64v-96zm32 64h32v-32H96v32zm96 0v32h32v-64h-32v32zm0-64h32v-32h-32v32z" />',viewBox:"0 0 512 512"},io={name:"signature",content:'<path d="M32 448h448v32H32v-32zM448 32H288v64h160V32zm-96 340.9L256 224l32-96h160l32 96-96 148.9V416h-32v-43.1zm0-59.1V256h32v57.8l60.8-94.3-19.9-59.5H311.1l-19.9 59.6 60.8 94.2zM78.8 377.3c8.7-10.3 23.9-25.6 37.2-17.3 14.9 9.3 25.1 42.1 56.9 43.8 27.2-.6 18.9-34.6 36.7-33.2 16.6 0 19.5 47.8 46.5 47.9 25.7.1 37.4-14.5 37.3-28 .1-29-62.5-87.7-85.4-98-21.4-9.6-34-2.3-39.7 6-5.3 7.9 9.3 34.5-13.7 41.2-17.3 1.5-29.2-33.2-62.1-33.2S77 354.1 32 352c13.1 6 32.8 42 46.8 25.3z" />',viewBox:"0 0 512 512"},co={name:"hand",content:'<path d="M442.5 130.7c-15.5-6.7-33.7-.2-41.4 15.1-8.2 21.3-23.3 79.9-25.8 87.6-2.1 6.5-5 12-11.3 9.7-4.7-1.7-3.5-7.2-2.4-12.6l2.7-17 18.1-112.4c2.8-17.4-9-33.8-26.5-36.6-17.4-2.8-33.8 9-36.6 26.5L304 197.9s-2.1 14.1-3 18.7c-1 5.2-1.4 12.3-7.7 11.9-5-.3-5.3-3.8-5.3-7.3V64c0-17.6-14.2-31.9-31.8-32h.1-.3c-17.7 0-32 14.3-32 32v.4c0 1.1.9 140.6.6 149.7-.2 5.4-.7 9.5-6.8 10.3-7.8 1.1-8.6-8-8.6-8l-3.1-20.9v.7L190 90.8v.1c-2.6-17.5-18.9-29.5-36.2-26.9-17.5 2.6-29.5 18.9-26.9 36.2 0 .1 0 .2.1.3l24.8 165.3 2.4 15.9c.5 3.2-.7 6.6-3.3 8.6l-.1.1c-4.1 3.1-10 2.5-13.5-1.4l-12.2-13.2-37.3-41-.1-.1c-11.9-13-32.1-14-45.3-2.1-13 11.9-14 32.1-2.1 45.2l55.7 61s34.1 49 62.5 88.4c28.3 39.3 72.3 52.4 129.5 52.4s113.9-21.8 126.9-95.4c13.7-78.5 6.5-107.9 23.7-150.4 11.6-28.9 15.1-45.8 21.1-63.2 5.4-15.6-1.9-33.3-17.2-39.9z" />',viewBox:"0 0 512 512"},lo={name:"pointer",content:'<path d="m285.5 326.1 43.9 124.4-83.5 29.5-43.8-124.2L128 416V32l256 288-98.5 6.1z" />',viewBox:"0 0 512 512"},so={name:"stick",content:'<path d="M192 96c0-17.7-14.3-32-32-32H96c-17.7 0-32 14.3-32 32v32h128V96zm128 160c0 35.3-28.7 64-64 64s-64-28.7-64-64v-96H64v96c0 106 86 192 192 192s192-86 192-192v-96H320v96zm96-192h-64c-17.7 0-32 14.3-32 32v32h128V96c0-17.7-14.3-32-32-32z" />',viewBox:"0 0 512 512"},ho={name:"unstick",content:'<path d="M290.6 131.4c12.4-12.4 12.4-32.6 0-45l-45-45c-12.4-12.4-32.6-12.4-45 0L178 63.8l90.1 90 22.5-22.4zM268.1 334c-24.9 24.9-65.2 24.9-90.1 0s-24.9-65.2 0-90.1l67.5-67.5-90-90.1L88 153.9C13.4 228.5 13.4 349.4 88 424s195.5 74.6 270.1 0l67.5-67.5-90-90.1-67.5 67.6zm202.6-67.5-45-45c-12.4-12.4-32.6-12.4-45 0L358.2 244l90 90 22.5-22.5c12.4-12.4 12.4-32.6 0-45z" />',viewBox:"0 0 512 512"},vo={name:"set-column-position",content:'<path d="M448 32H64c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zM192 416H96V96h96v320zm224 0H224v-32h192v32zm0-64H224v-64h192v64zm0-96H224v-64h192v64zm0-96H224V96h192v64z" />',viewBox:"0 0 512 512"},uo={name:"clock-arrow-rotate",content:'<path d="M256 32C132.3 32 32 132.3 32 256h32c0-105.9 86.1-192 192-192s192 86.1 192 192-86.1 192-192 192c-57 0-108.3-25-143.5-64.5L176 320H32v144l57.8-57.8C130.8 451.5 190 480 256 480c123.7 0 224-100.3 224-224S379.7 32 256 32Zm-32 96v160h160v-32H256V128h-32Z" />',viewBox:"0 0 512 512"},po={name:"play",content:'<path d="M0 512V0l512 256L0 512z" />',viewBox:"0 0 512 512"},mo={name:"pause",content:'<path d="M320 0h160v512H320V0zM32 512h160V0H32v512z" />',viewBox:"0 0 512 512"},fo={name:"stop",content:'<path d="M512 512H0V0h512v512z" />',viewBox:"0 0 512 512"},zo={name:"rewind",content:'<path d="M256 256 512 96v320L256 256zm0 160V96L0 256l256 160z" />',viewBox:"0 0 512 512"},go={name:"forward",content:'<path d="M0 416V96l256 160L0 416zm512-160L256 96v320l256-160z" />',viewBox:"0 0 512 512"},yo={name:"volume-down",content:'<path d="M0 352h96l128 128V32L96 160H0v192zm288 28V132c55.2 14.2 96 64.3 96 124s-40.8 109.8-96 124z" />',viewBox:"0 0 512 512"},bo={name:"volume-up",content:'<path d="M0 352h96l128 128V32L96 160H0v192zm288 28V132c55.2 14.2 96 64.3 96 124s-40.8 109.8-96 124zm0-380v44.8c45.2 0 88.3 20.8 121.2 58.4C444.6 143.6 464 197.8 464 256s-19.4 112.4-54.8 152.8c-33 37.7-76 58.4-121.2 58.4V512c123.7 0 224-114.6 224-256S411.7 0 288 0z" />',viewBox:"0 0 512 512"},Ho={name:"volume-mute",content:'<path d="M96 160 224 32v448L96 352H0V160h96zm416 29.3L466.7 144 400 210.7 333.2 144 288 189.3l66.7 66.7-66.7 66.7 45.3 45.3 66.7-66.7 66.7 66.7 45.3-45.3-66.8-66.7 66.8-66.7z" />',viewBox:"0 0 512 512"},wo={name:"hd",content:'<path d="M480 64H32C14.4 64 0 78.4 0 96v320c0 17.6 14.4 32 32 32h448c17.6 0 32-14.4 32-32V96c0-17.6-14.4-32-32-32zM256 384h-64v-96h-64v96H64V128h64v96h64v-96h64v256zm210.3-68.9c-5.1 16.2-11.8 29.4-19.8 39.1-8.2 9.8-18.2 17.4-29.8 22.4-11.5 4.9-26.3 7.4-43.9 7.4H288V128h82.6c20.3 0 35.4 2.2 46.1 6.8 10.7 4.6 20.6 12.2 29.5 22.8 8.7 10.5 15.7 24.1 20.6 40.6 4.8 16.2 7.3 36.5 7.3 60.3-.1 21.5-2.7 40.6-7.8 56.6zm-54.2-94.2c2.6 8.5 3.9 20.5 3.9 35.6 0 14.5-1.3 26.3-3.9 35.1-2.5 8.4-5.5 14.4-8.9 18-3.3 3.5-7.5 6-12.8 7.7-3.8 1.2-11.8 2.7-28.3 2.7H336V192h12.9c21.4 0 30.6.9 34.5 1.7 6.9 1.4 12.6 4.1 17.5 8.4 4.9 4.5 8.7 10.8 11.2 18.8z" />',viewBox:"0 0 512 512"},xo={name:"closed-captions",content:'<path d="M480 64H32S0 64 0 96v320c0 32 32 32 32 32h448c32 0 32-32 32-32V96s0-32-32-32zM240 205c-6.1-4.5-13.5-7.8-21.9-10.1-8.5-2.3-17.1-3.5-25.8-3.5-18 0-32.2 5.8-42.6 17.4-10.4 11.6-15.6 27.4-15.6 47.3 0 19.8 5.2 35.4 15.6 46.9 10.4 11.5 24.3 17.2 41.7 17.2 16.1 0 32.3-4.6 47.6-13.8V373c-17.2 7.4-38.2 11-62.1 11-23.4 0-43.6-5-60.6-15.1s-29.9-24.4-38.9-43-13.4-40-13.4-64.3c0-26.1 5-49.4 15-69.7 10-20.4 24.2-36.1 42.5-47.2s39.4-16.7 63.2-16.7c19 0 37.4 2.6 55.3 7.8V205zm208 0c-6.1-4.5-13.5-7.8-21.9-10.1-8.5-2.3-17.1-3.5-25.8-3.5-18 0-32.2 5.8-42.6 17.4-10.4 11.6-15.6 27.4-15.6 47.3 0 19.8 5.2 35.4 15.6 46.9s24.3 17.2 41.7 17.2c16.1 0 32.3-4.6 47.6-13.8V373c-17.2 7.4-38.2 11-62.1 11-23.4 0-43.6-5-60.6-15.1s-29.9-24.4-38.9-43-13.4-40-13.4-64.3c0-26.1 5-49.4 15-69.7 10-20.4 24.2-36.1 42.5-47.2s39.4-16.7 63.2-16.7c19 0 37.4 2.6 55.3 7.8V205z" />',viewBox:"0 0 512 512"},Mo={name:"playlist",content:'<path d="M0 256h320v64H0v-64zM512 64H0V0h512v64zm-128 64.8V397c-13.4-8-30-12.8-48-12.8-44.2 0-80 28.7-80 64s35.8 64 80 64 80-28.7 80-64V193h96v-65l-128 .8zM0 128v64h320v-64H0z" />',viewBox:"0 0 512 512"},Io={name:"music-notes",content:'<path d="M160 170v-64m0-.2v259c-13.4-8-30-12.8-48-12.8-44.2 0-80 28.7-80 64s35.8 64 80 64 80-28.7 80-64V162.5l256-59.1v165.4c-13.4-8-30-12.8-48-12.8-44.2 0-80 28.7-80 64s35.8 64 80 64 80-28.7 80-64V32l-320 73.8z" />',viewBox:"0 0 512 512"},Vo={name:"play-sm",content:'<path d="M96 416V96l320 160L96 416z" />',viewBox:"0 0 512 512"},ko={name:"pause-sm",content:'<path d="M288 96h96v320h-96V96zM96 416h96V96H96v320z" />',viewBox:"0 0 512 512"},Oo={name:"stop-sm",content:'<path d="M416 416H96V96h320v320z" />',viewBox:"0 0 512 512"},Co={name:"heart-outline",content:'<path d="M447.2 96.8c-43.7-43.7-114.7-43.7-158.4 0L256 129.6l-32.8-32.8c-43.7-43.7-114.7-43.7-158.4 0s-43.7 116.3 0 160l32.8 32.8L256 448l158.4-158.4 32.8-32.8c43.7-43.7 43.7-116.3 0-160zm-22.6 137.4L256 402.7 87.4 234.2C72.3 219.1 64 198.7 64 176.8s8.3-42.3 23.4-57.4C102.5 104.3 122.6 96 144 96s41.5 8.3 56.6 23.4l55.4 55.4 55.4-55.4C326.5 104.3 346.6 96 368 96s41.5 8.3 56.6 23.4c15.1 15.1 23.4 35.5 23.4 57.4s-8.3 42.3-23.4 57.4z" />',viewBox:"0 0 512 512"},Eo={name:"heart",content:'<path d="m447.2 256.8-32.8 32.8L256 448 97.6 289.6l-32.8-32.8c-43.7-43.7-43.7-116.3 0-160s114.7-43.7 158.4 0l32.8 32.8 32.8-32.8c43.7-43.7 114.7-43.7 158.4 0s43.7 116.3 0 160z" />',viewBox:"0 0 512 512"},Bo={name:"star-outline",content:'<path d="M480 202.4 319.1 188 256 32l-63.1 156L32 202.4l122 111.7L117.2 480 256 391.5 394.8 480 358 314.1l122-111.7zM256 353.6l-90.8 57.9 24-108.5-82.1-75.2 108.1-9.7L256 117.3l40.8 100.8 108.1 9.7-82.1 75.2 24.1 108.5-90.9-57.9z" />',viewBox:"0 0 512 512"},So={name:"star",content:'<path d="M256 391.5 117.2 480 154 314.1 32 202.4 192.9 188 256 32l63.1 156L480 202.4 358 314.1 394.8 480 256 391.5z" />',viewBox:"0 0 512 512"},Po={name:"checkbox",content:'<path d="M64 64v384h384V64H64zm352 352H96V96h320v320z" />',viewBox:"0 0 512 512"},Lo={name:"checkbox-checked",content:'<path d="M64 64v384h384V64H64zm352 352H96V96h320v320zm-77.3-269.3L384 192 224 352l-96-96 45.3-45.3 50.7 50.7 114.7-114.7z" />',viewBox:"0 0 512 512"},No={name:"checkbox-indeterminate",content:'<path d="M128 128h256v256H128V128zM64 64v384h384V64H64zm352 352H96V96h320v320z" />',viewBox:"0 0 512 512"},_o={name:"checkbox-null",content:'<path d="M192 64h128v32H192V64zm224 0h-64v32h64v64h32V64h-32zm0 256h32V192h-32v128zm0 96h-64v32h96v-96h-32v64zm-224 32h128v-32H192v32zm-96-96H64v96h96v-32H96v-64zm0-160H64v128h32V192zM64 64v96h32V96h64V64H64z" />',viewBox:"0 0 512 512"},Do={name:"circle",content:'<path d="M384 256c0 70.7-57.3 128-128 128s-128-57.3-128-128 57.3-128 128-128 128 57.3 128 128z" />',viewBox:"0 0 512 512"},Ao={name:"radiobutton",content:'<path d="M256 64C150 64 64 150 64 256s86 192 192 192 192-86 192-192S362 64 256 64zm0 352c-88.4 0-160-71.6-160-160S167.6 96 256 96s160 71.6 160 160-71.6 160-160 160z" />',viewBox:"0 0 512 512"},Ro={name:"radiobutton-checked",content:'<path d="M351.6 255.3c0 53.2-43.1 96.4-96.4 96.4s-96.4-43.1-96.4-96.4 43.1-96.4 96.4-96.4 96.4 43.2 96.4 96.4zM256 64C150 64 64 150 64 256s86 192 192 192 192-86 192-192S362 64 256 64zm0 352c-88.4 0-160-71.6-160-160S167.6 96 256 96s160 71.6 160 160-71.6 160-160 160z" />',viewBox:"0 0 512 512"},To={name:"bell",content:'<path d="M192 416h128c0 35.3-28.7 64-64 64s-64-28.7-64-64zm160-256c0-42-26.9-77.6-64.4-90.7.3-1.7.4-3.5.4-5.3 0-17.7-14.3-32-32-32s-32 14.3-32 32c0 1.8.2 3.6.4 5.3C186.9 82.4 160 118 160 160c0 88.4-43 160-96 160v64h384v-64c-53 0-96-71.6-96-160z" />',viewBox:"0 0 512 512"},jo={name:"info-circle",content:'<path d="M288 352h32v32H192v-32h32v-96h-32v-32h96v128zm0-224h-64v64h64v-64zm192 128c0 123.7-100.3 224-224 224S32 379.7 32 256 132.3 32 256 32s224 100.3 224 224zm-32 0c0-106-86-192-192-192S64 150 64 256s86 192 192 192 192-86 192-192z" />',viewBox:"0 0 512 512"},Fo={name:"question-circle",content:'<path d="M352 192c0 45.2-23.4 65.9-40.6 81-15.1 13.3-23.4 20.7-23.4 47h-64c0-55.2 27.1-79.2 45.1-95 13.8-12.1 18.9-16.7 18.9-33 0-17.6-14.4-32-32-32s-32 14.4-32 32h-64c0-53 43-96 96-96s96 43 96 96zM224 416h64v-64h-64v64zm256-160c0 123.7-100.3 224-224 224S32 379.7 32 256 132.3 32 256 32s224 100.3 224 224zm-32 0c0-106-86-192-192-192S64 150 64 256s86 192 192 192 192-86 192-192z" />',viewBox:"0 0 512 512"},Ko={name:"exclamation-circle",content:'<path d="M224 128h64v160h-64V128zm0 256h64v-64h-64v64zm256-128c0 123.7-100.3 224-224 224S32 379.7 32 256 132.3 32 256 32s224 100.3 224 224zm-32 0c0-106-86-192-192-192S64 150 64 256s86 192 192 192 192-86 192-192z" />',viewBox:"0 0 512 512"},Zo={name:"camera",content:'<path d="M448 128h-64l-64-64H192l-64 64H64c-17.6 0-32 14.4-32 32v288c0 17.6 14.4 32 32 32h384c17.6 0 32-14.4 32-32V160c0-17.6-14.4-32-32-32zM256 416c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112zm64-112c0 35.3-28.7 64-64 64s-64-28.7-64-64 28.7-64 64-64 64 28.7 64 64z" />',viewBox:"0 0 512 512"},Wo={name:"image",content:'<path d="M304 160c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm144-96H64c-17.6 0-32 14.4-32 32v320c0 17.6 14.4 32 32 32h384c17.6 0 32-14.4 32-32V96c0-17.6-14.4-32-32-32zm-.1 272-64-64-80 80L176 224 64 336V96.1l.1-.1h383.8l.1.1-.1 239.9z" />',viewBox:"0 0 512 512"},Uo={name:"image-export",content:'<path d="M384 384v-79.9l-32-32-80 80-128-128-112 112v-240l.1-.1h383.8l.1.1-.1 223.9H448V96c0-17.6-14.4-32-32-32H32C14.4 64 0 78.4 0 96v320c0 17.6 14.4 32 32 32h256v-64h96zM272 160c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm48 288h96v64l96-80-96-80v64h-96v32z" />',viewBox:"0 0 512 512"},qo={name:"zoom-actual-size",content:'<path d="M0 32v128L128 32H0zm384 0 128 128V32H384zm-260.6 96c-15.1 0-27.4 12.3-27.4 27.4v201.2c0 15.1 12.3 27.4 27.4 27.4h265.2c15.1 0 27.4-12.3 27.4-27.4V155.4c0-15.1-12.3-27.4-27.4-27.4H123.4zM384 160v160l-48-64-48 64-80-96-80 96V160h256zm-96 32c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zM0 352v128h128L0 352zm512 0L384 480h128V352z" />',viewBox:"0 0 512 512"},Yo={name:"zoom-best-fit",content:'<path d="M388.6 128H123.4c-15.1 0-27.4 12.3-27.4 27.4v201.2c0 15.1 12.3 27.4 27.4 27.4h265.2c15.1 0 27.4-12.3 27.4-27.4V155.4c0-15.1-12.3-27.4-27.4-27.4zM384 320l-48-64-48 64-80-96-80 96V160h256v160zM0 160l96 96-96 96V160zm160 320 96-96 96 96H160zM352 32l-96 96-96-96h192zm160 128v192l-96-96 96-96zm-256 64c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32z" />',viewBox:"0 0 512 512"},Go={name:"image-resize",content:'<path d="M427.3 404.7 352 329.4V32H32v320h297.4l75.3 75.3L352 480h128V352l-52.7 52.7zM64 320V64h256v233.4L203.3 180.7 256 128H128v128l52.7-52.7L297.4 320H64z" />',viewBox:"0 0 512 512"},Xo={name:"crop",content:'<path d="M0 96h64v64H0V96zm448 256v64h64v-64h-64zm-32-224c0-17.6-14.4-32-32-32H192v64h160v320h64V128zM96 384c0 17.6 14.4 32 32 32h192v-64H160V32H96v352z" />',viewBox:"0 0 512 512"},Qo={name:"mirror",content:'<path d="M192 64H32v384h160V64zm-31 352s0 .1 0 0l-96.9.1-.1-.1V96.1l.1-.1H160v320h1zm95 64h-32V32h32v448zm32-416h160v384H288V64z" />',viewBox:"0 0 512 512"},Jo={name:"flip-horizontal",content:'<path d="M448 448H288V64l160 384zm-384 0L224 64v384H64zm128-224-80 192h80V224z" />',viewBox:"0 0 512 512"},$o={name:"flip-vertical",content:'<path d="M64 288h384L64 448V288zm0-224v160h384L64 64zm32 128v-80l192 80H96z" />',viewBox:"0 0 512 512"},er={name:"rotate",content:'<path d="M256 448c8.2 0 16.2-.6 24-1.8v32.3c-7.9 1-15.9 1.5-24 1.5s-16.1-.5-24-1.5v-32.3c7.8 1.2 15.8 1.8 24 1.8zm-116-7c12.7 9.7 26.6 17.8 41.5 24l16.2-28c-15.1-5.9-29.1-14.1-41.5-24.1L140 441zm-61-78.5c6.3 14.9 14.4 28.8 24 41.5l28-16.2c-10-12.5-18.1-26.4-24.1-41.5L79 362.5zM256 128v64l128-80-128-80v64c-8.1 0-16.1.5-24 1.5-17.7 2.2-34.6 6.8-50.5 13.5-14.9 6.3-28.8 14.4-41.5 24-14 10.6-26.4 23-37 37-9.7 12.7-17.8 26.6-24 41.5-6.7 15.9-11.3 32.8-13.5 50.5-1 7.9-1.5 15.9-1.5 24s.5 16.1 1.5 24h32.3c-1.2-7.8-1.8-15.8-1.8-24s.6-16.2 1.8-24c1.8-11.9 4.9-23.4 9.2-34.3 5.9-15.1 14.1-29.1 24.1-41.5 7.4-9.3 15.8-17.7 25.1-25.1 12.5-10 26.4-18.1 41.5-24.1 10.9-4.3 22.4-7.4 34.3-9.2 7.8-1.2 15.8-1.8 24-1.8zm190.5 136h-32.3c1.2 7.8 1.8 15.8 1.8 24s-.6 16.2-1.8 24h32.3c1-7.9 1.5-15.9 1.5-24s-.5-16.1-1.5-24zm-65.6 123.8 28 16.2c9.7-12.7 17.8-26.6 24-41.5l-28-16.2c-5.8 15.1-14 29.1-24 41.5zM314.3 437l16.2 28c14.9-6.3 28.8-14.4 41.5-24l-16.2-28c-12.4 9.9-26.4 18.1-41.5 24z" />',viewBox:"0 0 512 512"},tr={name:"rotate-right",content:'<path d="M320 448V64l160 384H320zm-32 0H32l256-160v160zm-32-102.3L143.6 416H256v-70.3zM64 160v128h32v-96h96v64l96-80-96-80v64H64z" />',viewBox:"0 0 512 512"},nr={name:"rotate-left",content:'<path d="M32 448 192 64v384H32zm192-160 256 160H224V288zm32 128h112.4L256 345.7V416zm64-256V96l-96 80 96 80v-64h96v96h32V160H320z" />',viewBox:"0 0 512 512"},or={name:"brush",content:'<path d="M32 480s46.4-5.6 96-16c22.3-4.7 46.9-14 70.7-37.7 56.9-56.9.2-112.9.2-112.9s-56.7-56.9-113.3-.2c-23.4 23.4-20.1 57.1-19.7 89.8.8 59.7-33.9 77-33.9 77zM470.7 64 448 41.3c-12.4-12.4-32.8-12.4-45.3 0L204.3 239.8c11.5 5.8 20.8 12.2 27.7 17.6 5.3 4.2 9.2 7.7 11.3 9.8l.8.8.8.8c2.1 2.1 5.6 5.9 9.7 11.1 5.4 6.8 11.8 16.2 17.6 27.6l23.5-23.5 174.9-174.9c12.5-12.3 12.5-32.7.1-45.1zM448 86.6 277.4 257.3c-4.8-5.8-8.6-9.9-10.6-11.9-2.3-2.3-6.3-6.1-12-10.7L425.4 64h.1L448 86.6z" />',viewBox:"0 0 512 512"},rr={name:"palette",content:'<path d="m206 256.6 160-160c-2.2-5.7-4.8-11.1-7.9-16.3-24.2-40.8-60.1-66-107.8-75.9-2.3-.5-4.7-1-7.1-1.4C192-5.8 143.1 4.8 96.5 34.6 49.3 64.7 19.2 107.2 6.1 162c-13 54.8-5.2 106.4 23.4 154.6 14.2 23.8 31.3 43.2 51.4 58.4 3.8-25.2 13.4-52 36.4-75 31.3-31.4 64-41.3 88.7-43.4zM288 64c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-96-32c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zM64 256c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm0-128c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm438.7 12.9L480 118.3c-12.4-12.4-32.8-12.4-45.3 0L281.1 271.9c11.5 5.8 20.8 12.2 27.7 17.6 5.3 4.2 9.2 7.7 11.3 9.8l11.3 12.7c5.4 6.8 11.8 16.2 17.6 27.6l153.5-153.5c12.6-12.4 12.6-32.8.2-45.2zM354.3 289.3c-4.8-5.8-8.6-9.9-10.6-11.9-2.3-2.3-6.3-6.1-12-10.7L457.4 141h.1l22.5 22.5-125.7 125.8zm-78.7 169c-23.8 23.7-48.4 33-70.7 37.7-49.6 10.4-96 16-96 16s34.7-17.3 33.9-77c-.4-32.7-3.7-66.4 19.7-89.8 56.6-56.7 113.3.2 113.3.2s56.7 56-.2 112.9z" />',viewBox:"0 0 512 512"},ar={name:"droplet",content:'<path d="M256 384v32c-53 0-96-43-96-96h32c0 35.3 28.7 64 64 64zm160-72c0 92.8-71.6 168-160 168S96 404.8 96 312C96 181.3 256 32 256 32s160 149.3 160 280zm-32 0c0-46.3-25.3-104.7-73-169-20-27-40.3-49.8-55-65.4-14.7 15.6-34.9 38.5-55 65.4-47.8 64.3-73 122.8-73 169 0 75 57.4 136 128 136s128-61 128-136z" />',viewBox:"0 0 512 512"},ir={name:"shape-line",content:'<path d="M480 54.6 54.6 480 32 457.4 457.4 32 480 54.6z" />',viewBox:"0 0 512 512"},cr={name:"brightness-contrast",content:'<path d="M165.5 346.5c12.4 12.5 12.4 32.9 0 45.3l-22.6 22.6c-12.5 12.4-32.8 12.4-45.3 0-12.4-12.5-12.4-32.9 0-45.3l22.6-22.6c12.5-12.4 32.9-12.4 45.3 0zM256 128c17.6 0 32-14.4 32-32V64c0-17.6-14.4-32-32-32s-32 14.4-32 32v32c0 17.6 14.4 32 32 32zm135.8 37.5 22.6-22.6c12.4-12.4 12.4-32.8 0-45.3-12.4-12.4-32.8-12.4-45.3 0l-22.6 22.6c-12.4 12.4-12.4 32.8 0 45.3 12.5 12.4 32.8 12.4 45.3 0zm-271.6 0c12.4 12.4 32.8 12.4 45.3 0 12.4-12.4 12.4-32.8 0-45.3l-22.6-22.6c-12.4-12.4-32.8-12.4-45.3 0-12.4 12.5-12.4 32.8 0 45.3l22.6 22.6zM128 256c0-17.6-14.4-32-32-32H64c-17.6 0-32 14.4-32 32s14.4 32 32 32h32c17.6 0 32-14.4 32-32zm263.8 90.5c-12.4-12.4-32.8-12.4-45.3 0-12.4 12.5-12.4 32.8 0 45.3l22.6 22.6c12.4 12.4 32.8 12.4 45.3 0 12.4-12.4 12.4-32.8 0-45.3l-22.6-22.6zM448 224h-32c-17.6 0-32 14.4-32 32s14.4 32 32 32h32c17.6 0 32-14.4 32-32s-14.4-32-32-32zm-96 32c0 53-43 96-96 96s-96-43-96-96 43-96 96-96 96 43 96 96zm-32 0c0-35.3-28.7-64-64-64v128c35.3 0 64-28.7 64-64zm-64 128c-17.6 0-32 14.4-32 32v32c0 17.6 14.4 32 32 32s32-14.4 32-32v-32c0-17.6-14.4-32-32-32z" />',viewBox:"0 0 512 512"},lr={name:"sliders",content:'<path d="M480 96v32H285.3c-6.6 18.6-24.4 32-45.3 32s-38.7-13.4-45.3-32H32V96h162.7c6.6-18.6 24.4-32 45.3-32s38.7 13.4 45.3 32H480zm-112 96c-20.9 0-38.7 13.4-45.3 32H32v32h290.7c6.6 18.6 24.4 32 45.3 32s38.7-13.4 45.3-32H480v-32h-66.7c-6.6-18.6-24.4-32-45.3-32zM176 320c-20.9 0-38.7 13.4-45.3 32H32v32h98.7c6.6 18.6 24.4 32 45.3 32s38.7-13.4 45.3-32H480v-32H221.3c-6.6-18.6-24.4-32-45.3-32z" />',viewBox:"0 0 512 512"},sr={name:"invert-colors",content:'<path d="m320 32-64 48 64 48V96h64v64h-32l48 64 48-64h-32V64h-96V32zM32 64v192h192V64H32zm192 192v192h192V256H224zM64 96h128v128H64V96z" />',viewBox:"0 0 512 512"},hr={name:"transparency",content:'<path d="M64 64v352h352V64H64zm32 32h96v96h96V96h96v96h-96v96h96v96h-96v-96h-96v96H96v-96h96v-96H96V96z" />',viewBox:"0 0 512 512"},vr={name:"grayscale",content:'<path d="M32 64C14.3 64 0 78.3 0 96v320c0 17.7 14.3 32 32 32h416c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32H32zm0 32h416v320H32V96zm48 32c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16s16-7.2 16-16V144c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16s16-7.2 16-16V144c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16s16-7.2 16-16V144c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16s16-7.2 16-16V144c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16s16-7.2 16-16V144c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16s16-7.2 16-16V144c0-8.8-7.2-16-16-16zm0 4c6.6 0 12 5.4 12 12v224c0 6.6-5.4 12-12 12s-12-5.4-12-12V144c0-6.6 5.4-12 12-12zm-64 1c6.1 0 11 4.9 11 11v224c0 6.1-4.9 11-11 11s-11-4.9-11-11V144c0-6.1 4.9-11 11-11zm-64 2c5 0 9 4 9 9v224c0 5-4 9-9 9s-9-4-9-9V144c0-5 4-9 9-9zm-64 1c4.4 0 8 3.6 8 8v224c0 4.4-3.6 8-8 8s-8-3.6-8-8V144c0-4.4 3.6-8 8-8zm-64 4c2.2 0 4 1.8 4 4v224c0 2.2-1.8 4-4 4s-4-1.8-4-4V144c0-2.2 1.8-4 4-4z" />',viewBox:"0 0 512 512"},ur={name:"blur",content:'<path d="M384 320c0 64-32 128-128 128-64 0-128-48-128-128 0-96 128-128 128-256 0 0 128 129.1 128 256z" />',viewBox:"0 0 512 512"},pr={name:"sharpen",content:'<path d="M256 32 128 480h256L256 32zm0 116.5L341.6 448H170.4L256 148.5z" />',viewBox:"0 0 512 512"},dr={name:"shapes",content:'<path d="M480 32H160v131.204C86.969 178.029 32 242.594 32 320c0 88.365 71.635 160 160 160 77.406 0 141.972-54.969 156.797-128H480V32zM192 448c-70.692 0-128-57.308-128-128 0-59.643 40.793-109.758 96-123.967 1.173-.302 2.354-.583 3.539-.852.357-.081.717-.156 1.076-.234a125.086 125.086 0 0 1 3.764-.762 126.34 126.34 0 0 1 2.557-.448c.369-.061.736-.125 1.105-.184 2.423-.379 4.869-.69 7.335-.932.379-.037.759-.067 1.139-.101a132.167 132.167 0 0 1 3.913-.29c.872-.051 1.747-.091 2.623-.125.392-.015.782-.033 1.174-.045 1.254-.036 2.512-.06 3.775-.06 70.692 0 128 57.308 128 128 0 1.264-.023 2.521-.06 3.775-.012.393-.03.782-.045 1.174a126.511 126.511 0 0 1-.207 3.922c-.06.874-.13 1.744-.207 2.613-.034.38-.064.761-.102 1.14a127.326 127.326 0 0 1-.933 7.339c-.057.365-.121.728-.181 1.092a128.132 128.132 0 0 1-.683 3.785c-.17.86-.349 1.718-.535 2.571-.075.346-.147.692-.226 1.037a135.047 135.047 0 0 1-.855 3.552c-14.208 55.207-64.323 96-123.966 96zm256-128h-96c0-88.365-71.635-160-160-160V64h256v256z" />',viewBox:"0 0 512 512"},mr={name:"round-corners",content:'<path d="M448 320c0 70.692-57.308 128-128 128H192c-70.692 0-128-57.308-128-128V192c0-70.692 57.308-128 128-128h128c70.692 0 128 57.308 128 128v128z" />',viewBox:"0 0 512 512"},fr={name:"bring-to-front",content:'<path d="M96 128V96h96V64H64v128h32v-64zm224 256h64V128H128v256h192zm96-64v96h-96v32h128V320h-32z" />',viewBox:"0 0 512 512"},zr={name:"bring-to-back",content:'<path d="M128 192h64V64H64v128h64zM96 96h64v64H96V96zm192 192h96V128H224v96h-96v160h160v-96zm128 32h-96v128h128V320h-32zm0 96h-64v-64h64v64z" />',viewBox:"0 0 512 512"},gr={name:"bring-forward",content:'<path d="M448 192v256H192V320H64V64h256v128h128zm-32 32h-96v96h-96v96h192V224z" />',viewBox:"0 0 512 512"},yr={name:"bring-backward",content:'<path d="M192 192v256h256V192H192zm224 224H224V224h192v192zM320 64H64v256h96V160h160V64z" />',viewBox:"0 0 512 512"},br={name:"align-self-start",content:'<path d="M31 32h32v448H31V32zm288 64H95v128h224V96zm128 192v128H95V288h352zm-32 32H127v64h288v-64z" />',viewBox:"0 0 512 512"},Hr={name:"align-self-center",content:'<path d="M255 288v-64h96V96h-96V32h-32v64h-96v128h96v64H63v128h160v64h32v-64h160V288H255zm128 96H95v-64h288v64z" />',viewBox:"0 0 512 512"},wr={name:"align-self-end",content:'<path d="M64 416h352V288H64v128zm32-96h288v64H96v-64zm96-224h224v128H192V96zm288-64v448h-32V32h32z" />',viewBox:"0 0 512 512"},xr={name:"align-self-start-alt",content:'<path d="M95 96h128v224H95V96zm192 0h128v352H287V96zm32 320h64V128h-64v288zM31 32v32h448V32H31z" />',viewBox:"0 0 512 512"},Mr={name:"align-self-center-alt",content:'<path d="M415 224V64H287v160h-64v-96H95v96H31v32h64v96h128v-96h64v160h128V256h64v-32h-64zm-32 0v160h-64V96h64v128z" />',viewBox:"0 0 512 512"},Ir={name:"align-self-end-alt",content:'<path d="M479 449v32H31v-32h448zM223 193H95v224h128V193zm192 224H287V65h128v352zM383 97h-64v288h64V97z" />',viewBox:"0 0 512 512"},Vr={name:"thumbnails-up",content:'<path d="M352 32h96v96h-96V32zm-160 0h96v96h-96V32zM32 32h96v96H32V32zm0 160h416v256H32V192z" />',viewBox:"0 0 512 512"},kr={name:"thumbnails-right",content:'<path d="M352 352h96v96h-96v-96zm0-160h96v96h-96v-96zm0-160h96v96h-96V32zM32 32h256v416H32V32z" />',viewBox:"0 0 512 512"},Or={name:"thumbnails-down",content:'<path d="M352 352h96v96h-96v-96zm-160 0h96v96h-96v-96zm-160 0h96v96H32v-96zm0-320h416v256H32V32z" />',viewBox:"0 0 512 512"},Cr={name:"thumbnails-left",content:'<path d="M32 32v96h96V32H32zm160 0v416h256V32H192zM32 192v96h96v-96H32zm0 160v96h96v-96H32z" />',viewBox:"0 0 512 512"},Er={name:"fullscreen",content:'<path d="M0 32h160v64H64v96H0V32zm64 288H0v160h160v-64H64v-96zM352 32v64h96v96h64V32H352zm96 384h-96v64h160V320h-64v96z" />',viewBox:"0 0 512 512"},Br={name:"fullscreen-exit",content:'<path d="M160 32H96v96H0v64h160V32zM96 480h64V320H0v64h96v96zm416-288v-64h-96V32h-64v160h160zm-96 192h96v-64H352v160h64v-96z" />',viewBox:"0 0 512 512"},Sr={name:"droplet-slash",content:'<path d="m317.9 431 23.2 23.2C316.5 470.6 287.3 480 256 480c-88.4 0-160-75.2-160-168 0-27.8 7.2-56.4 18.6-84.2l24.8 24.8C131.9 274 128 293.9 128 312c0 75 57.4 136 128 136 22.4 0 43.5-6.2 61.9-17zM256 416v-32c-35.3 0-64-28.7-64-64h-32c0 53 43 96 96 96zm224 41.4L457.4 480 32 54.6 54.6 32l108.7 108.7C207 77.7 256 32 256 32s160 149.3 160 280c0 24.1-4.9 47.1-13.6 67.8l77.6 77.6zM384 312c0-46.3-25.3-104.7-73-169-20-27-40.3-49.8-55-65.4-14.7 15.6-34.9 38.5-55 65.4-1.4 1.9-2.7 3.7-4.1 5.6-.8 1.1-1.5 2.1-2.3 3.2l-1.5 2.1-3 4.2c-.2.3-.4.5-.6.8-1 1.5-2.1 3-3.1 4.5-.1.1-.1.2-.2.3l191.2 191.2c.5-1.6 1-3.3 1.4-4.9 0-.2.1-.4.1-.5.4-1.5.8-2.9 1.1-4.4.1-.3.1-.6.2-.9.3-1.4.6-2.7.9-4.1.1-.4.2-.8.2-1.2.2-1.3.5-2.6.7-3.9.1-.5.2-1 .2-1.5.2-1.2.3-2.5.5-3.7.1-.5.1-1.1.2-1.6l.3-3.6c0-.6.1-1.1.1-1.7.1-1.3.2-2.5.2-3.8 0-.5.1-1 .1-1.6.4-1.9.4-3.7.4-5.5z" />',viewBox:"0 0 512 512"},Pr={name:"photos",content:'<path d="M256 288c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32 32 14.3 32 32zm96-64v192c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V224c0-17.7 14.3-32 32-32h256c17.7 0 32 14.3 32 32zm-31.8 0c-.1-.1-.1-.1 0 0l-256.1-.1-.1.1v149.9l74.6-70 85.3 80 53.3-50 42.7 40 .3-149.9zm63.8-96H128c-17.7 0-32 14.3-32 32h288v224c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32zm64-64H192c-17.7 0-32 14.3-32 32h288v224c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32z" />',viewBox:"0 0 512 512"},Lr={name:"align-to-grid",content:'<path d="M320 320H128V128h192v192zM96 0H64v512h32V0zm352 0h-32v512h32V0zm64 64H0v32h512V64zm0 352H0v32h512v-32z" />',viewBox:"0 0 512 512"},Nr={name:"size-to-grid",content:'<path d="M384 384H128V128h256v256zM96 0H64v512h32V0zm352 0h-32v512h32V0zm64 64H0v32h512V64zm0 352H0v32h512v-32z" />',viewBox:"0 0 512 512"},_r={name:"make-same-size",content:'<path d="M288 192v96h-96v-96h96zM240.1 0l-48.4 64H224v64h33V64h31.6L240.1 0zM256 416v-64h-32v64h-32l48 64 48-64h-32zm224-175.9-64-48.4V224h-64v33h64v31.6l64-48.5zM64 224v-32L0 240l64 48v-32h64v-32H64zM128 0H0v128h32V32h96V0zm320 0h-96v32h96v96h32V0h-32zM32 448v-96H0v128h128v-32H32zm416-96v96h-96v32h128V352h-32z" />',viewBox:"0 0 512 512"},Dr={name:"make-same-width",content:'<path d="M480 128H0V32h480v96zm-192 96h-96v96h96v-96zm192 48.1-64-48.4V256h-64v33h64v31.6l64-48.5zM64 256v-32L0 272l64 48v-32h64v-32H64zm384 96v96h-96v32h128V352h-32zM32 448v-96H0v128h128v-32H32z" />',viewBox:"0 0 512 512"},Ar={name:"make-same-height",content:'<path d="M128 0v480H32V0h96zm96 192v96h96v-96h-96zM272.1 0l-48.4 64H256v64h33V64h31.6L272.1 0zM288 416v-64h-32v64h-32l48 64 48-64h-32zM448 0h-96v32h96v96h32V0h-32zm0 352v96h-96v32h128V352h-32z" />',viewBox:"0 0 512 512"},Rr={name:"make-horizontal-spacing-equal",content:'<path d="M480 160v160h-96v-64h-96v160h-96V256H96v96H32V128h64v96h96V64h96v160h96v-64h96z" />',viewBox:"0 0 512 512"},Tr={name:"increase-horizontal-spacing",content:'<path d="M480 96v160h-96v-64h-96v160h-96V192H96v96H32V64h64v96h96V0h96v160h96V96h96zM335.7 352l-22.6 22.6 57.4 57.4-57.4 57.4 22.6 22.6 80-80-80-80zM64 432l80 80 22.6-22.6-57.3-57.4 57.4-57.4L144 352l-80 80z" />',viewBox:"0 0 512 512"},jr={name:"decrease-horizontal-spacing",content:'<path d="M480 96v160h-96v-64h-96v160h-96V192H96v96H32V64h64v96h96V0h96v160h96V96h96zM111.6 352 89 374.6l57.4 57.4L89 489.4l22.6 22.6 80-80-80-80zM288 432l80 80 22.6-22.6-57.3-57.4 57.4-57.4L368 352l-80 80z" />',viewBox:"0 0 512 512"},Fr={name:"remove-horizontal-spacing",content:'<path d="M480 96v160h-96v-64h-96v160h-96V192H96v96H32V64h64v96h96V0h96v160h96V96h96zm-32.5 278.2-22.6-22.6-57.4 57.4-57.4-57.4-22.6 22.6 57.4 57.4-57.4 57.4 22.6 22.6 57.4-57.4 57.4 57.4 22.6-22.6-57.4-57.4 57.4-57.4zm-256 0-22.6-22.6-57.4 57.4-57.4-57.4-22.6 22.6 57.4 57.4L31.5 489l22.6 22.6 57.4-57.4 57.4 57.4 22.6-22.6-57.4-57.4 57.4-57.4z" />',viewBox:"0 0 512 512"},Kr={name:"make-vertical-spacing-equal",content:'<path d="M256 320v96h96v64H128v-64h96v-96H64v-96h160v-96h-64V32h160v96h-64v96h160v96H256z" />',viewBox:"0 0 512 512"},Zr={name:"increase-vertical-spacing",content:'<path d="M192 320v96h96v64H64v-64h96v-96H0v-96h160v-96H96V32h160v96h-64v96h160v96H192zm320 48.1-22.6-22.6-57.4 57.3-57.4-57.4-22.6 22.7 80 80 80-80zM432 96l-80 80 22.6 22.6 57.4-57.4 57.4 57.4L512 176l-80-80z" />',viewBox:"0 0 512 512"},Wr={name:"decrease-vertical-spacing",content:'<path d="M191 320v96h96v64H63v-64h96v-96H-1v-96h160v-96H95V32h160v96h-64v96h160v96H191zm160 105.4 22.6 22.6 57.4-57.4 57.4 57.4 22.6-22.6-80-80-80 80zm80-226.8 80-80L488.4 96 431 153.4 373.6 96 351 118.6l80 80z" />',viewBox:"0 0 512 512"},Ur={name:"remove-vertical-spacing",content:'<path d="M192 320v96h96v64H64v-64h96v-96H0v-96h160v-96H96V32h160v96h-64v96h160v96H192zm320 22.6L489.4 320 432 377.4 374.6 320 352 342.6l57.4 57.4-57.4 57.4 22.6 22.6 57.4-57.4 57.4 57.4 22.6-22.6-57.4-57.4 57.4-57.4zm0-288L489.4 32 432 89.4 374.6 32 352 54.6l57.4 57.4-57.4 57.4 22.6 22.6 57.4-57.4 57.4 57.4 22.6-22.6-57.4-57.4L512 54.6z" />',viewBox:"0 0 512 512"},qr={name:"eyedropper",content:'<path d="m461.1 56.9-6.2-6.2c-25-25-65.5-25-90.5 0l-60.8 60.8-4.3-4.3c-6.2-6.2-16.4-6.2-22.6 0l-9.4 9.4c-6.2 6.2-6.2 16.4 0 22.6l4.3 4.3L70.8 344.4c-8.2 8.2-14 18.5-16.8 29.7l-21.5 85.7c-2.2 8.6 3.1 17.4 11.7 19.5 2.6.6 5.2.6 7.8 0l85.7-21.4c11.3-2.8 21.5-8.6 29.7-16.8l200.8-200.8 4.4 4.4c6.2 6.2 16.4 6.2 22.6 0l9.4-9.4c6.2-6.2 6.2-16.4 0-22.6l-4.4-4.4 60.8-60.8c25-25 24.9-65.5.1-90.6zM224 320h-64l144-144 32 32-112 112z" />',viewBox:"0 0 512 512"},Yr={name:"snap-grid",content:'<path d="M480 128V96h-96V0h-32v96h-96V0h-32v96h-96V0H96v96H0v32h96v96H0v32h96v96H0v32h96v96h32v-96h96v96h32v-96h96v96h32v-96h96v-32h-96v-96h96v-32h-96v-96h96zm-352 0h96v96h-96v-96zm0 224v-96h96v96h-96zm224 0h-96v-96h96v96zm0-128h-96v-96h96v96z" />',viewBox:"0 0 512 512"},Gr={name:"snap-to-gridlines",content:'<path d="M160 32H0v416h288V32H160zm-32 384H32v-96h96v96zm0-128H32v-96h96v96zm0-128H32V64h96v96zm128 256h-96v-96h96v96zm0-128h-96v-96h96v96zm0-128h-96V64h96v96zm256 80c0 44.2-35.8 80-80 80h-32v-32h32c26.5 0 48-21.5 48-48s-21.5-48-48-48h-32v-32h32c44.2 0 80 35.8 80 80zm-160-48h32v-32h-32v32zm0 128h32v-32h-32v32z" />',viewBox:"0 0 512 512"},Xr={name:"snap-to-snaplines",content:'<path d="M224 128h96V96h-96V32h-32v64h-64V32H96v64H32v32h64v256H32v32h64v64h32v-64h64v64h32v-64h256v-32H224V128zm-32 256h-64V128h64v256zm208-64h-32v-32h32c26.5 0 48-21.5 48-48s-21.5-48-48-48h-32v-32h32c44.2 0 80 35.8 80 80s-35.8 80-80 80zm-48-160h-32v32h32v-32zm-32 160h32v-32h-32v32z" />',viewBox:"0 0 512 512"},Qr={name:"dimensions",content:'<path d="M320 0H0v512h128V128h384V0H320zM32 32h64v64H32V32zm64 352H64v32h32v64H32V320h64v64zm0-192H64v32h32v64H32V128h64v64zm128-96V64h-32v32h-64V32h160v64h-64zm256 0h-64V64h-32v32h-64V32h160v64z" />',viewBox:"0 0 512 512"},Jr={name:"align-self-stretch",content:'<path d="M95 96h320v128H95V96zM31 480h32V32H31v448zm64-192h320v128H95V288zm32 96h256v-64H127v64zM447 32v448h32V32h-32z" />',viewBox:"0 0 512 512"},$r={name:"align-self-stretch-alt",content:'<path d="M223 96v320H95V96h128zM31 480h448v-32H31v32zM415 96v320H287V96h128zm-32 32h-64v256h64V128zM31 32v32h448V32H31z" />',viewBox:"0 0 512 512"},ea={name:"align-items-start",content:'<path d="M319 224H95V96h224v128zM31 480h32V32H31v448zm64-192v128h352V288H95z" />',viewBox:"0 0 512 512"},ta={name:"align-items-center",content:'<path d="M415 416H255v64h-32v-64H63V288h160v-64h-96V96h96V32h32v64h96v128h-96v64h160v128z" />',viewBox:"0 0 512 512"},na={name:"align-items-end",content:'<path d="M192 96h224v128H192V96zm256-64v448h32V32h-32zM64 416h352V288H64v128z" />',viewBox:"0 0 512 512"},oa={name:"align-items-stretch",content:'<path d="M415 224H95V96h320v128zM31 480h32V32H31v448zM447 32v448h32V32h-32zM96 416h320V288H96v128z" />',viewBox:"0 0 512 512"},ra={name:"align-items-baseline",content:'<path d="M415 224V64H287v160h-64v-96H95v96H31v32h64v96h128v-96h64v160h128V256h64v-32h-64zm-224 96h-64v-64h64v64zm192 64h-64V256h64v128z" />',viewBox:"0 0 512 512"},aa={name:"align-items-start-alt",content:'<path d="M96 96h128v224H96V96zM32 32v32h448V32H32zm256 416h128V96H288v352z" />',viewBox:"0 0 512 512"},ia={name:"align-items-center-alt",content:'<path d="M479 256h-64v160H287V256h-64v96H95v-96H31v-32h64v-96h128v96h64V64h128v160h64v32z" />',viewBox:"0 0 512 512"},ca={name:"align-items-end-alt",content:'<path d="M223 417H95V193h128v224zM31 449v32h448v-32H31zM415 65H287v352h128V65z" />',viewBox:"0 0 512 512"},la={name:"align-items-stretch-alt",content:'<path d="M223 96v320H95V96h128zM31 480h448v-32H31v32zm0-448v32h448V32H31zm256 63v320h128V95H287z" />',viewBox:"0 0 512 512"},sa={name:"align-items-baseline-alt",content:'<path d="M255 288v-64h96V96h-96V32h-32v64h-96v128h96v64H63v128h160v64h32v-64h160V288H255zm-32 96H95v-64h128v64zm0-192h-64v-64h64v64z" />',viewBox:"0 0 512 512"},ha={name:"justify-content-start",content:'<path d="M95 96h128v320H95V96zM31 480h32V32H31v448zM255 95v320h128V95H255z" />',viewBox:"0 0 512 512"},va={name:"justify-content-center",content:'<path d="M63 96h128v320H63V96zm160 384h32V32h-32v448zm64-385v320h128V95H287z" />',viewBox:"0 0 512 512"},ua={name:"justify-content-end",content:'<path d="M128 96h128v320H128V96zm320-64v448h32V32h-32zM288 415h128V95H288v320z" />',viewBox:"0 0 512 512"},pa={name:"justify-content-between",content:'<path d="M63 96h128v320H63V96zm416-64v448h32V32h-32zM319 415h128V95H319v320zM-1 480h32V32H-1v448z" />',viewBox:"0 0 512 512"},da={name:"justify-content-around",content:'<path d="M95 96h128v320H95V96zm384-64v448h32V32h-32zM287 415h128V95H287v320zM-1 480h32V32H-1v448z" />',viewBox:"0 0 512 512"},ma={name:"justify-content-start-alt",content:'<path d="M415 224H95V96h320v128zM31 32v32h448V32H31zm65 352h320V256H96v128z" />',viewBox:"0 0 512 512"},fa={name:"justify-content-center-alt",content:'<path d="M415 192H95V64h320v128zM31 224v32h448v-32H31zm65 192h320V288H96v128z" />',viewBox:"0 0 512 512"},za={name:"justify-content-end-alt",content:'<path d="M415 257H95V129h320v128zM31 449v32h448v-32H31zm65-32h320V289H96v128z" />',viewBox:"0 0 512 512"},ga={name:"justify-content-between-alt",content:'<path d="M95 64h320v128H95V64zM31 512h448v-32H31v32zm65-64h320V320H96v128zM31 0v32h448V0H31z" />',viewBox:"0 0 512 512"},ya={name:"justify-content-around-alt",content:'<path d="M95 96h320v128H95V96zM31 512h448v-32H31v32zm65-96h320V288H96v128zM31 0v32h448V0H31z" />',viewBox:"0 0 512 512"},ba={name:"file-wrench",content:'<path d="M470.7 480 448 502.7c-12.4 12.4-32.8 12.4-45.1-.1l-93.1-93.1c-11.8 4.2-24.5 6.5-37.8 6.5-61.9 0-112-50.1-112-112 0-13.2 2.3-25.9 6.5-37.6l48.9 48.9c12.4 12.4 32.8 12.4 45.3 0l22.6-22.6c12.4-12.4 12.4-32.8 0-45.3l-48.9-48.9c11.8-4.2 24.4-6.5 37.6-6.5 61.9 0 112 50.1 112 112 0 13.2-2.3 25.9-6.5 37.6l93.2 93.1c12.4 12.5 12.4 32.9 0 45.3zm-22.8-23-86.3-86.3c-6.4 8.6-14 16.2-22.6 22.6l86.4 86.3 22.6-22.5v-.1h-.1zM96 64h224v96h96v128h32V128l-96-96H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h160v-32H96V64z" />',viewBox:"0 0 512 512"},Ha={name:"bold",content:'<path d="M128 96h115.8c25.3 0 44.2 1.1 56.6 3.2 12.4 2.1 23.6 6.5 33.4 13.2 9.8 6.7 18 15.6 24.6 26.7 6.6 11.1 9.8 23.6 9.8 37.4 0 15-4.1 28.7-12.1 41.2-8.1 12.5-19.1 21.9-32.9 28.2 19.5 5.7 34.5 15.4 45 29s15.7 29.8 15.7 48.2c0 14.6-3.4 28.7-10.2 42.4-6.7 13.8-16 24.8-27.7 33s-26.1 13.3-43.3 15.2c-10.8 1.2-36.7 1.9-78 2.2H128V96zm64 53v74h30.9c25.2 0 40.8-.4 46.9-1.1 11.1-1.3 19.7-5.2 26.1-11.5 6.3-6.3 9.5-14.7 9.5-25 0-9.9-2.7-18-8.2-24.1-5.5-6.2-13.6-10-24.4-11.2-6.4-.7-24.8-1.1-55.2-1.1H192zm0 127.1V362h48.6c23.4 0 38.1-.7 44.5-2 9.6-1.8 17.5-6 23.6-12.8 6.1-6.8 9-15.9 9-27.3 0-9.6-2.3-17.9-7-24.6-4.7-6.7-11.4-11.6-20.3-14.7-8.8-3.1-28-4.6-57.5-4.6l-40.9.1z" />',viewBox:"0 0 512 512"},wa={name:"italic",content:'<path d="m377.2 128 6.8-32H198.8l-6.8 32h59.2l-54.4 256h-62l-6.8 32h185.2l6.8-32h-59.2l54.4-256h62z" />',viewBox:"0 0 512 512"},xa={name:"underline",content:'<path d="M128 416h256v32H128v-32zM320 64v224c0 11.6-3.5 16-10.3 20.3-11.8 7.4-31.3 11.7-53.7 11.7s-41.9-4.3-53.7-11.7c-6.8-4.3-10.3-8.7-10.3-20.3V64h-64v224c0 70.4 64.3 96 128 96s128-25.6 128-96V64h-64z" />',viewBox:"0 0 512 512"},Ma={name:"font-family",content:'<path d="M224 416V160h-95l-.8-64H384v64h-96v256h-64z" />',viewBox:"0 0 512 512"},Ia={name:"foreground-color",content:'<path d="M299.5 96h-87.1L96 416h64l23.3-64h145.4l23.3 64h64L299.5 96zm-92.9 192L256 152.2 305.4 288h-98.8z" />',viewBox:"0 0 512 512"},Va={name:"convert-lowercase",content:'<path d="M480.1 416H436v-36h-.7c-13.8 24-34.1 36-60.8 36-19.7 0-35.1-5.3-46.3-16-11.1-10.7-16.7-24.9-16.7-42.5 0-37.8 21.7-59.9 65.3-66.2l59.4-8.4c0-28.6-13.5-42.8-40.7-42.8-23.8 0-45.4 8.2-64.5 24.7V225c21.1-12.5 45.5-18.8 73.1-18.8 50.6 0 75.9 25 75.9 74.8v135h.1zM436 313.1l-42 5.9c-13 1.7-22.8 4.9-29.4 9.5s-9.9 12.7-9.9 24.3c0 8.5 3 15.4 9.1 20.8s14.2 8.1 24.3 8.1c13.8 0 25.2-4.8 34.3-14.5 9-9.7 13.6-21.9 13.6-36.6v-17.5zM240 416h48L184 96h-48L32 416h48l26-80h108l26 80zM121.6 288 160 169.8 198.4 288h-76.8z" />',viewBox:"0 0 512 512"},ka={name:"convert-uppercase",content:'<path d="M200.1 416H156v-36h-.7c-13.8 24-34.1 36-60.8 36-19.7 0-35.1-5.3-46.3-16-11.1-10.7-16.7-24.9-16.7-42.5 0-37.8 21.7-59.9 65.3-66.2l59.4-8.4c0-28.6-13.5-42.8-40.7-42.8-23.8 0-45.4 8.2-64.5 24.7V225c21.1-12.5 45.5-18.8 73.1-18.8 50.6 0 75.9 25 75.9 74.8v135h.1zM157 313.1l-42 5.9c-13 1.7-22.8 4.9-29.4 9.5s-9.9 12.7-9.9 24.3c0 8.5 3 15.4 9.1 20.8s14.2 8.1 24.3 8.1c13.8 0 25.2-4.8 34.3-14.5 9-9.7 13.6-21.9 13.6-36.6v-17.5zM432 416h48L376 96h-48L224 416h48l26-80h108l26 80zM313.6 288 352 169.8 390.4 288h-76.8z" />',viewBox:"0 0 512 512"},Oa={name:"strikethrough",content:'<path d="M393.9 320c.1-23.9 4.5-41.4 13.5-52.5 9.1-11.1 20.8-16.7 35.3-16.7 9.6 0 17.7 3.1 24.5 9.3 6.8 6.2 11.4 15.4 14.1 27.7l27.9-4.7c-3.3-18.4-10.8-32.7-22.5-42.7s-26.8-15-45.2-15c-14.5 0-28.1 3.6-40.4 11.1-12.4 7.4-21.6 18.5-27.7 33.2-5.9 14.4-8.9 31.2-9.1 50.4h-25.5v-2.2c0-13.2-1.7-25.6-5.1-37.1-3.4-11.5-8.1-21.4-14.2-29.6-6-8.1-13.7-14.5-23-19s-19.2-6.8-29.6-6.8c-18.9 0-34.3 8.2-46.4 24.6v-90H192v160h-45v-25.8c0-13.7-.5-23.3-1.4-28.5-1.7-8.5-4.7-15.5-9-21.1-4.3-5.5-10.9-10.2-19.9-13.8-9-3.6-20.8-5.5-35.3-5.5-14.6 0-27.4 2.1-38.5 6.4-11.1 4.3-19.5 10.4-25.4 18.4-5.8 8-10 18.4-12.6 31.4l28.1 4.1c3.1-13 7.8-22 14.3-27.1s16.4-7.7 29.9-7.7c14.5 0 25.4 3.5 32.7 10.5 5.4 5.1 8.1 14 8.1 26.6 0 1.1 0 3.8-.2 8.1-11 4.1-28 7.7-51.2 10.7-11.4 1.5-19.9 3-25.5 4.7-6.7 2-12.9 4.9-18.5 8.6H0v32h1.2c-.8 3.8-1.2 7.7-1.2 11.8 0 15.2 5 27.8 15 37.6S39.3 416 57.9 416c11.3 0 21.8-1.9 31.6-6s20.1-10.9 30.7-20.6h.1c.8 8.6 2.7 20.3 5.7 26.7h30c-3.6-7-6-18.4-7.3-26.1-1-6-1.6-18.7-1.8-37.9h45v64h26.6V389c11.4 18 27.1 27 47.1 27 20.1 0 37.3-8.5 51.7-25.6 8.6-10.2 14.6-23 18-38.3h31.8c3.3 16 9.4 29.2 18.3 39.5 14.1 16.3 32.7 24.5 55.9 24.5 18.5 0 34.1-6 46.8-17.8 12.1-11.3 19.8-26.7 23.2-46.2h.5v-32H393.9zm-280.7 42.6c-4.1 9-10.4 16.1-19 21.4-8.6 5.2-18.4 7.8-29.5 7.8-11.2 0-19.6-2.8-25.4-8.2-5.8-5.6-8.7-12.4-8.7-20.7 0-3.9.7-7.5 2.1-10.9h83.6c-.7 4.1-1.8 7.7-3.1 10.6zm105.1-43.3c0-22.2 4.6-39.2 13.7-50.9 9.1-11.8 20-17.6 32.5-17.6s23.1 5.6 31.8 17c8.8 11.3 13.1 28.7 13.2 52.3h-91.3c.1-.3.1-.6.1-.8zm77.6 53.6c-9.1 11.8-20 17.7-32.5 17.7-15.5 0-27.7-8-36.7-23.9-2.2-3.9-4-8.8-5.3-14.7H306c-2.4 8.3-5.7 15.3-10.1 20.9zm173.5 6.6c-7.5 7.5-16.9 11.2-28.2 11.2-14 0-25.4-5.6-34.1-16.7-4.4-5.6-7.7-12.9-9.9-21.9h85.5c-2.6 11.9-7 21.1-13.3 27.4z" />',viewBox:"0 0 512 512"},Ca={name:"subscript",content:'<path d="m198.6 304 89.4 89.4-22.6 22.6-89.4-89.4L86.6 416 64 393.4l89.4-89.4L64 214.6 86.6 192l89.4 89.4 89.4-89.4 22.6 22.6-89.4 89.4zm167.7 144h81.4v32H320v-11.9c0-8 1.7-15.3 5-21.7 3.3-6.4 7.5-12.1 12.5-17.2s10.5-9.6 16.4-13.5c5.9-3.9 11.6-7.4 16.9-10.6 5.6-3.3 10.6-6.4 14.8-9.4 4.2-3 7.8-6 10.7-8.9 2.9-3 5.1-6 6.5-9 1.4-3 2.1-6.3 2.1-9.7 0-6.7-2.3-11.8-7-15.3-4.6-3.4-11.7-5.2-21.3-5.2-16.5 0-32.3 5.4-47.4 16.1v-30.5c16.7-8.9 35.5-13.3 56.5-13.3 9.7 0 18.5 1 26.2 3.1 7.7 2.1 14.3 5.1 19.6 8.9 5.4 3.9 9.4 8.6 12.3 14.1 2.8 5.5 4.2 11.7 4.2 18.5 0 7.2-1.4 13.7-4.1 19.3-2.7 5.6-6.3 10.8-10.8 15.4-4.5 4.6-9.7 8.8-15.6 12.7-5.9 3.8-12 7.6-18.3 11.1-4.3 2.5-8.4 5-12.4 7.4-4 2.5-7.5 4.9-10.5 7.2-3.1 2.6-7.1 6.6-10 10.4z" />',viewBox:"0 0 512 512"},Ea={name:"supscript",content:'<path d="m198.6 304 89.4 89.4-22.6 22.6-89.4-89.4L86.6 416 64 393.4l89.4-89.4L64 214.6 86.6 192l89.4 89.4 89.4-89.4 22.6 22.6-89.4 89.4zm167.7-112h81.4v32H320v-11.9c0-8 1.7-15.3 5-21.7s7.5-12.1 12.5-17.2 10.5-9.6 16.4-13.5 11.6-7.4 16.9-10.6c5.6-3.3 10.6-6.4 14.8-9.4 4.2-3 7.8-6 10.7-8.9 2.9-3 5.1-6 6.5-9s2.1-6.3 2.1-9.7c0-6.7-2.3-11.8-7-15.3-4.6-3.4-11.7-5.2-21.3-5.2-16.5 0-32.3 5.4-47.4 16.1V77.3c16.7-8.9 35.5-13.3 56.5-13.3 9.7 0 18.5 1 26.2 3.1s14.3 5.1 19.6 8.9c5.4 3.9 9.4 8.6 12.3 14.1 2.8 5.5 4.2 11.7 4.2 18.5 0 7.2-1.4 13.7-4.1 19.3-2.7 5.6-6.3 10.8-10.8 15.4-4.5 4.6-9.7 8.8-15.6 12.7-5.9 3.8-12 7.6-18.3 11.1-4.3 2.5-8.4 5-12.4 7.4-4 2.5-7.5 4.9-10.5 7.2-3.1 2.5-7.1 6.5-10 10.3z" />',viewBox:"0 0 512 512"},Ba={name:"div",content:'<path d="M0 416v-6h7.1c7.9 0 13.6-3 16.9-9.1 2-3.6 3-11.8 3-24.5V231.6c0-14-1.3-22.8-3.9-26.3-3.6-4.9-9-7.3-16.1-7.3H0v-6h77.6c28.5 0 50.2 3.8 65 11.4 14.9 7.6 26.8 20.3 35.8 38 9 17.7 13.6 38.2 13.6 61.5 0 31.2-8.1 57.2-24.2 78.1-18.1 23.3-45.6 35-82.6 35H0zm54-16.2c11.9 3.1 21.9 4.6 29.9 4.6 21.7 0 39.8-9 54.1-26.9 14.3-17.9 21.5-42.3 21.5-73 0-30.9-7.2-55.3-21.5-73.2-14.3-17.8-32.8-26.8-55.2-26.8-8.4 0-18 1.6-28.8 4.8v190.5zM298 410v6h-83v-6h6.7c7.8 0 13.5-2.7 17-8.1 2.2-3.5 3.3-12 3.3-25.5V231.6c0-11.4-.6-18.9-1.8-22.5-.9-2.8-2.8-5.1-5.7-7.1-4.1-2.6-8.4-4-12.8-4H215v-6h83v6h-7c-7.9 0-13.7 2.7-17.4 8.1-2.4 3.5-3.6 12-3.6 25.5v144.9c0 11.4.6 18.9 1.9 22.5 1 2.8 3 5.1 6 7.1 4.1 2.6 8.5 4 13.1 4h7zm214-218v6c-6.4 1.4-11.3 3.9-14.6 7.4-4.7 5.3-8.9 13.4-12.6 24.2L421.6 416h-4.9l-67.9-188.8c-3.5-9.7-5.9-15.6-7.4-17.8-2.2-3.3-5-5.9-8.2-7.8-3.3-1.9-7.6-3.1-13.2-3.6v-6h74v6c-8.4 1-13.8 2.7-16.3 5.2s-3.7 5.7-3.7 9.5c0 5.4 2 13.8 6.1 25.2l46.1 128.4L469 239.5c4.2-12.5 6.3-21.2 6.3-26 0-3.1-1.3-6.1-3.9-9-2.6-2.9-6.9-4.9-13.1-6.1-.4-.1-1.2-.3-2.3-.5v-6h56zm0-96H0v32h512V96z" />',viewBox:"0 0 512 512"},Sa={name:"all",content:'<path d="M120.1 343H52l-12 34.4c-2.9 8.5-4.4 14.8-4.4 19 0 3.3 1.3 6.2 3.8 8.8s8.1 4.2 16.5 4.9v5.9H0v-6c7.4-1.6 12.2-3.7 14.4-6.3 4.4-5.2 9.4-15.7 14.8-31.5L91.4 192H96l61.6 182.2c5 14.6 9.5 24.1 13.5 28.5 4 4.4 9.7 6.8 16.9 7.3v6h-70v-5.9c7-.4 11.7-1.9 14.2-4.3 2.5-2.5 3.7-5.5 3.7-9 0-4.7-1.7-12.2-5.2-22.3L120.1 343zm-3.5-12-30-88.5L55.8 331h60.8zm227.7 23.1 4.3 1.2-15.1 60.7H197v-6h6.5c7.4 0 12.6-3.1 15.8-9.3 1.8-3.5 2.7-11.7 2.7-24.5V222.7c0-14-1.2-13.9-3.6-17.5-3.3-4.9-8.3-7.3-14.9-7.3H196v-6h80v6.1s-15.4 1-19.2 3.3c-3.8 2.3-6.4 5.2-7.8 8.8-1.4 3.5-2.1 3.1-2 16.5v149.6c-.1 9.1.6 15.4 2 18.8 1 2.3 2.7 4 4.8 5.1 2.2 1.1 9 1.7 20.4 1.9h12.9c13.6-.2 23.1-1.5 28.6-4s10.5-7 15-13.5 9.1-16.6 13.6-30.4zm163.4 0 4.3 1.2-15.1 60.7H360v-6h6.5c7.4 0 12.6-3.1 15.8-9.3 1.8-3.5 2.7-11.7 2.7-24.5V222.7c0-14-1.2-13.9-3.6-17.5-3.3-4.9-8.3-7.3-14.9-7.3H360v-6h80v6.1s-16.1 1-19.9 3.3-6.4 5.2-7.8 8.8c-1.4 3.5-2.1 3.1-2.4 16.5v149.6c.3 9.1 1 15.4 2.4 18.8 1 2.3 2.7 4 4.8 5.1s9 1.7 20.4 1.9h12.9c13.6-.2 23.1-1.5 28.6-4s10.5-7 15-13.5 9.2-16.6 13.7-30.4zM512 96H0v32h512V96z" />',viewBox:"0 0 512 512"},Pa={name:"h1",content:'<path d="M128 288h96v-57c0-11.2-.7-18.6-2.1-22.2-1.1-2.7-3.3-5-6.8-7-4.6-2.6-10.1-3.9-15.3-3.9H192v-6h96v6h-7.7c-5.1 0-10 1.2-14.5 3.7-3.4 1.7-5.7 4.3-7 7.8-1.2 3.5-1.8 10.7-1.8 28.3V384c0 4.3.7 11.6 2.1 15.2 1.1 2.7 3.2 5 6.6 7 4.7 2.6 9.6 3.9 14.7 3.9h7.7v6h-96v-6h7.7c9 0 16.2-2.6 20.3-7.9 2.7-3.5 4.1-11.8 4.1-24.9V304h-96v73.1c0 11.1.7 18.4 2.1 22 1.1 2.7 3.4 5 6.8 7 4.7 2.6 9.6 3.9 14.8 3.9h8.3v6H64v-6h7.8c9.1 0 16.2-2.6 20.3-7.9 2.6-3.5 3.9-11.8 3.9-18.1V237.9c0-18.1-.7-25.5-2.1-29-1.1-2.7-3.3-5-6.6-7-4.8-2.6-10.3-3.9-15.5-3.9H64v-6h96v6h-8c-5.3 0-10.2 1.2-14.9 3.7-3.4 1.7-5.7 4.3-7.1 7.8-1.3 3.5-2 10.7-2 21.4V288zm192-69.9 63-26.1h1v185.3c0 12.3.5 20 1.5 23s3.2 5.3 6.4 7 14.1 2.5 24.1 2.8v6h-96v-6c10.4-.2 20.9-1.1 23.9-2.7s5.1-3.7 6.3-6.3c1.2-2.6 1.8-10.5 1.8-23.7V258.8c0-16-.5-26.2-1.6-30.8-.8-3.5-2.1-6-4.1-7.6-2-1.6-4.4-2.4-7.2-2.4-4 0-9.5 1.7-16.7 5l-2.4-4.9zM512 96H0v32h512V96z" />',viewBox:"0 0 512 512"},La={name:"h2",content:'<path d="M128 288h96v-57c0-11.2-.7-18.6-2.1-22.2-1.1-2.7-3.3-5-6.8-7-4.6-2.6-10.1-3.9-15.3-3.9H192v-6h96v6h-7.7c-5.1 0-10 1.2-14.5 3.7-3.4 1.7-5.7 4.3-7 7.8-1.2 3.5-1.8 10.7-1.8 28.3V384c0 4.3.7 11.6 2.1 15.2 1.1 2.7 3.2 5 6.6 7 4.7 2.6 9.6 3.9 14.7 3.9h7.7v6h-96v-6h7.7c9 0 16.2-2.6 20.3-7.9 2.7-3.5 4.1-11.8 4.1-24.9V304h-96v73.1c0 11.1.7 18.4 2.1 22 1.1 2.7 3.4 5 6.8 7 4.7 2.6 9.6 3.9 14.8 3.9h8.3v6H64v-6h7.8c9.1 0 16.2-2.6 20.3-7.9 2.6-3.5 3.9-11.8 3.9-18.1V237.9c0-18.1-.7-25.5-2.1-29-1.1-2.7-3.3-5-6.6-7-4.8-2.6-10.3-3.9-15.5-3.9H64v-6h96v6h-8c-5.3 0-10.2 1.2-14.9 3.7-3.4 1.7-5.7 4.3-7.1 7.8-1.3 3.5-2 10.7-2 21.4V288zm336 86-15.3 42H320v-5.5c38.2-34.9 65.1-63.3 80.7-85.4 15.6-22.1 23.4-42.3 23.4-60.6 0-14-4.3-25.4-12.8-34.4-8.6-9-18.8-13.5-30.7-13.5-10.8 0-20.5 3.2-29.1 9.5-8.6 6.3-15 15.6-19.1 27.8h-6c2.7-20 9.7-35.4 20.9-46.1 11.2-10.7 25.2-16.1 42-16.1 17.9 0 32.8 5.7 44.7 17.2 12 11.5 17.9 25 17.9 40.6 0 11.1-2.6 22.3-7.8 33.4-8 17.5-21 36.1-39 55.7-27 29.4-43.8 47.2-50.5 53.3h56.9c11.8 0 20-.4 24.8-1.3 4.7-.9 9-2.6 12.8-5.3 3.8-2.7 7.1-6.5 10-11.4l4.9.1zm48-278H0v32h512V96z" />',viewBox:"0 0 512 512"},Na={name:"h3",content:'<path d="M128 288h96v-57c0-11.2-.7-18.6-2.1-22.2-1.1-2.7-3.3-5-6.8-7-4.6-2.6-10.1-3.9-15.3-3.9H192v-6h96v6h-7.7c-5.1 0-10 1.2-14.5 3.7-3.4 1.7-5.7 4.3-7 7.8-1.2 3.5-1.8 10.7-1.8 28.3V384c0 4.3.7 11.6 2.1 15.2 1.1 2.7 3.2 5 6.6 7 4.7 2.6 9.6 3.9 14.7 3.9h7.7v6h-96v-6h7.7c9 0 16.2-2.6 20.3-7.9 2.7-3.5 4.1-11.8 4.1-24.9V304h-96v73.1c0 11.1.7 18.4 2.1 22 1.1 2.7 3.4 5 6.8 7 4.7 2.6 9.6 3.9 14.8 3.9h8.3v6H64v-6h7.8c9.1 0 16.2-2.6 20.3-7.9 2.6-3.5 3.9-11.8 3.9-18.1V237.9c0-18.1-.7-25.5-2.1-29-1.1-2.7-3.3-5-6.6-7-4.8-2.6-10.3-3.9-15.5-3.9H64v-6h96v6h-8c-5.3 0-10.2 1.2-14.9 3.7-3.4 1.7-5.7 4.3-7.1 7.8-1.3 3.5-2 10.7-2 21.4V288zm195.6-50.6c6.4-14.5 14.5-25.7 24.3-33.6 9.8-7.9 22-11.9 36.6-11.9 18 0 31.9 5.6 41.5 16.9 7.3 8.4 11 17.3 11 26.9 0 15.7-10.3 31.9-30.9 48.7 13.8 5.2 24.3 12.6 31.4 22.3 7.1 9.7 10.6 21 10.6 34 0 18.7-6.2 34.8-18.6 48.5-16.2 17.8-39.6 26.7-70.2 26.7-15.2 0-25.5-1.8-31-5.4s-8.2-7.5-8.2-11.6c0-3.1 1.3-5.8 3.9-8.1 2.6-2.3 5.7-3.5 9.4-3.5 2.8 0 5.6.4 8.5 1.3 1.9.5 6.1 2.5 12.8 5.8 6.6 3.3 11.2 5.3 13.8 6 4.1 1.2 8.5 1.8 13.1 1.8 11.3 0 21.1-4.2 29.5-12.6s12.5-18.3 12.5-29.8c0-8.4-1.9-16.5-5.8-24.5-2.9-5.9-6-10.4-9.5-13.5-4.8-4.2-11.3-8.1-19.6-11.5s-16.8-5.2-25.4-5.2H358v-4.8c8.7-1.1 17.5-4.1 26.3-9.1s15.2-11 19.2-18 6-14.7 6-23.1c0-10.9-3.6-19.8-10.7-26.5s-16-10.1-26.6-10.1c-17.2 0-31.5 8.8-43 26.4l-5.6-2.5zM512 96H0v32h512V96z" />',viewBox:"0 0 512 512"},_a={name:"h4",content:'<path d="M128 288h96v-57c0-11.2-.7-18.6-2.1-22.2-1.1-2.7-3.3-5-6.8-7-4.6-2.6-10.1-3.9-15.3-3.9H192v-6h96v6h-7.7c-5.1 0-10 1.2-14.5 3.7-3.4 1.7-5.7 4.3-7 7.8-1.2 3.5-1.8 10.7-1.8 28.3V384c0 4.3.7 11.6 2.1 15.2 1.1 2.7 3.2 5 6.6 7 4.7 2.6 9.6 3.9 14.7 3.9h7.7v6h-96v-6h7.7c9 0 16.2-2.6 20.3-7.9 2.7-3.5 4.1-11.8 4.1-24.9V304h-96v73.1c0 11.1.7 18.4 2.1 22 1.1 2.7 3.4 5 6.8 7 4.7 2.6 9.6 3.9 14.8 3.9h8.3v6H64v-6h7.8c9.1 0 16.2-2.6 20.3-7.9 2.6-3.5 3.9-11.8 3.9-18.1V237.9c0-18.1-.7-25.5-2.1-29-1.1-2.7-3.3-5-6.6-7-4.8-2.6-10.3-3.9-15.5-3.9H64v-6h96v6h-8c-5.3 0-10.2 1.2-14.9 3.7-3.4 1.7-5.7 4.3-7.1 7.8-1.3 3.5-2 10.7-2 21.4V288zm341 47v23h-29v58h-27v-58h-93v-20.7L422.1 192H440v143h29zm-56 0V226.1L336 335h77zm99-239H0v32h512V96z" />',viewBox:"0 0 512 512"},Da={name:"h5",content:'<path d="M128 288h96v-57c0-11.2-.7-18.6-2.1-22.2-1.1-2.7-3.3-5-6.8-7-4.6-2.6-10.1-3.9-15.3-3.9H192v-6h96v6h-7.7c-5.1 0-10 1.2-14.5 3.7-3.4 1.7-5.7 4.3-7 7.8-1.2 3.5-1.8 10.7-1.8 28.3V384c0 4.3.7 11.6 2.1 15.2 1.1 2.7 3.2 5 6.6 7 4.7 2.6 9.6 3.9 14.7 3.9h7.7v6h-96v-6h7.7c9 0 16.2-2.6 20.3-7.9 2.7-3.5 4.1-11.8 4.1-24.9V304h-96v73.1c0 11.1.7 18.4 2.1 22 1.1 2.7 3.4 5 6.8 7 4.7 2.6 9.6 3.9 14.8 3.9h8.3v6H64v-6h7.8c9.1 0 16.2-2.6 20.3-7.9 2.6-3.5 3.9-11.8 3.9-18.1V237.9c0-18.1-.7-25.5-2.1-29-1.1-2.7-3.3-5-6.6-7-4.8-2.6-10.3-3.9-15.5-3.9H64v-6h96v6h-8c-5.3 0-10.2 1.2-14.9 3.7-3.4 1.7-5.7 4.3-7.1 7.8-1.3 3.5-2 10.7-2 21.4V288zm320-96-12.6 28h-66L355 249.1c28.6 4.2 51.2 14.9 68 32 14.3 14.7 21.5 32 21.5 51.9 0 11.6-2.3 22.3-7 32.1s-10.6 18.2-17.7 25.2c-7.1 6.9-15 12.5-23.8 16.7-12.4 6-25.1 8.9-38.2 8.9-13.2 0-22.7-2.2-28.7-6.7s-9-9.4-9-14.9c0-3 1.2-5.7 3.7-8s5.6-3.5 9.4-3.5c2.8 0 5.3.4 7.4 1.3 2.1.9 5.7 3.1 10.8 6.7 8.1 5.6 16.3 8.4 24.6 8.4 12.6 0 23.7-4.8 33.3-14.4s14.3-21.2 14.3-35c0-13.3-4.3-25.7-12.8-37.3-8.5-11.5-20.3-20.4-35.3-26.7-11.8-4.9-27.8-7.7-48.1-8.4l42.1-85.5H448zm64-96H0v32h512V96z" />',viewBox:"0 0 512 512"},Aa={name:"h6",content:'<path d="M128 288h96v-57c0-11.2-.7-18.6-2.1-22.2-1.1-2.7-3.3-5-6.8-7-4.6-2.6-10.1-3.9-15.3-3.9H192v-6h96v6h-7.7c-5.1 0-10 1.2-14.5 3.7-3.4 1.7-5.7 4.3-7 7.8-1.2 3.5-1.8 10.7-1.8 28.3V384c0 4.3.7 11.6 2.1 15.2 1.1 2.7 3.2 5 6.6 7 4.7 2.6 9.6 3.9 14.7 3.9h7.7v6h-96v-6h7.7c9 0 16.2-2.6 20.3-7.9 2.7-3.5 4.1-11.8 4.1-24.9V304h-96v73.1c0 11.1.7 18.4 2.1 22 1.1 2.7 3.4 5 6.8 7 4.7 2.6 9.6 3.9 14.8 3.9h8.3v6H64v-6h7.8c9.1 0 16.2-2.6 20.3-7.9 2.6-3.5 3.9-11.8 3.9-18.1V237.9c0-18.1-.7-25.5-2.1-29-1.1-2.7-3.3-5-6.6-7-4.8-2.6-10.3-3.9-15.5-3.9H64v-6h96v6h-8c-5.3 0-10.2 1.2-14.9 3.7-3.4 1.7-5.7 4.3-7.1 7.8-1.3 3.5-2 10.7-2 21.4V288zm316-96v5.9c-13.1 1.4-23.9 4.2-32.2 8.4s-16.5 10.6-24.6 19.2c-8.1 8.6-14.8 18.2-20.2 28.7-5.3 10.6-9.8 23.1-13.4 37.6 14.3-10.5 28.7-15.8 43.2-15.8 13.8 0 25.8 5.9 36 17.8S448 321 448 339.6c0 18-5.1 34.5-15.4 49.3-12.3 18-28.7 27-49 27-13.8 0-25.6-4.9-35.2-14.6-18.9-19-28.4-43.6-28.4-73.8 0-19.3 3.6-37.7 10.9-55s17.6-32.8 31.1-46.3 26.4-22.5 38.8-27.2 23.8-7 34.5-7h8.7zm-92.9 111.4c-1.8 14.3-2.7 25.9-2.7 34.7 0 10.2 1.8 21.2 5.3 33.2 3.5 11.9 8.8 21.4 15.8 28.4 5.1 5 11.3 7.5 18.5 7.5 8.7 0 16.4-4.3 23.2-13 6.8-8.7 10.2-21.1 10.2-37.2 0-18.1-3.4-33.8-10.2-47.1S394.8 290 382.4 290c-3.8 0-7.8.8-12.2 2.5-4.3 1.6-10.7 5.2-19.1 10.9zM512 96H0v32h512V96z" />',viewBox:"0 0 512 512"},Ra={name:"list-ordered",content:'<path d="M192 64h288v32H192V64zm0 160h288v32H192v-32zm0 160h288v32H192v-32zM96 32v128H64V64c-1.5 1.3-14.9 7.8-22.1 10V50.8c7.2-2.1 13.9-4.8 20.3-8 6.3-3.3 12.1-6.8 17.2-10.7L96 32zM66.7 297h61.1v23H32v-9.5c0-6.4 1.2-12.2 3.7-17.3 2.5-5.1 5.6-9.7 9.3-13.8 3.7-4.1 7.8-7.7 12.3-10.8 4.5-3.1 8.7-6 12.7-8.5 4.2-2.6 7.9-5.1 11.1-7.6 3.2-2.4 5.9-4.8 8-7.2 2.2-2.4 3.8-4.8 4.9-7.2s1.6-5 1.6-7.8c0-5.4-1.7-9.5-5.2-12.2-3.5-2.8-8.8-4.1-16-4.1-12.4 0-24.2 4.3-35.5 12.9v-24.4c12.5-7.1 26.6-10.6 42.4-10.6 7.3 0 13.8.8 19.6 2.5 5.8 1.7 10.7 4.1 14.7 7.2 4 3.1 7.1 6.9 9.2 11.3 2.1 4.4 3.2 9.3 3.2 14.8 0 5.8-1 10.9-3.1 15.5-2 4.5-4.8 8.6-8.1 12.3-3.4 3.7-7.3 7.1-11.7 10.1-4.4 3.1-9 6-13.8 8.9-3.2 2-6.3 4-9.3 5.9-3 2-5.6 3.9-7.9 5.8s-4.1 3.8-5.4 5.6c-1.3 1.8-2 3.6-2 5.2zM32 473.8V450c10.1 6 21.8 9.1 35.3 9.1 8.5 0 15.1-1.5 19.8-4.5 4.7-3 7.1-7.2 7.1-12.5 0-5.5-2.9-9.8-8.8-12.8-5.8-3-13.9-4.5-24.1-4.5h-14V404h12.9c19.6 0 29.4-5.4 29.4-16.1 0-10.1-7.5-15.1-22.6-15.1-10.1 0-19.9 2.7-29.4 8v-22.3c10.6-4.4 22.9-6.6 37-6.6 15.4 0 27.4 2.8 36 8.5s12.9 13.1 12.9 22.2c0 16.2-10 26.3-29.9 30.4v.4c10.6 1.1 19 4.3 25.2 9.5 6.2 5.3 9.2 11.7 9.2 19.4 0 11.6-5.1 20.7-15.4 27.4S88.1 480 69.9 480c-15.5 0-28.2-2.1-37.9-6.2z" />',viewBox:"0 0 512 512"},Ta={name:"list-unordered",content:'<path d="M192 64h288v32H192V64zm0 160h288v32H192v-32zm0 160h288v32H192v-32zM80 32c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm0 160c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm0 160c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48z" />',viewBox:"0 0 512 512"},ja={name:"indent",content:'<path d="M480 64H32V32h448v32zm0 32H224v32h256V96zm0 64H224v32h256v-32zm0 64H224v32h256v-32zm0 64H224v32h256v-32zm0 64H224v32h256v-32zm0 64H32v32h448v-32zM160 240 32 128v224l128-112z" />',viewBox:"0 0 512 512"},Fa={name:"outdent",content:'<path d="M480 64H32V32h448v32zm0 32H224v32h256V96zm0 64H224v32h256v-32zm0 64H224v32h256v-32zm0 64H224v32h256v-32zm0 64H224v32h256v-32zm0 64H32v32h448v-32zm-320-64V128L32 240l128 112z" />',viewBox:"0 0 512 512"},Ka={name:"insert-top",content:'<path d="M192 320h192v32H192v-32zm0-128h288v-32H192v32zm192 64H192v32h192v-32zM32 64v224l96-112L32 64z" />',viewBox:"0 0 512 512"},Za={name:"insert-middle",content:'<path d="M192 128h192v32H192v-32zm0 128h288v-32H192v32zm192 64H192v32h192v-32zM32 128v224l96-112-96-112z" />',viewBox:"0 0 512 512"},Wa={name:"insert-bottom",content:'<path d="M192 224h192v32H192v-32zm0 128h288v-32H192v32zm192-192H192v32h192v-32zM32 224v224l96-112-96-112z" />',viewBox:"0 0 512 512"},Ua={name:"align-top",content:'<path d="M480 64H32V32h448v32zm-64 32H96v32h320V96zm64 64H32v32h448v-32z" />',viewBox:"0 0 512 512"},qa={name:"align-middle",content:'<path d="M480 192H32v-32h448v32zm-64 32H96v32h320v-32zm64 64H32v32h448v-32z" />',viewBox:"0 0 512 512"},Ya={name:"align-bottom",content:'<path d="M480 352H32v-32h448v32zm-64 32H96v32h320v-32zm64 64H32v32h448v-32z" />',viewBox:"0 0 512 512"},Ga={name:"align-left",content:'<path d="M448 96H64V64h384v32zm-96 32H64v32h288v-32zm96 64H64v32h384v-32zm-96 64H64v32h288v-32zm96 64H64v32h384v-32zm-96 64H64v32h288v-32z" />',viewBox:"0 0 512 512"},Xa={name:"align-center",content:'<path d="M448 96H64V64h384v32zm-64 64H128v-32h256v32zm64 64H64v-32h384v32zm-64 64H128v-32h256v32zm64 64H64v-32h384v32zm-64 64H128v-32h256v32z" />',viewBox:"0 0 512 512"},Qa={name:"align-right",content:'<path d="M64 192h384v32H64v-32zm384-96V64H64v32h384zm-288 64h288v-32H160v32zM64 320v32h384v-32H64zm96-32h288v-32H160v32zm0 96v32h288v-32H160z" />',viewBox:"0 0 512 512"},Ja={name:"align-justify",content:'<path d="M448 160H64v-32h384v32zm0-96H64v32h384V64zM64 352h384v-32H64v32zm0-64h384v-32H64v32zm0-64h384v-32H64v32zm0 192h384v-32H64v32z" />',viewBox:"0 0 512 512"},$a={name:"align-remove",content:'<path d="m78.9 192 32 32H64v-32h14.9zM64 288h110.9l-32-32H64v32zm0 64h174.9l-32-32H64v32zm0 32v32h238.9l-32-32H64zm393.4 96 22.6-22.6-41.4-41.4h9.4v-32h-41.4l-32-32H448v-32H342.6l-32-32H448v-32H278.6l-32-32H448v-32H214.6l-32-32H448v-32H150.6l-32-32H448V64H86.6l-32-32L32 54.6" />',viewBox:"0 0 512 512"},ei={name:"text-wrap",content:'<path d="M480 96v32H96V96h384zM352 256v224H32V256h320zm-32 32H64v160h256V288zm-32 32H96v32h192v-32zm0 96v-32H96v32h192zM64 64h288V32H32v160h320v-32H64V64z" />',viewBox:"0 0 512 512"},ti={name:"horizontal-rule",content:'<path d="M320 96H32V64h288v32zm96 32H32v32h384v-32zm64 96H32v64h448v-64zM320 352H32v32h288v-32zm96 64H32v32h384v-32z" />',viewBox:"0 0 512 512"},ni={name:"table-align-top-left",content:'<path d="M32 480V0h448v480H32zM64 32v416h384V32H64zm32 64h192V64H96v32zm0 64h320v-32H96v32zm0 64h192v-32H96v32z" />',viewBox:"0 0 512 512"},oi={name:"table-align-top-center",content:'<path d="M32 480V0h448v480H32zM64 32v416h384V32H64zm288 32H160v32h192V64zm64 64H96v32h320v-32zm-64 64H160v32h192v-32z" />',viewBox:"0 0 512 512"},ri={name:"table-align-top-right",content:'<path d="M32 480V0h448v480H32zM64 32v416h384V32H64zm352 32H224v32h192V64zm0 64H96v32h320v-32zm0 64H224v32h192v-32z" />',viewBox:"0 0 512 512"},ai={name:"table-align-middle-left",content:'<path d="M32 480V0h448v480H32zM64 32v416h384V32H64zm32 160h192v-32H96v32zm0 64h320v-32H96v32zm0 64h192v-32H96v32z" />',viewBox:"0 0 512 512"},ii={name:"table-align-middle-center",content:'<path d="M32 480V0h448v480H32zM64 32v416h384V32H64zm288 128H160v32h192v-32zm64 64H96v32h320v-32zm-64 64H160v32h192v-32z" />',viewBox:"0 0 512 512"},ci={name:"table-align-middle-right",content:'<path d="M32 480V0h448v480H32zM64 32v416h384V32H64zm352 128H224v32h192v-32zm0 64H96v32h320v-32zm0 64H224v32h192v-32z" />',viewBox:"0 0 512 512"},li={name:"table-align-bottom-left",content:'<path d="M32 480V0h448v480H32zM64 32v416h384V32H64zm32 256h192v-32H96v32zm0 64h320v-32H96v32zm0 64h192v-32H96v32z" />',viewBox:"0 0 512 512"},si={name:"table-align-bottom-center",content:'<path d="M32 480V0h448v480H32zM64 32v416h384V32H64zm288 224H160v32h192v-32zm64 64H96v32h320v-32zm-64 64H160v32h192v-32z" />',viewBox:"0 0 512 512"},hi={name:"table-align-bottom-right",content:'<path d="M32 480V0h448v480H32zM64 32v416h384V32H64zm352 224H224v32h192v-32zm0 64H96v32h320v-32zm0 64H224v32h192v-32z" />',viewBox:"0 0 512 512"},vi={name:"table-align-remove",content:'<path d="M32 0v480h448V0H32zm416 448H64V32h384v416zM131.6 224l29.9 32H128v-32h3.6zm-3.6 64h63.4l29.9 32H128v-32zm123.1 64 29.9 32H128v-32h123.1zM96 92l22.6-22.6L143.5 96H384v32H173.4l29.9 32H384v32H233.1l29.9 32h121v32h-91.2l29.9 32H384v32h-31.4l63.4 68-22.6 22.6L96 92z" />',viewBox:"0 0 512 512"},ui={name:"borders-all",content:'<path d="M32 32v416h416V32H32zm32 32h160v160H64V64zm0 352V256h160v160H64zm352 0H256V256h160v160zm0-192H256V64h160v160z" />',viewBox:"0 0 512 512"},pi={name:"borders-outside",content:'<path d="M128 256H96v-32h32v32zm64-32h-32v32h32v-32zm64 0h-32v32h32v-32zm0-64h-32v32h32v-32zm0-64h-32v32h32V96zm0 256h-32v32h32v-32zm0-64h-32v32h32v-32zm64-64h-32v32h32v-32zm64 0h-32v32h32v-32zm64-192v416H32V32h416zm-32 32H64v352h352V64z" />',viewBox:"0 0 512 512"},di={name:"borders-inside",content:'<path d="M64 64H32V32h32v32zm0 32H32v32h32V96zm0 64H32v32h32v-32zm0 128H32v32h32v-32zm0 64H32v32h32v-32zM448 96h-32v32h32V96zm0 64h-32v32h32v-32zm0 128h-32v32h32v-32zm0 64h-32v32h32v-32zM128 32H96v32h32V32zm64 0h-32v32h32V32zM64 416H32v32h32v-32zm64 0H96v32h32v-32zm64 0h-32v32h32v-32zm128 0h-32v32h32v-32zm64 0h-32v32h32v-32zm64 0h-32v32h32v-32zM320 32h-32v32h32V32zm64 0h-32v32h32V32zm64 0h-32v32h32V32zm0 192H256V32h-32v192H32v32h192v192h32V256h192v-32z" />',viewBox:"0 0 512 512"},mi={name:"borders-inside-horizontal",content:'<path d="M448 224v32H32v-32h416zM64 32H32v32h32V32zm0 96H32V96h32v32zm0 64H32v-32h32v32zm0 128H32v-32h32v32zm0 64H32v-32h32v32zm384-256h-32V96h32v32zm0 64h-32v-32h32v32zm0 128h-32v-32h32v32zm0 64h-32v-32h32v32zM128 64H96V32h32v32zm64 0h-32V32h32v32zm64 0h-32V32h32v32zm0 64h-32V96h32v32zm0 64h-32v-32h32v32zm0 128h-32v-32h32v32zm0 64h-32v-32h32v32zm0 64h-32v-32h32v32zM64 416H32v32h32v-32zm64 32H96v-32h32v32zm64 0h-32v-32h32v32zm128-32h-32v32h32v-32zm64 32h-32v-32h32v32zm64 0h-32v-32h32v32zM320 32h-32v32h32V32zm64 32h-32V32h32v32zm64 0h-32V32h32v32z" />',viewBox:"0 0 512 512"},fi={name:"borders-inside-vertical",content:'<path d="M256 448h-32V32h32v416zM448 64V32h-32v32h32zm-96 0V32h32v32h-32zm-64 0V32h32v32h-32zm-128 0V32h32v32h-32zm-64 0V32h32v32H96zm256 384v-32h32v32h-32zm-64 0v-32h32v32h-32zm-128 0v-32h32v32h-32zm-64 0v-32h32v32H96zm320-320V96h32v32h-32zm0 64v-32h32v32h-32zm0 64v-32h32v32h-32zm-64 0v-32h32v32h-32zm-64 0v-32h32v32h-32zm-128 0v-32h32v32h-32zm-64 0v-32h32v32H96zm-64 0v-32h32v32H32zM64 64V32H32v32h32zm-32 64V96h32v32H32zm0 64v-32h32v32H32zm32 128v-32H32v32h32zm-32 64v-32h32v32H32zm0 64v-32h32v32H32zm416-128v-32h-32v32h32zm-32 64v-32h32v32h-32zm0 64v-32h32v32h-32z" />',viewBox:"0 0 512 512"},zi={name:"border-top",content:'<path d="M448 32v32H32V32h416zM64 96H32v32h32V96zm0 96H32v-32h32v32zm0 64H32v-32h32v32zm0 64H32v-32h32v32zm0 64H32v-32h32v32zm384-192h-32v-32h32v32zm0 64h-32v-32h32v32zm0 64h-32v-32h32v32zm0 64h-32v-32h32v32zM128 256H96v-32h32v32zm64 0h-32v-32h32v32zm64-128h-32V96h32v32zm0 64h-32v-32h32v32zm0 64h-32v-32h32v32zm0 64h-32v-32h32v32zm0 64h-32v-32h32v32zm0 64h-32v-32h32v32zM64 416H32v32h32v-32zm64 32H96v-32h32v32zm64 0h-32v-32h32v32zm128-32h-32v32h32v-32zm64 32h-32v-32h32v32zm64 0h-32v-32h32v32zM320 224h-32v32h32v-32zm64 32h-32v-32h32v32zm64-128h-32V96h32v32z" />',viewBox:"0 0 512 512"},gi={name:"border-bottom",content:'<path d="M32 448v-32h416v32H32zm32-96H32v32h32v-32zm0-32H32v-32h32v32zm0-64H32v-32h32v32zm0-64H32v-32h32v32zm0-64H32V96h32v32zm384 192h-32v-32h32v32zm0-64h-32v-32h32v32zm0-64h-32v-32h32v32zm0-64h-32V96h32v32zM128 256H96v-32h32v32zm64 0h-32v-32h32v32zm64 128h-32v-32h32v32zm0-64h-32v-32h32v32zm0-64h-32v-32h32v32zm0-64h-32v-32h32v32zm0-64h-32V96h32v32zm0-64h-32V32h32v32zM64 32H32v32h32V32zm64 32H96V32h32v32zm64 0h-32V32h32v32zm128-32h-32v32h32V32zm64 32h-32V32h32v32zm64 0h-32V32h32v32zM320 224h-32v32h32v-32zm64 32h-32v-32h32v32zm64 128h-32v-32h32v32z" />',viewBox:"0 0 512 512"},yi={name:"border-left",content:'<path d="M32 32h32v416H32V32zm96 32V32H96v32h32zm32 0V32h32v32h-32zm64 0V32h32v32h-32zm64 0V32h32v32h-32zm64 0V32h32v32h-32zM160 448v-32h32v32h-32zm64 0v-32h32v32h-32zm64 0v-32h32v32h-32zm64 0v-32h32v32h-32zM224 128V96h32v32h-32zm0 64v-32h32v32h-32zM96 256v-32h32v32H96zm64 0v-32h32v32h-32zm64 0v-32h32v32h-32zm64 0v-32h32v32h-32zm64 0v-32h32v32h-32zm64 0v-32h32v32h-32zm32-192V32h-32v32h32zm-32 64V96h32v32h-32zm0 64v-32h32v32h-32zm32 128v-32h-32v32h32zm-32 64v-32h32v32h-32zm0 64v-32h32v32h-32zM256 320v-32h-32v32h32zm-32 64v-32h32v32h-32zM96 448v-32h32v32H96z" />',viewBox:"0 0 512 512"},bi={name:"border-right",content:'<path d="M448 448h-32V32h32v416zM384 64V32h-32v32h32zm-96 0V32h32v32h-32zm-64 0V32h32v32h-32zm-64 0V32h32v32h-32zm-64 0V32h32v32H96zm192 384v-32h32v32h-32zm-64 0v-32h32v32h-32zm-64 0v-32h32v32h-32zm-64 0v-32h32v32H96zm128-320V96h32v32h-32zm0 64v-32h32v32h-32zm128 64v-32h32v32h-32zm-64 0v-32h32v32h-32zm-64 0v-32h32v32h-32zm-64 0v-32h32v32h-32zm-64 0v-32h32v32H96zm-64 0v-32h32v32H32zM64 64V32H32v32h32zm-32 64V96h32v32H32zm0 64v-32h32v32H32zm32 128v-32H32v32h32zm-32 64v-32h32v32H32zm0 64v-32h32v32H32zm224-128v-32h-32v32h32zm-32 64v-32h32v32h-32zm128 64v-32h32v32h-32z" />',viewBox:"0 0 512 512"},Hi={name:"borders-none",content:'<path d="M384 64V32h-32v32h32zm-96 0V32h32v32h-32zm-64 0V32h32v32h-32zm-64 0V32h32v32h-32zm-64 0V32h32v32H96zm192 384v-32h32v32h-32zm-64 0v-32h32v32h-32zm-64 0v-32h32v32h-32zm-64 0v-32h32v32H96zm128-320V96h32v32h-32zm0 64v-32h32v32h-32zm128 64v-32h32v32h-32zm-64 0v-32h32v32h-32zm-64 0v-32h32v32h-32zm-64 0v-32h32v32h-32zm-64 0v-32h32v32H96zm-64 0v-32h32v32H32zM64 64V32H32v32h32zm-32 64V96h32v32H32zm0 64v-32h32v32H32zm32 128v-32H32v32h32zm-32 64v-32h32v32H32zm0 64v-32h32v32H32zm384-192v-32h32v32h-32zm32-192V32h-32v32h32zm-32 64V96h32v32h-32zm0 64v-32h32v32h-32zm32 128v-32h-32v32h32zm-32 64v-32h32v32h-32zm0 64v-32h32v32h-32zM256 320v-32h-32v32h32zm-32 64v-32h32v32h-32zm128 64v-32h32v32h-32z" />',viewBox:"0 0 512 512"},wi={name:"borders-show-hide",content:'<path d="M64 448h128v32H32V32h448v128h-32V64H64v384zm384 0h-64v32h96v-96h-32v64zM160 288v-64H96v64h64zm64 0h64v-64h-64v64zm160-32v-32h-32v32h32zM288 96h-64v64h64V96zm0 384L160 352l45-45 83 83 147-147 45 45-192 192z" />',viewBox:"0 0 512 512"},xi={name:"form",content:'<path d="M416 32V0h-32v32h-32V0h-32v32h-32V0h-32v32h-32V0h-32v32h-32V0h-32v32H96V0H64v32H32v32H0v32h32v32H0v32h32v32H0v32h32v32H0v32h32v32H0v32h32v32H0v32h32v32h32v32h32v-32h32v32h32v-32h32v32h32v-32h32v32h32v-32h32v32h32v-32h32v32h32v-32h32v-32h32v-32h-32v-32h32v-32h-32v-32h32v-32h-32v-32h32v-32h-32v-32h32v-32h-32V96h32V64h-32V32h-32zm0 384H64V64h352v352zm32 64v-32h32v32h-32zm32-448h-32V0h32v32zM0 448h32v32H0v-32zM32 0v32H0V0h32z" />',viewBox:"0 0 512 512"},Mi={name:"form-element",content:'<path d="M416 32V0h-32v32h-32V0h-32v32h-32V0h-32v32h-32V0h-32v32h-32V0h-32v32H96V0H64v32H32v32H0v32h32v32H0v32h32v32H0v32h32v32H0v32h32v32H0v32h32v32H0v32h32v32h32v32h32v-32h32v32h32v-32h32v32h32v-32h32v32h32v-32h32v32h32v-32h32v32h32v-32h32v-32h32v-32h-32v-32h32v-32h-32v-32h32v-32h-32v-32h32v-32h-32v-32h32v-32h-32V96h32V64h-32V32h-32zm0 384H64V64h352v352zm32 64v-32h32v32h-32zm32-448h-32V0h32v32zM0 448h32v32H0v-32zM32 0v32H0V0h32zm160 128H96v32h96v-32zm192 0H224v32h160v-32zm0 64H224v32h160v-32zm0 64H224v32h160v-32zm0 64H224v32h160v-32zm-192 0H96v32h96v-32zm0-64H96v32h96v-32zm0-64H96v32h96v-32z" />',viewBox:"0 0 512 512"},Ii={name:"code-snippet",content:'<path d="M416 32V0h-32v32h-32V0h-32v32h-32V0h-32v32h-32V0h-32v32h-32V0h-32v32H96V0H64v32H32v32H0v32h32v32H0v32h32v32H0v32h32v32H0v32h32v32H0v32h32v32H0v32h32v32h32v32h32v-32h32v32h32v-32h32v32h32v-32h32v32h32v-32h32v32h32v-32h32v32h32v-32h32v-32h32v-32h-32v-32h32v-32h-32v-32h32v-32h-32v-32h32v-32h-32v-32h32v-32h-32V96h32V64h-32V32h-32zm0 256v128H64V64h352v224zM32 0v32H0V0h32zM0 448h32v32H0v-32zm198.6-265.4L141.3 240l57.4 57.4L176 320l-80-80 80-80 22.6 22.6zM304 160l80 80-80 80-22.6-22.6 57.4-57.4-57.4-57.4L304 160zM480 32h-32V0h32v32zm-32 448v-32h32v32h-32z" />',viewBox:"0 0 512 512"},Vi={name:"select-all",content:'<path d="M448 448h32v32h-32v-32zm0-448h32v32h-32V0zM0 448h32v32H0v-32zM0 0h32v32H0V0zm448 384h32v32h-32v-32zm0-64h32v32h-32v-32zm0-64h32v32h-32v-32zm0-64h32v32h-32v-32zm0-64h32v32h-32v-32zm0-64h32v32h-32V64zM0 384h32v32H0v-32zm0-64h32v32H0v-32zm0-64h32v32H0v-32zm0-64h32v32H0v-32zm0-64h32v32H0v-32zm0-64h32v32H0V64zm128 384h32v32h-32v-32zm-64 0h32v32H64v-32zm128 0h32v32h-32v-32zm64 0h32v32h-32v-32zm64 0h32v32h-32v-32zm64 0h32v32h-32v-32zM64 0h32v32H64V0zm64 0h32v32h-32V0zm64 0h32v32h-32V0zm64 0h32v32h-32V0zm64 0h32v32h-32V0zm64 0h32v32h-32V0zm-96 64 53.4 53.4L240 218.9 138.6 117.4 192 64H64v128l53.5-53.5L218.9 240 117.5 341.5 64 288v128h128l-53.4-53.4L240 261.1l101.4 101.5L288 416h128V288l-53.5 53.5L261.1 240l101.4-101.5L416 192V64H288z" />',viewBox:"0 0 512 512"},ki={name:"button",content:'<path d="m130.1 130.1 36.1 93.9H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h384c17.6 0 32 14.4 32 32v128c0 17.6-14.4 32-32 32h-73.8l-244.1-93.9zM480 299 185.8 185.8 299 480l22.6-113.1L434.7 480l45.3-45.3-113.1-113.1L480 299z" />',viewBox:"0 0 512 512"},Oi={name:"select-box",content:'<path d="M384 352H128v-32h256v32zm0 32H128v32h256v-32zm0-128H128v32h256v-32zm96-192v128c0 17.6-14.4 32-32 32v224c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V224c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h384c17.6 0 32 14.4 32 32zM352 96l32 64 32-64h-64zm64 128H96v224h320V224z" />',viewBox:"0 0 512 512"},Ci={name:"calendar-date",content:'<path d="M448 32h-64V0h-64v32H192V0h-64v32H64c-17.6 0-32 14.4-32 32v384c0 17.6 14.4 32 32 32h384c17.6 0 32-14.4 32-32V64c0-17.6-14.4-32-32-32zm0 416-383.9.1-.1-.1V192h384v256zm0-288H64V64.1l.1-.1H128v32h64V64h128v32h64V64h63.9l.1.1V160zM192 270.6S171.9 288 142 288v-32c29.9 0 58-32 58-32h24v192h-32V270.6zM384 416H256v-14.2c0-9.7 1.6-18.4 4.8-26 3.3-7.7 7.3-14.6 12.2-20.7 4.8-6.1 10.2-11.5 15.9-16.2 5.7-4.7 11.3-8.9 16.4-12.7 5.5-3.9 10.3-7.7 14.4-11.3 4.2-3.6 7.6-7.2 10.4-10.7 2.8-3.5 4.9-7.1 6.3-10.8 1.4-3.6 2.1-7.5 2.1-11.7 0-8.1-2.3-14.1-6.8-18.4-4.5-4.1-11.5-6.2-20.7-6.2-16 0-31.5 6.4-46.1 19.4v-37.1c16.5-10.6 35-16.1 55.5-16.1 9.6 0 18.2 1.3 25.7 3.8 7.6 2.5 14.1 6.1 19.3 10.7s9.3 10.3 12.1 17c2.7 6.6 4.1 14.1 4.1 22.3 0 8.7-1.4 16.6-4 23.3-2.7 6.8-6.3 12.9-10.6 18.5-4.5 5.6-9.5 10.6-15.3 15.2-5.8 4.6-11.8 9.1-18 13.4-4.2 3-8.3 5.9-12.2 8.9-3.9 2.9-7.4 5.8-10.4 8.7-3 2.9-5.3 5.7-7.1 8.4-1.9 2.7-2.7 7.8-2.7 10.3H384V416z" />',viewBox:"0 0 512 512"},Ei={name:"group-box",content:'<path d="M144 81.6c-10.6-7.5-25.2-11.1-44.1-11.1-40.5 0-61.7 15-63.6 45.2h26.1c.7-16.8 12.8-25 36-25 11 0 19.2 1.6 24.4 4.8 2.6 1.6 4.6 3.3 6.2 5.1 1.5 1.9 2.5 4 3.2 6.6.7 2.6 1.2 5.6 1.4 9.4.1 3.6.1 8.2.1 13.6h-12.8c-59.4 0-89.1 17.2-89.1 51.4 0 6.4 1.3 12 3.8 17.2 2.5 5.3 6 9.7 10.4 13.4 4.4 3.8 9.7 6.6 16 8.7 6.1 2.2 12.8 3.2 20 3.2 20.9 0 38.2-6.2 51.7-18.6v17.9H160v-97.8c0-22.1-5.4-36.7-16-44zm-10.1 100.2c-2.3 3.3-5.1 6.2-8.4 9-3.2 2.6-6.8 4.9-10.7 6.8-3.9 1.9-8 3.3-12.2 4.3-4.2 1-8.6 1.4-12.8 1.4-9.6 0-17-2-22.5-5.9-5.5-4-8.3-9.8-8.3-17.2 0-20.7 18.9-30.9 56.9-30.9h18v32.5zM316 115.7c-2.7-9.3-6.6-17.2-11.8-23.8-5-6.4-11.4-11.5-18.7-15-7.5-3.4-16-5.2-25.5-5.2-16.4 0-30.2 6.9-41.7 20.5V32H192v192h26.2v-14.8c10.9 9.7 24.3 14.8 40 14.8 8.8 0 17-1.9 24.5-5.4 7.6-3.7 14.1-8.9 19.7-15.5 5.5-6.7 9.8-14.9 13-24.4 3-9.6 4.6-20.4 4.6-32.1 0-11.5-1.3-21.8-4-30.9zm-32.6 73.6c-6.6 9.5-15.6 14.2-26.8 14.2-14.5 0-27.4-5.9-38.4-17.8v-69.1c11.9-16.6 25-24.9 39.4-24.9 11.4 0 20 4.6 26.2 13.9 6.2 9.2 9.3 22.9 9.3 41 .1 18.9-3.2 33.3-9.7 42.7zM450 110c1.8 3.2 2.7 6.9 3 11.2h27c-.9-7.3-3.1-13.8-6.4-19.6-3.3-5.8-7.6-10.5-12.7-14.2-5.2-3.9-11.2-6.8-18-8.8-6.9-2-14.2-3-22.2-3-10.3 0-19.5 1.6-28 4.9-8.5 3.3-15.7 8.1-21.8 14.4-6 6.3-10.7 14.1-14 23.3-3.3 9.2-4.9 19.7-4.9 31.5 0 11.9 1.6 22.5 4.9 31.7 3.1 9.2 7.8 17 13.9 23.2 6 6.3 13.3 11.1 21.8 14.4 8.3 3.3 17.9 5 28.2 5 8 0 15.3-1 22.2-3 6.8-2 12.8-4.9 18-8.8 5.1-3.9 9.4-8.8 12.7-14.4 3.3-5.6 5.5-12.1 6.4-19.6h-27c-.3 4.2-1.2 7.9-3 11.2-1.8 3.2-4.2 5.9-7 8.1-3 2.2-6.3 3.9-10.1 4.9-3.9 1.2-7.9 1.7-12.2 1.7-6.3 0-11.9-1.2-17-3.5-5.2-2.3-9.7-5.8-13.4-10.4-3.7-4.5-6.6-10.2-8.5-17-2.1-6.8-3.1-14.7-3.1-23.6 0-9.1 1-17.1 3.1-23.9 2.1-6.9 5.1-12.5 8.8-17.1 3.7-4.5 8-7.8 13.3-10.1 5.1-2.3 10.7-3.5 16.8-3.5 4.3 0 8.3.6 12.2 1.7 3.9 1.2 7.2 2.7 10.1 4.9 2.8 2.4 5.2 5.1 6.9 8.4zM128 256h256v32H128v-32zm0 64h256v32H128v-32zm0 64h256v32H128v-32zm256 32H128v-32h256v32zm0-128H128v-32h256v32zm0 64H128v-32h256v32zm32-96h32v192c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V256h32v192h320V256z" />',viewBox:"0 0 512 512"},Bi={name:"textarea",content:'<path d="M448 448h-32V256h32v192zM194 334c1.8 3.2 2.7 6.9 3 11.2h27c-.9-7.3-3.1-13.8-6.4-19.6-3.3-5.8-7.6-10.5-12.7-14.2-5.2-3.9-11.2-6.8-18-8.8-6.9-2-14.2-3-22.2-3-10.3 0-19.5 1.6-28 4.9-8.5 3.3-15.7 8.1-21.8 14.4-6 6.3-10.7 14.1-14 23.3-3.3 9.2-4.9 19.7-4.9 31.5 0 11.9 1.6 22.5 4.9 31.7 3.1 9.2 7.8 17 13.9 23.2 6 6.3 13.3 11.1 21.8 14.4 8.3 3.3 17.9 5 28.2 5 8 0 15.3-1 22.2-3 6.8-2 12.8-4.9 18-8.8 5.1-3.9 9.4-8.8 12.7-14.4 3.3-5.6 5.5-12.1 6.4-19.6h-27c-.3 4.2-1.2 7.9-3 11.2-1.8 3.2-4.2 5.9-7 8.1-3 2.2-6.3 3.9-10.1 4.9-3.9 1.2-7.9 1.7-12.2 1.7-6.3 0-11.9-1.2-17-3.5-5.2-2.3-9.7-5.8-13.4-10.4-3.7-4.5-6.6-10.2-8.5-17-2.1-6.8-3.1-14.7-3.1-23.6 0-9.1 1-17.1 3.1-23.9 2.1-6.9 5.1-12.5 8.8-17.1 3.7-4.5 8-7.8 13.3-10.1 5.1-2.3 10.7-3.5 16.8-3.5 4.3 0 8.3.6 12.2 1.7 3.9 1.2 7.2 2.7 10.1 4.9 2.8 2.4 5.2 5.1 6.9 8.4zm14-252.4c-10.6-7.5-25.2-11.1-44.1-11.1-40.5 0-61.7 15-63.6 45.2h26.1c.7-16.8 12.8-25 36-25 11 0 19.2 1.6 24.4 4.8 2.6 1.6 4.6 3.3 6.2 5.1 1.5 1.9 2.5 4 3.2 6.6.7 2.6 1.2 5.6 1.4 9.4.1 3.6.1 8.2.1 13.6h-12.8c-59.4 0-89.1 17.2-89.1 51.4 0 6.4 1.3 12 3.8 17.2 2.5 5.3 6 9.7 10.4 13.4 4.4 3.8 9.7 6.6 16 8.7 6.1 2.2 12.8 3.2 20 3.2 20.9 0 38.2-6.2 51.7-18.6v17.9H224v-97.8c0-22.1-5.4-36.7-16-44zm-10.1 100.2c-2.3 3.3-5.1 6.2-8.4 9-3.2 2.6-6.8 4.9-10.7 6.8-3.9 1.9-8 3.3-12.2 4.3-4.2 1-8.6 1.4-12.8 1.4-9.6 0-17-2-22.5-5.9-5.5-4-8.3-9.8-8.3-17.2 0-20.7 18.9-30.9 56.9-30.9h18v32.5zM380 115.7c-2.7-9.3-6.6-17.2-11.8-23.8-5-6.4-11.4-11.5-18.7-15-7.5-3.4-16-5.2-25.5-5.2-16.4 0-30.2 6.9-41.7 20.5V32H256v192h26.2v-14.8c10.9 9.7 24.3 14.8 40 14.8 8.8 0 17-1.9 24.5-5.4 7.6-3.7 14.1-8.9 19.7-15.5 5.5-6.7 9.8-14.9 13-24.4 3-9.6 4.6-20.4 4.6-32.1 0-11.5-1.3-21.8-4-30.9zm-32.6 73.6c-6.6 9.5-15.6 14.2-26.8 14.2-14.5 0-27.4-5.9-38.4-17.8v-69.1c11.9-16.6 25-24.9 39.4-24.9 11.4 0 20 4.6 26.2 13.9 6.2 9.2 9.3 22.9 9.3 41 .1 18.9-3.2 33.3-9.7 42.7zM256 370.6c0 11.8 1.6 22.5 4.6 32.1 3.2 9.5 7.5 17.6 13 24.4 5.6 6.6 12.1 11.8 19.7 15.5 7.5 3.6 15.7 5.4 24.5 5.4 15.7 0 29.1-5 40-14.8V448H384V256h-26.2v60.1c-11.5-13.6-25.3-20.5-41.7-20.5-9.5 0-18 1.7-25.5 5.2-7.3 3.6-13.7 8.6-18.7 15-5.2 6.6-9.1 14.5-11.8 23.8-2.8 9.2-4.1 19.5-4.1 31zm26.8 0c0-18.1 3.2-31.8 9.3-41 6.2-9.3 14.8-13.9 26.2-13.9 14.4 0 27.5 8.3 39.4 24.9v69.1c-11.1 11.9-23.9 17.8-38.4 17.8-11.2 0-20.2-4.7-26.8-14.2-6.4-9.4-9.7-23.8-9.7-42.7z" />',viewBox:"0 0 512 512"},Si={name:"textbox",content:'<path d="M208 209.6c-10.6-7.5-25.2-11.1-44.1-11.1-40.5 0-61.7 15-63.6 45.2h26.1c.7-16.8 12.8-25 36-25 11 0 19.2 1.6 24.4 4.8 2.6 1.6 4.6 3.3 6.2 5.1 1.5 1.9 2.5 4 3.2 6.6.7 2.6 1.2 5.6 1.4 9.4.1 3.6.1 8.2.1 13.6h-12.8c-59.4 0-89.1 17.2-89.1 51.4 0 6.4 1.3 12 3.8 17.2 2.5 5.3 6 9.7 10.4 13.4 4.4 3.8 9.7 6.6 16 8.7 6.1 2.2 12.8 3.2 20 3.2 20.9 0 38.2-6.2 51.7-18.6v17.9H224v-97.8c0-22.1-5.4-36.7-16-44zm-10.1 100.2c-2.3 3.3-5.1 6.2-8.4 9-3.2 2.6-6.8 4.9-10.7 6.8-3.9 1.9-8 3.3-12.2 4.3-4.2 1-8.6 1.4-12.8 1.4-9.6 0-17-2-22.5-5.9-5.5-4-8.3-9.8-8.3-17.2 0-20.7 18.9-30.9 56.9-30.9h18v32.5zm170.3-89.9c-5-6.4-11.4-11.5-18.7-15-7.5-3.4-16-5.2-25.5-5.2-16.4 0-30.2 6.9-41.7 20.5V160H256v192h26.2v-14.8c10.9 9.7 24.3 14.8 40 14.8 8.8 0 17-1.9 24.5-5.4 7.6-3.7 14.1-8.9 19.7-15.5 5.5-6.7 9.8-14.9 13-24.4 3-9.6 4.6-20.4 4.6-32.1 0-11.5-1.3-21.8-4-31-2.8-9.3-6.7-17.1-11.8-23.7zm-20.8 97.4c-6.6 9.5-15.6 14.2-26.8 14.2-14.5 0-27.4-5.9-38.4-17.8v-69.1c11.9-16.6 25-24.9 39.4-24.9 11.4 0 20 4.6 26.2 13.9 6.2 9.2 9.3 22.9 9.3 41 .1 18.9-3.2 33.3-9.7 42.7zM448 64v384h-32V64h32z" />',viewBox:"0 0 512 512"},Pi={name:"textbox-hidden",content:'<path d="M0 160h32v64H0v-64zm0-32h32V64H0v64zm0 288h32v-64H0v64zm160 96h64v-32h-64v32zm-96 0h64v-32H64v32zM352 0h-64v32h64V0zm-96 0h-64v32h64V0zM0 512h32v-64H0v64zM448 0h-64v32h64V0zM160 0H96v32h64V0zM64 0H0v32h64V0zM0 320h32v-64H0v64zm480 128h32v-64h-32v64zm0-96h32v-64h-32v64zm0-96h32v-64h-32v64zm0-96h32V96h-32v64zm0-160v64h32V0h-32zm-32 512h64v-32h-64v32zm-192 0h64v-32h-64v32zm96 0h64v-32h-64v32zm-6-165.4c-7.4 3.6-15.6 5.4-24.3 5.4-15.6 0-28.9-5-39.7-14.8V352h-26V160h26v60.1c11.4-13.6 25.1-20.5 41.4-20.5 9.4 0 17.9 1.7 25.3 5.2 7.2 3.6 13.6 8.6 18.6 15 5.2 6.6 9 14.5 11.7 23.8 2.7 9.2 4 19.5 4 31 0 11.8-1.6 22.5-4.6 32.1-3.2 9.5-7.4 17.6-12.9 24.4-5.5 6.6-12 11.7-19.5 15.5zm10.9-72c0-18.1-3.2-31.8-9.3-41-6.2-9.3-14.8-13.9-26.2-13.9-14.4 0-27.5 8.3-39.4 24.9v69.1c11.1 11.9 23.9 17.8 38.4 17.8 11.2 0 20.2-4.7 26.8-14.2 6.4-9.4 9.7-23.8 9.7-42.7zM224 253.5V351h-26v-17.6S167.1 352 146.2 352c-7.3 0-13.9-1-20-3.2-6.2-2-11.6-4.9-16-8.7-4.5-3.8-8-8.1-10.4-13.4-2.5-5.2-3.8-10.8-3.8-17.2 0-34.2 29.8-51.4 89.1-51.5h12.8c0-5.2 0-9.9-.1-13.5-.3-3.8-.7-6.8-1.4-9.4-.7-2.6-1.7-4.8-3.2-6.6-1.6-1.7-3.6-3.5-6.2-5.1-5.2-3.2-13.4-4.8-24.4-4.8-23.2 0-35.3 8.2-36 24.4h-26.1c1.9-29.6 23.1-44.6 63.6-44.6 18.9 0 33.5 3.6 44.1 11.1 10.4 7.4 15.8 22 15.8 44zM198 277h-18c-38 0-56.9 10.3-56.9 30.9 0 7.4 2.8 13.1 8.3 17.2 5.5 3.9 12.9 5.9 22.5 5.9 4.2 0 8.6-.4 12.8-1.4s8.3-2.5 12.2-4.3c3.9-1.9 7.5-4.2 10.7-6.8 3.3-2.7 6.1-5.6 8.4-9V277zM448 64h-32v384h32V64z" />',viewBox:"0 0 512 512"},Li={name:"password",content:'<path d="M480 64v384h-32V64h32zM174.2 221.1l-11.3-11.3-34.9 34.9V192H96v52.7l-34.9-34.9-11.3 11.3L84.7 256H32v32h52.7l-34.9 34.9 11.3 11.3L96 299.3V352h32v-52.7l34.9 34.9 11.3-11.3-34.9-34.9H192v-32h-52.7l34.9-34.9zm224 0-11.3-11.3-34.9 34.9V192h-32v52.7l-34.9-34.9-11.3 11.3 34.9 34.9H256v32h52.7l-34.9 34.9 11.3 11.3 34.9-34.9V352h32v-52.7l34.9 34.9 11.3-11.3-34.9-34.9H416v-32h-52.7l34.9-34.9z" />',viewBox:"0 0 512 512"},Ni={name:"paragraph-add",content:'<path d="M320 96h-64v352h-32V96h-64v352h-32V256c-53 0-96-43-96-96s43-96 96-96h192v32zm96 256v-64h-32v64h-64v32h64v64h32v-64h64v-32h-64z" />',viewBox:"0 0 512 512"},_i={name:"edit-tools",content:'<path d="m260.6 288 11.5 31.5 56.2-56.6L244.2 32H139.8L0 416h76.8l28-76.8 18.6-51.2h137.2zm-17.5-48H140.9L192 99.5 243.1 240zM224 413.3V480h66.7l169.7-168.5-67.9-67.9L224 413.3zm55.3 34-22.6-22.6 135.8-135.8 22.6 22.6-135.8 135.8zm223.4-178-22.6 22.6-67.9-67.9 22.5-22.7c12.5-12.4 32.9-12.4 45.3 0l22.7 22.7c12.4 12.4 12.4 32.8 0 45.3z" />',viewBox:"0 0 512 512"},Di={name:"template-manager",content:'<path d="M377.2 292.1c-5.5 5.3-7.2 6.4-7.4 6.6-.2.1-.4.2-.9.2-.1-.2-.3-.7-.5-1.7s-.5-4.2-.5-15.1v-31.7c0-9.9-.7-16.2-2.3-19.7-2.4-5.4-6.1-9.4-11.2-12-6.2-3.1-14-4.7-23.3-4.7-12.3 0-22.1 2.8-29 8.4-7.2 5.7-10.9 12.3-10.9 19.4 0 4.1 1.2 7.5 3.6 10 2.5 2.7 5.7 4 9.6 4 3.9 0 7.2-1.3 9.6-3.8 2.4-2.4 3.6-5.9 3.6-10.2l-.2-5.8c0-1.9.9-3.5 2.7-5.1 1.8-1.6 4.4-2.4 7.9-2.4 4.7 0 8.1 1.3 10.4 3.9 1.7 1.9 3.6 6.3 3.6 16.8v.9c-15.6 5.6-26.5 10.2-33.4 14.1-7.8 4.4-13.1 9.1-16.3 14.3-2.5 3.9-3.7 8.5-3.7 13.8 0 8.2 2.5 14.9 7.5 20 5 5.2 11.6 7.8 19.4 7.8 4.9 0 9.5-1 13.8-2.9 2.2-1 6.6-3.9 13.5-8.9.7 2.9 1.9 5.2 3.5 6.9 2.8 3.1 6.6 4.7 11.2 4.7 8.5 0 17.1-5.6 25.7-16.8l.8-1v-16.3l-6.8 6.3zm-35.2-.2c-8.9 6.7-14.1 8.1-16.9 8.1h-.1c-2.8 0-5.1-1.1-7.4-3.6-2.3-2.4-3.5-5.6-3.5-9.5 0-3 .9-5.8 2.8-8.4 2.1-2.8 5.7-5.6 10.6-8.2 2.4-1.3 7.2-3.4 14.4-6.2l.1 27.8zm-97.9 12.2c-1.3-1.4-4-5.6-7.9-17.9L195.6 160h-7.7l-41 124.9c-4.1 12.7-7 17.9-8.8 20.1-.3.4-1.8 1.8-7.4 3.1l-2.8.6V320h43v-11.7l-3.2-.3c-6.6-.6-8.3-2-8.6-2.3-.9-.9-1.3-1.9-1.3-3 0-1.6.5-4.8 2.6-11.5l5.3-16.2h42.1l4.6 14c2.6 8.1 3.1 12 3.1 13.8 0 1.3-.4 2.2-1.3 3.2-.3.4-1.9 1.6-7 1.9l-3.3.2V320h52v-11.8l-3.2-.3c-3.8-.3-6.6-1.5-8.6-3.8zM172.5 254l14.7-44.6 14.4 44.6h-29.1zM352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288zm-224-32h-64v-64h64v64zm96 0h-64v-64h64v64zm96 0h-64v-64h64v64z" />',viewBox:"0 0 512 512"},Ai={name:"change-manually",content:'<path d="m416 353 32-32v159H32V32h416v64h-32V64H64v384h352v-95zm-192-3.7V416h66.7l169.7-168.5-67.9-67.9L224 349.3zm55.3 34-22.6-22.6 135.8-135.8 22.6 22.6-135.8 135.8zM502.7 160 480 137.3c-12.4-12.4-32.8-12.4-45.3 0L412.2 160l67.9 67.9 22.6-22.6c12.4-12.5 12.4-32.9 0-45.3zM191.9 416H167v-22h-.6c-7.9 14.6-19.4 22-34.6 22-11.2 0-20-3.3-26.3-9.8S96 391 96 380.3c0-23.1 12.4-36.5 37.2-40.4l33.9-5.1c0-17.4-7.7-26.1-23.2-26.1-13.6 0-25.8 5-36.8 15v-24.2c12-7.6 25.9-11.5 41.7-11.5 28.8 0 43.3 15.2 43.3 45.6V416h-.2zM167 353.1l-23.9 3.6c-7.4 1-13 3-16.8 5.8s-5.6 7.8-5.6 14.9c0 5.2 1.7 9.4 5.2 12.7 3.5 3.3 8.1 5 13.9 5 7.9 0 14.4-3 19.5-8.9 5.2-5.9 7.7-13.4 7.7-22.4v-10.7z" />',viewBox:"0 0 512 512"},Ri={name:"track-changes",content:'<path d="m412.2 256 22.6-22.6c12.4-12.4 32.8-12.4 45.3 0l22.6 22.6c12.4 12.4 12.4 32.8 0 45.3L480 323.8 412.2 256zm-19.7 19.6L250.9 417.2 224 445.3V512h66.7l28.1-26.9 141.6-141.6-67.9-67.9zM279.3 479.3 268 468l-11.3-11.3 135.8-135.8 22.6 22.6-135.8 135.8zM288 160H160v32h128v-32zm64 64H160v32h192v-32zm-64 64H160v32h128v-32zm-64 64h-64v32h64v-32zm188.2-96 22.6-22.6c12.4-12.4 32.8-12.4 45.3 0l22.6 22.6c12.4 12.4 12.4 32.8 0 45.3L480 323.8 412.2 256zm-19.7 19.6L250.9 417.2 224 445.3V512h66.7l28.1-26.9 141.6-141.6-67.9-67.9zM279.3 479.3 268 468l-11.3-11.3 135.8-135.8 22.6 22.6-135.8 135.8zM96 416V64h224v96h96v32h32v-64l-96-96H96c-17.7 0-32 14.3-32 32v352c0 17.7 14.3 32 32 32h96v-32H96zM0 512h192v-32H0v32z" />',viewBox:"0 0 512 512"},Ti={name:"track-changes-enable",content:'<path d="M502.7 173.3 480 195.8 412.2 128l22.6-22.6c12.4-12.4 32.8-12.4 45.3 0l22.6 22.6c12.4 12.4 12.4 32.8 0 45.3zm-110.2-25.7 67.9 67.9-141.6 141.6-28.1 26.9H224v-66.7l26.9-28.1 141.6-141.6zm22.6 67.9-22.6-22.6-135.8 135.8L268 340l11.3 11.3 135.8-135.8zM160 320h32v-32h-32v32zm0-64h96v-32h-96v32zm128-96H160v32h128v-32zM160 384h32v-32h-32v32zm256 64H96V64h224v96l80.11-79.89L352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V273.155l-32 32V448z" />',viewBox:"0 0 512 512"},ji={name:"track-changes-accept",content:'<path d="M128 128H96V64c0-17.7 14.3-32 32-32h224l64 64h-96V64H128v64zm122.9 193.2L224 349.3V416h66.7l28.1-26.9 141.6-141.6-67.9-67.9-141.6 141.6zm28.4 62.1L268 372l-11.3-11.3 135.8-135.8 22.6 22.6-135.8 135.8zM416 337.155l32-32V448c0 17.7-14.3 32-32 32H128c-17.7 0-32-14.3-32-32v-96h32v96h288V337.155zM502.7 205.3 480 227.8 412.2 160l22.6-22.6c12.4-12.4 32.8-12.4 45.3 0l22.6 22.6c12.4 12.4 12.4 32.8 0 45.3zM288 144 112 320 0 208l45-45 67 67L243 99l45 45zm-96 272h-32v-32h32v32z" />',viewBox:"0 0 512 512"},Fi={name:"track-changes-accept-all",content:'<path d="M128 160H96V96c0-17.7 14.3-32 32-32h224l64 64h-96V96H128v64zm264.5 51.6 67.9 67.9-141.6 141.6-28.1 26.9H224v-66.7l26.9-28.1 141.6-141.6zm22.6 67.9-22.6-22.6-135.8 135.8L268 404l11.3 11.3 135.8-135.8zM416 480H128v-96H96v96c0 17.7 14.3 32 32 32h288c17.7 0 32-14.3 32-32V337.155l-32 32V480zm86.7-288-22.6-22.6c-12.5-12.4-32.9-12.4-45.3 0L412.2 192l67.8 67.8 22.7-22.5c12.4-12.5 12.4-32.9 0-45.3zM160 448h32v-32h-32v32zM64 32h256L288 0H64C46.3 0 32 14.3 32 32v128h32V32zm0 352H32v32c0 17.7 14.3 32 32 32v-64zm179-253L112 262l-67-67-45 45 112 112 176-176-45-45z" />',viewBox:"0 0 512 512"},Ki={name:"track-changes-reject",content:'<path d="M102.627 272 160 329.373 137.373 352 80 294.627 22.627 352 0 329.373 57.373 272 0 214.627 22.627 192 80 249.373 137.373 192 160 214.627 102.627 272zM192 384v-32h-32v32h32zm310.7-256-22.6-22.6c-12.5-12.4-32.9-12.4-45.3 0L412.2 128l67.8 67.8 22.7-22.5c12.4-12.5 12.4-32.9 0-45.3zM96 64h224v96l80.11-79.89L352 32H96c-17.7 0-32 14.3-32 32v96h32V64zm296.5 83.6 67.9 67.9-141.6 141.6-28.1 26.9H224v-66.7l26.9-28.1 141.6-141.6zm22.6 67.9-22.6-22.6-135.8 135.8L268 340l11.3 11.3 135.8-135.8zM416 448H96v-64H64v64c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V273.155l-32 32V448z" />',viewBox:"0 0 512 512"},Zi={name:"track-changes-reject-all",content:'<path d="M102.627 272 160 329.373 137.373 352 80 294.627 22.627 352 0 329.373 57.373 272 0 214.627 22.627 192 80 249.373 137.373 192 160 214.627 102.627 272zM128 96h192v32h96l-64-64H128c-17.7 0-32 14.3-32 32v64h32V96zm264.5 115.6 67.9 67.9-141.6 141.6-28.1 26.9H224v-66.7l26.9-28.1 141.6-141.6zm22.6 67.9-22.6-22.6-135.8 135.8L268 404l11.3 11.3 135.8-135.8zM416 480H128v-96H96v96c0 17.7 14.3 32 32 32h288c17.7 0 32-14.3 32-32V337.155l-32 32V480zm86.7-288-22.6-22.6c-12.5-12.4-32.9-12.4-45.3 0L412.2 192l67.8 67.8 22.7-22.5c12.4-12.5 12.4-32.9 0-45.3zM160 448h32v-32h-32v32zM64 32h256L288 0H64C46.3 0 32 14.3 32 32v128h32V32zm0 352H32v32c0 17.7 14.3 32 32 32v-64z" />',viewBox:"0 0 512 512"},Wi={name:"document-manager",content:'<path d="M64 416h224v32H64v-32zm224-64H64v32h224v-32zM400 0C288 0 288 96 288 96v160s0 64 80 64 80-64 80-64V96s0-32-48-32-48 32-48 32v128h32V116c0-11 .6-20 16-20s16 9 16 20v140s0 32-48 32-48-32-48-32V96s0-64 80-64 80 64 80 64v128h32V96s0-96-112-96zM106.7 288 96 320H64l64-192h32l64 192h-32l-10.7-32h-74.6zm10.6-32h53.3L144 176l-26.7 80zM320 480H32V96h224V64H32C14.3 64 0 78.3 0 96v384c0 17.7 14.3 32 32 32h288c17.7 0 32-14.3 32-32V352h-32v128z" />',viewBox:"0 0 512 512"},Ui={name:"custom-icon",content:'<path d="M352 249H196.6c.6 23.8 7.2 42.2 19.8 55.2s30 18.8 52 19.4c4.9.1-1.1 28.8-12.4 28.8-30.9 0-51.6-9.7-69.3-29.1-17.8-19.4-26.7-46.8-26.7-82 0-33.3 9.7-60.4 29.1-81.4s43.5-31.4 72.4-31.4c28.8 0 51.1 9.1 66.9 27.2S352 199 352 231.1V249zm-36-29.9c-.1-19.8-5.1-35.2-14.7-46.2-9.7-11-23.1-16.5-40.3-16.5-16.6 0-30.7 5.8-42.4 17.3-11.6 11.6-18.8 26.7-21.5 45.3l118.9.1zM448 384V64c0-17.7-14.3-32-32-32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h256l96-96zm-32-32h-96v96H96V64h320v288z" />',viewBox:"0 0 512 512"},qi={name:"book",content:'<path d="M448 480V96h-32v352H128c-17.6 0-32-14.4-32-32s14.4-32 32-32h256V32H128c-35.2 0-64 28.8-64 64v320c0 23.6 12.9 44.2 32 55.3 9.4 5.5 20.4 8.7 32 8.7h320zM128 64h224v288H128V64zm192 64H160V96h160v32zm0 128H160v-32h160v32zm-32-64H160v-32h128v32z" />',viewBox:"0 0 512 512"},Yi={name:"image-add",content:'<path d="M272 160c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm80 112-16 16-64 64-128-128L32 336V96.1l.1-.1h383.8l.1.1-.1 191.9H448V96c0-17.6-14.4-32-32-32H32C14.4 64 0 78.4 0 96v320c0 17.6 14.4 32 32 32h256v-64h64V272zm128 144h-32v-64h-32v64h-64v32h64v64h32v-64h64v-32h-32z" />',viewBox:"0 0 512 512"},Gi={name:"image-edit",content:'<path d="M304 160c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm-32.6 159.4L176 224 64 336V96.1l.1-.1h383.8l.1.1V160h32V96c0-17.6-14.4-32-32-32H64c-17.6 0-32 14.4-32 32v320c0 17.6 14.4 32 32 32h128v-47.5l79.4-81.1zm189-7.9L290.7 480H224v-66.7l168.5-169.7 67.9 67.9zm-45.3 0-22.6-22.6-135.8 135.8 22.6 22.6 135.8-135.8zm64.9 25.6zM447.9 448c17.7 0 32.1-14.4 32.1-32v-78.9L369.1 448h78.8zm54.8-224L480 201.3c-12.4-12.4-32.8-12.4-45.3 0L412.2 224l67.9 67.9 22.6-22.6c12.4-12.5 12.4-32.9 0-45.3z" />',viewBox:"0 0 512 512"},Xi={name:"image-map-editor",content:'<path d="M448 64H64c-17.6 0-32 14.4-32 32v320c0 17.6 14.4 32 32 32h384c17.6 0 32-14.4 32-32V96c0-17.6-14.4-32-32-32zM96 384H64v-32h32v32zm96 0h-64v-32h64v32zm96 0h-64v-32h64v32zm96 0h-64v-32h64v32zm64 0h-32v-32h32v32zm-.1-48-64-64-80 80L176 224 64 336V192h32v-32H64V96.1l.1-.1H128v32h32V96h287.9l.1.1-.1 239.9zM352 208c0 26.5-21.5 48-48 48s-48-21.5-48-48 21.5-48 48-48 48 21.5 48 48zm-224-48h32v32h-32v-32z" />',viewBox:"0 0 512 512"},Qi={name:"comment",content:'<path d="M448 32H64c-17.6 0-32 14.4-32 32v416l96-96h320c17.6 0 32-14.4 32-32V64c0-17.6-14.4-32-32-32zm0 319.942a.53.53 0 0 1-.058.058H114.745L64 402.745V64.057a.511.511 0 0 1 .057-.057h383.885c.02.017.041.038.058.057v287.885z" />',viewBox:"0 0 512 512"},Ji={name:"comment-remove",content:'<path d="M114.745 352 64 402.745V64.057a.511.511 0 0 1 .057-.057h383.885c.02.017.041.038.058.057V256h32V64c0-17.6-14.4-32-32-32H64c-17.6 0-32 14.4-32 32v416l96-96h128v-32H114.745zM480 342.627 457.373 320 400 377.373 342.627 320 320 342.627 377.373 400 320 457.373 342.627 480 400 422.627 457.373 480 480 457.373 422.627 400 480 342.627z" />',viewBox:"0 0 512 512"},$i={name:"comments-remove",content:'<path d="M480 64c0-17.6-14.4-32-32-32H160c-17.6 0-32 14.4-32 32v32h32V64.1l.1-.1H448l.1.1V256l-.1.1h32V64zM377.4 400l22.6 22.6-57.4 57.4-22.6-22.6 57.4-57.4zm0 0L320 342.6l22.6-22.6 57.4 57.4-22.6 22.6zm45.2 0 57.4 57.4-22.6 22.6-57.4-57.4-22.6-22.6 22.6-22.6 57.4-57.4 22.6 22.6-57.4 57.4zm-304.3-16L64 420.2V160.1l.1-.1H352l.1.1V256h32v-96c0-17.6-14.4-32-32-32H64c-17.6 0-32 14.4-32 32v320l96-64h128v-32H118.3z" />',viewBox:"0 0 512 512"},ec={name:"silverlight",content:'<path d="M256 0 0 256l256 256 256-256L256 0zm-75.9 324c-21.6 0-40.5-6.3-52.1-13.7v-33.2c14.5 10.8 32.9 17.9 51.4 17.9 16.3 0 28.6-5 28.6-17.6 0-10.6-6.8-14.5-18.9-18.9l-23.6-7.9c-23.9-7.9-39.7-20.3-39.7-47 0-29.9 25.7-46.2 57.3-46.2 19.7 0 35.8 4.7 48.8 12.6v32.9c-13.9-10.2-29.1-16.8-47.8-16.8-14.5 0-25.5 4.9-25.5 16 0 9.9 6.5 13.9 17.9 17.6l25.2 8.6c27.1 9.2 39.4 23.9 39.4 47.8.2 31.9-26.8 47.9-61 47.9zm95.9-4V160h32v128h76v32H276z" />',viewBox:"0 0 512 512"},tc={name:"media-manager",content:'<path d="M192 384V128l192 128-192 128zm32-319.3V0C108.2 14.4 14.4 108.2 0 224h64.7c13.5-80.3 79-145.8 159.3-159.3zm64 382.6V512c115.8-14.4 209.6-108.2 224-224h-64.7c-13.5 80.3-79 145.8-159.3 159.3zM64.7 288H0c14.4 115.8 108.2 209.6 224 224v-64.7c-80.3-13.5-145.8-79-159.3-159.3zm382.6-64H512C497.6 108.2 403.8 14.4 288 0v64.7c80.3 13.5 145.8 79 159.3 159.3z" />',viewBox:"0 0 512 512"},nc={name:"video-external",content:'<path d="M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm-64 384V128l192 128-192 128z" />',viewBox:"0 0 512 512"},oc={name:"flash-manager",content:'<path d="M255.9 0C114.6 0 0 114.6 0 256.1 0 397.4 114.6 512 255.9 512 397.4 512 512 397.4 512 256.1 512 114.6 397.4 0 255.9 0zM384 160c-30.1.3-48.4-4.6-81.2 64H352v64h-64s-53.5 129.4-160 128c-.8-14.2 0-43.9 0-64 70.5-10.7 93.6-88.3 109.9-126.9C286.3 74.5 384 95.1 384 95.1V160z" />',viewBox:"0 0 512 512"},rc={name:"binoculars",content:'<path d="M480 288v96c0 17.7-14.3 32-32 32h-96c-17.7 0-32-14.3-32-32v-64H192v64c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32v-96c0-17.7 14.3-32 32-32v-64c0-17.7 14.3-32 32-32v-32c0-17.7 14.3-32 32-32h64s32 0 32 32v128h64V128c0-32 32-32 32-32h64c17.7 0 32 14.3 32 32v32c17.7 0 32 14.3 32 32v64c17.7 0 32 14.3 32 32zM208 64h16V32h-96v32h80zm160 0h16V32h-96v32h80zM48 448H32v32h160v-32H48zm272 32h160v-32H320v32z" />',viewBox:"0 0 512 512"},ac={name:"copy",content:'<path d="M384 96H192c-17.7 0-32 14.3-32 32v320c0 17.7 14.3 32 32 32h256c17.7 0 32-14.3 32-32V192l-96-96zm64 352H192V128h160v96h96v224zM64 384h64v32H64c-17.7 0-32-14.3-32-32V64c0-17.7 14.3-32 32-32h192l32 32H64v320z" />',viewBox:"0 0 512 512"},ic={name:"cut",content:'<path d="M480 32h-45.3L256 210.7 210.7 256l-69.5 69.5c-9.1-3.6-18.9-5.5-29.2-5.5-44.2 0-80 35.8-80 80 0 10.3 2 20.2 5.5 29.2 8.1 20.7 24.6 37.1 45.3 45.3 9.1 3.6 18.9 5.5 29.2 5.5 44.2 0 80-35.8 80-80 0-10.3-2-20.2-5.5-29.2l69.5-69.5 69.5 69.5c-3.6 9.1-5.5 18.9-5.5 29.2 0 44.2 35.8 80 80 80 10.3 0 20.2-2 29.2-5.5 20.7-8.1 37.1-24.6 45.3-45.3 3.6-9.1 5.5-18.9 5.5-29.2 0-44.2-35.8-80-80-80-10.3 0-20.2 2-29.2 5.5L301.3 256 480 77.3V32zM160 400c0 26.5-21.5 48-48 48-.9 0-1.8 0-2.7-.1-24.4-1.3-43.9-20.9-45.3-45.3 0-.9-.1-1.8-.1-2.7 0-26.5 21.5-48 48-48 .9 0 1.8 0 2.7.1 24.4 1.3 43.9 20.9 45.3 45.3.1.9.1 1.8.1 2.7zm237.3-47.9c.9 0 1.8-.1 2.7-.1 26.5 0 48 21.5 48 48 0 .9 0 1.8-.1 2.7-1.3 24.4-20.9 43.9-45.3 45.3-.9 0-1.8.1-2.7.1-26.5 0-48-21.5-48-48 0-.9 0-1.8.1-2.7 1.4-24.5 20.9-44 45.3-45.3zM240 256c0-8.8 7.2-16 16-16s16 7.2 16 16-7.2 16-16 16-16-7.2-16-16zm-74.5-45.3L32 77.3V32h45.3l133.5 133.5-45.3 45.2z" />',viewBox:"0 0 512 512"},cc={name:"clipboard",content:'<path d="M416 32H311.4C300.3 12.9 279.7 0 256 0s-44.3 12.9-55.4 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zm-160 0c17.7 0 32 14.3 32 32h-64c0-17.7 14.3-32 32-32zm160 416H96V64h64v64h192V64h64v384z" />',viewBox:"0 0 512 512"},lc={name:"clipboard-code",content:'<path d="M214.6 361.4 192 384l-80-80 80-80 22.6 22.6-57.3 57.4 57.3 57.4zM448 64v384c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V64c0-17.7 14.3-32 32-32h104.6C211.7 12.9 232.3 0 256 0s44.3 12.9 55.4 32H416c17.7 0 32 14.3 32 32zm-224 0h64c0-17.7-14.3-32-32-32s-32 14.3-32 32zm192 0h-64v64H160V64H96v384h320V64zM297.4 246.6l57.4 57.4-57.4 57.4L320 384l80-80-80-80-22.6 22.6z" />',viewBox:"0 0 512 512"},sc={name:"clipboard-word",content:'<path d="m128 160 48.5 192h46.7L256 238.4 285.3 352h43.1L384 160h-73v35h19.3l-22.2 86-28.8-121h-45.4l-33.1 119.3-25-119.3H128zM416 32H311.4C300.3 12.9 279.7 0 256 0s-44.3 12.9-55.4 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zm-160 0c17.7 0 32 14.3 32 32h-64c0-17.7 14.3-32 32-32zm160 416H96V64h64v64h192V64h64v384zm-32-32H128v-32h256v32z" />',viewBox:"0 0 512 512"},hc={name:"clipboard-word-alt",content:'<path d="m128 160 48.5 192h46.7L256 238.4 285.3 352h43.1L384 160h-73v35h19.3l-22.2 86-28.8-121h-45.4l-33.1 119.3-25-119.3H128zM416 32H311.4C300.3 12.9 279.7 0 256 0s-44.3 12.9-55.4 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zm-160 0c17.7 0 32 14.3 32 32h-64c0-17.7 14.3-32 32-32zm160 416H96V64h64v64h192V64h64v384z" />',viewBox:"0 0 512 512"},vc={name:"clipboard-html",content:'<path d="M214.6 361.4 192 384l-80-80 80-80 22.6 22.6-57.3 57.4 57.3 57.4zM448 64v384c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V64c0-17.7 14.3-32 32-32h104.6C211.7 12.9 232.3 0 256 0s44.3 12.9 55.4 32H416c17.7 0 32 14.3 32 32zm-224 0h64c0-17.7-14.3-32-32-32s-32 14.3-32 32zm192 0h-64v64H160V64H96v384h320V64zM271.2 183.9 209.8 416l30.9 8.3L302.2 192l-31-8.1zm26.2 62.7 57.4 57.4-57.4 57.4L320 384l80-80-80-80-22.6 22.6z" />',viewBox:"0 0 512 512"},uc={name:"clipboard-markdown",content:'<path d="M226 224h30v128h-32v-72.8l-32.2 45.6L160 279v73h-32V224h32l31.8 46.2L226 224zm126 64h32l-48 64-48-64h32l.2-64H352v64zm64-256H311.4C300.3 12.9 279.7 0 256 0s-44.3 12.9-55.4 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zm-160 0c17.7 0 32 14.3 32 32h-64c0-17.7 14.3-32 32-32zm160 416H96V64h64v64h192V64h64v384z" />',viewBox:"0 0 512 512"},pc={name:"clipboard-text",content:'<path d="M416 32H311.4C300.3 12.9 279.7 0 256 0s-44.3 12.9-55.4 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zm-160 0c17.7 0 32 14.3 32 32h-64c0-17.7 14.3-32 32-32zm160 416H96V64h64v64h192V64h64v384zm-32-224H128v-32h256v32zm0 64H128v-32h256v32zm0 64H128v-32h256v32zm0 64H128v-32h256v32z" />',viewBox:"0 0 512 512"},dc={name:"apply-format",content:'<path d="M380.984 313.69c12.445 12.445 12.445 32.81 0 45.255L266.529 470.658c-12.445 12.445-32.787 12.467-45.255 0L0 248.898c18.584 18.584 40.255-4.835 40.255-4.835L154.71 132.671c12.445-12.445 32.81-12.445 45.255 0L380.984 313.69zm89.682-227.101-45.255-45.255c-12.445-12.445-32.81-12.445-45.255 0l-67.882 67.882-22.627-22.627c-12.445-12.445-32.81-12.445-45.255 0l-22.627 22.627 181.019 181.019 22.627-22.627c12.445-12.445 12.445-32.81 0-45.255l-22.627-22.627 67.882-67.882c12.445-12.446 12.445-32.81 0-45.255z" />',viewBox:"0 0 512 512"},mc={name:"clear-css",content:'<path d="M402.784 290.235 221.765 109.216l22.627-22.627c12.445-12.445 32.81-12.445 45.255 0l22.627 22.627 67.882-67.882c12.445-12.445 32.81-12.445 45.255 0l45.255 45.255c12.445 12.445 12.445 32.81 0 45.255l-67.882 67.882 22.627 22.627c12.445 12.445 12.445 32.81 0 45.255l-22.627 22.627zm-21.8 23.455-181.02-181.019c-12.346-12.346-32.483-12.437-44.953-.287L54.627 32 32 54.627l100.074 100.074-91.819 89.362S18.585 267.482 0 248.898l221.274 221.76c12.467 12.467 32.81 12.445 45.255 0l91.851-89.651L457.373 480 480 457.373l-98.73-98.73c12.151-12.47 12.06-32.607-.286-44.953z" />',viewBox:"0 0 512 512"},fc={name:"copy-format",content:'<path d="M96 480h160v32H64v-64H0V288h32v128h32v-64h32v128zm32-32h96v-32h-96v32zm0-96v32h32v-32h-32zm284.2-92.6L253.8 101c-12.4-12.4-32.9-12.4-45.3.1l-69.8 69.8-.2.2c-11.6 11.6-30 12.7-42.5 2.7l200.9 200.9c12.5 12.5 32.8 12.4 45.3 0l69.9-69.9c12.5-12.5 12.5-33 .1-45.4zM502.7 32 480 9.3c-12.4-12.4-32.8-12.4-45.3 0l-67.9 67.9-22.6-22.6c-12.4-12.4-32.8-12.4-45.3 0l-22.6 22.6 158.4 158.4 22.6-22.6c12.4-12.4 12.4-32.8 0-45.3l-22.6-22.6 67.9-67.9c12.5-12.4 12.5-32.8.1-45.2z" />',viewBox:"0 0 512 512"},zc={name:"strip-all-formatting",content:'<path d="M32 480h224v32H0v.1V256h32v224zm32-32h159v-32H64v32zm97-96H63v32h98v-32zm-65-64H64v32h32v-32zm316.2-28.6L253.8 101c-12.4-12.4-32.9-12.4-45.3.1l-69.8 69.8-.2.2c-11.6 11.6-30 12.7-42.5 2.7l200.9 200.9c12.5 12.5 32.8 12.4 45.3 0l69.9-69.9c12.5-12.5 12.5-33 .1-45.4zM502.7 32 480 9.3c-12.4-12.4-32.8-12.4-45.3 0l-67.9 67.9-22.6-22.6c-12.4-12.4-32.8-12.4-45.3 0l-22.6 22.6 158.4 158.4 22.6-22.6c12.4-12.4 12.4-32.8 0-45.3l-22.6-22.6 67.9-67.9c12.5-12.4 12.5-32.8.1-45.2z" />',viewBox:"0 0 512 512"},gc={name:"strip-css-format",content:'<path d="M0 288v224h416V288H0zm145 65.9c-10-6.2-21-9.3-33.4-9.3-13.6 0-24.5 4.6-32.9 13.7-8.3 9.1-12.5 21.5-12.5 37.1 0 15 3.9 26.9 11.8 35.8s18.4 13.3 31.7 13.3c12.7 0 24.3-3.3 34.3-9.9v31.8c-9.9 5.5-23.7 8.2-40.7 8.2-22.2 0-39.6-7-52.3-20.9-12.7-14-19-32.5-19-55.8 0-24.7 7.1-44.8 21.4-60.2 14.3-15.4 32.8-23.1 55.6-23.1 14.1 0 26 1.9 36 5.7v33.6zM260.6 450c-3.1 5.9-7.2 10.6-12.4 14.2-5.2 3.6-11.3 6.2-18.2 7.8-7 1.6-14.3 2.4-21.9 2.4-7.9 0-15.4-.7-22.5-2.2-7.2-1.4-13.4-3.6-18.5-6.5v-34.4c5.8 5.3 12.2 9.2 18.9 11.8 6.9 2.6 13.8 3.9 20.7 3.9 4.1 0 7.7-.4 10.7-1.2 3.1-.8 5.6-1.9 7.7-3.3 2-1.4 3.6-3.1 4.6-5 1-1.9 1.5-4 1.5-6.2 0-3-.8-5.7-2.4-8.1-1.6-2.4-3.8-4.6-6.6-6.6s-6.1-4-9.9-5.8c-3.8-1.9-8-3.8-12.4-5.7-11.3-5-19.6-11.2-25.1-18.4-5.5-7.3-8.3-15.9-8.3-26.2 0-8.1 1.5-15 4.5-20.7s7.1-10.6 12.3-14.3c5.2-3.7 11.2-6.5 18-8.3 6.9-1.8 14.1-2.6 21.7-2.6 7.5 0 14.2.5 19.9 1.5 5.8 1 11.2 2.5 16 4.5v32.2c-2.4-1.8-5.1-3.4-7.9-4.7-2.9-1.4-5.8-2.5-8.8-3.4s-6-1.6-9-2c-3-.4-5.8-.6-8.5-.6-3.7 0-7.1.4-10.1 1.1-3 .8-5.6 1.8-7.7 3.2-2.1 1.4-3.7 3-4.8 4.9-1.1 1.9-1.7 4-1.7 6.4 0 2.6.6 4.9 1.9 7 1.3 2.1 3.1 4 5.4 5.8 2.3 1.8 5.2 3.6 8.6 5.4s7.2 3.6 11.4 5.5c5.8 2.6 11 5.3 15.5 8.3 4.6 2.9 8.6 6.2 11.8 9.9 3.3 3.7 5.8 7.9 7.6 12.6 1.7 4.7 2.6 10.2 2.6 16.3 0 8.5-1.6 15.7-4.6 21.5zm119 0c-3.1 5.9-7.2 10.6-12.4 14.2-5.2 3.6-11.3 6.2-18.2 7.8-7 1.6-14.3 2.4-21.9 2.4-7.9 0-15.4-.7-22.5-2.2-7.2-1.4-13.4-3.6-18.5-6.5v-34.4c5.8 5.3 12.2 9.2 18.9 11.8 6.9 2.6 13.8 3.9 20.7 3.9 4.1 0 7.7-.4 10.7-1.2 3.1-.8 5.6-1.9 7.7-3.3 2-1.4 3.6-3.1 4.6-5 1-1.9 1.5-4 1.5-6.2 0-3-.8-5.7-2.4-8.1-1.6-2.4-3.8-4.6-6.6-6.6s-6.1-4-9.9-5.8c-3.8-1.9-8-3.8-12.4-5.7-11.3-5-19.6-11.2-25.1-18.4-5.5-7.3-8.3-15.9-8.3-26.2 0-8.1 1.5-15 4.5-20.7 3-5.8 7.1-10.6 12.3-14.3 5.2-3.7 11.2-6.5 18-8.3 6.9-1.8 14.1-2.6 21.7-2.6 7.5 0 14.2.5 19.9 1.5 5.8 1 11.2 2.5 16 4.5v32.2c-2.4-1.8-5.1-3.4-7.9-4.7-2.9-1.4-5.8-2.5-8.8-3.4-3-.9-6-1.6-9-2-3-.4-5.8-.6-8.5-.6-3.7 0-7.1.4-10.1 1.1-3 .8-5.6 1.8-7.7 3.2-2.1 1.4-3.7 3-4.8 4.9-1.1 1.9-1.7 4-1.7 6.4 0 2.6.6 4.9 1.9 7 1.3 2.1 3.1 4 5.4 5.8 2.4 1.8 5.2 3.6 8.6 5.4 3.4 1.8 7.2 3.6 11.4 5.5 5.8 2.6 11 5.3 15.5 8.3 4.6 2.9 8.5 6.2 11.8 9.9 3.3 3.7 5.8 7.9 7.6 12.6 1.7 4.7 2.6 10.2 2.6 16.3 0 8.5-1.5 15.7-4.6 21.5zM502.7 32 480 9.3c-12.4-12.4-32.8-12.4-45.3 0l-67.9 67.9-22.6-22.6c-12.4-12.4-32.8-12.4-45.3 0l-22.6 22.6 158.4 158.4 22.6-22.6c12.4-12.4 12.4-32.8 0-45.3l-22.6-22.6 67.9-67.9c12.5-12.4 12.5-32.8.1-45.2zm-246.9 69.9c-12.4-12.4-32.8-12.4-45.3 0l-79.7 79.7c-12.4 12.4-32.8 12.4-45.3 0L160 256h249.9L255.8 101.9z" />',viewBox:"0 0 512 512"},yc={name:"strip-font-elements",content:'<path d="M502.666 31.961 480.039 9.334c-12.445-12.445-32.81-12.445-45.255 0l-67.882 67.882-22.627-22.627c-12.445-12.445-32.81-12.445-45.255 0l-22.627 22.627 158.392 158.392 22.627-22.627c12.445-12.445 12.445-32.81 0-45.255l-22.627-22.627 67.882-67.882c12.444-12.446 12.444-32.811-.001-45.256zm-246.848 69.936c-12.445-12.445-32.81-12.445-45.255 0l-79.706 79.706c-12.445 12.445-32.81 12.445-45.255 0L160 256h249.921L255.818 101.897zM176 348.121 200.706 416h-49.412L176 348.121zM0 288v224h352V288H0zm224 192-11.647-32h-72.706L128 480H96l58.235-160h43.53L256 480h-32z" />',viewBox:"0 0 512 512"},bc={name:"strip-span-elements",content:'<path d="M96 288 0 400l96 112h256V288H96zm170.3 167.5c-3.9 5.9-9.3 10.6-16.1 14.2-6.8 3.6-14.6 6.2-23.6 7.8-9 1.6-18.4 2.4-28.4 2.4-10.2 0-20-.7-29.2-2.2-9.2-1.4-17.2-3.6-24-6.5v-34.5c7.5 5.2 15.7 9.2 24.6 11.8 8.8 2.6 17.8 3.9 26.8 3.9 5.3 0 9.9-.4 13.9-1.2 3.9-.8 7.2-1.9 9.9-3.3 2.6-1.4 4.6-3.1 5.9-5 1.3-1.9 2-4 2-6.2 0-3-1-5.7-3.1-8.1-2.1-2.4-4.9-4.6-8.5-6.6-3.6-2-7.9-4-12.8-5.8-4.9-1.9-10.3-3.8-16-5.7-14.6-5-25.4-11.2-32.6-18.4-7.2-7.3-10.7-16-10.7-26.3 0-8.1 2-15 5.9-20.8 3.9-5.8 9.2-10.5 15.9-14.3 6.7-3.7 14.5-6.5 23.3-8.3 8.8-1.8 18.2-2.6 28.1-2.6 9.7 0 18.3.5 25.8 1.5s14.4 2.5 20.7 4.5v32.3c-3.1-1.8-6.5-3.4-10.2-4.7-3.7-1.4-7.5-2.5-11.4-3.4-3.9-.9-7.8-1.6-11.6-2-3.9-.4-7.5-.6-11-.6-4.8 0-9.1.4-13 1.1-3.9.8-7.2 1.8-9.9 3.2-2.7 1.4-4.8 3-6.2 4.9-1.5 1.9-2.2 4-2.2 6.4 0 2.6.8 4.9 2.5 7 1.6 2.1 4 4 7 5.8 3 1.8 6.7 3.6 11.1 5.4 4.3 1.8 9.2 3.6 14.7 5.4 7.5 2.6 14.2 5.3 20.1 8.3 5.9 2.9 11 6.2 15.3 9.9 4.2 3.7 7.5 7.9 9.8 12.6 2.3 4.7 3.4 10.2 3.4 16.4-.3 8.6-2.3 15.9-6.2 21.7zM502.7 32 480 9.3c-12.4-12.4-32.8-12.4-45.3 0l-67.9 67.9-22.6-22.6c-12.4-12.4-32.8-12.4-45.3 0l-22.6 22.6 158.4 158.4 22.6-22.6c12.4-12.4 12.4-32.8 0-45.3l-22.6-22.6 67.9-67.9c12.5-12.4 12.5-32.8.1-45.2zm-246.9 69.9c-12.4-12.4-32.8-12.4-45.3 0l-79.7 79.7c-12.4 12.4-32.8 12.4-45.3 0L160 256h249.9L255.8 101.9z" />',viewBox:"0 0 512 512"},Hc={name:"strip-word-formatting",content:'<path d="M0 288v224h352V288H0zm239.3 192h-37.7L176 385.4 147.4 480h-40.9L64 320h40.6l21.9 100.4L155.8 320h40.4l25.2 100.4 19.4-71.4H224v-29h64l-48.7 160zM502.7 77.2l-67.9 67.9 22.6 22.6c12.4 12.4 12.4 32.8 0 45.3l-22.6 22.6L276.4 77.2 299 54.6c12.4-12.4 32.8-12.4 45.3 0l22.6 22.6 67.9-67.9c12.4-12.4 32.8-12.4 45.3 0L502.7 32c12.4 12.4 12.4 32.8 0 45.2zM409.9 256H160l-74.4-74.4c12.4 12.4 32.8 12.4 45.3 0l79.7-79.7c12.4-12.4 32.8-12.4 45.3 0l154 154.1z" />',viewBox:"0 0 512 512"},wc={name:"format-code-block",content:'<path d="M224 352v160h288V352H224zm102.6 105.4L304 480l-48-48 22.6-22.6L304 384l22.6 22.6-25.3 25.4 25.3 25.4zM432 480l-22.6-22.6 25.4-25.4-25.4-25.4L432 384l25.4 25.4L480 432l-48 48zM192 160V32c0-17.6-14.4-32-32-32h-32c-17.6 0-32 14.4-32 32v128L0 256h288l-96-96zm96 128H0v192h64V320h32v160h32V320h32v160h32V320h96v-32z" />',viewBox:"0 0 512 512"},xc={name:"building-blocks",content:'<path d="M127.9 289V128H160V80c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h64V80c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h32v160l-256.1 1zM96 320v-48c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16v48H0v128h224V320H96zm384 0v-48c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H288v128h224V320h-32z" />',viewBox:"0 0 512 512"},Mc={name:"puzzle-piece",content:'<path d="M480 352c0 1 0 2-.1 2.9v.8c0 .8-.1 1.7-.2 2.5v.5c-.1 1-.2 1.9-.4 2.8-.1.4-.1.9-.2 1.3s-.1.8-.2 1.2c-.1.4-.2.7-.2 1.1l-.6 2.7c-.1.4-.2.7-.3 1.1 0 .2-.1.5-.2.7-.2.5-.4 1.1-.5 1.7-.3.9-.6 1.8-.9 2.6 0 .1-.1.2-.1.3-.3.8-.6 1.6-.9 2.3-.1.2-.2.5-.3.7-.3.8-.7 1.5-1 2.3 0 .1-.1.2-.1.2-.4.8-.8 1.6-1.3 2.4l-.6 1.2c-.2.4-.4.7-.6 1.1-.2.3-.3.6-.5.8-.5.8-1 1.5-1.5 2.3l-.6.9c-.2.4-.5.7-.7 1-.2.3-.5.6-.7.9-.5.7-1.1 1.4-1.7 2.1l-.3.3-1.5 1.8c-.2.2-.3.4-.5.5-.6.7-1.2 1.3-1.9 2-.6.6-1.3 1.3-2 1.9-.4.3-.7.7-1.1 1-.3.3-.7.6-1 .9-.2.1-.3.3-.5.4-.7.6-1.4 1.1-2.1 1.7-.3.3-.7.5-1 .8-.3.2-.6.5-1 .7l-.9.6c-.8.5-1.5 1-2.3 1.5-.2.1-.5.3-.7.4-.4.2-.7.4-1.1.6-.4.2-.8.5-1.3.7-.8.4-1.6.9-2.4 1.3-.1.1-.2.1-.3.2-.3.2-.7.4-1 .5-.6.2-1.2.5-1.9.8-.8.3-1.6.6-2.3.9-.1 0-.2.1-.3.1-.9.3-1.7.6-2.6.9-.6.2-1.2.3-1.7.6-.2.1-.5.1-.7.2-.4.1-.7.2-1.1.3l-2.7.6c-.3.1-.5.1-.8.2-.5.1-1.1.2-1.7.3-.4.1-.8.1-1.2.2-.9.1-1.9.3-2.8.4-.2 0-.5 0-.7.1-.4.1-.9.1-1.3.1-.6 0-1.1.1-1.7.1-1 0-2 .1-2.9.1-1.2 0-2.3 0-3.5-.1-.4 0-.7-.1-1.1-.1-.8-.1-1.6-.1-2.3-.2-.4 0-.9-.1-1.3-.2l-2.1-.3c-.4-.1-.9-.2-1.3-.2-.7-.1-1.4-.3-2-.4-.4-.1-.9-.2-1.3-.3-.7-.2-1.4-.3-2-.5l-1.2-.3c-.7-.2-1.4-.4-2.1-.7-.4-.1-.7-.2-1.1-.4-.8-.3-1.5-.6-2.3-.9-.3-.1-.5-.2-.8-.3-1-.4-1.9-.8-2.8-1.2-.1 0-.1-.1-.2-.1-3.1-1.5-6-3.2-8.8-5.1-.1 0-.1-.1-.2-.2-.8-.6-1.7-1.2-2.5-1.8-.1-.1-.2-.2-.3-.2-.8-.6-1.6-1.2-2.3-1.9-.3-.2-.6-.5-.8-.7-.5-.4-1-.8-1.4-1.3l-.5-.5c-.8-.8-1.6-1.5-2.3-2.3l-1.5-1.5c-.3-.3-.5-.6-.7-.9-.1-.2-.2-.3-.4-.5-4.9-5.7-12-8.9-19.5-8.9h-1.4c-14.3 0-25.9 11.6-25.9 25.9v70H217.9c-14.3 0-25.9-11.6-25.9-25.9v-1.4c0-7.5 3.3-14.6 8.9-19.5 15-12.5 24.2-31.6 23-52.9-1.8-32.5-28.3-58.7-60.9-60.2-36.7-1.7-67 27.6-67 63.9 0 19.6 8.8 37.1 22.6 48.8 5.9 5 9.4 12.2 9.4 19.9v1.4c0 14.3-11.6 25.9-25.9 25.9H32V192h70.1c14.3 0 25.9-11.6 25.9-25.9v-1.4c0-7.5-3.3-14.6-8.9-19.5l-.3-.3c-.7-.5-1.4-1.1-2-1.7l-.6-.6c-.8-.8-1.6-1.5-2.3-2.3l-.2-.2c-.7-.7-1.4-1.5-2.1-2.3-.1-.1-.2-.2-.2-.3-.7-.8-1.3-1.5-1.9-2.3-.1-.1-.2-.2-.2-.3-.6-.8-1.2-1.6-1.8-2.5l-.2-.2c-1.9-2.8-3.6-5.7-5.1-8.8 0-.1-.1-.1-.1-.2-.4-.9-.9-1.9-1.2-2.8-.1-.3-.2-.5-.3-.8-.3-.8-.6-1.5-.9-2.3-.1-.3-.2-.7-.4-1.1-.2-.7-.5-1.4-.7-2.1l-.3-1.2c-.2-.7-.4-1.4-.5-2-.1-.4-.2-.9-.3-1.3-.1-.7-.3-1.4-.4-2-.1-.4-.2-.9-.2-1.3l-.3-2.1c-.1-.4-.1-.9-.2-1.3-.1-.8-.1-1.6-.2-2.3 0-.4-.1-.7-.1-1.1-.1-1.2-.1-2.3-.1-3.5 0-1 0-2 .1-2.9 0-.4 0-.9.1-1.3 0-.7.1-1.4.2-2v-.4c.1-.9.2-1.9.4-2.8 0-.2.1-.4.1-.7.1-.8.3-1.6.4-2.4 0-.2.1-.4.1-.5l.6-2.7c0-.1.1-.3.1-.4.2-.7.4-1.4.6-2.2l.3-.9c.3-.9.6-1.8.9-2.6 0-.1.1-.2.1-.3.3-.8.6-1.6.9-2.3.1-.2.2-.5.3-.7.3-.8.7-1.5 1-2.3 0-.1.1-.2.1-.3.4-.8.8-1.6 1.3-2.4l.3-.6c.4-.7.7-1.3 1.1-1.9.1-.2.2-.3.3-.5.5-.8 1-1.5 1.5-2.3.1-.1.2-.3.3-.4.4-.6.9-1.2 1.3-1.8.1-.2.3-.4.4-.6.5-.7 1.1-1.4 1.7-2.1l.3-.3 1.5-1.8c.2-.2.3-.4.5-.5.6-.7 1.2-1.3 1.9-2 .6-.6 1.3-1.3 2-1.9.2-.2.4-.3.5-.5l1.8-1.5.3-.3c.7-.6 1.4-1.1 2.1-1.7.2-.1.3-.3.5-.4.6-.5 1.3-.9 1.9-1.3.2-.1.3-.2.5-.3.8-.5 1.5-1 2.3-1.5.1-.1.3-.2.4-.2.6-.4 1.3-.8 1.9-1.1.2-.1.5-.3.7-.4.8-.4 1.6-.9 2.4-1.3.1 0 .2-.1.2-.1.8-.4 1.5-.7 2.3-1 .2-.1.5-.2.7-.3.8-.3 1.5-.6 2.3-.9.1 0 .2-.1.3-.1.9-.3 1.7-.6 2.6-.9.3-.1.6-.2.8-.3.7-.2 1.4-.4 2.2-.6.2 0 .3-.1.5-.1l2.7-.6c.2 0 .4-.1.6-.1.8-.2 1.6-.3 2.3-.4.2 0 .5-.1.7-.1.9-.1 1.9-.3 2.8-.4.2 0 .4 0 .5-.1.8-.1 1.6-.1 2.5-.2h.7c1 0 1.9-.1 2.9-.1s2 0 3 .1h.7c.9.1 1.8.1 2.7.2h.2c30 3.1 53.9 26.9 57.1 57 0 .3.1.7.1 1 .1.7.1 1.4.2 2.1 0 .5 0 .9.1 1.4v5c0 .5-.1 1-.1 1.4 0 .6-.1 1.2-.1 1.7s-.1 1-.2 1.5c-.1.6-.1 1.1-.2 1.7-.1.5-.1 1-.2 1.5s-.2 1.1-.3 1.6l-.3 1.5c-.1.5-.2 1-.4 1.5-.1.5-.2 1-.4 1.5-.1.5-.3.9-.4 1.4-.2.5-.3 1-.5 1.5-.1.4-.3.9-.4 1.3-.2.5-.4 1.1-.6 1.6-.1.4-.3.8-.5 1.2-.2.6-.4 1.1-.7 1.7-.1.3-.3.7-.4 1-.3.6-.5 1.2-.8 1.8-.1.2-.2.5-.4.7-.3.7-.7 1.3-1 2 0 .1-.1.2-.1.2-3.8 6.7-8.7 12.7-14.5 17.7h-.1c-5.8 5-9.4 12.2-9.4 19.9v1.4c0 14.3 11.6 25.9 25.9 25.9H320v116.7c0 6.3 5.1 11.3 11.3 11.3H357c5.2 0 9.1-4.1 10-9.2 0-.1.1-.1.1-.2 5-5.8 10.9-10.8 17.7-14.5.1 0 .2-.1.2-.1.7-.4 1.3-.7 2-1 .2-.1.5-.2.7-.4.6-.3 1.2-.6 1.8-.8.3-.1.7-.3 1-.4.6-.2 1.1-.5 1.7-.7.4-.2.8-.3 1.2-.5.5-.2 1.1-.4 1.6-.6.4-.2.9-.3 1.3-.4.5-.2 1-.3 1.5-.5.5-.1.9-.3 1.4-.4.5-.1 1-.3 1.5-.4.5-.1 1-.2 1.5-.4l1.5-.3c.5-.1 1.1-.2 1.6-.3.5-.1 1-.2 1.5-.2.6-.1 1.1-.1 1.7-.2.5-.1 1-.1 1.5-.2.6-.1 1.1-.1 1.7-.1.5 0 1-.1 1.4-.1h5c.5 0 .9 0 1.4.1.7 0 1.4.1 2.1.2.3 0 .7.1 1 .1 30 3.1 53.9 27 57 57.1v.2c.1.9.2 1.8.2 2.7v.7c.2.4.2 1.4.2 2.4z" />',viewBox:"0 0 512 512"},Ic={name:"link-add",content:'<path d="M384 384zm64 32v-64h-32v64h-64v32h64v64h32v-64h64v-32h-64zM96 256c0-17.7 14.3-32 32-32h256c17.7 0 32 14.3 32 32s-14.3 32-32 32H128c-17.7 0-32-14.3-32-32zm-32 0c0 35.4 28.6 64 64 64h110.8c-22.1 38.2-63.5 64-110.8 64C57.3 384 0 326.7 0 256s57.3-128 128-128c47.4 0 88.7 25.8 110.8 64H128c-35.4 0-64 28.6-64 64zm416 84.7c19.9-22.6 32-52.2 32-84.7 0-70.7-57.3-128-128-128-47.3 0-88.7 25.8-110.8 64H384c35.3 0 64 28.6 64 64s-28.6 64-64 64h96v20.7zM384 320H273.2c22.1 38.2 63.4 64 110.8 64v-64z" />',viewBox:"0 0 512 512"},Vc={name:"globe-link",content:'<path d="M161.7 412.6C69.1 391.2 0 308.1 0 209 0 93.6 93.6 0 209 0s209 93.6 209 209c0 58.2-23.8 110.8-62.2 148.7-20.5-23.1-50.4-37.7-83.8-37.7-3.9 0-7.8.2-11.6.6 12-15.9 26.4-28.8 41.3-33 22.6-18.6 21.6-35.2 18.6-50.2-7-12.6-38.7-23.6-68.8-49.7-18.1-4-40.2 7.5-48.7-3.5-8.5-11.1-48.7-27.1-31.1-44.7s44.2.5 54.8-35.7C236.9 67.6 259 82.6 270 82.6c11.1 0 13.1-26.1-7.5-35.7-20.6-9.5-49.7-19.6-100.5-14.6-50.7 5-86.4 27.6-75.4 47.7 11.1 20.1 44.2 83.9 81.4 94.5 37.2 10.6 35.7 20.2 41.7 27.1 6 7-11.3 22.2 5.1 50.8 8.9 12 17 5 21 25.1 1.9 9.4-2.7 30.3-6.4 50.8-34.9 14.4-61 46-67.7 84.3zM224 432c0-5.1.8-10.1 2.3-14.7C232.5 398 250.6 384 272 384h64c-1.5-1.9-3-3.8-4.6-5.6-14.6-16.2-35.8-26.4-59.4-26.4-12.2 0-23.8 2.7-34.1 7.6-4.4 2.1-8.6 4.6-12.5 7.4-16.4 11.8-28.2 29.7-32 50.4-.9 4.7-1.4 9.6-1.4 14.6 0 44.2 35.8 80 80 80 26.2 0 49.4-12.6 64-32h-64c-26.5 0-48-21.5-48-48zm208-80c-26.2 0-49.4 12.6-64 32h64c26.5 0 48 21.5 48 48s-21.5 48-48 48h-64c14.6 19.4 37.8 32 64 32 44.2 0 80-35.8 80-80s-35.8-80-80-80zm0 64H272c-8.8 0-16 7.2-16 16s7.2 16 16 16h160c8.8 0 16-7.2 16-16s-7.2-16-16-16z" />',viewBox:"0 0 512 512"},kc={name:"globe-unlink",content:'<path d="M161.7 412.6C69.1 391.2 0 308.1 0 209 0 93.6 93.6 0 209 0s209 93.6 209 209c0 58.2-23.8 110.8-62.2 148.7-20.5-23.1-50.4-37.7-83.8-37.7-3.9 0-7.8.2-11.6.6 12-15.9 26.4-28.8 41.3-33 22.6-18.6 21.6-35.2 18.6-50.2-7-12.6-38.7-23.6-68.8-49.7-18.1-4-40.2 7.5-48.7-3.5-8.5-11.1-48.7-27.1-31.1-44.7s44.2.5 54.8-35.7C236.9 67.6 259 82.6 270 82.6s13.1-26.1-7.5-35.7c-20.6-9.5-49.7-19.6-100.5-14.6-50.7 5-86.4 27.6-75.4 47.7 11.1 20.1 44.2 83.9 81.4 94.5 37.2 10.6 35.7 20.2 41.7 27.1 6 7-11.3 22.2 5.1 50.8 8.9 12 17 5 21 25.1 1.9 9.4-2.7 30.3-6.4 50.8-34.9 14.4-61 46-67.7 84.3M224 432c0-5.1.8-10.1 2.3-14.7C232.5 398 250.6 384 272 384h64c-1.5-1.9-3-3.8-4.6-5.6-14.6-16.2-35.8-26.4-59.4-26.4-12.2 0-23.8 2.7-34.1 7.6-4.4 2.1-8.6 4.6-12.5 7.4-16.4 11.8-28.2 29.7-32 50.4-.9 4.7-1.4 9.6-1.4 14.6 0 44.2 35.8 80 80 80 26.2 0 49.4-12.6 64-32h-64c-26.5 0-48-21.5-48-48m208-80c-26.2 0-49.4 12.6-64 32h64c26.5 0 48 21.5 48 48s-21.5 48-48 48h-64c14.6 19.4 37.8 32 64 32 44.2 0 80-35.8 80-80s-35.8-80-80-80" />',viewBox:"0 0 512 512"},Oc={name:"envelop-link",content:'<path d="M224 432c0-5.1.8-10.1 2.3-14.7C232.5 398 250.6 384 272 384h64c-1.5-1.9-3-3.8-4.6-5.6-14.6-16.2-35.8-26.4-59.4-26.4-12.2 0-23.8 2.7-34.1 7.6-4.4 2.1-8.6 4.6-12.5 7.4-16.4 11.8-28.2 29.7-32 50.4-.9 4.7-1.4 9.6-1.4 14.6 0 44.2 35.8 80 80 80 26.2 0 49.4-12.6 64-32h-64c-26.5 0-48-21.5-48-48zm208-80c-26.2 0-49.4 12.6-64 32h64c26.5 0 48 21.5 48 48s-21.5 48-48 48h-64c14.6 19.4 37.8 32 64 32 44.2 0 80-35.8 80-80s-35.8-80-80-80zm0 64H272c-8.8 0-16 7.2-16 16s7.2 16 16 16h160c8.8 0 16-7.2 16-16s-7.2-16-16-16zM32 0C14.3 0 0 14.3 0 32v256c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V32c0-17.7-14.3-32-32-32H32zm23.7 32L224 200.3 392.3 32c11 2.9 19.7 11.6 22.6 22.6L310.6 158.9l104.3 104.3c-2.9 11-11.6 19.7-22.6 22.6L288 181.5l-64 64-64-64L55.7 285.8c-11-2.9-19.7-11.6-22.6-22.6l104.3-104.3L33.1 54.6C36 43.6 44.7 34.9 55.7 32z" />',viewBox:"0 0 512 512"},Cc={name:"anchor",content:'<path d="m352 288 44.5 44.5c-22.3 40.7-61.7 70.7-108.5 80.3V151.4c19.1-11.1 32-31.8 32-55.4 0-35.3-28.7-64-64-64s-64 28.7-64 64c0 23.6 12.9 44.3 32 55.4v261.4c-46.8-9.5-86.2-39.6-108.5-80.3L160 288H32v128l36.9-36.9C108.9 439.9 177.8 480 256 480s147.1-40.1 187.1-100.9L480 416V288H352zM256 64c17.6 0 32 14.4 32 32s-14.4 32-32 32-32-14.4-32-32 14.4-32 32-32z" />',viewBox:"0 0 512 512"},Ec={name:"table-add",content:'<path d="M448 320V32H32v416h288V320h128zm-288 96H64v-96h96v96zm0-128H64v-96h96v96zm0-128H64V64h96v96zm128 256h-96v-96h96v96zm0-128h-96v-96h96v96zm0-128h-96V64h96v96zm32-96h96v96h-96V64zm0 224v-96h96v96h-96zm192 128v32h-64v64h-32v-64h-64v-32h64v-64h32v64h64z" />',viewBox:"0 0 512 512"},Bc={name:"table",content:'<path d="M32 32v416h416V32H32zm256 32v96h-96V64h96zm0 128v96h-96v-96h96zM64 64h96v96H64V64zm0 128h96v96H64v-96zm0 224v-96h96v96H64zm128 0v-96h96v96h-96zm224 0h-96v-96h96v96zm0-128h-96v-96h96v96zm0-128h-96V64h96v96z" />',viewBox:"0 0 512 512"},Sc={name:"table-properties",content:'<path d="m502.666 77.216-22.627 22.627-67.882-67.882 22.627-22.627c12.445-12.445 32.81-12.445 45.255 0l22.627 22.627c12.445 12.445 12.445 32.81 0 45.255zM392.483 51.635l67.882 67.882L290.66 288H224v-66.66L392.483 51.635zm22.627 67.882L392.483 96.89 256.719 232.654l22.627 22.627L415.11 119.517zM384 256l32-32v288H0V96h288l-32 32h-96v224h224v-96zM128 384H32v96h96v-96zm0-128H32v96h96v-96zm0-128H32v96h96v-96zm128 256h-96v96h96v-96zm128 0h-96v96h96v-96z" />',viewBox:"0 0 512 512"},Pc={name:"table-cell",content:'<path d="M32 32v416h416V32H32zm128 384H64v-96h96v96zm0-128H64v-96h96v96zm0-128H64V64h96v96zm128 256h-96v-96h96v96zm0-256h-96V64h96v96zm128 256h-96v-96h96v96zm0-128h-96v-96h96v96zm0-128h-96V64h96v96z" />',viewBox:"0 0 512 512"},Lc={name:"table-cell-properties",content:'<path d="m502.666 77.216-22.627 22.627-67.882-67.882 22.627-22.627c12.445-12.445 32.81-12.445 45.255 0l22.627 22.627c12.445 12.445 12.445 32.81 0 45.255zM384 256l32-32v288H0V96h288l-32 32h-96v96h32v96h96v32h96v-96zM128 384H32v96h96v-96zm0-128H32v96h96v-96zm0-128H32v96h96v-96zm128 256h-96v96h96v-96zm128 0h-96v96h96v-96zm8.483-332.365 67.882 67.882-141.588 141.588L290.66 288H224v-66.66l26.895-28.118L392.483 51.635zm22.627 67.882L392.483 96.89 256.719 232.654l11.314 11.314 11.314 11.314L415.11 119.517z" />',viewBox:"0 0 512 512"},Nc={name:"table-column-insert-left",content:'<path d="M32 480V0h128v480H32zM480 32v416H192V32h288zM224 160h96V64h-96v96zm0 128h96v-96h-96v96zm0 128h96v-96h-96v96zm224-96h-96v96h96v-96zm0-32v-96h-96v96h96zm0-224h-96v96h96V64z" />',viewBox:"0 0 512 512"},_c={name:"table-column-insert-right",content:'<path d="M352 480V0h128v480H352zM320 32v416H32V32h288zm-32 32h-96v96h96V64zm0 128h-96v96h96v-96zm0 128h-96v96h96v-96zM64 416h96v-96H64v96zm96-128v-96H64v96h96zM64 160h96V64H64v96z" />',viewBox:"0 0 512 512"},Dc={name:"table-row-insert-above",content:'<path d="M480 160H0V32h480v128zM32 192h416v288H32V192zm32 32v96h96v-96H64zm128 0v96h96v-96h-96zm128 0v96h96v-96h-96zm96 224v-96h-96v96h96zm-128-96h-96v96h96v-96zm-128 96v-96H64v96h96z" />',viewBox:"0 0 512 512"},Ac={name:"table-row-insert-below",content:'<path d="M480 480H0V352h480v128zM32 32h416v288H32V32zm128 256v-96H64v96h96zm128 0v-96h-96v96h96zm128 0v-96h-96v96h96zM320 64v96h96V64h-96zm-32 0h-96v96h96V64zM64 64v96h96V64H64z" />',viewBox:"0 0 512 512"},Rc={name:"table-column-delete",content:'<path d="M192 288v224h128V288H192zm0-288v64h128V0H192zm160 32h128v416H352V32zm96 288h-64v96h64v-96zm0-128h-64v96h64v-96zm0-128h-64v96h64V64zM32 32h128v416H32V32zm96 288H64v96h64v-96zm0-128H64v96h64v-96zm0-128H64v96h64V64zm128 89.373L313.373 96 336 118.627 278.627 176 336 233.373 313.373 256 256 198.627 198.627 256 176 233.373 233.373 176 176 118.627 198.627 96 256 153.373z" />',viewBox:"0 0 512 512"},Tc={name:"table-row-delete",content:'<path d="M224 192H0v128h224V192zm288 0h-64v128h64V192zm-32 160v128H64V352h416zm-288 96v-64H96v64h96zm128 0v-64h-96v64h96zm128 0v-64h-96v64h96zm32-416v128H64V32h416zm-288 96V64H96v64h96zm128 0V64h-96v64h96zm128 0V64h-96v64h96zm-89.373 128L416 313.373 393.373 336 336 278.627 278.627 336 256 313.373 313.373 256 256 198.627 278.627 176 336 233.373 393.373 176 416 198.627 358.627 256z" />',viewBox:"0 0 512 512"},jc={name:"table-cell-delete",content:'<path d="M96 192h160v128H96V192zM32 352h160v128H32V352zm32 32v64h96v-64H64zm128-224H32V32h160v128zm-32-96H64v64h96V64zm262.627 192L480 313.373 457.373 336 400 278.627 342.627 336 320 313.373 377.373 256 320 198.627 342.627 176 400 233.373 457.373 176 480 198.627 422.627 256z" />',viewBox:"0 0 512 512"},Fc={name:"table-delete",content:'<path d="M32 32v416h416V32H32zm384 128h-64v32h64v96h-64v32h64v96h-96v-64h-32v64h-96v-64h-32v64H64v-96h64v-32H64v-96h64v-32H64V64h96v64h32V64h96v64h32V64h96v96zm-153.4 80 57.4 57.4-22.6 22.6-57.4-57.4-57.4 57.4-22.6-22.6 57.4-57.4-57.4-57.4 22.6-22.6 57.4 57.4 57.4-57.4 22.6 22.6-57.4 57.4z" />',viewBox:"0 0 512 512"},Kc={name:"cells-merge",content:'<path d="M32 32v448h416V32H32zm160 32h96v64h-96V64zM64 64h96v64H64V64zm96 384H64v-64h96v64zm128 0h-96v-64h96v64zm128 0h-96v-64h96v64zm0-96H64V160h352v192zm0-224h-96V64h96v64z" />',viewBox:"0 0 512 512"},Zc={name:"cells-merge-horizontally",content:'<path d="M32 32v416h416V32H32zm160 32h96v96h-96V64zM64 64h96v96H64V64zm96 352H64v-96h96v96zm128 0h-96v-96h96v96zm128 0h-96v-96h96v96zm0-128H64v-96h352v96zm0-128h-96V64h96v96z" />',viewBox:"0 0 512 512"},Wc={name:"cells-merge-vertically",content:'<path d="M32 448h416V32H32v416zm32-160v-96h96v96H64zm0 128v-96h96v96H64zm352-96v96h-96v-96h96zm0-128v96h-96v-96h96zm0-128v96h-96V64h96zm-128 0v352h-96V64h96zm-128 0v96H64V64h96z" />',viewBox:"0 0 512 512"},Uc={name:"cell-split-horizontally",content:'<path d="M32 32v416h416V32H32zm32 32h160v64H64V64zm160 160h-64v-64h64v64zM64 160h64v64H64v-64zm0 96h160v64H64v-64zm0 160v-64h160v64H64zm192-256h64v64h-64v-64zm160 256H256v-64h160v64zm0-96H256v-64h160v64zm0-96h-64v-64h64v64zm0-96H256V64h160v64z" />',viewBox:"0 0 512 512"},qc={name:"cell-split-vertically",content:'<path d="M32 448h416V32H32v416zm32-32V256h64v160H64zm160-160v64h-64v-64h64zm-64 160v-64h64v64h-64zm96 0V256h64v160h-64zm160 0h-64V256h64v160zM160 224v-64h64v64h-64zM416 64v160h-64V64h64zm-96 0v160h-64V64h64zm-96 0v64h-64V64h64zm-96 0v160H64V64h64z" />',viewBox:"0 0 512 512"},Yc={name:"table-unmerge",content:'<path d="M32 32v416h416V32H32zm160 32h96v96h-96V64zm96 128v96h-96v-96h96zM64 64h96v96H64V64zm0 128h96v96H64v-96zm96 224H64v-96h96v96zm128 0h-96v-96h96v96zm128 0h-96v-96h96v96zm0-128h-96v-96h96v96zm0-128h-96V64h96v96z" />',viewBox:"0 0 512 512"},Gc={name:"pane-freeze",content:'<path d="M32 32v416h416V32H32zm256 32 96 96h-64l-96-96h64zm-128 0 96 96h-64L96 64h64zM64 96l96 96v64l-96-96V96zm0 128 96 96v64l-96-96v-64zm0 192v-64l64 64H64zm224 0h-96v-96h96v96zm0-128h-96v-96h96v96zm128 128h-96v-96h96v96zm0-128h-96v-96h96v96zM352 64h64v64l-64-64z" />',viewBox:"0 0 512 512"},Xc={name:"row-freeze",content:'<path d="M32 448h416V32H32v416zM64 96l64 64H64V96zm96-32 96 96h-64L96 64h64zm128 0 96 96h-64l-96-96h64zm128 64-64-64h64v64zm-96 160v-96h96v96h-96zm-128 0v-96h96v96h-96zm-32 0H64v-96h96v96zm160 128v-96h96v96h-96zm-128 0v-96h96v96h-96zm-128 0v-96h96v96H64z" />',viewBox:"0 0 512 512"},Qc={name:"column-freeze",content:'<path d="M32 32v416h416V32H32zm128 32v64L96 64h64zM64 96l96 96v64l-96-96V96zm0 128 96 96v64l-96-96v-64zm0 192v-64l64 64H64zm224 0h-96v-96h96v96zm0-128h-96v-96h96v96zm-96-128V64h96v96h-96zm224 256h-96v-96h96v96zm0-128h-96v-96h96v96zm0-128h-96V64h96v96z" />',viewBox:"0 0 512 512"},Jc={name:"toolbar-float",content:'<path d="M64 352h416v128H64V352zm96 32H96v64h96v-64h-32zm160 0h-96v64h96v-64zm32 0v64h96v-64h-96zM63.961 131.844l90.51 90.51 45.255-45.255-90.51-90.51-45.255 45.255zm0 0 90.51 90.51 45.255-45.255-90.51-90.51-45.255 45.255zm158.392 67.882 67.882-67.882-22.627-22.627-22.627 22.627-90.51-90.51c-12.445-12.445-32.81-12.445-45.255 0l-67.882 67.882c-12.445 12.445-12.445 32.81 0 45.255l90.51 90.51-22.627 22.627 22.627 22.627 67.882-67.882L297.373 320 320 297.373l-97.647-97.647zm-67.882 22.627-90.51-90.51 45.255-45.255 90.51 90.51-45.255 45.255zM480 256h-64v64h64v-64z" />',viewBox:"0 0 512 512"},$c={name:"spell-checker",content:'<path d="M113.2 206.2c-7.4 6.2-15.6 10.7-24.6 13.5s-19.3 4.2-31 4.2c-8.4 0-16.1-1-23.1-2.9s-13.1-4.9-18.2-8.8c-5.1-3.9-9.1-8.8-12-14.6C1.4 192 0 185.2 0 177.5c0-18.9 8.1-32.9 24.4-41.9s40.9-13.5 74-13.5h13.7c0-2.6 0-5.3-.1-8.2-.1-2.9-.3-5.4-.7-7.6-.8-7.6-3.5-13.2-8-17-4.5-3.7-11.8-5.6-21.7-5.6-10.4 0-18.1 1.9-23.3 5.8s-7.8 9.5-7.8 16.8H7c2.4-32.7 27.8-49 76.3-49 6.6 0 12.6.2 17.9.6 5.3.4 10.2 1.1 14.6 2 4.4 1 8.6 2.2 12.5 3.7 3.9 1.5 7.6 3.4 11.4 5.7 3.5 2.2 6.4 4.7 9 7.4 2.5 2.8 4.6 6.1 6.4 9.9 1.7 3.9 3 8.3 3.8 13.3s1.2 10.8 1.2 17.4V224h-46.8l-.1-17.8zm-1-58H96.8c-16.2 0-28.4 2-36.5 5.9s-12.2 10.6-12.2 20.2c0 7.3 2.5 12.7 7.5 16.2s11.5 5.2 19.4 5.2c7.6 0 14.6-1.5 21.2-4.5s11.9-6.9 15.8-11.7v-31.3h.2zm125.2-61.6c5.5-7.2 12.3-12.8 20.2-16.7C265.5 66 274 64 283.1 64c10.2 0 19.2 1.9 26.8 5.7 7.7 3.8 14.1 9.2 19.3 16.3 5.2 7.1 9.1 15.7 11.7 25.9s4 21.6 4 34.3-1.2 19-4.3 29.4c-3 10.4-7.6 17.9-13.3 25.2-5.7 7.3-12.6 13-20.7 17.1s-17.3 6.1-27.5 6.1c-17.5 0-31.9-5.2-43.3-15.6V224H192V0h45.4v86.6zm0 91.7c4.4 4.1 9.1 7.2 14.1 9.4 5 2.1 10.5 3.2 16.5 3.2 9.8 0 17.4-4.3 22.7-12.8 5.3-8.6 7.9-14.7 7.9-31.8 0-32.7-9.6-49-28.7-49-6.2 0-12 1.9-17.4 5.6s-10.5 9-15.1 15.8v59.6zM442.2 224c-12.4 0-23.4-1.8-33.3-5.4-9.8-3.6-18.1-8.8-25-15.6-6.8-6.8-12-15.2-15.7-25.1-3.7-9.9-5.5-21.3-5.5-34s1.8-24 5.5-33.9 8.9-18.2 15.9-25.1c6.9-6.9 15.3-12.1 25.2-15.6 9.9-3.6 21.1-5.4 33.6-5.4 20 0 36 4.7 48 14.1s19 23 21 40.9h-41c-1-7-3.9-12.7-8.8-16.9-4.9-4.2-11.2-6.3-19.2-6.3-10.2 0-18.4 3.9-24.5 11.6s-9.2 19.9-9.2 36.6c0 16.5 3.1 28.7 9.2 36.5s14.3 11.7 24.5 11.7c7.9 0 14.4-2.1 19.3-6.3s7.8-9.8 8.7-16.9h41c-2.5 17.7-9.7 31.2-21.5 40.7-11.6 9.6-27.7 14.4-48.2 14.4zm69.8 0L224 512 64 352l64-64 96 96 288-160" />',viewBox:"0 0 512 512"},el={name:"validation-xhtml",content:'<path d="M192 224h-54l-26.2-96L86 224H32L0 64h42l22 96 22-96h52l22 96 22-96h42l-32 160zm272.5-121.8c4.7 4.2 7.4 9.8 8.5 16.8h38.9c-2-17.9-8.6-31.3-19.9-40.8-11.5-9.3-26.5-14-45.6-14-11.9 0-22.5 1.7-32 5.3-9.4 3.6-17.4 8.9-23.9 15.7-6.7 6.9-11.6 15.2-15.1 25-3.5 10-5.3 21.2-5.3 33.8 0 12.8 1.8 24 5.3 33.8 3.5 10 8.3 18.4 14.8 25.1 6.5 6.7 14.5 11.8 23.8 15.4 9.4 3.6 20 5.4 31.6 5.4 19.4 0 34.7-4.8 45.9-14.3 11.2-9.5 18-23 20.4-40.5H473c-.9 7-3.7 12.6-8.3 16.8-4.7 4.3-10.7 6.3-18.3 6.3-9.8 0-17.5-3.9-23.5-11.7-5.8-7.8-8.6-19.9-8.6-36.3 0-16.7 2.8-28.7 8.6-36.5 5.9-7.8 13.6-11.5 23.5-11.5 7.5 0 13.6 2 18.1 6.2zM316.7 219.8c7.3-2.3 13.6-5.8 18.9-10.2l.1-.1c5.2-4.6 9.1-9.9 11.8-16.1 2.8-6 4.2-12.7 4.2-20.7 0-10-2.7-18.4-8-25.3-3.5-4.4-7.9-7.9-13.2-10.5.3-.3.7-.5 1-.8 3.1-2.4 5.5-5 7.6-8.1 2-3 3.5-6.2 4.5-9.4 1-3.5 1.5-6.9 1.5-10.4 0-6.6-1.3-12.6-3.9-18.1-2.6-5.4-6.4-10.3-11.4-14.2-4.8-4.2-10.5-7.2-17-9.1-6.3-1.8-13.7-2.8-22.1-2.8-7.4 0-14.3 1-20.8 3.1-6.3 2.1-11.7 5.2-16.9 9.3-5 4.1-9 9.2-11.9 15.1-3 5.9-4.9 12.7-5.6 20.3l-.5 5.1h38.2l.5-4.4c1.6-14.6 9.9-16.5 16.9-16.5 4.8 0 8.3 1.1 10.7 3.3l.1.1c2.7 2.5 3.3 7.1 3.3 10.4 0 5.6-1.2 9.4-3.8 11.4l-.1.1c-2.8 2.4-7.2 3.5-13.4 3.5H276v31h13.7c7.4 0 12.8 1.4 16.3 4 3.3 2.7 4.9 6.5 4.9 12.2 0 2.9-.5 5.6-1.4 8-.9 2.3-2.1 4.1-3.9 5.9-1.4 1.5-3.4 2.7-5.9 3.6-2.4.9-5.2 1.4-8.4 1.4-3.4 0-6.3-.4-9-1.3-2.2-.8-4.1-2-5.7-3.5-1.6-1.6-2.8-3.3-3.7-5.2-.8-1.9-1.2-4.1-1.5-6.7l-.4-4.2h-39.1l.3 5c.5 7.4 2.3 14.5 5.3 21 3.1 6.1 7.8 11.8 14.2 16.6 4.9 3.8 10.8 6.6 17.8 8.4h.4c6.4 1.5 13.8 2.3 22.1 2.3 9.5 0 17.5-1.2 24.7-3.5zM64 352l64-64 96 96 288-160-288 288L64 352z" />',viewBox:"0 0 512 512"},tl={name:"validation-data",content:'<path d="m64 352 64-64 96 96 288-160-288 288L64 352zm48.6-193.6c0 13-2.5 24.4-7.6 34.4s-12.3 17.7-21.8 23.1c-9.4 5.4-20.3 8.1-32.7 8.1H0V96h49.5c42.1 0 63.1 20.8 63.1 62.4zm-38 .3c0-6.3-1.2-12-3.5-17-2.4-5-5.7-8.9-10.1-11.7-4.4-2.7-9.6-4.1-15.6-4.1H36v68h10.1c8.6 0 15.6-3.2 20.7-9.5 5.2-6.4 7.8-14.9 7.8-25.7zM216.2 224l-5.5-24h-37.2l-5.9 24H128l42.3-128h45.9L256 224h-39.8zm-23.6-100h-.9c-.1 1.4-.5 3.8-1.2 7.1s-4.1 17.2-10.4 41.9h23.4l-8.6-34.7c-1.1-5-1.9-9.8-2.3-14.3zm127.4 4v96h-32v-96h-32V96h98v32h-34zm120.2 96-5.5-24h-37.2l-5.9 24H352l42.3-128h45.9L480 224h-39.8zm-23.6-100h-.9c-.1 1.4-.5 3.8-1.2 7.1s-4.1 17.2-10.4 41.9h23.4l-8.6-34.7c-1.1-5-1.9-9.8-2.3-14.3z" />',viewBox:"0 0 512 512"},nl={name:"toggle-full-screen-mode",content:'<path d="M448 32H64c-17.6 0-32 14.4-32 32v288c0 17.6 14.4 32 32 32h384c17.6 0 32-14.4 32-32V64c0-17.6-14.4-32-32-32zm0 319.942a.53.53 0 0 1-.058.058H64.058a.454.454 0 0 1-.058-.058V64.057a.511.511 0 0 1 .057-.057h383.885c.02.017.041.038.058.057v287.885zM384 480H128c35.346 0 64-28.654 64-64h128c0 35.346 28.654 64 64 64zm32-160H96c58.263-113.973 183.21-192 320-192v192z" />',viewBox:"0 0 512 512"},ol={name:"formula-fx",content:'<path d="m214 183.4-24.7 110c-11.5 53.4-22.7 92.1-33.7 116.1-11 24-23.8 41.8-38.4 53.2-14.7 11.6-31.5 17.3-50.5 17.3-12 0-20.7-2.7-26.3-8-5.6-5.3-8.4-11.5-8.4-18.7 0-6.7 2.3-12.5 7-17.4 4.7-4.9 10.8-7.3 18.3-7.3 6.3 0 11.2 1.9 14.5 5.6 3.4 3.7 5.1 8.5 5.1 14.2 0 5.2-1 9.1-3.2 11.6-2.1 2.5-3.2 4.2-3.2 5l1 1.7c.8.8 1.8 1.2 3 1.2 4.2 0 7.8-1.5 10.8-4.7 7.4-7.7 13-17 16.6-27.9 2.5-7.5 7.4-27.4 14.5-59.5l43-192.6h-29.3l7-28.7c10.5.2 18.2-1.4 23-4.7 4.8-3.3 9.8-10.6 15.2-22 15.4-33.1 31.7-60.1 48.9-74.4S260.4 32 281.5 32c13.5 0 23.3 3 29.4 9.1 6.1 6.1 9.2 13.9 9.2 23.5 0 8.5-2 15.2-6.1 20.2-4.1 5.1-9.2 7.5-15.2 7.5-5.6 0-10.3-2-13.9-6.1-3.6-4.1-5.5-9-5.5-14.7 0-4.1 1.1-8.4 3.5-13 2.3-4.6 3.5-7.7 3.5-9.3 0-1.8-.5-3.3-1.6-4.4-1-1.1-2.4-1.7-4.1-1.7-8.3 0-16.8 5.9-25.5 17.9-14.3 19.1-25.9 52.5-34.5 93.8h30.5l-7.4 28.7-29.8-.1zm78.7 22.7 68.9-14.1c12.5 23.3 21.3 48.9 26.5 76.9 12.9-22.7 22.7-38.6 29.3-47.6 8.8-12.2 16.1-20.1 21.8-23.8 5.8-3.7 11.9-5.5 18.3-5.5 7.2 0 12.8 2.4 16.7 7 3.9 4.7 5.8 11 5.8 19 0 7.5-2 13.6-5.8 18.4-3.9 4.7-8.7 7.1-14.5 7.1-4.2 0-9-.9-14.5-2.7-5.4-1.8-9.3-2.7-11.3-2.7-5.6 0-10.8 2.4-15.8 7-6.8 6.4-15.2 20.1-25.3 41 11.2 46.9 20.1 75.5 26.9 85.8 3.9 6.1 7.9 9.2 12.1 9.2 3.4 0 6.4-1 8.9-3 3.8-3.3 9.7-11.5 17.6-24.6l7.1 4.9c-11.6 22.2-22.9 37.9-34 46.9-8.4 7-16.7 10.6-24.9 10.6-8.4 0-15.4-2.3-21-6.7-5.6-4.5-10.6-11.7-14.9-21.8-4.4-10-9.5-26.2-15.4-48.4-15.4 23.3-27.5 40.3-36.3 51-8.7 10.7-16 17.7-21.8 21-5.8 3.3-12 4.9-18.6 4.9-6.8 0-12.3-2.4-16.3-7-4-4.7-6-10.8-6-18.3 0-7.9 2.2-14.5 6.5-19.6 4.3-5.2 9.9-7.7 16.6-7.7 3.6 0 7.6 1.3 12.1 3.7 6.6 3.8 11.3 5.7 14.2 5.7 3.8 0 7.2-.9 10.3-2.8 3.9-2.4 9-7.4 15-15.3 3.7-4.8 10.5-15.1 20.4-31-12.6-55.8-22.5-89.1-29.6-100-4.5-7-10.2-10.6-17-10.6-3.6 0-7.9.6-13 1.9l1-8.8z" />',viewBox:"0 0 512 512"},rl={name:"sum",content:'<path d="M416 64v128l-64-64H160l128 128-128 128h192l64-64v128H96v-64l128-128L96 128V64h320z" />',viewBox:"0 0 512 512"},al={name:"symbol",content:'<path d="m448 416 32-32v96H320V375.8c11.4-5.1 22.2-11.5 32-19 38.9-29.7 64-76.9 64-130.1C416 136.8 344.4 64 256 64S96 136.8 96 226.7c0 53.2 25.1 100.5 64 130.1 9.8 7.5 20.6 13.9 32 19V480H32v-96l32 32h96v-18.5C84.3 366.7 32 300.6 32 224 32 118 132.3 32 256 32s224 86 224 192c0 76.6-52.3 142.7-128 173.5V416h96z" />',viewBox:"0 0 512 512"},il={name:"dollar",content:'<path d="M326.6 273c-8.3-7.3-18.4-13.6-30.4-19.1-11.8-5.4-25.2-10.2-40.2-14.5V131.3c6.5.8 13 2.2 17.7 4.2 7.5 3.3 13.7 7.8 18.8 13.7 5.1 5.8 8.9 12.7 11.4 20.7 2.6 8 3.8 16.7 3.8 26.2H352c0-29.2-7.5-52-22.5-68.8s-36-26.8-62.9-30.1c0 0-5-.4-10.6-.8V32h-32v66.2c-11.9 1.5-22.6 4.3-32.2 8.4-10.6 4.5-19.6 10.3-27.1 17.5-7.5 7.2-13.2 15.6-17.2 25.4-4 9.7-6 20.5-6 32.2 0 12.7 2.2 23.8 6.7 33.4s11 18.2 19.5 25.6 18.8 13.8 30.9 19.3c7.8 3.5 16.3 6.8 25.4 9.7v110.7c-2.7-.4-5.4-.9-8.1-1.5-7.9-1.8-15.2-5.1-21.7-9.8-6.5-4.7-11.8-11-15.8-19s-6-18-6-30H128c0 16.2 2.6 30 7.9 41.6 5.3 11.6 12.4 21.2 21.3 28.6 8.9 7.5 19.1 13.3 30.6 17.3s23.4 6.5 35.7 7.5c0 0 .2 0 .5.1V480h32v-64.7c1.9-.2 3.1-.3 3.1-.3 14.1-1.3 26.9-4.1 38.4-8.3 11.5-4.3 21.3-10 29.4-17.1 8.1-7.1 14.3-15.6 18.6-25.4 4.3-9.8 6.5-20.9 6.5-33.2 0-12.5-2.2-23.5-6.5-33-4.3-9.4-10.6-17.8-18.9-25zm-104.7-46.2c-8.8-4.1-15.9-8.4-21.2-12.9s-9.1-9.6-11.3-15c-2.2-5.5-3.4-11.6-3.4-18.5 0-7.4 1.2-14.1 3.6-20.3 2.4-6.1 6-11.3 10.8-15.7 4.8-4.3 10.9-7.7 18.3-10.1 1.7-.6 3.5-1 5.3-1.5v94.9c-.6-.2-1.4-.5-2.1-.9zm81 125.2c-3 6.2-7.5 11.4-13.2 15.8-5.8 4.3-12.8 7.7-21.2 10-3.9 1.1-8.1 1.9-12.5 2.5V279.2c5.6 2 10.7 4.1 15.3 6.2 8.6 4 15.6 8.3 20.9 13 5.4 4.7 9.3 9.7 11.7 15.1 2.4 5.4 3.6 11.3 3.6 17.7 0 7.7-1.5 14.7-4.6 20.8z" />',viewBox:"0 0 512 512"},cl={name:"percent",content:'<path d="M352 64h32L160 448h-32L352 64zm16 160c-44.2 0-80 50.1-80 112s35.8 112 80 112 80-50.1 80-112-35.8-112-80-112zm0 192c-22.7 0-48-32.9-48-80s25.3-80 48-80 48 32.9 48 80-25.3 80-48 80zM144 64c-44.2 0-80 50.1-80 112s35.8 112 80 112 80-50.1 80-112-35.8-112-80-112zm0 192c-22.7 0-48-32.9-48-80s25.3-80 48-80 48 32.9 48 80-25.3 80-48 80z" />',viewBox:"0 0 512 512"},ll={name:"custom-format",content:'<path d="M128 128v224H80V182.4s-13.1 19.1-48 19.1v-40.6c34.9 0 61.7-32.9 61.7-32.9H128zm94.4 184H320v40H169v-16.6c.3-11.3 2.2-21.4 6-30.3 3.8-9 8.6-17 14.3-24.1s12-13.4 18.8-18.9 13.3-10.4 19.4-14.8c6.5-4.6 12.1-9 17-13.2s9-8.4 12.3-12.5 5.8-8.3 7.5-12.6c1.6-4.2 2.5-8.8 2.5-13.6 0-9.4-2.7-16.5-8-21.4-5.3-4.8-13.5-7.2-24.4-7.2-18.9 0-37.1 7.5-54.4 22.6v-42.7c19.2-12.4 40.8-18.6 64.8-18.6 11.2 0 21.2 1.5 30 4.4 8.9 2.9 16.4 7.1 22.5 12.5s10.8 12 14.1 19.7c3.2 7.7 4.8 16.4 4.8 25.9 0 10.1-1.6 19.2-4.7 27-3.1 7.9-7.3 15.1-12.4 21.5-5.2 6.5-11.1 12.4-17.9 17.7-6.8 5.4-13.8 10.6-21 15.6-4.9 3.5-9.7 6.9-14.2 10.4-4.6 3.4-8.6 6.8-12.1 10.1s-6.2 6.6-8.3 9.8c-2.2 3.1-3.2 9.3-3.2 9.3zM341 341.2v-41.7s32.1 15.8 51.5 15.8c12.2 0 21.8-2.6 28.6-7.9 6.8-5.3 10.2-12.5 10.2-21.9 0-9.7-4.2-17.1-12.7-22.3-8.4-5.3-20-7.9-34.8-7.2H364v-37h17.7c28.4 0 42.6-9.4 42.6-28.1 0-17.6-10.9-26.4-32.7-26.4-14.7 0-28.8 4.7-42.6 14v-38.9c15.4-7.7 33.1-11.5 53.6-11.5 22.3 0 39.6 5 52.1 14.9 12.4 10 18.7 22.9 18.7 38.8 0 28.3-14.5 46-43.4 53.2v.3c15.5 1.9 27.6 7.5 36.5 16.8 8.9 9.2 13.3 20.6 13.3 34 0 20.3-7.4 36.4-22.4 48.2-15 11.8-35.5 17.7-61.7 17.7-22.3.1-40.6-3.5-54.7-10.8z" />',viewBox:"0 0 512 512"},sl={name:"decimal-increase",content:'<path d="M384 256c-35.3 0-64 28.7-64 64v64c0 35.3 28.7 64 64 64 35.4 0 64-28.7 64-64v-64c0-35.3-28.6-64-64-64zm32 118c0 23.6-14.3 42.7-32 42.7-17.6 0-32-19.1-32-42.7v-42.7c0-23.5 14.4-42.6 32-42.6 17.7 0 32 19.1 32 42.6V374zM384 32c-35.3 0-64 28.7-64 64v64c0 35.3 28.7 64 64 64 35.4 0 64-28.7 64-64V96c0-35.3-28.6-64-64-64zm32 118c0 23.6-14.3 42.7-32 42.7-17.6 0-32-19.1-32-42.7v-42.7c0-23.6 14.4-42.7 32-42.7 17.7 0 32 19.1 32 42.7V150zM224 256c-35.3 0-64 28.7-64 64v64c0 35.3 28.7 64 64 64s64-28.7 64-64v-64c0-35.3-28.6-64-64-64zm32 118c0 23.6-14.3 42.7-32 42.7s-32-19.1-32-42.7v-42.7c0-23.5 14.3-42.6 32-42.6s32 19.1 32 42.6V374zM96 416h32v32H96v-32zm160-224h32v32h-32v-32zM192 32v192L64 128l128-96z" />',viewBox:"0 0 512 512"},hl={name:"decimal-decrease",content:'<path d="M384 32c-35.3 0-64 28.7-64 64v64c0 35.3 28.7 64 64 64 35.4 0 64-28.7 64-64V96c0-35.3-28.6-64-64-64zm32 116.7c0 23.5-14.3 42.6-32 42.6-17.6 0-32-19.1-32-42.6V106c0-23.6 14.4-42.7 32-42.7 17.7 0 32 19.1 32 42.7v42.7zM384 256c-35.3 0-64 28.7-64 64v64c0 35.3 28.7 64 64 64 35.4 0 64-28.7 64-64v-64c0-35.3-28.6-64-64-64zm32 116.7c0 23.6-14.3 42.7-32 42.7-17.6 0-32-19.1-32-42.7V330c0-23.6 14.4-42.7 32-42.7 17.7 0 32 19.1 32 42.7v42.7zM224 32c-35.3 0-64 28.7-64 64v64c0 35.3 28.7 64 64 64 35.4 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm32 116.7c0 23.5-14.3 42.6-32 42.6s-32-19.1-32-42.6V106c0-23.6 14.3-42.7 32-42.7s32 19.1 32 42.7v42.7zM128 224H96v-32h32v32zm128 192h32v32h-32v-32zM64 256l128 96-128 96V256z" />',viewBox:"0 0 512 512"},vl={name:"font-size",content:'<path d="M97 224 32 416h29l16.9-50H146l16.9 50h29l-65-192H97zm-8.9 112 23.9-70.6 23.9 70.6H88.1zM376 96h-48L224 416h48l26-80h108l26 80h48L376 96zm-62.4 192L352 169.8 390.4 288h-76.8z" />',viewBox:"0 0 512 512"},ul={name:"image-absolute-position",content:'<path d="M416 240c0 26.5-21.5 48-48 48s-48-21.5-48-48 21.5-48 48-48 48 21.5 48 48zm96-80v320c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32h320c17.7 0 32 14.3 32 32zm-32 26.7c0-14.7-11.9-26.7-26.7-26.7H186.7c-14.7 0-26.7 11.9-26.7 26.7V384l96-96 96 96 64-64 64 64V186.7zM32 0H0v512h32v-64h32v-32H32v-64h32v-32H32v-64h32v-32H32v-64h32v-32H32V32h96v32h32V32h64v32h32V32h64v32h32V32h64v32h32V32h64V0H32z" />',viewBox:"0 0 512 512"},pl={name:"table-wizard",content:'<path d="M160 384V160h224v96l32 32V0H0v416h288l-32-32h-96zM288 32h96v96h-96V32zm-128 0h96v96h-96V32zm-32 352H32v-96h96v96zm0-128H32v-96h96v96zm0-128H32V32h96v96zm376.6 362.1-15.5 15.5c-8.6 8.6-22.4 8.6-31 0l-124-124c-8.6-8.6-8.6-22.4 0-31l15.5-15.5c8.6-8.6 22.4-8.6 31 0l124 124c8.6 8.5 8.6 22.4 0 31zm-158.5-209-21-14.8c-3.2-2.3-5.1-6-5.1-10l.3-25.7c.1-6.6-5.2-12.1-11.8-12.2-2.6 0-5.2.8-7.3 2.4l-20.6 15.4c-3.2 2.4-7.3 3-11 1.8l-24.3-8.3c-6.8-2.3-14.3 1.9-15.7 9.3-.4 2.1-.1 4.2.5 6.2l8.2 24.1c1.3 3.7.6 7.8-1.8 11l-15.4 20.6c-4.3 5.8-2.6 14.2 4 17.8 1.9 1 4 1.4 6.1 1.4l25.4-.3c3.9-.1 7.7 1.8 10 5.1l14.8 21c4.2 5.9 12.7 6.9 18.1 1.7 1.5-1.5 2.6-3.3 3.2-5.3l7.5-24.3c1.2-3.8 4.1-6.7 7.9-7.9l24.5-7.6c6.3-2 9.8-8.7 7.9-15-.7-2.7-2.3-4.9-4.4-6.4z" />',viewBox:"0 0 512 512"},dl={name:"crosstab",content:'<path d="M192.3 32H32v160h1v288h447V32H192.3zm-.3 416H96v-96h96v96zm0-128H96v-96h96v96zm0-128H96V96h96v96zm128 256h-96v-96h96v96zm0-128h-96v-96h96v96zm0-128h-96V96h96v96zm128 256h-96v-96h96v96zm0-128h-96v-96h96v96zm0-128h-96V96h96v96z" />',viewBox:"0 0 512 512"},ml={name:"crosstab-wizard",content:'<path d="M192 416V192h224v96l32 32V0H0v160h1v288h318.7l-31.9-32H192zM320 64h96v96h-96V64zm-128 0h96v96h-96V64zm-32 352H64v-96h96v96zm0-128H64v-96h96v96zm0-128H64V64h96v96zm344.6 330.1-15.5 15.5c-8.6 8.6-22.4 8.6-31 0l-124-124c-8.6-8.6-8.6-22.4 0-31l15.5-15.5c8.6-8.6 22.4-8.6 31 0l124 124c8.6 8.5 8.6 22.4 0 31zM221.2 300.8c-4.3 5.8-2.6 14.2 4 17.8 1.9 1 4 1.4 6.1 1.4l25.4-.3c3.9-.1 7.7 1.8 10 5.1l14.8 21c4.2 5.9 12.7 6.9 18.1 1.7 1.5-1.5 2.6-3.3 3.2-5.3l7.5-24.3c1.2-3.8 4.1-6.7 7.9-7.9l24.5-7.6c6.3-2 9.9-8.7 7.9-15-.8-2.5-2.4-4.7-4.5-6.2l-21-14.8c-3.2-2.3-5.1-6-5.1-10l.3-25.7c.1-6.6-5.2-12.1-11.8-12.2-2.6 0-5.2.8-7.3 2.4l-20.6 15.4c-3.2 2.4-7.3 3-11 1.8l-24.3-8.3c-6.8-2.3-14.3 1.9-15.7 9.3-.4 2.1-.1 4.2.5 6.2l8.2 24.1c1.3 3.7.6 7.8-1.8 11l-15.3 20.4z" />',viewBox:"0 0 512 512"},fl={name:"table-body",content:'<path d="M32 32v416h416V32H32zm256 32v96h-96V64h96zm128 256v64L224 192h64l128 128zM64 64h96v96H64V64zm0 128h96v96H64v-96zm0 224v-96h96v96H64zm128 0v-64l64 64h-64zm128 0L192 288v-64l192 192h-64zm96-160-64-64h64v64zm0-96h-96V64h96v96z" />',viewBox:"0 0 512 512"},zl={name:"table-column-groups",content:'<path d="M32 32v416h416V32H32zm256 32v64l-64-64h64zm0 320-96-96v-64l96 96v64zM192 96l96 96v64l-96-96V96zM64 64h96v96H64V64zm0 128h96v96H64v-96zm0 224v-96h96v96H64zm128 0v-64l64 64h-64zm224 0h-96v-96h96v96zm0-128h-96v-96h96v96zm0-128h-96V64h96v96z" />',viewBox:"0 0 512 512"},gl={name:"table-corner",content:'<path d="M32 32v416h416V32H32zm256 32v96h-96V64h96zm0 128v96h-96v-96h96zM160 64v64L96 64h64zM64 96l64 64H64V96zm0 96h96v96H64v-96zm0 224v-96h96v96H64zm128 0v-96h96v96h-96zm224 0h-96v-96h96v96zm0-128h-96v-96h96v96zm0-128h-96V64h96v96z" />',viewBox:"0 0 512 512"},yl={name:"table-row-groups",content:'<path d="M32 32v416h416V32H32zm256 32v96h-96V64h96zm-64 128h64l96 96h-64l-96-96zm32 96h-64l-96-96h64l96 96zM64 64h96v96H64V64zm0 160 64 64H64v-64zm0 192v-96h96v96H64zm128 0v-96h96v96h-96zm224 0h-96v-96h96v96zm0-160-64-64h64v64zm0-96h-96V64h96v96z" />',viewBox:"0 0 512 512"},bl={name:"globe-outline",content:'<path d="M256 32C132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224S379.7 32 256 32zM64 256c0-57 24.8-108.2 64.3-143.3.3 1.8 1 3.6 1.9 5.4 11.9 22.1 47.7 92.5 87.8 104.1 40.1 11.6 38.6 22.2 45 29.9 6.5 7.7-12.2 24.4 5.6 55.9 9.6 13.2 18.3 5.5 22.6 27.6 4.1 21-20.6 95-7.8 110.4-9 1.3-18.1 2-27.4 2-106 0-192-86-192-192zm222.4 189.6c10.5-37 41.8-89.2 75.8-98.9 24.4-20.5 23.3-38.8 20.1-55.4-7.6-13.9-41.7-26-74.3-54.8-19.5-4.4-43.4 8.3-52.6-3.9-9.2-12.2-52.6-29.9-33.6-49.3s47.7.6 59.1-39.3 35.2-23.2 47.2-23.2S342.2 92 320 81.5c-16.7-7.9-38.6-16.1-71.7-17.4 2.6-.1 5.2-.2 7.8-.2 106 0 192 86 192 192C448 351.7 378 431 286.4 445.6z" />',viewBox:"0 0 512 512"},Hl={name:"globe",content:'<path d="M256 32C132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224S379.7 32 256 32zm106.2 314.7c-34.7 10-66.7 64.2-76.4 101.3-17.9-9.4 9.8-90.2 5.4-112.4-4.3-22.1-13-14.4-22.6-27.6-17.8-31.5.9-48.3-5.6-55.9-6.5-7.7-4.9-18.3-45-29.9-40.1-11.6-75.9-81.9-87.8-104.1-11.9-22.1 26.6-47 81.3-52.6 10.3-1 19.7-1.5 28.4-1.5 37.8.1 61.9 9 80 17.5 22.2 10.5 20.1 39.3 8.1 39.3s-35.8-16.6-47.2 23.2-40.1 19.9-59.1 39.3 24.4 37.1 33.6 49.3c9.2 12.2 33.1-.6 52.6 3.9 32.6 28.8 66.7 41 74.3 54.8 3.3 16.6 4.4 34.9-20 55.4z" />',viewBox:"0 0 512 512"},wl={name:"map-marker",content:'<path d="M256 0C158.8 0 80 78.8 80 176s176 336 176 336 176-238.8 176-336S353.2 0 256 0zm0 288c-61.9 0-112-50.1-112-112S194.1 64 256 64s112 50.1 112 112-50.1 112-112 112z" />',viewBox:"0 0 512 512"},xl={name:"map-marker-target",content:'<path d="M256 0C158.8 0 80 78.8 80 176s176 336 176 336 176-238.8 176-336S353.2 0 256 0zm0 288c-61.9 0-112-50.1-112-112S194.1 64 256 64s112 50.1 112 112-50.1 112-112 112zm48-112c0 26.5-21.5 48-48 48s-48-21.5-48-48 21.5-48 48-48 48 21.5 48 48z" />',viewBox:"0 0 512 512"},Ml={name:"pin",content:'<path d="M320 256V96c0-17.6-14.4-32-32-32h-96c-17.6 0-32 14.4-32 32v160H96v32h128v160h32V288h128v-32h-64zm-128 0V96h64v160h-64z" />',viewBox:"0 0 512 512"},Il={name:"unpin",content:'<path d="M256 320h160c17.6 0 32-14.4 32-32v-96c0-17.6-14.4-32-32-32H256V96h-32v128H64v32h160v128h32v-64zm0-128h160v64H256v-64z" />',viewBox:"0 0 512 512"},Vl={name:"share",content:'<path d="M480 432c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-10.6 2.1-20.7 5.8-30l-158.6-88.1C152.9 327.6 133.4 336 112 336c-44.2 0-80-35.8-80-80s35.8-80 80-80c21.4 0 40.9 8.4 55.2 22.1L325.8 110c-3.8-9.3-5.8-19.4-5.8-30 0-44.2 35.8-80 80-80s80 35.8 80 80-35.8 80-80 80c-22 0-41.9-8.9-56.4-23.3l-158 87.8c4.1 9.7 6.4 20.3 6.4 31.5s-2.3 21.8-6.4 31.5l158 87.8C358.1 360.9 378 352 400 352c44.2 0 80 35.8 80 80z" />',viewBox:"0 0 512 512"},kl={name:"user",content:'<path d="M352 128c0 53-43 96-96 96s-96-43-96-96 43-96 96-96 96 43 96 96zm-96 128c-106 0-192 86-192 192 0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32 0-106-86-192-192-192z" />',viewBox:"0 0 512 512"},Ol={name:"inbox",content:'<path d="M384 32H128L32 288v160c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V288L384 32zM150.2 64h211.6l84 224H352l-32 64H192l-32-64H66.2l84-224z" />',viewBox:"0 0 512 512"},Cl={name:"blogger",content:'<path d="M188.9 64C119.9 64 64 119.5 64 188v136.1C64 392.5 119.9 448 188.9 448h134.4c69 0 124.7-55.5 124.7-123.9v-87.9c0-13.7-11-28.2-24.8-28.2h-21.5c-13.2 0-24.7-11.2-25.6-24 0-68.5-55.2-120-124.2-120h-63zm-4.9 96h72c13.2 0 24 10.8 24 24s-10.8 24-24 24h-72c-13.2 0-24-10.8-24-24s10.8-24 24-24zm0 144h144c13.2 0 24 10.8 24 24s-10.8 24-24 24H184c-13.2 0-24-10.8-24-24s10.8-24 24-24z" />',viewBox:"0 0 512 512"},El={name:"blogger-box",content:'<path d="M448 32H64c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zm-31 280.7c0 57.1-46.6 103.3-104.2 103.3H200.4C142.7 416 96 369.8 96 312.7V199.3C96 142.2 142.7 96 200.4 96h52.1C310 96 356 138.9 356 196c.7 10.7 10.4 20 21.4 20h18c11.5 0 20.7 12.1 20.6 23.5l1 73.2zM196 216h60c11 0 20-9 20-20s-9-20-20-20h-60c-11 0-20 9-20 20s9 20 20 20zm120 80H196c-11 0-20 9-20 20s9 20 20 20h120c11 0 20-9 20-20s-9-20-20-20z" />',viewBox:"0 0 512 512"},Bl={name:"delicious",content:'<path d="M256 32h224v224H256V32zM32 256h224v224H32V256z" />',viewBox:"0 0 512 512"},Sl={name:"delicious-box",content:'<path d="M480 448V64c0-17.7-14.3-32-32-32H64c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32zm-224-32V256H96V96h160v160h160v160H256z" />',viewBox:"0 0 512 512"},Pl={name:"digg",content:'<path d="M96 96v64H32v160h96V96H96zm64 0v32h32V96h-32zm0 64v160h32V160h-32zm64 0v160h64v32h-64v32h96V160h-96zm128 0v160h64v32h-64v32h96V160h-96zM64 192h32v96H64v-96zm192 0h32v96h-32v-96zm128 0h32v96h-32v-96z" />',viewBox:"0 0 512 512"},Ll={name:"digg-box",content:'<path d="M448 32H64c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zM160 203.5V352H64V192h64v-64h32v75.5zM212 352h-32V192h32v160zm0-192h-32v-32h32v32zm119 153.7V416h-96v-32h64v-32h-64V192h96v121.7zm117 0V416h-96v-32h64v-32h-64V192h96v121.7zM96 224h32v96H96v-96zm171 0h32v96h-32v-96zm117 0h32v96h-32v-96z" />',viewBox:"0 0 512 512"},Nl={name:"envelop",content:'<path d="M64 96c-17.7 0-32 14.3-32 32v256c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V128c0-17.7-14.3-32-32-32H64zm23.7 32L256 296.3 424.3 128c11 2.9 19.7 11.6 22.6 22.6L342.6 254.9l104.3 104.3c-2.9 11-11.6 19.7-22.6 22.6L320 277.5l-64 64-64-64L87.7 381.8c-11-2.9-19.7-11.6-22.6-22.6l104.3-104.3L65.1 150.6c2.9-11 11.6-19.7 22.6-22.6z" />',viewBox:"0 0 512 512"},_l={name:"envelop-box",content:'<path d="m377 182.4-88.8 88.8-31.2 29-33.2-29-88.8-88.8c-7.7 2-13.8 8.1-15.8 15.8l73 73-73 73c2 7.7 8.1 13.8 15.8 15.8l73-73 49 44.8 47-44.8 73 73c7.7-2 13.8-8.1 15.8-15.8l-73-73 73-73c-2-7.7-8.1-13.8-15.8-15.8zM448 32H64c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zm-32 329.6c0 12.4-10 22.4-22.4 22.4H118.4C106 384 96 374 96 361.6V182.4c0-12.4 10-22.4 22.4-22.4h275.2c12.4 0 22.4 10 22.4 22.4v179.2z" />',viewBox:"0 0 512 512"},Dl={name:"facebook",content:'<path d="M290 32c-59.8 0-96 32-96 96v64h-66v96h66v192h96V288h80l14-96h-94v-32c0-32 32-32 32-32h62V34.9c-7.2-.9-65.4-2.9-94-2.9z" />',viewBox:"0 0 512 512"},Al={name:"facebook-box",content:'<path d="M57.6 32C43.6 32 32 43.5 32 57.6v396.8c0 14 11.5 25.6 25.6 25.6h396.8c14 0 25.6-11.5 25.6-25.6V57.6c0-14-11.5-25.6-25.6-25.6H57.6zm315.8 65.5c24.1 0 42 2.3 42 2.3L414 155s-18.2-.2-38.1-.2c-21.5 0-24.9 9.9-24.9 26.1V224h64.1l-2.8 59H351v165h-63V283h-44v-59h44v-50.5c0-39.6 25.8-76 85.4-76z" />',viewBox:"0 0 512 512"},Rl={name:"google",content:'<path d="M268.3 33c-16.1-1-33.4 1-52 4.9s-36.4 12.8-53.2 26.5c-12.6 11-21.9 23.4-28.3 37.3-6.3 13.9-9.4 27.7-9.4 41.5 0 11.4 2.1 22.7 6.5 33.8 4.3 11.1 10.6 21.1 18.8 29.7 8.2 8.6 18.4 15.6 30.6 20.9 12.2 5.3 26.1 7.9 41.8 7.9 3.1 0 6.2-.1 9.4-.3s6.3-.5 9.4-.9c-1.6 3.5-2.9 7-4.1 10.3-1.2 3.3-1.8 7.6-1.8 12.6 0 9 1.9 16.5 5.6 22.6s7.7 11.9 12 17.4c-6.7.4-14.5 1-23.5 1.8s-18.6 2.1-28.8 4.1-20.5 4.6-30.9 7.9-20.1 7.7-29.1 13.2c-17.2 10.2-29.1 22-35.6 35.6-6.5 13.6-9.7 25.6-9.7 36.2 0 11 2.6 21.5 7.7 31.5s12.9 18.9 23.5 26.7c10.6 7.9 23.8 14.1 39.7 18.8 15.9 4.7 34.4 7 55.5 7 25.1 0 47.3-3.2 66.7-9.7s35.6-14.9 48.5-25.3 22.7-22.3 29.4-35.6c6.7-13.3 10-26.9 10-40.6 0-10.2-1.4-19.3-4.2-27.1-2.7-7.9-6.4-14.9-10.8-21.2-4.5-6.3-9.8-12.2-15.9-17.7s-12.3-11-18.5-16.5l-21.1-16.5c-3.2-2.8-6.5-6-10-9.7s-5.3-8.9-5.3-15.6c0-6.7 1.8-12.2 5.3-16.5s7.2-8.4 11.2-12.4c6.2-4.7 12.4-9.7 18.2-15 5.9-5.3 11.2-11.2 15.9-17.6 4.7-6.5 8.4-13.8 11.2-22.1 2.7-8.2 4.1-17.9 4.1-28.8s-1.5-20.8-4.7-29.5c-3.1-8.6-6.8-16.2-11.2-22.7-4.3-6.5-8.8-12-13.5-16.5S315.3 52 315.3 52H352l31.7-20-115.4 1zm-37.1 17.8c12.2 0 22.8 3.6 32 10.9s17 16.4 23.2 27.5c6.2 11 11 22.8 14.1 35.4s4.7 24.2 4.7 34.8c0 5.5-.8 12.4-2.3 20.7s-5.7 15.7-12.4 22.4c-4.7 4.7-10.7 8.7-18 11.8-7.3 3.2-14.6 4.7-22 4.7-12.5 0-23.4-3.6-32.6-10.9-9.2-7.3-16.9-16.3-22.9-26.8-6.1-10.6-10.6-22-13.5-34.2s-4.4-23.2-4.4-33.1c0-7.9.9-15.5 2.7-23S185 76.6 190 70.3c4.7-5.9 10.8-10.6 18.2-14.1 7.5-3.6 15.1-5.4 23-5.4zM260 314h7.3c1.8 0 3.8.2 6.2.6 11 7.8 20.6 14.9 28.8 21.2 8.2 6.2 14.9 12.4 20 18.2 5.1 5.9 8.9 11.8 11.5 18 2.5 6 3.8 12.8 3.8 20.3 0 18.4-7.3 33.6-22 45.6-14.7 11.9-36.2 17.9-64.4 17.9-31.8 0-57-6.7-75.6-20s-27.9-30.6-27.9-51.7c0-10.6 2.1-19.4 6.2-26.5 4.1-7 8.9-12.9 14.4-17.6s11.1-8.3 16.8-10.8c5.7-2.6 10.1-4.4 13.2-5.6 6.3-2 12.7-3.6 19.4-5s12.9-2.4 18.8-3c5.9-.6 11-1 15.3-1.2 4.2-.2 7-.3 8.2-.4z" />',viewBox:"0 0 512 512"},Tl={name:"google-box",content:'<path d="M212.6 236.1c5.1-5.1 8.2-10.8 9.4-17.1s1.8-11.6 1.8-15.8c0-8.1-1.2-17-3.6-26.6s-6-18.6-10.8-27-10.7-15.4-17.7-21-15.2-8.4-24.4-8.4c-6 0-11.8 1.3-17.5 4.1s-10.3 6.3-13.9 10.8c-3.9 4.8-6.5 10-7.8 15.7s-2 11.6-2 17.6c0 7.5 1.1 15.9 3.4 25.2 2.3 9.3 5.7 18 10.3 26.1s10.5 14.9 17.5 20.5c7 5.5 15.3 8.3 24.9 8.3 5.7 0 11.3-1.2 16.8-3.6s10-5.2 13.6-8.8zM448 32H64c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zM270.9 394.1c-5.1 10.2-12.6 19.3-22.4 27.2s-22.2 14.4-37 19.4c-14.8 4.9-31.8 7.4-50.9 7.4-16.2 0-30.3-1.8-42.4-5.4s-22.2-8.4-30.3-14.4-14.1-12.8-18-20.4-5.9-15.6-5.9-24c0-8.1 2.5-17.2 7.4-27.6s14-19.4 27.2-27.2c6.8-4.2 14.3-7.6 22.2-10.1s15.8-4.6 23.6-6c7.8-1.5 15.1-2.5 22-3.1s12.9-1.1 18-1.3c-3.3-4.2-6.4-8.6-9.2-13.3s-4.3-10.4-4.3-17.3c0-3.9.4-7.1 1.3-9.7s1.9-5.2 3.1-7.9c-2.4.3-4.8.5-7.2.7s-4.8.2-7.2.2c-12 0-22.6-2-31.9-6-9.3-4-17.1-9.3-23.4-15.9-6.3-6.6-11.1-14.1-14.3-22.7s-4.9-17.2-4.9-25.8c0-10.5 2.4-21 7.2-31.6s12-20.1 21.6-28.5c12.8-10.5 26.4-17.2 40.6-20.2s27.5-4.5 39.7-4.6H288l-28.7 16h-27.8c2.7 1.9 5.8 4.7 9.4 8.1 3.6 3.5 7 7.6 10.3 12.6s6.1 10.7 8.5 17.3 3.6 14.1 3.6 22.5-1.1 15.7-3.1 22c-2.1 6.3-4.9 11.9-8.5 16.9s-7.6 9.4-12.1 13.5-9.2 7.9-13.9 11.5c-3 3-5.9 6.1-8.5 9.4s-4 7.5-4 12.6 1.3 9.1 4 11.9 5.2 5.3 7.6 7.4l16.2 12.6c4.8 4.2 9.5 8.4 14.1 12.6 4.6 4.2 8.7 8.7 12.1 13.5 3.5 4.8 6.2 10.1 8.3 16.2s3.2 12.9 3.2 20.7c-.1 10.2-2.6 20.5-7.8 30.8zm-34.1-42.6c-3.9-4.5-9-9.1-15.3-13.9s-13.6-10.2-22-16.2c-1.8-.3-3.4-.4-4.7-.4h-5.6c-.9 0-3 .1-6.3.2s-7.2.4-11.7.9-9.3 1.2-14.3 2.3-10 2.3-14.8 3.8c-2.4.9-5.8 2.3-10.1 4.3s-8.6 4.7-12.8 8.3-7.8 8.1-11 13.5c-3.1 5.4-4.7 12.1-4.7 20.2 0 16.2 7.1 29.3 21.3 39.5s33.4 15.3 57.7 15.3c21.5 0 37.9-4.5 49.2-13.7s16.8-20.7 16.8-34.8c0-5.7-1-10.8-2.9-15.5s-4.9-9.3-8.8-13.8z" />',viewBox:"0 0 512 512"},jl={name:"google-plus",content:'<path d="M204.3 33c-16.1-1-33.4 1-52 4.9s-36.4 12.8-53.2 26.5c-12.6 11-22 23.4-28.3 37.3s-9.4 27.7-9.4 41.5c0 11.4 2.1 22.7 6.5 33.8 4.3 11.1 10.6 21.1 18.8 29.7 8.2 8.6 18.4 15.6 30.6 20.9 12.2 5.3 26.1 7.9 41.8 7.9 3.1 0 6.2-.1 9.4-.3s6.3-.5 9.4-.9c-1.6 3.5-2.9 7-4.1 10.3-1.2 3.3-1.8 7.6-1.8 12.6 0 9 1.9 16.5 5.6 22.6s7.7 11.9 12 17.4c-6.7.4-14.5 1-23.5 1.8s-18.6 2.1-28.8 4.1-20.5 4.6-30.9 7.9-20.1 7.7-29.1 13.2c-17.2 10.2-29.1 22-35.6 35.6-6.5 13.6-9.7 25.6-9.7 36.2 0 11 2.6 21.5 7.7 31.5s12.9 18.9 23.5 26.7C73.8 462 87 468.3 102.9 473s34.4 7 55.6 7c25.1 0 47.3-3.2 66.7-9.7s35.6-14.9 48.5-25.3 22.7-22.3 29.4-35.6c6.7-13.3 10-26.9 10-40.6 0-10.2-1.4-19.3-4.2-27.1-2.7-7.9-6.4-14.9-10.8-21.2-4.5-6.3-9.8-12.2-15.9-17.7s-12.3-11-18.5-16.5l-21.2-16.5c-3.2-2.8-6.5-6-10-9.7s-5.3-8.9-5.3-15.6c0-6.7 1.8-12.2 5.3-16.5s7.2-8.4 11.2-12.4c6.2-4.7 12.4-9.7 18.2-15 5.9-5.3 11.2-11.2 15.9-17.6 4.7-6.5 8.4-13.8 11.2-22.1 2.7-8.2 4.1-17.9 4.1-28.8s-1.5-20.8-4.7-29.5c-3.1-8.6-6.8-16.2-11.2-22.7-4.3-6.5-8.8-12-13.5-16.5S251.3 52 251.3 52H288l31.7-20-115.4 1zm-37 17.8c12.2 0 22.8 3.6 32 10.9s17 16.4 23.2 27.5c6.2 11 11 22.8 14.1 35.4s4.7 24.2 4.7 34.8c0 5.5-.8 12.4-2.3 20.7-1.6 8.3-5.7 15.7-12.4 22.4-4.7 4.7-10.7 8.7-18 11.8-7.3 3.2-14.6 4.7-22 4.7-12.5 0-23.4-3.6-32.6-10.9-9.2-7.3-16.9-16.3-22.9-26.8-6.1-10.6-10.6-22-13.5-34.2s-4.4-23.2-4.4-33.1c0-7.9.9-15.5 2.7-23S121 76.6 126 70.3c4.7-5.9 10.8-10.6 18.2-14.1 7.5-3.6 15.2-5.4 23.1-5.4zM196.1 314h7.3c1.8 0 3.8.2 6.2.6 11 7.8 20.6 14.9 28.8 21.2 8.2 6.2 14.9 12.4 20 18.2 5.1 5.9 8.9 11.8 11.5 18 2.5 6 3.8 12.8 3.8 20.3 0 18.4-7.3 33.6-22 45.6-14.7 11.9-36.2 17.9-64.4 17.9-31.8 0-57-6.7-75.6-20s-27.9-30.6-27.9-51.7c0-10.6 2.1-19.4 6.2-26.5s8.9-12.9 14.4-17.6 11.1-8.3 16.8-10.8c5.7-2.6 10.1-4.4 13.2-5.6 6.3-2 12.7-3.6 19.4-5s12.9-2.4 18.8-3c5.9-.6 11-1 15.3-1.2 4.2-.2 6.9-.3 8.2-.4zM384 32v64h-64v32h64v64h32v-64h64V96h-64V32h-32z" />',viewBox:"0 0 512 512"},Fl={name:"google-plus-box",content:'<path d="M212.6 236.1c5.1-5.1 8.2-10.8 9.4-17.1s1.8-11.6 1.8-15.8c0-8.1-1.2-17-3.6-26.6s-6-18.6-10.8-27-10.7-15.4-17.7-21-15.2-8.4-24.4-8.4c-6 0-11.8 1.3-17.5 4.1s-10.3 6.3-13.9 10.8c-3.9 4.8-6.5 10-7.8 15.7s-2 11.6-2 17.6c0 7.5 1.1 15.9 3.4 25.2 2.3 9.3 5.7 18 10.3 26.1s10.5 14.9 17.5 20.5c7 5.5 15.3 8.3 24.9 8.3 5.7 0 11.3-1.2 16.8-3.6s10-5.2 13.6-8.8zM448 32H64c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zM270.9 394.1c-5.1 10.2-12.6 19.3-22.4 27.2s-22.2 14.4-37 19.4c-14.8 4.9-31.8 7.4-50.9 7.4-16.2 0-30.3-1.8-42.4-5.4s-22.2-8.4-30.3-14.4-14.1-12.8-18-20.4-5.9-15.6-5.9-24c0-8.1 2.5-17.2 7.4-27.6s14-19.4 27.2-27.2c6.8-4.2 14.3-7.6 22.2-10.1s15.8-4.6 23.6-6c7.8-1.5 15.1-2.5 22-3.1s12.9-1.1 18-1.3c-3.3-4.2-6.4-8.6-9.2-13.3s-4.3-10.4-4.3-17.3c0-3.9.4-7.1 1.3-9.7s1.9-5.2 3.1-7.9c-2.4.3-4.8.5-7.2.7s-4.8.2-7.2.2c-12 0-22.6-2-31.9-6-9.3-4-17.1-9.3-23.4-15.9-6.3-6.6-11.1-14.1-14.3-22.7s-4.9-17.2-4.9-25.8c0-10.5 2.4-21 7.2-31.6s12-20.1 21.6-28.5c12.8-10.5 26.4-17.2 40.6-20.2s27.5-4.5 39.7-4.6H288l-28.7 16h-27.8c2.7 1.9 5.8 4.7 9.4 8.1 3.6 3.5 7 7.6 10.3 12.6s6.1 10.7 8.5 17.3 3.6 14.1 3.6 22.5-1.1 15.7-3.1 22c-2.1 6.3-4.9 11.9-8.5 16.9s-7.6 9.4-12.1 13.5-9.2 7.9-13.9 11.5c-3 3-5.9 6.1-8.5 9.4s-4 7.5-4 12.6 1.3 9.1 4 11.9 5.2 5.3 7.6 7.4l16.2 12.6c4.8 4.2 9.5 8.4 14.1 12.6 4.6 4.2 8.7 8.7 12.1 13.5 3.5 4.8 6.2 10.1 8.3 16.2s3.2 12.9 3.2 20.7c-.1 10.2-2.6 20.5-7.8 30.8zM448 192h-64v64h-32v-64h-64v-32h64V96h32v64h64v32zM236.8 351.5c-3.9-4.5-9-9.1-15.3-13.9s-13.6-10.2-22-16.2c-1.8-.3-3.4-.4-4.7-.4h-5.6c-.9 0-3 .1-6.3.2s-7.2.4-11.7.9-9.3 1.2-14.3 2.3-10 2.3-14.8 3.8c-2.4.9-5.8 2.3-10.1 4.3s-8.6 4.7-12.8 8.3-7.8 8.1-11 13.5c-3.1 5.4-4.7 12.1-4.7 20.2 0 16.2 7.1 29.3 21.3 39.5s33.4 15.3 57.7 15.3c21.5 0 37.9-4.5 49.2-13.7s16.8-20.7 16.8-34.8c0-5.7-1-10.8-2.9-15.5s-4.9-9.3-8.8-13.8z" />',viewBox:"0 0 512 512"},Kl={name:"linkedin",content:'<path d="M112 32c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zM64 160v288h96V160H64zm128 0v288h96V288c0-32 32-32 32-32s32 0 32 32v160h96V290.9c0-66.5-13.6-130.9-96-130.9-36.2 0-62.9 32-64 44.9V160h-96z" />',viewBox:"0 0 512 512"},Zl={name:"linkedin-box",content:'<path d="M448 32H64c-17.6 0-32 14.4-32 32v384c0 17.6 14.4 32 32 32h384c17.6 0 32-14.4 32-32V64c0-17.6-14.4-32-32-32zM160 416H96V192h64v224zm-32-256c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm288 256h-64V288c0-17.7-14.3-32-32-32s-32 14.3-32 32v128h-64V192h64v39.7c13.2-18.1 33.4-39.7 56-39.7 39.8 0 72 35.8 72 80v144z" />',viewBox:"0 0 512 512"},Wl={name:"myspace",content:'<path d="M400 64c-44.2 0-80 35.8-80 80s35.8 80 80 80 80-35.8 80-80-35.8-80-80-80zm-176 64c-35.4 0-64 28.6-64 64s28.6 64 64 64 64-28.6 64-64-28.6-64-64-64zM80 192c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm320 64c-44.2 0-80 36.1-80 80.5V448h160V336.5c0-44.5-35.8-80.5-80-80.5zm-176 32c-35.4 0-64 31.5-64 70.3V448h128v-89.7c0-38.8-28.6-70.3-64-70.3zM80 320c-26.5 0-48 21.8-48 48.7V448h96v-79.3c0-26.9-21.5-48.7-48-48.7z" />',viewBox:"0 0 512 512"},Ul={name:"myspace-box",content:'<path d="M448 32H64c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zM128 416H64v-63.5c0-17.9 14.3-32.5 32-32.5s32 14.5 32 32.5V416zM96 288c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm160 128h-96v-75.3c0-29.1 21.5-52.7 48-52.7s48 23.6 48 52.7V416zm-48-160c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm208 160H288v-92.9c0-37.1 27.2-67.1 64-67.1s64 30 64 67.1V416zm-64-192c-35.4 0-64-28.6-64-64s28.6-64 64-64 64 28.6 64 64-28.6 64-64 64z" />',viewBox:"0 0 512 512"},ql={name:"pinterest",content:'<path d="M250.7 32C126.6 32 64 119.7 64 192.7c0 44.3 17 83.6 53.5 98.3 6 2.4 11.4.1 13.1-6.4 1.2-4.5 4.1-15.9 5.3-20.7 1.8-6.5 1.1-8.7-3.7-14.3-10.5-12.2-17.2-28.1-17.2-50.5 0-65.1 49.4-123.3 128.6-123.3 70.2 0 108.7 42.2 108.7 98.6 0 74.2-33.3 136.8-82.8 136.8-27.3 0-47.8-22.2-41.2-49.6 7.9-32.6 23.1-67.8 23.1-91.3 0-21.1-11.5-38.7-35.2-38.7-27.9 0-50.4 28.5-50.4 66.6 0 24.3 8.3 40.7 8.3 40.7s-28.6 119.3-33.6 140.2c-10 41.6-1.5 92.7-.8 97.8.5 3 4.4 3.7 6.2 1.5 2.6-3.3 35.9-43.8 47.2-84.2 3.2-11.4 18.4-70.8 18.4-70.8 9.1 17.1 35.6 32.1 63.8 32.1 84 0 141-75.4 141-176.4C416 103 350.3 32 250.7 32z" />',viewBox:"0 0 512 512"},Yl={name:"pinterest-box",content:'<path d="M448 32H64c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zM276.6 327.3c-19.8 0-38.5-10.8-44.9-22.9 0 0-10.7 42.4-12.9 50.5-8 28.9-31.4 57.8-33.2 60.2-1.3 1.6-4.1 1.1-4.4-1.1-.5-3.7-6.5-40.1.5-69.9 3.5-14.9 23.6-100.2 23.6-100.2s-5.9-11.7-5.9-29.1c0-27.2 15.8-47.6 35.5-47.6 16.7 0 24.8 12.5 24.8 27.6 0 16.8-10.7 41.9-16.2 65.2-4.6 19.5 9.8 35.4 29 35.4 34.8 0 58.3-44.7 58.3-97.7 0-40.3-27.1-70.4-76.5-70.4-55.7 0-90.5 41.6-90.5 88 0 16 4.7 27.3 12.1 36.1 3.4 4 3.9 5.6 2.6 10.2-.9 3.4-2.9 11.5-3.7 14.8-1.2 4.6-5 6.3-9.2 4.6-25.6-10.4-37.6-38.5-37.6-70.2C128 158.6 172 96 259.4 96c70.2 0 116.4 50.8 116.4 105.3-.1 72.1-40.2 126-99.2 126z" />',viewBox:"0 0 512 512"},Gl={name:"reddit",content:'<path d="M420.3 33c-7 0-14.5 1-22.4 3h-1.7c-12.4 4.8-21.9 12.3-28.8 22.5-17-7-34-10.4-50.7-10.4-6.3 0-12.6.6-19.1 1.9H296c-8.8 2.1-16.5 5.8-23.3 11s-12.4 11.6-16.6 19.1c-5.3 8.7-8.9 31.3-10.5 41.1-1.7 9.8-2.6 25-2.6 34.7-20.9 1.5-41.8 4.5-62.8 9.1s-40.6 11.9-59 21.9c-1.3.4-2.5.9-3.5 1.3s-2 .9-2.9 1.3c-6.2-4.5-13-8-20.5-10.6-7.8-2.6-16.1-3.9-24.9-3.9h-5.8c-8.7 0-16.7 1.6-24.1 4.8s-14.1 7.7-20.3 13.4c-5.8 5.8-10.3 12.2-13.9 19.4-3.6 7.3-5.3 14.8-5.3 22.7.4 10.8 4.4 21.3 11.8 31.4 5.7 8.3 13.8 15.4 24.3 21.1-.5 2.1-.7 4.4-1 6.8-.2 2.5-.3 4.8-.3 6.9 0 10 1.5 20 4.5 30.1 3 10.1 7.4 19.4 13.1 28.1 10.9 16.6 24.5 30.5 40.9 41.6 16.4 11 33.8 20.2 52.1 27.2 17.5 6.6 35.5 11.6 54 14.8 18.6 3.3 37.4 5 56.6 5 12.5 0 25.1-.8 37.5-2.4 12.5-1.6 25-3.7 37.6-6.3 23.2-5.5 45.5-13.9 66.8-25.1s39.4-26 54.3-44.3c17.1-20.5 25.6-43.4 25.6-68.8 0-2.6-.1-5.1-.4-7.5-.3-2.4-.5-4.7-.9-6.8 10-4.9 18.3-11.9 24.9-21.1 7.1-9.6 10.6-20.3 10.6-32v-3c-1.2-13.4-6.8-25.1-16.3-34.9-9.8-10-21.2-16.7-34.2-20.1h-.6c-6-1.3-11.6-1.9-16.9-1.9-14.1-.2-26.6 3.2-37.4 10.2-2.3 1.1-5.2 2.8-8.6 5.4-.8-.9-1.8-1.3-2.6-1.3l-.7-.6c-18.2-9.6-37.5-16.9-57.7-21.8-20.1-4.9-40.6-8-61.6-9.3 0-7.7.7-34.2 1.8-41.9s3.7-14.8 7.5-21.4c4.9-9.6 13.4-15.1 25.6-16.4h5.8c7.4 0 14.7 1.1 21.7 3 7.1 2 14.1 4.3 21.2 6.9v1.9c0 7.5 1.5 14.2 4.5 20.3 2.9 6 6.9 11.6 11.8 16.5 10.3 10.4 22.8 16.3 37.7 17.5h7.3c14.9 0 28.1-4.8 39.8-14.4 5.3-4.4 9.7-9.6 13.1-15.5s5.5-12.5 6.4-20c.4-1.3.6-3.2.6-5.8.2-11-3.3-21.4-10.3-30.9-7.1-9.2-15.8-15.7-26.2-19.5h-.5c-6.5-2.7-14.1-4.1-22.9-4zm1.2 27.4c7.2.1 13.2 2.7 18.3 7.7C446 73 449 79.2 449 86.7V88c-.8 6.8-3.9 12.7-9.3 17.6-5.5 4.9-11.9 7.4-19.1 7.4h-1.9c-7.1 0-13.4-2.5-19.4-7.4-5.5-4.7-8.3-10.6-8.3-17.6v-1.3c0-6.6 2.1-12.1 6.5-16.6 3.8-4.7 8.9-7.7 15.1-8.9 2-.4 4.4-.6 7.5-.6.4-.2.9-.2 1.4-.2zm-165 125.7c10 0 20.3.5 30.8 1.6 10.6 1.1 20.9 2.7 30.8 4.8l9.9 2.6 10.2 2.6c17.5 4.9 34.1 11.9 49.9 21.1 15.8 9.2 29 20.8 40 34.9 5.1 7.3 9.2 14.9 12.3 23 3.1 8.1 4.6 16.5 4.6 25.3v7.6c0 2.3-.4 4.6-1.3 6.7-2.8 12.4-8.5 24-17.3 34.9-7.4 10-17 19.2-28.8 27.5-17.5 11.7-36.4 20.7-56.9 26.9-20.4 6.2-41.3 10.1-62.7 11.8-3.6.5-7.3.6-10.8.6h-10.8c-21.3 0-42.4-2.2-63.1-6.6-20.8-4.4-40.3-11.4-58.6-21l-4.5-2.6-4.8-2.2c-13-8.3-24.4-17.5-34.5-27.5-10.2-11.5-17.2-24-21.1-37.4-1.7-5.2-2.6-11.2-2.6-18.2 0-18.1 5.6-34.2 16.9-48.3 11-14.1 24.4-25.8 40.1-35.2s32.2-16.5 49.7-21.4c26.2-7.7 53.7-11.6 82.6-11.5zM65.7 204h3.2c3.2 0 6.1.4 8.8 1.3 2.6.9 5.4 1.7 8.4 2.6-8.7 7-16.5 14.6-23.5 22.7-6.9 8.1-12.8 17-17.7 26.6-2.8-2-5.2-4.8-7.4-8.6-3-3.5-4.5-7.8-4.5-13.1v-2.1c.7-7.7 4-14.4 10.3-20.2 7.1-5.3 14.6-8.3 22.4-9.2zm377.6-.4c6.4 0 12.7 1.5 18.9 4.4 6.1 3.5 10.8 7.8 13.7 13.2 2.1 4.5 3.2 8.6 3.2 12.5 0 5.3-1.2 10.1-3.8 14.4-2.4 3.6-5 6.7-8 9.2-4.7-10-10.6-19.1-17.6-27.2-7-8.1-14.9-15.6-23.6-22.7 5.3-2.6 11-3.8 17.2-3.8zm-107.6 43.2c-3.6 0-7.4.7-11.2 1.9-6.2 2.2-11.2 5.9-15 11.2-4 4.7-6.1 10.3-6.1 16.9 0 2.4.2 4.2.6 5.5v.6c1.3 7.5 5.1 13.1 11.2 17 6.2 4.7 13.2 7 21.1 7 2.5 0 5.5-.6 9-1.9h.9c5.6-1.1 11-4.5 16.3-10.2 3.8-5.3 5.8-11.4 5.8-18 0-3-.6-6.2-2-9.6-1.6-6.2-5.6-11.3-11.8-15.3-5.9-3.3-12.2-5.1-18.8-5.1zm-158.8-.1c-2.6 0-4.7.2-6.3.7-5.8.9-10.8 3.1-15.2 6.9-4.4 3.7-7.4 8.3-9.1 13.6-.9 1.2-1.3 2.7-1.3 4.1v4.2c0 7 1.9 13.2 5.8 18.6 4.2 5.1 9.6 8.5 16.3 10.2 3 1.2 6.3 1.9 9.9 1.9 8.3 0 15.8-2.8 22.4-8.3 7.1-5.7 10.6-12.8 10.6-21.1v-2c0-7.9-3.3-14.6-9.9-20.1-7.2-5.8-14.9-8.7-23.2-8.7zm-1.6 94c-1.2 0-3.2.5-5.7 1.3h-.8c-2.6.8-5 2.7-7.3 5.7-1.2 2.1-1.9 4.8-1.9 8 0 2.6.6 5.2 1.9 8 1.3 2.2 3.2 3.9 5.8 5.1 24.5 15.4 51.4 23.1 80.7 23.1h4.8c14.1 0 27.8-1.3 41-4s26.1-6.9 38.5-12.6c1.7-.9 3.5-1.7 5.4-2.6 1.9-.8 3.9-1.9 6-3.2 2.2-.9 4-2.1 5.5-3.8 2.1-2.1 3.3-4.4 3.8-6.8.4-.8.7-1.9.7-3.2 0-1.3-.4-3.2-1.3-5.8-1.3-3.2-3.5-5.4-6.4-6.7-3.3-1.7-6.2-2.6-8.6-2.6-2.5 0-5.3.6-8 2-23.2 13-48.6 19.6-76 19.8-20.4 0-39.5-3.9-57-11.8-2.5-.9-5.7-2.9-9.2-6.1-.9-.4-1.8-.8-2.8-1.3-1-.5-2.2-.9-3.3-1.3-2.7-.8-4.6-1.3-5.8-1.2z" />',viewBox:"0 0 512 512"},Xl={name:"reddit-box",content:'<path d="M111.1 244.9c-5.2 6.1-9.6 12.7-13.2 19.9-2.1-1.5-3.9-3.6-5.5-6.5-2.3-2.6-3.4-5.9-3.4-9.8v-1.4c.5-5.8 3-10.8 7.7-15.1 5.3-4 10.9-6.3 16.8-7h2.4c2.4 0 4.6.3 6.6 1 2 .6 4.1 1.3 6.3 1.9a124.3 124.3 0 0 0-17.7 17zm252.1-94.3c4.4 3.7 9.1 5.4 14.4 5.4h1.4c5.3 0 10-1.8 14.2-5.4 4-3.7 6.3-8 6.9-13.1v-1c0-5.5-2.3-10.1-6.9-13.8-3.8-3.8-8.3-5.6-13.6-5.7h-1.1c-2.2 0-4.1.1-5.5.5-4.6.9-8.4 3.2-11.2 6.6-3.3 3.4-4.8 7.4-4.8 12.4v1c0 5.1 2 9.5 6.2 13.1zM394.5 279c2.3 6.1 3.5 12.4 3.5 19v5.7c0 1.8-.3 3.4-1 5-2.1 9.3-6.4 18-13 26.2-5.6 7.5-12.8 14.4-21.6 20.6-13.1 8.8-27.3 15.5-42.7 20.2-15.4 4.7-31 7.6-47 8.9-2.7.4-5.5.5-8.1.5h-8.1c-16 0-31.8-1.6-47.4-4.9s-30.2-8.5-44-15.7l-3.4-1.9-3.6-1.7c-9.8-6.2-18.3-13.1-25.8-20.6-7.7-8.6-12.9-18-15.8-28.1-1.3-3.9-1.9-8.4-1.9-13.7 0-13.6 4.2-25.7 12.7-36.3 8.3-10.6 18.3-19.3 30.1-26.4 11.8-7 24.2-12.4 37.3-16.1 19.6-5.7 40.2-8.7 61.8-8.7h.1c7.5 0 15.2.4 23.1 1.2s15.6 2 23.1 3.6l7.4 1.9 7.7 1.9c13.1 3.7 25.6 9 37.4 15.8 11.9 6.9 21.8 15.6 30 26.2 3.8 5.6 6.9 11.4 9.2 17.4zm-205.9 21.9c2.3.9 4.7 1.4 7.5 1.4 6.3 0 12-2.1 16.9-6.3 5.3-4.3 8-9.7 8-15.9v-1.5c0-5.9-2.5-11-7.5-15.2-5.3-4.3-11.2-6.6-17.4-6.6-1.9 0-3.5.1-4.7.5-4.3.6-8.2 2.3-11.5 5.2-3.3 2.8-5.5 6.3-6.9 10.3-.7.9-1 2-1 3.1v3.1c0 5.3 1.4 10 4.3 14 3.3 4 7.3 6.7 12.3 7.9zm139.5 38.2c0-1-.3-2.4-1-4.3-1-2.4-2.6-4.1-4.7-4.9-2.5-1.3-4.6-1.9-6.4-1.9-1.9 0-4 .5-5.9 1.5-17.2 9.6-36 14.5-56.2 14.7-15.1 0-29.3-3-42.2-8.8-1.9-.6-4.2-2.2-6.8-4.6-.6-.3-1.3-.6-2.1-1s-1.6-.6-2.4-1c-1.9-.6-3.4-1-4.3-1v.1c-.9 0-2.4.4-4.3 1h-.5c-1.9.6-3.7 2-5.4 4.3-.9 1.6-1.4 3.6-1.4 5.9 0 1.9.5 3.9 1.4 5.9 1 1.6 2.4 2.9 4.3 3.8 18.2 11.4 38.1 17.1 59.8 17.1h3.6c10.5 0 20.6-1 30.4-3 9.8-2 19.3-5.1 28.5-9.4 1.2-.6 2.6-1.3 4.1-1.9 1.4-.6 3-1.4 4.5-2.4 1.6-.7 3-1.6 4.1-2.9 1.6-1.6 2.5-3.3 2.9-5-.2-.4 0-1.2 0-2.2zm12.2-59.2c0-2.2-.5-4.6-1.5-7.2-1.2-4.6-4.2-8.4-8.8-11.5-4.5-2.6-9.2-3.9-14.1-3.9-2.7 0-5.5.5-8.4 1.4-4.6 1.6-8.4 4.4-11.3 8.4-3 3.5-4.6 7.8-4.6 12.7 0 1.8.2 3.1.4 4.1v.5c1 5.6 3.8 9.8 8.4 12.7 4.6 3.5 9.9 5.3 15.8 5.3 1.9 0 4.1-.5 6.7-1.4h.7c4.2-.8 8.2-3.4 12.2-7.7 3-3.9 4.5-8.4 4.5-13.4zM480 64v384c0 17.6-14.4 32-32 32H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h384c17.6 0 32 14.4 32 32zm-32.3 181c-.9-10.3-5.2-19.1-12.4-26.6-7.4-7.6-16.2-12.7-26-15.4h-.1c-4.5-1-8.7-1.4-12.7-1.4-10.6-.2-19.8 2.4-28 7.7-1.7.8-3.9 2.1-6.5 4.1-.6-.6-1.3-1-1.9-1l-.5-.5c-13.7-7.2-28-12.7-43.1-16.3-15.1-3.7-30.4-6-46.1-7 0-5.8.5-25.5 1.4-31.3.9-5.8 2.8-11.1 5.6-16.1 3.6-7.2 10.1-11.3 19.1-12.3h4.3c5.6 0 11 .8 16.3 2.3s10.6 3.2 15.9 5.2v1.5c0 5.6 1.1 10.8 3.4 15.3 2.2 4.5 5.2 8.7 8.8 12.5 7.7 7.8 17.1 12.3 28.4 13.3h5.5c11.2 0 21.1-3.6 30.1-10.9 4-3.3 7.3-7.2 9.8-11.7 2.6-4.4 4.2-9.4 4.8-15.1.3-1 .5-2.4.5-4.3.2-8.3-2.4-16.2-7.7-23.4-5.3-6.9-11.9-11.9-19.7-14.7h-.5c-4.9-2.3-10.7-3.4-17.3-3.4-5.4 0-11.1.8-17.1 2.4h-.4c-9.7 3.8-17.1 9.7-22.5 17.6-13.3-5.4-26.5-8-39.5-8-4.9 0-9.9.5-14.9 1.4h.9c-6.6 1.6-12.4 4.4-17.5 8.3-5.1 3.9-9.3 8.7-12.5 14.3-4 6.5-6.6 23.5-7.9 30.9-1.3 7.3-1.9 18.7-1.9 26-15.7 1.1-31.3 3.4-47.2 6.8-15.7 3.5-30.4 8.9-44.2 16.4-1 .3-1.8.7-2.6 1s-1.5.6-2.2 1c-4.7-3.4-9.7-6-15.4-7.9-5.9-1.9-12.1-2.9-18.6-2.9h-4.3c-6.5 0-12.6 1.2-18.1 3.6s-10.6 5.8-15.2 10.1c-4.3 4.3-7.8 9.2-10.4 14.5-2.7 5.4-3.9 11-3.9 16.9.3 8.1 3.3 16 8.9 23.5 4.3 6.2 10.4 11.5 18.2 15.8-.4 1.6-.6 3.3-.7 5.1-.1 1.8-.2 3.6-.2 5.2 0 7.5 1.1 15 3.4 22.6 2.3 7.5 5.5 14.6 9.8 21.1 8.1 12.5 18.4 22.9 30.7 31.2s25.3 15.1 39.1 20.4c13.1 5 26.6 8.7 40.5 11.1 13.9 2.5 28.1 3.7 42.4 3.7 9.4 0 18.8-.6 28.1-1.8 9.4-1.2 18.8-2.8 28.2-4.7 17.4-4.1 34.1-10.4 50.2-18.8s29.5-19.5 40.8-33.2c12.8-15.4 19.2-32.6 19.2-51.7 0-1.9-.1-3.8-.3-5.6-.2-1.8-.4-3.6-.7-5.1 7.5-3.7 13.7-8.9 18.7-15.8 5.3-7.2 7.9-15.2 7.9-24V245h-.2zm-37.1-17c-4.7-2.2-9.4-3.3-14.1-3.3-4.6 0-8.9.9-12.9 2.9 6.5 5.3 12.5 10.9 17.7 17 5.3 6.1 9.7 12.9 13.2 20.4 2.2-1.9 4.2-4.2 6-6.9 1.9-3.2 2.9-6.8 2.9-10.8 0-2.9-.9-6-2.4-9.4-2.3-4-5.8-7.3-10.4-9.9z" />',viewBox:"0 0 512 512"},Ql={name:"stumble-upon",content:'<path d="m288.1 256 26.8 8.4L352 256v64c1.1 18.9 12.8 32 32 32s30.9-13.1 32-32v-64h64v64s0 96-96 96-96-96-96-96l.1-64zm26.8-23.2L288 224v-32s0-32-32-32-32 32-32 32v128s0 96-96 96-96-96-96-96v-64h64v64c1.1 18.9 12.8 32 32 32 19.1 0 30.9-13.2 32.1-32h-.1V192s0-96 96-96 96 96 96 96v32l-37.1 8.8z" />',viewBox:"0 0 512 512"},Jl={name:"stumble-upon-box",content:'<path d="M64 32c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H64zm191.5 96.3c82.5 0 82.5 87.3 82.5 87.3v8.4l-31.9 8-23.1-8v-8.6s0-29.2-27.5-29.2-27.5 29.2-27.5 29.2v81.5s0 87-82 87-82-87-82-87V256h55v41h-.9c.9 17.2 11 29.1 27.5 29.1s26.6-12 27.6-29.1h-.2v-81.4s0-87.3 82.5-87.3zM283.1 256l23 7.6L338 256v40.7c.9 17.2 11 29.1 27.5 29.1s26.6-11.9 27.5-29.1V256h55v40.7s0 87.3-82.5 87.3-82.5-87.3-82.5-87.3l.1-40.7z" />',viewBox:"0 0 512 512"},$l={name:"tell-a-friend",content:'<path d="M383.5 64c-31.7 0-57.5 24-57.5 53.5v2.1c0 14.9-12.2 30.3-28.5 33.3-5.5.5-9.9 4.8-9.9 10.1 0 2.6 1.1 5 2.9 6.8 13.3 10.5 28.3 22.2 92.5 22.2s80.1-11.7 93.3-22.2c1.8-1.8 2.9-4.1 2.9-6.8 0-5.3-4.3-9.6-9.9-10.1-16.3-3-28.5-18.4-28.5-33.3v-2.1c0-29-25-52.7-55.9-53.5h-.5.2-1.1c.2 0 0 0 0 0zm.6 0h.9-.9zM128 224c-64.9 0-96 70-96 128v96h192v-96c0-52.7-34-128-96-128zm256 0c-96 0-96 224-96 224h192s0-224-96-224zm-192-96c0 35.3-28.7 64-64 64s-64-28.7-64-64 28.7-64 64-64 64 28.7 64 64z" />',viewBox:"0 0 512 512"},es={name:"tell-a-friend-box",content:'<path d="M448 32H64c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zM144 96c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm80 320H64v-96c0-48.3 26-96 80.2-96 51.7 0 79.8 52.1 79.8 96v96zm223.6 0H288s0-192 80-192 79.6 192 79.6 192zm-2-240.7c-11.1 7.9-24.3 16.7-78 16.7s-66.3-8.8-77.3-16.7c-1.5-1.3-2.4-3.1-2.4-5.1 0-4 3.6-7.2 8.2-7.5 13.6-2.3 23.8-13.8 23.8-25v-1.6c0-22.1 21.4-40.1 48-40.1h.9c26.1.4 47.1 18.2 47.1 40.1v1.6c0 11.2 10.2 22.7 23.8 25 4.6.4 8.2 3.6 8.2 7.5.1 2-.8 3.8-2.3 5.1z" />',viewBox:"0 0 512 512"},ts={name:"tumblr",content:'<path d="M192.6 32c-2.8 23.1-8.1 42.1-15.7 57.1s-17.7 27.8-30.3 38.5-33 18.9-50.6 24.6V224h61v148.7c0 20.5 2.1 36.1 6.4 46.9s12 21 23.1 30.6c11.1 9.5 25 16.9 40.7 22.1s27.8 7.7 48.3 7.7c18 0 34.8-1.8 50.4-5.4 15.5-3.6 39.1-10.9 58.2-19.9V384c-22.3 14.8-51 22.9-73.7 22.9-12.8 0-24-3-33.9-8.9-7.5-4.4-14.3-12-17-19.2-2.8-7.4-2.4-22.3-2.4-48.2V224h96v-96h-96V32h-64.5z" />',viewBox:"0 0 512 512"},ns={name:"tumblr-box",content:'<path d="M448 32H64c-17.6 0-32 14.4-32 32v384c0 17.6 14.4 32 32 32h384c17.6 0 32-14.4 32-32V64c0-17.6-14.4-32-32-32zm-96.1 366c-12.7 6.4-28.5 11.6-38.9 14.2-10.4 2.6-21.6 3.9-33.7 3.9-13.7 0-21.8-1.9-32.3-5.5-10.5-3.7-19.9-9-27.3-15.8-7.4-6.9-12.6-14.1-15.4-21.8-2.9-7.7-4.3-18.9-4.3-33.5V224h-40v-42.2c11.7-4.1 25.3-9.9 33.6-17.6 8.4-7.6 15.1-16.8 20.2-27.5s8.6-24.3 10.5-40.8H267v64h53v64h-53v85.2c0 18.6-.2 29.3 1.6 34.5 1.8 5.2 6.4 10.7 11.4 13.8 6.6 4.2 14.2 6.4 22.7 6.4 15.1 0 34.3-5.9 49.3-16.5V398h-.1z" />',viewBox:"0 0 512 512"},os={name:"twitter",content:'<path d="M342 64c-50.8 0-91.9 41.2-91.9 91.9 0 7.2.8 14.2 2.4 21-76.4-3.8-144.1-40.4-189.4-96-7.9 13.6-12.4 29.3-12.4 46.2 0 31.9 16.2 60 40.9 76.5-15.1-.5-29.2-4.6-41.6-11.5v1.2c0 44.5 31.7 81.7 73.7 90.1-7.7 2.1-15.8 3.3-24.2 3.3-5.9 0-11.7-.6-17.3-1.6 11.7 36.5 45.6 63.1 85.9 63.8-31.7 24.5-71.3 39.2-114.3 39.2-7.4 0-14.8-.4-22-1.3 40.7 26 89 41.3 140.9 41.3 169.1 0 261.5-140.1 261.5-261.5 0-4-.1-8-.2-11.9 18-12.9 33.5-29.1 45.9-47.6-16.5 7.3-34.2 12.3-52.8 14.5 19-11.4 33.6-29.4 40.4-50.8-17.8 10.5-37.4 18.2-58.4 22.3C392.3 75.1 368.4 64 342 64z" />',viewBox:"0 0 512 512"},rs={name:"twitter-box",content:'<path d="M448 32H64c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zm-64.7 159.7c.1 2.8.2 5.6.2 8.4 0 85.4-66 183.9-186.8 183.9-37.1 0-71.6-10.7-100.6-29.1 5.1.6 10.4.9 15.7.9 30.8 0 59.1-10.4 81.5-27.7-28.7-.5-53-19.2-61.3-44.9 4 .7 8.1 1.2 12.4 1.2 6 0 11.8-.8 17.3-2.3-30-5.9-52.7-32-52.7-63.3v-.8c8.9 4.8 19 7.7 29.7 8.1-17.6-11.6-29.2-31.4-29.2-53.8 0-11.8 3.2-22.9 8.9-32.5 32.4 39.1 80.8 64.8 135.3 67.5-1.1-4.7-1.7-9.7-1.7-14.7 0-35.7 29.4-64.6 65.6-64.6 18.9 0 36 7.8 47.9 20.4 14.9-2.9 29-8.3 41.7-15.7-4.9 15.1-15.3 27.7-28.9 35.7 13.3-1.6 26-5.1 37.7-10.2-8.9 13.1-19.9 24.5-32.7 33.5z" />',viewBox:"0 0 512 512"},as={name:"yammer",content:'<path d="M263.9 32.1c-10.1-.2-19.6 6.8-23.2 18-.1.4-.3 1-.5 1.9 0 .1-.1.3-.1.4-8 25.9-73.6 235.6-73.6 235.6h-1.2l-84-239.2C75.6 35.3 61.6 28.7 48.9 34c-13 5.5-19.7 21.5-15.4 36.2 10.1 29 105.8 290.4 105.8 290.4l-6.3 15.6c-10.6 32.1-31.6 53.8-63.2 53.8-3.1 0-13.7-.7-14.4-.8-10.2-.6-19.7 6.9-22.5 18.4-3.1 13.1 3.7 26.6 15.3 30.4 8.4 1.6 17 2.2 24.7 2.2 58.3 0 86.8-37.7 106-92.8 0 0 101-300.5 105.8-312.9.8-2 1.4-3.7 2-5.4l-.1-.1c.1-.4.3-.7.4-1.1 4.1-14.5-3-29.9-15.8-34.5-2.5-.8-4.9-1.3-7.3-1.3zM383.5 96c-6.3.1-13.3 2.5-20.4 9.6-21.5 21.6-43 86.4-43 86.4s64.6-21.6 86.4-43.5-.4-42.8-.4-42.8-9.7-9.8-22.6-9.7zm64.6 128c-32 0-96 32-96 32s64 32 96.4 32 31.5-32 31.5-32 .1-32-31.9-32zm-128 96s21.5 64.8 43 86.4 43-.1 43-.1 22.1-21 .4-42.8c-21.8-21.9-86.4-43.5-86.4-43.5z" />',viewBox:"0 0 512 512"},is={name:"yammer-box",content:'<path d="M448 32H64c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zM332.5 148.6c15.4-15.4 30.7 0 30.7 0s15.8 15 .3 30.6-61.7 31.1-61.7 31.1 15.4-46.3 30.7-61.7zm-54.7-26.4c-.1.3-.2.5-.3.8h.1c-.4 1.2-.9 2.4-1.4 3.8-3.5 8.8-75.5 223.1-75.5 223.1-13.7 39.3-34 66.2-75.6 66.2-5.5 0-11.6-.4-17.6-1.6-8.3-2.7-13.2-12.3-10.9-21.7 2-8.2 8.8-13.6 16.1-13.2.5.1 8.1.6 10.3.6 22.6 0 37.5-15.5 45.1-38.3l4.5-11.1s-68.2-186.3-75.5-207c-3-10.5 1.7-22 11-25.9 9.1-3.8 19.1.9 23.2 10.6l.8 2.4L191.3 279h.9s46.7-149.5 52.5-168c0-.1 0-.2.1-.3.2-.6.3-1.1.4-1.3 3.2-9.8 12.7-15.1 21.6-11.9 8.9 3.4 14 14.4 11 24.7zm85.4 241.2s-15.3 15.5-30.7 0-30.8-61.7-30.8-61.7 46.1 15.4 61.7 31.1-.2 30.6-.2 30.6zm30.3-84.6c-23.2 0-68.9-22.8-68.9-22.8s45.7-22.8 68.6-22.8S416 256 416 256s.7 22.8-22.5 22.8z" />',viewBox:"0 0 512 512"},cs={name:"behance",content:'<path d="M448 128H304V96h144v32zM245.335 254.873c7.09 11.573 10.665 25.65 10.665 42.197 0 17.067-4.069 32.379-12.176 45.903-5.178 9.005-11.62 16.58-19.358 22.691-8.723 7.022-18.988 11.833-30.855 14.467C181.744 382.732 168.89 384 155.02 384H32V96h131.927c33.321.504 56.901 10.744 70.803 30.705 8.323 12.24 12.515 26.869 12.515 43.936 0 17.588-4.192 31.729-12.607 42.425-4.716 5.982-11.683 11.443-20.868 16.385 13.963 5.364 24.474 13.817 31.565 25.422zm-158.9-45.318H152.8c11.867 0 21.484-2.406 28.913-7.152 7.367-4.763 11.097-13.215 11.097-25.292 0-13.426-4.901-22.285-14.672-26.609-8.446-2.991-19.204-4.486-32.273-4.486h-59.43v63.539zm111.923 83.452c0-15.019-5.795-25.292-17.385-30.917-6.504-3.121-15.597-4.746-27.31-4.876H86.435v76.787h66.303c11.836 0 21.084-1.69 27.68-5.071 11.96-6.275 17.94-18.238 17.94-35.923zM479.932 288H330.824c.813 21.182 7.938 34.778 21.409 43.322 8.157 5.287 18.002 7.931 29.503 7.931 12.189 0 22.096-3.224 29.722-9.704 4.157-3.482 7.813-8.318 11.001-14.541h54.693c-1.438 12.541-8.095 25.276-19.846 38.204C438.959 373.748 413.269 384 380.266 384c-27.253 0-51.286-8.64-72.132-25.985-20.846-17.28-31.222-45.522-31.222-84.532 0-36.624 9.376-64.672 28.19-84.21C323.917 169.785 348.294 160 378.328 160c17.814 0 33.847 3.288 48.129 9.898 14.282 6.593 26.096 17.023 35.378 31.24 8.407 12.573 13.876 27.114 16.346 43.685 1.438 9.704 2.033 24.929 1.751 43.177zm-55.567-37.696c-.969-14.669-5.72-25.759-14.283-33.4-8.532-7.576-19.095-11.348-31.753-11.348-13.72 0-24.377 3.998-31.94 12.058-7.563 8.028-12.314 18.957-14.282 32.691h92.258z" />',viewBox:"0 0 512 512"},ls={name:"behance-box",content:'<path d="M167.543 228.938h-56.884v-56.479h50.939c11.202 0 20.423 1.329 27.663 3.988 8.376 3.844 12.576 11.718 12.576 23.652 0 10.735-3.197 18.249-9.511 22.482-6.368 4.219-14.612 6.357-24.783 6.357zm220.527 11.836c-7.313-6.494-16.367-9.727-27.217-9.727-11.76 0-20.895 3.427-27.378 10.335-6.483 6.881-10.555 16.249-12.242 28.021h79.079c-.83-12.573-4.902-22.079-12.242-28.629zm-196.379 34.862c-5.575-2.774-13.369-4.219-23.409-4.335h-57.624v68.255h56.831c10.146 0 18.072-1.503 23.726-4.508 10.251-5.577 15.377-16.211 15.377-31.931 0-13.35-4.967-22.482-14.901-27.481zM480 64v384c0 17.664-14.336 32-32 32H64c-17.664 0-32-14.336-32-32V64c0-17.664 14.336-32 32-32h384c17.664 0 32 14.336 32 32zm-176 96h112v-32H304v32zm-48 146.729c0-14.709-3.065-27.221-9.142-37.509-6.078-10.316-15.087-17.829-27.056-22.597 7.873-4.392 13.845-9.247 17.887-14.564 7.213-9.507 10.806-22.077 10.806-37.711 0-15.171-3.593-28.175-10.727-39.055-11.916-17.743-32.128-26.846-60.689-27.293H64v256h105.445c11.889 0 22.907-1.127 33.079-3.439 10.172-2.341 18.97-6.618 26.447-12.859 6.632-5.433 12.154-12.166 16.592-20.17C252.512 335.51 256 321.899 256 306.729zm190.442-42.024c-2.117-14.204-6.804-26.667-14.01-37.444-7.956-12.187-18.082-21.126-30.324-26.777-12.242-5.665-25.985-8.484-41.254-8.484-25.744 0-46.638 8.387-62.765 25.091-16.127 16.746-24.163 40.788-24.163 72.18 0 33.437 8.894 57.644 26.762 72.456C318.555 376.594 339.155 384 362.514 384c28.288 0 50.308-8.788 66.033-26.391 10.072-11.081 15.778-26.86 17.011-37.609h-46.879c-1.178 6-2.512 10.667-9.429 17.327-6.536 5.555-15.028 8.318-25.476 8.318-9.858 0-18.297-2.266-25.288-6.798-11.546-7.323-17.654-18.977-18.35-37.133h127.807c.24-15.641-.269-28.691-1.501-37.009z" />',viewBox:"0 0 512 512"},ss={name:"dribbble",content:'<path d="M256 32C132.469 32 32 132.469 32 256c0 123.5 100.469 224 224 224 123.5 0 224-100.5 224-224 0-123.531-100.5-224-224-224zm148.094 103.281c26.625 32.562 42.781 74.031 43.188 119.188-6.312-1.312-69.562-14.156-133.219-6.156a850.738 850.738 0 0 0-4.125-9.875c-3.969-9.312-8.25-18.594-12.688-27.719 70.75-28.875 102.812-69.969 106.844-75.438zM256 64.969c48.594 0 93.031 18.219 126.812 48.188-3.438 4.906-32.25 43.625-100.281 69.125-31.344-57.594-66.094-104.938-71.375-112A190.999 190.999 0 0 1 256 64.969zm-81.344 18.156c5.031 6.938 39.219 54.312 70.938 110.656-89.5 23.781-168.344 23.438-176.906 23.312 12.406-59.374 52.437-108.718 105.968-133.968zm-110 173.156c0-1.969.031-3.906.094-5.844 8.375.156 101.094 1.375 196.657-27.219 5.469 10.719 10.688 21.594 15.5 32.469a192.95 192.95 0 0 0-7.531 2.281c-98.688 31.875-151.188 118.812-155.531 126.25-30.564-33.937-49.189-78.812-49.189-127.937zM256 447.594c-44.25 0-85-15.094-117.438-40.375 3.438-7.031 42.156-81.875 150.094-119.5.406-.125.812-.281 1.25-.406 26.875 69.812 37.969 128.312 40.812 145.094-22.968 9.781-48.218 15.187-74.718 15.187zm106.875-32.719c-1.938-11.625-12.125-67.625-37.156-136.406 59.969-9.594 112.625 6.125 119.188 8.188-8.532 53.218-39.095 99.218-82.032 128.218z" />',viewBox:"0 0 512 512"},hs={name:"dribbble-box",content:'<path d="M448 32H64c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zM256 448c-106 0-192-86-192-192S150 64 256 64s192 86 192 192-86 192-192 192zm28-164.8c-82.9 28.9-118.1 83.4-126.7 98.7 27.2 21.3 61.5 34.1 98.7 34.1 22.5 0 43.9-4.6 63.3-13-3.3-18.4-13.1-65.2-34.2-120.1-.4 0-.8.2-1.1.3zm-95.5-172.3c-44.9 20.9-78.5 62.1-89 111.8 17.1-.1 78.6-1.7 147.6-20-24.3-43.2-50.3-80.1-58.6-91.8zm79 146.8c2.1-.7 4.3-1.3 6.5-2-4.1-9.3-8.6-18.6-13.3-27.8-74.1 22.2-146.1 23.4-164.6 23.4 0 1.6-.1 3.1-.1 4.7 0 40.8 15.3 78 40.4 106.3 10.5-16.7 54.6-79.9 131.1-104.6zm94.9-121.1C334.2 111.3 296.9 96 256 96c-12.4 0-24.5 1.4-36 4.1 8.7 11.9 34.9 48.8 58.8 92.7 50.7-19 76-46.7 83.6-56.2zm-46.6 138.7C335 328 344 371.9 346.9 387.8c35.2-24.3 60.2-62.5 67.2-106.6-13.2-3.7-53.4-13.1-98.3-5.9zm-24.4-58.1c3.8 7.8 7.5 15.8 10.9 23.8 1.2 2.8 2.4 5.7 3.5 8.5 48-6 95.7 1.8 110.2 4.5-.5-37.2-13.7-71.4-35.4-98.3-8.4 10-36.1 39.8-89.2 61.5z" />',viewBox:"0 0 512 512"},vs={name:"rss",content:'<path d="M151.4 420c0 32.9-26.7 59.5-59.7 59.5S32 452.9 32 420s26.7-59.5 59.7-59.5 59.7 26.7 59.7 59.5zM32 184.3v85.9c56 0 108.5 21.8 148.1 61.3 39.6 39.6 61.4 92.3 61.4 148.5h86.2C327.6 317 195 184.3 32 184.3zM32 32v85.9c199.4 0 361.6 162.5 361.6 362.1h86.2C479.8 233 278.9 32 32 32z" />',viewBox:"0 0 512 512"},us={name:"rss-box",content:'<path d="M448 32H64c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zM115.2 447.6c-28.3 0-51.2-22.8-51.2-51s22.9-51 51.2-51c28.3 0 51.2 22.8 51.2 51s-23 51-51.2 51zm128.8.4c0-48.1-18.7-93.3-52.8-127.3-34-33.9-79.2-52.6-127.2-52.6v-73.6c140.1 0 254.1 113.7 254.1 253.5H244zm129.9 0c0-171.2-139-310.4-309.9-310.4V64c211.6 0 383.8 172.3 383.8 384h-73.9z" />',viewBox:"0 0 512 512"},ps={name:"vimeo",content:'<path d="M479.783 152.805c-2 43.26-32.469 102.444-91.344 177.477C327.532 408.792 275.969 448 233.782 448c-26.094 0-48.188-23.873-66.25-71.742-12.063-43.896-24.094-87.854-36.157-131.657-13.407-47.901-27.782-71.835-43.188-71.835-3.344 0-15.032 6.985-35.125 20.955L32 166.744c22.094-19.201 43.844-38.526 65.282-57.773 29.407-25.316 51.5-38.556 66.25-39.938 34.782-3.353 56.219 20.287 64.282 70.78 8.625 54.559 14.719 88.475 18.032 101.777 10.031 45.2 21.093 67.769 33.156 67.769 9.344 0 23.375-14.591 42.157-43.818 18.75-29.29 28.782-51.548 30.125-66.868 2.656-25.27-7.375-37.827-30.125-37.827-10.719 0-21.782 2.251-33.157 6.969C310.126 96.647 352.283 62.08 414.533 64.082c46.156 1.289 67.906 30.935 65.25 88.723z" />',viewBox:"0 0 512 512"},ds={name:"vimeo-box",content:'<path d="M448 32H64c-17.664 0-32 14.336-32 32v384c0 17.664 14.336 32 32 32h384c17.664 0 32-14.336 32-32V64c0-17.664-14.336-32-32-32zm-.186 140.119c-1.714 37.08-27.831 87.809-78.295 152.123-52.206 67.294-96.402 100.901-132.563 100.901-22.366 0-41.304-20.462-56.786-61.493-10.339-37.625-20.652-75.303-30.991-112.849-11.491-41.058-23.813-61.573-37.018-61.573-2.866 0-12.884 5.987-30.107 17.961L64 184.066c18.938-16.458 37.581-33.022 55.956-49.519 25.206-21.7 44.143-33.048 56.786-34.232 29.813-2.874 48.188 17.389 55.099 60.668 7.393 46.765 12.616 75.835 15.456 87.237 8.598 38.743 18.08 58.087 28.419 58.087 8.009 0 20.036-12.506 36.134-37.559 16.071-25.106 24.67-44.184 25.822-57.315 2.277-21.66-6.321-32.423-25.822-32.423-9.188 0-18.67 1.929-28.42 5.974 18.964-61.001 55.099-90.63 108.456-88.914 39.562 1.105 58.205 26.516 55.928 76.049z" />',viewBox:"0 0 512 512"},ms={name:"youtube",content:'<path d="M475.5 165s-4.4-31.4-17.8-45.2c-17-18.1-36.1-18.2-44.9-19.3C350.1 96 256.1 96 256.1 96h-.2s-94 0-156.7 4.6c-8.8 1.1-27.8 1.2-44.9 19.3C40.9 133.7 36.5 165 36.5 165S32 201.9 32 238.7v34.5c0 36.8 4.5 73.6 4.5 73.6s4.4 31.4 17.8 45.2c17 18.1 39.4 17.5 49.4 19.4C139.5 414.9 256 416 256 416s94.1-.1 156.8-4.7c8.8-1.1 27.9-1.2 44.9-19.3 13.4-13.8 17.8-45.2 17.8-45.2s4.5-36.8 4.5-73.6v-34.5c0-36.8-4.5-73.7-4.5-73.7zM192 336V176l144 80-144 80z" />',viewBox:"0 0 512 512"},fs={name:"youtube-box",content:'<path d="M448 32H64c-17.664 0-32 14.336-32 32v384c0 17.664 14.336 32 32 32h384c17.664 0 32-14.336 32-32V64c0-17.664-14.336-32-32-32zm0 237.749c0 29.454-3.835 58.909-3.835 58.909s-3.752 25.082-15.265 36.128c-14.602 14.497-30.97 14.569-38.476 15.417C336.689 383.885 256 384 256 384s-99.838-.864-130.559-3.656c-8.546-1.519-27.734-1.061-42.341-15.558-11.513-11.045-15.26-36.128-15.26-36.128S64 299.203 64 269.749v-27.614c0-29.454 3.84-58.909 3.84-58.909s3.747-25.082 15.26-36.128c14.607-14.497 30.969-14.569 38.476-15.417C175.313 128 255.917 128 255.917 128h.167s80.606 0 134.341 3.682c7.506.849 23.873.92 38.476 15.417 11.513 11.045 15.265 36.128 15.265 36.128S448 212.681 448 242.136v27.613zM192 176l144 80-144 80V176z" />',viewBox:"0 0 512 512"},zs={name:"folder",content:'<path d="m242.8 128-32-32H96v288h320V192H128v-32h288c17.7 0 32 14.3 32 32v192c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h128l64 64" />',viewBox:"0 0 512 512"},gs={name:"folder-open",content:'<path d="M425.6 160h-246c-17.6 0-37.2 14.4-43.6 32L64 384V96h114.8l32 32H256l-64-64H64c-17.7 0-32 14.3-32 32v288c0 17.7 14.3 32 32 32h268.4c17.6 0 37.2-14.4 43.6-32l70-192c6.4-17.6-2.8-32-20.4-32zM346 373.1c-2 5.5-10.1 10.9-13.6 10.9H98.1L166 202.9c2-5.5 10.1-10.9 13.6-10.9h232.3L346 373.1z" />',viewBox:"0 0 512 512"},ys={name:"folder-add",content:'<path d="M96 160h288c17.7 0 32 14.3 32 32v64h-32v-64H96v-32zm352 224h-32v-64h-32v64h-64v32h64v64h32v-64h64v-32h-32zM64 96h114.8l32 32H256l-64-64H64c-17.7 0-32 14.3-32 32v288c0 17.7 14.3 32 32 32h192v-32H64V96z" />',viewBox:"0 0 512 512"},bs={name:"folder-up",content:'<path d="M96 160h288c17.7 0 32 14.3 32 32v64l-32 32v-96H96v-32zM64 96h114.8l32 32H256l-64-64H64c-17.7 0-32 14.3-32 32v288c0 17.7 14.3 32 32 32h192l32-32H64V96zm336 240-80 80h64v64h32v-64h64l-80-80z" />',viewBox:"0 0 512 512"},Hs={name:"folder-more",content:'<path d="M64 384h96v32H64c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h128l64 64h-45.2l-32-32H64v288zm192-32c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm160-64v-96c0-17.7-14.3-32-32-32H96v32h288v96h32zm32 64c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm-96 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z" />',viewBox:"0 0 512 512"},ws={name:"aggregate-fields",content:'<path d="M128 128c-17.7 0-32 14.3-32 32v160c0 17.7 14.3 32 32 32h256c32 0 32-32 32-32H128V128zm-64 64c-17.7 0-32 14.3-32 32v160c0 17.7 14.3 32 32 32h256c32 0 32-32 32-32H64V192zM448 64H192c-17.6 0-32 14.4-32 32v160c0 17.6 14.4 32 32 32h256c17.6 0 32-14.4 32-32V96c0-17.6-14.4-32-32-32zm1 192s0 .1 0 0l-256.9.1-.1-.1V96.1l.1-.1H448v160h1z" />',viewBox:"0 0 512 512"},xs={name:"file",content:'<path d="M352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288z" />',viewBox:"0 0 512 512"},Ms={name:"file-add",content:'<path d="M512 416h-64v64h-32v-64h-64v-32h64v-64h32v64h64v32zM96 448V64h224v96h96v96h32V128l-96-96H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h224v-32" />',viewBox:"0 0 512 512"},Is={name:"file-txt",content:'<path d="M352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288zm-32-96v32H128v-32h256zM256 160v32H128v-32m256 64v32H128v-32h256zm-256 96v-32h224v32H128z" />',viewBox:"0 0 512 512"},Vs={name:"file-csv",content:'<path d="M178.6 224c-10 0-18.9 2.1-26.7 6.2-7.7 4.2-13.7 10.1-17.9 17.7-4.2 7.6-6.3 16.3-6.3 26.1 0 9.1 1.9 17.1 5.7 24.1s9.2 12.3 16.4 16.1c7.2 3.8 15.7 5.7 25.6 5.7 10 0 18.9-1.4 26.6-4.1v-24.9c-6.9 3.5-13.8 5.2-20.5 5.2-7.3 0-13.2-2.1-17.6-6.4-4.4-4.3-6.6-10.1-6.6-17.6s2.2-13.4 6.6-17.7 10.4-6.5 18-6.5c3.7 0 7.3.4 10.9 1.3s6.7 2.1 9.2 3.6V227c-7.6-2-15.3-2.9-23.4-3zm73.8.1c-11.5 0-20.6 2.7-27.5 8.1-6.8 5.4-10.2 12.5-10.2 21.5 0 12.8 7.5 22.1 22.4 27.8 4.6 1.7 7.8 3.1 9.5 4.1 1.7 1 3 2 3.8 3.2.8 1.2 1.2 2.5 1.2 4 0 2.1-.8 3.7-2.5 4.8-1.7 1.1-4.1 1.7-7.1 1.7-4.1 0-8.4-.9-13.2-2.6-4.7-1.8-9-4-12.9-6.9V315c8.1 3.3 17 4.9 26.7 4.9 8.4 0 15.5-1.1 21.5-3.4 6-2.2 10.6-5.7 13.9-10.2 3.3-4.6 5-9.9 5-16.1 0-6.3-2-11.8-6-16.4-4-4.6-10.8-8.9-20.4-12.8-4.9-2-8.1-3.7-9.6-5-1.5-1.3-2.3-2.9-2.3-4.8 0-2 1-3.6 2.8-4.8 1.9-1.2 4.4-1.8 7.5-1.8 7.6 0 15.2 2.1 23 6.4v-23.6c-4-1.1-7.1-1.8-9.3-2.2-2.2-.4-4.7-.7-7.4-1-2.7-.1-5.8-.1-8.9-.1zm39.8-.1 30 96h31.4l30.4-96h-29.1l-13.8 58.9c-1.1 4.4-1.8 8.1-2 11.1h-.6c-.1-2.4-.8-5.9-1.9-10.7L322.4 224h-30.2zM352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288z" />',viewBox:"0 0 512 512"},ks={name:"file-excel",content:'<path d="m288 304 64 112h-48l-48-84.5-31.5 52.5H256v32h-96l64-112-64-112h48l48 84 48-84h48l-64 112zm64-272H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288z" />',viewBox:"0 0 512 512"},Os={name:"file-word",content:'<path d="M352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288zm-32.4-256-6.9 32-41.6 192h-46.7l-32.8-132.5L222.9 416h-46.7l-48.6-224h47.8l24.8 139.2L233.3 192h44.5l33.1 139.2L330.1 224H311v-32h72.6z" />',viewBox:"0 0 512 512"},Cs={name:"file-mdb",content:'<path d="M231.1 192 144 416h80v-32h-25.5l14.8-38h85.6l27.2 70h42L281 192h-49.9zm-1.5 112 26.5-68 26.4 68h-52.9zM352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288z" />',viewBox:"0 0 512 512"},Es={name:"file-ppt",content:'<path d="m192 192-32 32h32v192h49v-80h25.6c16.4 0 29.1-1.5 38.2-4.4 14.4-4.5 25.9-12.9 34.4-25.4s12.8-26.6 12.8-42.6c0-15.8-4-29.5-12-41.1s-18.8-20.1-32.4-25.4c-10.3-3.7-24.4-5.5-42-5.5M241 225h20.1c11.2.3 20.2 2.1 26.9 5.6 12.1 6.4 23.3 17.6 23.3 33.5 0 17.3-11.9 29-25.2 35-6.7 2.9-15.1 4.4-25.2 3.9H241v-78zM352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288z" />',viewBox:"0 0 512 512"},Bs={name:"file-pdf",content:'<path d="M240.9 160c-7.6 0-13.8 4-15.4 9.9-4.9 18.6.2 46.3 9.4 82.3l-2.4 5.9c-6.6 16.4-14.8 33-22.1 47.6l-1 1.9c-7.7 15.3-14.6 28.4-21 39.4l-6.5 3.5c-.5.3-11.6 6.3-14.3 7.9-22.2 13.6-36.9 28.9-39.4 41.2-.8 3.9-.2 8.9 3.7 11.2l6.3 3.2c2.7 1.4 5.6 2.1 8.6 2.1 15.8 0 34.2-20.2 59.5-65.3 29.2-9.7 62.5-17.8 91.6-22.3 22.2 12.8 49.5 21.7 66.8 21.7 3.1 0 5.7-.3 7.8-.9 3.3-.9 6.1-2.8 7.8-5.4 3.4-5.2 4-12.2 3.1-19.5-.3-2.1-2-4.8-3.8-6.6-5.1-5.2-16.5-7.9-33.7-8.1-11.7-.1-25.8.9-40.6 3-6.6-3.9-13.5-8.2-18.8-13.3-14.4-13.8-26.5-32.9-34-53.9.5-2 .9-3.7 1.3-5.4 0 0 8.1-47.1 6-63.1-.3-2.2-.5-2.8-1.1-4.5l-.7-1.9c-2.2-5.2-6.5-10.7-13.3-10.4l-3.8-.2zm2.7 8.4c5.1 0 8 13.1 8.2 25.4.3 12.3-2.6 20.9-6 27.3-2.9-9.4-4.3-24.3-4.3-34-.1-.1-.3-18.7 2.1-18.7zm.4 104.1c8.6 16 19.3 29.5 31.9 40.4 1.6 1.3 3.2 2.7 5 4.1-25.6 5.2-47.7 11.5-67.1 19.1 3.6-6.5 7.2-13.3 11-20.6 9.1-17.7 14.9-31.6 19.2-43zm102.2 51.6c9.3 0 12 0 21.1 2.3 9.1 2.4 9.2 7.2 7.6 8.2-1.6 1-6 1.6-8.9 1.6-9.2 0-20.7-4.3-36.8-11.4 6.3-.4 11.9-.7 17-.7zm-165.4 35.8c-17.7 28.8-29.5 40.3-37.3 43.8 2.9-8.1 14.3-24 31.2-38.1 1.1-.9 3.7-3.4 6.1-5.7zM352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288z" />',viewBox:"0 0 512 512"},Ss={name:"file-psd",content:'<path d="M128 160v256h45v-91h21.4c24.2 0 43.5-7.8 57.9-23.4 14.4-15.6 21.6-36.1 21.6-61.3 0-53.4-25.2-80.2-75.5-80.2H128zm45 44h17.5c23.7 0 35.5 12.8 35.5 38.6 0 26.3-11.8 39.4-35.5 39.4H173v-78zm164.6 51.7c-8.1 0-15.9.9-23.4 2.8-7.5 1.9-14.2 4.7-20 8.6-5.8 3.9-10.4 9-14 15.2-3.5 6.2-5.2 13.6-5.2 22.1 0 6.2.8 11.7 2.3 16.3 1.5 4.5 3.7 8.6 6.7 12.1 2.9 3.5 6.5 6.5 10.8 9.2 4.3 2.7 9.3 5.1 15 7.4 3.5 1.5 7.2 2.8 11 4 3.8 1.2 7.3 2.5 10.5 4s5.8 3.2 7.8 5.2 3 4.5 3 7.5c0 4.7-2.2 8.2-6.7 10.4-4.5 2.3-10.6 3.4-18.5 3.4-6.4 0-13.3-1.2-20.5-3.4s-14.5-5.8-21.7-10.4v38.3c13.4 5.2 27.9 7.7 43.7 7.7 8.5 0 16.8-.9 24.7-2.8 7.9-1.8 15-4.8 21.1-8.8s10.9-9.2 14.7-15.7 5.5-14.2 5.5-23.3c0-6.5-.9-12-2.7-16.8-1.8-4.7-4.4-8.7-7.8-12.2-3.4-3.5-7.4-6.5-12.2-9.1-4.7-2.6-10-5-15.9-7.1-3.2-1.2-6.5-2.4-9.8-3.5s-6.3-2.4-9-3.9-4.9-3.1-6.5-5.2c-1.6-2.1-2.5-4.4-2.5-7.1 0-2.1.5-3.9 1.7-5.6 1.1-1.7 2.6-3 4.6-4 2-1 4.2-1.8 6.7-2.4s5.2-.8 8.1-.8c6.1 0 12.3.9 18.8 2.6 6.4 1.7 12.3 4.4 18 7.8v-36.4c-6.3-2-12.8-3.5-19.3-4.5s-13-1.6-19.3-1.6h.3zM352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288z" />',viewBox:"0 0 512 512"},Ps={name:"file-flash",content:'<path d="M352 191.3V237c-21 .2-46.6-3.2-69.6 45H320v45h-47.9s-37.4 91.1-111.9 90.1c-.6-10 0-30.8 0-45 49.3-7.6 65.4-62.1 76.8-89.4 26.5-82.8 73.9-92 93.4-92.1 5.6 0 21.6.7 21.6.7zm96-63.3v320c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V64c0-17.7 14.3-32 32-32h256l96 96zm-32 32h-96V64H96v384h320V160z" />',viewBox:"0 0 512 512"},Ls={name:"file-config",content:'<path d="M352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288zm-41.8-124.6-23.7-17.9c1-5.7 1.6-11.5 1.6-17.4 0-6-.5-11.8-1.6-17.4l23.7-17.9c3.7-2.8 4.7-7.9 2.4-11.9l-19.4-33.5c-2.3-4-7.2-5.6-11.5-3.9L318.4 215c-8.8-7.5-19-13.5-30.2-17.4l-3.7-29.5c-.6-4.6-4.5-8-9.1-8h-38.7c-4.6 0-8.5 3.4-9.1 8l-3.7 29.5c-11.1 4-21.3 9.9-30.2 17.4l-27.4-11.6c-4.2-1.8-9.2-.1-11.5 3.9l-19.4 33.5c-2.3 4-1.3 9.1 2.4 11.9l23.7 17.9c-1 5.7-1.6 11.5-1.6 17.4 0 6 .5 11.8 1.6 17.4l-23.7 17.9c-3.7 2.8-4.7 7.9-2.4 11.9l19.4 33.5c2.3 4 7.2 5.6 11.5 3.9l27.4-11.6c8.8 7.5 19 13.5 30.2 17.4l3.7 29.5c.6 4.6 4.5 8 9.1 8h38.7c4.6 0 8.5-3.4 9.1-8l3.7-29.5c11.1-4 21.3-9.9 30.2-17.4l27.4 11.6c4.2 1.8 9.2.1 11.5-3.9l19.4-33.5c2.2-4 1.2-9-2.5-11.8zM256 336c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z" />',viewBox:"0 0 512 512"},Ns={name:"file-ascx",content:'<path d="M384 224h-96v-32h96v32zm0 160h-96v-32h96v32zM256 256H128v-96h128v96zm0 160H128v-96h128v96zm96-384H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288z" />',viewBox:"0 0 512 512"},_s={name:"file-bac",content:'<path d="M352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H289v-96h64l-96.5-96-95.5 96h64v96H96V64h224v96h96v288z" />',viewBox:"0 0 512 512"},Ds={name:"file-zip",content:'<path d="M352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h64v32h32v32h-32v32h32v32h-32v32h32v32h-32v32h32v34.7c-18.6 6.6-32 24.4-32 45.3 0 26.5 21.5 48 48 48s48-21.5 48-48c0-20.9-13.4-38.7-32-45.3V256h32v-32h-32v-32h32v-32h-32v-32h32V96h-32V64h96v96h96v288zm-192-80c0 8.8-7.2 16-16 16s-16-7.2-16-16 7.2-16 16-16 16 7.2 16 16z" />',viewBox:"0 0 512 512"},As={name:"film",content:'<path d="M416 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zM128 448H96v-32h32v32zm0-96H96v-64h32v64zm0-128H96v-64h32v64zm0-128H96V64h32v32zm224 352H160v-96h192v96zm0-128H160V192h192v128zm0-160H160V64h192v96zm64 288h-32v-32h32v32zm0-96h-32v-64h32v64zm0-128h-32v-64h32v64zm0-128h-32V64h32v32z" />',viewBox:"0 0 512 512"},Rs={name:"css3",content:'<path d="m64 32 30.2 384L256 480l161.8-64L448 32H64zm65.6 82h250.3l-4.9 48.9L255.4 214h115.9L358 366.1l-102.1 29.7-102.4-30.2-6.6-76.6h50.9l3.3 39.7 54.4 13.8.5-.1v-.1l56.3-15.8 3.9-64.4H143.7l-3.8-47.8 123-51.2H135.7l-6.1-49.1z" />',viewBox:"0 0 512 512"},Ts={name:"html5",content:'<path d="m64 32 30.4 384 161.3 64 161.7-64L448 32H64zm68 83h247.7l-1.2 13.2-2.2 24.8-1 11H186.1l4.5 51h180.1l-1.2 13.3-11.7 129.9-.7 8.4-101.3 37-101.2-37-6.9-77.6h49l3.5 39.7 55.5 24 55.6-24.1 5.8-64.6h-172L133 128.2l-1-13.2z" />',viewBox:"0 0 512 512"},js={name:"code",content:'<path d="M512 256 384 384l-22.6-22.6L466.7 256 361.4 150.6 384 128l128 128zM150.6 361.4 45.3 256l105.4-105.4L128 128 0 256l128 128 22.6-22.6zM321.1 72.3 290.2 64l-99.4 375.7 30.9 8.3 99.4-375.7z" />',viewBox:"0 0 512 512"},Fs={name:"css",content:'<path d="m192 96-32 .1S96 96 96 160v48c0 27.8-21.8 31.4-32 32H48c-2.2 0-4.3.4-6.2 1.2-.5.2-1 .4-1.4.7s-.9.5-1.3.8c-1.3.9-2.4 1.9-3.4 3.1-.2.2-.3.4-.5.6-.9 1.2-1.7 2.6-2.2 4.1-.2.5-.3 1-.5 1.5-.3 1-.4 2.1-.5 3.2v1.6c.1 1.1.2 2.1.5 3.2.1.5.3 1 .5 1.5.5 1.5 1.3 2.8 2.2 4.1.2.2.3.4.5.6 1 1.2 2.1 2.2 3.4 3.1.4.3.9.5 1.3.8s.9.5 1.4.7c1.9.8 4 1.2 6.2 1.2h16c10.2.6 32 4.2 32 32v48c0 64 64 63.9 64 63.9l32 .1v-32l-31.8-.1s-32.2.1-32.2-32v-48.5s0-29-19.6-47.9c19.6-18.8 19.6-47.9 19.6-47.9v-47.9c0-31.9 32.2-31.8 32.2-31.8l31.8-.1V96zm128-.1V128l31.7.1S384 128 384 160v48s0 29.1 19.5 48C384 274.9 384 304 384 304v48c0 32-32.1 31.9-32.1 31.9l-31.9.1v32l32.1-.1s63.9.1 63.9-63.7V304c0-27.8 21.8-31.4 32-32h16c2.2 0 4.3-.4 6.2-1.2.5-.2 1-.4 1.4-.7s.9-.5 1.3-.8c1.3-.9 2.4-1.9 3.4-3.1.2-.2.3-.4.5-.6.9-1.2 1.7-2.6 2.2-4.1.2-.5.3-1 .5-1.5.3-1 .4-2.1.5-3.2v-1.6c-.1-1.1-.2-2.1-.5-3.2-.1-.5-.3-1-.5-1.5-.5-1.5-1.3-2.8-2.2-4.1-.2-.2-.3-.4-.5-.6-1-1.2-2.1-2.2-3.4-3.1-.4-.3-.9-.5-1.3-.8s-.9-.5-1.4-.7c-1.9-.8-4-1.2-6.2-1.2h-16.1c-10.2-.6-31.9-4.2-31.9-32v-48c0-64-64.1-63.9-64.1-63.9l-31.9-.2z" />',viewBox:"0 0 512 512"},Ks={name:"js",content:'<path d="M478.4 96C471 59.5 438.7 32 400 32H208c-38.7 0-71 27.5-78.4 64-1.1 5.2-1.6 10.5-1.6 16v272H32v16c0 5.5.5 10.8 1.6 16 7.4 36.5 39.7 64 78.4 64h192c38.7 0 71-27.5 78.4-64 1.1-5.2 1.6-10.5 1.6-16V128h96v-16c0-5.5-.5-10.8-1.6-16zm-124.8 0c-1.1 5.2-1.6 10.5-1.6 16v288c0 5.6-1 11-2.8 16-6.6 18.6-24.4 32-45.2 32-20.9 0-38.7-13.4-45.2-32-1.8-5-2.8-10.4-2.8-16v-16h-96V112c0-5.6 1-11 2.8-16 6.6-18.6 24.4-32 45.2-32h160c-7 9.3-12 20.2-14.4 32zM320 192H192v-32h128v32zm0 64H192v-32h128v32zm0 64H192v-32h128v32z" />',viewBox:"0 0 512 512"},Zs={name:"exe",content:'<path d="M64 32c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H64zm160 32c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zM64 160h384v288H64V160z" />',viewBox:"0 0 512 512"},Ws={name:"csproj",content:'<path d="M64 32c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H64zm157.9 32.1c19.3-1.2 35.2 14.7 34 34-1 15.9-13.9 28.8-29.9 29.9-19.3 1.2-35.2-14.7-34-34 1.1-16 14-28.9 29.9-29.9zm96 0c19.3-1.2 35.2 14.7 34 34-1 15.9-13.9 28.8-29.9 29.9-19.3 1.2-35.2-14.7-34-34 1.1-16 14-28.9 29.9-29.9zm96 0c19.3-1.2 35.2 14.7 34 34-1 15.9-13.9 28.8-29.9 29.9-19.3 1.2-35.2-14.7-34-34 1.1-16 14-28.9 29.9-29.9zM64 160h384v288H64V160zm119.7 64c-17.3 0-32.7 3.5-46 10.4s-23.6 16.8-30.9 29.5c-7.3 12.8-10.9 27.3-10.9 43.6 0 15.2 3.3 28.6 9.8 40.2s15.9 20.6 28.3 26.8c12.4 6.3 27 9.4 44.1 9.4 17.3 0 32.6-2.3 45.9-6.9v-41.5c-11.9 5.8-23.7 8.6-35.4 8.6-12.6 0-22.8-3.6-30.3-10.7s-11.4-16.9-11.4-29.2c0-12.4 3.8-22.3 11.3-29.6s17.9-10.9 31-10.9c6.3 0 12.6.7 18.8 2.1s11.5 3.5 16 6v-43c-13.1-3.2-26.4-4.8-40.3-4.8zm114.2 0-8.3 39h-17.4l-5.7 29H284l-6.1 26H262l-6.1 29h15.4l-7.7 37h30.9l7.9-37h26.8l-7.7 37h30.4l8.2-37h16.3l7.2-29h-17.2l6.1-26h15l6.3-29h-14.7l8.3-39H356l-8.3 39h-26.4l8.3-39h-31.7zm16.8 68h26.8l-6.3 27h-26.7l6.2-27z" />',viewBox:"0 0 512 512"},Us={name:"vbproj",content:'<path d="M64 32c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H64zm160 32c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zM64 160h384v288H64V160zm32 64 51.6 160h54.1L254 224h-50.2L180 321.9c-1.9 7.4-3 13.5-3.5 18.5h-1.1c-.2-3.9-1.3-9.9-3.2-17.9L147.8 224H96zm183.3 0v160h73c20.4 0 36.2-4.3 47.2-12.8s16.5-20.6 16.5-36.3c0-5.8-1.6-11.4-4.9-16.8s-7.9-9.9-14-13.5-12.8-5.9-20.4-6.8v-.4c6.5-1.3 12.5-3.6 18-7.1s9.5-7.6 12.2-12.2c2.7-4.6 4-9.8 4-15.3 0-25.8-21.2-38.7-63.7-38.7h-67.9v-.1zm48.2 32.3h8.9c15.6 0 23.3 5 23.3 14.8 0 4.5-1.7 8.3-5.1 11.1s-7.8 4.3-13.2 4.3h-14l.1-30.2zm0 62.5h19c5.5 0 9.9 1.5 13.3 4.4s5 6.8 5 11.4c0 5.2-1.9 9.3-5.7 12.3s-9 4.5-15.5 4.5h-16.1v-32.6z" />',viewBox:"0 0 512 512"},qs={name:"cs",content:'<path d="M165.9 128c-26.4 0-49.8 5.6-70.1 16.7s-36 26.8-47.1 47.2S32 235.5 32 261.6c0 24.3 5 45.7 14.9 64.3s24.3 32.9 43.1 43 41.2 15.1 67.2 15.1c26.4 0 46.6-3.7 65.8-11v-66.5c-17.1 9.2-32 13.8-49.8 13.8-19.3 0-34.7-5.7-46.2-17.2s-17.3-27.1-17.3-46.9c0-19.9 5.8-35.7 17.3-47.3s27.3-17.4 47.2-17.4c9.6 0 16 1.2 25.4 3.5s17.5 5.5 24.4 9.7v-68.9c-19.7-5.2-37-7.8-58.1-7.8zm158.8 0-13.3 62h-29l-9.3 46h28.6l-10.3 43h-25.6l-9.8 46h25.2l-12.5 59h50l12.9-59h43.5l-12.5 59h49.2l13.3-59h26.8l11.5-46h-28.2l10.3-43h24.2l10.3-46h-23.7l13.5-63h-51.7l-13.5 63h-43.5l13.5-63h-50l.1 1zm26.9 108H395l-10.3 43h-43.3l10.2-43z" />',viewBox:"0 0 512 512"},Ys={name:"vb",content:'<path d="m32 160 73.2 224h76.7L256 160h-71.1l-33.7 137c-2.6 10.3-4.3 19-4.9 25.9h-1.6c-.3-5.5-1.8-13.9-4.6-25L105.5 160H32zm252 0v224h104.6c29.3 0 51.9-6 67.7-17.9 15.8-11.9 23.7-28.9 23.7-50.8 0-8.1-2.4-16-7-23.5-4.7-7.6-11.4-13.9-20-18.9-8.7-5-18.4-8.2-29.3-9.5v-.6c9.4-1.8 18-5.1 25.8-10 7.8-4.9 13.7-10.6 17.5-17.1 3.8-6.5 5.8-13.7 5.8-21.5 0-36.1-30.5-54.2-91.4-54.2H284zm69.1 45.2h12.8c22.3 0 33.4 6.9 33.4 20.8 0 6.4-2.5 11.5-7.4 15.5s-11.2 6-18.9 6h-20l.1-42.3zm0 87.6h27.2c7.9 0 14.3 2.1 19 6.2s7.2 9.5 7.2 15.9c0 7.3-2.7 13-8.1 17.2-5.4 4.2-12.9 6.3-22.2 6.3h-23v-45.6h-.1z" />',viewBox:"0 0 512 512"},Gs={name:"sln",content:'<path d="M352 32 172.5 211.5 64 128l-32 32v192l32 32 108.5-83.5L352 480l128-32V64L352 32zM64 320V192l64 64-64 64zm166.4-64L352 162.5v187.1L230.4 256z" />',viewBox:"0 0 512 512"},Xs={name:"cloud",content:'<path d="M442.2 243.6c3.7-11.2 5.8-23.2 5.8-35.6 0-61.9-50.1-112-112-112-37.8 0-71.3 18.8-91.6 47.5-15-9.8-33-15.5-52.3-15.5-52.9 0-95.8 42.9-95.8 95.8 0 1.8.1 3.6.2 5.5C58.9 242.3 32 278 32 320c0 53 43 96 96 96h256c53 0 96-43 96-96 0-31.1-14.8-58.8-37.8-76.4z" />',viewBox:"0 0 512 512"},Qs={name:"file-horizontal",content:'<path d="M384 64H64c-17.7 0-32 14.3-32 32v320c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V160l-96-96zm64 352H64V96h288v96h96v224z" />',viewBox:"0 0 512 512"},Js={name:"subreport",content:'<path d="M448 480c0 17.7-14.3 32-32 32H128c-17.7 0-32-14.3-32-32v-96h32v96h288V96H128v64H96V96c0-17.7 14.3-32 32-32h288c17.7 0 32 14.3 32 32v384zM63.9 32l254.3-.2L286.4 0 63.8.2C46.2.2 32 14.4 32 32l.1 128H64l-.1-128zm.1 351H32v32c0 17.7 14.3 32 32 32v-64zm-32-62.9S64 288 95 288v32l65-48.1L96 224v32c-32.1 0-64 32.1-64 64.1zM352 384l-160 .1V416l160-.1V384zm-96-192c-35.3 0-64 28.7-64 64s28.7 64 64 64 64-28.7 64-64h-64v-64zm32-32v64h64c0-35.3-28.7-64-64-64z" />',viewBox:"0 0 512 512"},$s={name:"data",content:'<path d="M448 125.6v.3c-.5 33.9-86.3 61.3-192 61.3S64.5 159.8 64 125.9v-.3c0-34 86-61.6 192-61.6s192 27.6 192 61.6zm0 46.4v.3c-.5 33.9-86.3 61.3-192 61.3S64.5 206.2 64 172.3v-.3l1 86.8v.5c.5 33.7 85.8 61 191 61s190.5-27.3 191-61v-.5l1-86.8zm0 128v.3c-.5 33.9-86.3 61.3-192 61.3S64.5 334.2 64 300.3v-.3l1 86.8v.5c.5 33.7 85.8 61 191 61s190.5-27.3 191-61v-.5l1-86.8z" />',viewBox:"0 0 512 512"},eh={name:"file-header",content:'<path d="M416 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zm0 416H96V64h320v384zm-32-64H128v-32h256v32zm0-96H128v32h256v-32zm0-160H128v96h256v-96z" />',viewBox:"0 0 512 512"},th={name:"file-footer",content:'<path d="M416 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zm0 416H96V64h320v384zm-32-224H128v-32h256v32zm0-96H128v32h256v-32zm0 160H128v96h256v-96z" />',viewBox:"0 0 512 512"},nh={name:"group-header-section",content:'<path d="m128 448 32 32H32V32h128l-32 32H64v384h64zm320-320H128v96h320v-96zm0 160H128v32h320v-32zm0 64H128v32h320v-32z" />',viewBox:"0 0 512 512"},oh={name:"group-footer-section",content:'<path d="m128 448 32 32H32V32h128l-32 32H64v384h64zm320-160H128v96h320v-96zm0-160H128v32h320v-32zm0 64H128v32h320v-32z" />',viewBox:"0 0 512 512"},rh={name:"page-header-section",content:'<path d="M352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288zm-32-160H128v-96h256v96zm0 96H128v32h256v-32zm0-64H128v32h256v-32z" />',viewBox:"0 0 512 512"},ah={name:"page-footer-section",content:'<path d="M352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288zm-31-32H129v-96h256v96zm0-160H129v32h256v-32zm0-64H129v32h256v-32z" />',viewBox:"0 0 512 512"},ih={name:"detail-section",content:'<path d="M96 32c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H96zm320 416H96V64h320v384zm-33-224h-63v-32h63v32zm-96-32h-63v32h63v-32zm-96 0h-63v32h63v-32zm192 96h-63v32h63v-32zm-96 0h-63v32h63v-32zm-96 0h-63v32h63v-32z" />',viewBox:"0 0 512 512"},ch={name:"toc-section",content:'<path d="M96 32c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H96zm320 416H96V64h320v384zm-32-288H224v-32h160v32zm-64 64h-96v-32h96v32zm0 64h-96v-32h96v32zm64 64H224v-32h160v32z" />',viewBox:"0 0 512 512"},lh={name:"group-section",content:'<path d="m128 416 32 32H32V32h128l-32 32H64v352h64zm320-288H128v32h320v-32zm0 192H128v32h320v-32zm0-96H128v32h320v-32z" />',viewBox:"0 0 512 512"},sh={name:"parameters",content:'<path d="M96 32c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H96zm320 416H96V64h320v384zM285.3 160c-8.9-25-36.3-38.1-61.4-29.2-13.7 4.8-24.4 15.6-29.2 29.2H128v32h66.7c8.9 25 36.3 38.1 61.4 29.2 13.7-4.8 24.4-15.6 29.2-29.2H384v-32h-98.7zM240 192c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm109.3 96c-8.9-25-36.3-38.1-61.4-29.2-13.7 4.8-24.4 15.6-29.2 29.2H128v32h130.7c8.9 25 36.3 38.1 61.4 29.2 13.7-4.8 24.4-15.6 29.2-29.2H384v-32h-34.7zM304 320c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z" />',viewBox:"0 0 512 512"},hh={name:"data-csv",content:'<path d="M415.9 93.6v.3c-.5 33.9-86.3 61.3-191.9 61.3S32.6 127.8 32.1 93.9v-.3C32.1 59.6 118 32 224 32s191.9 27.6 191.9 61.6zm0 46.4v.3c-.5 33.9-86.3 61.3-191.9 61.3S32.5 174.2 32 140.3v-.3l.1 86.8v.3c.5 33.9 86.3 61.3 191.9 61.3s191.4-27.4 192-61.3v-.3l-.1-86.8zm.1 180-.1-52v.3c-.3 21.7-35.7 40.8-88.9 51.7h89zM271 420.8c-7.7 4.5-16.4 6.8-25.4 6.7-9.7 0-17.4-3-23.1-9s-8.6-14.1-8.6-24.3c0-10.6 3-19 9.1-25.2 6.1-6.2 14-9.3 23.9-9.3 8.4-.1 16.7 2 24 6.3v-22.8c-7-2.6-15.7-3.9-25.9-3.9-16.6 0-30 5.2-40.4 15.7-10.4 10.5-15.6 24.1-15.6 40.9 0 15.8 4.6 28.4 13.8 37.9 9.2 9.5 21.9 14.2 38 14.2 12.3 0 22.3-1.9 30-5.6l.2-21.6zm36.6 25.7c5.4 1 10.9 1.5 16.4 1.5 5.4 0 10.7-.5 16-1.6 4.7-.9 9.2-2.7 13.3-5.3 3.8-2.4 6.8-5.8 9-9.7 2.2-4 3.3-8.9 3.3-14.8.1-3.8-.6-7.6-1.9-11.2-1.3-3.2-3.1-6.1-5.5-8.5-2.6-2.6-5.5-4.9-8.6-6.7-3.6-2.1-7.4-4-11.3-5.6-3.1-1.3-5.8-2.5-8.3-3.7-2.2-1-4.3-2.3-6.2-3.7-1.5-1.1-2.9-2.4-4-4-.9-1.4-1.4-3-1.4-4.7 0-1.5.4-3.1 1.2-4.4.9-1.4 2.1-2.5 3.5-3.3 1.7-1 3.6-1.7 5.6-2.2 2.4-.5 4.9-.8 7.3-.8 2.1 0 4.1.2 6.2.4 2.2.3 4.4.8 6.5 1.4 2.2.6 4.3 1.4 6.4 2.3 2 .9 3.9 2 5.8 3.2v-21.9c-3.8-1.4-7.7-2.4-11.7-3-4.8-.7-9.7-1-14.5-1-5.3 0-10.6.6-15.8 1.8-4.7 1.1-9.1 3-13.1 5.6-3.7 2.5-6.8 5.8-9 9.7-2.3 4.3-3.4 9.2-3.3 14.1-.2 6.5 2 12.8 6 17.9 4 4.9 10.1 9.1 18.3 12.5 3.2 1.3 6.2 2.6 9 3.9 2.5 1.1 4.9 2.5 7.2 4 1.8 1.2 3.5 2.7 4.8 4.5 1.2 1.6 1.8 3.5 1.8 5.5 0 1.5-.4 2.9-1.1 4.2-.8 1.4-2 2.5-3.3 3.4-1.7 1-3.6 1.8-5.6 2.2-2.6.6-5.2.8-7.8.8-5.1 0-10.2-.9-15.1-2.7-5.1-1.8-9.8-4.5-13.9-8V442c4.5 2.3 9 3.8 13.8 4.5zm147.7-105.4-21.8 72.8c-1.1 3.5-1.8 7.1-2.3 10.8h-.4c-.3-3.6-1.1-7.1-2.1-10.5l-21.9-73.1h-25.5l35.7 105h26.8l36.2-105h-24.7zm-295.3-15C85.7 317.7 32.4 295 32 268.3v-.3l.1 86.8v.3c.4 26.7 53.7 49.3 127.9 57.8v-86.8z" />',viewBox:"0 0 512 512"},vh={name:"data-json",content:'<path d="M415.9 93.6v.3c-.5 33.9-86.3 61.3-191.9 61.3S32.6 127.8 32.1 93.9v-.3C32.1 59.6 118 32 224 32s191.9 27.6 191.9 61.6zm0 46.4v.3c-.5 33.9-86.3 61.3-191.9 61.3S32.5 174.2 32 140.3v-.3l.1 86.8v.3c.5 33.9 86.3 61.3 191.9 61.3s191.4-27.4 192-61.3v-.3l-.1-86.8zm.1 180-.1-52v.3c-.3 21.7-35.7 40.8-88.9 51.7h89zm-251.3 21.1h-23.6v62.4c0 16-5.4 24-16.2 24-4.9.1-9.7-1.5-13.6-4.5v22.2c4.9 1.9 10.1 2.9 15.3 2.8 12.4 0 21.8-3.7 28.3-11.2s9.8-18.2 9.8-32.3v-63.4zm31.7 105.4c5.4 1 10.9 1.5 16.4 1.5 5.4 0 10.7-.5 16-1.6 4.7-.9 9.2-2.7 13.3-5.3 3.8-2.4 6.8-5.8 9-9.7 2.2-4 3.3-8.9 3.3-14.8.1-3.8-.6-7.6-1.9-11.2-1.3-3.2-3.1-6.1-5.5-8.5-2.6-2.6-5.4-4.9-8.6-6.7-3.6-2.1-7.4-4-11.3-5.6-3.1-1.3-5.8-2.5-8.3-3.7-2.2-1-4.3-2.3-6.2-3.7-1.6-1.1-2.9-2.4-4-4-.9-1.4-1.4-3-1.4-4.7 0-1.5.4-3.1 1.2-4.4.9-1.4 2.1-2.5 3.5-3.3 1.7-1 3.6-1.7 5.6-2.2 2.4-.5 4.9-.8 7.4-.7 2.1 0 4.1.1 6.2.4 2.2.3 4.4.8 6.6 1.4 2.2.6 4.3 1.4 6.4 2.3 2 .9 3.9 2 5.8 3.2v-21.9c-3.8-1.4-7.7-2.4-11.7-3-4.8-.7-9.7-1-14.5-1-5.3 0-10.6.6-15.8 1.8-4.7 1.1-9.1 3-13.1 5.6-3.7 2.5-6.8 5.8-9 9.7-2.3 4.3-3.4 9.2-3.3 14.1-.2 6.5 1.9 12.8 6 17.9 4 4.9 10.1 9.1 18.4 12.5 3.2 1.3 6.2 2.6 9 3.9 2.5 1.1 4.9 2.5 7.2 4 1.8 1.2 3.5 2.7 4.8 4.5 1.2 1.6 1.8 3.5 1.8 5.5 0 1.5-.4 2.9-1.1 4.2-.8 1.4-2 2.5-3.3 3.4-1.7 1-3.6 1.8-5.6 2.2-2.6.6-5.2.8-7.8.8-5.1 0-10.3-.9-15.1-2.7-5.1-1.8-9.7-4.5-13.8-8v23.4c4.1 2.2 8.7 3.7 13.4 4.4zm157.3-13.7c9.6-10.1 14.4-23.4 14.4-39.9 0-16.1-4.6-29-13.9-38.8-9.3-9.8-21.4-14.7-36.4-14.7-15.9 0-28.6 5.1-38.2 15.4-9.6 10.3-14.4 23.7-14.4 40.3 0 15.7 4.7 28.5 14.2 38.3s21.7 14.7 36.8 14.7c15.4-.1 27.9-5.2 37.5-15.3zm-17.5-64c4.6 6 6.9 14.5 7 25.4 0 10.4-2.4 18.6-7.2 24.5s-11.3 8.8-19.4 8.8c-7.5.2-14.6-3.2-19.2-9.1-4.9-6.1-7.3-14.3-7.3-24.7 0-10.2 2.4-18.5 7.3-24.7s11.5-9.3 19.8-9.3c8 0 14.4 3.1 19 9.1zM480 341.1h-22.3v58.1c-.1 4.8.1 9.6.6 14.4h-.3c-1.6-2.8-3.4-5.7-5.3-8.6L411 341.1h-25.5v105h22.3v-57.7c0-7.6-.2-13.3-.6-17h.3c1.6 3 3.4 5.9 5.3 8.7l43.3 66H480v-105zM96 313.9c-39-11.2-63.7-27.5-64-45.6v-.3l.1 86.8v.3c.3 18.1 24.9 34.3 63.9 45.6v-86.8z" />',viewBox:"0 0 512 512"},uh={name:"data-sql",content:'<path d="M415.9 93.6v.3c-.5 33.9-86.3 61.3-191.9 61.3S32.6 127.8 32.1 93.9v-.3C32.1 59.6 118 32 224 32s191.9 27.6 191.9 61.6zm0 46.4v.3c-.5 33.9-86.3 61.3-191.9 61.3S32.5 174.2 32 140.3v-.3l.1 86.8v.3c.5 33.9 86.3 61.3 191.9 61.3s191.4-27.4 192-61.3v-.3l-.1-86.8zm.1 180-.1-52v.3c-.3 21.7-35.7 40.8-88.9 51.7h89zM209.1 448.6c5.4 1 10.9 1.5 16.4 1.5 5.4 0 10.7-.5 16-1.6 4.7-.9 9.2-2.7 13.3-5.3 3.8-2.4 6.8-5.8 9-9.7 2.2-4 3.3-8.9 3.3-14.8.1-3.8-.6-7.6-1.9-11.2-1.3-3.2-3.1-6.1-5.5-8.5-2.5-2.6-5.4-4.9-8.6-6.7-3.6-2.1-7.4-4-11.3-5.6-3.1-1.3-5.8-2.5-8.3-3.7-2.2-1-4.3-2.3-6.2-3.7-1.6-1.1-2.9-2.4-4-4-.9-1.4-1.4-3-1.4-4.7 0-1.5.4-3.1 1.3-4.4.9-1.4 2.1-2.5 3.5-3.3 1.7-1 3.6-1.7 5.6-2.2 2.4-.5 4.9-.8 7.3-.8 2.1 0 4.1.2 6.2.4 2.2.3 4.4.8 6.6 1.4 2.2.6 4.3 1.4 6.4 2.3 2 .9 3.9 2 5.8 3.2v-21.9c-3.8-1.4-7.7-2.4-11.7-3-4.8-.7-9.7-1-14.5-1-5.3 0-10.6.6-15.8 1.8-4.7 1.1-9.1 3-13.1 5.6-3.7 2.5-6.8 5.8-9 9.7-2.3 4.3-3.4 9.2-3.3 14.1-.2 6.5 1.9 12.8 6 17.9 4 4.9 10.1 9.1 18.4 12.5 3.2 1.3 6.2 2.6 9 3.9 2.5 1.1 4.9 2.4 7.2 4 1.8 1.2 3.5 2.7 4.8 4.5 1.2 1.6 1.8 3.5 1.8 5.5 0 1.5-.4 2.9-1.1 4.2-.8 1.4-2 2.5-3.3 3.4-1.7 1-3.6 1.8-5.6 2.2-2.6.6-5.2.8-7.8.8-5.1 0-10.3-.9-15.1-2.7-5.1-1.8-9.7-4.5-13.8-8v23.4c4 2.3 8.6 3.8 13.4 4.5zm172.8-21.2c5.7-9 8.5-19.8 8.5-32.4 0-16.1-4.6-29-13.9-38.8s-21.3-14.7-36.2-14.8c-16 0-28.8 5.1-38.5 15.4s-14.4 23.7-14.4 40.3c-.1 7 1.1 13.9 3.4 20.4 2.1 6.1 5.4 11.7 9.6 16.6 4.2 4.7 9.3 8.6 15 11.2 6.1 2.8 12.8 4.4 19.5 4.5 3.8 4.2 7.4 8.1 10.9 11.8 3.3 3.5 6.9 6.7 10.8 9.6 3.6 2.6 7.4 4.8 11.6 6.4 4.2 1.6 8.7 2.4 13.2 2.3 3.4 0 6.7-.2 10.1-.7 2.2-.3 4.3-.8 6.5-1.3V458c-.8.3-1.6.6-2.4.8l-2.7.6c-.9.2-1.9.3-2.8.4s-1.8.1-2.6.1c-2.7 0-5.4-.2-8-.6-2.5-.4-4.9-1.1-7.1-2.1-2.5-1.1-4.8-2.5-6.9-4.2-2.6-2-5-4.3-7.3-6.7 9.9-3.4 18.2-10.1 23.7-18.9zm-23.3-56.3c4.6 6 6.9 14.5 6.9 25.3 0 10.4-2.4 18.6-7.2 24.5-4.8 6-11.3 8.9-19.4 8.8-7.5.2-14.7-3.2-19.3-9.1-4.8-6.1-7.3-14.3-7.3-24.7 0-10.4 2.4-18.6 7.3-24.7 4.9-6.2 11.5-9.4 19.8-9.4 8.3.1 14.6 3.1 19.2 9.3zm121.4 58h-38.9v-85.8h-23.7v105H480v-19.2zm-320-103C85.7 317.7 32.4 295 32 268.3v-.3l.1 86.8v.3c.4 26.7 53.7 49.3 127.9 57.8v-86.8z" />',viewBox:"0 0 512 512"},ph={name:"data-web",content:'<path d="M415.9 93.6v.3c-.5 33.9-86.3 61.3-191.9 61.3S32.6 127.8 32.1 93.9v-.3C32.1 59.6 118 32 224 32s191.9 27.6 191.9 61.6zm0 46.4v.3c-.5 33.9-86.3 61.3-191.9 61.3S32.5 174.2 32 140.3v-.3l.1 86.8v.3c.5 33.9 86.3 61.3 191.9 61.3s191.4-27.4 192-61.3v-.3l-.1-86.8zm.1 180-.1-52v.3c-.3 21.7-35.7 40.8-88.9 51.7h89zm-151.1 23-14.5 70.1c-.8 3.9-1.3 7.8-1.5 11.7h-.3c-.3-3.8-.9-7.6-1.7-11.3L229.6 343h-25.3l-19.1 69.6c-1.1 4-1.9 8.1-2.1 12.3h-.4c-.2-4-.6-8-1.4-12l-14.8-70h-25.8l27.6 105h27.3l17.9-67.4c1-3.9 1.6-7.8 1.9-11.8h.3c.1 4 .7 7.9 1.7 11.8l17.4 67.4H261l27.8-105h-23.9zm109.8 85.8h-39.3v-24h34.4v-19.2h-34.4v-23.4h36.9V343h-60.6v105h63v-19.2zm66.8 19.2c11.9 0 21.3-2.8 28.2-8.5 6.9-5.6 10.3-13.3 10.3-22.9.1-6.3-2.3-12.3-6.7-16.8-4.5-4.6-10.4-7.3-17.9-8.3v-.3c5.6-1.5 10.8-4.5 14.7-8.9 3.8-4 5.8-9.4 5.8-14.9 0-7.8-3.2-13.9-9.5-18.2-6.3-4.3-15.3-6.5-27-6.5h-38.3v105h40.4zm-7.9-87.6c11.5 0 17.3 3.9 17.3 11.6.2 3.7-1.4 7.3-4.2 9.8-2.8 2.4-6.6 3.6-11.5 3.5h-10.4v-24.9h8.8zm4.1 42.5c5.5 0 9.7 1.2 12.8 3.6 3 2.4 4.7 6 4.6 9.9.2 4-1.5 7.9-4.6 10.4-3.1 2.5-7.4 3.8-12.9 3.8h-12.8v-27.7h12.9zM96 313.9c-39-11.2-63.7-27.5-64-45.6v-.3l.1 86.8v.3c.3 18.1 24.9 34.3 63.9 45.6v-86.8z" />',viewBox:"0 0 512 512"},dh={name:"group-collection",content:'<path d="M448 352H160v-32h288v32zm0 32H160v32h288v-32zm0-288H160v32h288V96zm0 64H160v32h288v-32zM64 192V96h64l32-32H32v160h128l-32-32H64zm0 224v-96h64l32-32H32v160h128l-32-32H64z" />',viewBox:"0 0 512 512"},mh={name:"parameter-boolean",content:'<path d="M64 96c-17.7 0-32 14.3-32 32v256c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V128c0-17.7-14.3-32-32-32H64zm384 288H64V128h384v256zM207 212h-39v114h-32V212H96v-26h111v26zm96.8-37-68.1 163h-27.5l67.9-163h27.7zM416 212h-49v34h45v26h-45v54h-32V186h81v26z" />',viewBox:"0 0 512 512"},fh={name:"parameter-date-time",content:'<path d="M416 202.8V128c0-17.7-14.3-32-32-32H64c-17.7 0-32 14.3-32 32v256c0 17.7 14.3 32 32 32h304c61.9 0 112-50.1 112.1-111.9 0-43.3-25-82.8-64.1-101.3zM64.1 384 64 192h304c-61.9 0-112 50.2-112 112 0 30.1 12.1 58.9 33.6 80H64.1zm303.9 0c-44.2 0-80-35.8-80-80s35.8-80 80-80 80 35.8 80 80-35.8 80-80 80zm48-96v32h-64v-64h32v32h32zm-224 32H96v-96h96v96z" />',viewBox:"0 0 512 512"},zh={name:"parameter-float",content:'<path d="M64 96c-17.7 0-32 14.3-32 32v256c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V128c0-17.7-14.3-32-32-32H64zm384 288H64V128h384v256zm-276-55.6c-33.3 0-50-23.4-50-70.2 0-24.3 4.5-42.8 13.5-55.5s22.1-19.1 39.2-19.1c32.6 0 48.8 23.8 48.8 71.4 0 23.7-4.4 41.9-13.3 54.5-8.9 12.6-21.6 18.9-38.2 18.9zm1.4-121.3c-13.3 0-20 16.8-20 50.3 0 31.6 6.5 47.4 19.6 47.4 12.8 0 19.1-16.3 19.1-48.8s-6.2-48.9-18.7-48.9zm83.8 121.3c-4.7.1-9.2-1.5-12.7-4.7-3.3-2.9-5.2-7.1-5.1-11.5-.1-4.4 1.8-8.7 5.2-11.5 3.6-3 8.3-4.6 13-4.5 5.3 0 9.6 1.5 12.9 4.5 6.4 5.9 6.7 15.9.8 22.2l-.9.9c-3.3 3.1-7.8 4.6-13.2 4.6zM390 326h-88v-24h29v-87.2l-30 6.4v-25.5l60-12.1V302h29v24z" />',viewBox:"0 0 512 512"},gh={name:"parameter-integer",content:'<path d="M64 96c-17.7 0-32 14.3-32 32v256c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V128c0-17.7-14.3-32-32-32H64zm384 288H64V128h384v256zm-262.6-58H96.8v-24.4h29v-87.2L96 220.8v-25l60.6-12.2v118h28.8V326zm59.2-26.2v.6h56.8V326h-92.2v-24l40.1-38.4c8.1-7.7 13.7-14.2 17-19.5 3.2-4.9 4.9-10.7 4.9-16.6 0-12.9-6.9-19.3-20.8-19.3-12 0-23.6 4.8-34.6 14.4v-27.2c12.2-7.9 25.9-11.8 41.2-11.8 14.3 0 25.5 3.6 33.5 10.8 8 7.2 12.1 16.9 12.1 29.1 0 16.3-9.8 33.2-29.4 50.7l-28.6 25.6zm82.1 21.6v-26.9c9.4 6.8 20.3 10.3 32.8 10.3 7.9 0 14-1.7 18.4-5.1 4.4-3.4 6.6-8.1 6.6-14.2 0-6.2-2.7-11.1-8.1-14.5-5.4-3.4-12.9-5.1-22.4-5.1h-12.6v-23.6H353c18.2 0 27.4-6.1 27.4-18.2 0-11.4-7-17.1-21-17.1-9.4 0-18.5 3-27.3 9.1V191c9.8-4.9 21.3-7.4 34.4-7.4 14.3 0 25.5 3.2 33.5 9.7 7.8 6 12.2 15.3 12 25.1 0 18.3-9.3 29.8-27.8 34.4v.5c9.9 1.2 17.7 4.8 23.4 10.8 5.7 5.9 8.8 13.8 8.6 21.9 0 13.1-4.8 23.4-14.4 31.1s-22.8 11.4-39.6 11.4c-14.7-.1-26.4-2.4-35.5-7.1z" />',viewBox:"0 0 512 512"},yh={name:"parameter-string",content:'<path d="M127.3 328.9c13.2 0 23.1-5.6 29.8-16.8h.4v14.4h29.2v-59.8c0-28.5-14.3-42.7-42.8-42.7-6.9.1-13.7.9-20.4 2.5-7.4 1.7-13.3 3.6-17.6 5.9v23.2c10.8-7.1 22.1-10.6 34-10.6s17.8 5.5 17.8 16.4l-27.2 3.6c-23 3-34.5 14.2-34.5 33.6 0 9.2 2.8 16.5 8.3 22s13.2 8.3 23 8.3zm12.2-47.5 18.2-2.3v6.7c0 6.1-1.8 11.2-5.5 15.2-3.6 4-8.8 6.2-14.2 6-4.2 0-7.5-1.1-9.9-3.4-2.4-2.2-3.8-5.4-3.7-8.6 0-7.7 5-12.3 15.1-13.6zm209 33.5c-9.5-9.3-14.3-21.3-14.3-36 0-17 5.1-30.4 15.3-40.2 10.2-9.8 23.8-14.7 40.9-14.7 11.8 0 20.3 1.6 25.6 4.7v26.2c-6.2-4.7-13.8-7.3-21.6-7.2-8.9 0-15.9 2.6-21 7.8-5.2 5.2-7.8 12.3-7.8 21.4 0 8.9 2.5 15.8 7.4 20.9 4.9 5 11.8 7.6 20.4 7.6 7.7 0 15.2-2.4 22.6-7.3v24.8c-7 4-17 6-30.2 6-15.3 0-27.8-4.7-37.3-14zm-104 .5h.4c6.3 9.4 15.6 14.1 27.9 14.1 13.6 0 24.5-5 32.6-15.1 8.1-10.1 12.2-23.5 12.2-40.1 0-15.3-3.5-27.4-10.5-36.3s-16.9-13.3-29.8-13.3c-14.1 0-24.9 5.8-32.5 17.5h-.4V179h-30.9v148h30.9l.1-11.6zm-.5-42.2c0-7.4 2-13.4 6.1-18.1 3.8-4.5 9.5-7.1 15.4-6.9 6.6 0 11.6 2.3 15.2 7 3.5 4.7 5.3 11.1 5.3 19.4 0 10-1.9 17.7-5.8 23.1-3.9 5.4-9.3 8.2-16.4 8.2-5.5.1-10.7-2.2-14.3-6.4-3.7-4.2-5.6-9.6-5.6-16l.1-10.3zM448 96H64c-17.7 0-32 14.3-32 32v256c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V128c0-17.7-14.3-32-32-32zm0 288H64V128h384v256z" />',viewBox:"0 0 512 512"},bh={name:"toc-section-level",content:'<path d="M96 32c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H96zm320 416H96V64h320v384zm-32-288H192v-32h192v32zm0 64h-96v-32h96v32zm0 64h-96v-32h96v32zm0 64h-96v-32h96v32zm-192-32v-96l64 48-64 48z" />',viewBox:"0 0 512 512"},Hh={name:"inherited",content:'<path d="M448 320v128H320V320h30.4L256 244.5 161.6 320H192v128H64V320h46.4l120-96H176V64h160v160h-54.4l120 96H448z" />',viewBox:"0 0 512 512"},wh={name:"file-video",content:'<path d="M352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288zM304 304.8v-.8c0-8.8-7.2-16-16-16h-10.1c24.2-3.1 42.8-24.3 41.8-49.6-1-24.8-21.2-45-46-46-27.4-1.1-49.9 20.8-49.9 48 0 24.4 18.2 44.6 41.8 47.6h-70.4c17.2-1.7 30.3-16.9 28.7-34.8-1.4-15.5-14.1-27.9-29.6-28.9-18.7-1.3-34.2 13.5-34.2 31.9 0 16.6 12.7 30.2 28.8 31.8H176c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h111.7c8.4 0 15.6-6.3 16.3-14.6.2-3.1-.3-6.1-1.7-8.7l1.8 1.1 44.9 27.1c1.3.8 2.7 1.2 4.1 1.2 1.3 0 2.7-.3 3.9-1 2.5-1.4 4.1-4.1 4.1-7v-95.8c0-2.9-1.5-5.5-4-6.9s-5.5-1.5-8 0L304 304.8zM193.5 272c-.5.1-1 .1-1.5.1s-1 0-1.5-.1h-.2c-8.6-.8-15.1-8.5-14.3-17.2.6-7.9 7.2-14.2 15.1-14.6 9.2-.5 16.8 6.9 16.8 16 .1 8.1-6.1 15-14.4 15.8zm82.3-.3c-.3 0-.6.1-.9.1-1 .1-2.1.2-3.1.2s-2.1 0-3.1-.2c-.3 0-.6-.1-.9-.1-15.9-2-27.9-15.7-27.9-31.7 0-17.6 14.4-32 32-32s32 14.4 32 32c-.1 16.1-12.1 29.7-28.1 31.7z" />',viewBox:"0 0 512 512"},xh={name:"file-audio",content:'<path d="M218 353.8c-5.5-2.9-12.1-4.5-19-4.5-21 0-38 14.8-38 33.2s17 33.2 38 33.2 38-14.8 38-33.2V256.6l96-22.6v87.8c-5.5-2.9-12.1-4.5-19-4.5-21 0-38 14.8-38 33.2s17 33.2 38 33.2 38-14.8 38-33.2V192.2l-134 31.5v130.1zM352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288z" />',viewBox:"0 0 512 512"},Mh={name:"file-image",content:'<path d="M298.7 385.2S272.2 288 213.1 288s-85 128-85 128h256s-11.9-78.7-42.7-78.7-42.7 47.9-42.7 47.9zM352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288zM288 256c0 17.7 14.3 32 32 32s32-14.3 32-32-14.3-32-32-32-32 14.3-32 32z" />',viewBox:"0 0 512 512"},Ih={name:"file-presentation",content:'<path d="M127.5 214.4c0 9.9 6.1 18.2 14.5 21.2v113.1c0 12.4 9.6 22.4 21.3 22.4H246v11.8l-13.6 14.6c-1.9 2-3 4.8-3 8 0 6.3 4.7 11.3 10.5 11.3 2.8 0 5.5-1.3 7.4-3.3.1-.1.2-.3.4-.4l8.9-9.6 8.9 9.6c.1.1.2.3.4.4 1.9 2 4.5 3.3 7.4 3.3 5.8 0 10.5-5 10.5-11.3 0-3.1-1.2-6-3-8L267 382.8V371h78.8c11.1 0 20.1-9.3 20.9-21h1.3V235.9c9-2.6 15.7-11.3 15.7-21.6 0-12.4-9.5-22.4-21.3-22.4H148.8c-11.8.1-21.3 10.1-21.3 22.5zM299 237h43v89h-43v-89zm-64 26h43v63h-43v-63zm-64 18h43v45h-43v-45zM352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288z" />',viewBox:"0 0 512 512"},Vh={name:"file-data",content:'<path d="M352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288zM128 229.3v149.4c0 20.6 19.1 37.3 42.7 37.3h170.6c23.6 0 42.7-16.7 42.7-37.3V229.3c0-20.6-19.1-37.3-42.7-37.3H170.7c-23.6 0-42.7 16.7-42.7 37.3zM247 379h-76v-47h76v47zm18-112h76v47h-76v-47zm0 65h76v47h-76v-47zm-18-19h-76v-47h76v47z" />',viewBox:"0 0 512 512"},kh={name:"file-disc-image",content:'<path d="M256.1 322.7c3.7 0 7.2-1.1 10.1-3s5.2-4.5 6.7-7.6c1.2-2.5 1.9-5.2 1.9-8.1 0-10.3-8.4-18.7-18.7-18.7-2.8 0-5.4.6-7.7 1.7-3.4 1.6-6.3 4.1-8.3 7.3-1.7 2.8-2.7 6.1-2.7 9.7 0 10.4 8.3 18.7 18.7 18.7zm-52.5-117.8c-19.1 10.1-34.9 25.5-45.4 44.4-9 16.1-14.1 34.7-14.1 54.4 0 61.7 50 111.7 111.7 111.7 20 0 38.8-5.3 55.1-14.5 18.6-10.6 33.9-26.4 43.9-45.4 8.1-15.5 12.7-33.1 12.7-51.8 0-61.7-50-111.7-111.7-111.7-18.9 0-36.7 4.7-52.2 12.9zm89.8 99.2c0 6.1-1.4 11.8-4 16.9l48.7 25.8c-8.3 15.8-20.9 28.9-36.3 37.7l-26.6-48.3c-5.6 3.3-12.1 5.3-19.1 5.3-20.6 0-37.4-16.7-37.4-37.4 0-6.8 1.8-13.2 5-18.7l-49.2-27.1c8.8-15.7 22-28.6 38-37l26.8 49.3c5-2.5 10.7-3.9 16.7-3.9 20.7 0 37.4 16.7 37.4 37.4zM352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288z" />',viewBox:"0 0 512 512"},Oh={name:"file-programming",content:'<path d="m236 256-52.6-.2-48.6 48.6.1.1c-4.1 3.9-6.7 9.4-6.7 15.5 0 5.8 2.3 11 6 14.8l49.1 49.1 46.8-.2-59.7-59.7c.2-.9.3-1.8.3-2.8L236 256zm105.2 65.5c.1.9.2 1.9.3 2.8L281.9 384l46.8.2 49.1-49.1c3.7-3.8 6-9.1 6-14.8 0-6.1-2.6-11.6-6.7-15.5l.1-.1-48.6-48.7-52.6.2 65.2 65.3zM352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288z" />',viewBox:"0 0 512 512"},Ch={name:"parameters-byte-array",content:'<path d="M64 96c-17.7 0-32 14.3-32 32v256c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V128c0-17.7-14.3-32-32-32H64zm384 288H64V128h384v256zm-306.2-55.6c-33.3 0-50-23.4-50-70.2 0-24.3 4.5-42.8 13.5-55.5s22.1-19.1 39.2-19.1c32.6 0 48.8 23.8 48.8 71.4 0 23.7-4.4 41.9-13.3 54.5-8.9 12.6-21.6 18.9-38.2 18.9zm1.4-121.3c-13.3 0-20 16.8-20 50.3 0 31.6 6.5 47.4 19.6 47.4 12.8 0 19.1-16.3 19.1-48.8s-6.2-48.9-18.7-48.9zm113.6 121.3c-33.3 0-50-23.4-50-70.2 0-24.3 4.5-42.8 13.5-55.5s22.1-19.1 39.2-19.1c32.6 0 48.8 23.8 48.8 71.4 0 23.7-4.4 41.9-13.3 54.5-8.8 12.6-21.6 18.9-38.2 18.9zm1.4-121.3c-13.3 0-20 16.8-20 50.3 0 31.6 6.5 47.4 19.6 47.4 12.8 0 19.2-16.3 19.2-48.8s-6.3-48.8-18.8-48.9zM420 326h-88v-24h29v-87.2l-30 6.4v-25.4l61-12.3V302h28v24z" />',viewBox:"0 0 512 512"},Eh={name:"parameters-unknown",content:'<path d="M64 96c-17.7 0-32 14.3-32 32v256c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V128c0-17.7-14.3-32-32-32H64zm384 288H64V128h384v256zm-64-64h-64v-32h64v32zm-96 0h-64v-32h64v32zm-96 0h-64v-32h64v32z" />',viewBox:"0 0 512 512"},Bh={name:"file-error",content:'<path d="M160 320h32V160h-32v160zm16 32c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zM352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288z" />',viewBox:"0 0 512 512"},Sh={name:"files-error",content:'<path d="M64 64h224l-32-32H64c-17.7 0-32 14.3-32 32v320c0 17.7 14.3 32 32 32h64v-32H64V64zm208 320c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zM384 96H192c-17.7 0-32 14.3-32 32v320c0 17.7 14.3 32 32 32h256c17.7 0 32-14.3 32-32V192l-96-96zm64 352H192V128h160v96h96v224zm-192-96h32V192h-32v160z" />',viewBox:"0 0 512 512"},Ph={name:"data-rest",content:'<path d="M32 268v.33-.33zm0 .33.12 86.48v.32c.29 18.1 24.9 34.34 63.87 45.56l.01-86.77c-38.99-11.22-63.7-27.48-64-45.59zm192.01-113.1c105.67 0 191.4-27.41 191.93-61.29v-.33C415.94 59.59 330 32 224 32S32.06 59.59 32.07 93.61v.33c.53 33.88 86.27 61.29 191.94 61.29zM32 140.32s0 .01 0 0V140v.32zm384 86.81v-.32l-.12-86.81v.32c-.53 33.88-86.26 61.29-191.93 61.29-105.66 0-191.4-27.41-191.95-61.28l.12 86.48v.32c.53 33.88 86.26 61.29 191.93 61.29S415.46 261 416 227.13zM327 320h89l-.07-52v.32c-.34 21.73-35.73 40.8-88.93 51.68zm-130.74 96.93 19.85 31.05h-27.17l-16.33-27.03c-1.22-2.05-2.39-3.88-3.52-5.49-1.12-1.61-2.26-2.99-3.41-4.14-1.15-1.15-2.34-2.03-3.59-2.64-1.25-.61-2.6-.92-4.06-.92h-6.37v40.21H128V342.95h37.5c25.49 0 38.23 9.52 38.23 28.56 0 3.66-.56 7.04-1.68 10.14-1.12 3.1-2.71 5.9-4.76 8.39s-4.53 4.64-7.43 6.45c-2.91 1.81-6.14 3.22-9.7 4.25v.29c1.56.49 3.08 1.28 4.54 2.38 1.46 1.1 2.88 2.38 4.25 3.85 1.37 1.46 2.67 3.04 3.92 4.72 1.23 1.69 2.37 3.34 3.39 4.95zm-17.43-42.48c0-9.18-5.49-13.77-16.48-13.77h-10.69v29.22h10.25c5.08 0 9.16-1.46 12.23-4.39 3.13-2.98 4.69-6.67 4.69-11.06zm70.75 30.32h34.35v-19.19h-34.35v-23.36h36.91v-19.26h-60.57v105.03h62.99V428.8h-39.33v-24.03zm115.58-6.01c-2.39-2.49-5.26-4.72-8.61-6.7-3.34-1.98-7.12-3.85-11.32-5.6-3.08-1.27-5.84-2.5-8.28-3.7-2.44-1.2-4.52-2.42-6.23-3.66-1.71-1.24-3.03-2.56-3.96-3.96-.93-1.39-1.39-2.97-1.39-4.72 0-1.61.41-3.06 1.25-4.36.83-1.29 2-2.4 3.52-3.33 1.51-.93 3.37-1.65 5.57-2.16 2.2-.51 4.64-.77 7.32-.77 1.95 0 4.02.15 6.19.44s4.36.75 6.56 1.36 4.33 1.38 6.41 2.31c2.07.93 3.99 2 5.75 3.22v-21.9c-3.56-1.37-7.46-2.38-11.68-3.04-4.22-.66-9.07-.99-14.54-.99-5.57 0-10.84.6-15.82 1.79s-9.36 3.06-13.15 5.6c-3.78 2.54-6.77 5.77-8.97 9.7-2.2 3.93-3.3 8.63-3.3 14.1 0 6.98 2.01 12.94 6.04 17.87 4.03 4.93 10.14 9.11 18.35 12.52 3.22 1.32 6.23 2.61 9.01 3.88 2.78 1.27 5.19 2.59 7.21 3.96 2.03 1.37 3.63 2.86 4.8 4.47s1.76 3.44 1.76 5.49c0 1.51-.37 2.92-1.1 4.21-.73 1.29-1.84 2.42-3.33 3.37-1.49.95-3.34 1.7-5.57 2.23-2.22.54-4.82.81-7.8.81-5.08 0-10.11-.89-15.09-2.67s-9.59-4.46-13.84-8.02v23.44c3.81 1.95 8.31 3.42 13.51 4.39s10.68 1.46 16.44 1.46c5.61 0 10.95-.54 16-1.61 5.05-1.07 9.49-2.84 13.29-5.31s6.82-5.69 9.05-9.67c2.22-3.98 3.33-8.9 3.33-14.76 0-4.25-.63-7.97-1.9-11.17a26.091 26.091 0 0 0-5.48-8.52zm14.94-55.81v19.26h29.81v85.77h23.73v-85.77h29.96v-19.26h-83.5z" />',viewBox:"0 0 512 512"},Lh={name:"file-typescript",content:'<path d="M64 128h192v48h-72v208h-48V176H64v-48zm316.6 107.6c-35-12.6-50.1-21.6-50.1-40.6 0-14.6 12.9-29.9 43.3-29.9 24.6 0 42.9 7.1 52.3 11.8l11.5-36.6c-13.6-6.5-34.4-12.3-62.8-12.3-56.8 0-92.7 30.6-92.7 71.3 0 35.6 27.6 57.6 70.9 72.1 33.1 11.4 46.4 22.4 46.4 41.2 0 20.3-17.1 33.9-47.6 33.9-24.4 0-47.9-7.4-63.3-15.8l-10.6 37.6c14.3 8.3 43.1 15.8 70.8 15.8 67.6 0 99.3-34.6 99.3-74.6 0-35.8-21.9-57.4-67.4-73.9z" />',viewBox:"0 0 512 512"},Nh={name:"table-position-start",content:'<path d="M480 320v32H32v-32h448zM32 416h448v-32H32v32zm192-160H32V32h224v224h-32zm-64-128h64V64h-64v64zm-32 32H64v64h64v-64zm0-96H64v64h64V64zm32 160h64v-64h-64v64zM32 480h320v-32H32v32z" />',viewBox:"0 0 512 512"},_h={name:"table-position-center",content:'<path d="M352 256V32H128v224h224zM256 64h64v64h-64V64zm-32 160h-64v-64h64v64zm0-96h-64V64h64v64zm32 32h64v64h-64v-64zM32 448h320v32H32v-32zm448-128v32H32v-32h448zM32 384h448v32H32v-32z" />',viewBox:"0 0 512 512"},Dh={name:"table-position-end",content:'<path d="M32 384h448v32H32v-32zm0 96h320v-32H32v32zM480 32v224H256V32h224zM352 160h-64v64h64v-64zm0-96h-64v64h64V64zm96 96h-64v64h64v-64zm0-96h-64v64h64V64zM32 352h448v-32H32v32z" />',viewBox:"0 0 512 512"},Ah={name:"list-roman-upper",content:'<path d="M32 32h32v128H32V32zm0 288h32V192H32v128zm64 0h32V192H96v128zM32 480h32V352H32v128zm64 0h32V352H96v128zm64 0h32V352h-32v128zM128 96h352v32H128V96zm64 160h288v32H192v-32zm64 160h224v32H256v-32zM96 152c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm64 160c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm64 160c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8z" />',viewBox:"0 0 512 512"},Rh={name:"list-roman-lower",content:'<path d="M32 64h16v96H32V64zm0 256h16v-96H32v96zm32 0h16v-96H64v96zM32 480h16v-96H32v96zm32 0h16v-96H64v96zm32 0h16v-96H96v96zM48 40c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm32 112c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm32 160c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zM48 200c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm32 0c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zM48 360c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm32 0c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm32 0c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm32 112c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zM128 96h352v32H128V96zm32 160h320v32H160v-32zm32 160h288v32H192v-32z" />',viewBox:"0 0 512 512"},Th={name:"import",content:'<path d="M96 480c-17.7 0-32-14.3-32-31.9V192c0-17.7 14.3-32 32-32h96.3v30.9H96.4V448h319.1V190.9h-95.9V160H416c17.7 0 32 14.3 32 31.9V448c0 17.7-14.3 32-31.9 32H96zm159.5-162 96.5-94h-64.5V32h-64v192H159l96.5 94z" />',viewBox:"0 0 512 512"},jh={name:"export",content:'<path d="M96 480c-4.3 0-8.5-.8-12.5-2.5-3.8-1.6-7.3-3.9-10.2-6.9-2.9-2.9-5.3-6.4-6.9-10.2-1.7-3.9-2.5-8.2-2.5-12.5V192c0-4.3.8-8.5 2.5-12.5 1.6-3.8 3.9-7.3 6.9-10.2 2.9-2.9 6.4-5.3 10.2-6.9 3.9-1.7 8.2-2.5 12.5-2.5h96.3v31.9H96.4v256.3h319.1V191.9h-95.9V160H416c17.7 0 32 14.3 32 31.9V448c0 17.7-14.3 32-31.9 32H96zm192-160V126h64.5L256 32l-96.5 94H224v194h64z" />',viewBox:"0 0 512 512"},Fh={name:"graph",content:'<path d="M64 448h416v32H32V32h32v416zm128-192-96 96v64h384V160L288 320l-96-64zM416 64l14.2 14.2L288 192l-96-64-96 96v64l96-96 96 64 174.5-145.4L480 128V64h-64z" />',viewBox:"0 0 512 512"},Kh={name:"chart-column-clustered",content:'<path d="M320 96v352h-32V288H128v160H64V32H32v448h448V96H320zm-64 352h-96V320h96v128z" />',viewBox:"0 0 512 512"},Zh={name:"chart-column-stacked",content:'<path d="M320 192v256h-32V96H128v352H64V32H32v448h448V192H320zM160 448V256h96v192h-96zm192 0v-96h96v96h-96z" />',viewBox:"0 0 512 512"},Wh={name:"chart-column-stacked100",content:'<path d="M320 32v416h-32V32H128v416H64V32H32v448h448V32H320zM160 448V192h96v256h-96zm192 0V288h96v160h-96z" />',viewBox:"0 0 512 512"},Uh={name:"chart-column-range",content:'<path d="M480 448v32H32V32h32v416h416zM256 128h-96v224h96V128m32-32v288H128V96h160zm192-64H320v224h160V32z" />',viewBox:"0 0 512 512"},qh={name:"chart-bar-clustered",content:'<path d="M64 448v-64h160V224H64v-32h352V32H32v448h448v-32H64zm128-192v96H64v-96h128z" />',viewBox:"0 0 512 512"},Yh={name:"chart-bar-stacked",content:'<path d="M64 448v-64h352V224H64v-32h256V32H32v448h448v-32H64zm0-384h96v96H64V64zm192 192v96H64v-96h192z" />',viewBox:"0 0 512 512"},Gh={name:"chart-bar-stacked100",content:'<path d="M480 192V32H32v448h448v-32H64v-64h416V224H64v-32h416zm-160 64v96H64v-96h256zM64 64h160v96H64V64z" />',viewBox:"0 0 512 512"},Xh={name:"chart-bar-range",content:'<path d="M480 448v32H32V32h32v416h416zm-96-192H160v96h224v-96m32-32v160H128V224h288zm64-192H256v160h224V32z" />',viewBox:"0 0 512 512"},Qh={name:"chart-area-clustered",content:'<path d="m405.5 200.3-88.2-88.2-91.2 114L192 192l-37.6 45.1L64 146.8V32H32v448h448V96l-74.5 104.3zM320 160l66.7 66.7L320 320l-71.1-71.1L320 160zM64 192l69.8 69.8L64 345.6V192z" />',viewBox:"0 0 512 512"},Jh={name:"chart-area-stacked",content:'<path d="m320 165.3-128-64-128 128V32H32v448h448V32L320 165.3zm128 7.5L320 352 192 224 64 377.6v-103l134.3-134.3 126.1 63 123.6-103v72.5z" />',viewBox:"0 0 512 512"},$h={name:"chart-area-stacked100",content:'<path d="M32 32v448h448V32H32zm416 108.8L320 320 192 192 64 345.6V64h384v76.8z" />',viewBox:"0 0 512 512"},ev={name:"chart-area-range",content:'<path d="M64 416v32h416v32H32V32h32v224l128-128 128 64L480 32v192L320 384l-127-64-129 96z" />',viewBox:"0 0 512 512"},tv={name:"chart-line",content:'<path d="M64 448h416v32H32V32h32v416zm152.4-190.4L96 416v-51.2l97.2-129.6 41.2-33-27.3-34.1L96 224v-38l119.9-58.1 43.5 54.3 109-87.2 55.9 85.7L480 114v47l-38 46.7 38 58.3.5 53.3-58.5-87-82.5 101.3-85.1-106.4-38 30.4zm63-50.4 60.1 75.2 64.3-77.1-42.7-63.5-81.7 65.4z" />',viewBox:"0 0 512 512"},nv={name:"chart-line-stacked",content:'<path d="M480 448v32H32V32h32v416h416zM224 292l128 64 128-96v-36l-128 96-128-64-128 96v36l128-96zm0-160 128 92 128-60v-36l-128 60-128-92-128 64v36l128-64z" />',viewBox:"0 0 512 512"},ov={name:"chart-line-stacked100",content:'<path d="M480 448v32H32V32h32v416h416zM224 228l128 64 128-96v-36l-128 96-128-64-128 96v36l128-96zM480 32H96v32h384V32z" />',viewBox:"0 0 512 512"},rv={name:"chart-line-markers",content:'<path d="M480 448v32H0V32h32v416h448zm0-96c.1 17.7-14.2 32-31.9 32.1-17.7.1-32-14.2-32.1-31.9 0-1.3.1-2.7.2-4l-83.7-62.8c-8 3.4-17.1 3.4-25.2 0l-83.7 62.8c2.1 17.5-10.4 33.5-27.9 35.6s-33.5-10.4-35.6-27.9c-.7-6.2.3-12.4 3.1-18l-49-73.6-22.7 39.6c8.9 15.3 3.7 34.9-11.5 43.8s-34.9 3.7-43.8-11.5-3.7-34.9 11.5-43.8c4.9-2.8 10.4-4.3 16-4.4l30.6-53.5-28.4-42.6c-.7 0-1.4.1-2.1.1-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32c0 4.9-1.1 9.8-3.3 14.2l19.5 29.3 52.2-91.3c-8.9-15.3-3.8-34.9 11.5-43.8s34.9-3.8 43.8 11.5c2.5 4.4 4 9.2 4.3 14.3l78.4 39.2c14.7-9.7 34.6-5.7 44.3 9 .3.5.7 1.1 1 1.6h72.6c8.8-15.3 28.4-20.5 43.7-11.7 15.3 8.8 20.5 28.4 11.7 43.7s-28.4 20.5-43.7 11.7c-4.9-2.8-8.9-6.8-11.7-11.7h-72.6c-8.8 15.3-28.4 20.5-43.7 11.7-9.3-5.4-15.3-15.1-15.9-25.8l-78.4-39.2c-5.2 3.4-11.3 5.3-17.5 5.3l-60 105.2 57.9 86.9c.7 0 1.4-.1 2.1-.1 4.3 0 8.6.9 12.6 2.6l83.7-62.8c-2.2-17.5 10.3-33.5 27.8-35.7 17.5-2.2 33.5 10.3 35.7 27.8.3 2.6.3 5.2 0 7.8l83.7 62.8c16.2-7 35.1.6 42 16.8 1.6 4.1 2.5 8.4 2.5 12.7zm-48-192c0 8.8 7.2 16 16 16s16-7.2 16-16-7.2-16-16-16-16 7.2-16 16zm-128 0c0 8.8 7.2 16 16 16s16-7.2 16-16-7.2-16-16-16-16 7.2-16 16zM176 96c0 8.8 7.2 16 16 16s16-7.2 16-16-7.2-16-16-16-16 7.2-16 16zm-96 64c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm0 160c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm128 32c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm128-96c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm128 96c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16z" />',viewBox:"0 0 512 512"},av={name:"chart-line-stacked-markers",content:'<path d="M480 448v32H0V32h32v416h448zm0-320c0 17.7-14.3 32-32 32-6.9 0-13.7-2.2-19.2-6.4L352 192c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-2.5.3-5 .9-7.4l-81.1-60.8c-11.1 6.3-24.8 5.4-35-2.2L96 160c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32c6.9 0 13.7 2.2 19.2 6.4L160 96c0-17.7 14.3-32 32-32s32 14.3 32 32c0 2.5-.3 5-.9 7.4l81.1 60.8c11.1-6.3 24.8-5.4 35 2.2L416 128c0-17.7 14.3-32 32-32s32 14.3 32 32zM80 160c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm128-64c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm128 96c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm128-64c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm16 128c0 17.7-14.3 32-32 32-5.5 0-11-1.4-15.8-4.2l-81.1 60.8c4.1 17.2-6.6 34.4-23.8 38.5-17.2 4.1-34.4-6.6-38.5-23.8-.6-2.4-.9-4.9-.9-7.4l-76.8-38.4c-10.2 7.6-23.9 8.5-35 2.2L95 376.5c4.1 17.2-6.6 34.4-23.8 38.5s-34.4-6.6-38.5-23.8 6.6-34.4 23.8-38.5c7.9-1.9 16.1-.7 23.1 3.3l81.1-60.8c-4.1-17.2 6.6-34.4 23.8-38.5 17.2-4.1 34.4 6.6 38.5 23.8.6 2.4.9 4.9.9 7.4l76.8 38.4c10.2-7.6 23.9-8.5 35-2.2l81.1-60.8c-4.1-17.2 6.5-34.5 23.7-38.6 17.2-4.1 34.5 6.5 38.6 23.7.6 2.5.9 5.1.9 7.6zM80 384c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm128-96c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm128 64c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm128-96c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16z" />',viewBox:"0 0 512 512"},iv={name:"chart-line-stacked100-markers",content:'<path d="M480 448v32H0V32h32v416h448zm0-192c0 17.7-14.3 32-32 32-5.5 0-11-1.4-15.8-4.2l-81.1 60.8c4.1 17.2-6.6 34.4-23.8 38.5-17.2 4.1-34.4-6.6-38.5-23.8-.6-2.4-.9-4.9-.9-7.4l-76.8-38.4c-10.2 7.6-23.9 8.5-35 2.2L95 376.5c4.1 17.2-6.6 34.4-23.8 38.5s-34.4-6.6-38.5-23.8 6.6-34.4 23.8-38.5c7.9-1.9 16.1-.7 23.1 3.3l81.1-60.8c-4.1-17.2 6.6-34.4 23.8-38.5 17.2-4.1 34.4 6.6 38.5 23.8.6 2.4.9 4.9.9 7.4l76.8 38.4c10.2-7.6 23.9-8.5 35-2.2l81.1-60.8c-4.1-17.2 6.5-34.5 23.7-38.6 17.2-4.1 34.5 6.5 38.6 23.7.6 2.5.9 5.1.9 7.6zM80 384c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm128-96c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm128 64c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm128-96c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm16-192c0 17.7-14.3 32-32 32-11.4 0-22-6.1-27.7-16h-72.6c-8.8 15.3-28.4 20.5-43.7 11.7-4.9-2.8-8.9-6.8-11.7-11.7h-72.6c-8.8 15.3-28.4 20.5-43.7 11.7-4.9-2.8-8.9-6.8-11.7-11.7H91.7C82.9 95.3 63.3 100.5 48 91.7S27.4 63.3 36.3 48 64.7 27.5 80 36.3c4.9 2.8 8.9 6.8 11.7 11.7h72.6c8.8-15.3 28.4-20.5 43.7-11.7 4.9 2.8 8.9 6.8 11.7 11.7h72.6c8.8-15.3 28.4-20.5 43.7-11.7 4.9 2.8 8.9 6.8 11.7 11.7h72.6c8.8-15.3 28.4-20.5 43.7-11.7 9.9 5.7 16 16.3 16 27.7zM80 64c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm128 0c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm128 0c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm128 0c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16z" />',viewBox:"0 0 512 512"},cv={name:"chart-pie",content:'<path d="M473 310.3c.9-2.1 1.4-4.2 1.8-6.3l.1-.5c.5-2.1.9-4.1 1.3-6.2v-.2c.8-4.4 1.5-8.8 1.8-13.3v-.4c.5-2 .7-3.9.9-5.9l.1-1.7c.1-1.6.3-3.1.4-4.7 0-.7.1-1.4.1-2 .1-1.5.2-3.1.2-4.6 0-.6 0-1.3.1-1.9.1-2.2.1-4.3.1-6.5 0-31.8-6.7-63.2-19.8-92.2-1.5-3.3-3.1-6.6-4.7-9.8-4.1-8-8.7-15.8-13.8-23.3-5-7.4-10.5-14.6-16.4-21.3-1.2-1.3-2.4-2.7-3.6-4-2.4-2.7-4.9-5.3-7.4-7.8s-5.1-5-7.8-7.4c-2.7-2.4-5.4-4.7-8.1-7-4.1-3.4-8.4-6.7-12.8-9.8-20.7-14.8-43.8-25.9-68.3-32.9-5.3-1.5-10.7-2.8-16.2-4-3.6-.7-7.3-1.4-11-2s-7.4-1-11.2-1.3c-5.6-.6-11.3-.9-17.1-1.1-1.9 0-3.9-.1-5.8-.1C132.3 32 32 132.3 32 256s100.3 224 224 224c105 0 193.1-72.2 217-169.7zm-81.2 81.5c-74.4 75.6-195.9 76.6-271.5 2.2S43.7 198 118 122.5l2.2-2.2c36-36.2 84.9-56.4 135.8-56.3v192l186.3 46.6c-8.4 33.8-25.9 64.6-50.5 89.2z" />',viewBox:"0 0 512 512"},lv={name:"chart-doughnut",content:'<path d="M473 310.3c.9-2.1 1.4-4.2 1.8-6.3l.1-.5c.5-2.1.9-4.1 1.3-6.2v-.3c.8-4.4 1.5-8.8 1.8-13.3v-.4c.5-2 .7-3.9.9-5.9l.1-1.7c.1-1.6.3-3.1.4-4.7 0-.7.1-1.4.1-2 .1-1.5.2-3.1.2-4.6 0-.6 0-1.3.1-1.9.1-2.2.1-4.3.1-6.5 0-31.8-6.7-63.2-19.8-92.2-1.5-3.3-3.1-6.6-4.7-9.8-4.1-8-8.7-15.8-13.8-23.3-5-7.4-10.5-14.6-16.4-21.3-1.2-1.3-2.4-2.7-3.6-4-2.4-2.7-4.9-5.3-7.4-7.8s-5.1-5-7.8-7.4c-2.7-2.4-5.4-4.7-8.1-7-4.1-3.4-8.4-6.7-12.8-9.8-20.7-14.8-43.8-25.9-68.3-32.9-5.3-1.5-10.7-2.8-16.2-4-3.6-.7-7.3-1.4-11-2s-7.4-1-11.2-1.3c-5.6-.6-11.3-.9-17.1-1.1-1.9 0-3.9-.1-5.8-.1C132.3 32 32 132.3 32 256s100.3 224 224 224c105 0 193.1-72.2 217-169.7zM320 256c0 35.3-28.7 64-64 64s-64-28.7-64-64 28.7-64 64-64 64 28.7 64 64zm71.8 135.8c-74.4 75.6-195.9 76.6-271.5 2.2S43.7 198 118 122.4l2.2-2.2c36-36.1 84.9-56.3 135.8-56.2v96c-53 0-96 43-96 96s43 96 96 96c44 0 82.4-30 93.1-72.7l93.2 23.3c-8.4 33.8-25.9 64.6-50.5 89.2zm-39.8-133v.8-.8zm0 2.8v.9-.9zm-.4 2.9-.1.7.1-.7zm-.6 3.2v.2-.2zm-1 5.9v.1-.1zm0 2.8v.2-.2z" />',viewBox:"0 0 512 512"},sv={name:"chart-scatter",content:'<path d="M480 448v32H32V32h32v416h416zM160 96c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32 32 14.3 32 32zm-16 0c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm112 192c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32 32 14.3 32 32zm-16 0c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm112-128c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32 32 14.3 32 32zm-16 0c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm112 192c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32 32 14.3 32 32zm-16 0c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16z" />',viewBox:"0 0 512 512"},hv={name:"chart-scatter-smooth-lines-markers",content:'<path d="M480 448v32H32V32h32v416h416zm0-384c0 17.7-14.3 32-32 32-15.6 0-28.9-11.2-31.5-26.5-9.2-1.3-22-1.8-39-.8C342.5 71 305.1 79.4 275 92c-19.1 7.9-47.9 23-60.7 45.1 12.7 12.3 13 32.6.6 45.3l-1.1 1.1c9.1 13.1 28.9 18.6 61.1 25.1 21 4.2 42.8 8.5 60.2 18.9 12.7 7.6 21.7 17.8 27 30.3 16.8 5.6 25.8 23.7 20.2 40.5-3.2 9.5-10.6 17-20.1 20.2-11.2 29.5-39.2 54.6-81.6 72.2-29.7 12.1-61.2 19.2-93.2 21.1-4 .2-7.8.3-11.4.3-9.6.1-19.3-.7-28.8-2.5-14.1 10.6-34.2 7.7-44.8-6.4-10.6-14.1-7.7-34.2 6.4-44.8s34.2-7.7 44.8 6.4c3.2 4.2 5.2 9.1 6 14.3 8.7 1 17.5 1.2 26.2.7 28.3-1.6 56.2-7.9 82.5-18.6 19.7-8.2 49.8-24.3 62-49.6-13-12-13.8-32.2-1.8-45.2.4-.5.8-.9 1.3-1.3-9.1-13.2-28.8-18.7-61.1-25.2-21-4.2-42.8-8.5-60.2-18.9-12.8-7.7-21.9-18-27.2-30.7-16.7-5.9-25.4-24.2-19.5-40.9 3.3-9.4 10.9-16.7 20.4-19.8 5-11 12-21 20.6-29.5 14.6-14.5 34.7-27.2 59.8-37.6C296 48.6 337 39.2 375.4 36.8c22.9-1.5 40-.4 52.8 2.1 13.9-11 34-8.6 44.9 5.3 4.5 5.6 6.9 12.6 6.9 19.8zm-272 96c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm-64 224c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm192-96c0 8.8 7.2 16 16 16s16-7.2 16-16-7.2-16-16-16-16 7.2-16 16zM464 64c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16z" />',viewBox:"0 0 512 512"},vv={name:"chart-scatter-smooth-lines",content:'<path d="M480 448v32H32V32h32v416h416zm-144-87.8c21.1-19.9 31.8-44.5 31.8-73.1 0-27.3-11-47.6-32.6-60.6-17.3-10.3-38.8-14.5-59.6-18.6-46.2-9-66.5-16.3-66.8-47.9-.4-41.2 71.8-65.5 114.8-76.4C385.4 68.1 448.4 64 449 64l-2-32c-2.7.2-66.2 4.3-130.8 20.5-38.7 9.7-69.8 21.8-92.4 36-31.4 19.8-47.3 43.9-47 71.7.2 27.2 11.3 47.6 32.9 60.5 17.3 10.3 38.9 14.5 59.7 18.6 19 3.7 36.9 7.2 49.3 14.6 11.9 7.1 17 17.1 17 33.2 0 19.7-7.1 36-21.7 49.7-24.1 22.8-68.9 38.2-129.3 44.6-29.2 3-58.5 3.9-87.8 2.6l-2 32c1.7.1 12.1.7 28 .7 51.4 0 159.8-6.4 213.1-56.5z" />',viewBox:"0 0 512 512"},uv={name:"chart-scatter-straight-lines-markers",content:'<path d="M480 448v32H32V32h32v416h416zm0-384c0 17.7-14.3 32-32 32-7.4 0-14.6-2.6-20.3-7.3L224 165.1l116.4 93.1c16.5-6.4 35 1.7 41.4 18.2s-1.7 35-18.2 41.4c-10.3 4-22 2.4-30.8-4.2l-173.1 74.2c-2.1 17.5-18 30.1-35.6 28s-30.1-18-28-35.6c2.1-17.5 18-30.1 35.6-28 5.6.7 10.9 2.8 15.4 6.2l173.1-74.2c0-.4.1-.7.1-1l-116.7-93.4c-16.5 6.4-35-1.7-41.4-18.2s1.7-35 18.2-41.4c10.8-4.2 23-2.3 32 5.1l204.1-76.5c2.9-17.4 19.4-29.2 36.8-26.3C468.7 35.1 480 48.4 480 64zm-272 96c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm-64 224c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm192-96c0 8.8 7.2 16 16 16s16-7.2 16-16-7.2-16-16-16-16 7.2-16 16zM464 64c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16z" />',viewBox:"0 0 512 512"},pv={name:"chart-scatter-straight-lines",content:'<path d="M480 448v32H32V32h32v416h416zm-98.5-156.9-158.8-127L448 64V32L161.3 156l161.2 128.9L128 384v32l253.5-124.9z" />',viewBox:"0 0 512 512"},dv={name:"chart-bubble",content:'<path d="M480 448v32H32V32h32v416h416zM192 256c-35.3 0-64 28.7-64 64s28.7 64 64 64 64-28.7 64-64-28.7-64-64-64m0-32c53 0 96 43 96 96s-43 96-96 96-96-43-96-96 43-96 96-96zm224 96c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32m0-32c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zM368 96c-44.2 0-80 35.8-80 80s35.8 80 80 80 80-35.8 80-80-35.8-80-80-80zM176 64c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48z" />',viewBox:"0 0 512 512"},mv={name:"chart-candlestick",content:'<path d="M480 448v32H32V32h32v416h416zm-192-96h-64v64h-32v-64h-64V96h64V32h32v64h64v256zm-32-224h-96v192h96V128zm224 64h-64V64h-32v128h-64v128h64v64h32v-64h64V192z" />',viewBox:"0 0 512 512"},fv={name:"chart-ohlc",content:'<path d="M480 448v32H32V32h32v416h416zM224 320V96h-32v32h-64v32h64v256h32v-64h64v-32h-64zM416 96V32h-32v160h-64v32h64v96h32V128h64V96h-64z" />',viewBox:"0 0 512 512"},zv={name:"chart-radar",content:'<path d="M272 32h-32v44L80.7 195.5l-41.1-10-7.6 31.1 42.3 10.3 81 148.5-62.7 86.3 25.9 18.8 67.2-92.5L344 412.3l49.5 68.2 25.9-18.8-46.8-64.4 40.8-163.1 65.8-15.3-7.3-31.2-74.9 17.4L272 80V32zm-32 202.2-119-28.9L240 116v118.2zm32 0v-109l88.4 88.4-88.4 20.6zm-95.9 112.5-59.8-109.6 118.5 28.8-58.7 80.8zm172 17.3-71-97.7 101.3-23.6L348.1 364zm-30.6 12-110.6-17 49.1-67.6 61.5 84.6z" />',viewBox:"0 0 512 512"},gv={name:"chart-radar-markers",content:'<path d="m472 187.7-51.2 11.9c-9.4-8-22.5-9.9-33.8-4.8L288.1 96c0-11.5-6.2-22.1-16.1-27.8V32h-32v36.4c-7.1 4.1-12.3 10.8-14.6 18.6L96.1 184c-8.6 0-16.7 3.4-22.8 9.5l-32.8-8-7.5 31.1 32.3 7.8c2.7 9.9 10 17.8 19.6 21.5l61 111.8c-3 8.9-2 18.7 2.9 26.7l-56.1 77.3 25.9 18.8L177 400c8.5-.2 16.5-3.8 22.3-10l122 18.8c3.9 13.8 16.5 23.2 30.8 23.2 1.9 0 3.9-.2 5.8-.5l35.6 49 25.9-18.8-37.1-51.1c3.7-10.4 1.7-22-5.2-30.6l31.4-125.2c11.8-3.2 20.8-12.9 23.1-24.9l47.7-11.1-7.3-31.1zm-111.4 25.9L272 234.2V125.1l88.6 88.5zM256 80c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16zm-21.1 39.9c1.6 1.4 3.3 2.6 5.1 3.7V234l-113.3-27.6c-.4-1.4-1-2.8-1.6-4.1l109.8-82.4zM96 232c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm80 152c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm7.2-47.2c-2.4-.5-4.8-.8-7.2-.8-1.8 0-3.7.2-5.5.5l-52.9-96.9c.7-.6 1.3-1.2 1.9-1.9l115.3 28-51.6 71.1zm23.6 22 49.1-67.6 61.5 84.6-110.6-17zM352 416c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm-3.9-52.3L277 265.9l97.4-22.6c.9 1.2 1.9 2.4 3 3.5l-29.3 116.9zM400 240c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z" />',viewBox:"0 0 512 512"},yv={name:"chart-radar-filled",content:'<path d="m354.4 372.1 65.1 89.6-25.9 18.8-75-103.2-109.2-21.8-90.8 125-25.9-18.8 90-123.8-67.3-101L32 216.6l7.5-31.1 65.8 16L240 107.2V32h32v80l99.2 99.2L472 187.7l7.3 31.2-98.8 23-26.1 130.2z" />',viewBox:"0 0 512 512"},bv={name:"chart-rose",content:'<path d="M226 251.4 44.3 329.3c-23.8-68.9-12.6-145.1 30-204.3L226 251.4zm-82.1-109.5L240 222V96.8c-36.2 3.6-70.1 19.6-96.1 45.1zm231.5 160.2L279 278l27.3 95.7c31.8-13.6 56.7-39.4 69.1-71.6zM96 353.4c37.3 69.1 115 106.1 192.2 91.4L244 290 96 353.4zM272 32v211.4l204.6 51.1c2.3-12.9 3.4-26 3.4-39.1C480 137.1 388.2 40.2 272 32z" />',viewBox:"0 0 512 512"},Hv={name:"chart-choropleth",content:'<path d="M448 64v384H64V64h384m32-32H32v448h448V32zm-96 256v13.3l-64 64v37.5l13.3 13.3H416V264.6L384 288zm-50.7-160 64 64-32 32 18.8 23.4 32-21.3V96H288v18.8l13.3 13.3h32zM224 192l32 32-23.7 23.7L352 276v-20l-32-32 32-32-32-32h-32l-32-32V96h-32l-64 64 32 32h32zm0 86-32 10-32 32 32 32v32l-32 32h128v-64l50.4-50.4L224 278zm-29.4-37.8 16.2-16.2h-32l-64-64 64-64H96v167.5l98.6-23.3zM114.8 320l37.6-37.6L96 296.5V416h32v-13.3l32-32v-5.5L114.8 320z" />',viewBox:"0 0 512 512"}},1754:(e,t,n)=>{n.d(t,{v:()=>i,G:()=>c});var o=n(3899),r=n(61),a=function(){return a=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},a.apply(this,arguments)},i=o.createContext((function(e){return e})),c=o.forwardRef((function(e,t){var n=o.useContext(i).call(void 0,e);return o.createElement(r.B,a({ref:t},n))}));c.displayName="Popup"},61:(e,t,n)=>{n.d(t,{B:()=>re});var o=n(3899),r=n(994),a=n(189),i=function(e){e.style.transitionDuration="",Array.from(e.classList).forEach((function(t){t.startsWith("k-slide-")&&e.classList.remove(t)}))},c="undefined"!=typeof window&&/Firefox/.test(window.navigator.userAgent),l=n(4006),s=n(7827),h=n(8259),v=n(8047);const u="bottom",p="center",d="middle",m="left",f="right",z="top",g="fit",y="flip",b="none";var H,w,x,M=function(e,t,n){var o=0;return e+t>n&&(o=n-(e+t)),e<0&&(o=-e),o},I=function(e){var t=e.offset,n=e.size,o=e.anchorSize,r=e.viewPortSize,a=e.anchorAlignPoint,i=e.elementAlignPoint,c=0,l=2*e.margin;if(i!==a&&i!==p&&i!==d&&a!==p&&a!==d){var s=a===z||a===m;t<0&&s?t+(c=n+o+l)+n>r&&(c=0):t>=0&&!s&&(t+n>r&&(c+=-(o+n+l)),t+c<0&&(c=0))}return c},V=(H=function(e){if(!k())return!1;var t=e?e.ownerDocument:document;if(!t||!t.body)return!1;var n=t.createElement("div");n.style.transform="matrix(10, 0, 0, 10, 0, 0)",n.innerHTML='<div style="position: fixed; top: 10px;">child</div>',t.body.appendChild(n);var o=10!==n.children[0].getBoundingClientRect().top;return t.body.removeChild(n),o},x=!1,function(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];return x||(w=H.apply(void 0,e),x=!0),w}),k=function(){return Boolean("undefined"!=typeof window&&window.document&&window.document.createElement)};const O={eitherRect:function(e,t){return e||{height:0,left:t.left,top:t.top,width:0}},scaleRect:function(e,t){return e&&1!==t?{height:e.height/t,left:e.left/t,top:e.top/t,width:e.width/t}:e},removeStackingOffset:function(e,t){return t?{height:e.height,left:e.left-t.left,top:e.top-t.top,width:e.width}:e},hasRelativeStackingContext:V,canUseDOM:k};function C(e){return e.ownerDocument||e.document||e}const E=function(e){return C(e).defaultView},B=function(e){return C(e).documentElement};var S=0;function P(){if(!S&&"undefined"!=typeof document){var e=document.createElement("div");e.style.cssText="overflow:scroll;overflow-x:hidden;zoom:1;clear:both;display:block",e.innerHTML="&nbsp;",document.body.appendChild(e),S=e.offsetWidth-e.scrollWidth,document.body.removeChild(e)}return S}function L(e){var t=E(e),n=B(e),o={height:t.innerHeight,width:t.innerWidth};return n.scrollHeight-n.clientHeight>0&&(o.width-=P()),o}function N(e){var t=B(e),n=E(e);return{x:n.pageXOffset||t.scrollLeft||0,y:n.pageYOffset||t.scrollTop||0}}const _=function(e){var t=e.getBoundingClientRect(),n=t.left,o=t.top;return t.height||t.width||(t=function(e){var t=e.style,n=t.display,o=t.left,r=t.position;e.style.display="",e.style.left="-10000px",e.style.position="absolute";var a=e.getBoundingClientRect();return e.style.display=n,e.style.left=o,e.style.position=r,a}(e)),{top:o,left:n,height:t.height,width:t.width}};function D(e){return e===(e.ownerDocument||{}).body?N(e):{x:e.scrollLeft,y:e.scrollTop}}const A=function(e){for(var t=e.offsetParent;t&&"static"===t.style.position;)t=t.offsetParent;return t||B(e)};function R(e,t){for(var n=[],o=e.parentNode;o&&(n.push(o),o!==t);)o=o.parentNode;return n}function T(e){for(var t=[],n=e.parentNode.firstElementChild;n;)n!==e&&t.push(n),n=n.nextElementSibling;return t}var j=["font-size","font-family","font-stretch","font-style","font-weight","line-height"],F=function(){return O.canUseDOM()?window:null},K=/auto|scroll/,Z=function(e){return function(e){return""+e.style.overflow+e.style.overflowX+e.style.overflowY}(e)||function(e){var t=window.getComputedStyle(e);return""+t.overflow+t.overflowX+t.overflowY}(e)},W=function(e){if(!e||!O.hasRelativeStackingContext())return null;for(var t=e.parentElement;t;){if("none"!==window.getComputedStyle(t).transform)return t;t=t.parentElement}return null},U=function(){return O.canUseDOM()&&parseFloat((document.documentElement.clientWidth/window.innerWidth).toFixed(2))||1},q={addOffset:function(e,t){return{left:e.left+t.left,top:e.top+t.top}},addScroll:function(e,t){return{top:e.top+t.y,left:e.left+t.x,height:e.height,width:e.width}},align:function(e){var t=e.anchorRect,n=e.anchorAlign,o=e.elementRect,r=e.elementAlign,a=e.margin;void 0===a&&(a={});var i=n.horizontal,c=n.vertical,l=r.horizontal,s=r.vertical,h=a.horizontal||0,v=a.vertical||0,m=t.top,z=t.left;return c===u&&(m+=t.height),c!==p&&c!==d||(m+=Math.round(t.height/2)),s===u&&(m-=o.height,v*=-1),s!==p&&s!==d||(m-=Math.round(o.height/2),v*=-1),i===f&&(z+=t.width),i!==p&&i!==d||(z+=Math.round(t.width/2)),l===f&&(z-=o.width,h*=-1),l!==p&&l!==d||(z-=Math.round(o.width/2),h*=-1),{top:m+v,left:z+h}},boundingOffset:function(e){if(!e.getBoundingClientRect){var t=L(e);return{bottom:t.height,left:0,right:t.width,top:0}}var n=e.getBoundingClientRect();return{bottom:n.bottom,left:n.left,right:n.right,top:n.top}},getFontStyles:function(e){var t=F();if(!t||!e)return[];var n=t.getComputedStyle(e);return j.map((function(e){return{key:e,value:n[e]}}))},getWindow:F,hasOffsetParent:function(e){return!!e&&Boolean(e.offsetParent)},offset:function(e){return e?_(e):null},offsetAtPoint:function(e,t){if(!e)return null;var n=e.style,o=n.left,r=n.top,a=n.transition;e.style.transition="none",e.style.left=t.left+"px",e.style.top=t.top+"px";var i=_(e);return e.style.left=o,e.style.top=r,e.offsetHeight,e.style.transition=a,i},position:function(e,t,n){return e&&t?function(e,t,n){void 0===n&&(n=1);var o=t?A(t):null,r=function(e,t){var n=E(e),o=n.getComputedStyle(e),r=_(e),a=t||A(e),i=e.ownerDocument,c=a!==i.body&&a!==i.documentElement,l={top:0,left:0};if("fixed"!==o.position&&c){var s=n.getComputedStyle(a);(l=_(a)).top+=parseInt(s.borderTopWidth,10),l.left+=parseInt(s.borderLeftWidth,10)}return{top:r.top-l.top,left:r.left-l.left,height:r.height,width:r.width}}(e,o),a=r.top,i=r.left,c=r.height,l=r.width,s=function(e,t){return e?D(e):function(e){var t=A(e);return t?D(t):{x:0,y:0}}(t)}(o,e),h=s.x,v=s.y,u=e.ownerDocument,p=o===u.body||o===u.documentElement?1:n;return{top:a+v*p,left:i+h*p,height:c,width:l}}(e,t,n||1):null},removeScroll:function(e,t){return{top:e.top-t.y,left:e.left-t.x,height:e.height,width:e.width}},restrictToView:function(e){var t=e.anchorRect,n=e.anchorAlign,o=e.elementRect,r=e.elementAlign,a=e.collisions,i=e.viewPort,c=e.margin;void 0===c&&(c={});var l=o.top,s=o.left,h=o.height,v=o.width,u=i.height,p=i.width,d=c.horizontal||0,m=c.vertical||0,f=0,z=0,b=a.vertical===g,H=a.horizontal===g,w=a.vertical===y,x=a.horizontal===y;b&&(z+=M(l,h,u)),H&&(f+=M(s,v,p)),w&&(z+=I({margin:m,offset:l,size:h,anchorSize:t.height,viewPortSize:u,anchorAlignPoint:n.vertical,elementAlignPoint:r.vertical})),x&&(f+=I({margin:d,offset:s,size:v,anchorSize:t.width,viewPortSize:p,anchorAlignPoint:n.horizontal,elementAlignPoint:r.horizontal}));var V=w&&0!==z,k=x&&0!==f,O=b&&0!==z,C=H&&0!==f;return{flipped:k||V,fitted:O||C,flip:{horizontal:k,vertical:V},fit:{horizontal:C,vertical:O},offset:{left:f,top:z}}},scrollPosition:N,scrollableParents:function(e){var t=[];if(!O.canUseDOM())return t;for(var n=e.parentElement;n;)(K.test(Z(n))||n.hasAttribute("data-scrollable"))&&t.push(n),n=n.parentElement;return t.push(window),t},getRelativeContextElement:W,stackingElementOffset:function(e){var t=W(e);return t?_(t):null},stackingElementScroll:function(e){var t=W(e);return t?{x:t.scrollLeft,y:t.scrollTop}:{x:0,y:0}},stackingElementViewPort:function(e){var t=W(e);return t?{height:t.scrollHeight,width:t.scrollWidth}:null},useRelativePosition:function(e){return Boolean(W(e))},windowViewPort:L,zoomLevel:U,isZoomed:function(){return U()>1},zIndex:function(e,t){if(!e||!O.canUseDOM())return null;var n=function(e,t){for(var n,o,r=R(e),a=t;a&&(n=T(a),!(o=r.reduce((function(e,t){return e.concat(n.filter((function(e){return e===t})))}),[])[0]));)a=a.parentElement;return o}(e,t);if(!n)return null;var o=[e].concat(R(e,n)).reduce((function(e,t){var n=t.style.zIndex||window.getComputedStyle(t).zIndex,o=parseInt(n,10);return o>e?o:e}),0);return o?o+1:null}};const Y=q;const G=function(e){var t=e.anchor,n=e.element,o=e.anchorAlign,r=e.elementAlign,a=e.margin,i=e.offset,c=e.positionMode,l=e.scale||1,s="fixed"!==c&&Y.hasOffsetParent(n)?function(e,t,n,o){var r=O.eitherRect(Y.position(e,t,o),n);return O.scaleRect(r,o)}(t,n,i,l):function(e,t,n,o){var r=function(e,t){return e?{x:0,y:0}:Y.scrollPosition(t)}(e,t),a=O.eitherRect(Y.offset(e),n),i=2*o,c=Y.stackingElementScroll(t);1!==o&&c&&(c.x/=i,c.y/=i);var l=Y.stackingElementOffset(t);return 1!==o&&l&&(l.left/=i,l.top/=i),Y.removeScroll(Y.addScroll(O.removeStackingOffset(O.scaleRect(a,o),l),c),r)}(t,n,i,l),h=O.scaleRect(Y.offset(n),l);return Y.align({anchorAlign:o,anchorRect:s,elementAlign:r,elementRect:h,margin:a})};var X,Q={name:"@progress/kendo-react-popup",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:1700063458,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"},J=(X=function(e,t){return X=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},X(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}X(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),$=function(){return $=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},$.apply(this,arguments)};function ee(e,t){if(e===t)return!0;if(!!e!=!!t)return!1;var n=Object.getOwnPropertyNames(e),o=Object.getOwnPropertyNames(t);if(n.length!==o.length)return!1;for(var r=0;r<n.length;r++){var a=n[r];if(e[a]!==t[a])return!1}return!0}var te,ne={left:-1e3,top:0};!function(e){e.hiding="hiding",e.hidden="hidden",e.showing="showing",e.shown="shown",e.reposition="reposition"}(te||(te={}));var oe="k-animation-container-shown",re=function(e){function t(t){var n=e.call(this,t)||this;return n.context=0,n.state={current:te.hidden,previous:te.hidden,props:{}},n._popup=null,n.show=function(e){n.setPosition(e),n.animate(e.firstChild,"enter",n.onOpened),n.setState({current:te.shown,previous:n.state.current})},n.setPosition=function(e){var t=n.props,o=t.anchorAlign,r=t.popupAlign,a=t.collision,i=t.offset,c=t.anchor,l=t.margin,s=t.scale,h=t.positionMode,v=e.style,u=v.width,p=v.height;e.style.width=e.offsetWidth+"px",e.style.height=e.offsetHeight+"px";var d=function(e){var t=e.anchor,n=e.currentLocation,o=e.element,r=e.anchorAlign,a=e.elementAlign,i=e.collisions,c=e.margin,l=e.scale||1,s=Y.offsetAtPoint(o,n),h=O.scaleRect(s,l),v=O.scaleRect(Y.offset(t),l),u=O.eitherRect(v,n),p=e.viewPort||Y.windowViewPort(o);p.width=p.width/l,p.height=p.height/l;var d=Y.restrictToView({anchorAlign:r,anchorRect:u,collisions:i,elementAlign:a,elementRect:h,margin:c,viewPort:p}),m=Y.addOffset(n,d.offset);return{flip:d.flip,flipped:d.flipped,fit:d.fit,fitted:d.fitted,offset:m}}({anchor:c,anchorAlign:o,element:e,elementAlign:r,collisions:a,currentLocation:G({anchor:c,anchorAlign:o,element:e,elementAlign:r,offset:i,margin:l,positionMode:h,scale:s}),margin:n.props.margin});if(e.style.top=d.offset.top+"px",e.style.left=d.offset.left+"px",e.style.width=u,e.style.height=p,n._collisions={fit:d.fit,fitted:d.fitted,flip:d.flip,flipped:d.flipped},n.props.onPosition){var m={target:n,flipped:d.flipped,fitted:d.fitted};n.props.onPosition.call(void 0,m)}},n.onOpened=function(){var e=n._popup;e&&(n.props.show&&e.classList.add(oe),n.attachRepositionHandlers(e),n.props.onOpen&&n.props.onOpen.call(void 0,{target:n}))},n.animate=function(e,t,o){if(n.props.popupAlign){var r,a=n.props.popupAlign,l=a.horizontal,s=a.vertical;r="left"===l&&"center"===s?"right":"right"===l&&"center"===s?"left":"top"===s?"down":"up",n._collisions&&n._collisions.flipped&&(r={down:"up",up:"down",left:"right",right:"left"}[r]),function(e,t,n,o,r){if(0===n)return r();var a="k-slide-"+t+"-"+o,l=a+"-active",s=function(t){t.target===e&&(e.removeEventListener("transitionend",s),i(e),e.style.display="exit"===o?"none":"",r())};e.addEventListener("transitionend",s);var h=e.ownerDocument;if(h){var v=h.defaultView;if(v){var u=function(){i(e),e.classList.add(a),v.requestAnimationFrame((function(){e.style.transitionDuration=n+"ms",e.classList.add(l)}))};c?v.requestAnimationFrame(u):u()}}}(e,r,n.animationDuration[t],t,o)}},n.onClosing=function(e){n.props.show||e.classList.remove(oe),n.detachRepositionHandlers()},n.onClosed=function(){n.state.current===te.hiding&&n.state.previous===te.shown&&n.setState({current:te.hidden,previous:n.state.current}),n.props.onClose&&n.props.onClose.call(void 0,{target:n})},n.getCurrentZIndex=function(){return n.context?n.context+1:100},(0,l.s)(Q),n.reposition=function(e,t,n){var o,r,a,i;void 0===n&&(n={});var c=0;n=n||{};var l=function(){c=!1===n.leading?0:(new Date).getTime(),o=void 0,i=e.apply(r,a),o||(r=a=null)};return function(){var s=(new Date).getTime();c||!1!==n.leading||(c=s);var h=t-(s-c);return r=void 0,a=arguments,h<=0||h>t?(o&&(clearTimeout(o),o=void 0),c=s,i=e.apply(r,a),o||(r=a=null)):o||!1===n.trailing||(o=window.setTimeout(l,h)),i}}(n.reposition.bind(n),16.666666666666668),n}return J(t,e),Object.defineProperty(t.prototype,"element",{get:function(){return this._popup},enumerable:!1,configurable:!0}),t.getDerivedStateFromProps=function(e,t){var n=e.show,o=e.anchor,r=e.anchorAlign,a=e.appendTo,i=e.collision,c=e.popupAlign,l=e.className,s=e.popupClass,h=e.style,v=e.offset,u=e.contentKey,p=$($({},t),{props:{show:n,anchor:o,anchorAlign:r,appendTo:a,collision:i,popupAlign:c,className:l,popupClass:s,style:h,offset:v,contentKey:u}});return e.show?t.current===te.hidden||t.current===te.hiding?$($({},p),{current:te.showing,previous:t.current}):t.current===te.showing?$($({},p),{current:te.shown,previous:t.current}):t.current!==te.shown||ee(v,t.props.offset)&&ee(r,t.props.anchorAlign)&&ee(a,t.props.appendTo)&&ee(i,t.props.collision)&&ee(c,t.props.popupAlign)&&ee(h,t.props.style)&&o===t.props.anchor&&s===t.props.popupClass&&l===t.props.className?p:$($({},p),{current:te.reposition,previous:t.current}):t.current===te.hiding||t.current===te.hidden?$($({},p),{current:te.hidden,previous:t.current}):$($({},p),{current:te.hiding,previous:t.current})},t.prototype.componentDidUpdate=function(e){this.state.current===te.showing&&this._popup?this.show(this._popup):this.state.current===te.hiding&&this._popup?(this.onClosing(this._popup),this.animate(this._popup.firstChild,"exit",this.onClosed)):this.state.current===te.reposition&&this.state.previous===te.shown?this.setState({current:te.shown,previous:this.state.current}):this.state.current===te.shown&&e.contentKey!==this.props.contentKey&&this._popup&&this.setPosition(this._popup)},t.prototype.componentDidMount=function(){this.state.current===te.showing&&this._popup&&this.show(this._popup)},t.prototype.componentWillUnmount=function(){this.detachRepositionHandlers()},t.prototype.render=function(){var e=this,t=this.props,n=t.children,a=t.className,i=t.popupClass,c=t.show,l=t.id,u=t.positionMode,p=this.props.appendTo?this.props.appendTo:s.N?this.props.anchor&&this.props.anchor.ownerDocument?this.props.anchor.ownerDocument.body:document.body:void 0;this.state.current===te.reposition&&this.state.previous===te.shown&&this._popup&&this.setPosition(this._popup);var d=Object.assign({},{position:u,top:0,left:-1e4},this.props.style||{}),m=this.state.current===te.hiding;if((c||m)&&p){var f=this.getCurrentZIndex(),z=o.createElement(h.$.Provider,{value:f},o.createElement("div",{className:(0,v.A)("k-animation-container",a),id:l,ref:function(t){return e._popup=t},style:$({zIndex:f},d)},o.createElement("div",{className:(0,v.A)("k-child-animation-container"),style:{transitionDelay:"0ms"}},o.createElement("div",{role:this.props.role,className:(0,v.A)("k-popup",i)},n))));return null!==this.props.appendTo?r.createPortal(z,p):z}return null},Object.defineProperty(t.prototype,"animationDuration",{get:function(){var e=this.props.animate,t=0,n=0;return e&&(!0===e?t=n=300:(t=e.openDuration||0,n=e.closeDuration||0)),{enter:t,exit:n}},enumerable:!1,configurable:!0}),t.prototype.attachRepositionHandlers=function(e){var t=this;this.detachRepositionHandlers(),this._scrollableParents=Y.scrollableParents(this.props.anchor||e),this._scrollableParents&&this._scrollableParents.map((function(e){return e.addEventListener("scroll",t.reposition)})),window.addEventListener("resize",this.reposition)},t.prototype.detachRepositionHandlers=function(){var e=this;this._scrollableParents&&(this._scrollableParents.map((function(t){return t.removeEventListener("scroll",e.reposition)})),this._scrollableParents=void 0),window.removeEventListener("resize",this.reposition)},t.prototype.reposition=function(){this.setState({current:te.reposition,previous:this.state.current})},t.propTypes={anchor:function(e){var t=e.anchor;return t&&"number"!=typeof t.nodeType?new Error("Invalid prop `anchor` supplied to `Kendo React Popup`. Validation failed."):null},appendTo:function(e){var t=e.appendTo;return t&&"number"!=typeof t.nodeType?new Error("Invalid prop `appendTo` supplied to `Kendo React Popup`. Validation failed."):null},className:a.oneOfType([a.string,a.arrayOf(a.string),a.object]),id:a.string,popupClass:a.oneOfType([a.string,a.arrayOf(a.string),a.object]),collision:a.shape({horizontal:a.oneOf([g,y,b]),vertical:a.oneOf([g,y,b])}),anchorAlign:a.shape({horizontal:a.oneOf([m,p,f]),vertical:a.oneOf([z,p,u])}),popupAlign:a.shape({horizontal:a.oneOf([m,p,f]),vertical:a.oneOf([z,p,u])}),offset:a.shape({left:a.number,top:a.number}),children:a.oneOfType([a.element,a.node]),show:a.bool,animate:a.oneOfType([a.bool,a.shape({openDuration:a.number,closeDuration:a.number})]),margin:a.shape({horizontal:a.number,vertical:a.number}),positionMode:a.oneOf(["fixed","absolute"]),scale:a.number,style:a.object,onClose:a.func,onPosition:a.func,onOpen:a.func},t.defaultProps={collision:{horizontal:g,vertical:y},anchorAlign:{horizontal:m,vertical:u},popupAlign:{horizontal:m,vertical:z},offset:ne,animate:!0,show:!1,margin:{horizontal:0,vertical:0},positionMode:"absolute"},t.contextType=h.$,t.displayName="PopupComponent",t}(o.Component)},5362:(e,t,n)=>{n.r(t),n.d(t,{Popup:()=>o.G,PopupWithoutContext:()=>r.B,PopupPropsContext:()=>o.v});var o=n(1754),r=n(61)},633:(e,t,n)=>{n.r(t),n.d(t,{ChunkProgressBar:()=>p,ProgressBar:()=>z});var o=n(3899),r=n(189),a=n(1573),i=n(8047),c=n(4703),l=function(e,t,n){var o=Math.abs((t-e)/100);return Math.abs((n-e)/o)},s=function(e,t,n,o){var r=Math.max(n,.01),a=100/r*100;e.current&&t.current&&(e.current.style.width=o?"100%":"".concat(r,"%"),t.current.style.width=o?"100%":"".concat(a,"%"),e.current.style.height=o?"".concat(r,"%"):"100%",t.current.style.height=o?"".concat(a,"%"):"100%")},h=n(4006),v={name:"@progress/kendo-react-progressbars",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:1700063549,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"},u=function(){return u=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},u.apply(this,arguments)},p=o.forwardRef((function(e,t){(0,h.s)(v);var n=e.chunkCount,r=void 0===n?d.chunkCount:n,l=e.className,s=e.disabled,p=e.orientation,m=e.min,f=void 0===m?d.min:m,z=e.max,g=void 0===z?d.max:z,y=e.reverse,b=void 0===y?d.reverse:y,H=e.style,w=e.tabIndex,x=e.emptyStyle,M=e.emptyClassName,I=e.progressStyle,V=e.progressClassName,k=o.useRef(null),O=o.useCallback((function(){k.current&&k.current.focus()}),[]);o.useImperativeHandle(t,(function(){return{element:k.current,focus:O}}));var C=e.value||d.value,E=null===e.value,B=(0,a.V)(k,e.dir),S="vertical"===p,P={className:(0,i.A)("k-progressbar k-chunk-progressbar",{"k-progressbar-horizontal":!S,"k-progressbar-vertical":S,"k-progressbar-reverse":b,"k-progressbar-indeterminate":E,"k-disabled":s},l),ref:k,dir:B,tabIndex:(0,c.p)(w,s),role:"progressbar","aria-label":e.ariaLabel,"aria-valuemin":f,"aria-valuemax":g,"aria-valuenow":E?void 0:C,"aria-disabled":s,style:H};return o.createElement("div",u({},P),o.createElement("ul",{className:"k-progressbar-chunks k-reset"},o.createElement((function(e){for(var t=e.count,n=[],r=100/t+"%",a=function(e,t,n){return Math.max((n-e)/(t-e),1e-5)}(f,g,C),c=Math.floor(a*t),l=Array(t).fill(!1),s=0;s<c;s++)l[s]=!0;for(s=0;s<t;++s){var h=l[s],v=h?V:M,p=h?I:x,d=u(u({},{width:S?void 0:r,height:S?r:void 0}),p);n.push(o.createElement("li",{key:s,className:(0,i.A)("k-progress-chunk",{"k-first":0===s,"k-last":s===t-1,"k-selected":h},v),style:d}))}return o.createElement(o.Fragment,null,n)}),{count:r||d.chunkCount})))}));p.propTypes={chunkCount:r.number,ariaLabel:r.string,disabled:r.bool,reverse:r.bool,max:r.number,min:r.number,value:r.number,tabIndex:r.number,emptyStyle:r.object,emptyClassName:r.string,progressStyle:r.object,progressClassName:r.string};var d={chunkCount:5,min:0,max:100,value:0,disabled:!1,reverse:!1};p.defaultProps=d,p.displayName="KendoChunkProgressBar";var m=n(4810),f=function(){return f=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},f.apply(this,arguments)},z=o.forwardRef((function(e,t){(0,h.s)(v);var n=e.animation,r=e.disabled,u=e.reverse,p=void 0===u?g.reverse:u,d=e.orientation,z=e.labelVisible,y=e.labelPlacement,b=e.max,H=void 0===b?g.max:b,w=e.min,x=void 0===w?g.min:w,M=e.tabIndex,I=e.className,V=e.style,k=e.emptyStyle,O=e.emptyClassName,C=e.progressStyle,E=e.progressClassName,B=o.useRef(null),S=o.useRef(null),P=o.useRef(null),L=o.useCallback((function(){B.current&&B.current.focus()}),[]);o.useImperativeHandle(t,(function(){return{element:B.current,progressStatusElement:S.current,progressStatusWrapElement:P.current,focus:L}}));var N=e.value||g.value,_=function(e){var t=o.useRef();return o.useEffect((function(){t.current=e})),t.current}(N),D=null===e.value,A=(0,a.V)(B,e.dir),R="vertical"===d,T=function(e){var t=e.toString().split(".");return 1===t.length?"".concat(t[0]):"".concat(t[0],".").concat(t[1].substr(0,3))}(N),j={value:N},F=z?e.label?o.createElement("span",{className:"k-progress-status"},o.createElement(e.label,f({},j))):o.createElement("span",{className:"k-progress-status"},T):void 0,K={className:(0,i.A)("k-progressbar",{"k-progressbar-horizontal":!R,"k-progressbar-vertical":R,"k-progressbar-reverse":p,"k-progressbar-indeterminate":D,"k-disabled":r},I),ref:B,dir:A,tabIndex:(0,c.p)(M,r),role:"progressbar","aria-label":e.ariaLabel,"aria-valuemin":x,"aria-valuemax":H,"aria-valuenow":D?void 0:N,"aria-disabled":r,style:V},Z=(0,i.A)("k-progress-status-wrap",{"k-progress-start":"start"===y,"k-progress-center":"center"===y,"k-progress-end":"end"===y||void 0===y}),W="boolean"!=typeof n&&void 0!==n?n.duration:n?400:0,U=o.useCallback((function(){var e=l(x,H,_);s(S,P,e,R)}),[R,H,x,_]),q=o.useCallback((function(e){var t=l(x,H,_+(N-_)*e);s(S,P,t,R)}),[x,H,_,N,R]),Y=o.useCallback((function(){var e=l(x,H,N);s(S,P,e,R)}),[R,H,x,N]);return(0,m._)({duration:W,onStart:U,onUpdate:q,onEnd:Y},[N,W]),o.createElement("div",f({},K),o.createElement("span",{className:Z+(O?" "+O:""),style:k},F),o.createElement("div",{className:"k-progressbar-value k-selected",style:C,ref:S},o.createElement("span",{className:Z+(E?" "+E:""),ref:P},F)))}));z.propTypes={animation:r.any,ariaLabel:r.string,disabled:r.bool,reverse:r.bool,label:r.any,labelVisible:r.bool,labelPlacement:r.oneOf(["start","center","end"]),max:r.number,min:r.number,value:r.number,tabIndex:r.number,emptyStyle:r.object,emptyClassName:r.string,progressStyle:r.object,progressClassName:r.string};var g={animation:!1,min:0,max:100,value:0,disabled:!1,reverse:!1,labelVisible:!0};z.defaultProps=g,z.displayName="KendoProgressBar"},7827:(e,t,n)=>{n.d(t,{N:()=>o});var o=Boolean("undefined"!=typeof window&&window.document&&window.document.createElement)},8047:(e,t,n)=>{n.d(t,{A:()=>o});var o=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n={},o=function(e){return e.filter((function(e){return!0!==e&&!!e})).map((function(e){return Array.isArray(e)?o(e):function(e){return"object"==typeof e?Object.keys(e).forEach((function(t){n[t]=e[t]})):n[e]=!0}(e)}))};return o(e),Object.keys(n).map((function(e){return n[e]&&e||null})).filter((function(e){return null!==e})).join(" ")}},8259:(e,t,n)=>{n.d(t,{$:()=>r,u:()=>a});var o=n(3899),r=o.createContext(0),a=function(){return o.useContext(r)};r.displayName="KendoReactZIndexContext"},5407:(e,t,n)=>{function o(e,t,n,o){if(e){var r={syntheticEvent:t,nativeEvent:t.nativeEvent,target:n};e.call(void 0,Object.assign(r,o))}}n.d(t,{N:()=>o})},4100:(e,t,n)=>{n.d(t,{E:()=>r});var o=/\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g;function r(e){var t=[];return e.replace(o,(function(e,n,o,r){t.push(void 0!==n?n:o||r)})),t}},3769:(e,t,n)=>{n.d(t,{T:()=>o,v:()=>r});var o=function(e){var t=e.shadowRoot,n=e.contentDocument;return t&&t.activeElement?o(t.activeElement):n&&n.activeElement?o(n.activeElement):e},r=function(e){if(e&&e.activeElement)return o(e.activeElement)}},4703:(e,t,n)=>{n.d(t,{p:()=>o});var o=function(e,t,n){var o="string"==typeof e?parseInt(e,void 0):e;if(NaN!==o)return void 0!==o?o:t?n?void 0:-1:0}},9659:(e,t,n)=>{n.d(t,{Y:()=>a});var o=n(4100),r={};function a(e){if(r[e])return r[e];var t=(0,o.E)(e);return r[e]=function(e){for(var n=e,o=0;o<t.length&&n;o++)n=n[t[o]];return n},r[e]}r.undefined=function(){}},3198:(e,t,n)=>{n.d(t,{M:()=>o});var o=function(){var e,t,n="";for(e=0;e<32;e++)t=16*Math.random()|0,8!==e&&12!==e&&16!==e&&20!==e||(n+="-"),n+=(12===e?4:16===e?3&t|8:t).toString(16);return n}},8199:(e,t,n)=>{n.d(t,{n:()=>r});var o=n(3899);function r(e,t,n){var r=o.useState(t),a=r[0],i=r[1];return o.useEffect((function(){if(!a&&window&&e.current){var t=window.getComputedStyle(e.current).direction;t&&i(t)}}),n),a}},3322:(e,t,n)=>{n.d(t,{i:()=>r});var o=n(3899),r=function(e,t,n){void 0===n&&(n={});var r=o.useCallback((function(o){n.onMouseDown&&n.onMouseDown.call(void 0,o),e.onMouseDown&&e.onMouseDown.call(void 0,{target:t.current,syntheticEvent:o})}),[n.onMouseDown,e.onMouseDown,t]),a=o.useCallback((function(o){n.onMouseUp&&n.onMouseUp.call(void 0,o),e.onMouseUp&&e.onMouseUp.call(void 0,{target:t.current,syntheticEvent:o})}),[n.onMouseUp,e.onMouseUp,t]);return{onClick:o.useCallback((function(o){n.onClick&&n.onClick.call(void 0,o),e.onClick&&e.onClick.call(void 0,{target:t.current,syntheticEvent:o})}),[n.onClick,e.onClick,t]),onMouseUp:a,onMouseDown:r,onDoubleClick:o.useCallback((function(o){n.onDoubleClick&&n.onDoubleClick.call(void 0,o),e.onDoubleClick&&e.onDoubleClick.call(void 0,{target:t.current,syntheticEvent:o})}),[n.onDoubleClick,e.onDoubleClick,t]),onMouseEnter:o.useCallback((function(o){n.onMouseEnter&&n.onMouseEnter.call(void 0,o),e.onMouseEnter&&e.onMouseEnter.call(void 0,{target:t.current,syntheticEvent:o})}),[n.onMouseEnter,e.onMouseEnter,t]),onMouseLeave:o.useCallback((function(o){n.onMouseLeave&&n.onMouseLeave.call(void 0,o),e.onMouseLeave&&e.onMouseLeave.call(void 0,{target:t.current,syntheticEvent:o})}),[n.onMouseLeave,e.onMouseLeave,t]),onMouseMove:o.useCallback((function(o){n.onMouseMove&&n.onMouseMove.call(void 0,o),e.onMouseMove&&e.onMouseMove.call(void 0,{target:t.current,syntheticEvent:o})}),[n.onMouseMove,e.onMouseMove,t]),onMouseOut:o.useCallback((function(o){n.onMouseOut&&n.onMouseOut.call(void 0,o),e.onMouseOut&&e.onMouseOut.call(void 0,{target:t.current,syntheticEvent:o})}),[n.onMouseOut,e.onMouseOut,t]),onMouseOver:o.useCallback((function(o){n.onMouseOver&&n.onMouseOver.call(void 0,o),e.onMouseOver&&e.onMouseOver.call(void 0,{target:t.current,syntheticEvent:o})}),[n.onMouseOver,e.onMouseOver,t])}}},1573:(e,t,n)=>{n.d(t,{V:()=>r});var o=n(3899);function r(e,t,n){var r=o.useState(t),a=r[0],i=r[1];return o.useEffect((function(){if(!a&&window&&e.current){var t=window.getComputedStyle(e.current).direction;t&&i(t)}}),n),a}},7681:(e,t,n)=>{n.d(t,{J:()=>h});var o=n(3899),r=n(189),a=n(8047),i=n(698),c=n(3218),l=n(3322),s=function(){return s=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},s.apply(this,arguments)},h=o.forwardRef((function(e,t){var n=e.className,r=e.name,h=e.themeColor,u=e.size,p=e.flip,d=e.style,m=e.id,f=e.tabIndex,z=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(e,["className","name","themeColor","size","flip","style","id","tabIndex"]),g=o.useRef(null),y=o.useRef(null);o.useImperativeHandle(g,(function(){return{element:y.current}})),o.useImperativeHandle(t,(function(){return g.current}));var b=o.useMemo((function(){return u||v.size}),[u]),H=o.useMemo((function(){return p||v.flip}),[p]),w=o.useMemo((function(){var e;return(0,a.A)("k-icon","k-font-icon",r&&(0,c._z)(r),((e={})["k-color-".concat(h)]=h,e["k-flip-h"]="horizontal"===H||"both"===H,e["k-flip-v"]="vertical"===H||"both"===H,e),i.w[b],n)}),[r,h,b,H,n]),x=(0,l.i)(e,g);return o.createElement("span",s({ref:y},z,x,{className:w,id:m,tabIndex:f,style:d,role:"presentation"}))}));h.propTypes={style:r.object,classNames:r.string,name:r.string,themeColor:r.oneOf(["inherit","primary","secondary","tertiary","info","success","error","warning","dark","light","inverse"]),size:r.oneOf(["default","xsmall","small","medium","large","xlarge","xxlarge","xxxlarge"]),flip:r.oneOf(["default","horizontal","vertical","both"])};var v={size:"default",flip:"default"};h.displayName="KendoIcon"},8130:(e,t,n)=>{n.d(t,{a:()=>l});var o=n(3899),r=n(7681),a=n(6584),i=n(8300),c=function(){return c=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},c.apply(this,arguments)},l=o.forwardRef((function(e,t){var n,l,s=o.useContext(i.r),h=s.type,v=s.icons,u=e.icon,p=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(e,["icon"]),d="svg"===h?(null===(n=e.icon)||void 0===n?void 0:n.name)||e.name:e.name||(null===(l=e.icon)||void 0===l?void 0:l.name),m=(d=d&&v&&v[d]&&"string"==typeof v[d]?v[d]:d)&&v&&v[d]&&"string"!=typeof v[d]?v[d]:u;return"svg"===h&&m?o.createElement(a.l,c({},e,{icon:m,ref:t})):o.createElement(r.J,c({},p,{name:d,ref:t}))}));l.displayName="KendoIconWrap"},8300:(e,t,n)=>{n.d(t,{r:()=>o});var o=n(3899).createContext({type:"svg"});o.displayName="KendoReactIconsContext"},6584:(e,t,n)=>{n.d(t,{l:()=>l});var o=n(3899),r=n(189),a=n(8047),i=n(698),c=function(){return c=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},c.apply(this,arguments)},l=o.forwardRef((function(e,t){var n=e.children,r=e.className,l=e.svgClassName,h=e.icon,v=e.flip,u=e.id,p=e.tabIndex,d=e.size,m=e.style,f=e.svgStyle,z=e.themeColor,g=e.viewBox,y=(e.name,e.onClick),b=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(e,["children","className","svgClassName","icon","flip","id","tabIndex","size","style","svgStyle","themeColor","viewBox","name","onClick"]),H=o.useRef(null);o.useImperativeHandle(t,(function(){return{element:H.current}}));var w=o.useMemo((function(){return h?h.name:s.icon}),[h]),x=o.useMemo((function(){return d||s.size}),[d]),M=o.useMemo((function(){return v||s.flip}),[v]),I=o.useMemo((function(){return g||s.viewBox}),[g]),V=o.useMemo((function(){var e;return(0,a.A)("k-icon","k-svg-icon","k-svg-i-"+w,((e={})["k-color-".concat(z)]=z,e["k-flip-h"]="horizontal"===M||"both"===M,e["k-flip-v"]="vertical"===M||"both"===M,e),i.w[x],r)}),[w,z,x,M,r]),k=o.useMemo((function(){return e.width&&e.height?c({width:e.width,height:e.height},m):e.width?c({width:e.width,height:e.width},m):e.height?c({width:e.height,height:e.height},m):c({},m)}),[e.width,e.height,m]);return o.createElement("span",{className:V,style:k,ref:H,onClick:y},o.createElement("svg",c({id:u,className:l,style:f,"aria-hidden":!0,tabIndex:p,focusable:!1,xmlns:"http://www.w3.org/2000/svg",viewBox:h?h.viewBox:I,dangerouslySetInnerHTML:h?{__html:h.content}:void 0},b),h?void 0:n))}));l.propTypes={style:r.object,classNames:r.string,children:r.any,icon:r.object,themeColor:r.oneOf(["inherit","primary","secondary","tertiary","info","success","error","warning","dark","light","inverse"]),size:r.oneOf(["default","xsmall","small","medium","large","xlarge","xxlarge","xxxlarge"]),flip:r.oneOf(["default","horizontal","vertical","both"])};var s={size:"default",flip:"default",icon:"",viewBox:"0 0 24 24"};l.displayName="KendoSvgIcon"},698:(e,t,n)=>{n.d(t,{w:()=>o});var o={default:"",xsmall:"k-icon-xs",small:"k-icon-sm",medium:"k-icon-md",large:"k-icon-lg",xlarge:"k-icon-xl",xxlarge:"k-icon-xxl",xxxlarge:"k-icon-xxxl"}},3218:(e,t,n)=>{n.d(t,{iJ:()=>r,_z:()=>a,wi:()=>i});var o=n(189),r=function(e){return e.replace(/^k-i-/,"")},a=function(e){return"k-i-"+e},i=o.shape({name:o.string.isRequired,content:o.string.isRequired,viewBox:o.string.isRequired})},3493:(e,t,n)=>{n.d(t,{R:()=>o});var o={backspace:8,tab:9,enter:13,shift:16,esc:27,space:32,pageUp:33,pageDown:34,end:35,home:36,left:37,up:38,right:39,down:40,delete:46}},1736:(e,t,n)=>{n.r(t),n.d(t,{AsyncFocusBlur:()=>q,BrowserSupportService:()=>i,COLLECTION_ACTION:()=>W,DragAndDrop:()=>Oe,Draggable:()=>je,Droppable:()=>Ke,FOCUSABLE_ELEMENTS:()=>qe,FormComponent:()=>z,Icon:()=>ae.J,IconWrap:()=>ce.a,IconsContext:()=>le.r,Keys:()=>H.R,Navigation:()=>Ye,SortedPublicItemIds:()=>$e,SvgIcon:()=>ie.l,TreeFieldsService:()=>Je,Typography:()=>He,WatermarkOverlay:()=>j,ZIndexContext:()=>r.$,addItem:()=>Vt,areAllDirectChildrenChecked:()=>xt,canUseDOM:()=>c.N,canUseRef:()=>l,classNames:()=>s.A,clone:()=>u,cloneArray:()=>m,cloneDate:()=>v,cloneObject:()=>p,cloneValue:()=>d,createPropsContext:()=>X,dispatchEvent:()=>F.N,extendDataItem:()=>N,focusFirstFocusableChild:()=>f,getActiveElement:()=>Ge.v,getAllDirectIndirectChildrenIds:()=>wt,getAllParents:()=>Mt,getInnerActiveElement:()=>Ge.T,getItemPath:()=>_,getNestedValue:()=>Xe,getScrollbarWidth:()=>x,getTabIndex:()=>g.p,getter:()=>y.Y,guid:()=>b.M,hasChildren:()=>ft,hasRelativeStackingContext:()=>A,isArray:()=>Qe,isEnabledAndAllParentsEnabled:()=>Ht,isItemExpandedAndWithChildren:()=>zt,kendoThemeMaps:()=>Ze.G,mapTree:()=>P,mapTreeItem:()=>L,memoizeOne:()=>Ue,noop:()=>w.Z,removeItem:()=>It,resolveItemId:()=>gt,resolveItemsIds:()=>yt,setScrollbarWidth:()=>M,setter:()=>O,shouldShowValidationUI:()=>D.G,svgIconPropType:()=>se.wi,toIconClass:()=>se._z,toIconName:()=>se.iJ,treeIdUtils:()=>o,updateItem:()=>bt,useAsyncFocusBlur:()=>Z,useCollection:()=>ne,useCustomComponent:()=>te,useDir:()=>J.n,useDocument:()=>oe,useDraggable:()=>Te,useDroppable:()=>Fe,useMouse:()=>ee.i,usePropsContext:()=>Y,useRtl:()=>$.V,useWindow:()=>re,useZIndexContext:()=>r.u,validatePackage:()=>D.s,withPropsContext:()=>Q});var o={};n.r(o),n.d(o,{EMPTY_ID:()=>et,SEPARATOR:()=>nt,ZERO_LEVEL_ZERO_NODE_ID:()=>tt,createId:()=>ct,getAllShortIds:()=>vt,getDecrementedItemIdAfterRemoval:()=>dt,getDirectParentId:()=>lt,getFirstChildId:()=>it,getIdWithoutRootParentId:()=>at,getItemById:()=>ot,getRootParentId:()=>rt,getShortId:()=>ut,isIdEmptyOrZeroLevel:()=>st,isIdZeroLevel:()=>ht,isItemFirstFromSiblings:()=>pt});var r=n(8259),a=function(){return"undefined"!=typeof document?document:{}},i=function(){function e(){this.scrollbar=0}return Object.defineProperty(e.prototype,"scrollbarWidth",{get:function(){var e=a();if(!this.scrollbar&&e&&e.createElement){var t=e.createElement("div");t.style.cssText="overflow:scroll;overflow-x:hidden;zoom:1;clear:both;display:block",t.innerHTML="&nbsp;",e.body.appendChild(t),this.scrollbar=t.offsetWidth-t.scrollWidth,e.body.removeChild(t)}return this.scrollbar},enumerable:!1,configurable:!0}),e}(),c=n(7827),l=function(e){return"string"!=typeof Comment&&(function(e){return Boolean("function"==typeof e&&!!e.prototype.isReactComponent)}(e)||function(e){return Boolean(e.$$typeof&&"function"==typeof e.render)}(e))},s=n(8047),h=n(3899),v=function(e){return e?new Date(e.getTime()):null};function u(e){var t={};return p(e,t),t}function p(e,t){for(var n in e)if(e.hasOwnProperty(n)){var o=e[n];t[n]=d(o,t[n])}}function d(e,t){if(Array.isArray(e))return m(e);if(e instanceof Date)return v(e);if(h.isValidElement(e))return h.cloneElement(e,e.props);if(e&&"object"==typeof e){var n=t||{};return p(e,n),n}return e}function m(e){return e.map((function(e){return d(e,void 0)}))}var f=function(e){if(e){if((e instanceof HTMLInputElement||-1!==e.tabIndex)&&e.focus)return void e.focus();var t=e.querySelector('input, [tabindex]:not([tabindex="-1"])');t&&t.focus&&t.focus()}},z=function(){},g=n(4703),y=n(9659),b=n(3198),H=n(3493),w=n(3228),x=function(){return!(!c.N||!document.body)&&(new i).scrollbarWidth},M=function(){if(!c.N||!document.body)return!1;var e=(new i).scrollbarWidth;document.body.style.setProperty("--kendo-scrollbar-width","".concat(e,"px"))},I=n(4100),V={undefined:function(e){return e}},k=function(e,t){return t&&t.arrays&&!isNaN(Number(e))?[]:{}};function O(e){if(V[e])return V[e];var t=(0,I.E)(e);return V[e]=function(e,n,o){for(var r=e,a=t.length-1,i=0;i<a&&r;i++)r=r[t[i]]=r[t[i]]||k(t[i+1],o);r[t[a]]=n},V[e]}var C=function(){return C=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},C.apply(this,arguments)},E=function(e,t,n){if(n||2===arguments.length)for(var o,r=0,a=t.length;r<a;r++)!o&&r in t||(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))};function B(e,t,n){var o;return n?C(C({},e),((o={})[t]=n.length?E([],n,!0):void 0,o)):e&&e[t]?E([],e[t],!0):[]}function S(e,t,n){if(e[t]){var o=B(e,t).map((function(e){return S(e,t,n)}));return n(B(e,t,o))}return n(e)}var P=function(e,t,n){return E([],e.map((function(e){return S(e,t,n)})),!0)},L=function(e,t,n,o){for(var r=e,a=[],i=0;i<t.length;i++)r=r[t[i]],r=Array.isArray(r)?r:r[n],a.push(r);var c=a.length>1?a[a.length-2]:e,l=t[t.length-1],s=o(c[l]);c.splice(l,1,s)},N=function(e,t,n){var o;return Object.assign({},e,e[t]?((o={})[t]=e[t].slice(),o):{},n||{})},_=function(e,t,n){var o=[],r=E([],t,!0);if(r.length){var a=e[r.shift()||0];for(o.push(a);r.length&&n;)a=a[n][r.shift()||0],o.push(a)}return o},D=n(4006),A=function(e){if(!c.N)return!1;var t=e?e.ownerDocument:document;if(!t||!t.body)return!1;var n=t.createElement("div");n.style.transform="matrix(10, 0, 0, 10, 0, 0)";var o=t.createElement("div");o.appendChild(t.createTextNode("child")),o.style.position="fixed",o.style.top="10px",n.appendChild(o),t.body.appendChild(n);var r=10!==o.getBoundingClientRect().top;return t.body.removeChild(n),r},R=n(994),T=!1,j=function(){var e=h.useState(!0),t=e[0],n=e[1],o=h.useState(!1),r=o[0],a=o[1];h.useEffect((function(){T||(a(!0),T=!0)}),[]);var i=h.createElement(h.Fragment,null,t&&h.createElement("div",{style:{display:"flex",justifyContent:"center",alignItems:"center",position:"fixed",top:"16px",right:"16px",padding:"12px",borderRadius:"4px",boxShadow:"0px 4px 5px 0px rgba(0, 0, 0, 0.04), 0px 2px 4px 0px rgba(0, 0, 0, 0.03)",fontSize:"14px",fontWeight:400,lineHeight:"20px",backgroundColor:"#FFC000",color:"#1E1E1E",zIndex:999}},h.createElement("span",{style:{display:"flex",alignSelf:"center",marginRight:"8px"}},h.createElement("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},h.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8 1L0 15H16L8 1ZM7 6V11H9V6H7ZM7 14V12H9V14H7Z",fill:"#1E1E1E"}))),h.createElement("span",null,"No valid license found for KendoReact. Learn how to activate your license."),h.createElement("div",{style:{display:"flex",alignItems:"center",marginLeft:"24px"}},h.createElement("a",{href:"https://www.telerik.com/kendo-react-ui/components/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-banner",style:{marginRight:"8px",display:"flex"}},h.createElement("button",{title:"Learn More",style:{display:"inline-flex",position:"relative",border:"none",borderRadius:"4px",padding:"5px",backgroundColor:"transparent",transition:"color 0.2s ease-in-out",outline:"none",cursor:"pointer"}},h.createElement("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},h.createElement("path",{d:"M15 8C15 11.8656 11.8656 15 8 15C4.13437 15 1 11.8656 1 8C1 4.13437 4.13437 1 8 1C11.8656 1 15 4.13437 15 8ZM14 8C14 4.6875 11.3125 2 8 2C4.6875 2 2 4.6875 2 8C2 11.3125 4.6875 14 8 14C11.3125 14 14 11.3125 14 8ZM11 6C11 7.4125 10.2687 8.05937 9.73125 8.53125C9.25937 8.94688 9 9.17813 9 10H7C7 8.275 7.84688 7.525 8.40938 7.03125C8.84062 6.65312 9 6.50938 9 6C9 5.45 8.55 5 8 5C7.45 5 7 5.45 7 6H5C5 4.34375 6.34375 3 8 3C9.65625 3 11 4.34375 11 6ZM9 13V11H7V13H9Z",fill:"#1E1E1E"})))),h.createElement("button",{title:"Close",style:{display:"inline-flex",position:"relative",border:"none",borderRadius:"4px",padding:"5px",backgroundColor:"transparent",transition:"color 0.2s ease-in-out",outline:"none",cursor:"pointer"},onClick:function(){n(!1)}},h.createElement("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},h.createElement("path",{d:"M13 4.41562L9.41563 8L13 11.5844L11.5844 13L8 9.41563L4.41562 13L3 11.5844L6.58437 8L3 4.41562L4.41562 3L8 6.58437L11.5844 3L13 4.41562Z",fill:"#1E1E1E"}))))));return h.createElement(h.Fragment,null,h.createElement("div",{style:{position:"absolute",width:"100%",height:"100%",top:0,left:0,right:0,bottom:0,opacity:.2,zIndex:101,pointerEvents:"none",backgroundImage:"url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAABVxSURBVHgB7Z3tVRtJE4WL9zgANgLLGRCCnAGOADmCxRGgDFAGYiOADKQMIAGO9J8ji42g37mjqlUjBgOanpn+uM85sjC2sKzbVd1dVV0tQgghhBBCCCGEEEIIKRPn3Gn1GAlJmmN1pP558J6OX9540ejh4WGlX09OTk7+EZIclXYXlY43+vVflY7PH3wd9c+AY/Wvvcb9/b0bjUYOz/hBQpICmh1oOPrEa6l/4rTR337AhIMgTSqtzg+0m8gnof7p0mD8EzmGhkFwJiR6np6e7luLL9Q/RTDTBzF+7wfWg2CxWOCHjYVET6XTdLPZrFuLL9Q/NeCkoVUQ4/d+6Ijev1yof1rAUVMvQgjJHebrSRu+CEmWo/O8hISgCjStKpgiGoDWed4AUP/hwGf++Pi4hQYyFHgDzBP3T7A8b0uo/zD4+sMBy1CwWKR/YjF+fS/Uv2di0t/eEAdBT0QnvlD/PolR/xoOgu4JUd7bFdS/e6I1foODoFuqz3M2mUziFF+of5dEb/xGwyAYCwmCVuPNYv5MqX94Yl75NWKD4PLyEm92KqQoqH9Y8Bnis0zC+A14LbxxVqiVCfUPh678plxNFYQe5pjRgAgpDAv4IOAHJyCEkDJoiPaeCyG5UA1oRIYWHNivSSbV0wLq/zbQXz+bS8kV/AeZJ35NCcYPqH8zvv4VS8kVFou8phTjB9T/NcVt+zgI9rjQDRwTgPrvKcn5v4CDYIfT/vtFiS/UHxRr/AYHwQ4t9DiVwihZ/+KN36ATKJsS9U+utr9r/EGQdQSUNFKa/geZkImQ/2rHlznnQDG7oX9b9Xwl5AUl6G9oLcSSxl8Q/p4P13YJIaQMisvzEkJ2lJjnJyQY3lnoJGfNUvP8oUhZf7c70s2eCG1wL7uhRJ0iQnCveiDIhzf7t/f9IvP8IUhJfx/b9rErUkvgRVPIE1fv6xrvbzweu7OzM3d7e4v3OhfSilT092HMJzCxF4u43eWctfFvt1uHu9nxXvF1CWmtroldfx9W+HVErINAjX+M65ngAPxnOAJ1AiMhrUjBCdD4Oya2QYBlPwx8vV47WwFg+a+XZbrz83NzANz/ByBmJ0Dj74lYBgECfrbnt6U/DB/vC7388L2rqyu8vzshwYjRCdD4e8YfBLidVgYA0X7M9jB8PGazmbu5ualnfiz9dSAsufwPTwz6+5jjp/H3CD5ofPB9343u9v3u6+U+0jyY7eEA8Hx3d4c/QjvvMyGdMZT+TeA9wBHR+DPHUn3T6bRe7uMxn89tn18v/TH7O17gQEheYM9vEX7M9hbsg/FbHED3/IPPSISQgNhyE0au+7x7PPtOQFcB3PMTMjTYf4cyRN3zL2DgMHgs/7XU99acgDIWEgUh9W/4uWMh8QKBvCh8qxSR7fmxt0eEv8kJ6MzP8/2REFL/g59bp/o0xsMAb6xAnBB5Yr+6D3X9KOpBxP/ACWA0jFnoEw+h9D/4mYd5/pGQeAlRLFK95tJy+35578PDQ+0E9LAPi3wixAUsFmKRT6I0DIIPzdJuf6R3i+UeZnsz/nqjPx47/fMpZ/54OVb/g5/BZi4pY4Pgo8s2d3CkF0Z/cXFRL/+Xy2W9BdBUH4/5JsBn9W94PZu5pI77QzMOjepiNp/j71hO//fv31sr7qmtfT73i3xWjnvAZHhH/4nquXrLwB2bueSJ27Vmvodhq4df4BmzvQb3IPxWl/zgRl/DwZA4GrhdYFUHfbHE1y0enXsJ2FLfCnggvjqBejDoTI8o38ocgJAscNq8BY4fv/Uf+J46gjkdQcbA+19fXzs7zQfR8TWcgH+kFw/u+fMDKz/o3OQETk9PLcWLPSBbeeWELd91eb+CcTc5gXr6r9J8PNKbF/7S3z+6DYcvDasBOv6M0GUduNDfv+cEYPhjIVmA+I3Vc4gaOQzfHAECvb4joAPICCzlrIJP93h/dAIYDBQ/L8wBNC37rXUblv5CB5AfGvi5h6F7Ed9GJ2CZP0b780O1vreVnnhOAFsBOoCMscg/HMBbTsCO+grJFkvvHmYCSnYA/5MMcbsiH6TykNgfr9fry58/f0oltFxcXMj379+l+h42gBcnJyfr6iXfq1nhJ56FZIeuAq+fn59Xv379Oq0CgVJNBEIydAAavLv98ePHeSX4bfX1OQSv9noQ/a7y9A8HTuAcTqB63FSPZyE5Mq3GwOW3b99kNpu9+5e/fv2Kp3+FpAW8vB3cwbLOOvZYfl9LfGdW9KOn+mZCskZXhCuL9vtLfjvshd97hWArpn8TxGn5rhZzOL/gB19DYBzzxcEeTQEtGfArB7c7xbmyVu4YExoTuNcYEL6eCkkTxHYOmna4wzQfvq8z/+o949e940hIkjTp5/ZXjm/1+VQfr856UP/EcLtqr9s/OQENDl5+wPhH3nHQZK6mJjucNvNo2w+A+icC0jaY4a2LT5MT+Mye3+l58JSupiY7XIA2XtQ/IZw2f7D9v+X6D53AZ/f8LqGrqckOF7CNF/VPAF3Or6xvv53r951Amx5+DYOAXWEjxXXQxov6R4zTSzusht8OfABE+r3U39y1iPbbIODVX3ED4/Tagk8kENQ/QiyaC1Fg7PX6frm0Mk6/wUOQ8l799+j9I0cDwcF1ov4R4Xbde2vjxi92ogsPzPrY92szD7buJiQn3K6+v17q2yxvlV1u3+TRAn4jIYTkAfbymOWx1AcwfHMEXp5/JISQ9PEDd867ohvGbvt+cwRe6+5ee7ltNpuVf7yYdA8+68fHxy0+exkY6t8RGnSxJX19yAd7fWvhjEs7NOCHb2D9/+AGqO3HQGSeuD/8PD/GggwM9e8IBPCwr7ciHnzA6NrqtW5+4QRkIByLRXrDRXhXH/XvCKRccEuPX8mHD9jr7Vc7AV32D9rJh4Oge2I0foP6d8QHnADO9kdxYw8HQXfEbPwG9e+It5yAlvdG1beNgyA8KRi/Qf07oskJIEYQw8x/SMMgGAs5CmR0UjF+g/oHwh00YzAn0OZgT1/YINBU5VTIUeCzw2eYivEb1L8l7o1mDm7X220a48x/iNtVLE4dC5OOxu2794wlMaj/kbgAzRwIIQmS4p6PEBKIp6enexo/IYWCPdNms1nnbPxat7BwvH/+P7Dt08/kUjKH+hcOxGeeeI8f86lYSuZQ/8JhsciehoBv9rMi9VdcwZcucBCkVeEXmuL1dy0vbciBkgdBycZvFKs/8/x7ShwENP49xelP8V9T0iBgncdritGfxv82/iDIORJ+EAGfCKnJXn8a//to7fgy51y45sCX1P812erPZR8hBVMZ/Ax9+2j8hBSIHumcpXikkxBCBsXtz8QnUyXndvfz8Sx8AFLUnwTEveyKE32KyAK+7IYThqT0V88/o+cPBz7TVPLEJdb2d00y+pv4elHHTEgwUigWYaq3O6LXn56/e2IeBDT+7olWf4rfHzEOAurfH9HpT/H7J6ZBQP37Jxr9Kf5w+IMAt9PKQOB6NurfP4Prjyg/jX9Y8JnDAHE/vQwE/m0MQOrfP4PqX/3jp15Dj4kQQspCK5SK7OZDCCGEEBIfbneH4kgCoT9vLCQJguqPaD8CDdXzlZDogaEuFotgKSLL9uBnYmAJiZqg+vupPlzbJSR6YKSh8sSODVyTI5j+LO9NlxDFIqzzSJfW+jPPnz4Ng+DDGRvqnz5t9GeePxNsEHx2+U798+BY/e3FzPNnwLE6Uv88oI6EEEIIIYQQQgghhBBCCCGEEEIIIYQQQkiRoHyQxz/T51gdqX8evKfjlzdeNHp4eFjp15OTk5N/hCQHjoFWOt7o139VOj5/8HXUPwOO1f+/02ApXEhJmmnTzIP6p49r28wlRFMJMgwhmnlQ/3RB854g/RwaBgF7wkVOyGYe1D9N0L4vWDMXGwTaFHIsJGpgpF5TyIm0hPqnR6XTdLPZrF2oZi7aVIDePxFgqCH1ov6EEEIIITHRtl7jixBCkuToPH8ocGMQrihmiqh/8Jnjau6hrwen/sPQOs8fAgxA5on7xxcfBigDQf2HIUSdR6g3wmKRnolGfKH+QxCT/vaGOAh6Ijrxhfr3SYz613AQdE+04gv174Ng5b1dwUHQHTEbv0H9u6X6PGeTySTu69oaBsFYSCui9/we1L87tBpzFv1naoPg8vISA2AqpBX4DPFZxm78BvUn9awF8R07yrRGPf80pdmU+hNCyJHoYa4ZHSghhWEBXwT84ASEEFIGDdmec8mJ6j+EyNAiu/9YACC+fjaXkinU/21SSPW2BuIzT/waX/yKpWQK9W+mCOMHLBZ5TfbLPg/q/5pijN/gINhTnPhC/X1cwAauScFBUKbxG9R/h9P7F0rTv6bkQVCy8Rt0Aju00OtUSqTEQZBSbX/X0AmQF4Mg5wi4cRAJn0jhlKY/aUBrx5c558ANzYUvafx7StAfqxv0UKyer4QQUg5+zAfXdgkhpAxKqvMghHgUm+cPhdufhU/Oa+qRTp6Jb0HK+oOi8/whcC+74SSTIrJlH7vitCMl/RHcqx4I8uHN/u19v9w8f1swi6aWJ+aeLxyp6F+9r2u8v/F47M7Oztzt7S3e61xIe1IqFmGFX3hi19/tLuesjX+73brFYlG/V3xdQlq7F1JwAjT+7ohVfzX+Ma5ngwPwn+EI1AmMhLQnZidA4++e2PTHsh8Gvl6vna0AsPzXy1Ld+fm5OQDu/0MRoxOg8fdHLPoj4Gd7flv6w/DxvtDLD9+7urrC+7sTEhZ/EOB2WhkYE57G3w8x6I9oP2Z7GD4es9nM3dzc1DM/lv46FpZc/ncEBgEMD7XVMjB4DxiINP7+GEp/t7/voF7uI0WJ2R4OAM93d3f4I7TzPhNCSD5Yqm86ndbLfTzm87nt8+ulP2Z/x+vQCMkL7Pktwo/Z3oJ9MH6LA+ief/AVKSEkILbdgJHr3v4ez74T0FUA9/wxgP1XF0Lozx0LiZqQ+uuefwEDh8Fj+a+lvrfmBJSxkOGBEF4UNliKyFJ9usdjgCdSQupve37s7RHhb3ICOvPzfH8swDhD54kb8vwjIVESSn+/ug91/SjqQcT/wAlgNhiz0CcyQhaLsMgnPULoX73m0nL7fnnvw8ND7QT0sA+LfGKlYRB82ks7NnNIlmP1d/sjvVtsJTDbm/HXG/3x2OmfTznzR44NgmOX7Y7NHJLms/q7gyO9MPqLi4t6+b9cLustgKb6eMw3FdwfmjFggKg3X71l4I7NHJLmHf3PVPs5/o7l9H///r214p7a2udzv8hn5RgDShsN3Czg1SE4lom6xKO4heB2rdnvYdi6QljgGbO9BvfgOLa65Ac3+hpOBinjtHkDhMdv/Qe+p45gTkeQL7bUtwIeaK5OoJ4MdKZHlG9lDkBIPsDzQ/QmJ3B6emopHqwB2corQzDDX19fOzvNh7GAr+EE/CO9eHDPnxH+0t8/ugnBpWE1QOHzwpbvurxfwbibnEA9/VdpPh7pzQjs3yyfK2rkMHxzBAj0+I6ADiAvdFsHLvT37zkBGP5YSB6YA2ha9lvrJiz9hQ4gO7CVswo+jfH80QlgMqD2GaKC35unF88JYCtAB5AnGvi9h6F7GZ9GJ2CZP0b7M8XSO4eZADqAvLHIPxzAW07AjvpKYfxPCkBngevn5+fVr1+/TqtAoFQDQUieuF2RD1J5SOyP1+v15c+fP6Vy9HJxcSHfv3+X6nsIAF2cnJysq5d8r1YAP/EshVGEA6iYVkZ/+e3bN5nNZu/+5a9fv+LpXyHJocG72x8/fpxXDv+2+vocDr+K9cDp31UrvYcDJ3AOJ1A9bqrHs5D80BlhZdF+f8lvhz3we68QZMX0T3pglWcHd6Cjdeyx/L6W+M6s6EdP9c2ElIHbneJaWStnFIRoTOBe94D4eiokSZyW72oxl/MLfvA1jB6642CPpoCXDPhljO79RwffG6kj2OrzqT5e1Xo3vZ7EC2K7B0073GGaD9/XmX/1nvFT/4Rx2syjbT+AIW+gIZ/D7ao9b//kBDQ4ePkB46f+qeICtPFy2g8gpavJSwZpW8zw1sWnyQl8Zs9P/RPFBWzj5RK6mrxkTCfb/1uu/9AJfHbPT/0Tw3XQxqthELArcETocn5lffvtXL/vBNr08KP+CQFxvLbQEwmEDQJe/RQXTi/tsBp+O/AFEOn3Un9z1yLaT/0TQgNBwb20Zg/o/SPBsjkwShh7vb5fLq2M22/wEqS8V/+9sRBChsXtuvfWxo1f7EQnHpj1se/XZh5s3U1ITrhdfX+91LdZ3io73b7JqwX8RkIIyQPs5THLY6kPYPjmCLw8/0hI3iAd8/j4uN1sNisZGLwH/3gpCYcfuHPeFd0wdtv3myPwWnf32suR+veMn+fHBy8DA0fEPHF4NOhmS/r6kA/2+tbCHZd2aMAP38D6/8ENUNtP/XvERXhXn2OxSCcggId9vRXx4LNF12avdfsLJyADQf17IkbjNzgIwoOUK27p8Sv58Nl6vf1qJ6DL/kE7+VD/jonZ+A0OgvB8wAngbH8UN/ZQ/45IwfgNDoLwvOUEtLw3qr6N1D8wiOimYvxGwyAYC2lFkxNAjCCGmf8Q6h8QRHeR7knF+A0bBJqqmgr5NO6gGYc5gTYHe/qC+gfC7bv3jCUx3K5ibepYmPJp3BvNXNyut+M0xpn/EOpPyBG4AM1cCCEJkmLMhxASiKenp3saf4Fg2Vc9FsjpSuZo3hr/115r1lMAe+bNZrPO2fip/wH+nq9iKZkD8ZknLhfq79EQ8MneK7JYpGyov5JShV9oOAjKvnSjeP1LNn6j5EHgWl7akgPF6k/j31PiIGCef09x+jPP+5qSBgGd/2uKcgIHEdCJkBp/EOSaCaHxv00J+tdoDnRJ8V+jtePLHGshaPzvk7P+pGC47SOkYCqDn6FvH42fkAJxuyPdaN01FlIGbnc/37TkFE8o3L4nAmvHCyQ5/S3gw24oYXAvuyKxbLgwktK/xNr+rsFqKpU8sa78Zlz5hSMZ/Znq6Y4UikVMf72oYyYkGNHrT+PvnpgHAVd+3ROt/jT+/ohxEFD//ohOf4rfPzENAurfP1E5AVzPRPH7xx8EuJ1WBoDGPxyH+ruhjlTjbnR9AxMhvYLPHA4YGkjPIMpP4x+WIfUnhYMZx2voMRFCSFlohVqR3XwIIaQc3O5OtrGQJFC9RkKKRCsyRxICi/YuFgvs986ERA3Eh1ahUkT4GQg0Vc9XQqInqP6ODRyTA046VJ7Y1x/XdgmJnmD6M8+bLiGKRVjemy6t9WeeN30aBsGHI/bUP33a6M88bybYIPjs9o3658Gx+tuLmefNgGN1pP55QB0JIYQQQgghhBBCCJGy+T9ftRg+rVNPfAAAAABJRU5ErkJggg==')"}}),r&&R.createPortal(i,document.body))},F=n(5407),K=function(e,t,n){if(n||2===arguments.length)for(var o,r=0,a=t.length;r<a;r++)!o&&r in t||(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))};function Z(e){var t=e.onFocus,n=e.onBlur,o=e.onSyncFocus,r=e.onSyncBlur,a=h.useRef(!1),i=h.useRef(0),c=h.useCallback((function(e){clearTimeout(i.current),i.current=window.setTimeout((function(){return e()}))}),[i]),l=h.useCallback((function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];clearTimeout(i.current),o&&o.call(void 0,e[0]),a.current||(a.current=!0,t&&t.call.apply(t,K([void 0],e,!1)))}),[a,t,o]),s=h.useCallback((function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];r&&r.call(void 0,e[0]),c((function(){a.current&&n&&(a.current=!1,n.call.apply(n,K([void 0],e,!1)))}))}),[a,c,n,r]);return h.useEffect((function(){return function(){clearTimeout(i.current)}}),[]),{onFocus:l,onBlur:s}}var W,U=function(){return U=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},U.apply(this,arguments)},q=function(e){var t=e.children,n=Z({onFocus:e.onFocus,onBlur:e.onBlur,onSyncFocus:e.onSyncFocus,onSyncBlur:e.onSyncBlur});return h.createElement(h.Fragment,null,t.call(void 0,U({},n)))},Y=function(e,t){return h.useContext(e)(t)},G=function(){return G=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},G.apply(this,arguments)},X=function(){return h.createContext((function(e){return e}))},Q=function(e,t){return h.forwardRef((function(n,o){var r=Y(e,n);return h.createElement(t,G({},r,{ref:o}))}))},J=n(8199),$=n(1573),ee=n(3322),te=function(e){return[e,{}]};!function(e){e[e.add=0]="add",e[e.remove=1]="remove"}(W||(W={}));var ne=function(e){void 0===e&&(e=[]);var t=h.useRef(e),n=h.useCallback((function(e){switch(e.type){case W.add:t.current.push(e.item);break;case W.remove:var n=t.current.indexOf(e.item);t.current.splice(n,1)}}),[]);return[t.current,n]},oe=function(e){var t=h.useCallback((function(){return e.current&&e.current.element?e.current.element:e.current}),[e]);return h.useCallback((function(){var e=t();return e&&e.ownerDocument||document}),[t])},re=function(e){var t=oe(e);return h.useCallback((function(){var e=t();return e&&e.defaultView||window}),[t])},ae=n(7681),ie=n(6584),ce=n(8130),le=n(8300),se=n(3218),he=n(189),ve={xsmall:"k-fs-xs",small:"k-fs-sm",medium:"k-fs-md",large:"k-fs-lg",xlarge:"k-fs-xl"},ue={light:"k-font-weight-light",normal:"k-font-weight-normal",bold:"k-font-weight-bold"},pe={xsmall:"k-m-xs",small:"k-m-sm",medium:"k-m-md",large:"k-m-lg",xlarge:"k-m-xl",thin:"k-m-thin",hair:"k-m-hair"},de={xsmall:"xs",small:"sm",medium:"md",large:"lg",xlarge:"xl",thin:"thin",hair:"hair"},me={top:"k-mt-",right:"k-mr-",bottom:"k-mb-",left:"k-ml-"},fe={left:"k-text-left",right:"k-text-right",center:"k-text-center",justify:"k-text-justify"},ze={lowercase:"k-text-lowercase",uppercase:"k-text-uppercase",capitalize:"k-text-capitalize"},ge={inherit:"k-color-inherit",primary:"k-color-primary",secondary:"k-color-secondary",tertiary:"k-color-tertiary",info:"k-color-info",success:"k-color-success",warning:"k-color-warning",error:"k-color-error",dark:"k-color-dark",light:"k-color-light",inverse:"k-color-inverse"},ye=function(){return ye=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},ye.apply(this,arguments)},be=function(e){var t=h.forwardRef((function(t,n){var o=t.id,r=t.style,a=t.className,i=t.fontSize,c=t.fontWeight,l=t.textAlign,s=t.textTransform,v=t.themeColor,u=t.margin,p=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(t,["id","style","className","fontSize","fontWeight","textAlign","textTransform","themeColor","margin"]),d=h.useRef(null),m=h.useRef(null);h.useImperativeHandle(d,(function(){return{element:m.current,props:t}})),h.useImperativeHandle(n,(function(){return d.current}));var f=e;return h.createElement(f,ye({id:o,ref:m,className:["k-".concat("p"===e?"paragraph":e),ve[i],ue[c],fe[l],ze[s],ge[v],function(){if(void 0!==u){if("string"==typeof u)return[pe[u]];if("number"==typeof u&&u>=0&&u<=24)return["k-m-".concat(u)];if("object"==typeof u){var e=[];return Object.keys(u).forEach((function(t){var n,o,r;null!==u[t]&&void 0!==u[t]&&e.push((n=t,r="string"==typeof(o=u[t])?de[o]:o,"".concat(me[n]).concat(r)))})),e.join(" ")}}}(),a].filter((function(e){return void 0!==e})).join(" "),style:r},p),t.children)}));return t.propTypes={style:he.object,className:he.string,fontSize:he.oneOf(["xsmall","small","medium","large","xlarge"]),fontWeight:he.oneOf(["light","normal","bold"]),margin:he.oneOfType([he.number,he.object,he.oneOf(["xsmall","small","medium","large","xlarge","thin","hair"])]),textAlign:he.oneOf(["left","right","center","justify"]),textTransform:he.oneOf(["lowercase","uppercase","capitalize"]),themeColor:he.oneOf(["inherit","primary","secondary","tertiary","info","success","error","warning","dark","light","inverse"])},t.displayName="KendoReactTypography".concat(e.toUpperCase()),t},He={h1:be("h1"),h2:be("h2"),h3:be("h3"),h4:be("h4"),h5:be("h5"),h6:be("h6"),p:be("p"),code:be("code"),pre:be("pre")},we=function(){return we=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},we.apply(this,arguments)},xe=function(e,t,n){var o=h.useState(t||e),r=o[0],a=o[1];return[void 0!==t?t:r,h.useCallback((function(e,t){a(e),n&&n.call(void 0,we(we({},t),{value:e}))}),[n,a])]},Me=h.createContext([void 0,w.Z]),Ie=h.createContext([void 0,w.Z]),Ve=h.createContext([[],w.Z,w.Z]),ke=h.createContext([[],w.Z,w.Z]),Oe=function(e){var t=xe(null,void 0),n=t[0],o=t[1],r=xe(null,void 0),a=r[0],i=r[1],c=ne([]),l=c[0],s=c[1],v=ne([]),u=v[0],p=v[1];return h.createElement(Me.Provider,{value:[n,o]},h.createElement(Ie.Provider,{value:[a,i]},h.createElement(Ve.Provider,{value:[l,function(e){s({type:W.add,item:e})},function(e){s({type:W.remove,item:e})}]},h.createElement(ke.Provider,{value:[u,function(e){p({type:W.add,item:e})},function(e){p({type:W.remove,item:e})}]},e.children))))};Oe.displayName="KendoReactDragAndDrop";var Ce,Ee=function(){var e=window&&window.navigator.userAgent;if(!e)return!1;var t=!1,n=[],o={edge:/(edge)[ \/]([\w.]+)/i,webkit:/(chrome|crios)[ \/]([\w.]+)/i,safari:/(webkit)[ \/]([\w.]+)/i,opera:/(opera)(?:.*version|)[ \/]([\w.]+)/i,msie:/(msie\s|trident.*? rv:)([\w.]+)/i,mozilla:/(mozilla)(?:.*? rv:([\w.]+)|)/i};for(var r in o)if(o.hasOwnProperty(r)&&(n=e.match(o[r]))){(t={})[r]=!0,t[n[1].toLowerCase().split(" ")[0].split("/")[0]]=!0,t.version=parseInt(document.DOCUMENT_NODE||n[2],10);break}return t},Be=function(e){return e&&e.ownerDocument||window.document},Se=function(e){var t=Ee(),n=Be(e);return t.edge||t.safari?n.body:n.documentElement},Pe=function(e){if(e&&e.className&&"string"==typeof e.className&&e.className.indexOf("k-auto-scrollable")>-1)return!0;var t=window.getComputedStyle(e,"overflow").overflow;return t.indexOf("auto")>-1||t.indexOf("scroll")>-1},Le=function(e){var t=Se(e);if(!e||e===document.body||e===document.documentElement)return t;for(var n=e;n&&n!==document.body&&n.nodeType!==Node.DOCUMENT_FRAGMENT_NODE&&n.nodeType!==Node.DOCUMENT_NODE&&!Pe(n);)n=n.parentNode;return!n||n!==document.body&&n.nodeType!==Node.DOCUMENT_FRAGMENT_NODE?n:t};!function(e){e.POINTER_DOWN="pointerdown",e.POINTER_MOVE="pointermove",e.POINTER_UP="pointerup",e.POINTER_CANCEL="pointercancel",e.MOUSE_DOWN="mousedown",e.MOUSE_MOVE="mousemove",e.MOUSE_UP="mouseup",e.CONTEXT_MENU="contextmenu",e.TOUCH_START="touchstart",e.TOUCH_MOVE="touchmove",e.TOUCH_END="touchend",e.TOUCH_CANCEL="touchcancel",e.SCROLL="scroll",e.START="KENDO_DRAG_AND_DROP_START",e.MOVE="KENDO_DRAG_AND_DROP_MOVE",e.END="KENDO_DRAG_AND_DROP_END",e.CANCEL="KENDO_DRAG_AND_DROP_CANCEL"}(Ce||(Ce={}));var Ne=function(){},_e=function(e,t,n){void 0===n&&(n={});var o,r,a,i,c,l=n.onIsPressedChange,s=void 0===l?Ne:l,h=n.onIsScrollingChange,v=void 0===h?Ne:h,u=n.onVelocityChange,p=void 0===u?Ne:u,d=n.onOffsetChange,m=void 0===d?Ne:d,f=n.onPageOffsetChange,z=void 0===f?Ne:f,g=n.onClientOffsetChange,y=void 0===g?Ne:g,b=n.onScrollOffsetChange,H=void 0===b?Ne:b,w=n.onInitialScrollOffsetChange,x=void 0===w?Ne:w,M=t.payload,I=M.element,V=M.hint,k=e.autoScrollDirection,O=e.scrollableParent,C=function(e,t){return function(e){return/^touch/.test(e.type)}(e)?{pageX:e.changedTouches[0].pageX,pageY:e.changedTouches[0].pageY,clientX:e.changedTouches[0].clientX,clientY:e.changedTouches[0].clientY,scrollX:t.scrollOffset.x,scrollY:t.scrollOffset.y,offsetX:t.offset.x,offsetY:t.offset.y,type:e.type,originalEvent:e,isTouch:!0,altKey:!1,ctrlKey:!1,shiftKey:!1,metaKey:!1}:function(e){return/^(scroll)/.test(e.type)}(e)?{pageX:t.pageOffset.x,pageY:t.pageOffset.y,clientX:t.clientOffset.x,clientY:t.clientOffset.y,scrollX:t.scrollOffset.x,scrollY:t.scrollOffset.y,offsetX:t.offset.x,offsetY:t.offset.y,type:e.type,originalEvent:e,altKey:!1,ctrlKey:!1,shiftKey:!1,metaKey:!1}:{pageX:e.pageX,pageY:e.pageY,clientX:e.clientX,clientY:e.clientY,offsetX:e.offsetX,offsetY:e.offsetY,scrollX:t.scrollOffset.x,scrollY:t.scrollOffset.y,type:e.type,ctrlKey:e.ctrlKey,shiftKey:e.shiftKey,altKey:e.altKey,metaKey:e.metaKey,originalEvent:e}}(t.event,e);switch(C.type){case Ce.POINTER_DOWN:if(C.type===Ce.POINTER_DOWN&&(!C.originalEvent.isPrimary||0!==C.originalEvent.button))break;case Ce.MOUSE_DOWN:if(C.type===Ce.MOUSE_DOWN&&C.originalEvent.which&&C.originalEvent.which>1||e.ignoreMouse)break;case Ce.TOUCH_START:if(C.type===Ce.TOUCH_START&&1!==C.originalEvent.touches.length)break;case Ce.START:var E=O||Le(t.payload.element);x(E instanceof Window?{x:E.scrollX,y:E.scrollY}:{x:E.scrollLeft,y:E.scrollTop}),y({x:C.clientX,y:C.clientY}),z({x:C.pageX,y:C.pageY}),m({x:C.offsetX,y:C.offsetY}),s(!0),M.onPress&&M.onPress(C);break;case Ce.SCROLL:if(C.type===Ce.SCROLL&&!e.pressed)break;var B=O||Le(I),S=B instanceof Window?{x:B.scrollX,y:B.scrollY}:{x:B.scrollLeft,y:B.scrollTop};C.scrollX=S.x-e.initialScrollOffset.x,C.scrollY=S.y-e.initialScrollOffset.y,H({x:C.scrollX,y:C.scrollY});case Ce.POINTER_MOVE:if(C.type===Ce.POINTER_MOVE&&!C.originalEvent.isPrimary)break;case Ce.MOUSE_MOVE:case Ce.TOUCH_MOVE:if(C.type===Ce.TOUCH_MOVE&&1!==C.originalEvent.touches.length)break;case Ce.MOVE:if(e.pressed){if(e.autoScroll&&"scroll"!==C.originalEvent.type&&I){var P=Be(I),L=O||Le(P.elementFromPoint(C.clientX,C.clientY)),N=(o=C.clientX,r=C.clientY,a=function(e,t){var n=Se(e);if(e===n)return{top:n.scrollTop,left:n.scrollLeft,bottom:n.scrollTop+t.innerHeight,right:n.scrollLeft+t.innerWidth};var o=e.getBoundingClientRect();return{bottom:o.top+o.height,right:o.left+o.width,left:o.left,top:o.top}}(L,function(e){var t=Be(e);return t&&t.defaultView||window}(I)),i={x:0,y:0},c=50,o-a.left<c?i.x=-(c-(o-a.left)):a.right-o<c&&(i.x=c-(a.right-o)),r-a.top<c?i.y=-(c-(r-a.top)):a.bottom-r<c&&(i.y=c-(a.bottom-r)),i);p({x:k&&!1===k.horizontal?0:N.x,y:k&&!1===k.vertical?0:N.y}),v(0!==N.y||0!==N.x)}!e.drag&&M.onDragStart&&M.onDragStart(C),M.onDrag&&M.onDrag(C);var _=function(e,t){var n=0,o=null;return t.forEach((function(t){if(t&&e){var r=function(e,t){var n=e.getBoundingClientRect(),o=t.getBoundingClientRect(),r=Math.max(o.top,n.top),a=Math.max(o.left,n.left),i=Math.min(o.left+o.width,n.left+n.width),c=Math.min(o.top+o.height,n.top+n.height),l=i-a,s=c-r;if(a<i&&r<c){var h=o.width*o.height,v=n.width*n.height,u=l*s;return Number((u/(h+v-u)).toFixed(4))}return 0}(e,t);r>n&&(n=r,o=t)}})),o}(V||I,e.drops.map((function(e){return e&&e.element})).filter((function(e){return e!==(V||I)}))),D=e.drops.find((function(e){return e.element===_}));D&&_&&function(e,t,n){var o=n.getBoundingClientRect();return o.top<=t&&o.left<=e&&t<=o.bottom&&e<=o.right}(C.clientX,C.clientY,O||Le(_))&&_!==I?(e.drop&&e.drop.element)!==_?(e.drop&&e.drop.onDragLeave&&e.drop.onDragLeave(C),D.onDragEnter&&D.onDragEnter(C)):D.onDragOver&&D.onDragOver(C):e.drop&&e.drop.onDragLeave&&e.drop.onDragLeave(C)}y({x:C.clientX,y:C.clientY}),z({x:C.pageX,y:C.pageY});break;case Ce.POINTER_UP:if(C.type===Ce.POINTER_UP&&!C.originalEvent.isPrimary)break;case Ce.MOUSE_UP:case Ce.TOUCH_END:if(C.type===Ce.TOUCH_END&&1!==C.originalEvent.touches.length)break;case Ce.END:s(!1),v(!1),H({x:0,y:0}),M.onRelease&&M.onRelease(C),e.drop&&e.drop.onDrop&&e.drop.onDrop(C),e.drag&&M.onDragEnd&&M.onDragEnd(C);break;case Ce.POINTER_CANCEL:case Ce.CONTEXT_MENU:case Ce.TOUCH_CANCEL:case Ce.CANCEL:s(!1),v(!1),H({x:0,y:0}),M.onDragEnd&&M.onDragEnd(C),e.drop&&e.drop.onDragLeave&&e.drop.onDragLeave(C)}},De=function(e,t){if(e){var n,o;e===Se(e)?(n=document.body.scrollHeight>window.innerHeight,o=document.body.scrollWidth>window.innerWidth):(n=e.offsetHeight<=e.scrollHeight,o=e.offsetWidth<=e.scrollWidth);var r=e.scrollTop+t.y,a=n&&r>0&&r<e.scrollHeight,i=e.scrollLeft+t.x,c=o&&i>0&&i<e.scrollWidth;a?e.scrollTop+=t.y:n&&r<0&&(e.scrollTop=0),c?e.scrollLeft+=t.x:o&&i<0&&(e.scrollLeft=0)}},Ae=function(e,t){var n=h.useContext(e),o=n[0],r=n[1],a=h.useState(t),i=a[0],c=a[1];return[void 0!==o?o:i,function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];void 0!==o?r.apply(void 0,e):c(e[0])}]},Re=2e3;function Te(e,t,n){void 0===n&&(n={});var o=t.onPress,r=void 0===o?w.Z:o,a=t.onRelease,i=void 0===a?w.Z:a,c=t.onDragStart,l=void 0===c?w.Z:c,s=t.onDrag,v=void 0===s?w.Z:s,u=t.onDragEnd,p=void 0===u?w.Z:u,d=n.hint,m=void 0===d?null:d,f=n.mouseOnly,z=void 0!==f&&f,g=n.autoScroll,y=void 0===g||g,b=n.scrollContainer,H=void 0===b?null:b,x=h.useState(!1),M=x[0],I=x[1],V=h.useState(!1),k=V[0],O=V[1],C=Ae(Ie)[0],E=Ae(Me),B=E[0],S=E[1],P=h.useContext(ke)[0],L=h.useContext(Ve),N=L[0],_=L[1],D=L[2],A=h.useRef({x:0,y:0}),R=h.useRef(),T=h.useRef(!1),j=h.useRef(),F=h.useRef(null),K=h.useRef(!1),Z=h.useRef({x:0,y:0}),W=h.useRef({x:0,y:0}),U=h.useRef({x:0,y:0}),q=h.useRef({x:0,y:0}),Y=h.useRef({x:0,y:0}),G=h.useRef({x:0,y:0}),X=Boolean("undefined"!=typeof window&&window.PointerEvent),Q=!z&&X,J=h.useCallback((function(){return e.current&&e.current.element?e.current.element:e.current}),[e]),$=h.useCallback((function(){return m&&m.current&&m.current.element?m.current.element:m?m.current:null}),[m]),ee=h.useCallback((function(){return H&&H.current&&H.current.element?H.current.element:H?H.current:null}),[H]),te=h.useCallback((function(){return"object"==typeof y&&y.boundaryElementRef&&y.boundaryElementRef.current&&y.boundaryElementRef.current.element?y.boundaryElementRef.current.element:"object"==typeof y&&y.boundaryElementRef&&y.boundaryElementRef.current?y.boundaryElementRef.current:null}),[y]),ne=h.useRef(null);h.useImperativeHandle(ne,(function(){return{element:J(),hint:$(),onPress:me,onDragStart:ze,onDrag:ge,onDragEnd:ye,onRelease:fe,data:e.current}}));var oe=h.useCallback((function(){var e=J();return e&&e.ownerDocument||document}),[J]),re=h.useCallback((function(){var e=oe();return e&&e.defaultView||window}),[oe]),ae=h.useCallback((function(){return{drag:B?B.current:null,drop:C?C.current:null,drags:N.map((function(e){return e.current})),drops:P.map((function(e){return e.current})),pressed:M,ignoreMouse:T.current,scrollOffset:Y.current,offset:Z.current,pageOffset:W.current,initialScrollOffset:G.current,clientOffset:U.current,initialClientOffset:q.current,velocity:A.current,autoScroll:Boolean("object"==typeof y?!1!==y.enabled:y),scrollableParent:te(),autoScrollDirection:"object"==typeof y?y.direction:{horizontal:!0,vertical:!0},isScrolling:k}}),[B,C,N,P,M,y,te,k]),ie=h.useCallback((function(e){I(e)}),[]),ce=h.useCallback((function(e){O(e)}),[]),le=h.useCallback((function(e){A.current=e}),[]),se=h.useCallback((function(e){Z.current=e}),[]),he=h.useCallback((function(e){U.current=e}),[]),ve=h.useCallback((function(e){W.current=e}),[]),ue=h.useCallback((function(e){q.current=e}),[]),pe=h.useCallback((function(e){Y.current=e}),[]),de=h.useCallback((function(e){G.current=e}),[]),me=h.useCallback((function(e){r(e)}),[r]),fe=h.useCallback((function(e){i(e)}),[i]),ze=h.useCallback((function(t){S(ne,{target:e.current,event:t}),l(t)}),[S,e,l]),ge=h.useCallback((function(e){v(e)}),[v]),ye=h.useCallback((function(t){K.current||(S(null,{target:e.current,event:t}),p(t))}),[p,S,e]),be=h.useCallback((function(e){_e(ae(),{event:e,payload:ne.current},{onVelocityChange:le,onOffsetChange:se,onClientOffsetChange:he,onPageOffsetChange:ve,onInitialClientOffsetChange:ue,onScrollOffsetChange:pe,onInitialScrollOffsetChange:de,onIsPressedChange:ie,onIsScrollingChange:ce})}),[ae,le,se,ve,he,ue,de,ie,pe,ce]),He=h.useCallback((function(e){be(e)}),[be]),we=h.useCallback((function(e){be(e)}),[be]),xe=h.useCallback((function(e){be(e)}),[be]),Oe=h.useCallback((function(e){be(e)}),[be]),Ce=h.useCallback((function(e){be(e)}),[be]),Ee=h.useCallback((function(e){be(e)}),[be]),Be=h.useCallback((function(e){be(e)}),[be]),Se=h.useCallback((function(e){e.preventDefault(),be(e)}),[be]),Pe=h.useCallback((function(e){e.preventDefault(),be(e)}),[be]),Ne=h.useCallback((function(e){e.preventDefault(),be(e)}),[be]),Te=h.useCallback((function(e){if(0===e.touches.length&&1===e.changedTouches.length){var t=re();T.current=!0,j.current=t.setTimeout((function(){T.current=!1}),Re)}be(e)}),[be,re]),je=h.useCallback((function(e){be(e)}),[be]),Fe=h.useCallback((function(){var e=J();if(e){var t=e.style.touchAction;return e.style.touchAction="none",function(){e.style.touchAction=t}}}),[J]),Ke=h.useCallback((function(){return _(ne),function(){D(ne)}}),[D,_]);h.useEffect((function(){var e=re();if(k){var t=ee()||Le(document.elementFromPoint(U.current.x,U.current.y));e.clearInterval(R.current),R.current=e.setInterval((function(){De(t,{x:A.current.x,y:A.current.y})}),50)}return function(){e.clearInterval(R.current)}}),[J,ee,re,k]),h.useEffect(Fe,[Fe]),h.useEffect((function(){var e=re(),t=J(),n=oe();return Q?(t&&(F.current=Le(t),F.current&&F.current.addEventListener("scroll",je,{passive:!0}),t.addEventListener("pointerdown",He,{passive:!0})),M&&(n.addEventListener("pointermove",we),n.addEventListener("pointerup",Oe,!0),n.addEventListener("contextmenu",Se),n.addEventListener("pointercancel",xe,{passive:!0}))):(e.addEventListener("touchmove",w.Z,{capture:!1,passive:!1}),t&&(t.addEventListener("mousedown",Ce,{passive:!0}),z||(t.addEventListener("touchstart",Pe,{passive:!0}),M&&(t.addEventListener("touchmove",Ne,{passive:!0}),t.addEventListener("touchend",Te,{passive:!0})))),M&&(n.addEventListener("mousemove",Ee,{passive:!0}),n.addEventListener("mouseup",Be,{passive:!0}))),function(){F.current&&F.current.removeEventListener("scroll",je),t&&(t.removeEventListener("pointerdown",He),t.removeEventListener("mousedown",Ce),t.removeEventListener("touchstart",Pe),t.removeEventListener("touchmove",Ne),t.removeEventListener("touchend",Te)),n.removeEventListener("pointermove",we),n.removeEventListener("pointerup",Oe,!0),n.removeEventListener("contextmenu",Se),n.removeEventListener("pointercancel",xe),n.removeEventListener("mousemove",Ee),n.removeEventListener("mouseup",Be),e.removeEventListener("touchmove",w.Z),e.clearTimeout(j.current)}}),[M,re,J,oe,z,Q,Se,Ce,Ee,Be,xe,He,we,Oe,Te,Ne,Pe,je]),h.useEffect((function(){return K.current=!1,function(){K.current=!0}}),[]),h.useLayoutEffect(Ke,[Ke])}var je=h.forwardRef((function(e,t){var n=h.useRef(null),o=h.useRef(null),r=h.useCallback((function(){return n.current&&n.current.element?n.current.element:n.current}),[n]);h.useImperativeHandle(o,(function(){return{element:r()||null}})),h.useImperativeHandle(t,(function(){return o.current})),h.useImperativeHandle(e.childRef,(function(){return n.current}));var a=h.useCallback((function(t){e.onPress&&e.onPress({element:r(),target:o.current,event:t})}),[r,e.onPress]),i=h.useCallback((function(t){e.onRelease&&e.onRelease({element:r(),target:o.current,event:t})}),[r,e.onRelease]),c=h.useCallback((function(t){e.onDragStart&&e.onDragStart({element:r(),target:o.current,event:t})}),[e,r]),l=h.useCallback((function(t){e.onDrag&&e.onDrag({element:r(),target:o.current,event:t})}),[r,e.onDrag]),s=h.useCallback((function(t){e.onDragEnd&&e.onDragEnd({element:r(),target:o.current,event:t})}),[r,e.onDragEnd]);return Te(n,{onPress:a,onRelease:i,onDragStart:c,onDrag:l,onDragEnd:s},{mouseOnly:e.mouseOnly,autoScroll:e.autoScroll,hint:e.hint,scrollContainer:e.scrollContainer}),e.children?h.cloneElement(h.Children.only(e.children),{ref:n}):null}));function Fe(e,t){void 0===t&&(t={onDragEnter:w.Z,onDragOver:w.Z,onDragLeave:w.Z,onDrop:w.Z});var n=t.onDragEnter,o=void 0===n?w.Z:n,r=t.onDragOver,a=void 0===r?w.Z:r,i=t.onDragLeave,c=void 0===i?w.Z:i,l=t.onDrop,s=void 0===l?w.Z:l,v=Ae(Ie)[1],u=h.useContext(ke),p=u[1],d=u[2],m=h.useCallback((function(){return e.current&&e.current.element?e.current.element:e.current}),[e]),f=h.useRef(null);h.useImperativeHandle(f,(function(){return{element:m(),onDragEnter:z,onDragOver:g,onDragLeave:y,onDrop:b,data:e.current}}));var z=h.useCallback((function(t){v(f,{target:e.current,event:t}),o(t)}),[v,e,o]),g=h.useCallback((function(e){a(e)}),[a]),y=h.useCallback((function(t){v(null,{target:e.current,event:t}),c(t)}),[v,e,c]),b=h.useCallback((function(t){v(null,{target:e.current,event:t}),s(t)}),[v,e,s]),H=h.useCallback((function(){return p(f),function(){d(f)}}),[d,p]);h.useLayoutEffect(H,[H])}je.displayName="KendoReactDraggable";var Ke=h.forwardRef((function(e,t){var n=h.useRef(null),o=h.useRef(null),r=h.useCallback((function(){return n.current&&n.current.element?n.current.element:n.current}),[n]);h.useImperativeHandle(o,(function(){return{element:r()||void 0}})),h.useImperativeHandle(t,(function(){return o.current})),h.useImperativeHandle(e.childRef,(function(){return n.current}));var a=h.useCallback((function(t){e.onDragEnter&&e.onDragEnter({element:r(),target:o.current,event:t})}),[e.onDragEnter,r]),i=h.useCallback((function(t){e.onDragOver&&e.onDragOver({element:r(),target:o.current,event:t})}),[r,e.onDragOver]),c=h.useCallback((function(t){e.onDragLeave&&e.onDragLeave({element:r(),target:o.current,event:t})}),[e.onDragLeave,r]),l=h.useCallback((function(t){e.onDrop&&e.onDrop({element:r(),target:o.current,event:t})}),[e.onDrop,r]);return Fe(n,{onDragEnter:a,onDragOver:i,onDragLeave:c,onDrop:l}),e.children?h.cloneElement(h.Children.only(e.children),{ref:n}):null}));Ke.displayName="KendoReactDroppable";var Ze=n(2697);function We(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(!((o=e[n])===(r=t[n])||Number.isNaN(o)&&Number.isNaN(r)))return!1;var o,r;return!0}function Ue(e,t){void 0===t&&(t=We);var n=null;function o(){for(var o=[],r=0;r<arguments.length;r++)o[r]=arguments[r];if(n&&n.lastThis===this&&t(o,n.lastArgs))return n.lastResult;var a=e.apply(this,o);return n={lastResult:a,lastArgs:o,lastThis:this},a}return o.clear=function(){n=null},o}var qe=["input:not([disabled]):not([type=hidden])","select:not([disabled])","textarea:not([disabled])","button:not([disabled])","a[href]","area[href]","summary","iframe","object","embed","audio[controls]","video[controls]","[contenteditable]"],Ye=function(){function e(e){var t=this;this.rovingTabIndex=!0,this.update=function(){},this.focusNextIndex=function(e,n){var o=t.elements,r=o.indexOf(e)+n,a=o[(r=r<0?o.length-1:r)%o.length];return t.focusElement(a,e),a},this.tabIndex=e.tabIndex||0,this.root=e.root,this.selectors=e.selectors,this.focusOptions=e.focusOptions||{preventScroll:!0},this.rovingTabIndex=void 0===e.rovingTabIndex||e.rovingTabIndex,this.mouseEvents=e.mouseEvents||{},this.keyboardEvents=e.keyboardEvents||{}}return Object.defineProperty(e.prototype,"elements",{get:function(){return this.root.current?Array.from(this.root.current.querySelectorAll(this.selectors.join(","))):[]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"first",{get:function(){return this.root.current&&this.root.current.querySelector(this.selectors.join(","))||null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"last",{get:function(){var e=this.elements;return e[e.length-1]||null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"current",{get:function(){return this.elements.find((function(e){return e.matches(":focus")}))||null},enumerable:!1,configurable:!0}),e.prototype.focusNext=function(e){return this.focusNextIndex(e,1)},e.prototype.focusPrevious=function(e){return this.focusNextIndex(e,-1)},e.prototype.triggerKeyboardEvent=function(e,t){var n=e.target instanceof Element&&e.target.closest(this.selectors.join(",")),o=" "===e.key?"Space":e.key,r=e.nativeEvent.type;n&&this.keyboardEvents[r][o]&&this.keyboardEvents[r][o].call(void 0,n,this,e,t)},e.prototype.triggerMouseEvent=function(e){var t=e.target instanceof Element&&e.target.closest(this.selectors.join(",")),n=e.nativeEvent.type;t&&this.mouseEvents[n].call(void 0,t,this,e)},e.prototype.focusElement=function(e,t){e&&(t&&(this.rovingTabIndex&&t.removeAttribute("tabindex"),t.classList.remove("k-focus")),this.rovingTabIndex&&e.setAttribute("tabindex",String(this.tabIndex)),e.focus(this.focusOptions))},e}(),Ge=n(3769);function Xe(e,t){var n=(e||"").split("."),o=t;return n.forEach((function(e){o=o?o[e]:void 0})),o}function Qe(e){return void 0!==e.length}var Je=function(){function e(e){this.expandField=e.expandField,this.selectField=e.selectField,this.hasChildrenField=e.hasChildrenField,this.childrenField=e.childrenField,this.textField=e.textField,this.disableField=e.disableField,this.checkField=e.checkField,this.checkIndeterminateField=e.checkIndeterminateField,this.focusIdField=e.focusIdField}return e.prototype.expanded=function(e){return Xe(this.expandField,e)},e.prototype.selected=function(e){return Xe(this.selectField,e)},e.prototype.text=function(e){return Xe(this.textField,e)},e.prototype.disabled=function(e){return Xe(this.disableField,e)},e.prototype.hasChildren=function(e){return Xe(this.hasChildrenField,e)},e.prototype.children=function(e){return Xe(this.childrenField,e)||[]},e.prototype.checked=function(e){return Xe(this.checkField,e)},e.prototype.checkIndeterminate=function(e){return Xe(this.checkIndeterminateField,e)},e.prototype.focusId=function(e){return this.focusIdField&&Xe(this.focusIdField,e)},e.prototype.getChildrenField=function(){return this.childrenField},e}(),$e=function(){function e(){this.objects=[]}return e.prototype.init=function(e){for(var t,n=0;n<e.length;n++)n%5e4==0&&(t={},this.objects.push(t)),t[e[n]]=!0},e.prototype.hasId=function(e){return this.objects.some((function(t){return t[e]}))},e}(),et="",tt="0",nt="_";function ot(e,t,n){if(ht(e))return t[Number(e)];var o=t[Number(rt(e))],r=o&&o[n]||[];return r.length?ot(at(e),r,n):void 0}function rt(e){return st(e)?e:e.split(nt)[0]}function at(e){if(st(e))return e;var t=e.indexOf(nt);return e.substring(t+1)}function it(e){return ct("0",e)}function ct(e,t){return e=e.toString(),t?t+nt+e:e}function lt(e){var t=e.lastIndexOf(nt);return t<0?et:e.substring(0,t)}function st(e){return e===et||e.indexOf(nt)<0}function ht(e){return e!==et&&e.indexOf(nt)<0}function vt(e){return e.split(nt)}function ut(e){var t=e.lastIndexOf(nt);return t<0?e:e.substring(t+1)}function pt(e){return ut(e)===tt}function dt(e,t){var n=t;t="r"+nt+t;var o=lt(e="r"+nt+e)+nt;if(t.startsWith(o)){var r=t.substring(o.length);if(r){var a=rt(r);if(Number(ut(e))<Number(a))return at(o+(Number(a)-1).toString()+r.substring(a.length))}}return n}var mt=function(){return mt=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},mt.apply(this,arguments)};function ft(e,t){var n=Xe(t,e);return Boolean(n&&n.length)}function zt(e,t){return t.expanded(e)&&ft(e,t.getChildrenField())}function gt(e,t,n,o){var r=yt([e],t,n,o);return r.length?r[0]:void 0}function yt(e,t,n,o){var r=[],a=new $e;return a.init(e),kt(a,t,n,et,r,o),r}function bt(e,t,n,o,r){var a,i=Number(rt(t));if(i>=e.length)return e;var c=e,l=e[i];return l[o]||(l=(c=e.slice())[i]=Object.assign({},l,((a={})[o]=!0,a))),ht(t)?n(l):l[r]&&(l[r]=bt(l[r],at(t),n,o,r)),c}function Ht(e,t,n){for(var o=vt(e),r=t,a=0;a<o.length;a++){var i=r[Number(o[a])];if(n.disabled(i))return!1;r=i[n.getChildrenField()]}return!0}function wt(e,t,n,o){return o?function e(t){for(var r=[],a=t[n]||[],i=0;i<a.length;i++)r.push(Xe(o,a[i])),r=r.concat(e(a[i]));return r}(e):function e(t,o){for(var r=[],a=t[n]||[],i=0;i<a.length;i++){var c=ct(i,o);r.push(c),r=r.concat(e(a[i],c))}return r}(e,t)}function xt(e,t,n,o,r){return(e[o]||[]).every((function(e,o){return r.indexOf(n?Xe(n,e):ct(o,t))>-1}))}function Mt(e,t,n){for(var o=[],r=vt(e),a=n,i=0;i<r.length-1&&a;i++){var c=a[Number(r[i])];o.push(c),a=c[t]}return o}function It(e,t,n){var o=n.slice();if(ht(e))o.splice(Number(e),1);else{var r=Number(rt(e)),a=o[r]=mt({},o[r]);a[t]=It(at(e),t,a[t])}return o}function Vt(e,t,n,o,r){var a=r.slice();if(ht(o))if("child"===t){var i=a[Number(o)]=mt({},a[Number(o)]);i[n]?(i[n]=i[n].slice(),i[n].push(e)):i[n]=[e]}else a.splice(Number(o)+("after"===t?1:0),0,e);else{var c=Number(rt(o)),l=a[c]=mt({},a[c]);l[n]=Vt(e,t,n,at(o),l[n])}return a}function kt(e,t,n,o,r,a){for(var i=0;i<n.length;i++){var c=n[i],l=ct(i,o);e.hasId(Xe(t,c))&&r.push(l),ft(c,a)&&kt(e,t,Xe(a,c),l,r,a)}}},3228:(e,t,n)=>{n.d(t,{Z:()=>o});var o=function(){}},2697:(e,t,n)=>{n.d(t,{G:()=>o});var o={sizeMap:{small:"sm",medium:"md",large:"lg"},roundedMap:{small:"sm",medium:"md",large:"lg"},orientationMap:{vertical:"vstack",horizontal:"hstack"}}},4006:(e,t,n)=>{n.d(t,{s:()=>a,G:()=>i});var o=n(9302),r=["telerik.com","progress.com","stackblitz.io","csb.app"];function a(e){if(void 0!==o)o.validatePackage(e);else{var t="License activation failed for ".concat(e.name,"\n");t+="The @progress/kendo-licensing script is not loaded.\n",t+="See ".concat(e.licensingDocsUrl," for more information.\n"),console.warn(t)}}function i(e){return!r.some((function(e){var t;return null===(t=globalThis.document)||void 0===t?void 0:t.location.hostname.endsWith(e)}))&&!(null==o?void 0:o.validatePackage(e))}},9302:e=>{e.exports=t},499:e=>{e.exports=a},189:e=>{e.exports=o},3899:t=>{t.exports=e},994:e=>{e.exports=n},6144:e=>{e.exports=r}},c={};function l(e){var t=c[e];if(void 0!==t)return t.exports;var n=c[e]={exports:{}};return i[e].call(n.exports,n,n.exports,l),n.exports}return l.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return l.d(t,{a:t}),t},l.d=(e,t)=>{for(var n in t)l.o(t,n)&&!l.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},l.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),l.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l(468)})()}));
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ (function(g,fe){typeof exports=="object"&&typeof module<"u"?fe(exports,require("react"),require("@progress/kendo-react-common"),require("@progress/kendo-react-popup"),require("prop-types"),require("@progress/kendo-svg-icons"),require("@progress/kendo-react-buttons"),require("@progress/kendo-react-animation"),require("@progress/kendo-react-intl"),require("@progress/kendo-react-progressbars"),require("@progress/kendo-licensing")):typeof define=="function"&&define.amd?define(["exports","react","@progress/kendo-react-common","@progress/kendo-react-popup","prop-types","@progress/kendo-svg-icons","@progress/kendo-react-buttons","@progress/kendo-react-animation","@progress/kendo-react-intl","@progress/kendo-react-progressbars","@progress/kendo-licensing"],fe):(g=typeof globalThis<"u"?globalThis:g||self,fe(g.KendoReactLayout={},g.React,g.KendoReactCommon,g.KendoReactPopup,g.PropTypes,g.KendoSvgIcons,g.KendoReactButtons,g.KendoReactAnimation,g.KendoReactIntl,g.KendoReactProgressbars,g.KendoLicensing))})(this,function(g,fe,o,jt,zs,z,Fs,Ce,ge,Ks,ie){"use strict";function Vt(e){const i=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const s in e)if(s!=="default"){const n=Object.getOwnPropertyDescriptor(e,s);Object.defineProperty(i,s,n.get?n:{enumerable:!0,get:()=>e[s]})}}return i.default=e,Object.freeze(i)}const t=Vt(fe),r=Vt(zs),q="",Pe="0",te="_";function be(e,i){if(X(e))return i[Number(e)];{const s=i[Number(le(e))];return s.items?be(Bs(e),s.items):void 0}}function le(e){return ce(e)?e:e.split(te)[0]}function Bs(e){if(ce(e))return e;{const i=e.indexOf(te);return e.substring(i+1)}}function qt(e){return Me("0",e)}function Rs(e,i){return i.indexOf(e)===0?i.length===e.length||i.charAt(e.length)===te:!1}function Me(e,i){return i?i+te+e:e}function oe(e){const i=e.lastIndexOf(te);return i<0?q:e.substring(0,i)}function ce(e){return e===q||e.indexOf(te)<0}function X(e){return e!==q&&e.indexOf(te)<0}function Hs(e){return _s(e)===1}function Ws(e){return st(e)===Pe}function st(e){const i=e.lastIndexOf(te);return i<0?e:e.substring(i+1)}function Gt(e,i,s){return X(i)?e?Number(i)<s-1?(Number(i)+1).toString():"0":Number(i)>0?(Number(i)-1).toString():(s-1).toString():i}function _s(e){return e.split(te).length-1}const Xt={vertical:"top",horizontal:"left"},Yt={vertical:"top",horizontal:"right"},Zt={vertical:"flip",horizontal:"fit"},Jt={vertical:"fit",horizontal:"flip"},Qt={downward:{anchorAlign:{vertical:"bottom",horizontal:"right"},popupAlign:Yt,collision:Zt},leftward:{anchorAlign:{vertical:"top",horizontal:"left"},popupAlign:Yt,collision:Jt}},es={downward:{anchorAlign:{vertical:"bottom",horizontal:"left"},popupAlign:Xt,collision:Zt},rightward:{anchorAlign:{vertical:"top",horizontal:"right"},popupAlign:Xt,collision:Jt}};function Us(e,i,s){const n=ts(e,i,s);return s?n==="downward"?Qt.downward:Qt.leftward:n==="downward"?es.downward:es.rightward}function ts(e,i,s){return X(e)?i?s?"leftward":"rightward":"downward":s?"leftward":"rightward"}function ss(e){return e?"rtl":"ltr"}function it(e,i){return`${e}_${i}`}class nt extends t.Component{render(){return this.props.url?t.createElement("a",{className:this.getMenuItemClassName(),role:"presentation",href:this.props.url,tabIndex:-1},this.props.children):t.createElement("span",{id:this.props.id,className:o.classNames(this.getMenuItemClassName(),this.props.className),style:this.props.style,role:"presentation"},this.props.children)}getMenuItemClassName(){return o.classNames("k-link","k-menu-link",{"k-active":this.props.opened})}}nt.propTypes={opened:r.bool,url:r.string};const is="caret-alt-down",ns="caret-alt-right",rs="caret-alt-left";class rt extends t.Component{render(){return t.createElement(o.IconWrap,{"aria-hidden":!0,...this.getIcon()})}getIcon(){switch(ts(this.props.itemId,this.props.verticalMenu===!0,this.props.dir==="rtl")){case"downward":return{name:is,icon:z.caretAltDownIcon};case"rightward":return{name:ns,icon:z.caretAltRightIcon};case"leftward":return{name:rs,icon:z.caretAltLeftIcon};default:return{}}}}rt.propTypes={itemId:r.string,dir:r.string,verticalMenu:r.bool};class at extends t.Component{constructor(){super(...arguments),this.onMouseOver=i=>{this.props.onMouseOver(this.props.parentItemId),i.stopPropagation()},this.onMouseLeave=i=>{this.props.onMouseLeave(this.props.parentItemId),i.stopPropagation()}}render(){const i=this.props.parentItemId;return t.createElement("ul",{className:this.props.className,role:this.props.role?this.props.role:i!==void 0?"menu":"menubar",id:i!==void 0?it(this.props.menuGuid,i):void 0,onMouseOver:i!==void 0?this.onMouseOver:void 0,onMouseLeave:i!==void 0?this.onMouseLeave:void 0,"aria-orientation":this.props["aria-orientation"]},this.renderChildItems())}renderChildItems(){return this.props.items.length>0?this.props.items.map((i,s)=>t.createElement($s,{item:i,isMenuVertical:this.props.isMenuVertical,isDirectionRightToLeft:this.props.isDirectionRightToLeft,focusedItemId:this.props.focusedItemId,lastItemIdToBeOpened:this.props.lastItemIdToBeOpened,tabbableItemId:this.props.tabbableItemId,itemRender:this.props.itemRender,linkRender:this.props.linkRender,menuGuid:this.props.menuGuid,onMouseOver:this.props.onMouseOver,onMouseLeave:this.props.onMouseLeave,onMouseDown:this.props.onMouseDown,onBlur:this.props.onBlur,onFocus:this.props.onFocus,onClick:this.props.onClick,onOriginalItemNeeded:this.props.onOriginalItemNeeded,key:s})):null}}class $s extends t.Component{constructor(i){super(i),this.isFirstRender=!0,this.onMouseOver=s=>{this.props.onMouseOver(this.props.item.id),s.stopPropagation()},this.onMouseLeave=s=>{this.props.onMouseLeave(this.props.item.id),s.stopPropagation()},this.state={opened:!1}}componentDidMount(){const i=this.props.focusedItemId,s=this.props.item.id;i&&i===s&&this.itemElement.focus(),this.isFirstRender=!1}componentDidUpdate(i){const s=this.props.focusedItemId,n=this.props.item.id;if(s){const a=o.getActiveElement(document);i.focusedItemId!==s&&s===n&&!this.itemElement.contains(a)&&this.itemElement.focus()}}render(){const i=this.props.item,s=i.id,n=it(this.props.menuGuid,s);return t.createElement(t.Fragment,null,t.createElement("li",{id:it(this.props.menuGuid,s),className:this.getMenuItemClassName(i),style:i.cssStyle,tabIndex:s===this.props.tabbableItemId?0:-1,onMouseOver:this.onMouseOver,onMouseLeave:this.onMouseLeave,onMouseDown:a=>this.props.onMouseDown(a),onBlur:a=>this.props.onBlur(s,a),onFocus:()=>this.props.onFocus(s),onClick:a=>this.props.onClick(a,s),role:"menuitem","aria-disabled":i.disabled?!0:void 0,"aria-haspopup":i.items.length>0?!0:void 0,"aria-expanded":i.items.length>0?this.Opened:void 0,"aria-label":i.text,"aria-owns":this.Opened?n:void 0,ref:a=>this.itemElement=a,key:"0"},this.contentRender?this.renderContent():this.renderMenuItemLink()),this.renderPopupIfOpened())}renderContent(){const i=this.props.item.contentParentItemId;return t.createElement("div",{className:"k-content",role:"presentation"},t.createElement(this.contentRender,{item:this.props.onOriginalItemNeeded(i),itemId:i}))}renderMenuItemLink(){const i=this.props.item;if(this.linkRender)return t.createElement(this.linkRender,{item:this.props.onOriginalItemNeeded(i.id),itemId:i.id,opened:this.Opened,dir:ss(this.props.isDirectionRightToLeft)});{const s=this.itemRender?t.createElement(this.itemRender,{item:this.props.onOriginalItemNeeded(i.id),itemId:i.id,key:"1"}):t.createElement("span",{className:"k-menu-link-text"},i.text);return t.createElement(nt,{url:i.url,opened:this.Opened},this.renderMenuIconIfApplicable(),s,this.renderArrowIfApplicable())}}renderPopupIfOpened(){if(this.Opened){const i=this.props.item.id,{anchorAlign:s,popupAlign:n,collision:a}=Us(i,this.props.isMenuVertical,this.props.isDirectionRightToLeft);return t.createElement(jt.Popup,{anchor:this.itemElement,show:!0,popupClass:this.getPopupClassName(),anchorAlign:s,popupAlign:n,collision:a,animate:!1,key:"1"},t.createElement(at,{parentItemId:i,items:this.props.item.items,menuGuid:this.props.menuGuid,focusedItemId:this.props.focusedItemId,lastItemIdToBeOpened:this.props.lastItemIdToBeOpened,tabbableItemId:this.props.tabbableItemId,itemRender:this.props.itemRender,linkRender:this.props.linkRender,isMenuVertical:this.props.isMenuVertical,isDirectionRightToLeft:this.props.isDirectionRightToLeft,className:"k-group k-menu-group k-reset k-menu-group-md",onMouseOver:this.props.onMouseOver,onMouseLeave:this.props.onMouseLeave,onMouseDown:this.props.onMouseDown,onBlur:this.props.onBlur,onFocus:this.props.onFocus,onClick:this.props.onClick,onOriginalItemNeeded:this.props.onOriginalItemNeeded}))}else return null}renderMenuIconIfApplicable(){const{icon:i,svgIcon:s}=this.props.item;return i||s?t.createElement(o.IconWrap,{name:i,icon:s,key:"0"}):null}renderArrowIfApplicable(){return this.props.item.items.length>0?t.createElement("span",{className:"k-menu-expand-arrow","aria-hidden":!0},t.createElement(rt,{itemId:this.props.item.id,verticalMenu:this.props.isMenuVertical,dir:ss(this.props.isDirectionRightToLeft),key:"2"})):null}get itemRender(){return this.props.item.render||this.props.itemRender}get linkRender(){return this.props.item.linkRender||this.props.linkRender}get contentRender(){return this.props.item.contentParentItemId?this.props.item.contentRender:null}get Opened(){const i=this.props;return i.item.items.length>0&&Rs(i.item.id,i.lastItemIdToBeOpened)&&!this.isFirstRender}getPopupClassName(){return o.classNames("k-menu-popup",{"k-rtl":this.props.isDirectionRightToLeft})}getMenuItemClassName(i){return o.classNames("k-item","k-menu-item",{"k-first":Ws(i.id),"k-last":i.isLastFromSiblings,"k-disabled":i.disabled},i.cssClass)}}class as extends t.Component{constructor(i){super(i),this.draggable=null,this.onDrag=(s,n,a)=>{const{event:l}=s,{onDrag:c,index:d}=this.props,u=this.draggable&&this.draggable.element;u&&!this.isStatic&&this.isDraggable&&c(l,u,d,n,a)},this.onFocus=()=>{this.setState({focused:!0})},this.onBlur=()=>{this.setState({focused:!1})},this.onToggle=s=>{const{onToggle:n,index:a,prev:l,next:c}=this.props;(l.collapsible||c.collapsible)&&n(l.collapsible?a:a+1,s)},this.onPrevToggle=s=>{const{onToggle:n,index:a,prev:l}=this.props;l.collapsible&&n(a,s)},this.onNextToggle=s=>{const{onToggle:n,index:a,next:l}=this.props;l.collapsible&&n(a+1,s)},this.onKeyDown=s=>{const n=s&&s.keyCode,a=this.isHorizontal,{index:l}=this.props,c=this.draggable&&this.draggable.element,d=(u,h,p)=>{s.preventDefault(),this.props.onKeyboardResize(u,h,p,s)};c&&(n===o.Keys.enter?(s.preventDefault(),this.onToggle(s)):this.isDraggable&&(a&&n===o.Keys.left?d(c,l,-10):a&&n===o.Keys.right?d(c,l,10):!a&&n===o.Keys.up?d(c,l,-10):!a&&n===o.Keys.down&&d(c,l,10)))},this.state={focused:!1}}get isStatic(){const{prev:i,next:s}=this.props,n=i.resizable&&s.resizable,a=i.collapsible||s.collapsible;return!n&&!a}get isDraggable(){const{prev:i,next:s}=this.props,n=i.resizable&&s.resizable,a=i.collapsed||s.collapsed;return!!n&&!a}get isHorizontal(){return this.props.orientation==="horizontal"}render(){const i=this.isDraggable,s=this.isStatic,n=this.isHorizontal,a=o.classNames("k-splitbar",{["k-focus"]:this.state.focused,["k-splitbar-horizontal"]:n,["k-splitbar-vertical"]:!n,["k-splitbar-draggable-horizontal"]:n&&i,["k-splitbar-draggable-vertical"]:!n&&i,["k-splitbar-static-horizontal"]:n&&s,["k-splitbar-static-vertical"]:!n&&s});return t.createElement(o.Draggable,{onPress:l=>this.onDrag(l,!0,!1),onDrag:l=>this.onDrag(l,!1,!1),onRelease:l=>this.onDrag(l,!1,!0),ref:l=>{this.draggable=l}},t.createElement("div",{tabIndex:s?-1:0,role:"separator","aria-valuenow":0,"aria-label":this.props.ariaLabel,"aria-orientation":n?"vertical":void 0,className:a,style:{touchAction:"none"},onFocus:this.onFocus,onBlur:this.onBlur,onDoubleClick:this.onToggle,onKeyDown:this.onKeyDown},this.props.prev.collapsible&&t.createElement("div",{className:"k-collapse-prev",onClick:this.onPrevToggle},t.createElement(o.IconWrap,{name:this.props.prev.collapsible?n?this.props.prev.collapsed?this.props.isRtl?"caret-alt-left":"caret-alt-right":this.props.isRtl?"caret-alt-right":"caret-alt-left":this.props.prev.collapsed?"caret-alt-down":"caret-alt-up":void 0,icon:this.props.prev.collapsible?n?this.props.prev.collapsed?this.props.isRtl?z.caretAltLeftIcon:z.caretAltRightIcon:this.props.isRtl?z.caretAltRightIcon:z.caretAltLeftIcon:this.props.prev.collapsed?z.caretAltDownIcon:z.caretAltUpIcon:void 0,size:"xsmall"})),t.createElement("div",{className:"k-resize-handle"}),this.props.next.collapsible&&t.createElement("div",{className:"k-collapse-next",onClick:this.onNextToggle},t.createElement(o.IconWrap,{name:this.props.next.collapsible?n?this.props.next.collapsed?this.props.isRtl?"caret-alt-right":"caret-alt-left":this.props.isRtl?"caret-alt-left":"caret-alt-right":this.props.next.collapsed?"caret-alt-up":"caret-alt-down":void 0,icon:this.props.next.collapsible?n?this.props.next.collapsed?this.props.isRtl?z.caretAltRightIcon:z.caretAltLeftIcon:this.props.isRtl?z.caretAltLeftIcon:z.caretAltRightIcon:this.props.next.collapsed?z.caretAltUpIcon:z.caretAltDownIcon:void 0,size:"xsmall"}))))}}class lt extends t.Component{constructor(){super(...arguments),this.itemRef=null,this.focus=()=>{this.itemRef&&(this.itemRef.tabIndex=0,this.itemRef.focus())},this.blur=()=>{this.itemRef&&(this.itemRef.tabIndex=-1,this.itemRef.blur())},this.onClick=()=>{this.props.onSelect&&this.props.onSelect(this.props.index),this.itemRef&&(this.itemRef.tabIndex=0,this.itemRef.focus())}}render(){const{id:i,active:s,disabled:n,title:a="Untitled",first:l,last:c}=this.props;let d={id:i,"aria-selected":s,"aria-controls":i,"aria-disabled":n,"aria-hidden":n,role:"tab",onClick:n?void 0:this.onClick};const u=o.classNames("k-item",{["k-first"]:l,["k-last"]:c,["k-disabled"]:n,["k-active"]:s});return t.createElement("li",{...d,className:u,ref:h=>this.itemRef=h,onBlur:this.blur},t.createElement("span",{className:"k-link"},a))}}lt.propTypes={active:r.bool,disabled:r.bool,index:r.number,onSelect:r.func,title:r.oneOfType([r.string,r.element]),first:r.bool,last:r.bool};const js=e=>Array.apply(null,Array(e)),Vs=e=>e.preventDefault(),ye="smooth",ae="prev",ve="next";class Ae extends t.Component{constructor(i){super(i),this.itemsNavRef=t.createRef(),this.isRtl=()=>this.props.dir==="rtl",this.onWheel=s=>{s.stopPropagation();const n=s.deltaY<0?ae:ve;this.setNewScrollPosition(n,s)},this.arrowClickPrev=s=>{this.handleArrowClick(ae,s)},this.arrowClickNext=s=>{this.handleArrowClick(ve,s)},this.handleArrowClick=(s,n)=>{this.setNewScrollPosition(s,n)},this.setNewScrollPosition=(s,n)=>{const a=this.itemsNavRef.current;if(!a)return;const l=this.horizontalScroll(),c=l?a.scrollWidth-a.offsetWidth:a.scrollHeight-a.offsetHeight,d=(n.type==="click"?this.props.buttonScrollSpeed:this.props.mouseScrollSpeed)||0;let u=l?a.scrollLeft:a.scrollTop,h=l?a.scrollWidth-a.scrollLeft:a.scrollHeight-a.scrollTop,p=a.scrollWidth-a.scrollLeft*-1;this.isRtl()&&this.horizontalScroll()?(s===ae&&u<0&&(u+=d,p+=d),s===ve&&u<c&&(u-=d,p-=d),u=Math.min(0,Math.min(c,u))):(s===ae&&u>0&&(u-=d,h+=d),s===ve&&u<c&&(u+=d,h-=d),u=Math.max(0,Math.min(c,u)));const m=u===0,f=n.type==="click"?ye:void 0;if(l){const I=this.isRtl()?Math.round(p)<=a.clientWidth||Math.floor(p)<=a.clientWidth:Math.round(h)<=a.clientWidth||Math.floor(h)<=a.clientWidth;this.setState({disabledPrev:m,disabledNext:I}),a.scrollTo({left:u,behavior:f})}else this.setState({disabledPrev:m,disabledNext:Math.round(h)<=a.clientHeight||Math.floor(h)<=a.clientHeight}),a.scrollTo({top:u,behavior:f})},this.renderArrow=(s,n)=>{const a=this.horizontalScroll(),l={prev:{arrowTab:"k-tabstrip-prev",fontIcon:a?this.isRtl()?"caret-alt-right":"caret-alt-left":"caret-alt-up",svgIcon:a?this.isRtl()?z.caretAltRightIcon:z.caretAltLeftIcon:z.caretAltUpIcon},next:{arrowTab:"k-tabstrip-next",fontIcon:a?this.isRtl()?"caret-alt-left":"caret-alt-right":"caret-alt-down",svgIcon:a?this.isRtl()?z.caretAltLeftIcon:z.caretAltRightIcon:z.caretAltDownIcon}},c=(s===ae?this.props.prevButton:this.props.nextButton)||Fs.Button,d=s===ae?this.arrowClickPrev:this.arrowClickNext;return t.createElement(c,{disabled:n,className:`${l[s].arrowTab}`,onClick:d,icon:l[s].fontIcon,svgIcon:l[s].svgIcon,onMouseDown:Vs,tabIndex:-1,fillMode:"flat"})},this.state={disabledPrev:this.props.selected===0,disabledNext:this.props.selected===t.Children.count(this.props.children)-1}}componentDidMount(){this.props.scrollable&&this.scrollToSelected()}componentDidUpdate(i){const{scrollable:s,selected:n}=this.props;s&&i.selected!==n&&(this.scrollToSelected(),this.setState({disabledPrev:n===0,disabledNext:n===t.Children.count(this.props.children)-1}))}render(){const{selected:i,tabPosition:s,children:n,onSelect:a,onKeyDown:l}=this.props,c=t.Children.count(n),d=t.Children.toArray(n);let u;n&&(u=js(c).map((m,f,I)=>{const b={active:i===f,disabled:d[f].props.disabled,index:f,title:d[f].props.title,first:f===0,last:f===I.length-1,onSelect:a};return t.createElement(lt,{key:f,...b})}));const h=o.classNames("k-tabstrip-items-wrapper",{"k-hstack":s==="top"||s==="bottom","k-vstack":s==="left"||s==="right"}),p=o.classNames("k-tabstrip-items","k-reset");return t.createElement("div",{className:h},this.props.scrollable?t.createElement(t.Fragment,null,this.renderArrow(ae,this.state.disabledPrev),t.createElement("ul",{ref:this.itemsNavRef,className:p,role:"tablist",tabIndex:this.props.tabIndex,onKeyDown:l,onWheel:this.onWheel},u),this.renderArrow(ve,this.state.disabledNext)):t.createElement("ul",{className:p,role:"tablist",tabIndex:this.props.tabIndex,onKeyDown:l},u))}scrollToSelected(){const i=this.itemsNavRef.current,s=i&&i.children[this.props.selected||0];if(s instanceof HTMLElement&&i instanceof HTMLElement){const n=this.horizontalScroll(),a=n?i.offsetWidth:i.offsetHeight,l=n?s.offsetWidth:s.offsetHeight,c=n?"left":"top";let d=n?i.scrollLeft:i.scrollTop,u=0;if(this.isRtl()){const h=s.offsetLeft;d=d*-1,h<0?(u=h-l+i.offsetLeft,i.scrollTo({[c]:u,behavior:ye})):h+l>a-d&&(u=d+h-l,i.scrollTo({[c]:u,behavior:ye}))}else{const h=n?s.offsetLeft-i.offsetLeft:s.offsetTop-i.offsetTop;d+a<h+l?(u=h+l-a,i.scrollTo({[c]:u,behavior:ye})):d>h&&(u=h,i.scrollTo({[c]:u,behavior:ye}))}}}horizontalScroll(){return/top|bottom/.test(this.props.tabPosition||"top")}}Ae.propTypes={children:r.oneOfType([r.element,r.arrayOf(r.element)]),onSelect:r.func,onKeyDown:r.func,selected:r.number,tabIndex:r.number};class ot extends t.Component{constructor(){super(...arguments),this.contentId=o.guid(),this.childFactory=i=>t.cloneElement(i,{...i.props,in:i.props.children.props.id===String(this.contentId+this.props.selected)})}render(){const{children:i,selected:s}=this.props,n=i&&typeof s=="number"&&t.Children.toArray(i)[s],a=o.classNames("k-tabstrip-content","k-active",n&&n.props.contentClassName);return t.createElement("div",{className:a,style:this.props.style},this.renderContent(i))}renderContent(i){return this.props.keepTabsMounted?t.Children.map(this.props.children,(s,n)=>this.renderChild(s,n)):this.renderChild(t.Children.toArray(i)[this.props.selected],this.props.selected)}renderChild(i,s){const n=s===this.props.selected,a={role:"tabpanel","aria-expanded":!0,"aria-labelledby":s.toString(),style:{display:n?void 0:"none"}},l={position:"initial",display:n?void 0:"none"};return i.props.disabled?null:this.props.animation?t.createElement(Ce.Fade,{appear:!0,exit:this.props.keepTabsMounted,style:l,childFactory:this.props.keepTabsMounted?this.childFactory:void 0},t.createElement("div",{...a,id:String(this.contentId+s),key:s},i.props.children)):t.createElement("div",{...a,key:s},i.props.children)}}ot.propTypes={animation:r.bool,children:r.oneOfType([r.element,r.arrayOf(r.element)]),selected:r.number,style:r.object};const R={name:"@progress/kendo-react-layout",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:0,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/components/my-license/"};class ct extends t.Component{constructor(i){super(i),this._element=null,this.showLicenseWatermark=!1,this.keyBinding={[o.Keys.left]:()=>this.prevNavigatableTab(),[o.Keys.right]:()=>this.nextNavigatableTab(),[o.Keys.down]:()=>this.nextNavigatableTab(),[o.Keys.up]:()=>this.prevNavigatableTab(),[o.Keys.home]:()=>0,[o.Keys.end]:()=>t.Children.count(this.props.children)-1},this.onSelect=s=>{this.props.selected!==s&&this.props.onSelect&&this.props.onSelect({selected:s})},this.onKeyDown=s=>{let n;switch(s.keyCode){case o.Keys.left:n=this.keyBinding[this.invertKeys(o.Keys.left,o.Keys.right)];break;case o.Keys.right:n=this.keyBinding[this.invertKeys(o.Keys.right,o.Keys.left)];break;case o.Keys.up:n=this.keyBinding[o.Keys.up];break;case o.Keys.down:n=this.keyBinding[o.Keys.down];break;case o.Keys.home:n=this.keyBinding[o.Keys.home];break;case o.Keys.end:n=this.keyBinding[o.Keys.end];break}n&&(s.preventDefault(),this.onSelect(n()))},this.renderContent=s=>{const{selected:n,children:a,tabContentStyle:l}=s,c=t.Children.count(a);return n<c&&n>-1?t.createElement(ot,{index:n,...s,style:l}):null},this.firstNavigatableTab=()=>{const s=this.children(),n=t.Children.count(s);if(s){for(let a=0;a<n;a++)if(!s[a].props.disabled)return a}},this.lastNavigatableTab=()=>{const s=this.children(),n=t.Children.count(s);if(s){for(let a=n-1;a>0;a--)if(!s[a].props.disabled)return a}},this.prevNavigatableTab=()=>{const s=this.children(),{selected:n}=this.props,a=n?n-1:-1;if(a<0)return this.lastNavigatableTab();if(s)for(let l=a;l>-1;l--){if(!s[l].props.disabled)return l;if(l===0)return this.lastNavigatableTab()}},this.nextNavigatableTab=()=>{const s=this.children(),{selected:n}=this.props,a=n?n+1:1,l=t.Children.count(s);if(a>=l)return this.firstNavigatableTab();if(s)for(let c=a;c<l;c++){if(!s[c].props.disabled)return c;if(c+1===l)return this.firstNavigatableTab()}},o.validatePackage(R),this.showLicenseWatermark=o.shouldShowValidationUI(R)}render(){const i={...this.props,children:this.children(),onKeyDown:this.onKeyDown,onSelect:this.onSelect},{tabPosition:s,tabIndex:n=0}=i,a=s==="bottom",l=o.classNames("k-tabstrip k-pos-relative",{"k-tabstrip-left":s==="left","k-tabstrip-right":s==="right","k-tabstrip-bottom":s==="bottom","k-tabstrip-top":s==="top","k-tabstrip-scrollable":this.props.scrollable},this.props.className);return t.createElement("div",{id:this.props.id,ref:c=>this._element=c,dir:this.props.dir,className:l,style:this.props.style},!a&&t.createElement(Ae,{...i,tabIndex:n}),this.renderContent(i),a&&t.createElement(Ae,{...i,tabIndex:n}),this.showLicenseWatermark&&t.createElement(o.WatermarkOverlay,null))}invertKeys(i,s){return this._element&&getComputedStyle(this._element).direction==="rtl"||!1?s:i}children(){return t.Children.toArray(this.props.children).filter(i=>i)}}ct.propTypes={animation:r.bool,children:r.node,onSelect:r.func,selected:r.number,style:r.object,tabContentStyle:r.object,tabPosition:r.string,tabIndex:r.number,className:r.string,dir:r.string},ct.defaultProps={animation:!0,tabPosition:"top",keepTabsMounted:!1,buttonScrollSpeed:100,mouseScrollSpeed:10};class ls extends t.Component{render(){return null}}ls.propTypes={disabled:r.bool,contentClassName:r.string,children:r.oneOfType([r.element,r.node]),title:r.oneOfType([r.string,r.element,r.node])};function qs({imageUrl:e,icon:i,svgIcon:s,iconClass:n}){return e?t.createElement("img",{role:"presentation",className:"k-panelbar-item-icon k-image",src:e}):i||s?t.createElement(o.IconWrap,{className:"k-panelbar-item-icon",name:i,icon:s}):n?t.createElement("span",{role:"presentation",className:"k-panelbar-item-icon "+n}):null}class ne extends t.PureComponent{constructor(i){super(i),this.handleItemClick=()=>{const{onSelect:s,disabled:n,id:a}=this.props;s&&!n&&s.call(void 0,{uniquePrivateKey:this.props.uniquePrivateKey,id:a,target:this})},this.childFactory=s=>this.props.keepItemsMounted?t.cloneElement(s,{...s.props,in:this.props.expanded}):s,this.state={show:i.expanded||!1}}render(){const{id:i,children:s,title:n,uniquePrivateKey:a,disabled:l,selected:c,focused:d,expanded:u,className:h,level:p,headerClassName:m,animation:f,keepItemsMounted:I}=this.props,b={role:"treeitem","aria-disabled":l,"aria-hidden":!l&&!u,"aria-selected":!l&&c,"aria-expanded":!l&&u&&!!s},N=o.classNames("k-panelbar-item",{"k-panelbar-header":p===0,"k-expanded":u&&!!s,"k-disabled":l},`k-level-${p}`,h),w=o.classNames("k-link",{"k-selected":!l&&c,"k-focus":!l&&d},m),E={display:"block"},y=qs(this.props),D=!l&&s?t.createElement(o.IconWrap,{name:u?"chevron-up":"chevron-down",icon:u?z.chevronUpIcon:z.chevronDownIcon,className:o.classNames("k-panelbar-toggle",u?"k-panelbar-collapse":"k-panelbar-expand")}):null,O=!l&&u||I?t.createElement("ul",{role:"group","aria-expanded":u,"aria-hidden":!u,className:"k-panelbar-group k-panel k-group",style:{display:I?this.state.show?"block":"none":"block"}},s):null,S=(f===void 0||f)&&!l&&s?t.createElement(Ce.Reveal,{transitionEnterDuration:200,transitionExitDuration:200,key:a+"_animation",style:E,children:O,childFactory:I&&this.childFactory,unmountOnExit:!I,onBeforeEnter:()=>I&&this.setState({show:!0}),onAfterExited:()=>I&&this.setState({show:!1})}):O;return t.createElement("li",{id:i,className:N,...b},t.createElement("span",{className:w,onClick:this.handleItemClick},y,t.createElement("span",{className:"k-panelbar-item-text"},n),D),S)}}ne.propTypes={animation:r.bool,children:r.any,className:r.string,icon:r.string,iconClass:r.string,imageUrl:r.string,svgIcon:o.svgIconPropType,expanded:r.bool,disabled:r.bool,onSelect:r.func,selected:r.bool,level:r.number,title:r.oneOfType([r.string,r.element]),id:r.oneOfType([r.string,r.number]),focused:r.bool,keepItemsMounted:r.bool},ne.defaultProps={title:"Untitled"};const dt=({animation:e=!0,keepItemsMounted:i=!1,state:s,expanded:n,handleSelect:a,children:l,parentExpanded:c=!0,level:d=0,parentPrivateKey:u=[]})=>t.Children.map(l,(h,p)=>{if(h&&h.type===ne){let m,f=ht(h,u,p);if(h.props.children){const I={animation:e,keepItemsMounted:i,state:s,expanded:n,handleSelect:a,children:h.props.children,parentExpanded:(n||[]).indexOf(f)>-1,level:d+1,parentPrivateKey:[...u,f]};m=dt(I)}return t.cloneElement(h,{...h.props,animation:h.props.animation!==void 0?h.props.animation:e,keepItemsMounted:i,id:h.props.id||`k-panelbar-item-default-${f}`,uniquePrivateKey:f,parentUniquePrivateKey:u,parentExpanded:c,level:d,expanded:(n||[]).indexOf(f)>-1,focused:s.focused===f&&s.wrapperFocused,selected:s.selected===f,children:m,onSelect:a})}else return t.createElement("div",{className:"k-panelbar-content k-content"},h)}),os=e=>{const i=t.Children.toArray(e.children)[0];return i?ht(i,[],0):""},ut=(e,i,s={expanded:e.expanded||[],selected:e.selected||"",focused:e.focused||"",wrapperFocused:!1},n=!0,a=[])=>(t.Children.map(e.children,(l,c)=>{if(l&&l.type===ne){let d=ht(l,a,c);!l.props.disabled&&n&&(l.props.selected&&(s.selected=d),l.props.focused&&(s.focused=d),l.props.expanded&&(i==="multiple"?s.expanded.push(d):i==="single"&&(s.expanded=[d])),l.props.children&&(s=ut(l.props,i,s,!!l.props.expanded,[...a,d])))}}),s),ht=(e,i,s)=>e&&e.props&&e.props.id?e.props.id:i.length?i[i.length-1]+`.${s}`:`.${s}`;function cs(e,i=[]){return(e||[]).forEach(s=>{s.disabled||(i.push(s),s.expanded&&s.children&&cs(s.children,i))}),i}function pt(e,i=[]){return t.Children.forEach(e,s=>{s&&s.props&&!s.props.disabled&&(i.push(s),s.props.children&&pt(s.props.children,i))}),i}function mt(e,i=[]){return t.Children.forEach(e,s=>{s&&s.props&&!s.props.disabled&&(s.props.expanded||s.props.parentExpanded)&&(i.push(s),s.props.children&&mt(s.props.children,i))}),i}const Gs=e=>e!=null;g.PanelBarUtils=void 0,(e=>{function i(s){return s.map((n,a)=>{let l;return n.content&&(l=n.content),n.children&&(l=i(n.children)),t.createElement(ne,{...n,children:l,key:n.id||a})})}e.mapItemsToComponents=i})(g.PanelBarUtils||(g.PanelBarUtils={}));const ds=(e,i)=>e.length!==i.length?!1:e.every((s,n)=>s===i[n]);var J=(e=>(e[e.Toggle=0]="Toggle",e[e.Next=1]="Next",e[e.Previous=2]="Previous",e))(J||{});class ft extends t.Component{constructor(i){super(i),this._element=null,this.showLicenseWatermark=!1,this.handleSelect=n=>{this.onSelect(n),this.onFocus(n)},this.onSelect=n=>{const a=pt(t.Children.toArray(this.children));let l,c;switch(a.forEach(d=>{d.props.uniquePrivateKey===(n.uniquePrivateKey||this.state.focused)&&(l=d)}),this.expandMode){case"single":c=[...l.props.parentUniquePrivateKey,l.props.uniquePrivateKey],ds(this.expandedItems,c)&&(l.props.parentUniquePrivateKey?c=[...l.props.parentUniquePrivateKey]:c=[]);break;case"multiple":{c=this.expandedItems.slice();let d=c.indexOf(l.props.uniquePrivateKey);d===-1?c.push(l.props.uniquePrivateKey):c.splice(d,1);break}default:c=this.expandedItems.slice();break}this.setState({selected:l.props.uniquePrivateKey,expanded:c}),this.props.onSelect&&this.props.onSelect.call(void 0,{target:l,expandedItems:c})},this.onFocus=(n,a=0)=>{const l=mt(t.Children.toArray(this.children));let c;l.forEach((d,u)=>{if(d.props.uniquePrivateKey===(n.uniquePrivateKey||this.state.focused)){let h=u+a<0?0:u+a>l.length?l.length-1:u+a;c=l[h]}}),c&&(this.activeDescendant=c.props.id,this.setState({focused:c.props.uniquePrivateKey}))},this.onNavigate=(n,a)=>{let l;switch(a){case J.Previous:l=-1,this.onFocus(n,l);break;case J.Next:l=1,this.onFocus(n,l);break;case J.Toggle:this.onSelect(n);break}},this.handleWrapperFocus=()=>{clearTimeout(this.nextTickId),this.state.wrapperFocused||this.setState({wrapperFocused:!0})},this.handleWrapperBlur=()=>{this.nextTick(()=>{this.setState({wrapperFocused:!1})})},this.handleKeyDown=n=>{const a=this._element&&getComputedStyle(this._element).direction==="rtl"||!1;if(n.target===n.currentTarget){const l=n.keyCode;let c;switch(l){case o.Keys.left:c=a?J.Next:J.Previous;break;case o.Keys.up:c=J.Previous;break;case o.Keys.right:c=a?J.Previous:J.Next;break;case o.Keys.down:c=J.Next;break;case o.Keys.space:case o.Keys.enter:c=J.Toggle;break;default:c=null;break}c!==null&&(n.preventDefault(),this.onNavigate(n,c))}},o.validatePackage(R),this.showLicenseWatermark=o.shouldShowValidationUI(R);const s=ut(i,this.expandMode);s.focused||(s.focused=os(i)),this.state=s}get expandMode(){return this.props.expandMode||"multiple"}get selectedItem(){const{selected:i=this.state.selected}=this.props;return i}get expandedItems(){return this.props.isControlled?this.props.expanded||[]:this.state.expanded}get children(){const i={...this.state,selected:this.selectedItem},s={animation:this.props.animation,keepItemsMounted:this.props.keepItemsMounted,state:i,expanded:this.expandedItems,handleSelect:this.handleSelect,children:this.props.children};return dt(s)}render(){const i={"aria-activedescendant":this.activeDescendant},s=o.classNames("k-panelbar","k-pos-relative",this.props.className);return t.createElement("ul",{ref:n=>{this._element=n},dir:this.props.dir,role:"tree",tabIndex:0,onKeyDown:this.handleKeyDown,onFocus:this.handleWrapperFocus,onBlur:this.handleWrapperBlur,className:s,style:this.props.style,...i},this.children,this.showLicenseWatermark&&t.createElement(o.WatermarkOverlay,null))}nextTick(i){this.nextTickId=window.setTimeout(()=>i())}}ft.propTypes={animation:r.bool,children:function(e,i){const s=e[i];if(s){if(Array.isArray(s)){for(let n of s)if(!n.type||n.type!==ne)return new Error("PanelBar children should be either PanelBarItem or Array of PanelBarItem.")}else if(s.type!==ne)return new Error("PanelBar child should be either PanelBarItem or Array of PanelBarItem.");return null}return null},dir:r.string,selected:r.string,expanded:r.arrayOf(r.string),focused:r.string,expandMode:r.oneOf(["single","multiple"]),className:r.string,keepItemsMounted:r.bool,onSelect:r.func,style:r.object},ft.defaultProps={expandMode:"multiple",animation:!0,keepItemsMounted:!1};class gt extends t.Component{render(){return null}}gt.propTypes={text:r.string,url:r.string,icon:r.string,disabled:r.bool,cssClass:r.string,cssStyle:r.object,render:r.any,linkRender:r.any,contentRender:r.any,data:r.any};function Xs(e,i){if(e&&e.length>0)return{items:yt(e),inputItems:e};if(bt(i).length>0){const s=hs(bt(i));return{items:yt(s),inputItems:s}}else return{items:[],inputItems:[]}}function us(e,i){let s={};const{text:n,url:a,icon:l,svgIcon:c,disabled:d,cssClass:u,cssStyle:h,render:p,linkRender:m,contentRender:f,data:I}=e||i.props;return n!==void 0&&(s.text=n),a!==void 0&&(s.url=a),l!==void 0&&(s.icon=l),c!==void 0&&(s.svgIcon=c),d!==void 0&&(s.disabled=d),u!==void 0&&(s.cssClass=u),h!==void 0&&(s.cssStyle=h),p!==void 0&&(s.render=p),m!==void 0&&(s.linkRender=m),f!==void 0&&(s.contentRender=f),I!==void 0&&(s.data=I),s}function bt(e){return t.Children.toArray(e).filter(i=>i&&i.type===gt)}function hs(e){const i=[];for(let s=0;s<e.length;s++){const n=e[s],a=us(void 0,n),l=hs(bt(n.props.children));l.length>0&&(a.items=l),i.push(a)}return i}function yt(e,i){const s=[];for(let n=0;n<e.length;n++){const a=e[n],l=us(a);l.id=Me(n.toString(),i),l.isLastFromSiblings=n===e.length-1,l.items=Ys(a,l),s.push(l)}return s}function Ys(e,i){return e.contentRender?[{contentParentItemId:i.id,id:Me(Pe,i.id),isLastFromSiblings:!0,contentRender:e.contentRender,items:[]}]:e.items?yt(e.items,i.id):[]}const Zs=/\S/;function Js(e,i,s,n,a,l){const c=P();switch(s){case o.Keys.left:return d();case o.Keys.right:return u();case o.Keys.up:return p();case o.Keys.down:return h();case o.Keys.enter:case o.Keys.space:return m();case o.Keys.home:return f();case o.Keys.end:return I();case o.Keys.esc:return b();default:return S()?N():i}function d(){return a?l?D():E():l?y():w()}function u(){return a?l?E():D():l?w():y()}function h(){return a?L():X(i)?v():L()}function p(){return a?C():X(i)?O():C()}function m(){return c.disabled?i:F()?qt(i):le(i)}function f(){return G()[0].id}function I(){const T=G();return T[T.length-1].id}function b(){return X(i)?i:oe(i)}function N(){const T=n.toLowerCase(),A=G(),j=Number(st(i)),Z=A.slice(j+1).concat(A.slice(0,j+1)).find(re=>(re.text||"").toLowerCase().startsWith(T));return Z?Z.id:i}function w(){return X(i)?C():Hs(i)?v(C(le(i))):oe(i)}function E(){return X(i)?O():oe(i)}function y(){return X(i)?L():v(F()?i:L(le(i)))}function D(){return v(X(i)||F()?i:L(le(i)))}function v(T){return Q(!0,T)}function O(T){return Q(!1,T)}function S(){return n.length===1&&Zs.test(n)}function P(T,A){return T===void 0&&(T=i),A===void 0&&(A=e),be(T,A)}function F(T){return P(T).items.length>0}function C(T){return U(!1,T)}function L(T){return U(!0,T)}function H(T){const A=P(T).items;return A[A.length-1].id}function G(){return X(i)?e:P(oe(i),e).items}function Q(T,A){A===void 0&&(A=i);const j=P(A);return F(A)&&!j.disabled?T?qt(A):H(A):A}function U(T,A){if(A===void 0&&(A=i),X(A))return Gt(T,A,e.length);{const j=oe(A),Y=st(A),Z=P(j).items.length;return Me(Gt(T,Y,Z),j)}}}function Qs(e){return e.hoverOpenDelay!==void 0?e.hoverOpenDelay:e.openOnClick?0:100}function ei(e){return e.hoverCloseDelay!==void 0?e.hoverCloseDelay:100}class ti{constructor(){this.phase="Initialized"}getIsDirectionRightToLeft(){return this.isDirectionRightToLeft}setIsDirectionRightToLeft(i){this.phase=this.phase==="NotInitialized"?"Initialized":"NewValueReceived",this.previousIsDirectionRightToLeft=this.isDirectionRightToLeft,this.isDirectionRightToLeft=i}hasDirectionChanged(){return this.phase==="NewValueReceived"?this.previousIsDirectionRightToLeft!==this.isDirectionRightToLeft:!1}}class si{constructor(i,s,n){this.openOnClick=i,this.resetMenu=s,this.openItem=n,this.mouseDown=!1,this.openOnClick=i,this.isMouseOverEnabled=!i}set OpenOnClick(i){!!i!=!!this.openOnClick&&(this.mouseDown=!1,this.isMouseOverEnabled=!i),this.openOnClick=i}handleItemSelectedViaKeyboard(){this.openOnClick&&(this.isMouseOverEnabled=!1,this.resetMenu())}get IsMouseOverEnabled(){return this.isMouseOverEnabled}handleItemMouseDown(){this.mouseDown=!0}handleItemFocus(){this.openOnClick&&!this.mouseDown&&(this.isMouseOverEnabled=!0),this.mouseDown=!1}handleItemClick(i,s){this.openOnClick&&(this.isMouseOverEnabled?s&&(this.isMouseOverEnabled=!1,this.resetMenu()):(this.isMouseOverEnabled=!0,this.openItem(i)))}}const ps={focusedItemId:q,hoveredItemId:q,tabbableItemId:Pe};class Le extends t.Component{constructor(i){super(i),this.menuWrapperEl=null,this.guid=o.guid(),this.directionHolder=new ti,this.inputItems=[],this.items=[],this.reset=()=>{this.clearItemHoverAndLeaveRequestsIfApplicable(),this.setState(ps)},this.onKeyDown=s=>{if(this.state.focusedItemId!==q){const n=be(this.state.focusedItemId,this.items),a=Js(this.items,n.id,s.keyCode,s.key,this.props.vertical,this.directionHolder.getIsDirectionRightToLeft());n.id!==a&&(s.preventDefault(),this.setFocusedItemId(a)),(s.keyCode===o.Keys.enter||s.keyCode===o.Keys.space)&&!n.disabled&&(this.mouseOverHandler.handleItemSelectedViaKeyboard(),this.dispatchSelectEventIfWired(s,n.id),!s.isDefaultPrevented()&&n.items.length===0&&n.url&&window.location.assign(n.url))}s.keyCode===o.Keys.esc&&this.props.onClose&&this.props.onClose.call(void 0,s)},this.onItemMouseOver=s=>{this.mouseOverHandler.IsMouseOverEnabled&&(this.clearItemHoverAndLeaveRequestsIfApplicable(),this.itemHoverRequest=window.setTimeout(()=>{this.setHoveredItemId(s),this.itemHoverRequest=null},Qs(this.props)))},this.onItemMouseLeave=s=>{this.mouseOverHandler.IsMouseOverEnabled&&this.isItemWithDefaultClose(s)&&(this.clearItemHoverAndLeaveRequestsIfApplicable(),this.itemLeaveRequest=window.setTimeout(()=>{this.setHoveredItemId(q),this.itemLeaveRequest=null},ei(this.props)))},this.onItemMouseDown=()=>{this.mouseOverHandler.handleItemMouseDown()},this.onItemFocus=s=>{this.setFocusedItemId(s),this.mouseOverHandler.handleItemFocus()},this.onItemClick=(s,n)=>{const a=be(n,this.items);a.disabled||(this.setFocusedItemId(n),this.mouseOverHandler.handleItemClick(n,this.isItemWithDefaultClose(n)),this.dispatchSelectEventIfWired(s,n),!s.isDefaultPrevented()&&a.url&&window.location.assign(a.url))},this.onItemBlur=(s,n)=>{if(this.isItemWithDefaultClose(s)&&this.setFocusedItemId(q),n.relatedTarget&&n.relatedTarget.nodeName==="LI"){const a=n.relatedTarget.getAttribute("id");if(a&&a.includes(this.guid))return}this.props.onClose&&this.props.onClose.call(void 0,n)},this.getInputItem=s=>be(s,this.inputItems),o.validatePackage(R),this.mouseOverHandler=new si(this.props.openOnClick,this.reset,this.onItemMouseOver),this.state=Object.assign({},ps,{isFirstRender:!0})}get element(){return this.menuWrapperEl}render(){this.prepareItems(),this.state.isFirstRender||this.directionHolder.setIsDirectionRightToLeft(this.checkIsDirectionRightToLeft());let i=this.state.hoveredItemId?this.state.hoveredItemId:this.state.focusedItemId?oe(this.state.focusedItemId):q;return t.createElement("div",{onKeyDown:this.onKeyDown,style:this.props.style,className:this.directionHolder.getIsDirectionRightToLeft()?"k-rtl":void 0,ref:s=>this.menuWrapperEl=s},t.createElement(at,{className:this.getMenuClassName(),"aria-orientation":this.props.vertical?"vertical":void 0,items:this.items,isMenuVertical:this.props.vertical,isDirectionRightToLeft:this.directionHolder.getIsDirectionRightToLeft(),focusedItemId:this.state.focusedItemId,lastItemIdToBeOpened:i,tabbableItemId:this.state.tabbableItemId,itemRender:this.props.itemRender,linkRender:this.props.linkRender,menuGuid:this.guid,onMouseLeave:this.onItemMouseLeave,onMouseOver:this.onItemMouseOver,onMouseDown:this.onItemMouseDown,onFocus:this.onItemFocus,onClick:this.onItemClick,onBlur:this.onItemBlur,onOriginalItemNeeded:this.getInputItem,role:this.props.role}))}componentDidMount(){this.setState({isFirstRender:!1})}componentDidUpdate(i){(!!i.vertical!=!!this.props.vertical||this.directionHolder.hasDirectionChanged())&&this.reset(),this.mouseOverHandler.OpenOnClick=this.props.openOnClick}componentWillUnmount(){this.clearItemHoverAndLeaveRequestsIfApplicable()}setFocusedItemId(i){this.setState(s=>{const n=i===q?s.tabbableItemId:le(i);return{hoveredItemId:i===q||ce(s.hoveredItemId)&&ce(i)?s.hoveredItemId:q,focusedItemId:i,tabbableItemId:n}})}setHoveredItemId(i){this.setState(s=>ce(i)&&ce(s.focusedItemId)?{hoveredItemId:i,focusedItemId:s.focusedItemId,tabbableItemId:s.tabbableItemId}:{hoveredItemId:i,focusedItemId:q,tabbableItemId:Pe})}getMenuClassName(){return o.classNames("k-reset","k-header","k-menu",{"k-menu-horizontal":!this.props.vertical},{"k-menu-vertical":this.props.vertical},this.props.className)}clearItemHoverAndLeaveRequestsIfApplicable(){this.itemHoverRequest&&(clearTimeout(this.itemHoverRequest),this.itemHoverRequest=null),this.itemLeaveRequest&&(clearTimeout(this.itemLeaveRequest),this.itemLeaveRequest=null)}isItemWithDefaultClose(i){return!this.props.customCloseItemIds||this.props.customCloseItemIds.indexOf(i)===-1}checkIsDirectionRightToLeft(){return!!(this.props.dir!==void 0?this.props.dir==="rtl":this.menuWrapperEl&&getComputedStyle(this.menuWrapperEl).direction==="rtl")}prepareItems(){const{items:i,inputItems:s}=Xs(this.props.items,this.props.children);this.items=i,this.inputItems=s}dispatchSelectEventIfWired(i,s){o.dispatchEvent(this.props.onSelect,i,this,{item:this.getInputItem(s),itemId:s})}}Le.propTypes={vertical:r.bool,items:r.arrayOf(r.object),style:r.object,dir:r.string,hoverOpenDelay:r.number,hoverCloseDelay:r.number,openOnClick:r.bool,itemRender:r.any,linkRender:r.any,customCloseItemIds:r.arrayOf(r.string),onSelect:r.func,role:r.string},Le.defaultProps={vertical:!1};class ms extends t.Component{render(){const{id:i,size:s,collapsed:n,overlay:a,containsSplitter:l,collapsible:c,resizable:d,scrollable:u,keepMounted:h}=this.props,p=s&&s.length>0,m={flexBasis:s},f=o.classNames("k-pane",{["k-hidden"]:n,hidden:n,["k-pane-flex"]:l,["k-pane-static"]:!d&&!c||p,["k-scrollable"]:u});return t.createElement("div",{id:i,role:"group",style:m,className:f},!n||h?this.props.children:void 0,a?t.createElement("div",{className:"k-splitter-overlay k-overlay"}):void 0)}}const vt="splitBarLabel",ii={[vt]:"split bar"},ni={collapsible:!1,collapsed:!1,resizable:!0,scrollable:!0},ri=150;class fs extends t.Component{constructor(i){super(i),this._container=null,this.validatePanes=s=>{if(!s.filter(a=>a.size===void 0).length)throw new Error("The Splitter should have at least one pane without a set size.")},this.mapPaneOptions=(s,n)=>{const a=this.orientation,{dragIndex:l,isDragging:c}=this.state,d=[];for(let u=0;u<n.length;u++){let h=!1;const p=n[u];t.isValidElement(p)&&(h=p.type.displayName==="Splitter");let m=!1;c&&l!==void 0&&(m=l===u||l+1===u),d.push({...ni,orientation:a,containsSplitter:h,overlay:m,...(s||[])[u]})}return d},this.mapSplitterPanes=(s,n)=>{const a=ge.provideLocalizationService(this).toLanguageString(vt,ii[vt]);return s.map((l,c)=>{let d;const u=c*2,h=u+1;if(c+1<s.length){const m=s[c+1];d=t.createElement(as,{key:h,index:c,orientation:l.orientation,prev:l,next:m,ariaLabel:a,onDrag:this.onBarDragResize,onToggle:this.onBarToggle,onKeyboardResize:this.onBarKeyboardResize,isRtl:this.isRtl})}return[t.createElement(ms,{key:u,...l},n[c]),d]})},this.onBarToggle=(s,n)=>{const l=this.panesOptions(this.panesContent).map((c,d)=>{const u=this.getPaneProps(c);return d===s?{...u,collapsed:!c.collapsed}:{...u}});this.props.onChange&&this.props.onChange({newState:l,isLast:!0,nativeEvent:n})},this.onBarDragResize=(s,n,a,l,c)=>{const d=new Date().getTime(),{pageX:u,pageY:h}=s,{prevElement:p,nextElement:m}=this.surroudingPanes(n);if(!p||!m)return;if(l){this.setState({isDragging:!0,dragIndex:a,startTime:d,originalX:u,originalY:h,originalPrevSize:this.elementSize(p),originalNextSize:this.elementSize(m)});return}const{originalPrevSize:f,originalNextSize:I,startTime:b,originalX:N,originalY:w}=this.state;if(!l&&d-b<ri){c&&this.resetDragState();return}let E;this.orientation==="vertical"?E=h-w:this.isRtl?E=N-u:E=u-N,this.resize(a,a+1,f,I,E,c,s),c&&this.resetDragState()},this.onBarKeyboardResize=(s,n,a,l)=>{const{prevElement:c,nextElement:d}=this.surroudingPanes(s),u=this.elementSize(c),h=this.elementSize(d);this.resize(n,n+1,u,h,a,!0,l)},this.containerSize=()=>this._container?this.elementSize(this._container,!0):0,this.panesOptions=s=>this.mapPaneOptions(this.panes,s),this.elementSize=(s,n)=>{const a=n?"client":"offset";return this.orientation==="vertical"?s[`${a}Height`]:s[`${a}Width`]},this.clamp=(s,n,a)=>Math.min(n,Math.max(s,a)),this.fixedSize=s=>s&&s.length>0,o.validatePackage(R),this.state={isDragging:!1,dragIndex:void 0,startTime:0,originalX:0,originalY:0,originalPrevSize:0,originalNextSize:0,panes:i.defaultPanes||[]}}get isControlledState(){return this.props.panes!==void 0}get panes(){return this.panesDuringOnChange!==void 0?this.panesDuringOnChange:this.isControlledState?this.props.panes:this.state.panes}get orientation(){return this.props.orientation||"horizontal"}get isRtl(){return this._container&&getComputedStyle(this._container).direction==="rtl"||!1}get panesContent(){return t.Children.toArray(this.props.children).filter(i=>i)}render(){const i=this.panesContent,s=this.panesOptions(i),n=o.classNames("k-widget","k-splitter","k-splitter-flex",`k-splitter-${this.orientation}`,this.props.className);return this.validatePanes(s),t.createElement("div",{style:this.props.style,ref:a=>this._container=a,className:n},this.mapSplitterPanes(s,i))}surroudingPanes(i){return{prevElement:i.previousElementSibling,nextElement:i.nextElementSibling}}isPercent(i){return/%$/.test(i)}toPixels(i,s){let n=parseInt(i,10);return this.isPercent(i)&&(n=s*n/100),n}resetDragState(){this.setState({isDragging:!1,dragIndex:void 0,startTime:0,originalX:0,originalY:0,originalPrevSize:0,originalNextSize:0})}resize(i,s,n,a,l,c,d){const u=this.panesOptions(this.panesContent),h=u[i],p=u[s],m=n+a,f=this.containerSize(),I=v=>this.toPixels(v,f),b={index:i,initialSize:n,min:I(h.min)||m-I(p.max)||0,max:I(h.max)||m-I(p.min)||m},N={index:s,initialSize:a,min:I(p.min)||m-I(h.max)||0,max:I(p.max)||m-I(h.min)||m},w=(v,O)=>{const S=u[v.index],P=this.clamp(v.min,v.max,v.initialSize+O);return this.isPercent(S.size||"")?100*P/f+"%":P+"px"};let E,y;this.fixedSize(h.size)&&this.fixedSize(p.size)?(E=w(b,l),y=w(N,-l)):p.collapsible||this.fixedSize(p.size)?y=w(N,-l):E=w(b,l);const D=u.map((v,O)=>{const S=this.getPaneProps(v);return O===i?{...S,size:E}:O===s?{...S,size:y}:{...S}});this.panesDuringOnChange=D,this.isControlledState||this.setState({panes:D}),this.props.onChange&&this.props.onChange({newState:D,isLast:c,nativeEvent:d}),this.panesDuringOnChange=void 0}getPaneProps(i){const{orientation:s,overlay:n,containsSplitter:a,...l}=i;return l}}fs.displayName="Splitter";var gs=(e=>(e.TEXT="text",e.IMAGE="image",e.ICON="icon",e))(gs||{}),Ie=(e=>(e.HORIZONTAL="horizontal",e.VERTICAL="vertical",e))(Ie||{}),It=(e=>(e.DEFAULT="default",e.primary="primary",e.INFO="info",e.SUCCESS="success",e.WARNING="warning",e.ERROR="error",e))(It||{}),bs=(e=>(e.START="start",e.CENTER="center",e.END="end",e.STRETCHED="stretched",e))(bs||{});const Ee=t.forwardRef((e,i)=>{o.validatePackage(R);const{children:s,dir:n,style:a,className:l,type:c,orientation:d,...u}=e,h=t.useRef(null),p=t.useRef(null);return t.useImperativeHandle(h,()=>({element:p.current,props:e})),t.useImperativeHandle(i,()=>h.current),t.createElement("div",{dir:n,style:a,ref:p,className:o.classNames("k-card",l,{[`k-card-${c}`]:c!==It.DEFAULT},d!==Ie.HORIZONTAL?"k-card-vertical":"k-card-horizontal"),...u},s)});Ee.displayName="KendoReactCard",Ee.propTypes={children:r.node,className:r.string,dir:r.string,orientation:r.oneOf(["horizontal","vertical"]),style:r.object,type:r.oneOf(["default","primary","info","success","warning","error"])},Ee.defaultProps={type:It.DEFAULT,orientation:Ie.VERTICAL};const Et=e=>t.createElement("div",{style:e.style,className:o.classNames("k-card-header",e.className)},e.children);Et.propTypes={className:r.string};const Nt=e=>t.createElement("div",{style:e.style,className:o.classNames("k-card-title",e.className)},e.children);Nt.propTypes={className:r.string};const kt=e=>t.createElement("div",{style:e.style,className:o.classNames("k-card-body",e.className)},e.children);kt.propTypes={className:r.string};const wt=e=>{const i={layout:bs.START,orientation:Ie.HORIZONTAL,...e};return t.createElement("div",{style:i.style,className:o.classNames("k-card-actions",i.className,`k-card-actions-${i.layout}`,i.orientation!==Ie.VERTICAL?"k-card-actions-horizontal":"k-card-actions-vertical")},i.children)};wt.propTypes={layout:r.oneOf(["stretched","start","center","end"]),orientation:r.oneOf(["horizontal","vertical"])};const St=e=>{const i={src:"",...e};return t.createElement("img",{style:i.style,className:o.classNames("k-card-image",i.className),src:i.src,alt:i.alt})};St.propTypes={className:r.string,src:r.string};const Tt=e=>t.createElement("div",{style:e.style,className:o.classNames("k-card-subtitle",e.className)},e.children);Tt.propTypes={className:r.string};const ys=e=>t.createElement("div",{style:e.style,className:o.classNames("k-card-footer",e.className)},e.children);ys.propTypes={className:r.string};const vs=e=>{const i={type:gs.TEXT,size:"medium",rounded:"full",fillMode:"solid",themeColor:"primary",...e};return o.validatePackage(R),t.createElement("div",{style:i.style,className:o.classNames("k-avatar",{["k-avatar-bordered"]:i.border,[`k-rounded-${o.kendoThemeMaps.roundedMap[i.rounded]||i.rounded}`]:i.rounded,[`k-avatar-${o.kendoThemeMaps.sizeMap[i.size]||i.size}`]:i.size,[`k-avatar-${i.fillMode}`]:i.fillMode,[`k-avatar-${i.fillMode}-${i.themeColor}`]:!!(i.fillMode&&i.themeColor)},i.className)},t.createElement("span",{className:`k-avatar-${i.type}`},i.children))};vs.propTypes={className:r.string,type:r.oneOf(["text","image","icon"]),size:r.oneOf([null,"small","medium","large"]),rounded:r.oneOf([null,"small","medium","large","full"]),fillMode:r.oneOf([null,"solid","outline"]),themeColor:r.oneOf([null,"base","dark","error","info","inverse","inverse","light","primary","secondary","success","tertiary","warning"])};const ai={animation:!0,expanded:!1,mode:"overlay",position:"start",mini:!1,dir:"ltr",width:240,miniWidth:50},xt=t.createContext(ai),ze=t.forwardRef((e,i)=>{const{className:s,style:n,text:a,icon:l,svgIcon:c,separator:d,disabled:u,selected:h,onSelect:p,index:m,tabIndex:f,children:I,...b}=e,{expanded:N,mini:w,item:E}=t.useContext(xt),y=t.useRef(null),D=t.useCallback(()=>{y.current&&y.current.focus()},[]);t.useImperativeHandle(i,()=>({element:y.current,focus:D,props:e}));const v=o.classNames("k-drawer-item",{"k-selected":h,"k-disabled":u},s),O=t.useCallback(P=>{if(p&&!u){const F={element:y.current,focus:D,props:e};p(F,m,P)}},[p,m,u]),S=t.createElement(t.Fragment,null,(l||c)&&t.createElement(o.IconWrap,{name:l&&o.toIconName(l),icon:c}),!N&&w?null:t.createElement("span",{className:"k-item-text"},a));return d?t.createElement("li",{className:"k-drawer-item k-drawer-separator",role:"separator"}):t.createElement("li",{ref:y,className:v,style:n,role:"menuitem","aria-label":a,"aria-disabled":u,onClick:O,tabIndex:o.getTabIndex(f,u),...b},E?I:S)});ze.propTypes={className:r.string,style:r.object,text:r.string,icon:r.string,svgIcon:o.svgIconPropType,separator:r.bool,selected:r.bool,disabled:r.bool,targetItem:r.any},ze.displayName="KendoDrawerItem";const li=240,oi=50,ci={type:"slide",duration:200},di={type:"slide",duration:0},Fe=t.forwardRef((e,i)=>{const{children:s,className:n,style:a}=e;o.validatePackage(R);const l=o.shouldShowValidationUI(R),{animation:c,expanded:d,mode:u,position:h,onOverlayClick:p,mini:m,dir:f,width:I,miniWidth:b,items:N,item:w,onSelect:E}=t.useContext(xt),y=t.useRef(null),D=t.useCallback(()=>{y.current&&y.current.focus()},[]),v=typeof c!="boolean"?c:c===!1?di:ci,O=I||li,S=b||oi;t.useImperativeHandle(i,()=>({element:y.current,focus:D}));const P=t.useMemo(()=>"k-widget k-drawer "+o.classNames({"k-drawer-start":h==="start","k-drawer-end":h==="end"},n),[h]),F={opacity:1,flexBasis:O,WebkitTransition:"all "+(v&&v.duration)+"ms",transition:"all "+(v&&v.duration)+"ms"},C={opacity:1,transform:"translateX(0px)",WebkitTransition:"all "+(v&&v.duration)+"ms",transition:"all "+(v&&v.duration)+"ms"},L={opacity:m?1:0,flexBasis:m?S:0,WebkitTransition:"all "+(v&&v.duration)+"ms",transition:"all "+(v&&v.duration)+"ms"},H={opacity:0,transform:"translateX(-100%)",WebkitTransition:"all "+(v&&v.duration)+"ms",transition:"all "+(v&&v.duration)+"ms"},G={opacity:0,transform:"translateX(100%)",WebkitTransition:"all "+(v&&v.duration)+"ms",transition:"all "+(v&&v.duration)+"ms"},Q={transform:"translateX(0%)",WebkitTransitionDuration:(v&&v.duration)+"ms",transitionDuration:(v&&v.duration)+"ms"},U=d?u==="push"?F:C:u==="push"?L:f==="ltr"&&h==="start"||f==="rtl"&&h==="end"?m?Q:H:m?Q:G,T=N&&t.createElement("ul",{className:"k-drawer-items",role:"menubar","aria-label":"drawer-list","aria-expanded":d},N.map((j,Y)=>{const Z={index:Y,...j,onSelect:E},re=w||ze;return t.createElement(re,{key:Y,...Z})})),A=t.createElement("div",{style:v?{...U,...a}:a,className:P,ref:y},t.createElement("div",{className:"k-drawer-wrapper",style:!d&&m&&u==="overlay"?{width:S}:{width:O}},T||s),l&&t.createElement(o.WatermarkOverlay,null));return u==="overlay"?t.createElement(t.Fragment,null,d&&t.createElement("div",{className:"k-overlay",onClick:p}),A):A});Fe.propTypes={children:r.any,className:r.string,style:r.object,item:r.any,tabIndex:r.number},Fe.displayName="KendoDrawerNavigation";const Ke=t.forwardRef((e,i)=>{o.validatePackage(R);const{expanded:s,mode:n,position:a,className:l,children:c,style:d,animation:u,mini:h,width:p,miniWidth:m,items:f,item:I,tabIndex:b,onOverlayClick:N,onSelect:w}=e,E=t.useRef(null),y=t.useCallback(()=>{E.current&&E.current.focus()},[]);t.useImperativeHandle(i,()=>({element:E.current,focus:y}));const D=t.useCallback((S,P,F)=>{if(f&&w){const C={itemTarget:S,itemIndex:P,syntheticEvent:F,nativeEvent:F&&F.nativeEvent,target:void 0};w.call(void 0,C)}},[f,w]),v=o.useDir(E,e.dir),O=o.classNames({"k-drawer-container":!0,"k-drawer-expanded":s,"k-drawer-overlay":n==="overlay","k-drawer-push":n==="push","k-drawer-mini":h},l);return t.createElement(xt.Provider,{value:{animation:u,expanded:s,mode:n,position:a,mini:h,dir:v,items:f,item:I,width:p,miniWidth:m,onOverlayClick:N,onSelect:D}},t.createElement("div",{className:O,ref:E,dir:v,style:d,tabIndex:b},f&&t.createElement(Fe,null),c))});Ke.propTypes={animation:r.any,expanded:r.bool,children:r.any,className:r.string,dir:r.string,mode:r.string,position:r.string,mini:r.bool,style:r.object,tabIndex:r.number,width:r.number,miniWidth:r.number,selected:r.number,onSelect:r.func,onOverlayClick:r.func};const ui={animation:!0,expanded:!1,mode:"overlay",position:"start",mini:!1,dir:"ltr",width:240,miniWidth:50};Ke.defaultProps=ui,Ke.displayName="KendoDrawer";const Dt=t.forwardRef((e,i)=>{const{children:s,className:n,style:a}=e,l=t.useRef(null);t.useImperativeHandle(i,()=>({element:l.current}));const c=o.classNames({"k-drawer-content":!0},n);return t.createElement("div",{className:c,style:a,ref:l},s)});Dt.propTypes={children:r.any,className:r.string,style:r.object},Dt.displayName="KendoDrawerContent";const hi={linear:!1,mode:"steps",value:0},Is=t.createContext(hi),Es=400,Ns=0,ks="stepper.optionalText",Ot="stepper.progBarAriaLabel",ws={[ks]:"(Optional)",[Ot]:"progressbar"},Ne=t.forwardRef((e,i)=>{const{children:s,className:n,current:a,disabled:l,focused:c,icon:d,svgIcon:u,index:h,isValid:p,label:m,optional:f,style:I,tabIndex:b,text:N,...w}=e,{animationDuration:E,isVertical:y,item:D,linear:v,mode:O,numOfSteps:S,value:P,onChange:F,onFocus:C,successIcon:L,errorIcon:H,successSVGIcon:G,errorSVGIcon:Q}=t.useContext(Is),U=t.useRef(null),T=t.useCallback(()=>{U.current&&o.focusFirstFocusableChild(U.current)},[]),A=t.useCallback(()=>({element:U.current,focus:T}),[T]);t.useImperativeHandle(i,A);const j=!v||h===P-1||h===P||h===P+1,Y=O==="labels"||!!d&&!!m,Z=ge.useLocalization(),ue=(ee=>Z.toLanguageString(ee,ws[ee]))(ks),se=typeof E=="number"?E:E!==!1?Es:Ns,Se=t.useCallback(ee=>{F&&!l&&o.dispatchEvent(F,ee,A(),{value:h})},[F,P,l]),he=t.useCallback(ee=>{C&&!l&&o.dispatchEvent(C,ee,A(),void 0)},[C,l]),W=t.useMemo(()=>o.classNames("k-step",{"k-step-first":h===0,"k-step-last":S&&h===S-1,"k-step-done":h<P,"k-step-current":a,"k-step-optional":f,"k-step-error":p!==void 0&&!p,"k-step-success":p},{"k-disabled":l,"k-focus":c},n),[h,S,P,a,f,l,c,p,n]),_=t.useMemo(()=>({maxWidth:y?void 0:`calc(100% / ${S})`,maxHeight:y?`calc(100% / ${S})`:void 0,pointerEvents:j?void 0:"none",...I}),[y,S,I,j]),B=p?L:H,V=B?t.createElement("span",{className:"k-step-indicator-icon "+B,"aria-hidden":"true"}):t.createElement(o.IconWrap,{className:"k-step-indicator-icon",name:p?"check-circle":"exclamation-circle",icon:p?G||z.checkOutlineIcon:Q||z.exclamationCircleIcon}),pe=t.createElement(t.Fragment,null,O!=="labels"?t.createElement("span",{className:"k-step-indicator","aria-hidden":!0,style:{transitionDuration:se+"ms"}},d||u?!Y&&p!==void 0?V:t.createElement(o.IconWrap,{className:"k-step-indicator-icon",name:d&&o.toIconName(d),icon:u}):p!==void 0?V:t.createElement("span",{className:"k-step-indicator-text"},N||h+1)):null),Te=t.createElement("span",{className:"k-step-label"},m&&t.createElement("span",{className:"k-step-text"},m),Y&&p!==void 0&&V,f&&t.createElement("span",{className:"k-step-label-optional"},ue)),me=t.createElement(t.Fragment,null,pe,Te);return t.createElement("li",{ref:U,className:W,style:_,...w},t.createElement("a",{className:"k-step-link",title:m||void 0,onClick:Se,onFocus:he,tabIndex:b||(c?0:-1),"aria-current":a,"aria-disabled":l||!j||void 0,"aria-invalid":p!==void 0&&!p||void 0},D?s:me))});Ne.propTypes={children:r.any,className:r.string,current:r.bool,disabled:r.bool,icon:r.string,index:r.number,isValid:r.bool,label:r.string,optional:r.bool,style:r.object,tabIndex:r.number,text:r.string};const pi={tabIndex:0};Ne.defaultProps=pi,Ne.displayName="KendoStep";const Be=t.forwardRef((e,i)=>{o.validatePackage(R);const{animationDuration:s,children:n,className:a,disabled:l,errorIcon:c,errorSVGIcon:d,item:u,items:h,linear:p,mode:m,orientation:f,style:I,successIcon:b,successSVGIcon:N,onChange:w,onFocus:E}=e,D=ge.useLocalization().toLanguageString(Ot,ws[Ot]),v=t.useRef(null),O=t.useCallback(()=>{v.current&&o.focusFirstFocusableChild(v.current)},[]),S=t.useCallback(()=>({element:v.current,focus:O}),[O]);t.useImperativeHandle(i,S);const P=e.value||Ss.value,[F,C]=t.useState(P),L=h?h.length:0,H=f==="vertical",G=o.useRtl(v,e.dir),Q=typeof s=="number"?s:s!==!1?Es:Ns;t.useEffect(()=>{C(P)},[P]);const U=t.useCallback((W,_)=>{const B=_===P-1,V=_===P,pe=_===P+1;P!==_&&w&&!l&&(!p||B||V||pe)&&(o.dispatchEvent(w,W,S(),{value:_}),C(_))},[P,p,w,l,C]),T=t.useCallback(W=>{let _=W.value,B=W.syntheticEvent;U(B,_)},[U]),A=t.useCallback(W=>{E&&!l&&o.dispatchEvent(E,W.syntheticEvent,S(),void 0)},[E,l]),j=t.useCallback(W=>{U(W,F)},[U,F]),Y=t.useCallback(W=>{const _=G==="rtl",B=F,V=h.length-1;switch(W.keyCode){case o.Keys.left:W.preventDefault(),!_&&B>0&&C(B-1),_&&B<V&&C(B+1);break;case o.Keys.right:W.preventDefault(),!_&&B<V&&C(B+1),_&&B>0&&C(B-1);break;case o.Keys.up:W.preventDefault(),!_&&B>0&&C(B-1),_&&B>0&&C(B-1);break;case o.Keys.down:W.preventDefault(),!_&&B<V&&C(B+1),_&&B<V&&C(B+1);break;case o.Keys.home:W.preventDefault(),C(0);break;case o.Keys.end:W.preventDefault(),C(V);break;case o.Keys.space:W.preventDefault();break;case o.Keys.enter:W.preventDefault(),h[B].disabled||j(W);break}},[h,C,F,G,j]),Z=t.useMemo(()=>o.classNames("k-stepper",{"k-stepper-linear":p},a),[p,a]),re=t.useMemo(()=>({display:"grid",gridTemplateColumns:H?void 0:"repeat("+L*2+", 1fr)",gridTemplateRows:H?"repeat("+L+", 1fr)":void 0,...I}),[H,L,I]),ue=t.useMemo(()=>o.classNames("k-step-list",{"k-step-list-horizontal":!H,"k-step-list-vertical":H}),[H]),se=t.useMemo(()=>({gridColumnStart:H?void 0:1,gridColumnEnd:H?void 0:-1,gridRowStart:H?1:void 0,gridRowEnd:H?-1:void 0}),[H]),Se=t.useMemo(()=>({gridColumnStart:H?void 0:2,gridColumnEnd:H?void 0:L*2,gridRowStart:H?1:void 0,gridRowEnd:H?L:void 0,top:H?17:void 0}),[H,L]),he=h&&h.map((W,_)=>{const B={index:_,disabled:l||W.disabled,focused:_===F,current:_===P,...W},V=u||Ne;return t.createElement(V,{key:_,...B})});return t.createElement(Is.Provider,{value:{animationDuration:s,isVertical:H,item:u,linear:p,mode:m,numOfSteps:L,value:P,successIcon:b,successSVGIcon:N,errorIcon:c,errorSVGIcon:d,onChange:T,onFocus:A}},t.createElement("nav",{className:Z,style:re,dir:G,onKeyDown:Y},t.createElement("ol",{className:ue,style:se},he||n),t.createElement(Ks.ProgressBar,{style:Se,animation:{duration:Q},ariaLabel:D,"aria-hidden":!0,max:L-1,labelVisible:!1,orientation:f,reverse:f==="vertical",value:P,disabled:l,tabIndex:-1})))});Be.propTypes={animationDuration:r.oneOfType([r.bool,r.number]),children:r.any,className:r.string,dir:r.string,disabled:r.bool,errorIcon:r.string,errorSVGIcon:o.svgIconPropType,item:r.any,items:r.any,linear:r.bool,mode:r.oneOf(["steps","labels"]),orientation:r.oneOf(["horizontal","vertical"]),style:r.object,successIcon:r.string,successSVGIcon:o.svgIconPropType,value:r.number.isRequired,onChange:r.func,onFocus:r.func};const Ss={value:0};Be.defaultProps=Ss,Be.displayName="KendoStepper";const Ct=t.forwardRef((e,i)=>{o.validatePackage(R);const{children:s,className:n,style:a,id:l}=e,c=t.useRef(null),d=t.useCallback(()=>{c.current&&o.focusFirstFocusableChild(c.current)},[]),u=t.useCallback(()=>({element:c.current,focus:d}),[d]);t.useImperativeHandle(i,u);const h=t.useMemo(()=>o.guid(),[]),p=t.useMemo(()=>e.themeColor||Pt.themeColor,[e.themeColor]),m=t.useMemo(()=>e.position||Pt.position,[e.position]),f=t.useMemo(()=>e.positionMode||Pt.positionMode,[e.positionMode]),I=t.useMemo(()=>o.classNames("k-appbar",{"k-appbar-top":m==="top","k-appbar-bottom":m==="bottom","k-appbar-static":f==="static","k-appbar-sticky":f==="sticky","k-appbar-fixed":f==="fixed","k-appbar-light":p==="light","k-appbar-dark":p==="dark","k-appbar-inherit":p==="inherit"},n),[m,f,p,n]);return t.createElement("div",{className:I,style:a,id:l||h},s)});Ct.propTypes={children:r.any,className:r.string,style:r.object,id:r.string,themeColor:r.string,position:r.oneOf(["top","bottom"]),positionMode:r.oneOf(["static","sticky","fixed"])};const Pt={themeColor:"light",position:"top",positionMode:"static"};Ct.displayName="KendoAppBar";const Mt=t.forwardRef((e,i)=>{const{children:s,className:n,style:a}=e,l=t.useRef(null),c=t.useCallback(()=>{l.current&&o.focusFirstFocusableChild(l.current)},[]),d=t.useCallback(()=>({element:l.current,focus:c}),[c]);t.useImperativeHandle(i,d);const u=t.useMemo(()=>o.classNames("k-appbar-section",n),[n]);return t.createElement("div",{className:u,style:a},s)});Mt.propTypes={children:r.any,className:r.string,style:r.object},Mt.displayName="KendoAppBarSection";const At=t.forwardRef((e,i)=>{const{children:s,className:n,style:a}=e,l=t.useRef(null),c=t.useCallback(()=>{l.current&&o.focusFirstFocusableChild(l.current)},[]),d=t.useCallback(()=>({element:l.current,focus:c}),[c]);t.useImperativeHandle(i,d);const u=t.useMemo(()=>o.classNames("k-appbar-spacer",{"k-appbar-spacer-sized":a&&a.width&&a.width!==null},n),[n,a]),h=t.useMemo(()=>({flexBasis:a&&a.width?a.width:void 0}),[a]);return t.createElement("span",{className:u,style:h},s)});At.propTypes={children:r.any,className:r.string,style:r.object},At.displayName="KendoAppBarSpacer";const Lt=e=>t.createElement(o.Draggable,{onPress:e.onPress,onDrag:i=>{e.onResize(i.event,!1,e.d)},onRelease:i=>{e.onResize(i.event,!0,e.d)}},t.createElement("div",{className:"k-resize-handle k-cursor-"+e.d+"-resize",style:{bottom:0,right:0,...e.style}}));class mi extends t.Component{constructor(){super(...arguments),this.handleResize=(i,s,n)=>{i.originalEvent.preventDefault(),this.props.onResize(i,{end:s,direction:n})}}render(){const{resizable:i,onPress:s,rtl:n}=this.props;return i?t.createElement(t.Fragment,null,i!=="vertical"&&t.createElement(Lt,{onPress:s,onResize:this.handleResize,d:"ew",style:n?{top:0,width:9,left:0,right:""}:{top:0,width:9,right:0,left:""}}),i!=="horizontal"&&t.createElement(Lt,{onPress:s,onResize:this.handleResize,d:"ns",style:{left:0,height:9}}),i===!0&&t.createElement(Lt,{onPress:s,onResize:this.handleResize,d:n?"nesw":"nwse",style:n?{width:9,height:9,right:"",left:0}:{width:9,height:9,right:0,left:""}})):null}}const Ts=200,zt=class extends t.Component{constructor(){super(...arguments),this.state={rtl:!1},this.oldSize={},this.draggable=null,this.dragging=!1,this.resizing=!1,this.element=null,this.hintElement=null,this.ignoreDrag=!1,this.pressOffset={x:0,y:0},this.pressXY={x:0,y:0},this.currentTranslate={x:0,y:0},this.preventDataOps=void 0,this.handleResize=(e,i)=>{if(i.end){this.handleRelease();return}if(!this.element||!this.hintElement)return;const s=e.clientX,n=e.clientY;this.resizing=!0;const a=(i.direction!=="ns"?s-this.pressXY.x:0)*(this.state.rtl?-1:1),l=i.direction!=="ew"?n-this.pressXY.y:0;if(this.dragElement&&(this.state.rtl?this.dragElement.style.marginLeft=-a+"px":this.dragElement.style.marginRight=-a+"px",this.dragElement.style.height=`calc(100% + ${l}px)`),this.hintElement.classList.add("k-layout-item-hint-resize"),this.preventDataOps)return;let c=0,d=0;const u=this.element.getBoundingClientRect();a>u.width/this.props.defaultPosition.colSpan/3&&(c=1),a<-u.width/this.props.defaultPosition.colSpan/1.25&&(c=-1),l>u.height/this.props.defaultPosition.rowSpan/3&&(d=1),l<-u.height/this.props.defaultPosition.rowSpan/1.25&&(d=-1),(c!==0||d!==0)&&this.props.update(this.props.index,0,0,d,c)},this.handlePress=e=>{if(!this.dragElement)return;if(this.pressXY={x:e.event.clientX,y:e.event.clientY},this.ignoreDrag=!1,this.props.ignoreDrag&&this.props.ignoreDrag(e.event.originalEvent)){this.ignoreDrag=!0;return}this.element&&this.hintElement&&(this.element.style.zIndex="10",this.hintElement.style.display="block"),this.dragElement.classList.remove("k-cursor-grab"),this.dragElement.classList.add("k-cursor-grabbing");const i=this.dragElement.getBoundingClientRect();this.pressOffset={x:e.event.clientX-i.x,y:e.event.clientY-i.y}},this.handleDrag=e=>{if(this.ignoreDrag)return;const i=this.dragElement;if(e.event.originalEvent.defaultPrevented||!i)return;this.dragging=!0,e.event.originalEvent.preventDefault();const s=i.getBoundingClientRect();if(this.currentTranslate={x:e.event.clientX-s.x-this.pressOffset.x+this.currentTranslate.x,y:e.event.clientY-s.y-this.pressOffset.y+this.currentTranslate.y},i.style.transform=`translate(${this.currentTranslate.x}px, ${this.currentTranslate.y}px)`,i.style.transition="transform 0s",this.preventDataOps)return;let n=0,a=0;this.currentTranslate.y>.7*s.height/this.props.defaultPosition.rowSpan&&(a=1),this.currentTranslate.y<.7*-s.height/this.props.defaultPosition.rowSpan&&(a=-1),this.currentTranslate.x>.7*s.width/this.props.defaultPosition.colSpan&&(n=1),this.currentTranslate.x<.7*-s.width/this.props.defaultPosition.colSpan&&(n=-1),this.props.update(this.props.index,a,this.state.rtl?-n:n,0,0)},this.handleRelease=()=>{this.dragging=this.resizing=!1,this.currentTranslate={x:0,y:0},this.element&&this.hintElement&&(this.element.style.zIndex="1",this.hintElement.classList.remove("k-layout-item-hint-resize"),this.hintElement.style.display="none");const e=this.dragElement;e&&(e.style.transform="translate(0px, 0px)",e.style.transition=`transform ${Ts}ms cubic-bezier(0.2, 0, 0, 1) 0s`,e.style.marginRight="0px",e.style.marginLeft="0px",e.style.height="100%",e.classList.remove("k-cursor-grabbing"),e.classList.add("k-cursor-grab"))}}get reorderable(){return this.props.reorderable!==void 0?this.props.reorderable:zt.defaultProps.reorderable}get dragElement(){return this.draggable?this.draggable.element:void 0}componentDidMount(){this.element&&(getComputedStyle(this.element).direction==="rtl"&&this.setState({rtl:!0}),this.hintElement&&(this.hintElement.style.height=this.element.offsetHeight+"px",this.hintElement.style.width=this.element.offsetWidth+"px"))}render(){clearTimeout&&typeof clearTimeout=="function"&&(clearTimeout(this.preventDataOps),this.preventDataOps=window.setTimeout(()=>{this.preventDataOps=void 0},200));const e=this.props.defaultPosition,i=this.props.resizable!==void 0?this.props.resizable:zt.defaultProps.resizable,s={gridColumnStart:e.col,gridColumnEnd:`span ${e.colSpan}`,gridRowStart:e.row,gridRowEnd:`span ${e.rowSpan}`,outline:"none",order:e.order,display:"none",...this.props.hintStyle},n={gridColumnStart:e.col,gridColumnEnd:`span ${e.colSpan}`,gridRowStart:e.row,gridRowEnd:`span ${e.rowSpan}`,order:e.order},a=t.createElement("div",{ref:l=>{this.draggable=l?{element:l}:null},className:o.classNames("k-tilelayout-item k-card",{"k-cursor-grab":this.reorderable},this.props.className),style:{height:"100%",...n,...this.props.style}},this.props.children,t.createElement(mi,{onPress:this.handlePress,onResize:this.handleResize,resizable:i,rtl:this.state.rtl}));return t.createElement("div",{ref:l=>{this.element=l},style:n},t.createElement("div",{ref:l=>{this.hintElement=l},style:{position:"absolute",...s},className:o.classNames("k-layout-item-hint",this.props.hintClassName)}),t.createElement(o.Draggable,{ref:l=>{this.draggable=l},onDrag:this.props.reorderable?this.handleDrag:void 0,onRelease:this.props.reorderable?this.handleRelease:void 0,onPress:this.props.reorderable?this.handlePress:void 0},a))}getSnapshotBeforeUpdate(e){return this.oldSize={},this.dragElement&&(this.oldSize=this.dragElement.getBoundingClientRect()),null}componentDidUpdate(e){const i=this.dragElement;if(!i)return;const s=i.getBoundingClientRect(),n=this.oldSize;if(this.resizing){const c=s.width-n.width;if(this.state.rtl){const h=parseFloat(i.style.marginLeft||"0");i.style.marginLeft=h-c+"px"}else{const h=parseFloat(i.style.marginRight||"0");i.style.marginRight=h+c+"px"}this.pressXY.x+=this.state.rtl?-c:c;const d=s.height-n.height,u=parseFloat(i.style.height.substring(12));i.style.height=`calc(100% + ${u+d}px)`,this.pressXY.y+=d}const a=n.left-s.left,l=n.top-s.top;if(!(a===0&&l===0)){if(this.dragging){(e.defaultPosition.order!==this.props.defaultPosition.order||e.defaultPosition.col!==this.props.defaultPosition.col)&&(this.currentTranslate.x=0,this.currentTranslate.y=0,i.style.transform="");return}Math.abs(l)<15&&Math.abs(a)<15||requestAnimationFrame(()=>{const c=this.element;c&&(c.style.transform=`translate(${a}px, ${l}px)`,c.style.transition="transform 0s",requestAnimationFrame(()=>{c.style.transform="",c.style.transition=`transform ${Ts}ms cubic-bezier(0.2, 0, 0, 1) 0s`}))})}}};let Re=zt;Re.propTypes={defaultPosition:r.object.isRequired,style:r.object,className:r.string,hintStyle:r.object,hintClassName:r.string,header:r.any,body:r.any,item:r.any,resizable:r.oneOf(["horizontal","vertical",!0,!1]),reorderable:r.bool},Re.displayName="KendoTileLayoutItem",Re.defaultProps={resizable:!0,reorderable:!0};const fi={column:"k-grid-flow-col",row:"k-grid-flow-row","column dense":"k-grid-flow-col-dense","row dense":"k-grid-flow-row-dense",unset:"k-grid-flow-unset"};class Ft extends t.Component{constructor(i){super(i),this._element=null,this.state={positions:(this.props.items||[]).map((s,n)=>Object.assign({order:n,rowSpan:1,colSpan:1},s.defaultPosition))},this.showLicenseWatermark=!1,this.focus=()=>{this._element&&this._element.focus()},this.update=(s,n,a,l=0,c=0)=>{if(n===0&&a===0&&!c&&!l)return;let d=!1;const u=this.state.positions.map(b=>Object.assign({},b)),h=u[s],p=u.find(b=>b.order===h.order+n);p&&p!==h&&(h.order+=n,p.order+=-n,d=!0);const m=h.col+a;a!==0&&m>=1&&m+h.colSpan<=(this.props.columns||3)+1&&(h.col=m,d=!0);const f=h.colSpan+c;c&&f>=1&&f+h.col<=(this.props.columns||3)+1&&(h.colSpan=f,d=!0);const I=h.rowSpan+l;l&&I>=1&&(h.rowSpan=I,d=!0),d&&(this.setState({positions:u}),o.dispatchEvent(this.props.onReposition,{},this,{value:u}))},o.validatePackage(R),this.showLicenseWatermark=o.shouldShowValidationUI(R)}get element(){return this._element}static getDerivedStateFromProps(i,s){return i.positions?{positions:i.positions.map((n,a)=>Object.assign({order:a,rowSpan:1,colSpan:1},n))}:i.items&&(!s.positions||i.items.length!==s.positions.length)?{positions:i.items.map((n,a)=>Object.assign({order:a,rowSpan:1,colSpan:1},n.defaultPosition))}:null}render(){const{className:i,columns:s=3,columnWidth:n="1fr",gap:a,rowHeight:l="1fr",style:c,autoFlow:d="column",items:u=[]}=this.props,h=a?`${typeof a.rows=="number"?a.rows+"px":a.rows} ${typeof a.columns=="number"?a.columns+"px":a.columns}`:16,p={gridTemplateColumns:`repeat(${s}, minmax(0px, ${typeof n=="number"?n+"px":n}))`,gridAutoRows:`minmax(0px, ${typeof l=="number"?l+"px":l})`,gap:h,padding:h,...c};return t.createElement("div",{ref:m=>{this._element=m},dir:this.props.dir,className:o.classNames("k-tilelayout k-pos-relative",fi[d],i),style:p,id:this.props.id,children:u.map((m,f)=>t.createElement(t.Fragment,{key:this.props.dataItemKey?o.getter(this.props.dataItemKey)(m):f},t.createElement(Re,{update:this.update,defaultPosition:this.state.positions[f],index:f,resizable:m.resizable,reorderable:m.reorderable,style:m.style,className:m.className,hintClassName:m.hintClassName,hintStyle:m.hintStyle,ignoreDrag:this.props.ignoreDrag},m.item?m.item:t.createElement(t.Fragment,null,t.createElement("div",{className:"k-tilelayout-item-header k-card-header"},t.isValidElement(m.header)?m.header:t.createElement("h5",{className:"k-card-title"},m.header)),t.createElement("div",{className:"k-tilelayout-item-body k-card-body"},m.body))),this.showLicenseWatermark&&t.createElement(o.WatermarkOverlay,null)))})}}Ft.propTypes={id:r.string,style:r.object,className:r.string,dir:r.string,gap:r.object,columns:r.number,columnWidth:r.oneOfType([r.number,r.string]),rowHeight:r.oneOfType([r.number,r.string]),dataItemKey:r.string,items:r.array,positions:r.array,autoFlow:r.oneOf(["column","row","column dense","row dense","unset"]),onReposition:r.func,ignoreDrag:r.func},Ft.displayName="KendoTileLayout";const gi={vertical:"k-bottom-nav-item-flow-vertical",horizontal:"k-bottom-nav-item-flow-horizontal"},bi={fixed:"k-pos-fixed",sticky:"k-pos-sticky"},ke=t.forwardRef((e,i)=>{o.validatePackage(R);const s=t.useRef(null);t.useImperativeHandle(i,()=>({element:s.current}));const{className:n,style:a,selected:l,disabled:c,item:d,render:u,dataItem:h,icon:p,svgIcon:m,text:f,id:I,onSelect:b,onKeyDown:N,index:w,tabIndex:E}=e,y=t.useMemo(()=>o.classNames("k-bottom-nav-item",{"k-selected":l,"k-disabled":c},n),[l,c,n]),D=t.useCallback(F=>{b&&w!==void 0&&!c&&b(F,w)},[b,w,c]),v=t.useCallback(F=>{N&&w!==void 0&&!c&&N(F,w)},[N,w,c]),O=u,S=d,P=t.createElement("span",{ref:s,className:y,style:a,role:"link",id:I,tabIndex:E,onClick:D,onKeyDown:v,"aria-current":l,"aria-disabled":c},S?t.createElement(S,{itemIndex:w,item:h}):t.createElement(t.Fragment,null,(p||m)&&t.createElement(o.IconWrap,{className:"k-bottom-nav-item-icon",name:p,icon:m,size:"xlarge"}),f&&t.createElement("span",{className:"k-bottom-nav-item-text",style:{userSelect:"none"}},f)));return O!==void 0?O.call(void 0,P,e):P}),yi={tabIndex:0};ke.propTypes={className:r.string,style:r.object,id:r.string,disabled:r.bool,selected:r.bool,icon:r.string,svgIcon:o.svgIconPropType,text:r.string,tabIndex:r.number},ke.defaultProps=yi,ke.displayName="KendoReactBottomNavigationItem";const He=t.forwardRef((e,i)=>{o.validatePackage(R);const s=t.useRef(null),n=t.useCallback(()=>{s.current&&o.focusFirstFocusableChild(s.current)},[]),a=t.useCallback(()=>({element:s.current,focus:n}),[n]);t.useImperativeHandle(i,a);const{positionMode:l=de.positionMode,itemFlow:c=de.itemFlow,border:d=de.border,className:u,items:h,item:p,itemRender:m,disabled:f,style:I,id:b,onSelect:N,onKeyDown:w}=e,E=t.useMemo(()=>o.guid(),[]),y=o.useDir(s,e.dir),D=t.useMemo(()=>e.fillMode===null||e.fill===null?null:e.fill||e.fillMode||de.fillMode,[e.fillMode,e.fill]),v=t.useMemo(()=>e.themeColor||de.themeColor,[e.themeColor]),O=t.useMemo(()=>o.classNames("k-bottom-nav",bi[l],gi[c],{[`k-bottom-nav-${D}`]:D,[`k-bottom-nav-${D}-${v}`]:!!(D&&v),"k-bottom-nav-border":d,"k-disabled":f},u),[l,v,D,c,d,f,u]),S=t.useCallback((C,L)=>{h&&!h[L].disabled&&N&&o.dispatchEvent(N,C,a(),{itemTarget:h[L],itemIndex:L})},[h,N]),P=t.useCallback((C,L)=>{S(C,L)},[S]),F=t.useCallback((C,L)=>{switch(C.keyCode){case o.Keys.enter:case o.Keys.space:S(C,L),C.preventDefault();break}o.dispatchEvent(w,C,a(),void 0)},[S,w]);return t.createElement("nav",{ref:s,className:O,style:I,id:b||E,dir:y},h&&h.map((C,L)=>t.createElement(ke,{...C,key:L,index:L,id:`${b||E}-${L}`,disabled:f||C.disabled,selected:C.selected,dataItem:C,item:p,render:m,onSelect:P,onKeyDown:F})))}),de={themeColor:"primary",fillMode:"flat",itemFlow:"vertical",positionMode:"fixed",border:!0};He.propTypes={className:r.string,style:r.object,id:r.string,dir:r.string,themeColor:r.oneOf(["primary","secondary","tertiary","info","success","warning","error","dark","light","inverse"]),fill:r.oneOf(["solid","flat"]),fillMode:r.oneOf(["solid","flat"]),itemFlow:r.oneOf(["vertical","horizontal"]),border:r.bool,disabled:r.bool,selected:r.number,onSelect:r.func},He.defaultProps=de,He.displayName="KendoReactBottomNavigation";const We=t.forwardRef((e,i)=>{ie.validatePackage(R);const s=t.useRef(null),n=t.useCallback(()=>({element:s.current}),[]);t.useImperativeHandle(i,n);const{className:a,style:l,id:c,children:d}=e,u=t.useMemo(()=>o.guid(),[]),h=t.useMemo(()=>e.orientation||_e.orientation,[e.orientation]),p=h==="horizontal",m=t.useMemo(()=>e.align&&e.align.horizontal?e.align.horizontal:_e.hAlign,[e.align]),f=t.useMemo(()=>e.align&&e.align.vertical?e.align.vertical:_e.vAlign,[e.align]),I=t.useMemo(()=>o.classNames("k-stack-layout",{"k-hstack":h==="horizontal","k-vstack":h==="vertical","k-justify-content-start":p&&m==="start"||!p&&f==="top","k-justify-content-center":p&&m==="center"||!p&&f==="middle","k-justify-content-end":p&&m==="end"||!p&&f==="bottom","k-justify-content-stretch":p&&m==="stretch"||!p&&f==="stretch","k-align-items-start":!p&&m==="start"||p&&f==="top","k-align-items-center":!p&&m==="center"||p&&f==="middle","k-align-items-end":!p&&m==="end"||p&&f==="bottom","k-align-items-stretch":!p&&m==="stretch"||p&&f==="stretch"},a),[h,p,m,f,a]),b={gap:`${typeof e.gap=="number"?e.gap+"px":e.gap}`,...l};return t.createElement("div",{ref:s,className:I,style:b,id:c||u},d)}),_e={orientation:"horizontal",hAlign:"stretch",vAlign:"stretch"};We.propTypes={className:r.string,style:r.object,children:r.any,id:r.string,orientation:r.oneOf(["horizontal","vertical"]),gap:r.oneOfType([r.string,r.number]),align:r.shape({vertical:r.oneOf(["top","middle","bottom","stretch"]),horizontal:r.oneOf(["start","center","end","stretch"])})},We.defaultProps=_e,We.displayName="KendoReactStackLayout";const Ue=t.forwardRef((e,i)=>{ie.validatePackage(R);const s=t.useRef(null),n=t.useCallback(()=>({element:s.current}),[]);t.useImperativeHandle(i,n);const{className:a,style:l,id:c,children:d,gap:u}=e,h=t.useMemo(()=>o.guid(),[]),p=t.useMemo(()=>e.align&&e.align.horizontal?e.align.horizontal:Kt.hAlign,[e.align]),m=t.useMemo(()=>e.align&&e.align.vertical?e.align.vertical:Kt.vAlign,[e.align]),f=t.useMemo(()=>o.classNames("k-grid-layout",{"k-justify-items-start":p==="start","k-justify-items-center":p==="center","k-justify-items-end":p==="end","k-justify-items-stretch":p==="stretch","k-align-items-start":m==="top","k-align-items-center":m==="middle","k-align-items-end":m==="bottom","k-align-items-stretch":m==="stretch"},a),[p,m,a]),I=u?`${typeof u.rows=="number"?u.rows+"px":u.rows} ${typeof u.cols=="number"?u.cols+"px":u.cols}`:void 0,b=e.rows&&e.rows.map(E=>`${typeof E.height=="number"?E.height+"px":E.height}`).join(" "),N=e.cols&&e.cols.map(E=>`${typeof E.width=="number"?E.width+"px":E.width}`).join(" "),w={gap:I,gridTemplateColumns:N,gridTemplateRows:b,...l};return t.createElement("div",{ref:s,className:f,style:w,id:c||h},d)}),Kt={hAlign:"stretch",vAlign:"stretch",gap:void 0};Ue.propTypes={className:r.string,style:r.object,children:r.any,id:r.string,gap:r.shape({rows:r.oneOfType([r.string,r.number]),columns:r.oneOfType([r.string,r.number])}),align:r.shape({vertical:r.oneOf(["top","middle","bottom","stretch"]),horizontal:r.oneOf(["start","center","end","stretch"])})},Ue.defaultProps=Kt,Ue.displayName="KendoReactGridLayout";const Bt=t.forwardRef((e,i)=>{ie.validatePackage(R);const s=t.useRef(null),n=t.useCallback(()=>({element:s.current}),[]);t.useImperativeHandle(i,n);const{className:a,style:l,id:c,children:d,row:u,col:h,rowSpan:p,colSpan:m}=e,f=t.useMemo(()=>o.guid(),[]),I={gridArea:`${u||"auto"} / ${h||"auto"} / ${p?"span "+p:"auto"} / ${m?"span "+m:"auto"}`,...l};return t.createElement("div",{ref:s,className:a,style:I,id:c||f},d)});Bt.propTypes={className:r.string,style:r.object,children:r.any,id:r.string},Bt.displayName="KendoReactGridLayoutItem";const $e=t.forwardRef((e,i)=>{ie.validatePackage(R);const s=t.useRef(null),n=t.useRef(null),a=t.useCallback(()=>{n.current&&n.current.focus()},[n]);return t.useImperativeHandle(s,()=>({element:n.current,focus:a,props:e})),t.useImperativeHandle(i,()=>s.current),t.createElement("li",{ref:n,id:e.id,style:e.style,className:o.classNames("k-breadcrumb-item",{"k-breadcrumb-root-item":e.isFirstItem,"k-breadcrumb-last-item":e.isLastItem},e.className)},e.children)}),vi={id:r.string,className:r.string,children:r.any,style:r.object};$e.displayName="KendoReactBreadcrumbListItem",$e.propTypes=vi;const je=t.forwardRef((e,i)=>{ie.validatePackage(R);const s=t.useRef(null),n=t.useRef(null);return t.useImperativeHandle(s,()=>{var a;return{element:((a=n.current)==null?void 0:a.element)||null,props:e}}),t.useImperativeHandle(i,()=>s.current),t.createElement(o.IconWrap,{ref:n,id:e.id,"aria-hidden":!0,tabIndex:e.tabIndex,style:e.style,name:e.dir==="rtl"?"chevron-left":"chevron-right",icon:e.dir==="rtl"?z.chevronLeftIcon:z.chevronRightIcon,className:"k-breadcrumb-delimiter-icon",size:"xsmall"})}),Ii={id:r.string,className:r.string,style:r.object,tabIndex:r.number,dir:r.string};je.displayName="KendoReactBreadcrumbDelimiter",je.propTypes=Ii;const Ve=t.forwardRef((e,i)=>{ie.validatePackage(R);const s=t.useRef(null),n=t.useRef(null),a=t.useCallback(()=>{n.current&&n.current.focus()},[n]);t.useImperativeHandle(s,()=>({element:n.current,focus:a,props:e})),t.useImperativeHandle(i,()=>s.current);const l=t.useCallback(d=>{e.id&&o.dispatchEvent(e.onItemSelect,d,d.target,{id:e.id})},[e.onItemSelect]),c=t.useCallback(d=>{e.id&&o.dispatchEvent(e.onKeyDown,d,d.target,{id:e.id})},[e.onKeyDown]);return t.createElement("span",{"aria-current":e.ariaCurrent?e.ariaCurrent:e.isLast,role:"link",id:e.id,ref:n,style:e.style,dir:o.useDir(n,e.dir),tabIndex:o.getTabIndex(e.tabIndex,e.disabled),className:o.classNames({"k-breadcrumb-root-link":e.isFirst,"k-breadcrumb-link":!e.isFirst,"k-breadcrumb-icontext-link":e.iconClass!==void 0&&e.text,"k-breadcrumb-icon-link":e.iconClass!==void 0&&!e.text,"k-disabled":e.disabled}),onClick:l,onKeyDown:c},e.iconClass?t.createElement("span",{className:o.classNames("k-icon",e.iconClass)}):e.icon?e.icon:"",e.text&&t.createElement("span",{className:"k-breadcrumb-item-text"},e.text))}),Ei={id:r.string,className:r.string,tabIndex:r.number,style:r.object,dir:r.string,disabled:r.bool,text:r.string,icon:r.node,iconClass:r.string,onClick:r.func,ariaCurrent:r.bool};Ve.displayName="KendoReactBreadcrumbLink",Ve.propTypes=Ei;const qe=t.forwardRef((e,i)=>{ie.validatePackage(R);const s=t.useRef(null),n=t.useRef(null);return t.useImperativeHandle(s,()=>({element:n.current,props:e})),t.useImperativeHandle(i,()=>s.current),t.createElement(t.Fragment,null,e.rootItem?t.createElement("ol",{id:e.id,ref:n,style:e.style,dir:o.useDir(n,e.dir),tabIndex:o.getTabIndex(e.tabIndex,e.disabled),className:o.classNames("k-breadcrumb-root-item-container",{"k-disabled":e.disabled},e.className)},e.children):t.createElement("ol",{id:e.id,ref:n,style:e.style,dir:o.useDir(n,e.dir),tabIndex:o.getTabIndex(e.tabIndex,e.disabled),className:o.classNames("k-breadcrumb-container !k-flex-wrap",{"k-disabled":e.disabled},e.className)},e.children))}),Ni={id:r.string,className:r.string,children:r.element,tabIndex:r.number,style:r.object,dir:r.string,disabled:r.bool};qe.displayName="KendoReactBreadcrumbOrderedList",qe.propTypes=Ni;const Ge=t.forwardRef((e,i)=>{ie.validatePackage(R);const s=t.useRef(null),n=t.useRef(null),a=t.useMemo(()=>e.breadcrumbOrderedList||qe,[e.breadcrumbOrderedList]),l=t.useMemo(()=>e.breadcrumbListItem||$e,[e.breadcrumbListItem]),c=t.useMemo(()=>e.breadcrumbDelimiter||je,[e.breadcrumbDelimiter]),d=t.useMemo(()=>e.breadcrumbLink||Ve,[e.breadcrumbLink]),u=t.useCallback(()=>{n.current&&n.current.focus()},[n]),h=t.useMemo(()=>e.disabled||!1,[e.disabled]);t.useImperativeHandle(s,()=>({element:n.current,focus:u,props:e})),t.useImperativeHandle(i,()=>s.current);const p=o.useDir(n,e.dir),m=y=>{s.current&&o.dispatchEvent(e.onItemSelect,y,y.target,{id:y.target.id})},f=y=>{s.current&&o.dispatchEvent(e.onKeyDown,y,y.target,{id:y.target.id})},I=e.valueField||we.valueField,b=e.iconField||we.iconField,N=e.iconClassField||we.iconClassField,w=e.textField||we.textField,E=e.size||"medium";return t.createElement("nav",{"aria-label":e.ariaLabel,id:e.id,style:e.style,ref:n,dir:p,className:o.classNames("k-breadcrumb k-breadcrumb-wrap",{"k-rtl":p==="rtl","k-disabled":h,"k-breadcrumb-md":!e.size,[`k-breadcrumb-${o.kendoThemeMaps.sizeMap[E]||E}`]:E},e.className)},t.createElement(a,{rootItem:!0},t.createElement(t.Fragment,null,e.data.map((y,D,v)=>{const O=y[I];if(D===0)return t.createElement(l,{key:O,isFirstItem:!0,isLastItem:v.length-1===D},t.createElement(d,{isLast:v.length-1===D,isFirst:!0,id:String(O),icon:y[b]||void 0,iconClass:y[N]?String(y[N]):void 0,text:y[w]?String(y[w]):void 0,disabled:y.disabled||!1,onItemSelect:m,onKeyDown:f,...e}))}))),t.createElement(a,{rootItem:!1},t.createElement(t.Fragment,null,e.data.map((y,D,v)=>{const O=y[I];if(D!==0)return t.createElement(l,{key:O,isFirstItem:!1,isLastItem:v.length-1===D},t.createElement(c,{dir:p}),t.createElement(d,{isLast:v.length-1===D,isFirst:!1,id:String(O),icon:y[b]||void 0,iconClass:y[N]?String(y[N]):void 0,text:y[w]?String(y[w]):void 0,disabled:y.disabled||!1,onItemSelect:m,onKeyDown:f,...e}))}))))}),ki={id:r.string,style:r.object,className:r.string,breadcrumbOrderedList:r.elementType,breadcrumbListItem:r.elementType,breadcrumbDelimiter:r.elementType,breadcrumbLink:r.elementType,data:r.arrayOf(r.shape({id:r.string,text:r.string,icon:r.any,iconClass:r.string})),dir:r.oneOf(["ltr","rtl"]),disabled:r.bool,valueField:r.string,textField:r.string,iconField:r.string,iconClassField:r.string,onItemSelect:r.func,ariaLabel:r.string},we={valueField:"id",textField:"text",iconField:"icon",iconClassField:"iconClass"};Ge.displayName="KendoReactBreadcrumb",Ge.propTypes=ki,Ge.defaultProps=we;const Xe=e=>{const i=t.useRef(null),s=t.useCallback(n=>{e.onClick&&e.onClick.call(void 0,{syntheticEvent:n,item:e.item,title:e.title})},[e.item,e.title,e.onClick]);return t.useEffect(()=>{i.current&&e.focused&&i.current.focus()},[e.focused]),t.createElement("span",{style:e.style,tabIndex:e.tabIndex,className:o.classNames("k-actionsheet-item","k-cursor-pointer",e.disabled&&"k-disabled",e.className),ref:i,role:"button","aria-disabled":e.disabled,onClick:s},t.createElement("span",{className:"k-actionsheet-action"},e.icon&&t.createElement("span",{className:"k-icon-wrap"},e.icon),(e.title||e.description)&&t.createElement("span",{className:"k-actionsheet-item-text"},e.title&&t.createElement("span",{className:"k-actionsheet-item-title"},e.title),e.description&&t.createElement("span",{className:"k-actionsheet-item-description"},e.description))))};Xe.propTypes={className:r.string,style:r.object,description:r.string,disabled:r.bool,group:r.oneOf(["top","bottom"]),icon:r.element,title:r.string};const Ye="ActionSheetHeader",Ze=e=>t.createElement("div",{className:o.classNames("k-actionsheet-titlebar",e.className)},e.children);Ze.propTypes={className:r.string},Ze.displayName=Ye,Ze.propTypes={children:r.any};const Rt="ActionSheetFooter",Je=e=>t.createElement("div",{className:o.classNames("k-actionsheet-footer",e.className)},e.children);Je.propTypes={className:r.string},Je.displayName=Rt,Je.propTypes={children:r.any};const Ht="ActionSheetContent",Qe=e=>t.createElement("div",{className:o.classNames("k-actionsheet-content",e.className)},e.children);Qe.propTypes={className:r.string},Qe.displayName=Ht,Qe.propTypes={children:r.any};class et extends t.Component{constructor(i){super(i),this.actionSheetRef=t.createRef(),this.actionSheetTitleClass="k-actionsheet-title",this.ariaLabeledBy=this.actionSheetTitleClass+1,this.animationDuration=300,this.bottomPosition={bottom:"0",width:"100%"},this.handleKeyDown=s=>{this.props.navigatable&&this.navigation.triggerKeyboardEvent(s)},this.onTab=(s,n,a)=>{a.preventDefault(),a.shiftKey?n.focusPrevious(s):n.focusNext(s)},this.handleOverlayClick=s=>{this.props.onOverlayClick&&this.props.onOverlayClick.call(void 0,s),this.props.onClose&&this.props.onClose.call(void 0,s),this.props.animation||this.hideActionSheet()},this.handleItemClick=s=>{this.props.onItemClick&&this.props.onItemClick.call(void 0,s),this.props.onItemSelect&&this.props.onItemSelect.call(void 0,s),this.props.animation||this.hideActionSheet()},this.onEnter=(s,n,a)=>{if(s.ariaDisabled)return;const l=s.className&&s.className.indexOf?s.className.indexOf("k-actionsheet-item")!==-1:!1,c=n.elements.filter(d=>d.className.indexOf("k-actionsheet-item")!==-1);if(l&&this.props.onItemClick){a.preventDefault();const d=this.props.items[c.indexOf(s)];this.props.onItemClick.call(void 0,{syntheticEvent:a,item:d,title:d&&d.title})}if(l&&this.props.onItemSelect){a.preventDefault();const d=this.props.items[c.indexOf(s)];this.props.onItemSelect.call(void 0,{syntheticEvent:a,item:d,title:d&&d.title})}this.props.animation||this.hideActionSheet()},this.onEscape=(s,n,a)=>{this.props.onOverlayClick&&(a.preventDefault(),this.props.onOverlayClick.call(void 0,a)),this.props.onClose&&(a.preventDefault(),this.props.onClose.call(void 0,a)),this.props.animation||this.hideActionSheet()},this.hideActionSheet=()=>{this.setState({show:!1})},this.children=s=>{const n={};return t.Children.forEach(s,a=>{a&&(n[a.type.displayName]=a)}),n},this.state={show:!1,slide:!1},o.validatePackage(R)}componentDidMount(){this.props.expand&&!this.state.show&&this.setState({show:!0})}componentDidUpdate(i,s){const n=this.actionSheetRef.current;if(this.props.expand&&!this.state.show&&this.setState({show:!0}),this.props.expand&&this.state.show&&!this.state.slide&&this.setState({slide:!0}),!this.props.expand&&this.state.show&&this.state.slide&&this.setState({slide:!1}),s!==this.state&&this.state.slide&&n&&!this.props.className&&(n.style.setProperty("--kendo-actionsheet-height","auto"),n.style.setProperty("--kendo-actionsheet-max-height","none")),n&&this.props.navigatable){const l=[".k-actionsheet-item",...[".k-actionsheet-footer",".k-actionsheet-content",".k-actionsheet-titlebar"].map(c=>o.FOCUSABLE_ELEMENTS.concat(this.props.navigatableElements).map(d=>`${c} ${d}`)).flat()];this.navigation=new o.Navigation({tabIndex:this.props.tabIndex||0,root:this.actionSheetRef,rovingTabIndex:!1,selectors:l,keyboardEvents:{keydown:{Tab:this.onTab,Enter:this.onEnter,Escape:this.onEscape}}}),this.navigation.focusElement(this.navigation.first,null)}}render(){const{title:i,subTitle:s,animationStyles:n,animation:a,expand:l,tabIndex:c,items:d}=this.props,u=d==null?void 0:d.filter(b=>!b.group||b.group==="top"),h=d==null?void 0:d.filter(b=>b.group==="bottom"),p=u&&u.length>0&&h&&h.length>0,m=this.children(this.props.children),f=this.props.animationDuration||this.animationDuration,I=this.state.slide&&t.createElement("div",{className:o.classNames("k-actionsheet",this.props.className,{"k-actionsheet-bottom":!this.props.className}),role:"dialog","aria-modal":"true","aria-hidden":!1,"aria-labelledby":this.ariaLabeledBy,ref:this.actionSheetRef,onKeyDown:this.handleKeyDown},m[Ye]&&!i&&!s&&m[Ye],(i||s)&&t.createElement("div",{className:"k-actionsheet-titlebar k-text-center"},t.createElement("div",{className:"k-actionsheet-titlebar-group k-hbox"},t.createElement("div",{className:this.actionSheetTitleClass,id:this.ariaLabeledBy},i&&t.createElement("div",null,i),s&&t.createElement("div",{className:"k-actionsheet-subtitle"},s)))),m[Ht]||t.createElement("div",{className:"k-actionsheet-content"},t.createElement("div",{className:"k-list-ul",role:"group"},u&&u.map((b,N)=>t.createElement(Xe,{...b,id:N,key:N,item:b,tabIndex:c||0,onClick:this.handleItemClick}))),p&&t.createElement("hr",{className:"k-hr"}),t.createElement("div",{className:"k-list-ul",role:"group"},h&&h.map((b,N)=>t.createElement(Xe,{...b,id:N+((u==null?void 0:u.length)||0),key:N,item:b,tabIndex:c||0,onClick:this.handleItemClick})))),m[Rt]);return t.createElement(t.Fragment,null,l||this.state.show?t.createElement(t.Fragment,null,t.createElement("div",{className:"k-actionsheet-container"},t.createElement("div",{className:"k-overlay",onClick:this.handleOverlayClick}),a?t.createElement(Ce.Animation,{transitionName:this.state.slide?"slide-up":"slide-down",onExited:this.hideActionSheet,transitionEnterDuration:f,transitionExitDuration:f,animationEnteringStyle:n||this.bottomPosition,animationEnteredStyle:n||this.bottomPosition,animationExitingStyle:n||this.bottomPosition,exit:!0,enter:!0,appear:!1},I):I)):null)}}et.displayName="KendoReactActionSheet",et.propTypes={items:r.array,subTitle:r.string,title:r.string,navigatable:r.bool,navigatableElements:r.array},et.defaultProps={navigatable:!0,navigatableElements:[]};const Wt=e=>{const{title:s,subtitle:n,actions:a,images:l,description:c}=e.eventData,[d,u]=t.useState(e.eventData.opened||!1),[h,p]=t.useState(e.eventData.opened||!!e.collapsible),m=b=>{if(u(!d),e.onChange){const N={syntheticEvent:b,nativeEvent:b.nativeEvent,eventData:e.eventData};e.onChange.call(void 0,N)}},f=b=>{if(e.onActionClick){const N={syntheticEvent:b,nativeEvent:b.nativeEvent,eventData:e.eventData};e.onActionClick.call(void 0,N)}},I=()=>t.createElement(t.Fragment,null,t.createElement(kt,null,t.createElement("div",{className:"k-card-description"},t.createElement("p",null,c),l&&l.map((b,N)=>t.createElement(St,{key:N,src:b.src})))),t.createElement(wt,null,a&&a.map((b,N)=>t.createElement("a",{key:N,href:b.url,className:"k-button k-button-md k-rounded-md k-button-flat k-button-flat-primary",onClick:f},b.text))));return t.createElement("div",{"data-testid":"k-timeline-card",className:o.classNames("k-timeline-card",{"k-collapsed":e.collapsible&&h})},t.createElement(Ee,{"aria-live":"polite","aria-describedby":e.id,"aria-atomic":"true",tabIndex:e.tabindex,role:e.horizontal?"tabpanel":"button","aria-expanded":e.collapsible&&h},t.createElement("span",{style:e.calloutStyle,className:o.classNames("k-timeline-card-callout","k-card-callout",{"k-callout-n":e.horizontal},{"k-callout-e":e.alternated&&!e.horizontal},{"k-callout-w":!e.alternated&&!e.horizontal})}),t.createElement("div",{className:"k-card-inner"},t.createElement(Et,null,t.createElement(Nt,null,t.createElement("span",{className:"k-event-title"},s),e.collapsible&&t.createElement("span",{onClick:b=>m(b),className:"k-event-collapse k-button k-button-md k-rounded-md k-button-flat k-button-flat-base k-icon-button"},t.createElement(o.SvgIcon,{icon:z.chevronRightIcon}))),n&&t.createElement(Tt,null,n)),e.collapsible?t.createElement(Ce.Reveal,{transitionEnterDuration:e.transitionDuration||400,transitionExitDuration:e.transitionDuration||400,onBeforeEnter:()=>p(!1),onAfterExited:()=>p(!0)},d?I():null):I())))};Wt.propTypes={onChange:r.func,onActionClick:r.func};const wi=e=>e.sort((s,n)=>s.date.getTime()-n.date.getTime()),_t=e=>{let i;return e.reduce((n,a)=>(i!==a.date.getFullYear()?(i=a.date.getFullYear(),n.push({yearFlag:i},a)):n.push(a),n),[])},xs=e=>{const n=ge.useInternationalization(),[a,l]=t.useState(!1),[c,d]=t.useState(!0),[u,h]=t.useState(),[p,m]=t.useState(0),[f,I]=t.useState(),[b,N]=t.useState(0),[w,E]=t.useState(0),[y,D]=t.useState(1),[v,O]=t.useState(),[S,P]=t.useState(),[F,C]=t.useState([0,0,0]),[L,H]=t.useState(0),[G,Q]=t.useState(1),U=t.useRef(null),T=t.useRef(null),A=t.useRef(null),{eventsData:j,dateFormat:Y,navigatable:Z,onActionClick:re}=e,ue=f?`${f}%`:"150px",se=t.useRef(new o.Navigation({tabIndex:0,root:U,selectors:[".k-timeline-scrollable-wrap"]}));t.useEffect(()=>{U.current&&e.navigatable&&(setTimeout(()=>{const k=se.current.first;k&&k.setAttribute("tabindex",String(0))},0),se.current.keyboardEvents={keydown:{ArrowRight:he,ArrowLeft:W,End:B,Home:_}})},[e.navigatable,y,b]),t.useEffect(()=>{se.current.update()});const Se=k=>{Z&&se.current&&se.current.triggerKeyboardEvent(k)};t.useEffect(()=>{var K;const k=o.canUseDOM&&window.ResizeObserver&&new window.ResizeObserver(tt),x=T.current,M=((K=U==null?void 0:U.current)==null?void 0:K.offsetWidth)||0;return k&&x&&k.observe(x),V(),tt(),C([M,0,-M]),()=>{k&&k.disconnect()}},[]),t.useEffect(()=>{const k=T.current,x=k&&k.children[y];if(x){const M=x.offsetWidth,K=!(p>=0);if(l(K),S){const $=S.length*M>b*M*((p*-1+100)/100);d($)}(k==null?void 0:k.offsetWidth)*-p/100>=k.children.length*M&&(V(),tt(),m((x.offsetLeft-x.offsetWidth)/(b*x.offsetWidth)*100*-1)),Ms(x)}},[b,f,y]);const he=(k,x,M)=>{if(T.current){const K=T.current.children[y+1],$=K&&K.classList.contains("k-timeline-flag-wrap")?y+2:y+1;if(S&&S.length<=$)return;b+w<=$&&Te(),De($,M)}},W=(k,x,M)=>{if(T.current){const K=T.current&&T.current.children[y-1],$=K&&K.classList.contains("k-timeline-flag-wrap")?y-2:y-1;if($<=0)return;$<w&&pe(),De($,M)}},_=(k,x,M)=>{if(T.current){if(y<=1)return;const K=1;me(!0,K,0,0),De(K,M)}},B=(k,x,M)=>{if(T.current){const K=T.current&&T.current.children.length-1;if(K<=y)return;const $=Math.floor(K/b),Oe=$*-100,$t=$*b;me(!0,K,$t,Oe),De(K,M)}},V=()=>{const k=_t(j);P(k),O([k[y-1],k[y],k[y+1]])},pe=()=>{var x;if(T.current&&S){const M=w-b,K=w-1,$=S[K]&&((x=S[K])!=null&&x.yearFlag)?K-1:K,Oe=p+100>0?0:p+100;me(!1,$,M,Oe)}},Te=()=>{if(T.current&&S){const x=w+b,M=S[x]&&S[x].yearFlag?x+1:x,K=p-100;me(!0,M,x,K)}},me=(k,x,M,K)=>{ee(k,x),tt(),E(M),m(K),D(x)},ee=(k,x)=>{if(v&&S){const M=xe(k,G),K=Object.assign([],v,{[M]:S[x]});O(K),Q(M),H(k?-100:100),setTimeout(()=>{var Ls;const $=(Ls=U.current)==null?void 0:Ls.offsetWidth,Oe=Object.assign([],F,{[M]:0,[xe(!0,M)]:$,[xe(!1,M)]:$&&-$}),$t=Object.assign([],K,{[xe(!0,M)]:{},[xe(!1,M)]:{}});O($t),C(Oe),H(0)},e.transitionDuration||300)}},xe=(k,x)=>{const M=k?x+1:x-1;return v?M<0?v.length-1:M%v.length:0},Ms=k=>{var M;const x=(y-w)*k.offsetWidth+k.offsetWidth/2+(((M=A.current)==null?void 0:M.offsetWidth)||0);h(x)},De=(k,x)=>{x.preventDefault(),k>y?ee(!0,k):k<y&&ee(!1,k),D(k)},tt=t.useCallback(()=>{const k=T.current,x=k&&k.children[y];if(k instanceof HTMLElement&&x){const M=Math.round(k.offsetWidth/150);Ms(x),I(100/M),N(M)}},[]),Si=()=>({transitionDuration:"300ms"}),As=k=>({transform:`translateX(${k}%)`,transformOrigin:"left top"});return t.createElement(t.Fragment,null,t.createElement("div",{className:"k-timeline-track-wrap",ref:U,onKeyDown:Se},t.createElement("a",{ref:A,"aria-hidden":"true",onClick:()=>a&&pe(),className:o.classNames("k-timeline-arrow","k-timeline-arrow-left","k-button k-button-md k-rounded-md k-button-solid k-button-solid-base k-icon-button",{"k-disabled":!a})},t.createElement(o.SvgIcon,{icon:z.caretAltLeftIcon})),t.createElement("a",{"aria-hidden":"true",onClick:()=>c&&Te(),className:o.classNames("k-timeline-arrow","k-timeline-arrow-right","k-button k-button-md k-rounded-md k-button-solid k-button-solid-base k-icon-button",{"k-disabled":!c})},t.createElement(o.SvgIcon,{icon:z.caretAltRightIcon})),t.createElement("div",{className:"k-timeline-track"},t.createElement("ul",{ref:T,className:"k-timeline-scrollable-wrap",role:"tablist",tabIndex:0,style:{transform:`translateX(${p}%)`}},S&&S.map((k,x)=>k.yearFlag?t.createElement("li",{role:"none",className:"k-timeline-track-item k-timeline-flag-wrap",style:{flex:`1 0 ${ue}`},key:x},t.createElement("span",{className:"k-timeline-flag"},k.yearFlag)):t.createElement("li",{role:"tab",className:o.classNames("k-timeline-track-item",{"k-focus":x===y}),"aria-selected":x===y,style:{flex:`1 0 ${ue}`},key:x},t.createElement("div",{className:"k-timeline-date-wrap"},t.createElement("span",{className:"k-timeline-date"},n.formatDate(k.date,Y))),t.createElement("span",{onClick:M=>De(x,M),className:"k-timeline-circle"})))))),t.createElement("div",{className:"k-timeline-events-list"},t.createElement("ul",{className:"k-timeline-scrollable-wrap",style:L===0?{...As(L)}:{...As(L),...Si()}},v&&v.map((k,x)=>t.createElement("li",{key:x,className:"k-timeline-event",style:{transform:`translate3d(${F[x]}px, 0px, 0px)`}},k&&t.createElement(Wt,{tabindex:F[x]===0?0:-1,eventData:k,onActionClick:re,horizontal:!0,collapsible:!1,calloutStyle:{left:`${u}px`}}))))))};xs.propTypes={onActionClick:r.func};const Ds=e=>{const i=ge.useInternationalization(),[s,n]=t.useState(),{collapsibleEvents:a,transitionDuration:l,eventsData:c,dateFormat:d,alterMode:u,navigatable:h,onChange:p,onActionClick:m}=e,f=t.useRef(null),I=t.useRef(new o.Navigation({tabIndex:0,root:f,selectors:[".k-card-vertical"]}));t.useEffect(()=>{f.current&&e.navigatable&&(setTimeout(()=>{const E=I.current.first;E&&E.setAttribute("tabindex",String(0))},0),I.current.keyboardEvents={keydown:{Space:N,Enter:N}})},[e.navigatable]),t.useEffect(()=>{n(_t(c))},[]),t.useEffect(()=>{I.current.update()});const b=E=>{h&&I.current&&I.current.triggerKeyboardEvent(E)},N=(E,y,D)=>{D.preventDefault();const v=E.querySelector(".k-card-title .k-event-collapse");v&&v.click()};let w=0;return t.createElement("ul",{ref:f,onKeyDown:b},s&&s.map((E,y)=>{const D=o.guid(),v=(y+w)%2===0;return E.yearFlag&&(w+=1),t.createElement(t.Fragment,{key:y},E.yearFlag?t.createElement("li",{className:"k-timeline-flag-wrap"},t.createElement("span",{className:"k-timeline-flag"},E.yearFlag)):t.createElement("li",{className:o.classNames("k-timeline-event",{"k-reverse":v})},t.createElement("div",{className:"k-timeline-date-wrap"},t.createElement("span",{className:"k-timeline-date",id:D},i.formatDate(E.date,d))),t.createElement("a",{className:"k-timeline-circle"}),t.createElement(Wt,{id:D,tabindex:h?0:-1,eventData:E,alternated:u&&v,collapsible:a,transitionDuration:l,onChange:p,onActionClick:m})))}))};Ds.propTypes={onActionClick:r.func};const Os=e=>{const i={alterMode:!1,collapsibleEvents:!0,dateFormat:"MMM dd, yyyy",...e},{collapsibleEvents:s,transitionDuration:n,className:a,alterMode:l,navigatable:c,horizontal:d,events:u,dateFormat:h,onChange:p,onActionClick:m}=i,[f,I]=t.useState(),b=t.useRef(null);return t.useEffect(()=>{b.current&&I(b.current.offsetWidth)},[]),t.createElement("div",{ref:b,className:o.classNames("k-timeline",{"k-timeline-collapsible":s,"k-timeline-vertical":!d,"k-timeline-alternating":l,"k-timeline-horizontal":d},a),style:{width:`${f}px`}},d?t.createElement(xs,{navigatable:c,eventsData:u,dateFormat:h,transitionDuration:n,onActionClick:m}):t.createElement(Ds,{navigatable:c,eventsData:u,dateFormat:h,alterMode:l,collapsibleEvents:s,transitionDuration:n,onChange:p,onActionClick:m}))};Os.propTypes={className:r.string};const Cs=e=>{const i=t.useRef(null);return t.useEffect(()=>{e.show&&setTimeout(()=>{const s=i.current&&i.current.element,n=s&&s.querySelector(".k-menu-item"),a=o.getActiveElement(n&&n.ownerDocument);n&&n!==a&&n.focus()})},[e.show]),t.createElement(jt.Popup,{show:e.show,offset:e.offset,popupClass:"k-menu-popup",animate:!1},t.createElement(Le,{vertical:!0,...e,ref:i,className:o.classNames("k-context-menu",e.className),onClose:e.onClose,role:"menu"},e.children))};Cs.displayName="KendoReactContextMenu";const Ut=t.forwardRef((e,i)=>{o.validatePackage(R);const s=t.useRef(null),[n,a]=t.useState(!1),l=t.useCallback(()=>({element:s.current}),[]);t.useImperativeHandle(i,l);const{expanded:c=!1,disabled:d,title:u,subtitle:h,onAction:p,expandIcon:m,collapseIcon:f,expandSVGIcon:I,collapseSVGIcon:b}=e,N=t.useCallback(O=>{o.dispatchEvent(p,O,l(),{expanded:c})},[p,c]),w=t.useCallback(O=>{(O.keyCode===o.Keys.enter||O.keyCode===o.Keys.space)&&(O.preventDefault(),o.dispatchEvent(p,O,l(),{expanded:c}))},[p,c]),E=t.useCallback(()=>{e.disabled||a(!0)},[e.disabled]),y=t.useCallback(()=>{e.disabled||a(!1)},[e.disabled]),{onFocus:D,onBlur:v}=o.useAsyncFocusBlur({onFocus:E,onBlur:y});return t.createElement("div",{ref:s,className:o.classNames("k-expander",e.className,{"k-expanded":c,"k-focus":n&&!d,"k-disabled":d}),onFocus:D,onBlur:v,style:e.style,id:e.id,dir:o.useRtl(s,e.dir),onKeyDown:d?void 0:w},t.createElement("div",{role:"button","aria-controls":e.ariaControls,"aria-expanded":c,"aria-disabled":d,tabIndex:o.getTabIndex(e.tabIndex,d),className:"k-expander-header",onClick:d?void 0:N},u!==void 0?t.createElement("div",{className:"k-expander-title"},u):void 0,t.createElement("span",{className:"k-spacer"}),h!==void 0?t.createElement("div",{className:"k-expander-sub-title"},h):void 0,t.createElement("span",{className:"k-expander-indicator"},t.createElement(o.IconWrap,{name:c?f?void 0:"chevron-up":m?void 0:"chevron-down",icon:c?!b&&!f?z.chevronUpIcon:b:!I&&!m?z.chevronDownIcon:I,className:o.classNames(c?{[String(f)]:!!f}:{[String(m)]:!!m})}))),e.children)});Ut.propTypes={children:r.node,className:r.string,style:r.object,dir:r.string,id:r.string,tabIndex:r.number,title:r.node,subtitle:r.node,expandIcon:r.string,collapseIcon:r.string,expanded:r.bool,disabled:r.bool,onAction:r.func},Ut.displayName="KendoReactExpansionPanel";const Ps=t.forwardRef((e,i)=>t.createElement("div",{ref:i,...e,className:o.classNames("k-expander-content-wrapper",e.className)},t.createElement("div",{className:"k-expander-content"},e.children)));Ps.displayName="KendoReactExpansionPanelContent",g.ActionSheet=et,g.ActionSheetContent=Qe,g.ActionSheetFooter=Je,g.ActionSheetHeader=Ze,g.ActionSheetItem=Xe,g.AppBar=Ct,g.AppBarSection=Mt,g.AppBarSpacer=At,g.Avatar=vs,g.BottomNavigation=He,g.BottomNavigationItem=ke,g.Breadcrumb=Ge,g.BreadcrumbDelimiter=je,g.BreadcrumbLink=Ve,g.BreadcrumbListItem=$e,g.BreadcrumbOrderedList=qe,g.Card=Ee,g.CardActions=wt,g.CardBody=kt,g.CardFooter=ys,g.CardHeader=Et,g.CardImage=St,g.CardSubtitle=Tt,g.CardTitle=Nt,g.ContextMenu=Cs,g.Drawer=Ke,g.DrawerContent=Dt,g.DrawerItem=ze,g.DrawerNavigation=Fe,g.ExpansionPanel=Ut,g.ExpansionPanelContent=Ps,g.GridLayout=Ue,g.GridLayoutItem=Bt,g.Menu=Le,g.MenuItem=gt,g.MenuItemArrow=rt,g.MenuItemInternalsList=at,g.MenuItemLink=nt,g.PanelBar=ft,g.PanelBarItem=ne,g.Splitter=fs,g.SplitterBar=as,g.SplitterPane=ms,g.StackLayout=We,g.Step=Ne,g.Stepper=Be,g.TabStrip=ct,g.TabStripContent=ot,g.TabStripNavigation=Ae,g.TabStripNavigationItem=lt,g.TabStripTab=ls,g.TileLayout=Ft,g.Timeline=Os,g.addYearsFlags=_t,g.contentDisplayName=Ht,g.downArrowName=is,g.flatChildren=pt,g.flatVisibleChildren=mt,g.flatVisibleItems=cs,g.footerDisplayName=Rt,g.getFirstId=os,g.getInitialState=ut,g.headerDisplayName=Ye,g.isArrayEqual=ds,g.isPresent=Gs,g.leftArrowName=rs,g.renderChildren=dt,g.rightArrowName=ns,g.sortEventList=wi,Object.defineProperty(g,Symbol.toStringTag,{value:"Module"})});